.footer{margin-top:4rem;border-top:1px solid var(--line);background:#094a3f0a;padding:2.5rem 1.25rem 2rem}.footer__inner{max-width:var(--max);margin:0 auto;display:grid;gap:1.5rem}.footer__brand{display:flex;align-items:center;gap:.85rem}.footer__brand img{width:2.25rem;height:2.25rem;border-radius:.6rem}.footer__name{font-family:var(--font-display);font-weight:700;font-size:1.1rem;letter-spacing:-.03em;color:var(--teal-deep)}.footer__tag{color:var(--ink-muted);font-size:.9rem;margin-top:.15rem}.footer__links{display:flex;flex-wrap:wrap;gap:.85rem 1.4rem}.footer__links a{color:var(--ink-muted);font-weight:550;font-size:.95rem}.footer__links a:hover{color:var(--teal)}.footer__copy{color:var(--ink-muted);font-size:.85rem}.header{position:sticky;top:0;z-index:40;padding:.85rem 1.25rem;transition:background .25s ease,box-shadow .25s ease,backdrop-filter .25s ease}.header--scrolled{background:#f3fbf9db;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 1px 0 var(--line)}.header__inner{max-width:var(--max);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.header__brand{display:inline-flex;align-items:center;gap:.7rem;z-index:2}.header__logo{width:2.5rem;height:2.5rem;border-radius:.7rem;box-shadow:0 8px 20px #0f6b5c2e}.header__name{font-family:var(--font-display);font-weight:800;font-size:1.35rem;letter-spacing:-.04em;color:var(--teal-deep)}.header__nav{display:flex;align-items:center;gap:.35rem 1.35rem}.header__link{font-size:.95rem;font-weight:550;color:var(--ink-muted);transition:color .2s ease}.header__link:hover,.header__link--active{color:var(--teal)}.header__cta{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.05rem;border-radius:999px;background:var(--teal);color:#fff;font-weight:600;font-size:.92rem;transition:background .2s ease,transform .2s ease}.header__cta:hover{background:var(--teal-deep);transform:translateY(-1px)}.header__toggle{display:none;width:2.5rem;height:2.5rem;border:0;background:transparent;padding:0;cursor:pointer;z-index:2}.header__toggle span{display:block;width:1.35rem;height:2px;margin:.35rem auto;background:var(--teal-deep);border-radius:2px;transition:transform .25s ease,opacity .2s ease}.header__toggle--open span:first-child{transform:translateY(4px) rotate(45deg)}.header__toggle--open span:last-child{transform:translateY(-4px) rotate(-45deg)}@media (max-width: 820px){.header__toggle{display:block}.header__nav{position:fixed;top:0;right:0;bottom:0;left:0;flex-direction:column;justify-content:center;gap:1.4rem;background:radial-gradient(ellipse at top,var(--sky),transparent 55%),linear-gradient(180deg,#e8f7f3,var(--paper));opacity:0;pointer-events:none;transform:translateY(-8px);transition:opacity .25s ease,transform .25s ease}.header__nav--open{opacity:1;pointer-events:auto;transform:translateY(0)}.header__link,.header__cta{font-size:1.25rem}}.layout{display:flex;flex-direction:column;min-height:100vh}.layout__main{flex:1}.home{overflow-x:clip}.hero{position:relative;min-height:min(100vh,920px);display:flex;align-items:center;padding:2rem 1.25rem 4rem}.hero__atmosphere{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.hero__orb{position:absolute;border-radius:50%;filter:blur(40px)}.hero__orb--a{width:min(55vw,480px);height:min(55vw,480px);top:-8%;right:-5%;background:#d2efffe6;animation:drift 12s ease-in-out infinite}.hero__orb--b{width:min(40vw,340px);height:min(40vw,340px);bottom:8%;left:-6%;background:#0f6b5c29;animation:drift 14s ease-in-out infinite reverse}.hero__grid{position:absolute;top:10%;right:5%;bottom:20%;left:5%;background-image:linear-gradient(rgba(15,107,92,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(15,107,92,.07) 1px,transparent 1px);background-size:56px 56px;-webkit-mask-image:radial-gradient(ellipse at 60% 40%,black 20%,transparent 75%);mask-image:radial-gradient(ellipse at 60% 40%,black 20%,transparent 75%);opacity:.7}.hero__content{position:relative;z-index:1;width:min(100%,var(--max));margin:0 auto;display:grid;grid-template-columns:1.05fr .95fr;gap:2.5rem;align-items:center}.hero__copy{animation:rise-in .7s ease both}.hero__brand{display:inline-flex;align-items:center;gap:.85rem;margin-bottom:1.35rem;font-family:var(--font-display);font-weight:800;font-size:clamp(2.6rem,7vw,4.4rem);letter-spacing:-.05em;line-height:1;color:var(--teal-deep)}.hero__brand-logo{width:clamp(3.2rem,8vw,4.5rem);height:clamp(3.2rem,8vw,4.5rem);border-radius:1rem;box-shadow:var(--shadow)}.hero__headline{font-size:clamp(1.55rem,3.4vw,2.35rem);font-weight:700;color:var(--ink);max-width:16ch;margin-bottom:1rem}.hero__lede{font-size:clamp(1.05rem,2vw,1.2rem);color:var(--ink-muted);max-width:36ch;margin-bottom:1.75rem}.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.25rem;border-radius:999px;font-weight:650;font-size:.98rem;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.btn:hover{transform:translateY(-2px)}.btn--primary{background:var(--teal);color:#fff;box-shadow:0 12px 28px #0f6b5c47}.btn--primary:hover{background:var(--teal-deep)}.btn--ghost{background:#ffffff8c;color:var(--teal-deep);border:1px solid var(--line)}.btn--ghost:hover{background:#fff}.btn--ink{background:var(--ink);color:#fff;box-shadow:0 12px 28px #0c2e2838}.btn--ink:hover{background:#061a16}.btn--light{background:#fffffff5;color:var(--teal-deep);box-shadow:0 12px 28px #0000001f}.btn--light:hover{background:#fff}.btn--sun{background:var(--sun);color:var(--teal-deep);box-shadow:0 12px 28px #d6d60759}.cta-band__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.btn--sun:hover{filter:brightness(1.05)}.hero__visual{position:relative;aspect-ratio:1;max-width:460px;margin-inline:auto;display:grid;place-items:center;animation:rise-in .85s .12s ease both}.hero__glow{position:absolute;top:12%;right:12%;bottom:12%;left:12%;border-radius:50%;background:radial-gradient(circle,rgba(214,252,251,.95),rgba(210,239,255,.2) 60%,transparent 75%);animation:float-soft 6s ease-in-out infinite}.hero__mark{position:relative;z-index:2;width:72%;border-radius:22%;box-shadow:var(--shadow);animation:float-soft 7s ease-in-out infinite}.hero__ring{position:absolute;top:6%;right:6%;bottom:6%;left:6%;border:1.5px solid rgba(15,107,92,.2);border-radius:50%;animation:pulse-ring 3.2s ease-out infinite}.hero__pin{position:absolute;z-index:3;width:.95rem;height:.95rem;border-radius:50% 50% 50% 0;transform:rotate(-45deg);background:linear-gradient(135deg,#ff636f,var(--coral));box-shadow:0 6px 14px #ff3e7159;animation:float-soft 5s ease-in-out infinite}.hero__pin--1{top:18%;left:22%}.hero__pin--2{top:28%;right:18%;animation-delay:.6s}.hero__pin--3{bottom:24%;left:30%;animation-delay:1.1s}.section{padding:4.5rem 1.25rem}.section--tint{background:linear-gradient(180deg,#0f6b5c0d,#d2efff47)}.section__inner{max-width:var(--max);margin:0 auto}.section__head{max-width:38rem;margin-bottom:2.5rem;animation:rise-in .6s ease both}.section__head h2{font-size:clamp(1.8rem,3.5vw,2.5rem);color:var(--teal-deep);margin-bottom:.75rem}.section__head p{color:var(--ink-muted);font-size:1.05rem}.feature-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem 2rem}.feature-list__item{padding-top:1.1rem;border-top:2px solid rgba(15,107,92,.18);animation:rise-in .55s ease both}.feature-list__item:nth-child(2){animation-delay:.05s}.feature-list__item:nth-child(3){animation-delay:.1s}.feature-list__item:nth-child(4){animation-delay:.15s}.feature-list__item:nth-child(5){animation-delay:.2s}.feature-list__item:nth-child(6){animation-delay:.25s}.feature-list__item h3{font-size:1.2rem;color:var(--ink);margin-bottom:.45rem}.feature-list__item p{color:var(--ink-muted);font-size:.98rem}.steps{display:grid;gap:1.5rem}.steps__item{display:grid;grid-template-columns:auto 1fr;gap:1.25rem;align-items:start;padding:1.25rem 0;border-bottom:1px solid var(--line);animation:rise-in .55s ease both}.steps__item:last-child{border-bottom:0}.steps__n{font-family:var(--font-display);font-weight:800;font-size:1.6rem;letter-spacing:-.04em;color:var(--teal);line-height:1}.steps__item h3{font-size:1.25rem;margin-bottom:.35rem}.steps__item p{color:var(--ink-muted)}.privacy-band{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem;padding:2rem 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.privacy-band h2{font-size:clamp(1.6rem,3vw,2.1rem);color:var(--teal-deep);margin-bottom:.55rem}.privacy-band p{color:var(--ink-muted);max-width:42rem}.cta-band{padding:1.25rem 1.25rem 4rem}.cta-band__inner{max-width:var(--max);margin:0 auto;padding:2.75rem 1.75rem;border-radius:calc(var(--radius) + .35rem);background:linear-gradient(135deg,#0f6b5cf0,#1a8a76e6),radial-gradient(circle at 90% 10%,rgba(214,214,7,.35),transparent 40%);color:#fff;text-align:center;box-shadow:var(--shadow)}.cta-band__inner h2{font-size:clamp(1.7rem,3.5vw,2.4rem);margin-bottom:.55rem}.cta-band__inner p{opacity:.92;margin:0 auto 1.5rem;max-width:36rem}@media (max-width: 900px){.hero{min-height:auto;padding-top:1.5rem}.hero__content{grid-template-columns:1fr;text-align:center}.hero__brand{justify-content:center}.hero__headline,.hero__lede{margin-inline:auto}.hero__actions{justify-content:center}.hero__visual{order:-1;max-width:280px}.feature-list{grid-template-columns:1fr 1fr}}@media (max-width: 560px){.feature-list{grid-template-columns:1fr}.privacy-band{flex-direction:column;align-items:flex-start}}.legal{max-width:820px;margin:0 auto;padding:2rem 1.25rem 4rem}.legal__hero{margin-bottom:2.25rem;animation:rise-in .55s ease both}.legal__kicker{font-family:var(--font-display);font-weight:800;letter-spacing:-.04em;color:var(--teal);font-size:1.15rem;margin-bottom:.5rem}.legal__hero h1{font-size:clamp(2rem,5vw,3rem);color:var(--teal-deep);margin-bottom:1.25rem}.legal__meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem 1.25rem;margin:0}.legal__meta div{display:grid;gap:.15rem}.legal__meta dt{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-muted);font-weight:650}.legal__meta dd{margin:0;font-size:.98rem;color:var(--ink)}.legal__meta a{color:var(--teal);font-weight:600}.legal__toc{margin-bottom:2.5rem;padding:1.25rem 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.legal__toc-title{font-family:var(--font-display);font-weight:700;margin-bottom:.75rem;color:var(--teal-deep)}.legal__toc ol{list-style:decimal;padding-left:1.25rem;display:grid;gap:.35rem;columns:2;column-gap:2rem}.legal__toc li{break-inside:avoid;margin-bottom:.25rem}.legal__toc a{color:var(--ink-muted);font-size:.95rem}.legal__toc a:hover{color:var(--teal)}.legal__section{margin-bottom:2.25rem;scroll-margin-top:5rem}.legal__section h2{font-size:1.35rem;color:var(--teal-deep);margin-bottom:.85rem}.legal__p{color:var(--ink);margin-bottom:.85rem}.legal__p strong,.legal__list strong{font-weight:700}.legal__list{list-style:disc;padding-left:1.25rem;margin-bottom:.85rem;color:var(--ink);display:grid;gap:.4rem}.legal__note{padding:.9rem 1rem;border-left:3px solid var(--teal);background:#0f6b5c0f;color:var(--ink-muted);margin-bottom:1rem;font-size:.95rem}.legal__table-wrap{overflow-x:auto;margin-bottom:1rem;border:1px solid var(--line);border-radius:.75rem}.legal__table{width:100%;border-collapse:collapse;font-size:.9rem}.legal__table th,.legal__table td{text-align:left;padding:.7rem .85rem;border-bottom:1px solid var(--line);vertical-align:top}.legal__table th{background:#0f6b5c0f;color:var(--teal-deep);font-weight:650}.legal__table tr:last-child td{border-bottom:0}@media (max-width: 640px){.legal__meta{grid-template-columns:1fr}.legal__toc ol{columns:1}}.not-found{max-width:480px;margin:4rem auto;padding:1.25rem;text-align:center}.not-found img{width:4rem;height:4rem;margin:0 auto 1.25rem;border-radius:1rem}.not-found h1{color:var(--teal-deep);margin-bottom:.5rem}.not-found p{color:var(--ink-muted);margin-bottom:1.5rem}.not-found__link{display:inline-flex;padding:.75rem 1.2rem;border-radius:999px;background:var(--teal);color:#fff;font-weight:650}.not-found__link:hover{background:var(--teal-deep)}:root{--teal: #0f6b5c;--teal-deep: #094a3f;--teal-soft: #1a8a76;--sky: #d2efff;--mist: #d6fcfb;--sun: #d6d607;--coral: #ff3e71;--ink: #0c2e28;--ink-muted: #3d5c55;--paper: #f3fbf9;--surface: rgba(255, 255, 255, .72);--line: rgba(15, 107, 92, .14);--shadow: 0 24px 60px rgba(9, 74, 63, .12);--font-display: "Bricolage Grotesque", Georgia, serif;--font-body: "Figtree", system-ui, sans-serif;--radius: 1.25rem;--max: 1120px;color:var(--ink);background:var(--paper);font-family:var(--font-body);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(ellipse 80% 50% at 10% -10%,rgba(210,239,255,.9),transparent 55%),radial-gradient(ellipse 70% 45% at 95% 5%,rgba(214,252,251,.85),transparent 50%),radial-gradient(ellipse 60% 40% at 50% 100%,rgba(15,107,92,.08),transparent 55%),linear-gradient(180deg,#e8f7f3 0%,var(--paper) 35%,#eaf4f8 100%);background-attachment:fixed}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;opacity:.35;background-image:linear-gradient(rgba(15,107,92,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(15,107,92,.04) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:radial-gradient(ellipse 70% 60% at 50% 30%,black,transparent);mask-image:radial-gradient(ellipse 70% 60% at 50% 30%,black,transparent)}#root{position:relative;z-index:1;min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font:inherit}h1,h2,h3{font-family:var(--font-display);font-weight:700;letter-spacing:-.03em;line-height:1.1;margin:0}p{margin:0;line-height:1.65}ul{margin:0;padding:0;list-style:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes rise-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes float-soft{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse-ring{0%{transform:scale(.92);opacity:.55}70%{transform:scale(1.08);opacity:0}to{transform:scale(1.08);opacity:0}}@keyframes drift{0%,to{transform:translate(0)}50%{transform:translate(8px,-6px)}}
