:root {
  --ink: #0c1a32;
  --paper: #eaf0f8;
  --sand: #d7e3f4;
  --line: rgba(12, 26, 50, 0.12);
  --muted: #4d5f7a;
  --copper: #3d6fd1;
  --gold: #c9a36a;
  --night: #091428;
  --sky: #7eabdf;
  --max: 1160px;
  --pad: clamp(18px, 4.5vw, 40px);
  --font: "Figtree", system-ui, sans-serif;
  --display: "Fraunces", Georgia, serif;
  --tile: url("data:image/svg+xml,%3Csvg width='72' height='72' viewBox='0 0 72 72' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 4 L68 36 L36 68 L4 36 Z' fill='none' stroke='%23c9a36a' stroke-width='1' opacity='.28'/%3E%3Ccircle cx='36' cy='36' r='7' fill='none' stroke='%237eabdf' stroke-width='1' opacity='.35'/%3E%3C/svg%3E");
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; }
body {
  font-family: var(--font);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.55;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 80;
  opacity: 0.08;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(900px 520px at 8% -8%, rgba(61, 111, 209, 0.22), transparent 55%),
    radial-gradient(740px 480px at 108% 12%, rgba(201, 163, 106, 0.18), transparent 50%),
    radial-gradient(640px 420px at 50% 108%, rgba(14, 58, 120, 0.14), transparent 55%);
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
.wrap { width: min(var(--max), calc(100% - var(--pad) * 2)); margin-inline: auto; position: relative; z-index: 1; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 48px; padding: 0 20px; border-radius: 999px;
  font-size: 0.84rem; font-weight: 700;
  transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
}
.btn:active { transform: scale(0.98); }
.btn-ink {
  background: linear-gradient(180deg, #1a3a72, #0c1a32);
  color: #eef4fc;
  box-shadow: 0 8px 22px rgba(12, 26, 50, 0.22);
}
.btn-ink:hover { background: #16325f; }
.btn-ghost { border: 1.5px solid currentColor; background: transparent; }
.btn-wa { background: #128C4E; color: #fff; }
.btn-full { width: 100%; }

.header {
  position: sticky; top: 0; z-index: 30;
  background: rgba(234, 240, 248, 0.82);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 70px; gap: 12px;
}
.logo { display: flex; align-items: center; gap: 10px; min-width: 0; }
.logo svg { width: 34px; height: 34px; flex-shrink: 0; }
.logo-text { display: flex; flex-direction: column; line-height: 1.05; }
.logo-text strong {
  font-family: var(--display); font-size: 1.05rem; font-weight: 600; letter-spacing: 0.04em;
}
.logo-text span { font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--copper); }
.nav { display: none; gap: 18px; font-size: 0.92rem; }
.nav a { color: var(--muted); }
.nav a:hover { color: var(--ink); }
@media (min-width: 860px) { .nav { display: flex; } }

.hero {
  position: relative;
  padding: clamp(36px, 7vw, 72px) 0 36px;
  z-index: 1;
}
.hero-grid { display: grid; gap: 28px; align-items: center; }
@media (min-width: 900px) {
  .hero-grid { grid-template-columns: 1.05fr 0.95fr; }
}
.kicker {
  color: var(--copper);
  font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase;
  margin-bottom: 12px; font-weight: 700;
}
h1, h2, h3 { font-family: var(--display); font-weight: 500; line-height: 1.08; }
.hero h1 { font-size: clamp(2.5rem, 7vw, 4.8rem); max-width: 14ch; }
.hero h1 em { font-style: italic; color: #2b5db5; }
.lead { margin-top: 14px; max-width: 44ch; color: var(--muted); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.note { margin-top: 14px; color: var(--muted); font-size: 0.9rem; }

.collage { position: relative; min-height: 340px; }
.collage img {
  width: 72%;
  height: 250px;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 12px 20px 44px rgba(12, 26, 50, 0.28);
}
.collage img:first-child { transform: rotate(-6deg); }
.collage img:last-child {
  position: absolute; right: 0; bottom: 0; width: 64%; height: 220px;
  transform: rotate(5deg); border: 7px solid #f4f8fd;
}
.stamp {
  position: absolute; left: 12%; bottom: 16%;
  width: 96px; height: 96px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  display: grid; place-items: center; text-align: center;
  font-size: 0.62rem; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 800;
  color: #1e4d8c; background: rgba(244, 248, 253, 0.94);
  transform: rotate(-12deg); z-index: 2;
  box-shadow: inset 0 0 0 5px rgba(201, 163, 106, 0.25);
}

.chapter {
  position: relative;
  z-index: 1;
  padding: clamp(48px, 8vw, 92px) 0;
  overflow: hidden;
}
.chapter::before {
  content: "";
  position: absolute; inset: 0;
  background-image: var(--tile);
  background-size: 72px 72px;
  opacity: 0.45;
  pointer-events: none;
}
.chapter-barber {
  background:
    radial-gradient(900px 420px at 80% 0%, rgba(61, 111, 209, 0.28), transparent 55%),
    linear-gradient(180deg, #0b1c38 0%, #0a1730 100%);
  color: #eaf1fb;
}
.chapter-food {
  background:
    radial-gradient(800px 400px at 10% 100%, rgba(126, 171, 223, 0.2), transparent 55%),
    linear-gradient(180deg, #12324f 0%, #0e2742 100%);
  color: #eaf4fb;
}
.chapter .kicker { color: var(--gold); }
.chapter .lead, .chapter .note, .chapter li { color: rgba(234, 241, 251, 0.78); }
.chapter-grid { display: grid; gap: 28px; align-items: start; }
@media (min-width: 880px) {
  .chapter-grid { grid-template-columns: 1.05fr 0.95fr; }
}
.chapter h2 { font-size: clamp(2.1rem, 5vw, 3.4rem); margin-bottom: 10px; }
.shot {
  width: 100%; height: min(52vw, 420px); object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
  transform: rotate(-1.5deg);
  border: 1px solid rgba(201, 163, 106, 0.28);
}
.chapter-food .shot { transform: rotate(1.8deg); }

.checklist { margin: 16px 0 8px; }
.checklist li { margin: 8px 0 8px 18px; }

.receipt {
  background: #f4f8fd;
  color: var(--ink);
  border-radius: 6px 18px 18px 6px;
  padding: 22px 20px 20px 28px;
  box-shadow: 8px 12px 0 rgba(9, 20, 40, 0.22);
  background-image: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 11px,
    rgba(61, 111, 209, 0.14) 11px,
    rgba(61, 111, 209, 0.14) 12px
  );
  background-size: 12px 100%;
}
.receipt h3 { font-size: 1.45rem; margin-bottom: 6px; }
.receipt p { color: var(--muted); margin-bottom: 12px; font-size: 0.92rem; }
.row {
  display: flex; justify-content: space-between; gap: 12px;
  padding: 9px 0; border-bottom: 1px dashed rgba(12, 26, 50, 0.16);
  font-size: 0.95rem;
}
.row strong { text-align: right; white-space: nowrap; }
.row.total { border-bottom: none; font-size: 1.05rem; padding-top: 12px; }
.row.total strong { color: #1e4d8c; }

.prices { display: grid; gap: 10px; margin-top: 16px; }
@media (min-width: 560px) { .prices { grid-template-columns: 1fr 1fr; } }
.price-card {
  background: rgba(244, 248, 253, 0.08);
  border: 1px solid rgba(201, 163, 106, 0.28);
  border-radius: 16px; padding: 16px;
}
.price-card b {
  display: block; font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 6px;
}
.price-card .n { font-family: var(--display); font-size: 1.7rem; }
.price-card span { display: block; font-size: 0.86rem; color: rgba(234,241,251,0.7); margin-top: 4px; }

.how { position: relative; z-index: 1; padding: clamp(48px, 8vw, 88px) 0; }
.how h2 { font-size: clamp(2rem, 4vw, 3rem); }
.steps { display: grid; gap: 14px; margin-top: 22px; }
@media (min-width: 800px) { .steps { grid-template-columns: repeat(3, 1fr); } }
.step {
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--line);
  border-radius: 20px; padding: 20px;
  transform: rotate(-0.6deg);
  box-shadow: 0 10px 30px rgba(12, 26, 50, 0.06);
}
.step:nth-child(2) { transform: rotate(0.8deg); }
.step:nth-child(3) { transform: rotate(-0.3deg); }
.step b { display: block; color: var(--copper); font-size: 0.75rem; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 8px; }
.step h3 { font-size: 1.45rem; margin-bottom: 6px; }
.step p { color: var(--muted); }

.faq-sec { padding: 0 0 clamp(48px, 8vw, 80px); position: relative; z-index: 1; }
.faq { display: grid; gap: 8px; margin-top: 16px; }
details {
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid var(--line); border-radius: 16px; padding: 14px 16px;
}
summary { cursor: pointer; font-weight: 700; }
details p { margin-top: 8px; color: var(--muted); }

.cta-block { position: relative; z-index: 1; padding-bottom: clamp(48px, 8vw, 80px); }
.cta {
  background:
    radial-gradient(700px 280px at 50% 0%, rgba(61, 111, 209, 0.35), transparent 60%),
    var(--night);
  color: #eaf1fb;
  border-radius: 28px;
  padding: clamp(28px, 6vw, 48px);
  text-align: center;
  box-shadow: 0 20px 50px rgba(12, 26, 50, 0.28);
  border: 1px solid rgba(201, 163, 106, 0.22);
}
.cta h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); }
.cta p { color: #b7c7df; margin: 10px auto 18px; max-width: 42ch; }
.contact-line { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 18px; margin-top: 14px; font-size: 0.95rem; }
.contact-line a { text-decoration: underline; text-underline-offset: 3px; }

.footer {
  position: relative; z-index: 1;
  border-top: 1px solid var(--line); padding: 28px 0 36px;
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px;
  color: var(--muted); font-size: 0.85rem;
}

.kit-card {
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--line); border-radius: 16px; padding: 18px; margin: 12px 0;
  position: relative; z-index: 1;
}
.kit-card h3 { font-family: var(--display); font-size: 1.3rem; margin-bottom: 8px; }
.copy {
  white-space: pre-wrap; background: rgba(12, 26, 50, 0.05); border-radius: 12px;
  padding: 14px; font-size: 0.92rem; line-height: 1.5;
}
.plan {
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--line); border-radius: 20px; padding: 22px;
  position: relative; z-index: 1;
}
.plan.featured { background: var(--night); color: #eaf1fb; }
.plan.featured p, .plan.featured td { color: #b7c7df; }
.badge {
  display: inline-block; font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase;
  background: linear-gradient(180deg, #3d6fd1, #1e4d8c); color: #fff;
  padding: 4px 8px; border-radius: 999px; margin-bottom: 10px;
}
.plans { display: grid; gap: 16px; }
@media (min-width: 860px) { .plans { grid-template-columns: 1fr 1fr; } }
table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 0.95rem; }
th { text-align: left; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); padding: 8px 0; }
td { padding: 10px 0; border-top: 1px solid var(--line); }
.price { font-weight: 700; white-space: nowrap; }
.inc { color: var(--muted); font-size: 0.9rem; }
.inc li { margin: 6px 0 6px 18px; }
.section { padding: clamp(36px, 6vw, 64px) 0; position: relative; z-index: 1; }

@media print {
  .header, .no-print, body::before, body::after { display: none !important; }
  body { background: #fff; }
}
