:root{--ground: #f8f6f1;--surface: #fcfbf8;--surface-2: #f1efe6;--olive-dark: #4c5037;--olive-medium: #6c7056;--header-text: #6b6545;--title: #2f3028;--ink: #2f3028;--muted: #6d6d64;--muted-2: #8a8a7e;--hairline: #e6e3d8;--hairline-strong: #dad6c7;--white: #ffffff;--shadow-sm: 0 1px 2px rgba(47, 48, 40, .05);--shadow-md: 0 2px 8px rgba(47, 48, 40, .06), 0 12px 32px rgba(47, 48, 40, .06);--shadow-lg: 0 8px 40px rgba(47, 48, 40, .1);--serif: "Playfair Display", Georgia, "Times New Roman", serif;--sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--radius: 18px;--radius-lg: 28px;--maxw: 1080px;color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ground);color:var(--ink);font-family:var(--sans);font-size:17px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}h1,h2,h3{font-family:var(--serif);color:var(--title);letter-spacing:-.01em;line-height:1.08;margin:0;text-wrap:balance}p{margin:0}img{max-width:100%}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 24px}.section{padding:clamp(3.5rem,8vw,6.5rem) 0}.eyebrow{font-family:var(--sans);font-size:.78rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--olive-medium);margin:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--sans);font-size:1rem;font-weight:600;padding:.85rem 1.5rem;border-radius:999px;border:1px solid transparent;cursor:pointer;transition:transform .12s ease,background .15s ease,box-shadow .15s ease,border-color .15s ease;white-space:nowrap}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--olive-dark);color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:hover{background:#414531;box-shadow:var(--shadow-md)}.btn-ghost{background:transparent;color:var(--title);border-color:var(--hairline-strong)}.btn-ghost:hover{background:var(--surface);border-color:var(--muted-2)}.btn-lg{font-size:1.05rem;padding:1rem 1.85rem}.btn:disabled{opacity:.6;cursor:not-allowed}.nav{position:sticky;top:0;z-index:20;background:color-mix(in srgb,var(--ground) 86%,transparent);-webkit-backdrop-filter:saturate(1.4) blur(10px);backdrop-filter:saturate(1.4) blur(10px);border-bottom:1px solid transparent;transition:border-color .2s ease}.nav.scrolled{border-bottom-color:var(--hairline)}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:72px}.brand{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--serif);font-weight:700;font-size:1.35rem;color:var(--header-text);letter-spacing:-.02em}.brand-mark{width:30px;height:30px;flex:none}.hero{padding-top:clamp(3.5rem,9vw,7rem);padding-bottom:clamp(3.5rem,9vw,7rem)}.hero-inner{max-width:780px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center}.hero h1{font-size:clamp(2.7rem,7vw,4.4rem);color:var(--header-text);font-weight:700;margin-top:1rem;max-width:16ch}.hero .lede{font-size:1.2rem;color:var(--muted);max-width:52ch;margin:1.5rem auto 2.2rem}.hero-cta{display:flex;flex-wrap:wrap;gap:.9rem;align-items:center;justify-content:center}.hero-note{margin-top:1.2rem;font-size:.9rem;color:var(--muted-2)}.section-head{max-width:42ch;margin-bottom:2.6rem}.section-head h2{font-size:clamp(1.9rem,4vw,2.6rem);margin-top:.5rem}.section-head p{color:var(--muted);font-size:1.1rem;margin-top:.9rem}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature{background:var(--surface);border:1px solid var(--hairline);border-radius:var(--radius);padding:26px 24px;box-shadow:var(--shadow-sm);transition:transform .15s ease,box-shadow .15s ease}.feature:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.feature-ic{width:46px;height:46px;border-radius:13px;display:grid;place-items:center;background:var(--surface-2);color:var(--olive-dark);margin-bottom:16px}.feature h3{font-family:var(--sans);font-weight:600;font-size:1.18rem;color:var(--title);letter-spacing:-.01em}.feature p{color:var(--muted);font-size:.98rem;margin-top:.5rem}.band{background:var(--olive-dark);color:#fff}.band h2{color:#fff}.band .section-head p{color:#ffffffbf}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.step .n{font-family:var(--serif);font-weight:700;font-size:2.2rem;color:#ffffff8c}.step h3{font-family:var(--sans);color:#fff;font-size:1.1rem;font-weight:600;margin-top:.5rem}.step p{color:#ffffffbf;font-size:.98rem;margin-top:.4rem}.cta{text-align:center}.cta-card{background:var(--surface);border:1px solid var(--hairline);border-radius:var(--radius-lg);padding:clamp(2.5rem,6vw,4.5rem) 24px;box-shadow:var(--shadow-md)}.cta-card h2{font-size:clamp(2rem,4.5vw,3rem);color:var(--header-text)}.cta-card p{color:var(--muted);font-size:1.15rem;margin:1rem auto 2rem;max-width:40ch}.footer{border-top:1px solid var(--hairline);padding:2.5rem 0}.footer-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;color:var(--muted-2);font-size:.9rem}.form-page{min-height:100vh;display:flex;flex-direction:column}.form-wrap{flex:1;display:flex;align-items:center;justify-content:center;padding:2.5rem 24px 4rem}.form-card{width:100%;max-width:480px;background:var(--surface);border:1px solid var(--hairline);border-radius:var(--radius-lg);padding:clamp(1.75rem,4vw,2.75rem);box-shadow:var(--shadow-md)}.form-card h1{font-size:clamp(1.9rem,4vw,2.4rem);color:var(--header-text)}.form-card .sub{color:var(--muted);margin-top:.7rem;margin-bottom:1.8rem}.field{margin-bottom:1.25rem}.field>label{display:block;font-size:.9rem;font-weight:600;color:var(--title);margin-bottom:.5rem}.input{width:100%;font-family:var(--sans);font-size:1rem;color:var(--ink);background:var(--white);border:1px solid var(--hairline-strong);border-radius:12px;padding:.8rem .95rem;transition:border-color .15s ease,box-shadow .15s ease}.input::placeholder{color:var(--muted-2)}.input:focus{outline:none;border-color:var(--olive-medium);box-shadow:0 0 0 3px #6c705629}.input[readonly]{background:var(--surface-2);color:var(--muted)}.segmented{display:grid;grid-template-columns:1fr 1fr;gap:8px}.segment{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem;border-radius:12px;border:1px solid var(--hairline-strong);background:var(--white);font-weight:600;font-size:.98rem;color:var(--title);cursor:pointer;transition:all .14s ease}.segment:hover{border-color:var(--muted-2)}.segment.active{background:var(--olive-dark);border-color:var(--olive-dark);color:#fff}.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.form-error{background:#fbeceb;border:1px solid #eecfcb;color:#8a3324;border-radius:12px;padding:.75rem .95rem;font-size:.92rem;margin-bottom:1.25rem}.form-foot{margin-top:.5rem;font-size:.85rem;color:var(--muted-2);text-align:center}.back-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--muted);font-size:.92rem;font-weight:500;margin-bottom:1.5rem}.back-link:hover{color:var(--title)}.success{text-align:center}.success-ic{width:64px;height:64px;border-radius:50%;background:var(--olive-dark);color:#fff;display:grid;place-items:center;margin:0 auto 1.25rem}.success h1{color:var(--header-text)}.success p{color:var(--muted);margin:.8rem auto 2rem;max-width:34ch}@media (max-width: 860px){.features{grid-template-columns:1fr 1fr}.steps{grid-template-columns:1fr;gap:20px}}@media (max-width: 560px){body{font-size:16px}.features{grid-template-columns:1fr}.nav .btn-primary{padding:.7rem 1.1rem;font-size:.92rem}}.legal-page{min-height:100vh;display:flex;flex-direction:column}.legal{flex:1;max-width:760px;padding-top:clamp(6.5rem,12vw,8rem);padding-bottom:4rem}.legal h1{font-size:clamp(2.1rem,5vw,3rem);color:var(--header-text);margin-top:.4rem}.legal-meta{color:var(--muted-2);font-size:.92rem;margin-top:.75rem}.legal-intro{color:var(--muted);font-size:1.08rem;margin-top:1.25rem}.legal-section{margin-top:2.5rem}.legal-section h2{font-size:clamp(1.35rem,3vw,1.6rem);margin-bottom:.85rem}.legal-section p{color:var(--ink);margin-top:.85rem}.legal-section ul{margin:.85rem 0 0;padding-left:1.25rem;color:var(--ink)}.legal-section li{margin-top:.5rem}.legal-footer-links{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.legal-footer-links a:hover{color:var(--olive-medium)}
