:root{--bg:#fffaf7;--paper:#ffffff;--paper-tint:#fff2ec;--ink:#2e2830;--muted:#6f626b;--coral:#e85d56;--coral-deep:#ba3f3a;--teal:#176c6a;--teal-soft:#dff1ee;--lavender:#ece7ff;--line:rgba(46,40,48,0.12);--shadow:0 22px 70px rgba(49,30,22,0.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:72px;padding:16px clamp(20px,5vw,72px);border-bottom:1px solid rgba(255,255,255,.34);background:rgba(255,250,247,.82);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand,.footer-brand{display:inline-flex;align-items:center;gap:10px;font-weight:800}.brand-mark{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:var(--coral);color:white;box-shadow:0 10px 30px rgba(232,93,86,.3)}.nav-links,.site-footer nav{display:flex;align-items:center;flex-wrap:wrap;gap:18px;color:var(--muted);font-size:.95rem}.nav-links a:hover,.site-footer a:hover{color:var(--ink)}.hero{position:relative;display:grid;align-items:center;min-height:calc(100svh - 120px);padding:clamp(56px,10vw,108px) clamp(20px,5vw,72px);overflow:hidden;isolation:isolate}.hero:before{inset:0;z-index:-2;background:linear-gradient(90deg,rgba(46,40,48,.78),rgba(46,40,48,.52) 38%,rgba(46,40,48,.12) 72%),url(/images/hero-matchmaker.png) 50% /cover no-repeat}.hero:after,.hero:before{position:absolute;content:""}.hero:after{inset:auto 0 0;z-index:-1;height:32%;background:linear-gradient(0deg,var(--bg),rgba(255,250,247,0))}.hero-content{width:min(680px,100%);color:white}.eyebrow{margin:0 0 14px;color:#ffe3dc;font-size:.88rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{max-width:760px;margin-bottom:20px;font-size:clamp(3rem,9vw,6.75rem);line-height:.94}h1,h2{letter-spacing:0}h2{margin-bottom:18px;font-size:clamp(2rem,5vw,3.7rem);line-height:1.02}h3{margin-bottom:10px;font-size:1.18rem}.lead{max-width:650px;margin-bottom:28px;color:rgba(255,255,255,.9);font-size:clamp(1.08rem,2vw,1.35rem)}.section-lead{max-width:740px;color:var(--muted);font-size:1.1rem}.actions{display:flex;flex-wrap:wrap;gap:12px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 20px;border:1px solid transparent;border-radius:999px;font-weight:800;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.button:hover{transform:translateY(-1px)}.button.primary{background:var(--coral);color:white;box-shadow:0 14px 32px rgba(232,93,86,.26)}.button.secondary{border-color:rgba(255,255,255,.42);background:rgba(255,255,255,.16);color:white}.button.ghost{border-color:var(--line);background:var(--paper);color:var(--ink)}main{overflow:hidden}.section{padding:clamp(56px,8vw,100px) clamp(20px,5vw,72px)}.section.alt{background:#ffffff}.section.tight{padding-top:clamp(36px,6vw,70px)}.content{width:min(1120px,100%);margin:0 auto}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.card{min-width:0;padding:24px;border:1px solid var(--line);border-radius:8px;background:var(--paper);box-shadow:0 14px 40px rgba(46,40,48,.06)}.card.highlight{background:var(--paper-tint)}.card .icon{display:grid;place-items:center;width:42px;height:42px;margin-bottom:16px;border-radius:12px;background:var(--teal-soft);color:var(--teal)}.card p,.site-footer p,.text-page li,.text-page p{color:var(--muted)}.steps{display:grid;grid-gap:14px;gap:14px;counter-reset:steps}.step{position:relative;padding:22px 22px 22px 68px;border:1px solid var(--line);border-radius:8px;background:var(--paper)}.step:before{position:absolute;left:20px;top:22px;display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--coral);color:white;content:counter(steps);counter-increment:steps;font-weight:800}.split{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);grid-gap:clamp(28px,5vw,72px);gap:clamp(28px,5vw,72px);align-items:start}.feature-list{display:grid;grid-gap:12px;gap:12px;margin:0;padding:0;list-style:none}.feature-list li{display:flex;gap:12px;align-items:flex-start}.feature-list svg{flex:0 0 auto;margin-top:3px;color:var(--teal)}.text-page{max-width:860px}.text-page ul{padding-left:20px}.text-page section+section{margin-top:34px}.form{display:grid;grid-gap:14px;gap:14px}.field{display:grid;grid-gap:6px;gap:6px}.field label{font-weight:800}.field input,.field textarea{width:100%;border:1px solid var(--line);border-radius:8px;background:white;color:var(--ink);padding:13px 14px}.field textarea{min-height:150px;resize:vertical}.status{min-height:24px;color:var(--teal);font-weight:700}.download-panel{display:grid;grid-gap:16px;gap:16px;padding:28px;border-radius:8px;background:var(--ink);color:white;box-shadow:var(--shadow)}.download-panel p{color:rgba(255,255,255,.78)}.site-footer{display:flex;align-items:flex-start;justify-content:space-between;gap:32px;padding:36px clamp(20px,5vw,72px);border-top:1px solid var(--line);background:white}@media (prefers-reduced-motion:no-preference){.button,.card,.step{animation:rise .42s ease both}@keyframes rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}}@media (max-width:820px){.site-header{align-items:flex-start;flex-direction:column;gap:12px}.hero{min-height:calc(100svh - 168px)}.hero:before{background:linear-gradient(0deg,rgba(46,40,48,.8),rgba(46,40,48,.32)),url(/images/hero-matchmaker.png) 50% /cover no-repeat}.grid,.grid.two,.split{grid-template-columns:1fr}.site-footer{flex-direction:column}}@media (max-width:520px){.nav-links{gap:12px;font-size:.9rem}.button{width:100%}}