:root{--color-primary: #0E7490;--color-secondary: #155E75;--color-accent: #14B8A6;--color-highlight: #F59E0B;--color-bg: #FFFFFF;--color-surface: #E8F6F8;--color-ink: #123038;--color-muted: #5A737A;--brand-primary: #0E7490;--brand-accent: #14B8A6;--font-display: "Plus Jakarta Sans", "Inter", system-ui, -apple-system, sans-serif;--font-body: "Inter", system-ui, -apple-system, sans-serif;--radius-lg: 16px;--radius-md: 12px;--container-max: 72rem}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}body{margin:0;font-family:var(--font-body);background:var(--color-bg);color:var(--color-ink);line-height:1.65;-webkit-text-size-adjust:100%}h1,h2,h3,h4{font-family:var(--font-display);color:var(--color-secondary);line-height:1.2;margin:0 0 .6em}a{color:var(--brand-primary)}a:hover{color:var(--color-secondary)}:focus-visible{outline:3px solid var(--brand-accent);outline-offset:3px;border-radius:4px}img,video,svg,iframe{max-width:100%}img,video{height:auto}iframe{border:0}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding-left:1.25rem;padding-right:1.25rem}@media (min-width: 640px){.container{padding-left:1.5rem;padding-right:1.5rem}}section{width:100%;padding:3.5rem 0}section.surface{background:var(--color-surface)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;min-width:44px;padding:.7rem 1.6rem;border-radius:999px;font-family:var(--font-display);font-weight:700;font-size:1rem;text-decoration:none;border:2px solid transparent;cursor:pointer;transition:background .2s,transform .2s}.btn-primary{background:var(--brand-primary);color:#fff}.btn-primary:hover{background:var(--color-secondary);color:#fff;transform:translateY(-1px)}.btn-outline{background:transparent;color:var(--brand-primary);border-color:var(--brand-primary)}.btn-outline:hover{background:var(--color-surface);color:var(--color-secondary)}.btn-highlight{background:var(--color-highlight);color:#123038}.btn svg{width:20px;height:20px;flex:none}.btn-highlight:hover{filter:brightness(.95);color:#123038}.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #dcebeb;transition:box-shadow .2s}.site-header.scrolled{box-shadow:0 4px 18px #1230381f}.header-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:72px}.brand{display:flex;align-items:center;gap:.65rem;text-decoration:none}.brand img{height:56px;width:auto;display:block}.brand-name{font-family:var(--font-display);font-weight:800;font-size:1.05rem;line-height:1.15;color:var(--color-secondary)}.brand-name small{display:block;font-size:.7rem;font-weight:600;color:var(--color-muted);letter-spacing:.04em}.nav-links{display:none;list-style:none;margin:0;padding:0;gap:1.5rem}.nav-links a{text-decoration:none;font-weight:600;color:var(--color-ink)}.nav-links a:hover,.nav-links a[aria-current=page]{color:var(--brand-primary)}@media (min-width: 860px){.nav-links{display:flex}}.nav-toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:none;border:2px solid var(--brand-primary);border-radius:10px;cursor:pointer;color:var(--brand-primary)}@media (min-width: 860px){.nav-toggle{display:none}}.mobile-nav{display:none;background:#fff;border-bottom:1px solid #dcebeb}.mobile-nav.open{display:block}.mobile-nav ul{list-style:none;margin:0;padding:.5rem 1.25rem 1rem}.mobile-nav a{display:block;padding:.8rem .25rem;text-decoration:none;font-weight:600;color:var(--color-ink);border-top:1px solid #eef4f4;min-height:44px}.header-cta{display:none}@media (min-width: 860px){.header-cta{display:inline-flex}}.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#fff 55%,var(--color-surface) 100%)}.hero-grid{display:grid;gap:2rem;align-items:center}@media (min-width: 900px){.hero-grid{grid-template-columns:1.05fr .95fr}}.hero h1{font-size:2.1rem}@media (min-width: 640px){.hero h1{font-size:2.9rem}}.hero p.lead{font-size:1.15rem;color:var(--color-muted)}.hero-ctas{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:1.5rem}.hero figure{margin:0}.hero figure img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius-lg);box-shadow:0 18px 40px #0e74902e}.rating-line{display:flex;align-items:center;gap:.5rem;margin-top:1rem;font-weight:600;color:var(--color-secondary)}.droplets{position:absolute;inset:0;pointer-events:none;overflow:hidden}.droplets span{position:absolute;top:-8%;width:14px;height:20px;border-radius:50%/60% 60% 40% 40%;background:var(--brand-accent);opacity:.22;transform:translateY(calc(var(--progress, 0) * 60vh)) rotate(8deg)}.droplets span:nth-child(2){left:12%;width:10px;height:15px;opacity:.16}.droplets span:nth-child(1){left:46%}.droplets span:nth-child(3){left:78%;width:18px;height:26px;opacity:.13}.services-grid{display:grid;gap:1.5rem}@media (min-width: 640px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.services-grid{grid-template-columns:repeat(3,1fr)}}.service-card{background:#fff;border:1px solid #dcebeb;border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;box-shadow:0 2px 10px #1230380f;transition:transform .2s,box-shadow .2s}.service-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px #0e749024}.service-card img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}.service-card-content{padding:1.4rem;display:flex;flex-direction:column;gap:.6rem;flex:1}.service-card-icon{width:44px;height:44px;border-radius:12px;background:var(--color-surface);color:var(--brand-primary);display:inline-flex;align-items:center;justify-content:center}.service-card-icon svg{width:24px;height:24px}.service-card h3{margin:0;font-size:1.2rem}.service-card h3 a{color:var(--color-secondary);text-decoration:none}.service-card h3 a:hover{color:var(--brand-primary)}.service-card p{margin:0;color:var(--color-muted);flex:1}.card-link{font-weight:700;text-decoration:none}.timeline{position:relative;margin:0;padding:0;list-style:none}.timeline:before{content:"";position:absolute;left:21px;top:8px;bottom:8px;width:4px;background:#dcebeb;border-radius:4px}.timeline-progress{position:absolute;left:21px;top:8px;width:4px;border-radius:4px;background:var(--brand-accent);height:calc(var(--progress, 0) * 100%);max-height:calc(100% - 16px)}.timeline li{position:relative;padding:0 0 2rem 3.5rem}.timeline li:last-child{padding-bottom:0}.timeline-step{position:absolute;left:0;top:0;width:44px;height:44px;border-radius:50%;background:var(--brand-primary);color:#fff;font-family:var(--font-display);font-weight:800;display:flex;align-items:center;justify-content:center}.stats{display:grid;gap:1rem;text-align:center}@media (min-width: 640px){.stats{grid-template-columns:repeat(3,1fr)}}.stat{background:#fff;border:1px solid #dcebeb;border-radius:var(--radius-lg);padding:1.5rem}.stat b{display:block;font-family:var(--font-display);font-size:2rem;color:var(--brand-primary)}.stat span{color:var(--color-muted)}.faq details{border:1px solid #dcebeb;border-radius:var(--radius-md);margin-bottom:.75rem;background:#fff}.faq summary{cursor:pointer;padding:1rem 1.25rem;font-weight:700;color:var(--color-secondary);min-height:44px;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq summary::-webkit-details-marker{display:none}.faq summary .faq-icon{color:var(--brand-primary);font-size:1.4rem;line-height:1}.faq details[open] summary .faq-icon{transform:rotate(45deg)}.faq .faq-body{padding:0 1.25rem 1.25rem;color:var(--color-muted)}.cta-band{background:var(--color-secondary);color:#fff;border-radius:var(--radius-lg);padding:2.5rem 2rem;text-align:center;position:relative;overflow:hidden}.cta-band h2{color:#fff}.cta-band p{color:#d7e8ec}.cta-band .btn-outline{color:#fff;border-color:#fff}.cta-band .btn-outline:hover{background:#ffffff1f;color:#fff}.site-footer{background:#0c2b33;color:#cfe3e8;padding:3rem 0 1.5rem}.site-footer a{color:#8fd8cf}.footer-grid{display:grid;gap:2rem}@media (min-width: 800px){.footer-grid{grid-template-columns:1.2fr 1fr 1fr}}.site-footer h3{color:#fff;font-size:1rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:2rem;padding-top:1.25rem;font-size:.85rem;color:#9db9bf}.footer-brand{display:flex;align-items:center;gap:.6rem;margin-bottom:.75rem}.footer-brand img{height:48px;width:auto}.prose img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:var(--radius-lg)}.prose ul,.prose ol{padding-left:1.4rem}.prose li{margin-bottom:.4rem}.blog-list{display:grid;gap:1.5rem}@media (min-width: 800px){.blog-list{grid-template-columns:repeat(3,1fr)}}.skip-link{position:absolute;left:-9999px;top:0;background:var(--brand-primary);color:#fff;padding:.75rem 1.25rem;z-index:100;border-radius:0 0 8px}.skip-link:focus{left:0}.reveal{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:none}@media (prefers-reduced-motion: reduce){.reveal{opacity:1;transform:none}}.byte-brand[data-astro-cid-npzchado]{background:#030304;border-top:1px solid rgba(255,255,255,.04);padding:40px 0;text-align:center}.byte-mini-logo-grid[data-astro-cid-npzchado]{display:grid;grid-template-columns:repeat(15,5px);gap:2px;justify-content:center;margin-bottom:16px}.byte-mini-dot[data-astro-cid-npzchado]{width:5px;height:5px;border-radius:50%}.byte-mini-dot[data-astro-cid-npzchado].faint{background-color:#8b78e61f;opacity:.15}.byte-mini-dot[data-astro-cid-npzchado].active{background-color:#1a1a24;opacity:.15;animation:byte-logo-populate 4s infinite}.byte-mini-dot[data-astro-cid-npzchado].blank{background-color:transparent}@keyframes byte-logo-populate{0%,10%,to{opacity:.15;background-color:#1a1a24;box-shadow:none}25%,85%{opacity:1;background-color:var(--active-color);box-shadow:0 0 12px var(--active-color)}}.byte-brand-text[data-astro-cid-npzchado]{display:flex;align-items:center;justify-content:center;gap:6px;font-size:13px;font-weight:600;color:#fff;margin-bottom:6px}.byte-heart[data-astro-cid-npzchado]{color:#ef4444;font-size:14px}.byte-brand-name[data-astro-cid-npzchado]{font-weight:700;text-transform:uppercase;letter-spacing:1px}.byte-purple[data-astro-cid-npzchado]{color:#8b78e6}.byte-mint[data-astro-cid-npzchado]{color:#5eead4}.byte-brand-sub[data-astro-cid-npzchado]{font-size:11px;color:#94a3b8}.byte-brand-link[data-astro-cid-npzchado]{text-decoration:none;display:flex;align-items:center;justify-content:center}.byte-brand-link[data-astro-cid-npzchado]:hover .byte-brand-name[data-astro-cid-npzchado] span[data-astro-cid-npzchado]{filter:brightness(1.2)}.byte-brand-link[data-astro-cid-npzchado]:hover .byte-heart[data-astro-cid-npzchado]{transform:scale(1.2);display:inline-block;transition:transform .2s}:where(a,button,input,select,textarea,summary,[tabindex]):focus-visible{outline:3px solid var(--color-accent, var(--color-primary, #2563eb));outline-offset:3px}
