:root{--bg:#f5f3ee;--paper:#fff;--ink:#181816;--muted:#6d6a62;--line:#dedbd2;--accent:#9b7a42;--dark:#23231f;--radius:20px;--shadow:0 18px 45px rgba(28,28,25,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.5}a{color:inherit}.container{width:min(1160px,calc(100% - 40px));margin:auto}.topbar{position:sticky;top:0;z-index:20;background:rgba(245,243,238,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.06)}.nav{height:76px;display:flex;align-items:center;gap:28px}.brand{font-weight:800;letter-spacing:.16em;text-decoration:none}.menu{display:flex;gap:22px;margin-left:auto}.menu a{text-decoration:none;color:#4d4a43;font-size:14px}.phone{text-decoration:none;font-weight:700}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:14px 22px;background:var(--dark);color:#fff;text-decoration:none;font-weight:700;cursor:pointer}.btn.gold{background:var(--accent)}.btn.ghost{background:transparent;color:var(--ink);border:1px solid var(--line)}.hero{padding:56px 0 70px}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:54px;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--accent);font-weight:800;font-size:12px}.hero h1{font-size:clamp(42px,5vw,72px);line-height:1.02;letter-spacing:-.04em;margin:14px 0 20px;max-width:800px}.lead{font-size:19px;color:var(--muted);max-width:650px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.micro{font-size:13px;color:var(--muted);margin-top:18px}.hero-photo{height:560px;border-radius:30px;overflow:hidden;box-shadow:var(--shadow);background:#ddd}.hero-photo img{width:100%;height:100%;object-fit:cover}.section{padding:84px 0}.section.white{background:var(--paper)}.section.dark{background:var(--dark);color:#fff}.section-head{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:36px}.section h2{font-size:clamp(32px,4vw,50px);line-height:1.08;letter-spacing:-.03em;margin:0}.section-head p{max-width:520px;color:var(--muted);margin:0}.dark .section-head p{color:#c7c4bb}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:28px}.card h3{margin:4px 0 10px;font-size:21px}.card p{margin:0;color:var(--muted)}.num{font-size:12px;font-weight:800;color:var(--accent);letter-spacing:.1em}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.gallery figure{margin:0;height:340px;border-radius:18px;overflow:hidden;background:#ddd}.gallery img{width:100%;height:100%;object-fit:cover;transition:.3s}.gallery figure:hover img{transform:scale(1.025)}.quiz-shell{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;align-items:start}.quiz-info h2{margin-bottom:16px}.quiz{background:#fff;color:var(--ink);border-radius:26px;padding:28px;min-height:410px}.progress{height:6px;background:#ece9e2;border-radius:10px;overflow:hidden;margin-bottom:26px}.progress i{display:block;height:100%;background:var(--accent);width:16%;transition:.25s}.qstep{display:none}.qstep.active{display:block}.qstep h3{font-size:26px;margin:0 0 18px}.options{display:grid;gap:10px}.option{display:flex;align-items:center;gap:12px;border:1px solid var(--line);padding:14px 16px;border-radius:14px;cursor:pointer}.option:hover{border-color:#aaa}.quiz-nav{display:flex;justify-content:space-between;margin-top:22px}.input{width:100%;padding:15px;border:1px solid var(--line);border-radius:12px;font:inherit}.checks{font-size:12px;color:var(--muted);margin-top:10px}.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.step{padding:22px;border-top:1px solid var(--line)}.step b{display:block;font-size:13px;color:var(--accent);margin-bottom:10px}.faq{display:grid;gap:10px}.faq details{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px 20px}.faq summary{font-weight:700;cursor:pointer}.faq p{color:var(--muted)}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:36px}.contact-card{background:#fff;border-radius:24px;padding:30px}.map iframe{width:100%!important;min-height:360px;border-radius:20px}.footer{padding:32px 0;border-top:1px solid var(--line);font-size:13px;color:var(--muted)}.footer-inner{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer a{margin-right:16px}.modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.62);z-index:50;padding:20px}.modal.open{display:grid;place-items:center}.modal-card{background:#fff;border-radius:22px;padding:28px;width:min(480px,100%)}.modal-head{display:flex;justify-content:space-between;gap:20px}.x{border:0;background:none;font-size:28px;cursor:pointer}.notice{padding:12px 14px;border-radius:12px;margin-bottom:14px;background:#eef5ed}.admin-link{opacity:.45;text-decoration:none}@media(max-width:900px){.menu{display:none}.nav{gap:12px}.nav .btn{display:none}.hero-grid,.quiz-shell,.contact-grid{grid-template-columns:1fr}.hero-photo{height:420px}.cards,.gallery{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:1fr 1fr}.section{padding:62px 0}}@media(max-width:620px){.container{width:min(100% - 24px,1160px)}.phone{margin-left:auto;font-size:14px}.hero{padding-top:30px}.hero h1{font-size:40px}.hero-photo{height:340px}.cards,.gallery,.steps{grid-template-columns:1fr}.gallery figure{height:300px}.section-head{display:block}.section-head p{margin-top:14px}.quiz{padding:20px}.btn{width:100%}.hero-actions .btn{width:auto}.footer-inner{display:block}.footer-inner>div{margin-top:12px}}
