/* ── RESET & ROOT ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --ink: #111010; --cream: #f5f0e8; --gold: #b8966a;
  --gold-light: #d4b48a; --muted: #877e72; --border: rgba(184,150,106,0.2);
}
html { scroll-behavior: smooth; }
body { background: var(--ink); color: var(--cream); font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 300; line-height: 1.7; overflow-x: hidden; }

/* ── NAV ── */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 200; display: flex; justify-content: space-between; align-items: center; padding: 1.6rem 4rem; background: linear-gradient(to bottom, rgba(17,16,16,0.98), transparent); }
.nav-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; font-weight: 300; letter-spacing: 0.06em; color: var(--cream); text-decoration: none; cursor: pointer; }
.nav-logo span { color: var(--gold); font-style: italic; }
.nav-cta { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); background: none; border: none; border-bottom: 1px solid transparent; transition: border-color 0.3s; padding-bottom: 1px; cursor: pointer; font-family: inherit; }
.nav-cta:hover { border-color: var(--gold); }

/* ── PAGES ── */
.page { display: none; }
.page.active { display: block; }

/* ── HERO ── */
.hero { height: 100vh; min-height: 600px; position: relative; display: flex; align-items: flex-end; padding: 0 4rem 6rem; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; filter: brightness(0.55) saturate(0.85); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(17,16,16,1) 0%, rgba(17,16,16,0.45) 55%, rgba(17,16,16,0.15) 100%); }
.hero-content { position: relative; z-index: 2; max-width: 680px; }
.hero-eyebrow { font-size: 0.66rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.4rem; opacity: 0; animation: fadeUp 0.9s 0.3s ease forwards; }
.hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(3.2rem, 6vw, 5.5rem); font-weight: 300; line-height: 1.05; margin-bottom: 1.6rem; opacity: 0; animation: fadeUp 0.9s 0.5s ease forwards; }
.hero-title em { font-style: italic; color: var(--gold-light); }
.hero-body { font-size: 1rem; color: rgba(245,240,232,0.65); max-width: 480px; margin-bottom: 2.5rem; line-height: 1.85; opacity: 0; animation: fadeUp 0.9s 0.7s ease forwards; }
.hero-actions { display: flex; gap: 1.2rem; align-items: center; opacity: 0; animation: fadeUp 0.9s 0.9s ease forwards; }
.btn-primary { display: inline-block; padding: 0.9rem 2.4rem; background: var(--gold); color: var(--ink); font-size: 0.72rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none; border: none; cursor: pointer; transition: background 0.3s, transform 0.2s; font-family: inherit; }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); }
.btn-ghost { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(245,240,232,0.5); background: none; border: none; border-bottom: 1px solid rgba(245,240,232,0.2); transition: color 0.3s, border-color 0.3s; padding-bottom: 1px; cursor: pointer; font-family: inherit; }
.btn-ghost:hover { color: var(--cream); border-color: var(--cream); }

/* ── STATS ── */
.stats-bar { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.stat-item { padding: 1.8rem 2.5rem; border-right: 1px solid var(--border); }
.stat-item:last-child { border-right: none; }
.stat-label { font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.4rem; }
.stat-value { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 300; }

/* ── IMAGE STRIP ── */
.img-strip { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 4px; margin: 4rem 4rem 0; height: 420px; }
.img-cell { position: relative; overflow: hidden; }
.img-cell img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: brightness(0.68) saturate(0.82); transition: transform 0.8s cubic-bezier(0.25,0.46,0.45,0.94), filter 0.5s; }
.img-cell:hover img { transform: scale(1.05); filter: brightness(0.82) saturate(1); }
.img-caption { position: absolute; bottom: 1rem; left: 1.2rem; font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(245,240,232,0.5); z-index: 1; }

/* ── ABOUT ── */
.about-strip { display: grid; grid-template-columns: 1fr 1.6fr; margin: 4rem 4rem 0; border: 1px solid var(--border); overflow: hidden; }
.about-img-wrap { position: relative; min-height: 360px; overflow: hidden; }
.about-img-wrap img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(0.6) saturate(0.8); }
.about-text { padding: 3.5rem; display: flex; flex-direction: column; justify-content: center; }
.about-eyebrow { font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.2rem; }
.about-title { font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; font-weight: 300; line-height: 1.2; margin-bottom: 1.2rem; }
.about-title em { font-style: italic; color: var(--gold-light); }
.about-body { font-size: 0.9rem; color: var(--muted); line-height: 1.85; }

/* ── GUIDE BANNER ── */
.guide-banner { margin: 4rem 4rem 0; border: 1px solid var(--border); background: rgba(184,150,106,0.04); display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 2.5rem 3rem; position: relative; overflow: hidden; }
.guide-banner::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.guide-eyebrow { font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.6rem; }
.guide-title { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 300; margin-bottom: 0.5rem; }
.guide-title em { font-style: italic; color: var(--gold-light); }
.guide-desc { font-size: 0.85rem; color: var(--muted); line-height: 1.7; }
.guide-items { display: flex; gap: 1.5rem; margin-top: 0.8rem; }
.guide-item { font-size: 0.75rem; color: var(--muted); display: flex; align-items: center; gap: 0.4rem; }
.guide-item::before { content: ''; width: 4px; height: 4px; background: var(--gold); border-radius: 50%; flex-shrink: 0; }
.btn-guide { display: inline-flex; align-items: center; gap: 0.6rem; background: none; border: 1px solid var(--gold); color: var(--gold); font-family: inherit; font-size: 0.72rem; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; padding: 0.9rem 2rem; cursor: pointer; transition: background 0.3s, color 0.3s; white-space: nowrap; margin-left: 3rem; }
.btn-guide:hover { background: var(--gold); color: var(--ink); }

/* ── SERVICES ── */
.services-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin: 4rem 4rem 0; border: 1px solid var(--border); }
.service-item { padding: 2.5rem 2rem; border-right: 1px solid var(--border); opacity: 0; transform: translateY(14px); transition: opacity 0.6s ease, transform 0.6s ease, background 0.4s; }
.service-item:nth-child(2) { transition-delay: 0.1s; }
.service-item:nth-child(3) { transition-delay: 0.2s; }
.service-item:last-child { border-right: none; }
.service-item:hover { background: rgba(245,240,232,0.02); }
.service-item.in-view { opacity: 1; transform: translateY(0); }
.service-num { font-family: 'Cormorant Garamond', serif; font-size: 1rem; color: var(--gold); margin-bottom: 1rem; font-style: italic; }
.service-name { font-size: 1rem; font-weight: 400; margin-bottom: 0.5rem; }
.service-desc { font-size: 0.83rem; color: var(--muted); line-height: 1.7; }

/* ── FORM ── */
.form-section { padding: 6rem 4rem; display: grid; grid-template-columns: 1fr 1.3fr; gap: 6rem; align-items: start; max-width: 1200px; margin: 0 auto; }
.form-left { position: sticky; top: 8rem; opacity: 0; transform: translateY(14px); transition: opacity 0.8s ease, transform 0.8s ease; }
.form-left.in-view { opacity: 1; transform: translateY(0); }
.section-eyebrow { font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.2rem; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: 2.8rem; font-weight: 300; line-height: 1.15; margin-bottom: 1.2rem; }
.section-title em { font-style: italic; color: var(--gold-light); }
.section-body { font-size: 0.9rem; color: var(--muted); line-height: 1.85; margin-bottom: 2rem; }
.lang-row { display: flex; gap: 0.5rem; }
.lang-badge { font-size: 0.6rem; letter-spacing: 0.14em; text-transform: uppercase; border: 1px solid var(--border); padding: 0.3rem 0.7rem; color: var(--muted); }
.form-wrap { border: 1px solid var(--border); padding: 2.8rem; position: relative; opacity: 0; transform: translateY(14px); transition: opacity 0.8s 0.15s ease, transform 0.8s 0.15s ease; }
.form-wrap.in-view { opacity: 1; transform: translateY(0); }
.form-wrap::before { content: ''; position: absolute; top: -1px; left: 2rem; right: 2rem; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.form-progress { display: flex; gap: 4px; margin-bottom: 2.2rem; }
.progress-step { flex: 1; height: 1px; background: rgba(245,240,232,0.1); transition: background 0.5s; }
.progress-step.active { background: var(--gold); }
.form-step { display: none; }
.form-step.visible { display: block; animation: stepIn 0.3s ease; }
@keyframes stepIn { from { opacity: 0; transform: translateX(8px); } to { opacity: 1; transform: translateX(0); } }
.step-heading { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 300; margin-bottom: 0.3rem; }
.step-sub { font-size: 0.8rem; color: var(--muted); margin-bottom: 1.8rem; }
.field { margin-bottom: 1.2rem; }
.field label { display: block; font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.45rem; }
.field input, .field select, .field textarea { width: 100%; background: rgba(245,240,232,0.02); border: 1px solid rgba(245,240,232,0.1); color: var(--cream); font-family: inherit; font-weight: 300; font-size: 0.9rem; padding: 0.8rem 1rem; outline: none; transition: border-color 0.3s, background 0.3s; -webkit-appearance: none; appearance: none; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); background: rgba(184,150,106,0.04); }
.field input::placeholder, .field textarea::placeholder { color: rgba(245,240,232,0.18); }
.field select option { background: #1a1818; color: var(--cream); }
.field textarea { resize: vertical; min-height: 90px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; }
.select-wrap { position: relative; }
.select-wrap::after { content: '↓'; position: absolute; right: 1rem; top: 50%; transform: translateY(-50%); color: var(--muted); font-size: 0.75rem; pointer-events: none; }
.check-group { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; }
.check-item { display: flex; align-items: center; gap: 0.6rem; border: 1px solid rgba(245,240,232,0.08); padding: 0.65rem 0.9rem; cursor: pointer; transition: border-color 0.3s, background 0.3s; user-select: none; }
.check-item:hover { border-color: var(--border); }
.check-item.selected { border-color: var(--gold); background: rgba(184,150,106,0.06); }
.check-box { width: 12px; height: 12px; flex-shrink: 0; border: 1px solid rgba(245,240,232,0.2); display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
.check-item.selected .check-box { border-color: var(--gold); background: var(--gold); }
.check-box-inner { width: 5px; height: 5px; background: var(--ink); opacity: 0; transition: opacity 0.2s; }
.check-item.selected .check-box-inner { opacity: 1; }
.check-label { font-size: 0.78rem; color: rgba(245,240,232,0.7); }
.field-error { border-color: rgba(200,70,70,0.5) !important; }
.error-msg { font-size: 0.68rem; color: #d06060; margin-top: 0.35rem; display: none; }
.error-msg.show { display: block; }
.form-nav { display: flex; justify-content: space-between; align-items: center; margin-top: 1.8rem; padding-top: 1.4rem; border-top: 1px solid rgba(245,240,232,0.06); }
.btn-back { background: none; border: none; font-family: inherit; font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); cursor: pointer; padding: 0; transition: color 0.3s; }
.btn-back:hover { color: var(--cream); }
.btn-next { display: flex; align-items: center; gap: 0.6rem; background: var(--gold); color: var(--ink); border: none; font-family: inherit; font-size: 0.68rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; padding: 0.85rem 1.8rem; cursor: pointer; transition: background 0.3s, transform 0.2s; }
.btn-next:hover { background: var(--gold-light); transform: translateY(-1px); }
.btn-next:disabled { opacity: 0.5; transform: none; cursor: not-allowed; }
.step-counter { font-size: 0.65rem; color: var(--muted); }
.form-success { text-align: center; padding: 3rem 1rem; display: none; }
.success-icon { width: 52px; height: 52px; border: 1px solid var(--gold); border-radius: 50%; margin: 0 auto 1.5rem; display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 1.2rem; }
.success-title { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 300; margin-bottom: 0.8rem; }
.success-body { font-size: 0.88rem; color: var(--muted); line-height: 1.75; }

/* ── FOOTER ── */
footer { border-top: 1px solid var(--border); margin: 0 4rem; padding: 2.2rem 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 1rem; font-weight: 300; }
.footer-logo span { color: var(--gold); font-style: italic; }
.footer-links { display: flex; gap: 1.5rem; }
.footer-link { font-size: 0.68rem; color: var(--muted); background: none; border: none; letter-spacing: 0.12em; text-transform: uppercase; cursor: pointer; transition: color 0.3s; font-family: inherit; padding: 0; }
.footer-link:hover { color: var(--gold); }
.footer-note { font-size: 0.72rem; color: var(--muted); }

/* ── IMPRESSUM / LEGAL PAGE ── */
.legal-page { max-width: 800px; margin: 0 auto; padding: 8rem 4rem 6rem; }
.legal-eyebrow { font-size: 0.66rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.2rem; }
.legal-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.4rem, 4vw, 3.5rem); font-weight: 300; line-height: 1.1; margin-bottom: 0.5rem; }
.legal-title em { font-style: italic; color: var(--gold-light); }
.legal-sub { font-size: 0.88rem; color: var(--muted); margin-bottom: 3rem; }
.legal-divider { border: none; border-top: 1px solid var(--border); margin: 2rem 0; position: relative; }
.legal-divider::before { content: ''; position: absolute; top: -1px; left: 0; width: 60px; height: 1px; background: var(--gold); }
.legal-section { margin-bottom: 3rem; }
.legal-section-eyebrow { font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.2rem; }
.legal-section-heading { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 300; margin-bottom: 1.5rem; }
.data-table { width: 100%; border-collapse: collapse; margin-bottom: 1rem; }
.data-table tr { border-bottom: 1px solid rgba(245,240,232,0.05); }
.data-table td { padding: 0.75rem 0; vertical-align: top; font-size: 0.88rem; line-height: 1.6; }
.data-table td:first-child { color: var(--muted); width: 38%; font-size: 0.82rem; padding-right: 1.5rem; padding-top: 0.8rem; }
.privacy-item { margin-bottom: 1.5rem; padding: 1.4rem 1.6rem; border: 1px solid var(--border); border-left: 2px solid var(--gold); background: rgba(245,240,232,0.02); }
.privacy-num { font-size: 0.6rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.4rem; }
.privacy-item-title { font-size: 0.9rem; font-weight: 500; color: var(--cream); margin-bottom: 0.6rem; }
.privacy-body { font-size: 0.85rem; color: var(--muted); line-height: 1.75; }
.privacy-body a { color: var(--gold); text-decoration: none; }
.legal-updated { font-size: 0.75rem; color: var(--muted); margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--border); }

/* ── LEAD MAGNET POPUP ── */
.popup-overlay { position: fixed; inset: 0; z-index: 999; background: rgba(10,9,9,0.88); display: flex; align-items: center; justify-content: center; padding: 1.5rem; opacity: 0; pointer-events: none; transition: opacity 0.4s ease; }
.popup-overlay.open { opacity: 1; pointer-events: all; }
.popup { background: var(--ink); border: 1px solid var(--border); max-width: 560px; width: 100%; padding: 3rem; position: relative; transform: translateY(20px); transition: transform 0.4s ease; }
.popup-overlay.open .popup { transform: translateY(0); }
.popup::before { content: ''; position: absolute; top: -1px; left: 2rem; right: 2rem; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.popup-close { position: absolute; top: 1.2rem; right: 1.4rem; background: none; border: none; color: var(--muted); font-size: 1.2rem; cursor: pointer; transition: color 0.3s; line-height: 1; }
.popup-close:hover { color: var(--cream); }
.popup-eyebrow { font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.8rem; }
.popup-title { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 300; line-height: 1.15; margin-bottom: 0.6rem; }
.popup-title em { font-style: italic; color: var(--gold-light); }
.popup-desc { font-size: 0.85rem; color: var(--muted); line-height: 1.75; margin-bottom: 1.6rem; }
.popup-guides { display: flex; gap: 0.8rem; margin-bottom: 1.6rem; flex-wrap: wrap; }
.popup-guide-tag { display: flex; align-items: center; gap: 0.5rem; border: 1px solid var(--border); padding: 0.5rem 0.9rem; font-size: 0.75rem; color: var(--cream); }
.popup-guide-tag span { color: var(--gold); }
.popup-field { margin-bottom: 0.8rem; }
.popup-field input { width: 100%; background: rgba(245,240,232,0.02); border: 1px solid rgba(245,240,232,0.1); color: var(--cream); font-family: inherit; font-weight: 300; font-size: 0.9rem; padding: 0.85rem 1rem; outline: none; transition: border-color 0.3s; }
.popup-field input:focus { border-color: var(--gold); }
.popup-field input::placeholder { color: rgba(245,240,232,0.2); }
.popup-consent { font-size: 0.72rem; color: var(--muted); line-height: 1.6; margin-bottom: 1.4rem; }
.popup-consent a { color: var(--gold); text-decoration: none; cursor: pointer; }
.btn-popup-submit { width: 100%; display: flex; align-items: center; justify-content: center; gap: 0.6rem; background: var(--gold); color: var(--ink); border: none; font-family: inherit; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; padding: 1rem 2rem; cursor: pointer; transition: background 0.3s; }
.btn-popup-submit:hover { background: var(--gold-light); }
.btn-popup-submit:disabled { opacity: 0.5; cursor: not-allowed; }
.popup-err { font-size: 0.72rem; color: #d06060; margin-top: 0.3rem; display: none; }
.popup-err.show { display: block; }
.popup-success { text-align: center; padding: 1rem 0; display: none; }
.popup-success-icon { width: 48px; height: 48px; border: 1px solid var(--gold); border-radius: 50%; margin: 0 auto 1.2rem; display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 1.1rem; }
.popup-success-title { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 300; margin-bottom: 0.6rem; }
.popup-success-body { font-size: 0.85rem; color: var(--muted); line-height: 1.7; margin-bottom: 1.5rem; }
.popup-downloads { display: flex; flex-direction: column; gap: 0.6rem; }
.popup-dl-btn { display: flex; align-items: center; justify-content: space-between; padding: 0.85rem 1.2rem; border: 1px solid var(--border); color: var(--cream); text-decoration: none; font-size: 0.8rem; transition: border-color 0.3s, background 0.3s; cursor: pointer; background: none; width: 100%; font-family: inherit; text-align: left; }
.popup-dl-btn:hover { border-color: var(--gold); background: rgba(184,150,106,0.06); }
.popup-dl-btn span { color: var(--gold); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; }

/* ── COOKIE BANNER ── */
#cookieBanner { position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999; background: #1a1818; border-top: 2px solid #b8966a; padding: 1.4rem 3rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; transform: translateY(100%); transition: transform 0.5s ease; }
#cookieBanner.show { transform: translateY(0); }
.cb-text { flex: 1; min-width: 260px; }
.cb-text strong { font-size: 13px; color: #f5f0e8; display: block; margin-bottom: 3px; }
.cb-text p { font-size: 12px; color: #877e72; margin: 0; line-height: 1.6; }
.cb-text a { color: #b8966a; cursor: pointer; }
.cb-btns { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.cb-custom { background: none; border: none; color: #877e72; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; text-decoration: underline; font-family: inherit; }
.cb-decline { background: none; border: 1px solid rgba(184,150,106,.25); color: #877e72; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; padding: 8px 16px; cursor: pointer; font-family: inherit; }
.cb-accept { background: #b8966a; border: none; color: #111010; font-size: 11px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; padding: 8px 18px; cursor: pointer; font-family: inherit; }

/* ── COOKIE MODAL ── */
#cookieModal { position: fixed; inset: 0; z-index: 10000; background: rgba(10,9,9,.88); display: none; align-items: center; justify-content: center; padding: 1.5rem; }
#cookieModal.show { display: flex; }
.cm-box { background: #111010; border: 1px solid rgba(184,150,106,.25); border-top: 2px solid #b8966a; max-width: 440px; width: 100%; padding: 2rem; position: relative; }
.cm-close { position: absolute; top: 12px; right: 14px; background: none; border: none; color: #877e72; font-size: 16px; cursor: pointer; }
.cm-row { border-top: 1px solid rgba(245,240,232,.06); padding: 12px 0; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.cm-row-info p:first-child { font-size: 13px; color: #f5f0e8; margin: 0 0 2px; }
.cm-row-info p:last-child { font-size: 11px; color: #877e72; margin: 0; }
.tog { width: 38px; height: 20px; border-radius: 20px; position: relative; cursor: pointer; transition: all .3s; flex-shrink: 0; }
.tog-dot { width: 12px; height: 12px; border-radius: 50%; position: absolute; top: 3px; transition: all .3s; }
.cm-actions { display: flex; gap: 8px; margin-top: 18px; }
.cm-all { flex: 1; background: none; border: 1px solid rgba(184,150,106,.25); color: #877e72; font-family: inherit; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; padding: 10px; cursor: pointer; }
.cm-save { flex: 1; background: #b8966a; border: none; color: #111010; font-family: inherit; font-size: 11px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; padding: 10px; cursor: pointer; }

/* ── ANIMATIONS ── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  nav { padding: 1.4rem 1.5rem; }
  .hero { padding: 0 1.5rem 4rem; }
  .stats-bar { grid-template-columns: 1fr 1fr; }
  .stat-item:nth-child(2) { border-right: none; }
  .img-strip { grid-template-columns: 1fr; height: auto; margin: 2rem 1.5rem 0; }
  .img-cell { height: 220px; }
  .about-strip { grid-template-columns: 1fr; margin: 2rem 1.5rem 0; }
  .about-img-wrap { min-height: 220px; }
  .guide-banner { grid-template-columns: 1fr; margin: 2rem 1.5rem 0; padding: 2rem; }
  .btn-guide { margin-left: 0; margin-top: 1.2rem; }
  .services-strip { grid-template-columns: 1fr; margin: 2rem 1.5rem 0; }
  .service-item { border-right: none; border-bottom: 1px solid var(--border); }
  .form-section { grid-template-columns: 1fr; padding: 4rem 1.5rem; gap: 2.5rem; }
  .form-left { position: static; }
  .field-row, .check-group { grid-template-columns: 1fr; }
  .popup { padding: 2rem; }
  footer { margin: 0 1.5rem; }
  .legal-page { padding: 7rem 1.5rem 4rem; }
}
