
:root{--ink:#392b35;--muted:#806a77;--rose:#b87891;--lav:#81739d;--paper:#f8f0ec;--line:rgba(67,43,57,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;background:linear-gradient(180deg,rgba(249,241,237,.92),rgba(247,236,235,.98)),url("hero.webp") center top/cover fixed}
.wrap{max-width:1180px;margin:auto;padding:24px}.top{display:flex;justify-content:space-between;align-items:center;padding:8px 0 26px}
.brand{font:500 1.35rem Georgia,serif}.brand span{color:var(--rose)}
.badge{font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;padding:8px 11px;border:1px solid var(--line);border-radius:999px;background:rgba(255,250,247,.76)}
.hero{min-height:60vh;display:grid;align-content:center;max-width:860px;padding:50px 0 70px}
.eyebrow{font-size:.72rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#966579}
h1{font:500 clamp(3rem,8vw,6.4rem)/.93 Georgia,serif;letter-spacing:-.045em;margin:14px 0 22px}
.lead{font-size:clamp(1rem,2vw,1.3rem);line-height:1.65;color:var(--muted);max-width:700px}
.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:25px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border-radius:15px;border:1px solid var(--line);text-decoration:none;color:var(--ink);font-weight:850;background:rgba(255,250,247,.9)}
.btn.primary{color:#fff;border:0;background:linear-gradient(135deg,var(--rose),var(--lav))}
.section{padding:50px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px}
h2{font:500 clamp(2rem,4vw,3.3rem) Georgia,serif;margin:0}.section-head p{max-width:520px;color:var(--muted);line-height:1.6;margin:0}
.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.card{min-height:310px;display:flex;flex-direction:column;padding:20px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(145deg,rgba(255,250,247,.94),rgba(242,231,235,.88));box-shadow:0 20px 55px rgba(59,40,51,.08)}
.icon{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:linear-gradient(135deg,#ead8df,#ded8eb);font-size:1.3rem}
.card h3{font:500 1.45rem Georgia,serif;margin:18px 0 7px}.card p{color:var(--muted);font-size:.92rem;line-height:1.55;margin:0 0 15px}
.card small{display:block;color:#9a818d;line-height:1.45;margin-top:auto;margin-bottom:12px}.card .btn{width:100%}.card .sub{margin-top:8px;background:transparent}
.note{padding:24px;border-radius:24px;background:linear-gradient(135deg,rgba(72,50,63,.95),rgba(92,76,110,.95));color:#fff}
.note p{color:rgba(255,255,255,.72);line-height:1.65}.note code{display:block;padding:13px;border-radius:13px;background:rgba(255,255,255,.08);overflow:auto}
footer{padding:46px 0;text-align:center;color:var(--muted);font-size:.85rem}
@media(max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.wrap{padding:18px}.grid{grid-template-columns:1fr}.section-head{display:block}.section-head p{margin-top:10px}.actions{display:grid}.btn{width:100%}}
