:root {
  --bg: #faf7f2;
  --white: #ffffff;
  --text: #231f1b;
  --muted: #6d665f;
  --gold: #c9a96a;
  --gold-dark: #ab8a4d;
  --gold-light: #f5edd8;
  --line: #e8dfd1;
  --radius: 16px;
  --shadow: 0 8px 30px rgba(0,0,0,.06);
}
* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Inter", "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
}
h1, h2, h3 { font-family: "Playfair Display", Georgia, serif; }
img { max-width: 100%; display: block; }
.container { width: min(1120px, 92%); margin: 0 auto; }

/* ───── HEADER ───── */
.site-header { position: sticky; top: 0; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); z-index: 100; }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; padding: .85rem 0; }
.logo { font-family: "Playfair Display", Georgia, serif; font-weight: 700; font-size: 1.15rem; text-decoration: none; color: var(--text); }
.logo span { color: var(--gold-dark); font-family: "Playfair Display", Georgia, serif; font-size: inherit; font-weight: 700; }
nav { display: flex; gap: 1.4rem; }
nav a { color: var(--muted); text-decoration: none; font-weight: 600; font-size: .92rem; transition: color .2s; }
nav a:hover { color: var(--gold-dark); }

/* ───── BUTTONS ───── */
.btn { border: none; border-radius: 50px; padding: .7rem 1.4rem; text-decoration: none; font-weight: 700; font-size: .95rem; cursor: pointer; display: inline-block; transition: all .25s; }
.btn-lg { padding: .85rem 1.8rem; font-size: 1rem; }
.btn-gold { background: var(--gold); color: #fff; box-shadow: 0 4px 14px rgba(201,169,106,.35); }
.btn-gold:hover { background: var(--gold-dark); transform: translateY(-1px); }
.btn-light { background: var(--white); color: var(--text); border: 1.5px solid var(--line); }
.btn-light:hover { border-color: var(--gold); }

/* ───── HERO ───── */
.hero { position: relative; min-height: 520px; display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center 30%; filter: brightness(.45); z-index: 0; }
.hero-grid { position: relative; z-index: 1; padding: 5rem 0 4.5rem; }
.hero-content { max-width: 640px; }
.hero .tag { color: var(--gold); font-weight: 700; font-size: .9rem; letter-spacing: .5px; }
.hero h1 { color: #fff; font-size: clamp(2.2rem, 5.5vw, 3.4rem); line-height: 1.12; margin: .6rem 0 1rem; }
.hero .lead { color: rgba(255,255,255,.85); font-size: 1.1rem; max-width: 54ch; }
.hero .cta-row { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.5rem; }

/* ───── TRUST STRIP ───── */
.trust-strip { background: var(--gold-light); border-bottom: 1px solid var(--line); padding: .9rem 0; }
.trust-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 1.6rem; font-weight: 700; font-size: .88rem; color: var(--gold-dark); }

/* ───── SECTIONS GENERAL ───── */
section { padding: 4.5rem 0; }
h2 { font-size: clamp(1.5rem, 3.8vw, 2.3rem); margin-bottom: .4rem; }
.section-sub { color: var(--muted); font-size: 1.05rem; margin-bottom: 2rem; }

/* ───── USE CASES (image cards) ───── */
.img-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.img-cards article { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform .25s; }
.img-cards article:hover { transform: translateY(-4px); }
.card-img { height: 180px; background-size: cover; background-position: center; }
.card-body { padding: 1rem 1.1rem 1.2rem; }
.card-body h3 { font-size: 1.05rem; margin-bottom: .35rem; }
.card-body p { color: var(--muted); font-size: .92rem; }

/* ───── CTA STRIP ───── */
.cta-strip { background: var(--text); text-align: center; padding: 3.5rem 0; }
.cta-strip h2 { color: #fff; margin-bottom: 1.2rem; }
.cta-strip .btn-gold { font-size: 1.05rem; }

/* ───── STEPS ───── */
.steps { background: var(--white); border-top: 1px solid var(--line); }
.step-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.step-grid article { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.2rem; }
.step-num { background: var(--gold); color: #fff; width: 34px; height: 34px; border-radius: 50%; display: inline-grid; place-items: center; font-weight: 800; font-size: .95rem; margin-bottom: .6rem; }
.step-grid h3 { font-size: 1rem; margin-bottom: .3rem; }
.step-grid p { color: var(--muted); font-size: .9rem; }
.steps-note { margin-top: 1.6rem; text-align: center; color: var(--muted); font-style: italic; font-size: .95rem; }

/* ───── IMAGE BREAK ───── */
.img-break { position: relative; min-height: 320px; display: flex; align-items: center; overflow: hidden; }
.img-break-bg { position: absolute; inset: 0; background-size: cover; background-position: center; filter: brightness(.4); }
.img-break-content { position: relative; z-index: 1; text-align: center; padding: 3rem 0; }
.big-quote { color: #fff; font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.2rem, 3vw, 1.7rem); font-style: italic; line-height: 1.5; max-width: 680px; margin: 0 auto; background: none; border: none; text-shadow: 0 2px 12px rgba(0,0,0,.6); }

/* ───── PRICING (solo card) ───── */
.solo-price-wrap { max-width: 540px; margin: 0 auto; }
.solo-price-card { background: var(--white); border: 2px solid var(--gold); border-radius: var(--radius); padding: 2.5rem 2rem; box-shadow: 0 8px 32px rgba(201,169,106,.15); text-align: center; }
.solo-price-top { margin-bottom: 1.8rem; }
.solo-price-label { font-size: .9rem; color: var(--muted); font-weight: 500; margin-bottom: .3rem; text-transform: uppercase; letter-spacing: 1.5px; }
.solo-price-amount { font-family: "Playfair Display", Georgia, serif; font-size: clamp(2.8rem, 6vw, 3.6rem); font-weight: 700; color: var(--text); line-height: 1.1; }
.solo-price-amount span { font-size: .45em; vertical-align: middle; color: var(--muted); }
.solo-price-features { list-style: none; padding: 0; margin: 0 0 2rem; text-align: left; }
.solo-price-features li { padding: .5rem 0; font-size: .95rem; border-bottom: 1px solid var(--line); }
.solo-price-features li:last-child { border-bottom: none; }
.solo-price-features li::before { content: "✓ "; color: var(--gold-dark); font-weight: 700; }
.solo-price-btn { width: 100%; text-align: center; font-size: 1.1rem; padding: .9rem 2rem; }
.guarantee-badge { display: flex; align-items: flex-start; gap: .8rem; margin-top: 1.5rem; background: #f0faf0; border: 1px solid #c5e8c5; border-radius: 10px; padding: 1rem 1.2rem; text-align: left; }
.guarantee-icon { font-size: 1.8rem; flex-shrink: 0; }
.guarantee-badge strong { display: block; font-size: .95rem; color: #2d7a2d; margin-bottom: .2rem; }
.guarantee-badge p { font-size: .82rem; color: #555; margin: 0; line-height: 1.4; }

/* ───── REFERENCES (video) ───── */
.references { background: var(--white); border-top: 1px solid var(--line); text-align: center; }
.ref-eyebrow { color: var(--gold-dark); font-weight: 700; font-size: .85rem; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: .4rem; }
.video-ref-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; margin-top: 2rem; }
.video-ref-card { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform .25s, box-shadow .25s; text-align: center; }
.video-ref-card:hover { transform: translateY(-5px); box-shadow: 0 14px 40px rgba(0,0,0,.1); }
.video-ref-wrap { position: relative; width: 100%; padding-top: 56.25%; background: #111; overflow: hidden; }
.video-ref-wrap button.yt-lazy { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; background: #111; cursor: pointer; padding: 0; margin: 0; }
.video-ref-wrap button.yt-lazy img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.video-ref-wrap .yt-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); display: block; width: 68px; height: 48px; overflow: hidden; opacity: .85; transition: opacity .2s, transform .2s; filter: drop-shadow(0 2px 8px rgba(0,0,0,.4)); z-index: 2; pointer-events: none; }
.video-ref-wrap .yt-play svg { display: block; width: 68px; height: 48px; }
.video-ref-wrap button.yt-lazy:hover .yt-play { opacity: 1; transform: translate(-50%,-50%) scale(1.1); }
.video-ref-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
.video-ref-info { padding: 1rem 1.2rem 1.3rem; }
.video-ref-info h3 { font-size: 1.1rem; margin-bottom: .45rem; }
.genre-tag { display: inline-block; background: var(--gold-light); color: var(--gold-dark); font-weight: 700; font-size: .78rem; padding: .3rem .8rem; border-radius: 50px; letter-spacing: .3px; }
.ref-cta { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.ref-cta p { color: var(--muted); font-size: 1.05rem; margin-bottom: 1rem; font-style: italic; }
blockquote { margin: 0; background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; }
blockquote p { font-style: italic; font-size: 1rem; line-height: 1.55; }
cite { display: block; margin-top: .8rem; color: var(--gold-dark); font-style: normal; font-weight: 700; font-size: .9rem; }

/* ───── FAQ ───── */
.faq { border-top: 1px solid var(--line); }
.faq details { background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: .9rem 1.1rem; margin-bottom: .6rem; transition: border-color .2s; }
.faq details[open] { border-color: var(--gold); }
.faq summary { cursor: pointer; font-weight: 700; font-size: 1rem; }
.faq details p { margin-top: .5rem; color: var(--muted); }

/* ───── BRIEF / FORM ───── */
.brief { background: var(--gold-light); border-top: 1px solid var(--line); }
.brief-wrap { display: grid; grid-template-columns: .85fr 1.15fr; gap: 2rem; align-items: start; }
.brief-text h2 { margin-bottom: .6rem; }
.brief-text p { color: var(--muted); margin-bottom: 1.2rem; }
.brief-perks { list-style: none; padding: 0; }
.brief-perks li { padding: .25rem 0; font-weight: 600; color: var(--gold-dark); }
.brief-form { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; display: grid; gap: .7rem; box-shadow: var(--shadow); }
label { display: grid; gap: .3rem; font-weight: 600; font-size: .92rem; }
input, select, textarea { width: 100%; padding: .7rem .85rem; border-radius: 10px; border: 1.5px solid var(--line); font: inherit; transition: border-color .2s; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--gold); }

/* ───── ORDER PAGE ───── */
.order-page { padding: 3rem 0 4rem; }
.order-page h1 { font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.6rem, 4vw, 2.2rem); margin-bottom: .4rem; }
.order-sub { color: var(--muted); margin-bottom: 1.5rem; }
.order-layout { display: grid; grid-template-columns: 1fr 360px; gap: 2.5rem; align-items: start; }
.order-form { display: grid; gap: 1rem; }
.form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: grid; gap: .3rem; }
.field span { font-weight: 600; font-size: .88rem; }
.order-summary-line { display: flex; justify-content: space-between; align-items: center; padding: 1rem 0; border-top: 2px solid var(--line); border-bottom: 2px solid var(--line); font-size: 1.05rem; }
.order-summary-line strong { font-size: 1.2rem; }
.order-pay-btn { width: 100%; text-align: center; font-size: 1.15rem; padding: 1rem 2rem; margin-top: .3rem; }
.order-secure { text-align: center; font-size: .8rem; color: var(--muted); margin-top: .3rem; }
.order-recap-card { background: var(--white); border: 1.5px solid var(--line); border-radius: var(--radius); padding: 1.5rem; box-shadow: var(--shadow); }
.order-recap-card h3 { margin-bottom: 1rem; font-size: 1.1rem; }
.order-recap-card ul { list-style: none; padding: 0; margin: 0 0 1.2rem; }
.order-recap-card li { padding: .35rem 0; font-size: .9rem; color: var(--text); }
.order-recap-card li::before { content: none; }
.order-recap-total { display: flex; justify-content: space-between; align-items: center; padding-top: 1rem; border-top: 2px solid var(--gold); }
.order-recap-total strong { font-size: 1.4rem; color: var(--text); }
.order-sidebar .guarantee-badge { margin-top: 1.2rem; }
@media (max-width: 960px) {
  .order-layout { grid-template-columns: 1fr; }
  .order-sidebar { order: -1; }
}
@media (max-width: 620px) {
  .form-grid-2 { grid-template-columns: 1fr; }
}

/* ───── FOOTER ───── */
.site-footer { border-top: 1px solid var(--line); padding: 1.5rem 0 2rem; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; }
.footer-inner p { color: var(--muted); font-size: .88rem; }
.footer-inner a { color: var(--muted); text-decoration: underline; }
.footer-inner a:hover { color: var(--gold-dark); }

/* ───── RESPONSIVE ───── */
@media (max-width: 960px) {
  nav { display: none; }
  .hero h1 { font-size: 2rem; }
  .img-cards, .step-grid { grid-template-columns: repeat(2, 1fr); }
  .video-ref-grid { grid-template-columns: 1fr 1fr; }
  .brief-wrap { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; gap: .5rem; text-align: center; }
}
@media (max-width: 620px) {
  .img-cards, .step-grid { grid-template-columns: 1fr; }
  .video-ref-grid { grid-template-columns: 1fr; }
  .trust-row { flex-direction: column; gap: .5rem; text-align: center; }
}
