:root{--forest:#2c4a2e;--sage:#5c7a5e;--mint:#a8c5a0;--cream:#f4f0e8;--white:#fafaf7;--ink:#1c2420;--accent:#c8872a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--white);color:var(--ink);font-family:"DM Sans",Arial,sans-serif}a{color:inherit}.wrap{width:min(1120px,calc(100% - 3rem));margin:auto}.topbar{position:sticky;top:0;z-index:10;background:rgba(250,250,247,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(44,74,46,.1)}.nav{height:76px;display:flex;align-items:center;justify-content:space-between}.logo{font:900 1.65rem "Playfair Display",serif;color:var(--forest);text-decoration:none}.logo span{color:var(--accent)}.navlinks{display:flex;align-items:center;gap:1.5rem}.navlinks a{text-decoration:none;font-size:.9rem}.button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:.9rem 1.5rem;background:var(--forest);color:#fff;text-decoration:none;font-weight:600;cursor:pointer}.button:hover{background:var(--sage)}.button.light{background:#fff;color:var(--forest)}.hero{padding:6.5rem 0 5rem;background:linear-gradient(135deg,var(--white),#eaf2e8)}.eyebrow{color:var(--sage);font-size:.76rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:5rem}.hero h1,.section h2{font-family:"Playfair Display",serif;letter-spacing:-.03em;line-height:1.07}.hero h1{font-size:clamp(2.8rem,6vw,5rem);margin:.8rem 0 1.5rem}.hero h1 em{color:var(--forest);font-style:normal}.lead{font-size:1.15rem;line-height:1.75;color:#59615d;max-width:650px}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}.mock{background:var(--forest);border-radius:32px;padding:2rem;box-shadow:0 25px 60px rgba(44,74,46,.2)}.mock img{display:block;width:100%;border-radius:18px}.mock-list{display:grid;gap:.8rem}.mock-row{background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.14);border-radius:14px;padding:1rem;color:#fff}.mock-row strong{display:block;margin-bottom:.25rem}.mock-row span{opacity:.72;font-size:.88rem}.trust{background:var(--forest);color:#fff;padding:1.2rem 0}.trust .wrap{display:flex;justify-content:center;gap:2.5rem;flex-wrap:wrap;font-size:.9rem}.section{padding:6rem 0}.section.alt{background:var(--cream)}.section h2{font-size:clamp(2.1rem,4vw,3.3rem);margin:.5rem 0 1rem}.intro{max-width:700px;color:#626a66;line-height:1.7}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;margin-top:3rem}.card{background:#fff;border:1px solid rgba(44,74,46,.09);border-radius:22px;padding:2rem;box-shadow:0 8px 30px rgba(44,74,46,.06)}.card .icon{font-size:1.6rem}.card h3{font-family:"Playfair Display",serif;font-size:1.35rem;margin:1rem 0 .7rem}.card p{color:#69716d;line-height:1.65;margin:0}.split{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.checklist{list-style:none;padding:0;margin:2rem 0}.checklist li{padding:.7rem 0 .7rem 2rem;position:relative}.checklist li:before{content:"✓";position:absolute;left:0;color:var(--forest);font-weight:800}.process{counter-reset:step;display:grid;gap:1rem;margin-top:1.5rem}.process div{counter-increment:step;background:#fff;border-radius:18px;padding:1.3rem 1.4rem 1.3rem 4.2rem;position:relative}.process div:before{content:counter(step);position:absolute;left:1.3rem;top:1rem;font:900 2rem "Playfair Display",serif;color:var(--mint)}.process strong{display:block;margin-bottom:.25rem}.process span{color:#707874;font-size:.92rem}.contact{background:var(--forest);color:#fff;border-radius:30px;padding:3rem}.contact h2{color:#fff;margin-top:0}.contact .intro{color:rgba(255,255,255,.72)}form{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem}label{font-size:.85rem;font-weight:600}label.full{grid-column:1/-1}input,textarea,select{display:block;width:100%;margin-top:.4rem;border:1px solid rgba(255,255,255,.25);border-radius:12px;padding:.9rem 1rem;background:rgba(255,255,255,.1);color:#fff;font:inherit}input::placeholder,textarea::placeholder{color:rgba(255,255,255,.55)}textarea{min-height:130px;resize:vertical}.form-note{grid-column:1/-1;color:rgba(255,255,255,.6);font-size:.8rem}.success{padding:7rem 0;text-align:center;min-height:70vh}.success h1{font:900 clamp(2.5rem,6vw,4.5rem) "Playfair Display",serif}.footer{padding:2.5rem 0;background:var(--ink);color:#fff}.footer .wrap{display:flex;justify-content:space-between;gap:2rem;align-items:center}.footer small{opacity:.55}.links{display:flex;gap:1.2rem}.links a{opacity:.7;text-decoration:none}.links a:hover{opacity:1}@media(max-width:800px){.hero-grid,.split,.grid3{grid-template-columns:1fr}.hero{padding-top:4rem}.hero-grid{gap:3rem}.navlinks a:not(.button){display:none}.section{padding:4rem 0}.contact{padding:2rem 1.4rem}form{grid-template-columns:1fr}label.full,.form-note{grid-column:auto}.footer .wrap{flex-direction:column;text-align:center}.trust .wrap{gap:1rem 1.7rem}}
