@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap";:root{--teal: #0BD4C8;--teal-dim: rgba(11,212,200,.12);--teal-border: rgba(11,212,200,.22);--bg-hero: #060910;--bg-dark: #080c12;--bg-mid: #0e1520;--bg-light: #141d2b;--bg-card: #1a2436;--bg-glass: rgba(14,21,32,.75);--text-primary: #EFF1F8;--text-secondary:rgba(239,241,248,.62);--text-muted: rgba(239,241,248,.32);--border: rgba(255,255,255,.07);--border-light: rgba(255,255,255,.12);--font-display: "Space Grotesk", sans-serif;--font-body: "Inter", sans-serif;--ease-out: cubic-bezier(.23, 1, .32, 1);--ease-in-out: cubic-bezier(.77, 0, .175, 1);--nav-h: 72px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font-body);background:var(--bg-dark);color:var(--text-primary);overflow-x:hidden}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 clamp(1.25rem,5vw,3.5rem)}.container-wide{width:100%;max-width:1440px;margin:0 auto;padding:0 clamp(1.25rem,5vw,3.5rem)}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--nav-h);display:flex;align-items:center;padding:0 clamp(1.25rem,5vw,3.5rem);transition:background .4s var(--ease-out),border-color .4s var(--ease-out),backdrop-filter .4s var(--ease-out)}.navbar-transparent{background:transparent;border-bottom:1px solid transparent}.navbar-solid{background:#060910eb;backdrop-filter:blur(24px) saturate(1.8);-webkit-backdrop-filter:blur(24px) saturate(1.8);border-bottom:1px solid rgba(255,255,255,.06)}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-display);font-weight:700;font-size:.9rem;letter-spacing:.01em;color:#060910;background:var(--teal);border:none;border-radius:9999px;padding:.85rem 2.25rem;cursor:pointer;text-decoration:none;white-space:nowrap;transition:transform .16s var(--ease-out),box-shadow .16s var(--ease-out),background .16s;box-shadow:0 4px 24px #0bd4c847,0 1px #ffffff26 inset}.btn-primary:hover{background:#0ff;transform:translateY(-2px);box-shadow:0 8px 36px #0bd4c86b,0 1px #fff3 inset}.btn-primary:active{transform:scale(.97)}.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-display);font-weight:600;font-size:.9rem;letter-spacing:.01em;color:var(--text-primary);background:transparent;border:1.5px solid rgba(255,255,255,.18);border-radius:9999px;padding:.85rem 2.25rem;cursor:pointer;text-decoration:none;white-space:nowrap;transition:transform .16s var(--ease-out),border-color .16s,background .16s,color .16s}.btn-ghost:hover{border-color:var(--teal);color:var(--teal);background:#0bd4c80f;transform:translateY(-2px)}.btn-ghost:active{transform:scale(.97)}.glass-card{background:var(--bg-glass);backdrop-filter:blur(24px) saturate(1.6);-webkit-backdrop-filter:blur(24px) saturate(1.6);border:1px solid var(--border);border-radius:1.25rem;transition:border-color .25s,transform .25s var(--ease-out),box-shadow .25s}.glass-card:hover{border-color:var(--teal-border);transform:translateY(-4px);box-shadow:0 16px 48px #0006,0 0 0 1px #0bd4c81a}.section-label{display:inline-block;font-family:var(--font-display);font-weight:600;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--teal);margin-bottom:1rem}.reveal,.reveal-left,.reveal-right,.reveal-scale{opacity:0;transition:opacity .8s var(--ease-out),transform .8s var(--ease-out)}.reveal{transform:translateY(32px)}.reveal-left{transform:translate(-32px)}.reveal-right{transform:translate(32px)}.reveal-scale{transform:scale(.95)}.reveal.visible,.reveal-left.visible,.reveal-right.visible,.reveal-scale.visible{opacity:1;transform:none}.teal-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--teal);box-shadow:0 0 10px #0bd4c8e6;animation:tealPulse 2.5s ease-in-out infinite;flex-shrink:0}.mobile-drawer{position:fixed;inset:0;z-index:99;background:#060910f7;backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);display:flex;flex-direction:column;gap:0;padding:calc(var(--nav-h) + 1.5rem) 2rem 3rem;transition:opacity .3s var(--ease-out),transform .35s var(--ease-out)}.mobile-drawer:not(.open){opacity:0;transform:translateY(-10px);pointer-events:none}.mobile-drawer.open{opacity:1;transform:translateY(0);pointer-events:auto}@keyframes tealPulse{0%,to{box-shadow:0 0 8px #0bd4c8cc}50%{box-shadow:0 0 20px #0bd4c8,0 0 40px #0bd4c866}}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes countUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:#1e2a3a;border-radius:3px}@media (max-width: 768px){.hide-mobile{display:none!important}}@media (min-width: 769px){.hide-desktop{display:none!important}}@media (max-width: 768px){section{padding-top:4.5rem!important;padding-bottom:4rem!important}#hero{min-height:100svh;padding-top:calc(var(--nav-h) + 2rem)!important;padding-bottom:2rem!important}#hero .hero-content{max-width:100%!important}#hero .hero-stat-bar{grid-template-columns:1fr 1fr!important;gap:0!important}#hero .hero-cards{display:none!important}#hero .hero-ctas{flex-direction:column!important;gap:.75rem!important}#hero .hero-ctas a{width:100%!important;text-align:center!important;justify-content:center!important}#services .services-tab-bar{gap:.5rem!important}#services .services-grid{grid-template-columns:1fr!important}#services .services-card{flex-direction:row!important;align-items:flex-start!important}#why-us .why-header{grid-template-columns:1fr!important;gap:1.5rem!important;margin-bottom:3rem!important}#why-us .feature-row{grid-template-columns:1fr!important;gap:.75rem!important;padding:1.5rem 0!important}#why-us .stat-strip{grid-template-columns:1fr 1fr!important;gap:1.5rem!important;margin-top:3rem!important;padding:2rem 1.25rem!important}#conditions .cond-layout{flex-direction:column!important}#conditions .cond-pills{width:100%!important;flex-direction:row!important;flex-wrap:wrap!important;gap:.4rem!important}#conditions .cond-pills button{font-size:.75rem!important;padding:.4rem .75rem!important}#conditions .cond-detail{min-width:0!important;width:100%!important}#team .team-layout{flex-direction:column!important}#team .team-photo-grid{width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;padding-bottom:.5rem!important}#team .team-photo-grid>div{min-width:110px!important}#team .team-photo-grid img{width:110px!important;height:140px!important;object-fit:cover!important}#team .team-name-list{width:100%!important;min-width:0!important}#testimonials .testimonials-layout{flex-direction:column!important}#testimonials .testimonials-selector{flex:unset!important;width:100%!important;min-width:0!important}#cta .cta-grid{grid-template-columns:1fr!important;gap:2.5rem!important}#cta .cta-stat-grid{grid-template-columns:1fr 1fr!important}#cta .cta-buttons{flex-direction:column!important;gap:.75rem!important}#cta .cta-buttons a{width:100%!important;justify-content:center!important}#free-plan .free-plan-cta{width:100%!important;min-width:0!important}#free-plan .free-plan-cta a{width:100%!important}#blog-preview .blog-grid{grid-template-columns:1fr!important}#contact .contact-grid{grid-template-columns:1fr!important;gap:2.5rem!important}footer .footer-grid{grid-template-columns:1fr 1fr!important;gap:2rem!important}footer .footer-bottom{flex-direction:column!important;gap:1rem!important;text-align:center!important}.sticky-bar{padding:.6rem 1rem!important;gap:.5rem!important}.sticky-bar .sticky-bar-text{display:none!important}.sticky-bar a{font-size:.8rem!important;padding:.55rem 1.1rem!important}}@media (max-width: 480px){#hero .hero-stat-bar,#why-us .stat-strip{grid-template-columns:1fr 1fr!important}footer .footer-grid{grid-template-columns:1fr!important}}
