@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap";.gmodal-overlay{z-index:9999999;-webkit-backdrop-filter:blur(6px);background:#0b192c8c;place-items:center;padding:16px;animation:.28s both gmodalFade;display:grid;position:fixed;inset:0}.gmodal-dialog{background:#fff;border-radius:24px;width:min(640px,100%);max-height:min(92vh,880px);animation:.3s cubic-bezier(.22,1,.36,1) both gmodalPop;position:relative;overflow:auto;box-shadow:0 32px 80px #00000073}.gmodal-close{z-index:10;color:#fff;cursor:pointer;background:#ffffff2e;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:all .25s;display:inline-flex;position:absolute;top:18px;right:18px}.gmodal-close:hover{background:#ffffff59;transform:rotate(90deg)}.gmodal-hero{color:#fff;text-align:left;background:linear-gradient(135deg,#071b34 0%,#0b2d55 100%);padding:38px 36px 30px;position:relative;overflow:hidden}.gmodal-hero-glow{pointer-events:none;background:radial-gradient(circle,#10b98159,#0000 70%);border-radius:50%;width:260px;height:260px;position:absolute;top:-80px;right:-60px}.gmodal-tag{letter-spacing:.08em;color:#10b981;text-transform:uppercase;margin-bottom:6px;font-size:11px;font-weight:700;display:inline-block}.gmodal-hero h2{color:#fff;letter-spacing:-.02em;margin-bottom:8px;font-size:clamp(22px,3.4vw,30px);font-weight:800}.gmodal-hero p{color:#fffc;max-width:520px;margin:0;font-size:13.5px;line-height:1.55}.gmodal-body{text-align:left;padding:28px 36px 32px}.gmodal-form{flex-direction:column;gap:16px;display:flex}.gmodal-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.gmodal-field{flex-direction:column;gap:5px;display:flex}.gmodal-field label{color:var(--color-primary,#0b1f3a);font-size:12.5px;font-weight:700}.gmodal-field input,.gmodal-field select,.gmodal-field textarea{width:100%;color:var(--color-primary,#0b1f3a);background:#fff;border:1.5px solid #cbd5e1;border-radius:10px;outline:none;padding:10px 14px;font-family:inherit;font-size:13.5px;transition:all .2s}.gmodal-field input:focus,.gmodal-field select:focus,.gmodal-field textarea:focus{border-color:var(--color-accent,#10b981);box-shadow:0 0 0 3px #10b98126}.gmodal-field input::placeholder,.gmodal-field textarea::placeholder{color:#94a3b8;font-size:13px}.gmodal-foot{flex-direction:column;gap:10px;margin-top:6px;display:flex}.gmodal-submit-btn{background:var(--color-accent,#10b981);color:#fff;cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;width:100%;height:46px;padding:0 28px;font-size:14.5px;font-weight:700;transition:all .25s;display:inline-flex;box-shadow:0 8px 20px #10b98159;border-radius:10px!important}.gmodal-submit-btn:hover{background:#059669;transform:translateY(-2px);box-shadow:0 12px 24px #10b98173}.gmodal-spin{animation:1s linear infinite gmodalSpin}@keyframes gmodalSpin{to{transform:rotate(360deg)}}.gmodal-privacy{color:#64748b;justify-content:center;align-items:center;gap:6px;font-size:12px;display:flex}.gmodal-privacy svg{color:#10b981}.gmodal-success{text-align:center;flex-direction:column;align-items:center;padding:24px 12px;display:flex}.gmodal-success-icon{color:#10b981;margin-bottom:16px}.gmodal-success h3{color:var(--color-primary,#0b1f3a);margin-bottom:8px;font-size:22px;font-weight:800}.gmodal-success p{color:#64748b;max-width:440px;margin:0 0 24px;font-size:14px;line-height:1.6}.gmodal-done-btn{border-radius:999px;padding:12px 28px;font-size:14px;font-weight:700}@keyframes gmodalFade{0%{opacity:0}to{opacity:1}}@keyframes gmodalPop{0%{opacity:0;transform:scale(.95)translateY(14px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (width<=600px){.gmodal-overlay{padding:12px}.gmodal-hero{padding:20px 16px 16px}.gmodal-hero h2{margin-bottom:6px;font-size:20px}.gmodal-hero p{font-size:12px;line-height:1.4}.gmodal-body{padding:16px 16px 20px}.gmodal-form{gap:12px}.gmodal-row{grid-template-columns:1fr}.gmodal-field input,.gmodal-field select,.gmodal-field textarea{padding:8px 12px;font-size:13px}.gmodal-submit-btn{height:42px;font-size:14px}.gmodal-close{width:30px;height:30px;top:12px;right:12px}}.navbar{z-index:1000;-webkit-backdrop-filter:blur(12px);background:#0b1f3af7;border-bottom:1px solid #ffffff1f;width:100%;position:fixed;top:0;left:0;right:0;box-shadow:0 10px 30px #040a1240}.navbar__inner{grid-template-columns:auto 1fr auto;align-items:center;gap:24px;min-height:78px;display:grid}.navbar__brand{align-items:center;gap:12px;text-decoration:none;display:inline-flex}.navbar__brand-mark{background:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .25s;display:inline-flex;overflow:hidden;box-shadow:0 8px 20px #10b98159}.navbar__brand:hover .navbar__brand-mark{transform:scale(1.05)}.navbar__brand-mark img{object-fit:cover;width:100%;height:100%}.navbar__brand-text{flex-direction:column;line-height:1.1;display:flex}.navbar__brand-text strong{color:#fff;font-family:var(--font-heading,inherit);letter-spacing:-.01em;font-size:1.2rem;font-weight:800}.navbar__brand-text small{color:#ffffffa6;letter-spacing:.14em;text-transform:uppercase;font-size:.68rem;font-weight:700}.navbar__links{justify-content:center;align-items:center;gap:6px;display:flex}.navbar__link{color:#ffffffd9;font-family:var(--font-heading,inherit);border-radius:10px;align-items:center;gap:6px;padding:10px 18px;font-size:.95rem;font-weight:600;line-height:1;text-decoration:none;transition:all .22s;display:inline-flex;position:relative}.navbar__link:hover{color:#fff;background:#ffffff1a}.navbar__link.is-active{color:#10b981;background:0 0;border:none}.navbar__link.is-active:after{content:"";inset-inline:12px;background:var(--color-accent,#10b981);border-radius:999px;height:2.5px;position:absolute;bottom:0}.navbar__actions{align-items:center;gap:12px;display:flex}.navbar__cta{background:var(--color-accent,#10b981);color:#fff;justify-content:center;align-items:center;gap:10px;min-height:46px;padding:0 24px;font-size:14px;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 8px 20px #10b98159;border-radius:10px!important}.navbar__cta:hover{background:#059669;transform:translateY(-2px);box-shadow:0 12px 24px #10b98173}.navbar__cta span{white-space:nowrap}.navbar__toggle{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff2e;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;transition:all .2s;display:none}.navbar__toggle:hover{background:#ffffff29}.navbar__mobile,.navbar__overlay{display:none}@media (width<=1024px){.navbar__inner{gap:12px;grid-template-columns:1fr auto!important}.navbar__links{display:none!important}.navbar__toggle{display:inline-flex!important}.navbar__cta{display:none!important}.navbar__overlay{z-index:999990;-webkit-backdrop-filter:blur(.5px);background:#03071273;animation:.25s both navbarOverlayFade;display:block;position:fixed;inset:0}.navbar__mobile{z-index:999999;visibility:hidden;border-left:1px solid #ffffff1f;flex-direction:column;width:min(280px,75vw);height:100vh;padding:24px;transition:transform .32s cubic-bezier(.22,1,.36,1);display:flex;position:fixed;top:0;bottom:0;right:0;overflow:hidden auto;transform:translate(100%);box-shadow:-24px 0 60px #040a1280;background:#0b1f3a!important}.navbar__mobile.is-open{visibility:visible;transform:translate(0)}.navbar__mobile-head{border-bottom:1px solid #ffffff1f;align-items:center;gap:12px;padding-bottom:20px;display:flex}.navbar__mobile-close{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-left:auto;display:inline-flex}.navbar__mobile-links{flex-direction:column;flex:1;gap:8px;margin-top:20px;display:flex}.navbar__mobile-link{color:#ffffffe0;font-family:var(--font-heading,inherit);background:#ffffff0f;border:1px solid #ffffff14;border-radius:10px;padding:14px 18px;font-size:1.02rem;font-weight:600;text-decoration:none;transition:all .25s;position:relative}.navbar__mobile-link.is-active{color:#fff;background:#10b98133;border-color:#10b98159}.navbar__mobile-foot{border-top:1px solid #ffffff1f;margin-top:20px;padding-top:20px}.navbar__mobile-cta{justify-content:center;width:100%;min-height:48px;border-radius:10px!important}.navbar__mobile-note{color:#ffffff8c;text-align:center;margin-top:14px;font-size:12.5px;line-height:1.6}}@media (width<=640px){.navbar__inner{min-height:68px}.navbar__brand-mark{border-radius:10px;width:38px;height:38px}.navbar__brand-text strong{font-size:1.08rem}.navbar__brand-text small{letter-spacing:.1em;font-size:.62rem}.navbar__toggle{border-radius:9px;width:38px;height:38px}}@keyframes navbarOverlayFade{0%{opacity:0}to{opacity:1}}@media (width<=640px){:root{--navbar-height:68px}}.footer{background:var(--color-primary,#0b1f3a);color:#ffffffbf;box-sizing:border-box;width:100%;max-width:100vw;padding:80px 0 36px;overflow:hidden}.footer__top{box-sizing:border-box;border-bottom:1px solid #ffffff1f;grid-template-columns:1.4fr 1.6fr 1.1fr;gap:48px;width:100%;padding-bottom:56px;display:grid}.footer__logo{background:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex;overflow:hidden}.footer__logo img{object-fit:cover;width:100%;height:100%}.footer__brand-row{align-items:center;gap:12px;margin-bottom:18px;text-decoration:none;display:inline-flex}.footer__brand-text{flex-direction:column;line-height:1.1;display:flex}.footer__brand-text strong{color:#fff;font-family:var(--font-heading,inherit);letter-spacing:-.01em;font-size:1.18rem;font-weight:800}.footer__brand-text small{color:#fff9;letter-spacing:.14em;text-transform:uppercase;font-size:.7rem;font-weight:700}.footer__tagline{color:#ffffffb8;max-width:340px;margin-bottom:22px;font-size:14.5px;line-height:1.65}.footer__contact{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.footer__contact li{align-items:center;gap:10px;font-size:14px;display:flex}.footer__contact a{color:#ffffffd9;text-decoration:none;transition:color .2s}.footer__contact a:hover{color:var(--color-accent,#10b981)}.footer__contact svg{color:var(--color-accent,#10b981);flex-shrink:0}.footer__cols{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.footer__col h4{color:#fff;margin-bottom:18px;font-size:15px;font-weight:700}.footer__col ul{flex-direction:column;gap:11px;margin:0;padding:0;list-style:none;display:flex}.footer__col a{color:#ffffffbf;font-size:14.5px;text-decoration:none;transition:color .2s}.footer__col a:hover{color:var(--color-accent,#10b981)}.footer__news h4{color:#fff;margin-bottom:10px;font-size:15px;font-weight:700}.footer__news p{color:#ffffffb8;margin-bottom:16px;font-size:14px}.footer__form{box-sizing:border-box!important;flex-direction:row!important;align-items:center!important;gap:8px!important;width:100%!important;display:flex!important}.footer__form input{transition:border-color .2s;color:#fff!important;box-sizing:border-box!important;background:#ffffff14!important;border:1px solid #ffffff2e!important;border-radius:10px!important;outline:none!important;flex:auto!important;width:100%!important;min-width:0!important;height:46px!important;padding:0 14px!important;font-size:13.5px!important}.footer__form input::placeholder{color:#ffffff73}.footer__form input:focus{border-color:var(--color-accent,#10b981)!important;box-shadow:0 0 0 3px #10b98126!important}.footer__form .btn{border-radius:10px!important;flex:0 0 46px!important;justify-content:center!important;align-items:center!important;width:46px!important;min-width:46px!important;max-width:46px!important;height:46px!important;margin:0!important;padding:0!important;display:inline-flex!important}.footer__news-done{color:var(--color-accent,#10b981);margin-top:10px;font-size:13.5px}.footer__bottom{justify-content:space-between;align-items:center;gap:16px;padding-top:28px;font-size:14px;display:flex}.footer__social{gap:8px;display:flex}.footer__social a{color:#ffffffd9;background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:all .25s;display:inline-flex}.footer__social a:hover{background:var(--color-accent,#10b981);color:#fff;transform:translateY(-2px)}@media (width<=980px){.footer__top{grid-template-columns:1fr 1fr;gap:36px}.footer__brand{grid-column:1/-1}}@media (width<=640px){.footer{padding:44px 0 110px!important}.footer__top{grid-template-columns:1fr;gap:32px;padding-bottom:36px}.footer__cols{grid-template-columns:repeat(3,1fr);gap:16px 10px}.footer__col h4{margin-bottom:12px;font-size:14px}.footer__col a{word-break:break-word;font-size:13px}.footer__tagline{max-width:100%}.footer__bottom{text-align:center;flex-direction:column-reverse;align-items:center;gap:16px;padding-top:24px}.footer__bottom p{font-size:12.5px;line-height:1.55}.footer__social{justify-content:center}}@media (width<=400px){.footer__cols{grid-template-columns:repeat(3,1fr);gap:12px 6px}.footer__col h4{font-size:13px}.footer__col a{font-size:12px}}.scroll-top{background:var(--color-accent);color:#fff;cursor:pointer;opacity:0;pointer-events:none;z-index:1000;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:opacity .3s,transform .3s,background .3s;display:flex;position:fixed;bottom:24px;right:24px;transform:translateY(16px)scale(.9);box-shadow:0 8px 24px #0000002e}.scroll-top:hover{background:var(--color-accent-600)}.scroll-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}@media (width<=640px){.scroll-top{width:44px;height:44px;bottom:16px;right:16px}}.whatsapp-float{color:#fff;z-index:1000;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;transition:transform .3s,box-shadow .3s;animation:2.4s ease-out infinite whatsapp-pulse;display:flex;position:fixed;bottom:calc(3vh + 32px);left:24px;box-shadow:0 10px 28px #25d36666}.whatsapp-float:hover{transform:translateY(-4px)scale(1.06);box-shadow:0 16px 36px #25d3668c}.whatsapp-float:before{content:"";border:2px solid #25d36699;border-radius:50%;animation:2.4s ease-out infinite whatsapp-ring;position:absolute;inset:0}@keyframes whatsapp-ring{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(1.7)}}@keyframes whatsapp-pulse{0%,to{box-shadow:0 10px 28px #25d36666}50%{box-shadow:0 10px 34px #25d36699}}@media (prefers-reduced-motion:reduce){.whatsapp-float,.whatsapp-float:before{animation:none}}@media (width<=640px){.whatsapp-float{width:52px;height:52px;bottom:calc(3vh + 24px);left:16px}}.hero{color:#12141a;background:#f3f6f3;width:100%;max-width:100vw;height:calc(100svh - 78px);min-height:calc(100svh - 78px);padding:20px 0 0;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(65% 70% at 72% 44%,#b4e6d28c,#0000 70%),radial-gradient(40% 50% at 90% 20%,#0c8f5214,#0000 60%),radial-gradient(30% 40% at 60% 90%,#0c8f520f,#0000 60%),linear-gradient(170deg,#f6faf7 0%,#edf5ef 40%,#f3f6f3 100%);position:absolute;inset:0}.hero:after{content:"";pointer-events:none;background:linear-gradient(#fbfbfa00,#fbfbfa 92%);height:180px;position:absolute;inset:auto 0 -4px}.hero__backdrop{pointer-events:none;background-image:radial-gradient(#12141a14 1.4px,#0000 1.4px);background-size:26px 26px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(55% 55% at 12% 20%,#00000080,#0000 75%);mask-image:radial-gradient(55% 55% at 12% 20%,#00000080,#0000 75%)}.hero__shell{z-index:1;grid-template-columns:1fr 1.15fr;align-items:center;gap:32px;height:calc(100svh - 106px);min-height:calc(100svh - 106px);padding-top:8px;padding-bottom:8px;display:grid;position:relative}.hero__content{max-width:760px}.hero__title{color:#12141a;letter-spacing:-.04em;text-wrap:balance;margin:0;font-size:clamp(2.15rem,3.9vw,3.9rem);font-weight:800;line-height:1.04}.hero__rotator{vertical-align:bottom;height:1.05em;display:inline-grid;position:relative;overflow:hidden}.hero__rotator-word{color:#0c8f52;grid-area:1/1;animation:.55s cubic-bezier(.22,1,.36,1) both hero-word-in;display:block}@keyframes hero-word-in{0%{opacity:0;transform:translateY(60%)}to{opacity:1;transform:translateY(0)}}.hero__text{color:#12141a99;max-width:540px;margin:14px 0 0;font-size:clamp(.88rem,1.05vw,.98rem);line-height:1.55}.hero__actions{flex-wrap:wrap;gap:14px;margin-top:26px;display:flex}.hero__primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0f9c5b,#0a7544);border:none;border-radius:999px;align-items:center;gap:8px;min-height:46px;padding-inline:20px;font-size:.92rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 18px 34px -14px #0a754499}.hero__primary:hover{transform:translateY(-2px);box-shadow:0 22px 40px -14px #0a7544b3}.hero__secondary{color:#12141a;cursor:pointer;background:#fff;border:1px solid #12141a24;border-radius:999px;align-items:center;gap:8px;min-height:46px;padding-inline:18px;font-size:.92rem;font-weight:600;transition:background .2s,border-color .2s;display:inline-flex}.hero__secondary:hover{background:#f2f7f4;border-color:#0c8f524d}.hero__brands-wrap{margin-top:34px}.hero__brands-label{color:#12141a6b;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:14px;margin-bottom:14px;font-size:.78rem;font-weight:600;display:flex}.hero__brands-label span{background:#12141a24;flex:1;height:1px}.hero__brands{flex-wrap:wrap;align-items:center;gap:32px;display:flex}.hero__brand-item{align-items:center;display:inline-flex}.hero__brand-img{object-fit:contain;filter:none;opacity:.9;width:auto;transition:opacity .25s,transform .25s;display:block}.hero__brand-img:hover{opacity:1;transform:translateY(-1.5px)}.hero__brand-fallback{font-family:var(--font-heading);color:var(--color-primary);font-size:1.1rem;font-weight:700}.hero__visual{perspective:1800px;justify-content:center;align-items:center;min-height:560px;display:flex;position:relative}.hero__stage,.hero__plant{display:none}.hero__laptop-tilt{z-index:1;width:min(720px,96%);transform-style:preserve-3d;animation:1.1s cubic-bezier(.22,1,.36,1) .15s both hero-laptop-in;position:relative}@keyframes hero-laptop-in{0%{opacity:0;transform:scale(.88)translateY(50px)}to{opacity:1;transform:scale(1)translateY(0)}}.hero__laptop{width:100%;transform-style:preserve-3d;animation:8s ease-in-out 1.1s infinite hero-float;position:relative}.hero__screen-frame{background:linear-gradient(160deg,#44474e 0%,#1c1d21 80%);border-radius:16px 16px 4px 4px;padding:11px 11px 14px;position:relative;box-shadow:0 48px 80px -20px #12141a8c,0 0 0 1px #ffffff0f,inset 0 1px #ffffff1a}.hero__camera{background:#000;border-radius:50%;width:5px;height:5px;position:absolute;top:5px;left:50%;transform:translate(-50%);box-shadow:0 0 0 2px #ffffff0f}.hero__screen{aspect-ratio:16/10.4;background:#fff;border-radius:8px;flex-direction:column;display:flex;position:relative;overflow:hidden}.hero__topbar{border-bottom:1px solid #12141a0f;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.hero__logo{letter-spacing:.02em;color:#12141a;align-items:center;gap:6px;font-size:.78rem;font-weight:800;display:flex}.hero__logo-mark{color:#c9922f;border:1.5px solid #c9922f;border-radius:50%;place-items:center;width:18px;height:18px;font-size:.62rem;font-weight:800;display:grid}.hero__topbar-icons{align-items:center;gap:6px;display:flex}.hero__topbar-icon{color:#4b5564;background:#eef1ee;border-radius:50%;place-items:center;width:20px;height:20px;display:grid}.hero__topbar-icon--menu{color:#12141a80;background:0 0}.hero__screen-body{flex:1;grid-template-columns:38px 1fr;min-height:0;display:grid}.hero__sidebar{background:linear-gradient(#182018,#0c110d);flex-direction:column;align-items:center;gap:10px;padding:12px 0;display:flex}.hero__sidebar-icon{color:#ffffff6b;border-radius:7px;place-items:center;width:24px;height:24px;transition:color .2s,background .2s;display:grid}.hero__sidebar-icon.is-active{color:#fff;background:#0c8f52}.hero__screen-main{min-width:0;padding:12px 14px 10px}.hero__screen-heading{color:#12141a;margin:0 0 8px;font-size:.86rem;font-weight:700;animation:.4s both hero-metric-in}.hero__page-dots{align-items:center;gap:4px;margin-left:6px;display:flex}.hero__page-dot{background:#12141a2e;border-radius:50%;width:5px;height:5px;transition:background .3s,transform .3s}.hero__page-dot.is-active{background:#0c8f52;transform:scale(1.3)}.hero__page-content{animation:.45s cubic-bezier(.22,1,.36,1) both hero-page-in}@keyframes hero-page-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hero__campaigns{flex-direction:column;gap:0;display:flex}.hero__camp-head{color:#12141a6b;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #12141a0f;grid-template-columns:2fr .8fr .7fr .7fr;gap:4px;margin-bottom:4px;padding:0 8px 5px;font-size:.52rem;font-weight:600;display:grid}.hero__camp-row{background:#fff;border:1px solid #12141a0f;border-radius:8px;grid-template-columns:2fr .8fr .7fr .7fr;align-items:center;gap:4px;margin-bottom:5px;padding:6px 8px;animation:.4s cubic-bezier(.22,1,.36,1) both hero-metric-in;display:grid}.hero__camp-name{color:#12141a;align-items:center;gap:6px;min-width:0;font-size:.6rem;font-weight:600;display:flex}.hero__camp-name span:last-child{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.hero__camp-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.hero__camp-dot--active{background:#0c8f52}.hero__camp-dot--paused{background:#f5a623}.hero__camp-val{color:#12141a;font-size:.6rem;font-weight:600}.hero__camp-val--green{color:#0c8f52}.hero__camp-val--bold{color:#12141a;font-weight:700}.hero__camp-bar-wrap{background:#12141a14;border-radius:2px;grid-column:1/-1;height:3px;margin-top:2px;overflow:hidden}.hero__camp-bar{background:linear-gradient(90deg,#0c8f52,#16c76f);border-radius:2px;height:100%;transition:width .6s}.hero__audience{flex-direction:column;gap:8px;display:flex}.hero__aud-metrics{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.hero__aud-charts{grid-template-columns:1fr 1fr;gap:8px;display:grid}.hero__aud-age,.hero__aud-cities{background:#fff;border:1px solid #12141a14;border-radius:10px;padding:8px 10px}.hero__aud-bars{flex-direction:column;gap:5px;margin-top:6px;display:flex}.hero__aud-bar-row{align-items:center;gap:5px;display:flex}.hero__aud-seg{color:#12141a8c;white-space:nowrap;flex-shrink:0;width:40px;font-size:.52rem}.hero__aud-bar-wrap{background:#12141a12;border-radius:3px;flex:1;height:5px;overflow:hidden}.hero__aud-bar{border-radius:3px;height:100%;animation:.7s cubic-bezier(.22,1,.36,1) both hero-bar-in}@keyframes hero-bar-in{0%{width:0!important}to{}}.hero__aud-pct{color:#12141a;text-align:right;flex-shrink:0;width:24px;font-size:.52rem;font-weight:700}.hero__city-row{align-items:center;gap:5px;margin-top:5px;display:flex}.hero__city-row>span:first-child{color:#12141a8c;flex-shrink:0;width:50px;font-size:.52rem}.hero__city-bar-wrap{background:#12141a12;border-radius:3px;flex:1;height:5px;overflow:hidden}.hero__city-bar{background:linear-gradient(90deg,#2f6fed,#5a8ffd);border-radius:3px;height:100%;animation:.7s cubic-bezier(.22,1,.36,1) both hero-bar-in}.hero__metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.hero__metric{background:#fff;border:1px solid #12141a14;border-radius:10px;padding:8px 9px 7px;animation:.5s cubic-bezier(.22,1,.36,1) both hero-metric-in}.hero__metric:first-child{animation-delay:0s}.hero__metric:nth-child(2){animation-delay:60ms}.hero__metric:nth-child(3){animation-delay:.12s}.hero__metric:nth-child(4){animation-delay:.18s}.hero__metric:nth-child(5){animation-delay:.24s}.hero__metric:nth-child(6){animation-delay:.3s}@keyframes hero-metric-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hero__metric span{color:#12141a7a;white-space:nowrap;margin-bottom:6px;font-size:.58rem;display:block}.hero__metric strong{color:#12141a;margin-bottom:5px;font-size:clamp(.78rem,1.3vw,1rem);line-height:1;display:block}.hero__metric em{color:#0c8f52;font-size:.64rem;font-style:normal;font-weight:700}.hero__charts{grid-template-columns:1.15fr .85fr;gap:8px;margin-top:8px;display:grid}.hero__line-card,.hero__donut-card{background:#fff;border:1px solid #12141a14;border-radius:12px;padding:10px 12px;position:relative;overflow:hidden}.hero__line-card{min-height:128px}.hero__chart-label{color:#12141a8c;font-size:.64rem;font-weight:600;display:block}.hero__line-badge{z-index:1;color:#fff;white-space:nowrap;background:#0c8f52;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:4px 7px;font-size:.64rem;font-weight:700;animation:.5s cubic-bezier(.22,1,.36,1) .3s both hero-badge-pop;display:inline-flex;position:absolute;top:30px;left:78px;box-shadow:0 10px 18px -6px #0c8f528c}@keyframes hero-badge-pop{0%{opacity:0;transform:scale(.6)translateY(6px)}to{opacity:1;transform:scale(1)translateY(0)}}.hero__line-badge small{color:#ffffffd1;font-size:.46rem;font-weight:600}.hero__line-badge:after{content:"";background:inherit;width:9px;height:9px;position:absolute;bottom:-5px;left:12px;transform:rotate(45deg)}.hero__line-svg{width:calc(100% - 16px);height:calc(100% - 48px);position:absolute;inset:26px 8px 22px}.hero__line-svg polyline{stroke-dasharray:500;stroke-dashoffset:500px;animation:1.3s cubic-bezier(.22,1,.36,1) .15s both hero-draw-line}@keyframes hero-draw-line{to{stroke-dashoffset:0}}.hero__line-months{color:#12141a52;justify-content:space-between;font-size:.5rem;display:flex;position:absolute;inset:auto 12px 6px}.hero__donut-card{grid-template-columns:1fr;align-content:start;gap:6px;display:grid}.hero__donut{border-radius:50%;width:62px;height:62px;margin:2px auto 0;animation:.7s cubic-bezier(.22,1,.36,1) .2s both hero-donut-in;position:relative}@keyframes hero-donut-in{0%{opacity:0;transform:scale(.5)rotate(-70deg)}to{opacity:1;transform:scale(1)rotate(0)}}.hero__donut:after{content:"";border-radius:inherit;background:#fff;position:absolute;inset:12px}.hero__channels{gap:3px;display:grid}.hero__channel{color:#12141a9e;justify-content:space-between;align-items:center;gap:6px;font-size:.56rem;display:flex}.hero__channel span{white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:4px;display:inline-flex;overflow:hidden}.hero__channel i{border-radius:50%;flex:none;width:6px;height:6px}.hero__channel strong{color:#12141a;font-weight:700}.hero__hinge,.hero__keyboard-deck,.hero__keys,.hero__trackpad{display:none}.hero__stand-neck{clip-path:polygon(30% 0%,70% 0%,85% 100%,15% 100%);z-index:2;background:linear-gradient(175deg,#d0d3da 0%,#b2b5be 100%);width:100px;height:60px;margin:0 auto;position:relative}.hero__stand-base{z-index:1;background:linear-gradient(#cacdd6 0%,#adb0bb 100%);border-radius:4px 4px 10px 10px;width:320px;height:20px;margin:0 auto;position:relative;box-shadow:0 16px 40px -8px #12141a38,inset 0 1px #ffffff80}@keyframes hero-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hero__card,.hero__floating{z-index:3;color:#1d2a39;background:#fff;border-radius:16px;animation:8s ease-in-out infinite hero-float;position:absolute;box-shadow:0 22px 44px -14px #12141a47}.hero__card{width:118px;padding:11px 11px 10px}.hero__card-icon{color:#fff!important;background:linear-gradient(135deg,#10b981 0%,#059669 100%)!important;border-radius:50%!important;flex-shrink:0!important;justify-content:center!important;align-items:center!important;width:36px!important;height:36px!important;margin-bottom:8px!important;display:flex!important;position:relative!important;box-shadow:0 4px 12px #10b98159!important}.hero__card-icon svg{color:#fff!important;stroke:#fff!important;display:block!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.hero__card span{color:#4b5564;font-size:.7rem;display:block}.hero__card strong{color:#111827;margin-top:4px;font-size:1.2rem;line-height:1;display:block}.hero__card p{color:#66717f;margin-top:3px;font-size:.62rem}.hero__card--top{animation-delay:.4s;top:-2%;right:-7%}.hero__card--bottom{animation-delay:1.2s;bottom:14%;right:-7%}.hero__floating{width:148px;padding:12px 14px 11px;animation-delay:.8s;bottom:18%;left:-7%}.hero__floating span{color:#344150;font-size:.7rem}.hero__floating strong{color:#0a7544;margin-top:4px;font-size:1.2rem;line-height:1;display:block}.hero__floating small{color:#66717f;margin-top:3px;font-size:.58rem;display:block}.hero__floating-graph{width:100%;height:24px;margin-top:6px}.reveal{opacity:0;animation:.8s cubic-bezier(.22,1,.36,1) both hero-rise}@keyframes hero-rise{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=1200px){.hero__shell{gap:14px}.hero__title{font-size:clamp(2.5rem,4.8vw,4.4rem)}.hero__card--top,.hero__card--bottom{right:-10px}.hero__floating{left:-10px}}@media (width<=980px){.hero{height:auto;min-height:auto;padding-top:18px}.hero__shell{flex-direction:column-reverse;gap:36px;height:auto;min-height:auto;padding-top:12px;padding-bottom:48px;display:flex}.hero__content{max-width:none}.hero__visual{width:min(760px,100%);min-height:520px;margin-inline:auto}.hero__plant{display:none}.hero__card--top{top:2%;right:2%}.hero__card--bottom{bottom:10%;right:2%}.hero__floating{bottom:16%;left:2%}}@media (width<=720px){.hero{padding-top:14px}.hero__title{font-size:clamp(1.9rem,8vw,2.7rem);line-height:1.12}.hero__text{font-size:.95rem;line-height:1.7}.hero__actions{gap:12px;margin-top:22px}.hero__primary,.hero__secondary{justify-content:center;width:100%;min-height:50px}.hero__brands-wrap{margin-top:28px}.hero__brands-label{font-size:.7rem}.hero__brands{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;width:100%;display:flex}.hero__brand-img{max-height:20px!important}.hero__visual{max-width:100%;min-height:440px;overflow:hidden}.hero__laptop-tilt{animation:1.1s cubic-bezier(.22,1,.36,1) .15s both hero-laptop-in-mobile}@keyframes hero-laptop-in-mobile{0%{opacity:0;transform:translateY(50px)scale(.86)}to{opacity:1;transform:translateY(0)scale(1)}}.hero__metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero__charts{grid-template-columns:1fr}.hero__card--top{transform-origin:100% 0;top:-4%;right:0;transform:scale(.82)}.hero__card--bottom{transform-origin:100% 100%;bottom:4%;right:0;transform:scale(.82)}.hero__floating{transform-origin:0 100%;bottom:8%;left:0;transform:scale(.82)}.hero__card{width:100px;padding:8px 10px}.hero__floating{width:110px;padding:8px 10px}.hero__card strong,.hero__floating strong{font-size:1rem}}@media (width<=520px){.hero__shell{padding-bottom:40px}.hero__title{font-size:clamp(1.7rem,7.4vw,2.3rem)}.hero__text{font-size:.92rem}.hero__visual{min-height:380px}.hero__screen-body{grid-template-columns:32px 1fr}.hero__sidebar-icon{width:20px;height:20px}.hero__sidebar-icon svg{width:12px!important;height:12px!important}.hero__metric-grid{grid-template-columns:1fr 1fr;gap:4px}.hero__metric{padding:6px 8px}.hero__metric span{font-size:.5rem}.hero__metric strong{font-size:.8rem}.hero__metric em{font-size:.55rem}.hero__charts{gap:6px}.hero__line-card,.hero__donut-card{padding:8px 10px}.hero__line-card{min-height:100px}.hero__donut{width:50px;height:50px}.hero__donut:after{inset:10px}.hero__channel{font-size:.5rem}.hero__line-badge{padding:3px 6px;font-size:.55rem;top:24px;left:60px}.hero__line-badge small{font-size:.4rem}.hero__card--top{transform-origin:100% 0;top:-4%;right:0%;transform:scale(.7)}.hero__card--bottom{transform-origin:100% 100%;bottom:4%;right:0%;transform:scale(.7)}.hero__floating{transform-origin:0 100%;bottom:8%;left:0%;transform:scale(.7)}.hero__card{width:90px}.hero__floating{width:100px}.hero__card strong,.hero__floating strong{font-size:.9rem}.hero__screen-heading{margin-bottom:6px;font-size:.75rem}.hero__topbar{padding:6px 10px}.hero__logo{font-size:.65rem}.hero__logo-mark{width:15px;height:15px;font-size:.5rem}.hero__topbar-icon{width:16px;height:16px}.hero__topbar-icon svg{width:10px!important;height:10px!important}.hero__screen-main{padding:8px 10px 6px}.hero__keyboard-deck{height:80px}.hero__keys{height:30px;top:8px}.hero__trackpad{width:100px;height:24px;top:44px}}@media (width<=380px){.hero__visual{min-height:340px}.hero__laptop-tilt{width:100%}.hero__metric-grid{grid-template-columns:1fr 1fr;gap:3px}.hero__metric{padding:4px 6px}.hero__metric strong{font-size:.7rem}.hero__charts{grid-template-columns:1fr}.hero__line-card{min-height:80px}.hero__donut{width:40px;height:40px}.hero__donut:after{inset:8px}.hero__line-badge{font-size:.5rem;top:20px;left:50px}}@media (prefers-reduced-motion:reduce){.hero,.hero__laptop,.hero__laptop-tilt,.hero__card,.hero__floating,.hero__plant,.reveal,.hero__rotator-word,.hero__metric,.hero__line-badge,.hero__line-svg polyline,.hero__donut{opacity:1!important;animation:none!important;transform:none!important}.hero__laptop-tilt{transform:scale(1)translateY(0)!important}.hero__line-svg polyline{stroke-dashoffset:0!important}}.trusted{border-bottom:1px solid var(--color-border,#e2e8f0);background:#fff;width:100%;max-width:100vw;padding:40px 0;overflow:hidden}.trusted__label{text-align:center;font-family:var(--font-heading);letter-spacing:.1em;text-transform:uppercase;color:var(--color-muted,#64748b);margin-bottom:24px;font-size:12px;font-weight:600}.trusted__row{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px 44px;display:flex}.trusted__item{opacity:.85;cursor:default;align-items:center;gap:9px;transition:all .25s;display:inline-flex}.trusted__item:hover{opacity:1;transform:translateY(-2px)}.trusted__icon{justify-content:center;align-items:center;transition:transform .25s;display:flex}.trusted__item:hover .trusted__icon{transform:scale(1.1)}.trusted__name{font-family:var(--font-heading);letter-spacing:-.02em;color:#334155;font-size:20px;font-weight:700;line-height:1}@media (width<=992px){.trusted__row{gap:18px 36px}.trusted__name{font-size:18px}}@media (width<=640px){.trusted{padding:24px 0 18px}.trusted__row{gap:14px 24px}.trusted__name{font-size:16px}}.service-modal{z-index:9999999;-webkit-backdrop-filter:blur(8px);opacity:0;visibility:hidden;background:#071b3499;place-items:center;padding:16px;transition:all .35s;display:grid;position:fixed;inset:0;overflow-y:auto}.service-modal--open{opacity:1;visibility:visible}.service-modal__dialog{scrollbar-width:thin;background:#fff;border-radius:22px;width:min(860px,100%);max-height:min(88vh,840px);transition:all .38s cubic-bezier(.22,1,.36,1);position:relative;overflow:auto;transform:scale(.93)translateY(18px);box-shadow:0 32px 80px #0006}.service-modal--open .service-modal__dialog{transform:scale(1)translateY(0)}.service-modal__dialog::-webkit-scrollbar{width:6px}.service-modal__dialog::-webkit-scrollbar-track{background:0 0}.service-modal__dialog::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.service-modal__close{z-index:20;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26;border:1.5px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:inline-flex;position:absolute;top:18px;right:18px}.service-modal__close:hover{background:#ffffff4d;transform:rotate(90deg)scale(1.08)}.service-modal__close:active{transform:rotate(90deg)scale(.92)}.service-modal__hero{color:#fff;border-radius:22px 22px 0 0;align-items:center;min-height:170px;padding:36px 40px 30px;display:flex;position:relative;overflow:hidden}.service-modal__hero-glow{pointer-events:none;background:radial-gradient(circle,#10b9814d,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;top:-80px;right:-60px}.service-modal__hero-content{align-items:flex-start;gap:24px;max-width:760px;display:flex;position:relative}.service-modal__hero-icon{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1f;border:1.5px solid #fff3;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:59px;height:58px;display:inline-flex;box-shadow:0 8px 24px #0000001f}.service-modal__hero-copy{flex:1}.service-modal__tagline{color:#6ee7b7;letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:6px;margin:0 0 6px;font-size:.85rem;font-weight:600;display:flex}.service-modal__hero-copy h2{color:#fff;letter-spacing:-.02em;margin:0;font-size:clamp(1.5rem,3.5vw,2.4rem);font-weight:800;line-height:1.18}.service-modal__hero-sub{color:#ffffffd9;max-width:520px;margin:8px 0 0;font-size:.95rem;line-height:1.6}.service-modal__body{padding:28px 40px 14px}.service-modal__section{margin-bottom:26px}.service-modal__section:last-of-type{margin-bottom:14px}.service-modal__section h3{color:#0f172a;letter-spacing:-.01em;align-items:center;gap:10px;margin:0 0 16px;font-size:1.2rem;font-weight:800;display:flex}.service-modal__section h3 .section-icon{color:#10b981;font-size:1.1rem}.service-modal__section h3:after{content:"";background:linear-gradient(90deg,#10b981,#0000);flex:1;height:2px;margin-left:8px}.service-modal__section p{color:#475569;margin:0 0 12px;font-size:.98rem;line-height:1.7}.service-modal__section p:last-child{margin-bottom:0}.service-modal__offset{margin-top:12px}.service-modal__platforms{flex-wrap:wrap;gap:12px;margin-top:6px;display:flex}.platform-card{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:8px;padding:8px 16px;transition:all .25s;display:flex}.platform-card:hover{border-color:var(--brand-color);background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.platform-icon{color:var(--brand-color)}.platform-name{font-size:.9rem;font-weight:600}.service-modal__list{margin:0;padding:0;list-style:none}.service-modal__list--grid{grid-template-columns:repeat(2,1fr);gap:10px 32px;display:grid}.service-modal__list li{color:#1e293b;align-items:center;min-height:32px;padding-left:30px;font-size:.95rem;font-weight:500;line-height:1.6;display:flex;position:relative}.service-modal__list-icon{color:#10b981;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:0;transform:translateY(-50%)}.service-modal__features{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.service-modal__feature{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:16px;padding:20px 24px;transition:all .3s}.service-modal__feature:hover{border-color:#10b981;transform:translateY(-2px);box-shadow:0 8px 24px #10b98114}.service-modal__feature strong{color:#0f172a;margin-bottom:6px;font-size:1rem;font-weight:700;display:block}.service-modal__feature p{color:#64748b;margin:0;font-size:.9rem;line-height:1.55}.service-modal__callout{background:linear-gradient(135deg,#ecfdf5,#f0fdf4);border-left:4px solid #10b981;border-radius:0 14px 14px 0;padding:20px 28px}.service-modal__callout p{color:#065f46;margin:0;font-size:.98rem;font-weight:600;line-height:1.6}.service-modal__tags{flex-wrap:wrap;gap:10px;display:flex}.service-modal__tag{color:#047857;background:#ecfdf5;border:1px solid #10b98133;border-radius:999px;align-items:center;min-height:36px;padding:0 18px;font-size:.85rem;font-weight:600;transition:all .25s;display:inline-flex}.service-modal__tag:hover{color:#fff;background:#10b981;border-color:#10b981;transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.service-modal__process{grid-template-columns:repeat(4,1fr);gap:16px;margin:0;padding:0;list-style:none;display:grid}.service-modal__step{text-align:left;counter-increment:step-counter;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:16px;padding:20px 18px;transition:all .3s;position:relative}.service-modal__step:hover{border-color:#10b981;transform:translateY(-2px);box-shadow:0 8px 20px #10b98114}.service-modal__step-num{color:#fff;background:#10b981;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;margin-bottom:12px;font-size:.9rem;font-weight:800;display:inline-flex}.service-modal__step strong{color:#0f172a;margin-bottom:6px;font-size:.98rem;font-weight:700;display:block}.service-modal__step p{color:#64748b;margin:0;font-size:.85rem;line-height:1.5}.service-modal__results{flex-wrap:wrap;gap:10px;display:flex}.service-modal__result{color:#047857;background:#ecfdf5;border:1px solid #10b98140;border-radius:12px;align-items:center;gap:8px;padding:10px 18px;font-size:.9rem;font-weight:600;transition:all .25s;display:inline-flex}.service-modal__result:hover{color:#fff;background:#10b981;border-color:#10b981;transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.service-modal__result svg{flex-shrink:0}.service-modal__faq{gap:12px;display:grid}.service-modal__faq-item{background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;transition:border-color .25s;overflow:hidden}.service-modal__faq-item[open]{border-color:#10b981}.service-modal__faq-item summary{cursor:pointer;color:#0f172a;-webkit-user-select:none;user-select:none;align-items:center;padding:16px 22px;font-size:.95rem;font-weight:700;list-style:none;transition:background .2s;display:flex}.service-modal__faq-item summary:hover{background:#f8fafc}.service-modal__faq-item summary::-webkit-details-marker{display:none}.service-modal__faq-item summary:before{content:"+";color:#10b981;background:#ecfdf5;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;margin-right:14px;font-size:1.1rem;font-weight:800;transition:all .25s;display:inline-flex}.service-modal__faq-item[open] summary:before{color:#fff;background:#10b981;transform:rotate(45deg)}.service-modal__faq-item p{color:#475569;margin:0;padding:0 22px 18px 62px;font-size:.92rem;line-height:1.7}.service-modal__actions{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(#ffffffe6,#fff 30%);border-top:1px solid #e2e8f0;border-radius:0 0 22px 22px;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;padding:14px 40px 20px;display:flex;position:sticky;bottom:0}.service-modal__actions .btn{cursor:pointer;border:none;border-radius:12px;align-items:center;gap:8px;min-height:46px;padding:0 24px;font-family:inherit;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.service-modal__actions .btn-accent{color:#fff;background:#10b981;box-shadow:0 6px 20px #10b9814d}.service-modal__actions .btn-accent:hover{background:#059669;transform:translateY(-2px);box-shadow:0 10px 28px #10b98166}.service-modal__actions .btn-accent:active{transform:translateY(0)}.service-modal__secondary{color:#0f172a;background:#fff;border:1.5px solid #cbd5e1}.service-modal__secondary:hover{color:#10b981;border-color:#10b981;transform:translateY(-2px)}@media (width<=1024px){.service-modal__process{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.service-modal{align-items:flex-end;padding:10px}.service-modal__dialog{border-radius:18px;width:100%;max-height:92vh}.service-modal__hero{border-radius:18px 18px 0 0;min-height:140px;padding:28px 20px 22px}.service-modal__hero-content{flex-direction:row;align-items:center;gap:14px}.service-modal__hero-icon{border-radius:13px;width:48px;height:48px}.service-modal__hero-copy h2{font-size:1.5rem}.service-modal__hero-sub{font-size:.88rem}.service-modal__body{padding:20px 20px 10px}.service-modal__section{margin-bottom:20px}.service-modal__section h3{font-size:1rem}.service-modal__list--grid{grid-template-columns:1fr;gap:7px}.service-modal__features{grid-template-columns:1fr;gap:10px}.service-modal__feature{padding:14px 16px}.service-modal__feature strong{font-size:.92rem}.service-modal__feature p{font-size:.85rem}.service-modal__process{grid-template-columns:repeat(2,1fr);gap:10px}.service-modal__step{padding:14px}.service-modal__actions{border-radius:0 0 18px 18px;padding:12px 20px 16px}.service-modal__actions .btn{flex:1;justify-content:center;min-height:40px;padding:0 16px;font-size:.85rem}}@media (width<=640px){.service-modal{place-items:center;padding:12px}.service-modal__dialog{border-radius:20px;width:100%;max-height:90vh;overflow:hidden auto}.service-modal__hero{border-radius:16px 16px 0 0;min-height:120px;padding:22px 16px 18px}.service-modal__hero-content{gap:12px}.service-modal__hero-icon{border-radius:12px;width:44px;height:44px}.service-modal__hero-copy h2{font-size:1.3rem}.service-modal__hero-sub{margin-top:5px;font-size:.85rem}.service-modal__tagline{font-size:.75rem}.service-modal__body{padding:16px 14px 14px}.service-modal__section{margin-bottom:20px}.service-modal__list--grid{grid-template-columns:1fr;gap:8px}.service-modal__section h3{margin-bottom:10px;font-size:.95rem}.service-modal__section p{font-size:.88rem}.service-modal__close{width:34px;height:34px;top:10px;right:10px}.service-modal__process{grid-template-columns:1fr 1fr;gap:8px}.service-modal__step{padding:12px}.service-modal__step strong{font-size:.88rem}.service-modal__step p{font-size:.8rem}.service-modal__feature{border-radius:12px;padding:12px 14px}.service-modal__feature strong{font-size:.88rem}.service-modal__feature p{font-size:.82rem}.service-modal__callout{padding:12px 14px}.service-modal__callout p{font-size:.88rem}.service-modal__tag{min-height:28px;padding:0 11px;font-size:.78rem}.service-modal__result{border-radius:10px;padding:6px 12px;font-size:.8rem}.service-modal__faq-item summary{padding:12px 14px;font-size:.85rem}.service-modal__faq-item p{padding:0 14px 12px 46px;font-size:.83rem}.service-modal__actions{border-radius:0 0 16px 16px;flex-direction:column;gap:8px;padding:10px 14px 14px}.service-modal__actions .btn{justify-content:center;width:100%;min-height:38px;padding:0 14px;font-size:.83rem}}@media (width<=400px){.service-modal__hero{padding:22px 14px 18px}.service-modal__hero-icon{width:44px;height:44px}.service-modal__hero-copy h2{font-size:1.3rem}.service-modal__body{padding:14px 12px 4px}.service-modal__section h3{font-size:.95rem}.service-modal__section p{font-size:.9rem}}.services-preview{box-sizing:border-box;background:#f8fafc;width:100%;padding:60px 0;position:relative;overflow:hidden}.services-preview:before{content:"";pointer-events:none;background:radial-gradient(circle,#10b9810d,#0000 70%);border-radius:50%;width:360px;height:360px;position:absolute;top:-160px;right:-160px}.services-preview:after{content:"";pointer-events:none;background:radial-gradient(circle,#2563eb0a,#0000 70%);border-radius:50%;width:280px;height:280px;position:absolute;bottom:-120px;left:-120px}.sp-head{text-align:center;margin-inline:auto;max-width:700px;margin-bottom:48px}.sp-head h2{color:#0b1f3a;letter-spacing:-.02em;margin-bottom:14px;font-size:clamp(24px,3.2vw,38px);font-weight:800;line-height:1.22}.sp-head p{color:#64748b;max-width:580px;margin:0 auto;font-size:15.5px;line-height:1.7}.spreview__grid{box-sizing:border-box;grid-template-columns:repeat(3,1fr);gap:22px;margin-bottom:44px;display:grid}.spreview__card{text-align:left;opacity:0;box-sizing:border-box;background:#fff;border:1.5px solid #e2e8f0;border-radius:18px;flex-direction:column;align-items:flex-start;width:100%;padding:26px 22px 22px;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;transform:translateY(28px);box-shadow:0 2px 12px #00000008}.spreview__card.revealed{opacity:1;transform:translateY(0)}.spreview__card:hover{border-color:#10b981;transform:translateY(-5px);box-shadow:0 16px 40px #10b9811a}.spreview__stat-badge{color:#059669;letter-spacing:.01em;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:999px;flex-shrink:0;align-items:center;gap:5px;margin-bottom:14px;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex}.spreview__stat-badge strong{font-size:12.5px;font-weight:800}.spreview__stat-badge span{opacity:.85;font-size:11px;font-weight:600}.spreview__icon-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:18px;transition:transform .3s,box-shadow .3s;display:flex}.spreview__icon-box--brand-strategy{background:#eff6ff;border-color:#dbeafe}.spreview__icon-box--content-creation{background:#fef3c7;border-color:#fde68a}.spreview__icon-box--social-media-management{background:#fce7f3;border-color:#fbcfe8}.spreview__icon-box--google-ads{background:#eff6ff;border-color:#bfdbfe}.spreview__icon-box--lead-generation{background:#ecfdf5;border-color:#a7f3d0}.spreview__icon-box--telecalling{background:#e0f2fe;border-color:#bae6fd}.spreview__card:hover .spreview__icon-box{transform:scale(1.06);box-shadow:0 6px 14px #00000012}.spreview__card h3{color:#0b1f3a;letter-spacing:-.01em;margin-bottom:8px;font-size:19px;font-weight:700;line-height:1.3}.spreview__card p.spreview__desc{color:#64748b;flex-shrink:0;min-height:44px;margin-bottom:18px;font-size:13.5px;line-height:1.6}.spreview__points{flex-direction:column;gap:9px;width:100%;min-height:84px;margin:0 0 18px;padding:0;list-style:none;display:flex}.spreview__points li{color:#1e293b;align-items:center;gap:9px;font-size:13.5px;font-weight:500;line-height:1.45;display:flex}.spreview__dot{background:#10b981;border-radius:50%;flex-shrink:0;width:6px;height:6px}.spreview__tags{flex-wrap:wrap;gap:6px;width:100%;margin-bottom:18px;display:flex}.spreview__tag{color:#475569;letter-spacing:.01em;white-space:nowrap;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;padding:3px 10px;font-size:11.5px;font-weight:600;display:inline-block}.spreview__link{color:#059669;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin-top:auto;padding:0;font-size:14px;font-weight:700;text-decoration:none;transition:gap .25s,color .25s;display:inline-flex}.spreview__card:hover .spreview__link{color:#047857;gap:10px}.spreview__link svg{flex-shrink:0;transition:transform .25s}.spreview__card:hover .spreview__link svg{transform:translate(3px)}.spreview__foot{opacity:0;justify-content:center;transition:all .6s cubic-bezier(.22,1,.36,1);display:flex;transform:translateY(20px)}.spreview__foot.revealed{opacity:1;transform:translateY(0)}.spreview__btn{color:#fff;cursor:pointer;white-space:nowrap;background:#0b1f3a;border:none;align-items:center;gap:10px;padding:14px 38px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 8px 22px #0b1f3a38;border-radius:12px!important}.spreview__btn:hover{background:#122c52;transform:translateY(-3px);box-shadow:0 14px 28px #0b1f3a4d}.spreview__btn svg{flex-shrink:0;transition:transform .3s}.spreview__btn:hover svg{transform:translate(4px)}@media (width<=1024px){.spreview__grid{grid-template-columns:repeat(2,1fr);gap:18px}.spreview__card{padding:22px 20px 20px}}@media (width<=768px){.services-preview{padding:52px 0 44px}.sp-head{margin-bottom:36px}.sp-head h2{font-size:clamp(22px,5.5vw,30px)}.sp-head p{font-size:14.5px}.spreview__grid{grid-template-columns:repeat(2,1fr);gap:14px}.spreview__card{border-radius:16px;padding:20px 16px 18px}.spreview__card h3{font-size:17px}.spreview__card p.spreview__desc{margin-bottom:14px;font-size:13px}.spreview__icon-box{border-radius:11px;width:44px;height:44px;margin-bottom:14px}}@media (width<=640px){.services-preview{padding:44px 0 36px}.sp-head{margin-bottom:28px}.sp-head h2{font-size:clamp(20px,6vw,26px)}.spreview__grid{grid-template-columns:1fr;gap:14px}.spreview__card{border-radius:16px;padding:20px 18px}.spreview__card h3{margin-bottom:7px;font-size:18px}.spreview__card p.spreview__desc{margin-bottom:16px;font-size:13.5px}.spreview__points{gap:8px;margin-bottom:16px}.spreview__points li,.spreview__link{font-size:13.5px}.spreview__btn{padding:13px 28px;font-size:14.5px}}@media (width<=400px){.spreview__card{padding:18px 14px}.spreview__card h3{font-size:17px}.spreview__points li{font-size:13px}.spreview__tag{padding:2px 8px;font-size:11px}.spreview__stat-badge{padding:3px 8px;font-size:11px}.spreview__btn{padding:12px 22px;font-size:14px}}.why{background:var(--color-bg-alt,#f8fafc);width:100%;max-width:100vw;padding:60px 0;overflow:hidden}.why__container{grid-template-columns:340px 1fr;align-items:center;gap:32px;display:grid}.why__left{text-align:left}.why__left h2{color:var(--color-primary,#0b1f3a);letter-spacing:-.01em;margin-bottom:12px;font-size:clamp(26px,3.4vw,36px);font-weight:700;line-height:1.22}.why__left p{color:var(--color-muted,#64748b);margin-bottom:18px;font-size:14.5px;line-height:1.6}.why__trust-list{grid-template-columns:repeat(2,1fr);gap:10px 16px;margin-bottom:22px;padding:0;list-style:none;display:grid}.why__trust-list li{color:var(--color-primary,#0b1f3a);align-items:center;gap:8px;font-size:13.5px;font-weight:600;display:flex}.why__trust-list li svg{color:var(--color-accent,#10b981);flex-shrink:0}.why__btn{background:var(--color-accent,#10b981);color:#fff;border-radius:999px;align-items:center;gap:8px;padding:12px 26px;font-size:14px;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 10px 24px #10b9814d}.why__btn:hover{background:var(--color-accent-600,#059669);transform:translateY(-2px);box-shadow:0 14px 28px #10b98166}.why__right{justify-content:flex-end;align-items:center;gap:16px;display:flex}.why__cards-col{flex-direction:column;flex-shrink:0;gap:14px;width:235px;display:flex}.why__card{text-align:left;background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;padding:22px 20px;transition:all .25s;box-shadow:0 4px 14px #00000008}.why__card:hover{border-color:var(--color-accent,#10b981);transform:translateY(-4px);box-shadow:0 12px 28px #10b9811f}.why__card-icon{background:var(--color-accent,#10b981);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:12px;display:flex;box-shadow:0 4px 12px #10b98140}.why__card h3{color:var(--color-primary,#0b1f3a);margin-bottom:6px;font-size:16px;font-weight:700;line-height:1.3}.why__card p{color:var(--color-muted,#64748b);margin:0;font-size:13.5px;line-height:1.5}.why__img-col{border:2.5px solid #fff;border-radius:18px;flex-shrink:0;width:235px;height:360px;overflow:hidden;box-shadow:0 12px 30px #0000001f}.why__center-img{object-fit:cover;object-position:bottom center;width:100%;height:100%;transition:transform .5s;display:block}.why__img-col:hover .why__center-img{transform:scale(1.04)}@media (width<=1100px){.why__container{grid-template-columns:1fr;gap:32px}.why__left{text-align:center;max-width:600px;margin:0 auto}.why__trust-list{justify-items:start;max-width:400px;margin-left:auto;margin-right:auto}.why__right{justify-content:center}}@media (width<=768px){.why__right{flex-direction:column;gap:16px}.why__img-col{border-radius:16px;order:2;width:100%;max-width:100%;height:200px;margin:0 auto;overflow:hidden}.why__center-img{object-position:bottom center;transform-origin:bottom;transform:scale(1.35)}.why__img-col:hover .why__center-img{transform:scale(1.4)}.why__cards-col{grid-template-columns:repeat(2,1fr);gap:12px;width:100%;max-width:100%;display:grid}.why__cards-col:first-child{order:1}.why__cards-col:last-child{order:3}}@media (width<=520px){.why{padding:40px 0}.why__img-col{height:180px}.why__card{padding:16px 14px}.why__card h3{font-size:14px}.why__card p{font-size:12.5px}}.process{width:100%;max-width:100vw;padding:60px 0;overflow:hidden}.process .section-head{max-width:860px;margin:0 auto 24px}.process .section-head h2{margin-bottom:6px;font-size:clamp(20px,2.6vw,28px)}.process .section-head p{font-size:14px}.process__track{grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px;display:grid;position:relative}.process__line{z-index:0;pointer-events:none;background:linear-gradient(90deg,#10b98133 0%,#10b981b3 50%,#10b98133 100%);border-radius:2px;height:2px;position:absolute;top:42px;left:8%;right:8%}.process__step{z-index:1;text-align:left;background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;flex-direction:column;padding:22px 20px 18px;transition:all .25s;display:flex;position:relative;box-shadow:0 4px 12px #00000005}.process__step:hover{border-color:var(--color-accent,#10b981);transform:translateY(-4px);box-shadow:0 12px 28px #10b9811f}.process__top{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.process__icon{width:44px;height:44px;color:var(--color-primary,#0b1f3a);background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;transition:all .25s;display:inline-flex}.process__step:hover .process__icon{background:var(--color-accent,#10b981);color:#fff;border-color:#0000}.process__no{font-family:var(--font-heading,inherit);color:var(--color-accent,#10b981);opacity:.8;font-size:14px;font-weight:700}.process__step h3{color:var(--color-primary,#0b1f3a);margin-bottom:8px;font-size:16px;font-weight:700;line-height:1.3}.process__step p{color:var(--color-muted,#64748b);margin:0;font-size:13.5px;line-height:1.55}.process__cta{text-align:center}.process__btn{border-radius:999px;padding:12px 28px;font-size:14px}@media (width<=980px){.process__track{grid-template-columns:repeat(2,1fr);gap:16px}.process__line{display:none}}@media (width<=560px){.process{padding:24px 0}.process__track{grid-template-columns:1fr;gap:14px}.process__step{padding:18px 16px}.process__icon{border-radius:10px;width:38px;height:38px}.process__step h3{font-size:15px}.process__step p{font-size:13px}}.stats-bar-section{background:linear-gradient(135deg,#071b34 0%,#0c2b4c 50%,#071b34 100%);border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;width:100%;max-width:100vw;padding:50px 0;overflow:hidden}.stats-bar__wrap{flex-wrap:wrap;justify-content:space-around;align-items:center;gap:20px 28px;display:flex}.stats__bar-item{align-items:center;gap:14px;display:flex}.stats__bar-icon{color:#10b981;background:#10b98129;border:1.5px solid #10b98159;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:transform .25s,background .25s;display:flex}.stats__bar-item:hover .stats__bar-icon{background:#10b98147;transform:scale(1.06)}.stats__bar-text{flex-direction:column;display:flex}.stats__bar-num{font-family:var(--font-heading,inherit);color:#fff;letter-spacing:-.01em;font-size:22px;font-weight:800;line-height:1.15}.stats__bar-label{color:#ffffffe6;white-space:nowrap;margin-top:2px;font-size:13px;font-weight:600}.stats__bar-sub{color:#fff9;white-space:nowrap;margin-top:1px;font-size:11.5px;font-weight:400}@media (width<=900px){.stats-bar__wrap{justify-content:center;gap:20px 36px}}@media (width<=600px){.stats-bar-section{padding:20px 0}.stats-bar__wrap{gap:16px 24px}.stats__bar-num{font-size:19px}.stats__bar-label{font-size:12px}.stats__bar-sub{font-size:10.5px}}.testimonials{padding:60px 0}.testimonials .section-head{margin-bottom:24px}.testimonials .section-head h2{margin-bottom:6px;font-size:clamp(22px,3.2vw,30px)}.testimonials .section-head p{font-size:14px}.testimonials__marquee{padding:4px 0 12px;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 6% 94%,#0000);mask-image:linear-gradient(90deg,#0000,#000 6% 94%,#0000)}.testimonials__track{gap:16px;width:max-content;animation:44s linear infinite testimonials-scroll;display:flex}.testimonials__marquee:hover .testimonials__track{animation-play-state:paused}.testimonials__card{border:1px solid var(--color-border,#e2e8f0);background:#fff;border-radius:14px;flex-direction:column;flex-shrink:0;width:320px;padding:20px 22px 18px;transition:border-color .25s,box-shadow .25s,transform .25s;display:flex;position:relative}.testimonials__card:hover{border-color:var(--color-accent);transform:translateY(-3px);box-shadow:0 8px 24px #10b98114}.testimonials__card-top{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.testimonials__quote{color:var(--color-accent);opacity:.35}.testimonials__stars{color:#f59e0b;gap:2.5px;display:flex}.testimonials__text{color:var(--color-text);flex:1;margin-bottom:16px;font-size:13.5px;line-height:1.55}.testimonials__person{border-top:1px solid var(--color-border,#f1f5f9);align-items:center;gap:10px;padding-top:12px;display:flex}.testimonials__avatar{object-fit:cover;border:1.5px solid var(--color-accent-50,#e8faf3);border-radius:50%;flex-shrink:0;width:38px;height:38px}.testimonials__avatar--fallback{background:var(--color-primary);color:#fff;font-family:var(--font-heading);justify-content:center;align-items:center;font-size:13px;font-weight:700;display:inline-flex}.testimonials__person strong{font-family:var(--font-heading);color:var(--color-primary);margin-bottom:1px;font-size:13.5px;display:block}.testimonials__person span{color:var(--color-muted);font-size:12px}@keyframes testimonials-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=640px){.testimonials{padding:48px 0}.testimonials .section-head{margin-bottom:20px}.testimonials .section-head h2{font-size:clamp(20px,5.5vw,26px)}.testimonials__track{gap:12px}.testimonials__card{width:260px;padding:16px}.testimonials__text{margin-bottom:12px;font-size:13px}}@media (width<=400px){.testimonials__card{width:230px;padding:14px}}@media (prefers-reduced-motion:reduce){.testimonials__track{flex-wrap:wrap;justify-content:center;width:100%;animation:none}.testimonials__card{width:100%;max-width:440px}}.blog-preview{background-color:#fff;padding:60px 0;overflow:hidden}.blog-preview__header{justify-content:space-between;align-items:flex-end;margin-bottom:40px;display:flex}.blog-preview__header-left h2{color:var(--color-primary,#0b1f3a);letter-spacing:-.02em;margin-top:8px;font-size:clamp(28px,3.5vw,40px);font-weight:800}.blog-preview__view-all{color:var(--color-accent,#10b981);align-items:center;gap:8px;margin-bottom:8px;font-size:.95rem;font-weight:700;text-decoration:none;transition:opacity .3s;display:inline-flex}.blog-preview__view-all:hover{opacity:.8}.blog-preview__track-container{width:100%;overflow:hidden}.blog-preview__track{gap:20px;width:max-content;animation:30s linear infinite autoScroll;display:flex}.blog-preview__track:hover{animation-play-state:paused}@keyframes autoScroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - 10px))}}.blog-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;flex-shrink:0;width:300px;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;overflow:hidden}.blog-card:hover{border-color:#cbd5e1;transform:translateY(-4px);box-shadow:0 16px 32px #0000000f}.blog-card__img-wrapper{width:100%;height:180px;overflow:hidden}.blog-card__img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.blog-card:hover .blog-card__img{transform:scale(1.05)}.blog-card__content{flex-direction:column;flex:1;padding:24px 20px;display:flex}.blog-card__date{color:#64748b;margin-bottom:12px;font-size:.8rem;font-weight:500}.blog-card__title{color:var(--color-primary,#0b1f3a);margin-bottom:24px;font-size:1.15rem;font-weight:700;line-height:1.4}.blog-card__link{color:var(--color-accent,#10b981);align-items:center;gap:6px;margin-top:auto;font-size:.9rem;font-weight:700;text-decoration:none;transition:opacity .3s;display:inline-flex}.blog-card__link:hover{opacity:.8}@media (width<=768px){.blog-preview{padding:48px 0}.blog-preview__header{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:28px}.blog-preview__header-left h2{margin-top:0;font-size:clamp(22px,6vw,30px)}.blog-preview__view-all{margin-bottom:0;font-size:.9rem}.blog-card{width:250px}.blog-card__img-wrapper{height:150px}.blog-card__content{padding:18px 16px}.blog-card__title{margin-bottom:16px;font-size:1rem}}@media (width<=480px){.blog-preview{padding:40px 0}.blog-card{width:220px}.blog-card__img-wrapper{height:130px}.blog-card__content{padding:14px 12px}.blog-card__title{font-size:.9rem}}.faq{background:var(--color-bg,#fff);padding:44px 0}.faq__head{text-align:center;max-width:640px;margin:0 auto 32px}.faq__head h2{color:var(--color-primary,#0b1f3a);letter-spacing:-.02em;margin:0;font-size:clamp(26px,3.2vw,34px);font-weight:700}.faq__grid{grid-template-columns:1fr 1fr;align-items:center;gap:48px;display:grid}.faq__list{flex-direction:column;gap:12px;display:flex}.faq__item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;transition:all .25s;overflow:hidden}.faq__item:hover{background:#fff;border-color:#cbd5e1;box-shadow:0 4px 12px #00000008}.faq__item.is-open{border-color:var(--color-accent,#10b981);background:#fff;box-shadow:0 4px 20px #10b98114}.faq__q{cursor:pointer;width:100%;font-family:var(--font-heading,inherit);color:var(--color-primary,#0b1f3a);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:16px 22px;font-size:15.5px;font-weight:600;line-height:1.4;display:flex}.faq__q-text{flex:1}.faq__icon{width:26px;height:26px;color:var(--color-primary,#0b1f3a);flex-shrink:0;justify-content:center;align-items:center;transition:transform .3s,color .25s;display:inline-flex}.faq__item.is-open .faq__icon{color:var(--color-accent,#10b981);transform:rotate(45deg)}.faq__a{grid-template-rows:0fr;transition:grid-template-rows .35s cubic-bezier(.22,1,.36,1);display:grid}.faq__a.faq__a--open{grid-template-rows:1fr}.faq__a-inner{min-height:0;overflow:hidden}.faq__a-inner p{color:var(--color-muted,#64748b);margin:0;padding:0 22px 18px;font-size:14px;line-height:1.6}.faq__visual{justify-content:center;align-items:center;width:100%;display:flex}.faq__img{object-fit:contain;filter:drop-shadow(0 8px 20px #0000000a);width:100%;max-width:420px;height:auto;display:block}@media (width<=900px){.faq__grid{grid-template-columns:1fr;gap:32px}.faq__visual{order:-1}.faq__img{max-width:320px}}@media (width<=600px){.faq{padding:32px 0}.faq__head{margin-bottom:22px}.faq__q{padding:14px 16px;font-size:14px}.faq__a-inner p{padding:0 16px 14px;font-size:13.5px}.faq__img{max-width:260px}}@keyframes cta-glow-pulse{0%{opacity:.7;transform:scale(1)}to{opacity:1;transform:scale(1.15)}}@media (width<=1024px){.cta-heading{font-size:20px}}@media (width<=860px){.cta-box{text-align:center;flex-direction:column;gap:20px;padding:28px 24px}.cta-content{text-align:center;max-width:100%}.cta-para{margin:0 auto}.cta-actions{flex-wrap:wrap;justify-content:center;width:100%}}@media (width<=520px){.cta-box{border-radius:14px;padding:24px 18px}.cta-heading{font-size:18px}.cta-para{font-size:12.5px}.cta-actions{flex-direction:column;gap:10px;width:100%}.cta-btn{width:100%;height:42px}.cta-br-desktop{display:none}}.home{color:var(--color-text);background:#fff}.page-hero{background:linear-gradient(#f8fafc 0%,#fff 100%);width:100%;max-width:100vw;padding:64px 0 80px;position:relative;overflow:hidden}.page-hero__bg{pointer-events:none;background:radial-gradient(600px 300px at 85% 20%,#10b98117,#0000 65%),radial-gradient(500px 300px at 10% 40%,#0b1f3a0f,#0000 65%);position:absolute;inset:0}.page-hero__inner{grid-template-columns:1.1fr .9fr;align-items:center;gap:48px;display:grid;position:relative}.page-hero__content{text-align:left}.page-hero__title{color:var(--color-primary,#0b1f3a);letter-spacing:-.025em;margin-bottom:18px;font-size:clamp(32px,4.4vw,50px);font-weight:800;line-height:1.15}.page-hero__title span{color:var(--color-accent,#10b981)}.page-hero__sub{color:var(--color-muted,#64748b);max-width:540px;margin-bottom:28px;font-size:16.5px;line-height:1.7}.page-hero__actions{flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:32px;display:flex}.page-hero__primary-btn{background:var(--color-accent,#10b981);color:#fff;border-radius:999px;align-items:center;gap:8px;padding:12px 26px;font-size:14px;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 8px 20px #10b98159}.page-hero__primary-btn:hover{background:#059669;transform:translateY(-2px);box-shadow:0 12px 24px #10b98173}.page-hero__secondary-btn{color:var(--color-primary,#0b1f3a);background:#fff;border:1.5px solid #e2e8f0;border-radius:999px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 4px 12px #0000000a}.page-hero__secondary-btn:hover{border-color:var(--color-accent,#10b981);transform:translateY(-2px);box-shadow:0 8px 20px #00000014}.page-hero__list{flex-wrap:wrap;gap:12px 24px;margin:0;padding:0;list-style:none;display:flex}.page-hero__list li{color:var(--color-primary,#0b1f3a);align-items:center;gap:8px;font-size:13.5px;font-weight:600;display:flex}.page-hero__list svg{color:var(--color-accent,#10b981);flex-shrink:0}.page-hero__media-col{position:relative}.page-hero__media{border-radius:24px;position:relative;overflow:visible}.page-hero__media img{object-fit:cover;border-radius:24px;width:100%;height:390px;transition:transform .5s,box-shadow .5s;box-shadow:0 20px 48px #0b1f3a24}.page-hero__media:hover img{transform:translateY(-4px);box-shadow:0 30px 60px #0b1f3a33}.page-hero__float-badge{z-index:2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border:1.5px solid #fffc;border-radius:16px;align-items:center;gap:12px;padding:12px 18px;animation:6s ease-in-out infinite page-hero-float;display:flex;position:absolute;box-shadow:0 16px 36px #0b1f3a24}.page-hero__float-badge--top{top:-16px;left:-16px}.page-hero__float-badge--bottom{animation-delay:3s;bottom:-16px;right:-16px}.page-hero__badge-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.page-hero__badge-icon--green{color:#10b981;background:#ecfdf5}.page-hero__badge-icon--gold{color:#d97706;background:#fef3c7}.page-hero__float-badge strong{color:var(--color-primary,#0b1f3a);font-size:16px;font-weight:800;line-height:1.1;display:block}.page-hero__float-badge small{color:var(--color-muted,#64748b);white-space:nowrap;margin-top:2px;font-size:11.5px;display:block}@keyframes page-hero-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media (width<=980px){.page-hero{padding:48px 0 56px}.page-hero__inner{text-align:center;grid-template-columns:1fr;gap:36px}.page-hero__content{flex-direction:column;align-items:center;display:flex}.page-hero__sub{max-width:100%}.page-hero__list{justify-content:center}.page-hero__media{max-width:500px;margin:0 auto}.page-hero__media img{height:310px}.page-hero__float-badge--top{top:8px;left:8px}.page-hero__float-badge--bottom{bottom:8px;right:8px}}@media (width<=640px){.page-hero{padding:40px 0 48px}.page-hero__title{font-size:clamp(26px,7vw,36px)}.page-hero__sub{margin-bottom:20px;font-size:15px}.page-hero__actions{flex-direction:column;width:100%}.page-hero__primary-btn,.page-hero__secondary-btn{justify-content:center;width:100%;padding:14px 20px}.page-hero__media img{height:240px}.page-hero__float-badge{gap:8px;padding:8px 12px}.page-hero__float-badge strong{font-size:13px}.page-hero__badge-icon{width:32px;height:32px}}.story{background:#fff;width:100%;max-width:100vw;padding:64px 0;overflow:hidden}.story__inner{grid-template-columns:1fr 1.15fr;align-items:center;gap:56px;display:grid}.story__media{perspective:1200px;position:relative}.story__media img{object-fit:cover;border-radius:24px;width:100%;height:410px;transition:transform .5s,box-shadow .5s;box-shadow:0 20px 40px #0b1f3a1f}.story__media:hover img{transform:translateY(-4px);box-shadow:0 30px 60px #0b1f3a2e}.story__badge{background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;flex-direction:column;padding:14px 22px;display:flex;position:absolute;bottom:-18px;right:-14px;box-shadow:0 14px 32px #0b1f3a1f}.story__badge-num{font-family:var(--font-heading,inherit);color:var(--color-accent,#10b981);font-size:24px;font-weight:800;line-height:1}.story__badge-label{color:var(--color-muted,#64748b);margin-top:4px;font-size:12px;font-weight:600}.story__content h2{color:var(--color-primary,#0b1f3a);letter-spacing:-.02em;margin-bottom:18px;font-size:clamp(26px,3.4vw,38px);font-weight:800;line-height:1.25}.story__content p{color:var(--color-muted,#64748b);margin-bottom:14px;font-size:15px;line-height:1.7}.story__values{grid-template-columns:repeat(2,1fr);gap:22px 24px;margin-top:32px;padding-top:8px;display:grid}.story__value{align-items:flex-start;gap:14px;display:flex}.story__value-icon{color:#10b981;background:#ecfdf5;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .25s;display:inline-flex}.story__value:hover .story__value-icon{color:#fff;background:#10b981;transform:scale(1.06)}.story__value-body strong{color:var(--color-primary,#0b1f3a);margin-bottom:4px;font-size:15px;font-weight:700;line-height:1.3;display:block}.story__value-body span{color:var(--color-muted,#64748b);font-size:13px;line-height:1.5;display:block}@media (width<=980px){.story{padding:48px 0}.story__inner{grid-template-columns:1fr;gap:36px}.story__media{width:100%;max-width:500px;margin:0 auto}.story__media img{height:280px}}@media (width<=640px){.story{padding:40px 0}.story__media img{border-radius:18px;height:220px}.story__badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff0;border-radius:12px;padding:8px 14px;bottom:12px;right:12px;box-shadow:0 8px 24px #0b1f3a24}.story__badge-num{font-size:20px}.story__badge-label{margin-top:2px;font-size:11px}.story__content h2{margin-top:12px;margin-bottom:14px;font-size:clamp(20px,5.5vw,26px)}.story__content p{margin-bottom:12px;font-size:14px;line-height:1.6}.story__values{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:20px}.story__value{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;align-items:flex-start;gap:8px;padding:14px 12px}.story__value-icon{border-radius:10px;width:36px;height:36px}.story__value-body strong{margin-bottom:3px;font-size:13px;line-height:1.3}.story__value-body span{font-size:11.5px;line-height:1.45}}@media (width<=400px){.story__values{gap:8px}.story__value{padding:12px 10px}}.mv{background:#f8fafc;padding:64px 0}.mv__head{text-align:center;max-width:620px;margin:0 auto 48px}.mv__head h2{color:var(--color-primary,#0b1f3a);letter-spacing:-.02em;margin-top:8px;font-size:clamp(26px,3.4vw,38px);font-weight:800}.mv__grid{grid-template-columns:repeat(2,1fr);align-items:stretch;gap:28px;max-width:1140px;margin:0 auto;display:grid}.mv__card{background:#fff;border:1.5px solid #e2e8f0;border-radius:20px;flex-direction:column;justify-content:space-between;height:100%;padding:36px 32px;transition:all .3s cubic-bezier(.22,1,.36,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #00000005}.mv__card:hover{border-color:var(--color-accent,#10b981);transform:translateY(-6px);box-shadow:0 20px 40px #10b9811f}.mv__icon{border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:22px;transition:all .3s;display:inline-flex}.mv__icon--mission{color:#2563eb;background:#eff6ff}.mv__icon--vision{color:#10b981;background:#ecfdf5}.mv__card:hover .mv__icon--mission{color:#fff;background:#2563eb;transform:scale(1.08)rotate(-4deg);box-shadow:0 10px 20px #2563eb40}.mv__card:hover .mv__icon--vision{color:#fff;background:#10b981;transform:scale(1.08)rotate(4deg);box-shadow:0 10px 20px #10b98140}.mv__card h3{color:var(--color-primary,#0b1f3a);letter-spacing:-.01em;margin-bottom:12px;font-size:22px;font-weight:800}.mv__card p{color:var(--color-muted,#64748b);margin:0 0 24px;font-size:15px;line-height:1.7}.mv__highlights{border-top:1px solid #f1f5f9;flex-wrap:wrap;gap:10px;margin-top:auto;padding-top:18px;display:flex}.mv__badge{border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:12.5px;font-weight:600;display:inline-flex}.mv__badge--mission{color:#1d4ed8;background:#eff6ff}.mv__badge--vision{color:#047857;background:#ecfdf5}@media (width<=900px){.mv{padding:48px 0}.mv__grid{grid-template-columns:1fr;gap:20px}.mv__card{padding:28px 24px}}@media (width<=640px){.mv{padding:40px 0}.mv__head{margin-bottom:28px}.mv__head h2{font-size:clamp(22px,6vw,28px)}.mv__card{padding:22px 18px}.mv__icon{width:44px;height:44px;margin-bottom:16px}.mv__card h3{font-size:1.1rem}.mv__card p{font-size:14px}}.team{background:#fff;padding:64px 0}.team__head{text-align:center;max-width:680px;margin:0 auto 48px}.team__head .eyebrow{color:var(--color-accent,#10b981);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:700}.team__head h2{color:var(--color-primary,#0b1f3a);letter-spacing:-.02em;margin-top:8px;font-size:clamp(24px,3.2vw,34px);font-weight:800}.team__grid{grid-template-columns:repeat(2,1fr);gap:24px;max-width:1180px;margin:0 auto;display:grid}.team__card{background:#fff;border:1.5px solid #e2e8f0;border-radius:18px;grid-template-columns:200px 1fr;align-items:center;gap:20px;padding:20px;transition:all .3s cubic-bezier(.22,1,.36,1);display:grid;box-shadow:0 4px 16px #00000008}.team__card:hover{border-color:var(--color-accent,#10b981);transform:translateY(-4px);box-shadow:0 16px 36px #10b9811f}.team__photo-wrap{background:#f1f5f9;border-radius:12px;width:100%;height:240px;position:relative;overflow:hidden}.team__photo{object-fit:cover;object-position:top;width:100%;height:100%;transition:transform .5s}.team__card:hover .team__photo{transform:scale(1.04)}.team__info{text-align:left;flex-direction:column;justify-content:center;display:flex}.team__info h3{color:var(--color-primary,#0b1f3a);letter-spacing:-.01em;margin-bottom:4px;font-size:19px;font-weight:700}.team__title{color:var(--color-accent,#10b981);margin-bottom:12px;font-size:13px;font-weight:700;display:block}.team__info p{color:var(--color-muted,#64748b);margin:0 0 18px;font-size:13px;line-height:1.6}.team__socials{align-items:center;gap:10px;display:flex}.team__social-btn{color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;text-decoration:none;transition:all .25s;display:inline-flex}.team__social-btn:hover{background:var(--color-accent,#10b981);border-color:var(--color-accent,#10b981);color:#fff;transform:translateY(-2px);box-shadow:0 6px 14px #10b9814d}@media (width<=1080px){.team{padding:48px 0}.team__grid{grid-template-columns:1fr;max-width:600px}}@media (width<=640px){.team{padding:40px 0}.team__head{margin-bottom:32px}.team__head h2{font-size:clamp(22px,6vw,28px)}.team__card{text-align:center;grid-template-columns:1fr;gap:16px;padding:20px 16px}.team__photo-wrap{max-width:200px;height:220px;margin:0 auto}.team__info{text-align:center;align-items:center}.team__info h3{font-size:17px}.team__socials{justify-content:center}}.why-krishiv-section{box-sizing:border-box;background:#f8fafc;width:100%;padding:64px 0 72px;position:relative;overflow:hidden}.why-head{text-align:center;margin-inline:auto;max-width:680px;margin-bottom:48px}.why-head__badge{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:999px;align-items:center;gap:6px;margin-bottom:14px;padding:6px 14px;font-size:13px;font-weight:700;display:inline-flex}.why-head h2{color:#0b1f3a;letter-spacing:-.02em;margin-bottom:12px;font-size:clamp(24px,3.2vw,38px);font-weight:800;line-height:1.22}.why-head p{color:#64748b;margin:0;font-size:15px;line-height:1.65}.why-cards-grid{box-sizing:border-box;grid-template-columns:repeat(3,1fr);gap:22px;width:100%;display:grid}.why-card{cursor:pointer;box-sizing:border-box;background:#fff;border:1.5px solid #e2e8f0;border-radius:18px;flex-direction:column;width:100%;padding:24px 22px 20px;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 4px 14px #00000005}.why-card:hover{border-color:#10b981;transform:translateY(-6px);box-shadow:0 18px 40px #10b9811f}.why-card__top{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.why-card__icon-box{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .3s;display:flex}.why-card:hover .why-card__icon-box{transform:scale(1.08)rotate(-3deg)}.why-card__badge{letter-spacing:.03em;opacity:.9;background:#fff;border:1px solid;border-radius:999px;padding:3px 9px;font-size:11px;font-weight:700}.why-card__title{color:#0b1f3a;letter-spacing:-.01em;margin-bottom:8px;font-size:18px;font-weight:700;line-height:1.3}.why-card__desc{color:#64748b;flex:1;margin-bottom:20px;font-size:13.5px;line-height:1.6}.why-card__footer{border-top:1px solid #f1f5f9;margin-top:auto;padding-top:12px}.why-card__link{color:#059669;align-items:center;gap:6px;font-size:13.5px;font-weight:700;transition:gap .25s,color .25s;display:inline-flex}.why-card:hover .why-card__link{color:#047857;gap:10px}.why-card__link svg{transition:transform .25s}.why-card:hover .why-card__link svg{transform:translate(3px)}.why-modal-overlay{z-index:9999999;-webkit-backdrop-filter:blur(6px);background:#0b1f3aa6;place-items:center;padding:16px;animation:.25s both whyModalFadeIn;display:grid;position:fixed;inset:0;overflow-y:auto}.why-modal-dialog{box-sizing:border-box;background:#fff;border-radius:24px;width:min(580px,100%);max-height:min(90vh,720px);padding:32px 28px 24px;animation:.3s cubic-bezier(.16,1,.3,1) both whyModalSlideUp;position:relative;overflow-y:auto;box-shadow:0 32px 80px #00000059}.why-modal-close{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.why-modal-close:hover{color:#0f172a;background:#e2e8f0;transform:rotate(90deg)}.why-modal-header{align-items:center;gap:16px;margin-bottom:20px;padding-right:36px;display:flex}.why-modal-icon{border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.why-modal-tagline{text-transform:uppercase;letter-spacing:.03em;color:#059669;margin-bottom:4px;font-size:12px;font-weight:700;display:block}.why-modal-header h2{color:#0b1f3a;margin:0;font-size:22px;font-weight:800;line-height:1.25}.why-modal-body{margin-bottom:24px}.why-modal-text{color:#475569;margin-bottom:20px;font-size:14.5px;line-height:1.65}.why-modal-highlights h4{color:#0b1f3a;margin-bottom:10px;font-size:14px;font-weight:700}.why-modal-highlights ul{flex-direction:column;gap:9px;margin:0;padding:0;list-style:none;display:flex}.why-modal-highlights li{color:#1e293b;align-items:center;gap:10px;font-size:13.5px;font-weight:600;display:flex}.why-modal-highlights li svg.text-emerald{color:#10b981;flex-shrink:0}.why-modal-footer{border-top:1px solid #f1f5f9;justify-content:flex-end;align-items:center;gap:12px;padding-top:18px;display:flex}.why-modal-btn-secondary{color:#475569;cursor:pointer;background:#f1f5f9;border:none;padding:10px 20px;font-size:13.5px;font-weight:600;border-radius:12px!important}.why-modal-btn-secondary:hover{color:#0f172a;background:#e2e8f0}.why-modal-btn-primary{align-items:center;gap:8px;padding:10px 22px;font-size:13.5px;font-weight:700;text-decoration:none;display:inline-flex;border-radius:12px!important}@keyframes whyModalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes whyModalSlideUp{0%{opacity:0;transform:scale(.94)translateY(16px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (width<=1024px){.why-cards-grid{grid-template-columns:repeat(2,1fr);gap:18px}}@media (width<=640px){.why-krishiv-section{padding:44px 0 52px}.why-head{margin-bottom:32px}.why-head h2{font-size:clamp(20px,5.5vw,28px)}.why-cards-grid{grid-template-columns:repeat(2,1fr);gap:12px}.why-card{border-radius:14px;padding:16px 14px 14px}.why-card__title{font-size:17px}.why-card__desc{font-size:13px}.why-modal-dialog{border-radius:20px;padding:24px 18px 18px}.why-modal-header{gap:12px}.why-modal-icon{width:46px;height:46px}.why-modal-header h2{font-size:18px}.why-modal-footer{flex-direction:column;gap:8px}.why-modal-footer .btn{justify-content:center;width:100%}}.cta-section{width:100%;max-width:100vw;padding:24px 0 40px;overflow:hidden}.cta-wrap{width:100%;max-width:1280px;margin:0 auto;padding:0 24px}.cta-box{isolation:isolate;background:linear-gradient(135deg,#071b34 0%,#0b2d55 50%,#071b34 100%);border:1px solid #ffffff1a;border-radius:16px;justify-content:space-between;align-items:center;gap:28px;padding:28px 40px;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 35px -10px #0b1f3a73}.cta-glow{pointer-events:none;z-index:0;filter:blur(60px);border-radius:50%;position:absolute}.cta-glow--tr{background:radial-gradient(circle,#10b98140 0%,#0000 70%);width:300px;height:300px;animation:8s ease-in-out infinite alternate cta-glow-pulse;top:-40%;right:-5%}.cta-glow--bl{background:radial-gradient(circle,#1a3a6bb3 0%,#0000 70%);width:260px;height:260px;animation:12s ease-in-out infinite alternate-reverse cta-glow-pulse;bottom:-40%;left:-5%}.cta-content{z-index:1;text-align:left;max-width:600px;position:relative}.cta-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#10b981;margin-bottom:4px;font-size:11px;font-weight:700}.cta-heading{color:#fff;letter-spacing:-.01em;margin-bottom:6px;font-size:22px;font-weight:700;line-height:1.25}.cta-para{color:#ffffffbf;max-width:500px;margin:0;font-size:13px;line-height:1.45}.cta-actions{z-index:1;flex-shrink:0;align-items:center;gap:12px;display:flex;position:relative}.cta-btn{font-family:var(--font-heading,inherit);white-space:nowrap;cursor:pointer;justify-content:center;align-items:center;gap:10px;padding:14px 28px;font-size:13.5px;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex;border-radius:10px!important}.cta-btn--primary{color:#fff;background:#10b981;border:none;box-shadow:0 8px 20px #10b98159}.cta-btn--primary:hover{background:#059669;box-shadow:0 12px 24px #10b98173}.cta-btn--white{color:#071b34;background:#fff;border:none;box-shadow:0 8px 20px #00000026}.cta-btn--white:hover{color:#0b1f3a;background:#f8fafc;box-shadow:0 12px 24px #ffffff40}@media (width<=1024px){.cta-heading{font-size:20px}}@media (width<=860px){.cta-box{text-align:center;flex-direction:column;gap:20px;padding:28px 24px}.cta-content{text-align:center;max-width:100%}.cta-para{margin:0 auto}.cta-actions{flex-wrap:wrap;justify-content:center;width:100%}}@media (width<=520px){.cta-box{border-radius:14px;padding:24px 18px}.cta-heading{font-size:18px}.cta-para{font-size:12.5px}.cta-actions{flex-direction:column;gap:10px;width:100%}.cta-btn{width:100%;height:42px}.cta-br-desktop{display:none}}.cta-btn{justify-content:center;align-items:center;gap:10px;padding:14px 28px;display:inline-flex;border-radius:10px!important}.services-hero{background-color:#fff;width:100%;padding:60px 0 80px;position:relative;overflow:hidden}.services-hero__inner{grid-template-columns:1fr 1fr;align-items:center;gap:60px;min-height:440px;display:grid;position:relative}.services-hero__content{text-align:left;z-index:10}.services-hero__eyebrow{color:var(--color-accent,#10b981);letter-spacing:1.8px;text-transform:uppercase;margin-bottom:18px;font-size:.78rem;font-weight:700;display:block}.services-hero__title{color:var(--color-primary,#0b1f3a);letter-spacing:-.025em;margin-bottom:20px;font-size:clamp(2rem,3.5vw,3.2rem);font-weight:800;line-height:1.12}.services-hero__title span{color:var(--color-accent,#10b981)}.services-hero__sub{color:#475569;max-width:460px;margin-bottom:36px;font-size:1rem;line-height:1.65}.services-hero__actions{flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:36px;display:flex}.services-hero__btn-primary{background:var(--color-accent,#10b981);color:#fff;border-radius:10px;align-items:center;gap:8px;padding:14px 28px;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 8px 24px #10b9814d}.services-hero__btn-primary:hover{background:#059669;transform:translateY(-2px);box-shadow:0 12px 32px #10b98166}.services-hero__btn-secondary{color:var(--color-primary,#0b1f3a);background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;align-items:center;gap:8px;padding:14px 28px;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.services-hero__btn-secondary:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 8px 20px #00000012}.services-hero__list{flex-wrap:wrap;gap:10px 20px;margin:0;padding:0;list-style:none;display:flex}.services-hero__list li{color:#475569;align-items:center;gap:6px;font-size:.82rem;font-weight:600;display:flex}.list-icon{color:var(--color-accent,#10b981)}.services-hero__composite{width:100%;height:440px;position:relative}.hero-blob{filter:blur(70px);opacity:.5;z-index:0;pointer-events:none;border-radius:50%;position:absolute}.hero-blob--blue{background:#c7d7f5;width:280px;height:280px;top:-30px;right:-20px}.hero-blob--green{background:#bbf0d8;width:220px;height:220px;bottom:0;right:30%}.hc-img-dash{object-fit:cover;z-index:2;border:1px solid #e9eef5;border-radius:18px;width:420px;height:270px;position:absolute;top:0;right:0;box-shadow:0 20px 48px #0000001f}.hc-img-people{object-fit:cover;z-index:3;border-radius:16px 16px 80px;width:320px;height:210px;position:absolute;bottom:0;right:20px;box-shadow:0 20px 44px #00000021}.hc-card{z-index:5;white-space:nowrap;border-radius:14px;align-items:center;gap:12px;padding:14px 18px;display:flex;position:absolute;box-shadow:0 16px 36px #0000001a}.hc-card--dark{background:var(--color-primary,#0b1f3a);color:#fff;border:1px solid #ffffff14;top:30px;left:-10px}.hc-card--dark .hc-card__icon{color:#60a5fa;background:#ffffff1f}.hc-card--white{background:#fff;border:1px solid #e8edf4}.hc-card--white:not(.hc-card--bottom){top:165px;left:-10px}.hc-card--bottom{bottom:70px;left:-10px}.hc-card__icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.hc-card__icon.blue{color:#2563eb;background:#eff6ff}.hc-card__icon.green{color:#10b981;background:#ecfdf5}.hc-card__text{flex-direction:column;gap:1px;display:flex}.hc-card__text strong{font-size:1.15rem;font-weight:800;line-height:1.2}.hc-card--dark .hc-card__text strong{color:#fff}.hc-card--white .hc-card__text strong{color:var(--color-primary,#0b1f3a)}.hc-card__text span{font-size:.75rem;font-weight:500}.hc-card--dark .hc-card__text span{color:#94a3b8}.hc-card--white .hc-card__text span{color:#64748b}@keyframes float1{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes float2{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.float-anim-1{animation:6s ease-in-out infinite float1}.float-anim-2{animation:5s ease-in-out 1s infinite float2}.float-anim-3{animation:7s ease-in-out 2s infinite float1}@media (width<=1024px){.services-hero__inner{text-align:center;grid-template-columns:1fr;gap:40px}.services-hero__composite{order:1;max-width:560px;height:460px;margin:0 auto}.services-hero__content{flex-direction:column;order:2;align-items:center;display:flex}.services-hero__actions,.services-hero__list{justify-content:center}}@media (width<=640px){.services-hero{padding:50px 0 60px}.services-hero__title{font-size:2rem}.services-hero__composite{height:380px}.hc-img-dash{width:260px;height:170px}.hc-img-people{width:200px;height:140px}.hc-card{gap:8px;padding:10px 12px}.hc-card__icon{width:32px;height:32px}.hc-card__text strong{font-size:.95rem}.hc-card__text span{font-size:.68rem}}.sgrid{background-color:#f8fafc;position:relative}.sgrid .section-head{max-width:900px}.sgrid .section-head h2{white-space:nowrap;font-size:clamp(22px,2.6vw,36px)}@media (width<=768px){.sgrid .section-head h2{white-space:normal;font-size:clamp(22px,5vw,30px)}}.sgrid__wrapper{grid-template-columns:repeat(3,1fr);gap:30px;margin-top:50px;display:grid}.sgrid__card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;padding:36px 32px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 12px #00000005}.sgrid__card:hover{border-color:#cbd5e1;transform:translateY(-4px);box-shadow:0 16px 40px #0000000f}.sgrid__card-header{align-items:center;gap:18px;margin-bottom:20px;display:flex}.sgrid__icon-wrap{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;display:flex}.sgrid__card-header h3{color:var(--color-primary,#0b1f3a);margin:0;font-size:1.25rem;font-weight:700}.sgrid__desc{color:#64748b;margin-bottom:24px;font-size:.95rem;line-height:1.6}.sgrid__features{flex-grow:1;margin:0 0 28px;padding:0;list-style:none}.sgrid__features li{color:#334155;align-items:flex-start;gap:12px;margin-bottom:12px;font-size:.95rem;font-weight:500;line-height:1.4;display:flex}.dot{border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:8px}.sgrid__link{align-items:center;gap:6px;margin-top:auto;font-size:.95rem;font-weight:700;text-decoration:none;transition:opacity .2s;display:inline-flex}.sgrid__link:hover{opacity:.8}@media (width<=1024px){.sgrid__wrapper{grid-template-columns:repeat(2,1fr);gap:24px}}@media (width<=768px){.sgrid__wrapper{grid-template-columns:repeat(2,1fr);gap:16px}.sgrid__card{padding:24px 20px}.sgrid__card-header{gap:12px}.sgrid__icon-wrap{width:44px;height:44px}.sgrid__card-header h3{font-size:1.1rem}}@media (width<=480px){.sgrid__wrapper{grid-template-columns:1fr;gap:14px}.sgrid__card{padding:20px 16px}}.case-studies{background-color:#f8fafc;padding:60px 0;position:relative}.case-studies__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:40px;display:flex}.case-studies__header-left h2{color:var(--color-primary,#0b1f3a);letter-spacing:-.02em;margin:0;font-size:clamp(2rem,3vw,2.8rem);font-weight:800}.case-studies__view-all{color:var(--color-accent,#10b981);align-items:center;gap:8px;font-size:1.05rem;font-weight:700;text-decoration:none;transition:opacity .3s;display:inline-flex}.case-studies__view-all:hover{opacity:.8}.case-studies__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.cs-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;min-height:280px;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 32px #0000000a}.cs-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #00000014}.cs-card__bg{object-fit:cover;width:60%;height:100%;transition:transform .6s cubic-bezier(.2,1,.3,1);position:absolute;top:0;right:0;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 60%);mask-image:linear-gradient(90deg,#0000 0%,#000 60%)}.cs-card:hover .cs-card__bg{transform:scale(1.05)}.cs-card__content{z-index:2;flex-direction:column;justify-content:center;width:70%;padding:32px 24px;display:flex;position:relative}.cs-card__tag{background:var(--color-accent,#10b981);color:#fff;border-radius:20px;width:max-content;margin-bottom:16px;padding:4px 12px;font-size:.75rem;font-weight:700;display:inline-block}.cs-card__content h3{color:var(--color-primary,#0b1f3a);margin-bottom:4px;font-size:1.35rem;font-weight:800}.cs-card__desc{color:#64748b;margin-bottom:20px;font-size:.85rem}.cs-card__metrics{gap:16px;margin-bottom:20px;display:flex}.cs-metric{flex-direction:column;display:flex}.cs-metric strong{color:var(--color-accent,#10b981);font-size:1.4rem;font-weight:800;line-height:1.1}.cs-metric span{color:#475569;text-transform:uppercase;font-size:.7rem;font-weight:600}.cs-card__link{color:var(--color-accent,#10b981);align-items:center;gap:6px;font-size:.9rem;font-weight:700;text-decoration:none;display:inline-flex}@media (width<=1024px){.case-studies__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.case-studies__grid{grid-template-columns:1fr}.case-studies__header{flex-direction:column;align-items:flex-start}.cs-card{flex-direction:column;min-height:auto}.cs-card__bg{width:100%;height:200px;position:relative;top:auto;right:auto;-webkit-mask-image:none;mask-image:none}.cs-card__content{width:100%;padding:20px}}@media (width<=480px){.cs-card__bg{height:160px}}.services-process{color:#fff;background-color:#0b1f3a;padding:60px 0;position:relative;overflow:hidden}.services-process__bg{pointer-events:none;background:radial-gradient(800px 400px at 50% 0,#10b9811a,#0000 70%),radial-gradient(600px 600px at 100% 100%,#2563eb14,#0000 70%);position:absolute;inset:0}.services-process__head h2{color:#fff}.services-process__head p{color:#94a3b8}.process-timeline{margin-top:40px;position:relative}.process-timeline__line{z-index:1;background:repeating-linear-gradient(90deg,#ffffff1a 0 6px,#0000 6px 12px);height:1px;position:absolute;top:36px;left:0;right:0}.process-timeline__grid{z-index:2;grid-template-columns:repeat(6,1fr);gap:20px;display:grid;position:relative}.process-step{text-align:center;flex-direction:column;align-items:center;display:flex}.process-step__node{margin-bottom:24px;position:relative}.process-step__icon{width:72px;height:72px;color:var(--color-accent,#10b981);-webkit-backdrop-filter:blur(8px);background:#0f2646cc;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;box-shadow:0 8px 24px #0003}.process-step:hover .process-step__icon{border-color:var(--color-accent,#10b981);transform:translateY(-4px);box-shadow:0 12px 32px #10b98133}.process-step__number{background:var(--color-accent,#10b981);color:#fff;border-radius:10px;padding:2px 8px;font-size:.75rem;font-weight:800;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.process-step__content h3{color:#fff;margin-bottom:8px;font-size:1.05rem;font-weight:700}.process-step__content p{color:#94a3b8;font-size:.85rem;line-height:1.5}@media (width<=1024px){.process-timeline__grid{grid-template-columns:repeat(3,1fr);gap:36px 16px}.process-timeline__line{display:none}}@media (width<=640px){.services-process{padding:50px 0}.process-timeline{margin-top:30px}.process-timeline__grid{grid-template-columns:repeat(2,1fr);gap:28px 14px}.process-step__icon{width:56px;height:56px}.process-step__node{margin-bottom:16px}.process-step__number{padding:2px 6px;font-size:.7rem}.process-step__content h3{margin-bottom:4px;font-size:.88rem}.process-step__content p{font-size:.78rem}}@media (width<=380px){.process-timeline__grid{grid-template-columns:repeat(2,1fr);gap:20px 10px}.process-step__icon{width:48px;height:48px}}.why-choose{background-color:#fff;position:relative;overflow:hidden}.why-choose__grid{grid-template-columns:1fr 1.15fr .85fr;align-items:center;gap:36px;display:grid}.why-choose__content{flex-direction:column;display:flex}.why-choose__eyebrow{color:var(--color-accent,#10b981);text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;font-size:.85rem;font-weight:700;display:block}.why-choose__content h2{color:var(--color-primary,#0b1f3a);letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(2rem,3vw,2.7rem);font-weight:800;line-height:1.18}.why-choose__content h2 span{color:var(--color-accent,#10b981)}.why-choose__desc{color:#475569;margin-bottom:28px;font-size:.98rem;line-height:1.65}.why-choose__features{grid-template-columns:1fr 1fr;gap:20px 16px;display:grid}.why-feature{text-align:left;flex-direction:row;align-items:flex-start;gap:12px;display:flex}.why-feature__icon{color:#10b981;background:#ecfdf5;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.why-feature__text strong{color:var(--color-primary,#0b1f3a);margin-bottom:2px;font-size:.9rem;font-weight:700;line-height:1.3;display:block}.why-feature__text span{color:#64748b;font-size:.8rem;line-height:1.4;display:block}.why-choose__stats{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;align-items:center;gap:12px;padding:16px 14px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 12px #00000005}.stat-card:hover{transform:translateY(-3px);box-shadow:0 12px 24px #0000000f}.stat-card__icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.stat-card__info h3{color:var(--color-primary,#0b1f3a);margin:0 0 2px;font-size:1.2rem;font-weight:800;line-height:1.2}.stat-card__info p{color:#64748b;margin:0;font-size:.8rem;font-weight:500;line-height:1.3}.why-choose__media{align-items:center;height:100%;display:flex}.why-choose__img{object-fit:cover;border-radius:20px;width:100%;height:100%;max-height:400px;box-shadow:0 16px 36px #0b1f3a1a}@media (width<=1200px){.why-choose__grid{grid-template-columns:1fr 1fr}.why-choose__media{display:none}}@media (width<=768px){.why-choose__grid{grid-template-columns:1fr;gap:32px}.why-choose__features{grid-template-columns:1fr;gap:12px}.why-feature{text-align:left;flex-direction:row;align-items:center;gap:14px}.why-feature__icon{flex-shrink:0}.why-choose__stats{grid-template-columns:repeat(2,1fr);gap:12px}.stat-card{gap:10px;padding:16px 14px}.stat-card__icon{width:40px;height:40px}.stat-card__info h3{font-size:1.1rem}.stat-card__info p{font-size:.78rem}}@media (width<=400px){.why-choose__stats{grid-template-columns:repeat(2,1fr);gap:8px}.stat-card{flex-direction:column;align-items:flex-start;gap:8px;padding:14px 12px}.stat-card__info h3{font-size:1rem}}.contact-hero-section{background:linear-gradient(#f8fafc 0%,#fff 100%);padding:60px 0 72px;position:relative;overflow:hidden}.contact-hero__inner{grid-template-columns:1.05fr .95fr;align-items:center;gap:48px;max-width:1240px;margin:0 auto;display:grid}.contact-hero__left{text-align:left}.contact-hero__title{color:var(--color-primary,#0b1f3a);letter-spacing:-.02em;margin-bottom:18px;font-size:clamp(32px,4.5vw,48px);font-weight:800;line-height:1.15}.contact-hero__title span{color:var(--color-accent,#10b981)}.contact-hero__sub{color:var(--color-muted,#64748b);max-width:520px;margin-bottom:28px;font-size:16px;line-height:1.7}.contact-hero__checklist{flex-direction:column;gap:12px;margin:0 0 32px;padding:0;list-style:none;display:flex}.contact-hero__checklist li{color:var(--color-primary,#0b1f3a);align-items:center;gap:10px;font-size:14.5px;font-weight:600;display:flex}.contact-hero__check-icon{color:var(--color-accent,#10b981);flex-shrink:0}.contact-hero__proof{border-top:1px solid #e2e8f0;align-items:center;gap:16px;padding-top:20px;display:flex}.contact-hero__avatars{align-items:center;display:flex}.contact-hero__avatar{object-fit:cover;border:2px solid #fff;border-radius:50%;width:38px;height:38px;margin-left:-10px;box-shadow:0 4px 10px #0000001a}.contact-hero__avatar:first-child{margin-left:0}.contact-hero__proof-text strong{color:var(--color-primary,#0b1f3a);margin-bottom:2px;font-size:13.5px;font-weight:700;display:block}.contact-hero__stars{align-items:center;gap:4px;display:flex}.contact-hero__stars span{color:var(--color-muted,#64748b);margin-left:4px;font-size:12px}.contact-form-card{text-align:left;background:#fff;border:1.5px solid #e2e8f0;border-radius:24px;padding:36px 36px 28px;box-shadow:0 20px 50px #0b1f3a14}.contact-form-card__head{margin-bottom:24px}.contact-form-card__head h2{color:var(--color-primary,#0b1f3a);letter-spacing:-.01em;margin-bottom:6px;font-size:22px;font-weight:800}.contact-form-card__head p{color:var(--color-muted,#64748b);margin:0;font-size:13.5px}.contact-form-card__form{flex-direction:column;gap:16px;display:flex}.contact-form-card__row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.contact-form-card__field{flex-direction:column;gap:6px;display:flex}.contact-form-card__field label{color:var(--color-primary,#0b1f3a);font-size:12.5px;font-weight:700}.contact-form-card__field input,.contact-form-card__field textarea{width:100%;color:var(--color-primary,#0b1f3a);background:#fff;border:1.5px solid #cbd5e1;border-radius:10px;outline:none;padding:11px 14px;font-family:inherit;font-size:13.5px;transition:all .2s}.contact-form-card__field input:focus,.contact-form-card__field textarea:focus{border-color:var(--color-accent,#10b981);box-shadow:0 0 0 3px #10b98126}.contact-form-card__field input::placeholder,.contact-form-card__field textarea::placeholder{color:#94a3b8;font-size:13px}.contact-form-card__submit-btn{background:var(--color-accent,#10b981);color:#fff;cursor:pointer;border:none;justify-content:center;align-self:flex-start;align-items:center;gap:8px;width:auto;height:44px;margin-top:4px;padding:0 28px;font-size:14px;font-weight:700;transition:all .25s;display:inline-flex;box-shadow:0 8px 20px #10b98159;border-radius:10px!important}.contact-form-card__submit-btn:hover{background:#059669;transform:translateY(-2px);box-shadow:0 12px 24px #10b98173}.contact-spin{animation:1s linear infinite contactSpin}@keyframes contactSpin{to{transform:rotate(360deg)}}.contact-form-card__success{color:#047857;background:#ecfdf5;border-radius:10px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:600;display:flex}.contact-form-card__privacy{color:#64748b;align-items:center;gap:6px;margin-top:8px;font-size:12px;display:flex}.contact-form-card__privacy svg{color:#10b981;flex-shrink:0}@media (width<=980px){.contact-hero-section{padding:48px 0 56px}.contact-hero__inner{grid-template-columns:1fr;gap:36px}.contact-hero__left{text-align:center}.contact-hero__sub{max-width:100%}.contact-hero__checklist{text-align:left;flex-direction:column;align-items:flex-start;display:inline-flex}.contact-hero__proof{justify-content:center}.contact-form-card{padding:28px 22px}}@media (width<=640px){.contact-hero-section{padding:40px 0 48px}.contact-hero__title{font-size:clamp(26px,7vw,36px)}.contact-hero__sub{margin-bottom:20px;font-size:15px}.contact-hero__checklist{margin-bottom:24px}.contact-form-card{padding:22px 18px}.contact-form-card__title{font-size:1.25rem}.contact-form-card__row{grid-template-columns:1fr}.contact-form-card__submit-btn{width:100%;height:48px;font-size:15px}}.cinfo-section{background:#fff;padding:64px 0 72px}.cinfo-head{text-align:center;max-width:640px;margin:0 auto 48px}.cinfo-head h2{color:var(--color-primary,#0b1f3a);letter-spacing:-.02em;margin-bottom:8px;font-size:clamp(26px,3.4vw,38px);font-weight:800}.cinfo-head p{color:var(--color-muted,#64748b);font-size:15.5px;line-height:1.65}.cinfo-layout{grid-template-columns:.95fr 1.05fr;align-items:stretch;gap:32px;max-width:1240px;margin:0 auto;display:grid}.cinfo-cards{flex-direction:column;gap:14px;display:flex}.cinfo-card{text-align:left;background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;align-items:center;gap:16px;padding:18px 22px;transition:all .28s;display:flex;box-shadow:0 4px 14px #00000005}.cinfo-card:hover{border-color:var(--color-accent,#10b981);transform:translateY(-3px);box-shadow:0 14px 30px #10b9811f}.cinfo-card__icon{color:#10b981;background:#ecfdf5;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .25s;display:inline-flex}.cinfo-card:hover .cinfo-card__icon{color:#fff;background:#10b981;transform:scale(1.05)}.cinfo-card__details{flex-direction:column;display:flex}.cinfo-card__details strong{color:var(--color-primary,#0b1f3a);margin-bottom:3px;font-size:14px;font-weight:700}.cinfo-card__link{color:var(--color-primary,#0b1f3a);font-size:14px;font-weight:600;text-decoration:none;transition:color .2s}.cinfo-card__link:hover{color:var(--color-accent,#10b981)}.cinfo-card__val{color:var(--color-primary,#0b1f3a);font-size:14px;font-weight:600}.cinfo-card__sub{color:var(--color-muted,#64748b);margin-top:2px;font-size:12px}.cinfo-map-wrap{border:1.5px solid #e2e8f0;border-radius:20px;width:100%;height:100%;min-height:380px;overflow:hidden;box-shadow:0 10px 30px #0b1f3a0f}.cinfo-map-frame{border:0;width:100%;height:100%;min-height:380px;display:block}@media (width<=980px){.cinfo-section{padding:48px 0 56px}.cinfo-layout{grid-template-columns:1fr;gap:24px}.cinfo-map-wrap,.cinfo-map-frame{min-height:280px}}@media (width<=640px){.cinfo-section{padding:40px 0 48px}.cinfo-head{margin-bottom:32px}.cinfo-head h2{font-size:clamp(22px,6vw,30px)}.cinfo-card{gap:12px;padding:14px 16px}.cinfo-card__icon{width:38px;height:38px}.cinfo-cards{gap:10px}.cinfo-map-wrap,.cinfo-map-frame{border-radius:14px;min-height:240px}}.wyg-section{background:#f8fafc;padding:64px 0 72px}.wyg-head{text-align:center;max-width:680px;margin:0 auto 44px}.wyg-head h2{color:var(--color-primary,#0b1f3a);letter-spacing:-.02em;font-size:clamp(24px,3.2vw,36px);font-weight:800}.wyg-grid{grid-template-columns:repeat(6,1fr);gap:16px;max-width:1240px;margin:0 auto;display:grid}.wyg-card{text-align:center;background:#fff;border:1.5px solid #e2e8f0;border-radius:18px;flex-direction:column;align-items:center;padding:24px 18px;transition:all .28s;display:flex;box-shadow:0 4px 14px #00000005}.wyg-card:hover{border-color:var(--color-accent,#10b981);transform:translateY(-4px);box-shadow:0 16px 32px #10b9811f}.wyg-card__icon{color:#10b981;background:#ecfdf5;border-radius:14px;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:16px;transition:all .25s;display:inline-flex}.wyg-card:hover .wyg-card__icon{color:#fff;background:#10b981;transform:scale(1.06)}.wyg-card h3{color:var(--color-primary,#0b1f3a);margin-bottom:8px;font-size:15px;font-weight:700;line-height:1.3}.wyg-card p{color:var(--color-muted,#64748b);margin:0;font-size:12.5px;line-height:1.5}@media (width<=1100px){.wyg-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media (width<=640px){.wyg-grid{grid-template-columns:repeat(2,1fr);gap:14px}.wyg-card{padding:18px 14px}.wyg-card h3{font-size:14px}.wyg-card p{font-size:12px}}.contact-faq-section{background:#fff;padding:64px 0 80px}.contact-faq__head{text-align:center;max-width:640px;margin:0 auto 48px}.contact-faq__head h2{color:var(--color-primary,#0b1f3a);letter-spacing:-.02em;font-size:clamp(26px,3.4vw,38px);font-weight:800}.contact-faq__grid{grid-template-columns:1.15fr .85fr;align-items:center;gap:48px;max-width:1240px;margin:0 auto;display:grid}.contact-faq__list{flex-direction:column;gap:12px;display:flex}.contact-faq__item{background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;transition:all .25s;overflow:hidden}.contact-faq__item.is-open{border-color:var(--color-accent,#10b981);box-shadow:0 10px 24px #10b98114}.contact-faq__q{cursor:pointer;text-align:left;width:100%;color:var(--color-primary,#0b1f3a);background:0 0;border:none;justify-content:space-between;align-items:center;padding:18px 22px;font-family:inherit;font-size:15.5px;font-weight:700;transition:color .2s;display:flex}.contact-faq__item.is-open .contact-faq__q{color:var(--color-accent,#10b981)}.contact-faq__icon{color:#475569;background:#f1f5f9;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .25s;display:inline-flex}.contact-faq__item.is-open .contact-faq__icon{color:#10b981;background:#ecfdf5}.contact-faq__a{padding:0 22px 18px}.contact-faq__a p{color:var(--color-muted,#64748b);margin:0;font-size:14px;line-height:1.65}.contact-faq__media{justify-content:center;align-items:center;display:flex}.contact-faq__img{object-fit:contain;max-width:100%;max-height:380px}@media (width<=980px){.contact-faq__grid{grid-template-columns:1fr;gap:36px}.contact-faq__media{order:-1}.contact-faq__img{max-height:280px}}.connect__hero{background:var(--color-bg-dark);color:#fff;padding:84px 0 72px;position:relative;overflow:hidden}.connect__hero-bg{pointer-events:none;background:radial-gradient(620px 300px at 85% 10%,#10b98138,#0000 60%),radial-gradient(520px 300px at 5% 80%,#27518f66,#0000 60%);position:absolute;inset:0}.connect__hero-inner{text-align:center;max-width:760px;margin:0 auto;position:relative}.connect__eyebrow{color:#4adea5}.connect__eyebrow:before{background:#4adea5}.connect__hero h1{color:#fff;margin-bottom:18px;font-size:clamp(30px,4.5vw,48px);line-height:1.12}.connect__hero h1 span{color:#4adea5}.connect__hero p{color:#ffffffc7;max-width:620px;margin:0 auto;font-size:17px;line-height:1.75}.connect__body{padding-top:72px}.connect__grid{grid-template-columns:.9fr 1.1fr;align-items:start;gap:56px;display:grid}.connect__info h2{margin-bottom:12px;font-size:clamp(26px,3vw,34px)}.connect__info>p{color:var(--color-muted);margin-bottom:28px;font-size:16px;line-height:1.7}.connect__info-list{flex-direction:column;gap:4px;margin-bottom:32px;display:flex}.connect__info-list li{border-bottom:1px solid var(--color-border);align-items:flex-start;gap:16px;padding:16px 0;display:flex}.connect__info-icon{background:var(--color-accent-50);width:46px;height:46px;color:var(--color-accent-600);border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.connect__info-list strong{font-family:var(--font-heading);color:var(--color-primary);margin-bottom:3px;font-size:15px;display:block}.connect__info-list a,.connect__info-list span{color:var(--color-muted);word-break:break-word;font-size:15px}.connect__info-list a:hover{color:var(--color-accent-600)}.connect__promises{flex-direction:column;gap:12px;display:flex}.connect__promises li{color:var(--color-text);align-items:center;gap:10px;font-size:15px;display:flex}.connect__promises svg{color:var(--color-accent);flex-shrink:0}.connect__form{border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);background:#fff;flex-direction:column;gap:20px;padding:38px;display:flex}.connect__form-head h2{margin-top:10px;font-size:clamp(24px,3vw,30px)}.connect__row{grid-template-columns:1fr 1fr;gap:18px;display:grid}.connect__field{flex-direction:column;gap:8px;display:flex}.connect__field span{font-family:var(--font-heading);color:var(--color-primary);font-size:14px;font-weight:600}.connect__field input,.connect__field select,.connect__field textarea{border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-bg-alt);color:var(--color-text);outline:none;width:100%;padding:14px 16px;transition:border-color .2s,background .2s,box-shadow .2s}.connect__field textarea{resize:vertical;min-height:120px}.connect__field input:focus,.connect__field select:focus,.connect__field textarea:focus{border-color:var(--color-accent);background:#fff;box-shadow:0 0 0 4px #10b9811f}.connect__submit{align-self:flex-start;min-height:54px;margin-top:4px;padding:0 28px}.connect__submit:disabled{opacity:.7;cursor:not-allowed}.connect__spin{animation:.8s linear infinite connect-spin}@keyframes connect-spin{to{transform:rotate(360deg)}}.connect__msg{border-radius:var(--radius-sm);align-items:center;gap:10px;padding:14px 18px;font-size:15px;display:flex}.connect__msg--ok{background:var(--color-accent-50);color:var(--color-accent-700)}.connect__msg--err{color:var(--color-error);background:#fef2f2}@media (width<=900px){.connect__grid{grid-template-columns:1fr;gap:40px}}@media (width<=560px){.connect__hero{padding:56px 0 48px}.connect__row{grid-template-columns:1fr}.connect__form{padding:24px}.connect__submit{justify-content:center;align-self:stretch}}:root{--ink:#0f1320;--ink-fg:#f6f5f2;--bg:#fbfaf7;--surface:#fff;--surface-alt:#f3f1ec;--fg:#14182a;--muted:#6b7183;--line:#1418261a;--chip:#1418260f;--gold:#ffb03d;--gold-ink:#a86a08;--green:#1f9d63;--font-display:"Playfair Display", "Iowan Old Style", Georgia, serif;--font-sans:Inter, "Segoe UI", "Helvetica Neue", Arial, sans-serif;--color-primary:#0b1f3a;--color-primary-700:#122c52;--color-primary-600:#1a3a6b;--color-primary-500:#27518f;--color-primary-50:#eaf0f8;--color-accent:#10b981;--color-accent-600:#059669;--color-accent-700:#047857;--color-accent-50:#e8faf3;--color-bg:#fff;--color-bg-alt:#f6f8fb;--color-bg-dark:#0b1f3a;--color-text:#1a2238;--color-muted:#5b6478;--color-border:#e6e9ef;--color-success:#10b981;--color-warning:#f59e0b;--color-error:#ef4444;--font-heading:"Plus Jakarta Sans", "Inter", system-ui, sans-serif;--font-body:"Inter", "Plus Jakarta Sans", system-ui, sans-serif;--radius-sm:10px;--radius:16px;--radius-lg:24px;--radius-pill:10px;--shadow-sm:0 1px 2px #0b1f3a0f;--shadow:0 10px 30px #0b1f3a14;--shadow-lg:0 24px 60px #0b1f3a1f;--container:1360px;--space:8px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light only;width:100%;max-width:100vw;overflow-x:hidden!important}html,body,#root{width:100%;min-height:100%;position:relative;max-width:100vw!important;overflow-x:hidden!important}body{font-family:var(--font-body);color:#1a2238;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;font-size:16px;line-height:1.6;overflow-x:hidden!important}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-primary);letter-spacing:-.02em;font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit}.container{width:100%;max-width:var(--container);box-sizing:border-box;margin:0 auto;padding:0 24px}@media (width<=768px){.container{padding:0 16px}}@media (width<=480px){.container{padding:0 14px}}.section{padding:64px 0}@media (width<=1024px){.section{padding:56px 0}}@media (width<=768px){.section{padding:48px 0}}@media (width<=480px){.section{padding:40px 0}}.section--alt{background:var(--color-bg-alt)}.section--dark{background:var(--color-primary);color:#fff}.section--dark h1,.section--dark h2,.section--dark h3{color:#fff}.section-head{text-align:center;max-width:640px;margin:0 auto 56px}@media (width<=768px){.section-head{margin-bottom:40px}}@media (width<=480px){.section-head{margin-bottom:32px}}.eyebrow{display:none!important}.section-head h2{margin-bottom:16px;font-size:clamp(28px,4vw,44px)}@media (width<=480px){.section-head h2{font-size:clamp(22px,6vw,30px)}}.section-head p{color:var(--color-muted);font-size:17px}@media (width<=480px){.section-head p{font-size:15px}}.section--dark .section-head p{color:#ffffffb8}.btn,.cta-btn,.navbar__cta,.navbar__mobile-cta,.spreview__btn,.gmodal-submit-btn,.gmodal-done-btn,.contact-form-card__submit-btn,.service-modal__actions .btn{border-radius:10px!important}.btn{font-family:var(--font-heading);white-space:nowrap;justify-content:center;align-items:center;gap:10px;min-height:52px;padding:14px 28px;font-size:15px;font-weight:600;line-height:1;transition:all .25s;display:inline-flex;border-radius:10px!important}@media (width<=480px){.btn{justify-content:center;width:100%;min-height:46px;padding:12px 20px;font-size:14px}}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover{background:var(--color-primary-600);transform:translateY(-2px);box-shadow:0 12px 28px #0b1f3a40}@media (width<=480px){.btn-primary:hover{transform:translateY(-1px)}}.btn-accent{background:var(--color-accent);color:#fff}.btn-accent:hover{background:var(--color-accent-600);transform:translateY(-2px);box-shadow:0 12px 28px #10b98159}@media (width<=480px){.btn-accent:hover{transform:translateY(-1px)}}.btn-outline{color:var(--color-primary);border:1.5px solid var(--color-border);background:0 0}.btn-outline:hover{border-color:var(--color-primary);background:var(--color-primary-50);transform:translateY(-2px)}.btn-light{color:var(--color-primary);background:#fff}.btn-light:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-ghost-light{color:#fff;background:#ffffff1a;border:1.5px solid #ffffff40}.btn-ghost-light:hover{background:#ffffff2e;border-color:#ffffff80}.card{border:1px solid var(--color-border);border-radius:var(--radius);background:#fff;padding:32px;transition:all .3s}@media (width<=768px){.card{padding:24px}}@media (width<=480px){.card{padding:20px}}.card:hover{box-shadow:var(--shadow-lg);border-color:#0000;transform:translateY(-6px)}@media (width<=768px){.card:hover{transform:translateY(-4px)}}@media (width<=480px){.card:hover{transform:translateY(-2px)}}[data-reveal]{opacity:0;transition:opacity .45s cubic-bezier(.16,1,.3,1),transform .45s cubic-bezier(.16,1,.3,1);transform:translateY(18px)}[data-reveal][data-revealed]{opacity:1;transform:none}[data-reveal][data-reveal-dir=left]{transform:translate(-40px)}[data-reveal][data-reveal-dir=left][data-revealed]{transform:none}[data-reveal][data-reveal-dir=right]{transform:translate(40px)}[data-reveal][data-reveal-dir=right][data-revealed]{transform:none}[data-reveal][data-reveal-dir=zoom]{transform:scale(.9)}[data-reveal][data-reveal-dir=zoom][data-revealed],[data-reveal][data-reveal-dir=fade]{transform:none}[data-reveal][data-reveal-delay="1"]{transition-delay:80ms}[data-reveal][data-reveal-delay="2"]{transition-delay:.16s}[data-reveal][data-reveal-delay="3"]{transition-delay:.24s}[data-reveal][data-reveal-delay="4"]{transition-delay:.32s}a.btn svg,button.btn svg,.btn svg,a svg.arrow-icon{transition:transform .25s cubic-bezier(.16,1,.3,1)}a.btn:hover svg,button.btn:hover svg,.btn:hover svg{transform:translate(4px)}.btn-accent,.cta-btn--primary,.btn-primary{position:relative;overflow:hidden}.btn-accent:after,.cta-btn--primary:after,.btn-primary:after{content:"";opacity:0;pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff59,#0000);width:50%;height:200%;transition:all .6s;position:absolute;top:-50%;left:-60%;transform:rotate(25deg)}.btn-accent:hover:after,.cta-btn--primary:hover:after,.btn-primary:hover:after{opacity:1;left:140%}input:focus,textarea:focus,select:focus{transition:all .25s;border-color:#10b981!important;outline:none!important;box-shadow:0 0 0 4px #10b98129!important}@keyframes floatAnim{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 #10b98166}50%{box-shadow:0 0 0 12px #10b98100}}@keyframes iconRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.float-anim{animation:4s ease-in-out infinite floatAnim}.pulse-anim{animation:2.5s ease-in-out infinite pulseGlow}.card,.spreview__card,.why-card,.team__card,.sgrid__card{transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1),border-color .35s}.card:hover,.spreview__card:hover,.why-card:hover,.team__card:hover,.sgrid__card:hover{border-color:#10b981;transform:translateY(-5px);box-shadow:0 16px 36px #10b9811f}details summary{transition:color .25s}details[open] summary:before{transform:rotate(45deg);color:#fff!important;background:#10b981!important}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}[data-reveal]{opacity:1;transform:none}html{scroll-behavior:auto}}@media (width<=768px){.section{padding:64px 0}.section-head{margin-bottom:40px}.card{padding:24px}}section,header,footer,main,article,aside,nav,.hero,.page-hero,.services-preview,.cta-section,.stats-bar-section,.why,.trusted,.process,.story,.footer,.sgrid,.contact-hero-section{box-sizing:border-box!important;max-width:100vw!important;overflow-x:hidden!important}img,video,iframe,embed,object,svg{box-sizing:border-box;max-width:100%}@media (width<=768px){img:not([style*=height]){height:auto}div,section,article,aside,main,header,footer,nav,p,h1,h2,h3,h4,h5,h6,ul,ol,li,form,fieldset,label,table,thead,tbody,tr,td,th{box-sizing:border-box;max-width:100%}html,body,#root,.container{max-width:100vw!important;overflow-x:hidden!important}[data-reveal][data-reveal-dir=left],[data-reveal][data-reveal-dir=right]{transform:translateY(20px)!important}[data-reveal][data-reveal-dir=left][data-revealed],[data-reveal][data-reveal-dir=right][data-revealed]{transform:none!important}[class*=float-badge],[class*=__badge],[class*=__card--],[class*=__floating]{box-sizing:border-box!important;max-width:calc(100vw - 32px)!important}}.grid{gap:24px;display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (width<=1024px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.grid-2{grid-template-columns:1fr}.grid-3,.grid-4{grid-template-columns:1fr 1fr}}@media (width<=480px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.flex{display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.flex-col{flex-direction:column;display:flex}.flex-wrap{flex-wrap:wrap}.gap-sm{gap:var(--space)}.gap-md{gap:16px}.gap-lg{gap:24px}.gap-xl{gap:32px}.gap-2xl{gap:48px}@media (width<=768px){.flex-col-mobile{flex-direction:column!important}.gap-xl{gap:24px}.gap-2xl{gap:32px}}@media (width<=480px){.gap-lg{gap:16px}.gap-xl{gap:20px}.gap-2xl{gap:24px}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}@media (width<=768px){.text-center-mobile{text-align:center}}.text-muted{color:var(--color-muted)}.text-sm{font-size:14px}.text-base{font-size:16px}.text-lg{font-size:18px}.text-xl{font-size:20px}@media (width<=480px){.text-lg{font-size:16px}.text-xl{font-size:18px}}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mt-4{margin-top:32px}.mt-5{margin-top:48px}.mt-6{margin-top:64px}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.mb-4{margin-bottom:32px}.mb-5{margin-bottom:48px}.mb-6{margin-bottom:64px}@media (width<=768px){.mt-5{margin-top:32px}.mt-6{margin-top:40px}.mb-5{margin-bottom:32px}.mb-6{margin-bottom:40px}}@media (width<=480px){.mt-4{margin-top:24px}.mt-5{margin-top:28px}.mt-6{margin-top:32px}.mb-4{margin-bottom:24px}.mb-5{margin-bottom:28px}.mb-6{margin-bottom:32px}}.service-card{border:1px solid var(--color-border);border-radius:var(--radius);background:#fff;flex-direction:column;height:100%;padding:32px;transition:all .3s;display:flex}@media (width<=768px){.service-card{padding:24px}}@media (width<=480px){.service-card{padding:20px}}.service-card:hover{box-shadow:var(--shadow-lg);border-color:var(--color-accent);transform:translateY(-6px)}@media (width<=768px){.service-card:hover{transform:translateY(-4px)}}@media (width<=480px){.service-card:hover{transform:translateY(-2px)}}.service-card .service-icon{color:var(--color-accent);margin-bottom:16px;font-size:32px}@media (width<=480px){.service-card .service-icon{margin-bottom:12px;font-size:28px}}.service-card h3{margin-bottom:12px;font-size:20px}@media (width<=480px){.service-card h3{margin-bottom:8px;font-size:18px}}.service-card p{color:var(--color-muted);flex-grow:1;font-size:15px;line-height:1.6}@media (width<=480px){.service-card p{font-size:14px}}@media (width<=1024px){:root{--container:100%}.service-card{padding:28px}}@media (width<=768px){:root{--radius:12px;--radius-lg:16px}.section-head h2,.service-card .service-icon{font-size:28px}.btn{padding:12px 24px;font-size:14px}}@media (width<=480px){:root{--radius:10px;--radius-sm:8px;--radius-lg:12px}body{font-size:15px}.section-head h2{margin-bottom:12px;font-size:24px}.section-head p{font-size:14px}.service-card{padding:18px}.service-card .service-icon{margin-bottom:12px;font-size:24px}.service-card h3{margin-bottom:8px;font-size:17px}.service-card p{font-size:13px}.btn{min-height:44px;padding:10px 18px;font-size:13px}}img{max-width:100%}@media (width<=768px){.table-responsive{-webkit-overflow-scrolling:touch!important;max-width:100%!important;overflow-x:auto!important}}.video-wrapper{height:0;padding-bottom:56.25%;position:relative;overflow:hidden;max-width:100%!important}.video-wrapper iframe,.video-wrapper video{position:absolute;top:0;left:0;width:100%!important;height:100%!important}@media (width<=480px){.modal-content{max-width:calc(100vw - 20px)!important;max-height:calc(100vh - 20px)!important;margin:10px!important;padding:20px!important}input,textarea,select{max-width:100%!important;font-size:16px!important}}@media (width<=768px){.sticky{position:relative!important}}.hide-desktop{display:none!important}.hide-mobile{display:block!important}@media (width<=768px){.hide-desktop{display:block!important}.hide-mobile{display:none!important}}@media (width<=480px){.hide-mobile-small{display:none!important}}.transition-all{transition:all .3s}.transition-transform,.hover-scale{transition:transform .3s}.hover-scale:hover{transform:scale(1.05)}@media (width<=768px){.hover-scale:hover{transform:scale(1.02)}}@media (width<=480px){.hover-scale:hover{transform:none}}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (prefers-contrast:high){.btn-primary{background:#000!important}.btn-accent{background:#006b4c!important}.text-muted{color:#000!important}}@media (width<=480px){.container,.container *,.section,.section *,.grid,.grid *,.flex,.flex *{overflow-wrap:break-word!important;word-wrap:break-word!important;word-break:break-word!important;max-width:100%!important}.container,.section,.grid{padding-left:12px!important;padding-right:12px!important}table,.table-wrapper{-webkit-overflow-scrolling:touch!important;max-width:100%!important;display:block!important;overflow-x:auto!important}pre,code{white-space:pre-wrap!important;word-wrap:break-word!important;max-width:100%!important}}
