*,*:before,*:after{box-sizing:border-box}:root{--bg: #fdfaf5;--surface: #ffffff;--card: #f8f2e8;--band: #ede6d6;--text: #1a2b1c;--text-muted: #6b6050;--border: #e7ddd0;--primary: #1e6fa0;--primary-ink: #ffffff;--accent: #f49f04;--dark: #1a2b1c;--dark-ink: #fdfaf5;--green: #16541f;--green-ink: #fdfaf5;--green-muted: #cfe0cf;--green-bright: #37b24d;--font-display: "Fraunces", Georgia, "Times New Roman", serif;--font-body: "Plus Jakarta Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;--container: 960px;--radius: 14px}html{background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:18px;line-height:1.6;-webkit-font-smoothing:antialiased;scroll-behavior:smooth}body{margin:0}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition-duration:.001ms!important}}h1,h2,h3{font-family:var(--font-display);font-weight:600;line-height:1.15;letter-spacing:-.01em}a{color:var(--primary)}img{max-width:100%}.skip-link{position:absolute;top:-100%;left:1rem;background:var(--text);color:#fff;padding:.5rem 1rem;border-radius:0 0 6px 6px;font-size:.9rem;text-decoration:none;z-index:100}.skip-link:focus{top:0}a:focus-visible,button:focus-visible{outline:3px solid var(--primary);outline-offset:2px;border-radius:4px}.container{max-width:var(--container);margin:0 auto;padding-inline:1.5rem}.nav{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--bg) 90%,transparent);backdrop-filter:saturate(1.4) blur(8px);border-bottom:1px solid var(--border)}.nav__inner{max-width:var(--container);margin:0 auto;padding:0 1.5rem;height:4rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none;color:var(--text)}.brand__mark{width:2.25rem;height:2.25rem;border-radius:.7rem;box-shadow:0 1px 3px #2b25212e;display:block}.brand__name{font-family:var(--font-display);font-weight:600;font-size:1.3rem;letter-spacing:-.02em}.nav__links{display:flex;align-items:center;gap:2rem;font-size:.95rem}.nav__links a{color:var(--text-muted);text-decoration:none}.nav__links a:hover{color:var(--text)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;font-family:var(--font-body);font-weight:600;font-size:.95rem;text-decoration:none;border:1px solid transparent;border-radius:.65rem;padding:.6rem 1.15rem;cursor:pointer;transition:opacity .15s ease}.btn:hover{opacity:.88}.btn--primary{background:var(--primary);color:var(--primary-ink)}.btn--dark{background:var(--dark);color:var(--dark-ink)}.btn--light{background:var(--surface);color:var(--text);border-color:var(--border)}.btn--lg{padding:.85rem 1.35rem;font-size:1rem}.btn__glyph{width:1.1rem;height:1.1rem;fill:currentColor;flex-shrink:0}.hero{background:var(--bg)}.hero__inner{max-width:var(--container);margin:0 auto;padding:4.5rem 1.5rem 6rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;background:#ffffffb3;border:1px solid var(--border);border-radius:999px;padding:.35rem .8rem;font-size:.8rem;color:var(--text-muted);margin-bottom:1.6rem;backdrop-filter:blur(4px)}.eyebrow__dot{width:.5rem;height:.5rem;border-radius:50%;background:var(--green-bright);flex-shrink:0}.hero h1{font-size:clamp(2.2rem,5vw,3.1rem);margin:0 0 1.1rem}.hero h1 em{color:var(--primary);font-style:italic}.hero__lead{font-size:1.15rem;color:var(--text-muted);max-width:30rem;margin:0 0 2rem}.hero__cta{display:flex;flex-wrap:wrap;gap:.75rem}.hero__art{position:relative}.hero__art:before{content:"";position:absolute;inset:-1.5rem;border-radius:50%;background:radial-gradient(circle,rgba(89,170,216,.22) 0%,transparent 70%);filter:blur(24px);z-index:0}.hero__frame{position:relative;z-index:1;width:100%;max-width:30rem;margin-inline:auto;aspect-ratio:1600 / 1314;border-radius:1.5rem;overflow:hidden;box-shadow:0 24px 60px -20px #1a2b1c66}.hero__photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.section{padding:5rem 0}.section__head{max-width:40rem;margin:0 auto 3rem;text-align:center}.section__head h2{font-size:clamp(1.7rem,3.5vw,2.3rem);margin:0 0 .75rem}.section__head p{color:var(--text-muted);font-size:1.1rem;margin:0}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.step{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem 1.75rem;transition:border-color .2s ease}.step:hover{border-color:color-mix(in srgb,var(--primary) 30%,transparent)}.step__num{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.8rem;background:color-mix(in srgb,var(--primary) 12%,transparent);color:var(--primary);margin-bottom:1.25rem}.step__num svg{width:1.3rem;height:1.3rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.step h3{font-size:1.2rem;margin:0 0 .5rem}.step p{color:var(--text-muted);font-size:.98rem;margin:0}.trust{background:var(--green);color:var(--green-ink)}.trust .container{padding-top:5rem;padding-bottom:5rem}.trust__inner{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}.trust__eyebrow{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff1f;border-radius:999px;padding:.35rem .8rem;font-size:.8rem;margin-bottom:1.4rem}.trust__eyebrow svg{width:.9rem;height:.9rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.trust h2{font-size:clamp(1.7rem,3.5vw,2.3rem);margin:0 0 1.1rem;line-height:1.2}.trust p{color:#fdfaf5d9;font-size:1.05rem;margin:0 0 1rem}.trust p:last-child{margin-bottom:0}.trust__grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.trust__chip{display:flex;align-items:flex-start;gap:.75rem;background:#ffffff1a;border-radius:.8rem;padding:1.1rem;font-size:.9rem;font-weight:500;line-height:1.35}.trust__check{flex-shrink:0;width:1.25rem;height:1.25rem;margin-top:.05rem;border-radius:50%;background:var(--accent);display:flex;align-items:center;justify-content:center}.trust__check svg{width:.7rem;height:.7rem;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.disclaimer{background:var(--band);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.disclaimer .container{padding-top:2.25rem;padding-bottom:2.25rem;max-width:46rem;text-align:center}.disclaimer p{color:var(--text-muted);font-size:.92rem;line-height:1.55;margin:0}.disclaimer strong{color:var(--text)}.disclaimer a{color:#14507a}.faq{max-width:44rem}.faq__item{border-bottom:1px solid var(--border)}.faq__q{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 0;font-family:var(--font-body);font-size:1.02rem;font-weight:600;color:var(--text);cursor:pointer;list-style:none}.faq__q::-webkit-details-marker{display:none}.faq__q:hover{color:var(--primary)}.faq__chevron{width:1.25rem;height:1.25rem;flex-shrink:0;fill:none;stroke:var(--text-muted);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s ease}.faq__item[open] .faq__chevron{transform:rotate(180deg);stroke:var(--primary)}.faq__a{padding:0 0 1.4rem;margin:0;color:var(--text-muted);font-size:.98rem;max-width:40rem}.closing{text-align:center;background:#fdf0da;border-top:1px solid var(--border)}.closing .container{padding-top:5rem;padding-bottom:5.5rem;max-width:40rem}.closing__icon{width:4.5rem;height:4.5rem;border-radius:1.25rem;box-shadow:0 16px 40px -16px #1a2b1c73;margin:0 auto 1.75rem;display:block}.closing h2{font-size:clamp(1.8rem,4vw,2.5rem);margin:0 0 .85rem}.closing p{color:var(--text-muted);font-size:1.1rem;margin:0 0 2rem}.closing__cta{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.footer{background:var(--text);color:#d9cfc4}.footer .container{padding-top:3rem;padding-bottom:3rem}.footer__brand{display:inline-flex;align-items:center;gap:.6rem;margin-bottom:1.5rem}.footer__brand img{width:2rem;height:2rem;border-radius:.6rem}.footer__brand span{font-family:var(--font-display);font-weight:600;font-size:1.15rem;color:#fdfaf5}.footer__links{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;margin-bottom:1.75rem}.footer__links a{color:#d9cfc4;text-decoration:none;font-size:.95rem}.footer__links a:hover{color:#fdfaf5;text-decoration:underline}.footer__legal{font-size:.85rem;color:#a89b8d;margin:0}.footer__legal a{color:#d9cfc4;text-decoration:underline}.footer__legal a:hover{color:#fdfaf5}@media(max-width:820px){.hero__inner{grid-template-columns:1fr;padding-top:3rem;padding-bottom:4rem;gap:2.5rem}.hero__art{order:-1}.nav__links{display:none}.steps{grid-template-columns:1fr}.trust__inner{grid-template-columns:1fr;gap:2.5rem}}@media(max-width:440px){.trust__grid{grid-template-columns:1fr}}
