:root{--green:#22c55e;--green-dark:#16a34a;--green-darker:#0f5132;--muted:#64748b;--muted-light:#94a3b8;--dark-bg:#050816;--dark-card:#0a0f24;--bg:#ffffff;--text-dark:#111827;--text-light:#6b7280;--border:#e5e7eb;--blue:#3b82f6}body,html{padding:0;margin:0;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;background:var(--bg);color:var(--text-dark);scroll-behavior:smooth}*{box-sizing:border-box}.container{max-width:1180px;margin:0 auto;padding:0 24px}.site-header{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;box-shadow:0 1px 3px rgba(0,0,0,.05)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:16px 24px}.logo{display:inline-flex;align-items:center;text-decoration:none;height:50px}.logo-img{height:50px;width:auto!important;object-fit:contain;aspect-ratio:auto}.nav{display:flex;align-items:center;gap:32px}.nav a{color:var(--text-dark);text-decoration:none;font-size:15px;font-weight:500;transition:color .2s}.nav a:hover{color:var(--green)}.cta .btn{padding:10px 24px}.nav-toggle{display:none;width:42px;height:42px;border-radius:999px;border:none;background:transparent;padding:0;align-items:center;justify-content:center;cursor:pointer}.nav-icon{width:24px;height:24px}.nav-icon-ring{fill:#f9fafb;stroke:var(--green);stroke-width:2}.nav-icon-line{stroke:var(--text-dark);stroke-width:1.8;stroke-linecap:round;transition:transform .18s ease,opacity .18s ease;transform-origin:12px 12px}.nav-toggle-open .nav-icon-line-top{transform:translateY(2px) rotate(40deg)}.nav-toggle-open .nav-icon-line-bottom{transform:translateY(-2px) rotate(-40deg)}.mobile-drawer{display:none}.mobile-drawer-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:99}.mobile-drawer-open .mobile-drawer-overlay{opacity:1;pointer-events:auto}.mobile-drawer-content{position:fixed;top:0;left:0;width:85%;max-width:400px;height:100vh;background:#fff;box-shadow:4px 0 24px rgba(0,0,0,.15);transform:translateX(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:100;overflow-y:auto;display:flex;flex-direction:column}.mobile-drawer-open .mobile-drawer-content{transform:translateX(0)}.mobile-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--border);background:#fff;position:sticky;top:0;z-index:10}.mobile-drawer-logo{display:inline-flex;align-items:center;text-decoration:none}.mobile-drawer-logo .logo-img{height:40px;width:auto}.mobile-drawer-close{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;border-radius:12px;cursor:pointer;transition:all .2s;padding:0}.mobile-drawer-close:hover{background:#f0fdf4;transform:scale(1.05)}.mobile-drawer-close:active{transform:scale(.95)}.mobile-drawer-close svg{width:24px;height:24px}.mobile-nav{display:flex;flex-direction:column;gap:4px;padding:16px 0;flex:1}.mobile-nav-link{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;color:var(--text-dark);text-decoration:none;font-size:16px;font-weight:500;transition:all .2s;border-left:3px solid transparent}.mobile-nav-link:hover{background:#f9fafb;border-left-color:var(--green);color:var(--green);padding-left:28px}.mobile-nav-link svg{opacity:.5;transition:opacity .2s,transform .2s}.mobile-nav-link:hover svg{opacity:1;transform:translateX(4px)}.mobile-drawer-cta{padding:20px 24px;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.mobile-cta{width:100%;justify-content:center}.mobile-drawer-contact{padding:24px;background:linear-gradient(135deg,#f0fdf4,#dcfce7)}.mobile-drawer-contact-title{font-size:20px;font-weight:700;color:var(--green);margin:0 0 8px;letter-spacing:-.3px}.mobile-drawer-contact-subtitle{font-size:14px;line-height:1.6;color:var(--text-light);margin:0 0 20px}.mobile-drawer-contact-list{display:flex;flex-direction:column;gap:20px}.mobile-drawer-contact-item{display:flex;gap:16px;align-items:flex-start}.mobile-drawer-contact-icon{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:12px;color:var(--green);box-shadow:0 2px 8px rgba(34,197,94,.15)}.mobile-drawer-contact-icon svg{width:20px;height:20px}.mobile-drawer-contact-content{flex:1}.mobile-drawer-contact-content strong{display:block;font-size:15px;font-weight:600;color:var(--text-dark);margin-bottom:4px}.mobile-drawer-contact-content p{font-size:14px;line-height:1.5;color:var(--text-light);margin:0}.hero{padding:80px 0;background:linear-gradient(180deg,#f8fafc,#ffffff)}.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.hero-text h1{font-size:56px;font-weight:700;line-height:1.1;margin:0 0 24px;color:var(--text-dark);letter-spacing:-1px}.highlight-green{color:var(--green)}.hero-description{font-size:18px;line-height:1.7;color:var(--text-light);margin:0 0 32px;max-width:600px}.btn-hero{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;font-size:16px}.hero-media{display:flex;justify-content:center;align-items:center}.hero-image-frame{background:#fff;border-radius:24px;padding:20px;border:3px solid rgba(34,197,94,.2);transform:rotate(-2deg);box-shadow:0 20px 60px rgba(0,0,0,.1);max-width:500px;width:100%}.hero-image-frame img{width:100%;height:auto;border-radius:16px;display:block}.section{padding:80px 0}.section.contact{padding:60px 0;background:#f8fafc}.section-title{font-size:42px;font-weight:700;text-align:center;margin:0 0 20px;color:var(--text-dark);letter-spacing:-.5px}.lead{font-size:18px;line-height:1.7;color:var(--text-light);text-align:center;max-width:800px;margin:0 auto 48px}.help-business{background:#fff}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:48px}.feature-item{gap:16px;padding:20px;background:#f8fafc;border-radius:16px}.feature-icon,.feature-item{display:flex;align-items:center}.feature-icon{flex-shrink:0;width:48px;height:48px;justify-content:center;background:#fff;border-radius:50%;box-shadow:0 4px 12px rgba(34,197,94,.2)}.feature-item span{font-size:16px;font-weight:500;color:var(--text-dark)}.services-dark{background:var(--dark-bg);padding:100px 0}.section-title-white{color:#fff}.lead-white{color:#d1d5db}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:48px}.service-card-dark{background:var(--dark-card);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.service-card-dark:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(0,0,0,.3)}.service-thumb-dark{width:100%;height:180px;overflow:hidden}.service-thumb-dark img{width:100%;height:100%;object-fit:cover}.service-content-dark{padding:24px;flex:1;display:flex;flex-direction:column}.service-content-dark h3{font-size:20px;font-weight:600;color:#fff;margin:0 0 12px}.service-content-dark p{font-size:14px;line-height:1.6;color:#d1d5db;margin:0 0 20px;flex:1}.btn-service{background:var(--green);color:#fff;border:none;padding:10px 20px;font-size:14px;font-weight:600;border-radius:8px;display:inline-flex;align-items:center;gap:6px;cursor:pointer;text-decoration:none;transition:background .2s;align-self:flex-start}.btn-service:hover{background:var(--green-dark)}.registration{background:#fff}.registration-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:48px}.registration-card{background:#fff;border-radius:16px;border:1px solid var(--border);overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 16px rgba(0,0,0,.08)}.registration-header{height:120px;background:var(--blue)}.registration-image{width:100%;height:200px;overflow:hidden;margin-top:-80px;padding:0 24px}.registration-image img{width:100%;height:100%;object-fit:cover;border-radius:12px}.registration-content{padding:24px;flex:1;display:flex;flex-direction:column}.registration-content h3{font-size:22px;font-weight:600;color:var(--text-dark);margin:0 0 12px}.registration-content p{font-size:15px;line-height:1.6;color:var(--text-light);margin:0 0 20px;flex:1}.btn-small{padding:10px 20px;font-size:14px;align-self:flex-start}.expertise{background:#f8fafc}.expertise-grid{display:flex;justify-content:center;gap:48px;margin-top:48px;flex-wrap:wrap}.expertise-item{text-align:center}.expertise-icon{width:80px;height:80px;background:#e5e7eb;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;color:var(--text-dark);margin:0 auto 12px}.testimonials{background:#fff}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:48px}.testimonial-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:32px;display:flex;flex-direction:column;box-shadow:0 4px 16px rgba(0,0,0,.06)}.testimonial-avatar{margin-bottom:16px}.avatar-circle{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,var(--green) 0,var(--blue) 100%)}.testimonial-info h4{font-size:18px;font-weight:600;color:var(--text-dark);margin:0 0 4px}.testimonial-role{font-size:14px;color:var(--text-light);margin:0 0 16px}.testimonial-rating{display:flex;gap:4px;margin-bottom:16px}.testimonial-text{font-size:15px;line-height:1.7;color:var(--text-dark);margin:0;font-style:italic}.clients{background:#f8fafc}.clients-grid{display:flex;justify-content:center;gap:48px;margin-top:48px;flex-wrap:wrap}.client-logo{font-size:18px;font-weight:600;color:#94a3b8;padding:16px 32px;border-radius:8px;border:1px solid var(--border)}.client-logo,.industries{background:#fff}.industries-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:48px}.industry-card{background:#f8fafc;border:1px solid var(--border);border-radius:12px;padding:24px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.industry-icon{font-size:32px}.industry-card span{font-size:16px;font-weight:500;color:var(--text-dark)}.blogs{background:#f8fafc}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:48px}.blog-card{background:#fff;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 16px rgba(0,0,0,.06);transition:transform .2s,box-shadow .2s}.blog-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.blog-image{width:100%;height:200px;overflow:hidden}.blog-image img{width:100%;height:100%;object-fit:cover}.blog-content{padding:24px;flex:1;display:flex;flex-direction:column}.blog-meta{display:flex;gap:12px;margin-bottom:12px;font-size:13px}.blog-date{color:var(--text-light)}.blog-category{color:var(--green);font-weight:600}.blog-content h3{font-size:20px;font-weight:600;color:var(--text-dark);margin:0 0 12px;line-height:1.4}.blog-description{font-size:15px;line-height:1.6;color:var(--text-light);margin:0 0 16px;flex:1}.learn-more{color:var(--green);font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:6px;font-size:15px;transition:gap .2s}.learn-more:hover{gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:8px;border:none;text-decoration:none;font-weight:600;font-size:15px;cursor:pointer;transition:all .2s;gap:8px}.btn-primary{background:var(--green);color:#fff;box-shadow:0 4px 12px rgba(34,197,94,.3)}.btn-primary:hover{background:var(--green-dark);box-shadow:0 6px 16px rgba(34,197,94,.4);transform:translateY(-1px)}.site-footer{background:var(--dark-bg);color:#cfeadf;padding:64px 0 0}.footer-inner{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:48px;padding-bottom:48px}.footer-logo{font-size:32px;font-weight:700;color:#fff;margin:0 0 16px}.footer-description{font-size:15px;line-height:1.7;color:#94a3b8;margin:0 0 24px}.social-icons{display:flex;gap:16px}.social-icons a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.1);border-radius:8px;color:#fff;transition:background .2s}.social-icons a:hover{background:rgba(255,255,255,.2)}.footer-col h5{font-size:16px;font-weight:600;color:#fff;margin:0 0 20px;text-transform:uppercase;letter-spacing:.5px}.footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer-col a{color:#94a3b8;text-decoration:none;font-size:15px;transition:color .2s}.footer-col a:hover{color:var(--green)}.contact-info{display:flex;flex-direction:column;gap:12px}.contact-info p{font-size:15px;color:#94a3b8;margin:0;display:flex;align-items:flex-start;line-height:1.6}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:24px 0}.footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.footer-bottom p{margin:0;color:#94a3b8;font-size:14px}.footer-bottom-links{display:flex;gap:24px}.footer-bottom-links a{color:#94a3b8;text-decoration:none;font-size:14px;transition:color .2s}.footer-bottom-links a:hover{color:var(--green)}.btn-scroll-top{background:var(--green);color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:background .2s}.btn-scroll-top:hover{background:var(--green-dark)}.grid{display:grid;gap:24px}.nav-anchor{position:absolute;visibility:hidden}@media (max-width:1024px){.hero-inner{grid-template-columns:1fr;gap:48px}.features-grid,.registration-grid,.services-grid{grid-template-columns:repeat(2,1fr)}.industries-grid{grid-template-columns:repeat(3,1fr)}.footer-inner{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.header-inner{padding:12px 16px}.desktop-cta,.desktop-nav{display:none}.nav-toggle{display:flex}.mobile-drawer{display:block}.nav-open{overflow:hidden}.hero{padding:48px 0}.hero-text h1{font-size:36px}.section{padding:60px 0}.section-title{font-size:32px}.blog-grid,.features-grid,.registration-grid,.services-grid,.testimonial-grid{grid-template-columns:1fr}.industries-grid{grid-template-columns:repeat(2,1fr)}.expertise-grid{gap:24px}.footer-inner{grid-template-columns:1fr;gap:32px}.footer-bottom-inner{flex-direction:column;align-items:flex-start}}@media (max-width:480px){.container{padding:0 16px}.hero-text h1,.section-title{font-size:28px}.industries-grid{grid-template-columns:1fr}}.contact-hero{position:relative;padding:100px 0 60px;background:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4)),url(/contact_image.png) 50%/cover;background-attachment:fixed;text-align:center}.contact-hero-title{font-size:48px;font-weight:700;color:#fff;margin:0 0 20px;letter-spacing:-.5px}.breadcrumbs{display:flex;align-items:center;justify-content:center;gap:8px;font-size:16px;color:#d1d5db}.breadcrumbs a{color:#d1d5db;text-decoration:none;transition:color .2s}.breadcrumbs a:hover{color:var(--green)}.breadcrumbs span{color:#9ca3af}.contact-content{background:#fff;padding:80px 0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.contact-info-section{padding-right:32px}.contact-form-section{padding-left:32px}.contact-section-title{font-size:36px;font-weight:700;color:var(--green);margin:0 0 16px;letter-spacing:-.5px}.contact-description{font-size:16px;line-height:1.7;color:var(--text-light);margin:0 0 40px}.contact-info-list{display:flex;flex-direction:column;gap:32px}.contact-info-item{display:flex;gap:20px;align-items:flex-start}.contact-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#f0fdf4;border-radius:12px;color:var(--green)}.contact-info-content{flex:1}.contact-info-content strong{display:block;font-size:18px;font-weight:600;color:var(--text-dark);margin-bottom:8px}.contact-info-content p{font-size:15px;line-height:1.6;color:var(--text-light);margin:0}.contact-form{gap:24px}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:8px}.form-group label{font-size:15px;font-weight:600;color:var(--text-dark)}.form-group input,.form-group textarea{width:100%;padding:14px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:15px;font-family:inherit;color:var(--text-dark);background:#fff;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px rgba(34,197,94,.1)}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.form-group textarea{resize:vertical;min-height:150px}.btn-submit{width:100%;padding:16px 32px;font-size:16px;font-weight:600;margin-top:8px;cursor:pointer;transition:all .2s}.btn-submit:disabled{opacity:.6;cursor:not-allowed}.btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px rgba(34,197,94,.4)}.status-message{display:flex;align-items:flex-start;gap:16px;padding:20px 24px;border-radius:12px;margin-bottom:24px;animation:slideInDown .4s ease-out;box-shadow:0 4px 12px rgba(0,0,0,.1);border:2px solid transparent}.status-message-success{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-color:#22c55e;color:#166534}.status-message-error{background:linear-gradient(135deg,#fef2f2,#fee2e2);border-color:#ef4444;color:#991b1b}.status-message-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;animation:scaleIn .3s ease-out .1s both}.status-message-success .status-message-icon{background:#22c55e;box-shadow:0 4px 12px rgba(34,197,94,.3)}.status-message-error .status-message-icon{background:#ef4444;box-shadow:0 4px 12px rgba(239,68,68,.3)}.status-message-icon svg{width:24px;height:24px}.status-message-content{flex:1;display:flex;flex-direction:column;gap:6px}.status-message-title{font-size:18px;font-weight:700;margin:0;letter-spacing:-.3px}.status-message-text{font-size:15px;line-height:1.6;margin:0;opacity:.9}.status-message-close{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;border-radius:6px;cursor:pointer;transition:all .2s;color:inherit;opacity:.7}.status-message-close:hover{opacity:1;background:rgba(0,0,0,.05)}.status-message-success .status-message-close:hover{background:rgba(34,197,94,.1)}.status-message-error .status-message-close:hover{background:rgba(239,68,68,.1)}.status-message-close svg{width:18px;height:18px}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media (max-width:968px){.contact-grid{grid-template-columns:1fr;gap:48px}.contact-info-section{padding-right:0}.contact-form-section{padding-left:0}.contact-hero-title{font-size:36px}}@media (max-width:768px){.contact-hero{padding:80px 0 40px;background-attachment:scroll}.contact-hero-title{font-size:32px}.contact-content{padding:60px 0}.contact-section-title{font-size:28px}.contact-info-item{gap:16px}.contact-icon{width:40px;height:40px}.contact-icon svg{width:20px;height:20px}.status-message{padding:16px 20px;gap:12px}.status-message-icon{width:40px;height:40px}.status-message-icon svg{width:20px;height:20px}.status-message-title{font-size:16px}.status-message-text{font-size:14px}}