:root{--turq: #1fa2c4;--turq-dark: #0f5c70;--turq-tint: #e7f4f8;--cream: #f4efe3;--cream-2: #fbf8f1;--charcoal: #20262b;--charcoal-2: #2b333a;--ink: #1b2329;--ink-soft: #46535d;--accent: #ffc94d;--white: #ffffff;--font-head: "Baloo 2", "Segoe UI", system-ui, sans-serif;--font-body: "Nunito Sans", "Segoe UI", system-ui, sans-serif;--maxw: 1120px;--radius: 16px;--radius-lg: 28px;--shadow: 0 10px 30px -12px rgba(15, 92, 112, .28);--shadow-sm: 0 4px 14px -8px rgba(15, 92, 112, .35);--space: clamp(1rem, 3vw, 2rem);--tap: 44px}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--ink);background:var(--cream-2);line-height:1.65;font-size:clamp(1rem,.95rem + .25vw,1.075rem);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,svg,picture{display:block;max-width:100%;height:auto}a{color:var(--turq-dark);text-underline-offset:3px}h1,h2,h3,h4{font-family:var(--font-head);line-height:1.12;color:var(--ink);font-weight:700}h1{font-size:clamp(2.1rem,1.4rem + 3.2vw,3.6rem);letter-spacing:-.5px}h2{font-size:clamp(1.6rem,1.2rem + 1.8vw,2.4rem)}h3{font-size:clamp(1.2rem,1.05rem + .7vw,1.5rem)}ul{padding-left:1.1em}:focus-visible{outline:3px solid var(--turq-dark);outline-offset:2px;border-radius:4px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.skip-link{position:absolute;left:0;top:-100px;background:var(--turq-dark);color:var(--white);padding:.7rem 1.1rem;border-radius:0 0 var(--radius) 0;z-index:1000;font-weight:700;text-decoration:none;transition:top .15s ease}.skip-link:focus{top:0}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:var(--space)}.section{padding-block:clamp(2.5rem,6vw,5rem)}.section--cream{background:var(--cream)}.section--turq{background:var(--turq-tint)}.section--dark{background:linear-gradient(135deg,#0c4a5a 0%,var(--turq-dark) 52%,#1f93b0 100%);color:var(--cream)}.section--dark h1,.section--dark h2,.section--dark h3{color:var(--white)}.lead{font-size:clamp(1.1rem,1rem + .6vw,1.35rem);color:var(--ink-soft);max-width:56ch}.section--dark .lead{color:#e3f3f7}.band-turq{background:var(--turq-dark);color:#eafaff}.band-turq .trust,.band-turq .trust__item{color:#eafaff}.wave-divider{line-height:0;margin:0}.wave-divider svg{display:block;width:100%;height:46px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:var(--tap);padding:.75rem 1.4rem;font-family:var(--font-head);font-weight:600;font-size:1.02rem;border-radius:999px;border:2px solid transparent;cursor:pointer;text-decoration:none;transition:transform .12s ease,box-shadow .15s ease,background .15s ease}.btn:hover{transform:translateY(-2px)}.btn--primary{background:var(--turq-dark);color:var(--white);box-shadow:var(--shadow-sm)}.btn--primary:hover{background:#0c4a5a}.btn--wa{background:#25d366;color:#07321b}.btn--wa:hover{background:#1fc35d}.btn--ghost{background:transparent;color:var(--turq-dark);border-color:var(--turq-dark)}.btn--ghost:hover{background:var(--turq-dark);color:var(--white)}.section--dark .btn--ghost{color:var(--white);border-color:#ffffffb3}.section--dark .btn--ghost:hover{background:var(--white);color:var(--turq-dark)}.btn-row{display:flex;flex-wrap:wrap;gap:.8rem}.grid{display:grid;gap:clamp(1rem,2.5vw,1.6rem)}.grid--3{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.grid--2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.card{background:var(--white);border-radius:var(--radius-lg);padding:clamp(1.3rem,3vw,1.9rem);box-shadow:var(--shadow);border:1px solid rgba(15,92,112,.06);border-top:4px solid var(--turq);height:100%}.card h3{color:var(--turq-dark);margin-bottom:.4rem}.card__emoji{font-size:2rem;line-height:1;margin-bottom:.6rem}.site-header{position:sticky;top:0;z-index:100;background:#fbf8f1eb;backdrop-filter:saturate(1.1) blur(8px);border-bottom:1px solid rgba(15,92,112,.1)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:68px}.brand-lockup{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:var(--ink)}.brand-lockup__name{font-family:var(--font-head);font-weight:700;font-size:1.05rem;line-height:1}.brand-lockup__role{font-size:.72rem;color:var(--turq-dark);font-weight:700;letter-spacing:.06em;text-transform:uppercase}.nav{display:flex;align-items:center;gap:.2rem}.nav a{padding:.5rem .7rem;border-radius:10px;text-decoration:none;color:var(--ink);font-weight:600;font-size:.96rem}.nav a:hover{background:var(--turq-tint);color:var(--turq-dark)}.nav a[aria-current=page]{color:var(--turq-dark);background:var(--turq-tint)}.header-cta{display:flex;align-items:center;gap:.5rem}.lang-switch{min-height:40px;min-width:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;border:1.5px solid var(--turq-dark);color:var(--turq-dark);font-weight:700;text-decoration:none;font-size:.85rem}.lang-switch:hover{background:var(--turq-dark);color:var(--white)}.nav-toggle,.mobile-nav{display:none}@media(max-width:880px){.nav,.header-cta .btn{display:none}.nav-toggle{display:inline-flex;align-items:center;justify-content:center;min-width:var(--tap);min-height:var(--tap);border:1.5px solid var(--turq-dark);border-radius:12px;background:transparent;color:var(--turq-dark);cursor:pointer}.mobile-nav{display:none}.mobile-nav[data-open=true]{display:block}.mobile-nav{background:var(--white);border-bottom:1px solid rgba(15,92,112,.12);box-shadow:var(--shadow-sm)}.mobile-nav a{display:block;padding:.95rem var(--space);text-decoration:none;color:var(--ink);font-weight:600;border-top:1px solid rgba(15,92,112,.06)}.mobile-nav a:hover{background:var(--turq-tint);color:var(--turq-dark)}}.hero{position:relative;overflow:hidden;background:linear-gradient(155deg,#9fd8e7 0%,#c6e8f0 38%,var(--cream-2) 100%)}.hero:before{content:"";position:absolute;top:-150px;right:-120px;width:470px;height:470px;background:radial-gradient(circle,rgba(31,162,196,.32),transparent 70%);border-radius:50%;pointer-events:none}.hero:after{content:"";position:absolute;bottom:-100px;left:-90px;width:320px;height:320px;background:radial-gradient(circle,rgba(255,201,77,.2),transparent 70%);border-radius:50%;pointer-events:none}.hero__inner{position:relative;z-index:1;display:grid;gap:clamp(1.5rem,4vw,3rem);grid-template-columns:1.1fr .9fr;align-items:center;padding-block:clamp(2.5rem,6vw,4.5rem)}@media(max-width:820px){.hero__inner{grid-template-columns:1fr}}.hero__eyebrow{display:inline-block;background:var(--white);color:var(--turq-dark);font-weight:700;font-size:.85rem;padding:.4rem .9rem;border-radius:999px;box-shadow:var(--shadow-sm);margin-bottom:1rem}.hero__art{display:grid;place-items:center}.steps{display:flex;align-items:flex-end;gap:.4rem;flex-wrap:wrap}.steps__step{font-family:var(--font-head);font-weight:800;color:var(--white);background:var(--turq-dark);border-radius:14px;padding:.5rem 1rem;box-shadow:var(--shadow-sm)}.steps__step:nth-child(1){margin-bottom:0;opacity:.92}.steps__step:nth-child(3){margin-bottom:1.1rem;background:var(--turq)}.steps__step:nth-child(5){margin-bottom:2.2rem;background:var(--accent);color:var(--charcoal)}.steps__arrow{color:var(--turq-dark);font-size:1.4rem;align-self:center}.trust{display:flex;flex-wrap:wrap;gap:1.2rem 2rem;align-items:center;justify-content:center;color:var(--ink-soft);font-weight:600}.trust__item{display:inline-flex;align-items:center;gap:.5rem}.how{counter-reset:step}.how__item{display:flex;gap:1rem;align-items:flex-start}.how__num{flex:none;counter-increment:step;width:44px;height:44px;border-radius:50%;background:var(--turq-dark);color:var(--white);font-family:var(--font-head);font-weight:800;display:grid;place-items:center;font-size:1.2rem}.how__num:before{content:counter(step)}.todo-note{background:#fff7e0;border:1px dashed #e0b400;color:#6b5200;padding:.6rem .9rem;border-radius:10px;font-size:.85rem}.site-footer{background:var(--charcoal);color:#c8d2d6;padding-block:clamp(2rem,5vw,3.5rem)}.site-footer a{color:var(--turq)}.site-footer h4{color:var(--white);margin-bottom:.6rem;font-size:1.05rem}.footer-grid{display:grid;gap:1.6rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.footer-bottom{margin-top:2rem;padding-top:1.2rem;border-top:1px solid rgba(255,255,255,.12);font-size:.85rem;color:#93a1a7}.stack>*+*{margin-top:1rem}.stack-lg>*+*{margin-top:1.8rem}.center{text-align:center}.mt-2{margin-top:2rem}
