/* ============================================================
   Fryzjer Legnica — Stylesheet
   ============================================================ */

:root {
  --cream: #faf7f2;
  --cream-2: #f2ece2;
  --white: #ffffff;
  --dark: #1a1614;
  --charcoal: #2e2a26;
  --copper: #b8762a;
  --copper-dark: #9a6020;
  --copper-light: #d4914a;
  --text: #2e2a26;
  --text-muted: #7a7068;
  --border: #e5ddd4;
  --border-dark: #cfc5b8;
  --font-heading: Georgia, 'Times New Roman', serif;
  --font-body: 'Segoe UI', system-ui, -apple-system, sans-serif;
  --shadow: 0 1px 4px rgba(30,20,10,0.08);
  --shadow-md: 0 4px 16px rgba(30,20,10,0.1);
  --radius: 4px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--copper); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--copper-dark); }

/* ── TYPOGRAPHY ── */
h1, h2, h3, h4 {
  font-family: var(--font-heading);
  line-height: 1.2;
  font-weight: normal;
  color: var(--charcoal);
}
h1 { font-size: clamp(2rem, 5vw, 3.25rem); }
h2 { font-size: clamp(1.5rem, 3.5vw, 2.25rem); }
h3 { font-size: clamp(1.1rem, 2vw, 1.4rem); }
h4 { font-size: 1.05rem; }
p { margin-bottom: 1rem; }
.lead { font-size: 1.1rem; max-width: 680px; color: var(--text-muted); }

/* ── UTILITIES ── */
.container { max-width: 1080px; margin: 0 auto; padding: 0 1.5rem; }
.text-center { text-align: center; }
.text-copper { color: var(--copper); }
.section { padding: 5rem 0; }
.section-alt { background: var(--cream); }

.section-label {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--copper);
  margin-bottom: 0.9rem;
}
.divider { width: 44px; height: 2px; background: var(--copper); margin: 1rem 0; }
.divider-center { margin: 1rem auto; }

/* ── PHONE UNAVAILABLE ── */
a[href^="tel:"] {
  opacity: 0.38;
  pointer-events: none;
  cursor: not-allowed;
  filter: grayscale(1);
  position: relative;
}

/* ── BUTTONS ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 1.75rem;
  border: 1.5px solid transparent;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.01em;
}
.btn-primary { background: var(--copper); color: var(--white); border-color: var(--copper); }
.btn-primary:hover { background: var(--copper-dark); border-color: var(--copper-dark); color: var(--white); }
.btn-outline { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.65); }
.btn-outline:hover { background: var(--white); color: var(--charcoal); border-color: var(--white); }
.btn-outline-dark { background: transparent; color: var(--charcoal); border-color: var(--charcoal); }
.btn-outline-dark:hover { background: var(--charcoal); color: var(--white); }
.btn-outline-copper { background: transparent; color: var(--copper); border-color: var(--copper); }
.btn-outline-copper:hover { background: var(--copper); color: var(--white); }
.btn-lg { padding: 1rem 2.25rem; font-size: 1rem; }
.btn-full { width: 100%; justify-content: center; }
.btn-phone { background: #2a9d5c; color: var(--white); border-color: #2a9d5c; }
.btn-phone:hover { background: #228049; border-color: #228049; color: var(--white); }

/* ── HEADER ── */
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--white);
  border-bottom: 1px solid var(--border);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 1.5rem;
  max-width: 1080px;
  margin: 0 auto;
  gap: 1.5rem;
}
.logo {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  flex-shrink: 0;
}
.logo-mark {
  width: 34px;
  height: 34px;
  background: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--white);
  flex-shrink: 0;
}
.logo-text {
  font-family: var(--font-heading);
  font-size: 1rem;
  color: var(--charcoal);
  line-height: 1.25;
}
.logo-text span {
  display: block;
  font-family: var(--font-body);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--copper);
  font-weight: 700;
}

nav {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  flex: 1;
  justify-content: center;
}
nav a {
  color: var(--text-muted);
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.4rem 0.75rem;
  transition: color 0.2s;
}
nav a:hover, nav a.active { color: var(--copper); }

.header-cta { display: flex; align-items: center; gap: 0.75rem; flex-shrink: 0; }
.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  flex-direction: column;
  gap: 5px;
}
.hamburger span { display: block; width: 22px; height: 1.5px; background: var(--charcoal); transition: all 0.3s; }

/* ── HERO ── */
.hero {
  position: relative;
  min-height: 580px;
  display: flex;
  align-items: center;
  background-color: #22180e;
  overflow: hidden;
}
.hero-video-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.hero-video-bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(100%, 177.78vh);
  height: max(56.25vw, 100%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    100deg,
    rgba(15,10,5,0.82) 0%,
    rgba(15,10,5,0.55) 55%,
    rgba(15,10,5,0.25) 100%
  );
}
.hero-inner {
  position: relative;
  z-index: 1;
  padding: 5rem 1.5rem;
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
}
.hero-eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--copper-light);
  margin-bottom: 1.25rem;
}
.hero h1 {
  color: var(--white);
  font-size: clamp(2.25rem, 5.5vw, 3.75rem);
  line-height: 1.1;
  max-width: 640px;
  margin-bottom: 1.5rem;
  font-weight: normal;
}
.hero h1 em { color: var(--copper-light); font-style: italic; }
.hero-desc {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.75);
  max-width: 500px;
  margin-bottom: 2.25rem;
  line-height: 1.75;
}
.hero-actions { display: flex; gap: 0.875rem; flex-wrap: wrap; }
.hero-bottom {
  display: flex;
  gap: 2.5rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.hero-stat-num {
  font-family: var(--font-heading);
  font-size: 1.75rem;
  color: var(--white);
  display: block;
  line-height: 1;
  margin-bottom: 0.3rem;
}
.hero-stat-label {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ── TRUST BAR ── */
.trust-bar {
  background: var(--dark);
  padding: 0.875rem 0;
}
.trust-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(255,255,255,0.55);
}

/* ── SECTION HEADER ── */
.section-header { max-width: 560px; margin-bottom: 3.5rem; }
.section-header.centered { text-align: center; margin-left: auto; margin-right: auto; }
.section-header h2 { margin-bottom: 0.75rem; }
.section-header p { color: var(--text-muted); margin: 0; }

/* ── SERVICES ── */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}
.service-card {
  background: var(--white);
  padding: 2.25rem 2rem;
  transition: background 0.2s;
  display: flex;
  flex-direction: column;
}
.service-card:hover { background: var(--cream); }
.service-icon { font-size: 1.75rem; margin-bottom: 1.25rem; }
.service-card h3 { font-size: 1.1rem; margin-bottom: 0.5rem; }
.service-card > p {
  font-size: 0.9rem;
  color: var(--text-muted);
  flex: 1;
  margin-bottom: 1.25rem;
}
.service-price {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--copper);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.service-link {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--charcoal);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: auto;
}
.service-link:hover { color: var(--copper); }

/* ── WHY US ── */
.why-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}
.why-intro .lead { margin-bottom: 1.5rem; }
.why-items { border-top: 1px solid var(--border); }
.why-item {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--border);
}
.why-num {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  color: var(--copper);
  opacity: 0.4;
  min-width: 2rem;
  line-height: 1;
  padding-top: 0.15rem;
}
.why-item h3 { font-size: 0.975rem; margin-bottom: 0.3rem; }
.why-item p { font-size: 0.875rem; color: var(--text-muted); margin: 0; }

/* ── REVIEWS ── */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.review-card {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 1.75rem;
}
.review-stars { color: var(--copper); font-size: 0.85rem; letter-spacing: 0.08em; margin-bottom: 1rem; }
.review-text {
  font-size: 0.9rem;
  line-height: 1.75;
  color: var(--text);
  margin-bottom: 1.25rem;
  font-style: italic;
}
.review-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
}
.review-avatar {
  width: 36px;
  height: 36px;
  background: var(--cream-2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 0.9rem;
  color: var(--copper);
  flex-shrink: 0;
}
.review-name { font-weight: 700; font-size: 0.875rem; line-height: 1.2; }
.review-date { font-size: 0.75rem; color: var(--text-muted); }

/* ── FAQ ── */
.faq-list { max-width: 720px; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item:first-child { border-top: 1px solid var(--border); }
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 0.975rem;
  font-weight: 600;
  color: var(--charcoal);
  gap: 1rem;
  font-family: var(--font-body);
  transition: color 0.2s;
}
.faq-question:hover, .faq-question.active { color: var(--copper); }
.faq-icon { font-size: 1.2rem; color: var(--copper); flex-shrink: 0; transition: transform 0.3s; line-height: 1; }
.faq-question.active .faq-icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-answer-inner { padding: 0 0 1.25rem; font-size: 0.9rem; color: var(--text-muted); line-height: 1.75; }

/* ── PRICE TABLE ── */
.price-table { width: 100%; border-collapse: collapse; }
.price-table thead { background: var(--dark); color: var(--white); }
.price-table th {
  padding: 0.9rem 1.25rem;
  text-align: left;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: var(--font-body);
}
.price-table th:last-child { text-align: right; }
.price-table td {
  padding: 0.85rem 1.25rem;
  border-bottom: 1px solid var(--border);
  font-size: 0.9rem;
}
.price-table td:last-child { text-align: right; font-weight: 700; color: var(--copper); }
.price-table tbody tr:last-child td { border-bottom: none; }
.price-table tbody tr:nth-child(even) { background: var(--cream); }
.price-category { background: var(--cream-2) !important; }
.price-category td {
  font-weight: 700 !important;
  font-size: 0.78rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  color: var(--text-muted) !important;
}

/* ── BREADCRUMB ── */
.breadcrumb {
  background: var(--cream);
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.82rem;
}
.breadcrumb-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-muted);
}
.breadcrumb a { color: var(--text-muted); }
.breadcrumb a:hover { color: var(--copper); }
.breadcrumb-sep { color: var(--border-dark); }

/* ── PAGE HERO ── */
.page-hero {
  background: var(--dark);
  padding: 4rem 0 3.5rem;
}
.page-hero-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.page-hero .section-label { color: var(--copper-light); }
.page-hero h1 { color: var(--white); margin-bottom: 0.75rem; }
.page-hero h1 em { color: var(--copper-light); font-style: italic; }
.page-hero p { color: rgba(255,255,255,0.65); max-width: 580px; margin: 0; }
.page-hero-actions { margin-top: 2rem; display: flex; gap: 1rem; flex-wrap: wrap; }

/* ── BLOG GRID ── */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.blog-card { background: var(--white); border: 1px solid var(--border); }
.blog-card-img {
  height: 160px;
  background: var(--cream-2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
}
.blog-card-body { padding: 1.5rem; }
.blog-card-meta {
  display: flex;
  gap: 1rem;
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-bottom: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 600;
}
.blog-card h3 { font-size: 1rem; margin-bottom: 0.5rem; line-height: 1.35; }
.blog-card p { font-size: 0.875rem; color: var(--text-muted); margin-bottom: 1rem; }
.blog-read-more {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--charcoal);
}
.blog-read-more:hover { color: var(--copper); }

/* ── CONTACT FORM ── */
.contact-form { max-width: 560px; }
.form-group { margin-bottom: 1.25rem; }
.form-group label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
  color: var(--charcoal);
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--border-dark);
  font-size: 0.95rem;
  color: var(--text);
  background: var(--white);
  font-family: var(--font-body);
  transition: border-color 0.2s;
  -webkit-appearance: none;
  border-radius: 0;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { outline: none; border-color: var(--copper); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

/* Hero form */
.hero-form label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-bottom: 0.4rem;
  margin-top: 0.9rem;
}
.hero-form input,
.hero-form select,
.hero-form textarea {
  width: 100%;
  padding: 0.7rem 1rem;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  color: var(--white);
  font-size: 0.9rem;
  font-family: var(--font-body);
  transition: border-color 0.2s;
}
.hero-form input::placeholder { color: rgba(255,255,255,0.3); }
.hero-form input:focus,
.hero-form select:focus,
.hero-form textarea:focus { outline: none; border-color: var(--copper-light); }
.hero-form select option { background: var(--dark); }

/* ── MAP PLACEHOLDER ── */
.map-box {
  background: var(--cream);
  border: 1px solid var(--border);
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.75rem;
  color: var(--text-muted);
}

/* ── INFO BOX ── */
.info-box {
  background: var(--cream);
  border-left: 3px solid var(--copper);
  padding: 1.25rem 1.5rem;
  margin: 1.75rem 0;
}
.info-box p { margin: 0; font-size: 0.9rem; color: var(--text-muted); }

/* ── CTA SECTION ── */
.cta-section { background: var(--dark); color: var(--white); padding: 5rem 0; }
.cta-section h2 { color: var(--white); margin-bottom: 0.75rem; }
.cta-section p { color: rgba(255,255,255,0.6); margin-bottom: 2rem; max-width: 520px; }
.cta-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.cta-section.centered .cta-actions { justify-content: center; }
.cta-section.centered .cta-section-inner { text-align: center; }
.cta-section.centered p { margin-left: auto; margin-right: auto; }

/* ── SALE SECTION ── */
.sale-section {
  background: var(--cream);
  padding: 5rem 0;
  border-top: 1px solid var(--border);
}
.sale-section h2 { margin-bottom: 1rem; }
.sale-features { display: flex; flex-wrap: wrap; gap: 0.75rem; margin: 2.25rem 0; }
.sale-feature {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 0.85rem 1.25rem;
  font-size: 0.875rem;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.sale-feature strong { color: var(--copper); }

/* ── FOOTER ── */
.footer { background: var(--dark); color: rgba(255,255,255,0.45); padding: 4rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
  text-decoration: none;
}
.footer-logo-mark {
  width: 30px;
  height: 30px;
  background: var(--copper);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  color: var(--white);
}
.footer-logo-text { font-family: var(--font-heading); color: var(--white); font-size: 0.9rem; }
.footer-brand p { font-size: 0.875rem; line-height: 1.7; max-width: 250px; margin: 0; }
.footer h4 {
  font-family: var(--font-body);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 1.25rem;
}
.footer ul { list-style: none; }
.footer ul li { margin-bottom: 0.6rem; }
.footer ul li a { color: rgba(255,255,255,0.45); font-size: 0.875rem; transition: color 0.2s; }
.footer ul li a:hover { color: var(--copper-light); }
.footer-contact { list-style: none; }
.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}
.footer-contact li strong { color: rgba(255,255,255,0.75); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.07);
  padding-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
  font-size: 0.8rem;
}
.footer-bottom a { color: rgba(255,255,255,0.3); }
.footer-bottom a:hover { color: var(--copper-light); }

/* ── STICKY PHONE BAR ── */
.sticky-cta {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 900;
  background: var(--dark);
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 0.75rem 1rem;
  gap: 0.75rem;
}

/* ── ARTICLE (blog) ── */
.article-content h2 { margin: 2.25rem 0 0.75rem; }
.article-content h3 { margin: 1.75rem 0 0.5rem; }
.article-content p { margin-bottom: 1.1rem; line-height: 1.8; }
.article-content ul, .article-content ol { margin: 1rem 0 1rem 1.5rem; }
.article-content li { margin-bottom: 0.5rem; line-height: 1.7; }
.article-content strong { color: var(--charcoal); }

/* ── TWO-COL LAYOUT ── */
.two-col { display: grid; grid-template-columns: 1fr 340px; gap: 4rem; align-items: start; }
.sidebar-box {
  background: var(--cream);
  border: 1px solid var(--border);
  padding: 2rem;
  position: sticky;
  top: 80px;
}
.sidebar-box h3 { margin-bottom: 1.25rem; font-size: 1.1rem; }

/* ── SEO CONTENT ── */
.seo-content { column-count: 2; column-gap: 3rem; font-size: 0.9rem; color: var(--text-muted); line-height: 1.8; }
.seo-content p { margin-bottom: 1rem; break-inside: avoid; }
.seo-content h3 { column-span: all; margin: 2rem 0 1rem; color: var(--charcoal); }

/* ── BOOKING PANEL ── */
.booking-panel {
  background: var(--dark);
  padding: 2rem;
  max-width: 480px;
}
.booking-panel h3 { color: var(--white); font-size: 1.1rem; margin-bottom: 1.5rem; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .why-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .two-col { grid-template-columns: 1fr; }
  .sidebar-box { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .section { padding: 3.5rem 0; }
  nav { display: none; }
  nav.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: var(--white);
    z-index: 999;
    padding: 5rem 2rem 2rem;
    gap: 0;
    overflow-y: auto;
  }
  nav.open a {
    font-size: 1.05rem;
    padding: 0.9rem 0;
    border-bottom: 1px solid var(--border);
    color: var(--charcoal);
  }
  .hamburger { display: flex; z-index: 1001; position: relative; }
  .header-cta .btn { display: none; }
  .hero { min-height: 480px; }
  .hero h1 { font-size: 2rem; }
  .hero-bottom { flex-wrap: wrap; gap: 1.25rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { justify-content: center; }
  .services-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .sticky-cta { display: flex; }
  body { padding-bottom: 64px; }
  .price-table { font-size: 0.82rem; }
  .price-table th, .price-table td { padding: 0.7rem 0.75rem; }
  .cta-actions { flex-direction: column; }
  .form-row { grid-template-columns: 1fr; }
  .seo-content { column-count: 1; }
  .trust-inner { gap: 1.25rem; }
}

/* ── SALE SECTION ── */
.sale-section {
  background: var(--cream-2);
  padding: 5rem 1.5rem;
  text-align: center;
  border-top: 1px solid var(--border);
}
.sale-section h2 {
  max-width: 700px;
  margin: 0.5rem auto 1.25rem;
}
.sale-desc {
  max-width: 580px;
  margin: 0 auto 2.5rem;
  color: var(--text-muted);
  font-size: 1rem;
}
.sale-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  margin: 0 auto 2.5rem;
  text-align: left;
  font-size: 0.95rem;
}
.sale-features li {
  width: 100%;
  max-width: 340px;
}
.sale-features li strong { color: var(--charcoal); }

/* ── SEO TEXT SECTION ── */
.seo-grid {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 4rem;
  align-items: start;
}
.seo-main h2 { margin-bottom: 1rem; }
.seo-block {
  padding: 1.5rem 0;
  border-top: 1px solid var(--border);
}
.seo-block h3 {
  font-size: 1.1rem;
  margin-bottom: 0.6rem;
  color: var(--charcoal);
}
.seo-block p { margin-bottom: 0; color: var(--text-muted); }
.seo-aside-box {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 1.25rem 1.5rem;
  margin-bottom: 1rem;
}
.seo-aside-box h4 {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--copper);
  margin-bottom: 0.875rem;
}
.seo-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.88rem;
  color: var(--text-muted);
}
.seo-list li::before {
  content: '–';
  color: var(--copper);
  margin-right: 0.5rem;
}
@media (max-width: 768px) {
  .seo-grid { grid-template-columns: 1fr; gap: 2rem; }
}
