:root{
  --bg:#fff8f3;--surface:#f7eee9;--surface2:#f1e5df;--ink:#2e2522;--muted:#6e625d;
  --brand:#986149;--brand-dark:#7e4d39;--lav:#e8d9ff;--line:#dfcec5;--white:#fffdfb;
  --shadow:0 18px 60px rgba(93,59,43,.13);--radius:28px;--max:1160px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:linear-gradient(180deg,#fffaf6 0%,#fff6f0 65%,#fffaf7 100%);color:var(--ink);line-height:1.6}
a{color:inherit}.wrap{width:min(var(--max),calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,248,243,.9);backdrop-filter:blur(16px);border-bottom:1px solid rgba(223,206,197,.7)}.nav{min-height:76px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:800;font-size:1.25rem;margin-right:auto}.brand img{width:44px;height:44px;border-radius:14px}.links{display:flex;gap:22px;align-items:center}.links a{text-decoration:none;font-weight:650;color:#594b45}.links a:hover{color:var(--brand)}.nav-cta,.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;padding:13px 20px;text-decoration:none;font-weight:750;border:1px solid var(--brand);transition:.2s ease}.nav-cta,.button.primary{background:var(--brand);color:white}.button.secondary{background:transparent;color:var(--brand)}.button:hover,.nav-cta:hover{transform:translateY(-1px);box-shadow:0 8px 22px rgba(126,77,57,.15)}.menu-btn{display:none;border:0;background:none;font-size:1.7rem}.hero{padding:84px 0 56px}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:54px}.eyebrow{display:inline-flex;padding:8px 13px;border-radius:999px;background:var(--lav);font-weight:750;color:#60436d}.hero h1{font-size:clamp(3rem,6vw,5.6rem);line-height:.98;letter-spacing:-.055em;margin:22px 0}.hero h1 span{color:var(--brand)}.lead{font-size:clamp(1.05rem,1.8vw,1.35rem);color:var(--muted);max-width:690px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-card{position:relative;display:grid;place-items:center;min-height:500px}.icon-shell{width:min(430px,90%);aspect-ratio:1;border-radius:38%;background:radial-gradient(circle at 30% 20%,#fff,#f6e3d8 60%,#efd4c6);box-shadow:var(--shadow);display:grid;place-items:center;transform:rotate(2deg)}.icon-shell img{width:92%;filter:drop-shadow(0 18px 28px rgba(74,40,23,.12))}.float-chip{position:absolute;padding:12px 15px;background:rgba(255,255,255,.9);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);font-weight:750}.chip-a{left:0;top:70px}.chip-b{right:0;bottom:80px}.trust{padding:22px 0 72px}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.trust-card{padding:20px;border-radius:22px;background:rgba(255,255,255,.64);border:1px solid var(--line)}.trust-card b{display:block;font-size:1.1rem}.trust-card span{color:var(--muted);font-size:.94rem}.section{padding:78px 0}.section.alt{background:rgba(247,238,233,.58);border-block:1px solid rgba(223,206,197,.65)}.section-head{max-width:780px;margin-bottom:34px}.kicker{color:var(--brand);font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:.82rem}.section h2,.legal h1{font-size:clamp(2.1rem,4vw,3.6rem);line-height:1.08;letter-spacing:-.035em;margin:8px 0 14px}.section-head p{color:var(--muted);font-size:1.08rem}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature{background:var(--white);border:1px solid var(--line);border-radius:26px;padding:24px;box-shadow:0 9px 30px rgba(80,46,31,.06)}.feature .ico{width:48px;height:48px;border-radius:15px;background:var(--surface2);display:grid;place-items:center;font-size:1.55rem;margin-bottom:16px}.feature h3{margin:0 0 7px;font-size:1.23rem}.feature p{margin:0;color:var(--muted)}.wide{grid-column:span 2}.feature ul{margin:12px 0 0;padding-left:20px;color:var(--muted)}.callout{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;padding:34px;border-radius:30px;background:var(--brand);color:white}.callout h2{margin:0 0 9px}.callout p{margin:0;color:#f7e8df}.callout .button{border-color:white;color:var(--brand);background:white}.footer{padding:44px 0 55px;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:30px}.footer a{color:var(--muted);text-decoration:none}.footer a:hover{color:var(--brand)}.footer-links{display:flex;gap:20px;justify-content:flex-end;flex-wrap:wrap}.legal{padding:64px 0 90px}.legal-card{max-width:900px;background:var(--white);border:1px solid var(--line);border-radius:30px;padding:clamp(24px,5vw,54px);box-shadow:var(--shadow)}.legal h2{margin-top:34px;font-size:1.42rem}.legal h3{margin-top:24px;font-size:1.08rem}.legal p,.legal li{color:#574c47}.legal ul,.legal ol{padding-left:22px}.note{padding:16px 18px;border-left:4px solid var(--brand);background:var(--surface);border-radius:12px;margin:20px 0}.steps{counter-reset:step;display:grid;gap:14px;margin:24px 0}.step{display:grid;grid-template-columns:44px 1fr;gap:14px;align-items:start;padding:18px;border:1px solid var(--line);border-radius:18px;background:var(--surface)}.step:before{counter-increment:step;content:counter(step);width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--brand);color:#fff;font-weight:800}.muted{color:var(--muted)}.badge{display:inline-flex;padding:5px 10px;background:#f1e6df;border-radius:999px;font-size:.83rem;font-weight:750;color:var(--brand-dark)}
@media(max-width:900px){.links{display:none}.menu-btn{display:block}.links.open{display:flex;position:absolute;left:20px;right:20px;top:72px;flex-direction:column;background:var(--white);padding:20px;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow)}.nav-cta{display:none}.hero-grid{grid-template-columns:1fr}.hero{padding-top:55px}.hero-card{min-height:390px}.icon-shell{width:330px}.trust-grid{grid-template-columns:1fr 1fr}.feature-grid{grid-template-columns:1fr 1fr}.wide{grid-column:span 2}.footer-grid{grid-template-columns:1fr}.footer-links{justify-content:flex-start}.callout{grid-template-columns:1fr}}
@media(max-width:600px){.wrap{width:min(100% - 26px,var(--max))}.hero h1{font-size:3.2rem}.trust-grid,.feature-grid{grid-template-columns:1fr}.wide{grid-column:auto}.float-chip{font-size:.85rem}.chip-a{left:3px}.chip-b{right:3px}.section{padding:58px 0}.callout{padding:26px}.legal{padding-top:38px}.legal-card{border-radius:22px}.footer-links{display:grid;gap:10px}}
