/* ============================================================
   Hijyenik Halı Yıkama — BOLD EMBER v2
   Charcoal + Vermilion + Mint + Cream
   ============================================================ */

:root {
  --ink:        #0E1116;
  --ink-2:      #171B22;
  --ink-3:      #262C34;
  --cream:      #F6EFE4;
  --cream-2:    #EDE3D2;
  --paper:      #FDF9F2;
  --white:      #FFFFFF;

  --brand:      #FF4D2E;   /* vermilion primary */
  --brand-2:    #E23A1B;
  --brand-ink:  #7A1E0B;   /* dark vermilion for text on cream */
  --mint:       #2DD4BF;   /* fresh accent */
  --mint-2:     #14B8A6;
  --gold:       #F5C518;   /* highlight yellow */
  --lilac:      #C4B5FD;   /* soft neutral pop */

  --text:       #0E1116;
  --text-soft:  #4A5259;
  --muted:      #8A9098;
  --on-dark:    #F6EFE4;
  --on-dark-soft: #A9B1BC;
  --line:       rgba(14,17,22,.10);
  --line-dark:  rgba(246,239,228,.10);
  --radius-sm:  10px;
  --radius:     18px;
  --radius-lg:  28px;
  --radius-xl:  40px;
  --shadow-1:   0 8px 24px rgba(14,17,22,.06);
  --shadow-2:   0 20px 60px rgba(14,17,22,.14);
  --shadow-brand: 0 18px 36px rgba(255,77,46,.28);
  --shadow-mint:  0 18px 36px rgba(45,212,191,.25);
}

/* ==== base ==== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Plus Jakarta Sans', ui-sans-serif, system-ui, sans-serif;
  font-size: 16px; line-height: 1.6;
  color: var(--text); background: var(--paper);
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img, svg, video { display: block; max-width: 100%; height: auto; }

h1, h2, h3, h4, h5 {
  font-family: 'Bricolage Grotesque', 'Plus Jakarta Sans', ui-serif, serif;
  color: var(--text); letter-spacing: -0.02em; line-height: 1.05;
  margin: 0 0 0.55em; font-weight: 700;
  font-variation-settings: "wdth" 100, "opsz" 24;
}
h1 { font-size: clamp(2.4rem, 6vw, 4.6rem); font-weight: 800; letter-spacing: -0.035em; }
h2 { font-size: clamp(1.8rem, 3.6vw, 2.9rem); font-weight: 700; letter-spacing: -0.025em; }
h3 { font-size: clamp(1.15rem, 1.6vw, 1.4rem); font-weight: 700; }
h4 { font-size: 1.05rem; font-weight: 700; }

p { margin: 0 0 1em; color: var(--text-soft); }
a  { color: var(--brand-ink); text-decoration: none; transition: color .18s ease; }
a:hover { color: var(--brand); }

::selection { background: var(--brand); color: #fff; }

.container { max-width: 1240px; margin: 0 auto; padding: 0 20px; }
@media (min-width: 768px) { .container { padding: 0 40px; } }

.skip-link { position: absolute; top: -100px; left: 0; background: var(--ink); color: #fff; padding: 12px 20px; z-index: 100; transition: top .2s; }
.skip-link:focus { top: 0; }

/* ==== topbar ==== */
.topbar { background: var(--ink); color: var(--on-dark-soft); font-size: 13px; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; padding: 8px 20px; gap: 16px; flex-wrap: wrap; }
.topbar-left, .topbar-right { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.topbar-item { display: inline-flex; align-items: center; gap: 6px; color: var(--on-dark-soft); }
.topbar-item:hover { color: var(--gold); }
@media (max-width: 640px) { .topbar-right { display: none; } .topbar-item { font-size: 12px; } }

/* ==== header ==== */
.header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(253,249,242,0.85);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; gap: 24px; }
@media (min-width: 768px) { .header-inner { padding: 18px 40px; } }

.logo { display: inline-flex; align-items: center; gap: 14px; }
.logo-svg { width: 56px; height: 56px; transition: transform .3s; }
.logo:hover .logo-svg { transform: rotate(-6deg) scale(1.05); }
.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-title { font-family: 'Bricolage Grotesque', serif; font-weight: 800; font-size: 26px; color: var(--ink); letter-spacing: -0.03em; }
.logo-sub { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 600; font-size: 12px; color: var(--text-soft); letter-spacing: 0.18em; text-transform: uppercase; margin-top: 5px; }

@media (max-width: 768px) { .logo { gap: 10px; } .logo-svg { width: 52px; height: 52px; } .logo-title { font-size: 22px; } .logo-sub { font-size: 11px; letter-spacing: 0.10em; } }
@media (max-width: 380px) { .logo-svg { width: 46px; height: 46px; } .logo-title { font-size: 19px; } .logo-sub { font-size: 10px; } }

.nav { display: none; gap: 4px; align-items: center; }
@media (min-width: 1024px) { .nav { display: flex; } }
.nav-link {
  font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 600; font-size: 14.5px;
  color: var(--text); padding: 10px 14px; border-radius: 999px;
  transition: all .18s ease; position: relative;
}
.nav-link:hover { color: var(--brand); background: rgba(255,77,46,0.06); }
.nav-link.is-active { color: var(--brand); background: rgba(255,77,46,0.08); }
.nav-link.is-active::after { content:''; position: absolute; left: 18px; right: 18px; bottom: 4px; height: 2px; background: var(--brand); border-radius: 2px; }

.header-actions { display: flex; align-items: center; gap: 10px; }
.nav-toggle {
  display: inline-flex; flex-direction: column; justify-content: center; gap: 4px;
  width: 42px; height: 42px; border: 1px solid var(--line); background: var(--white);
  border-radius: 12px; cursor: pointer; padding: 0 10px;
}
.nav-toggle span { display: block; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .2s ease, opacity .2s; }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
@media (min-width: 1024px) { .nav-toggle { display: none; } }

.mobile-nav { display: none; flex-direction: column; padding: 12px 20px 20px; border-top: 1px solid var(--line); background: var(--paper); }
.mobile-nav.is-open { display: flex; }
.mobile-nav-link { padding: 14px 12px; border-radius: 12px; font-weight: 700; color: var(--ink); border-bottom: 1px solid var(--line); }
.mobile-nav-link:hover { background: rgba(255,77,46,0.06); color: var(--brand); }
.mobile-cta { background: var(--brand); color: #fff !important; text-align: center; margin-top: 10px; border-bottom: none; }

/* ==== buttons ==== */
.btn {
  display: inline-flex; align-items: center; gap: 9px; justify-content: center;
  font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 15px;
  padding: 14px 22px; border-radius: 14px; cursor: pointer; border: 1.5px solid transparent;
  transition: transform .22s cubic-bezier(.34,1.56,.64,1), background .2s, color .2s, border-color .2s, box-shadow .2s;
  text-decoration: none; position: relative; white-space: nowrap; letter-spacing: -0.005em;
}
.btn:hover { transform: translateY(-2px); }
.btn-sm { padding: 10px 16px; font-size: 14px; border-radius: 12px; }
.btn-lg { padding: 18px 30px; font-size: 16.5px; border-radius: 16px; }
.btn-primary { background: var(--brand); color: #fff; box-shadow: var(--shadow-brand); }
.btn-primary:hover { background: var(--brand-2); color: #fff; box-shadow: 0 22px 44px rgba(255,77,46,0.36); }
.btn-accent  { background: var(--ink); color: var(--cream); }
.btn-accent:hover { background: #000; color: #fff; }
.btn-whatsapp { background: #25D366; color: #fff; }
.btn-whatsapp:hover { background: #1DA851; color: #fff; box-shadow: 0 16px 32px rgba(37,211,102,0.35); }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: var(--cream); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { background: var(--ink); color: var(--cream); border-color: var(--ink); }
@media (max-width: 640px) { .header-actions .btn-ghost { display: none; } }

/* ==== SECTIONS ==== */
.section { padding: 90px 0; }
@media (min-width: 768px) { .section { padding: 120px 0; } }
.section-tight { padding: 60px 0; }
.section-alt { background: var(--white); }
.section-dark { background: var(--ink); color: var(--on-dark); }
.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4 { color: var(--cream); }
.section-dark p { color: var(--on-dark-soft); }

.section-head { max-width: 780px; margin: 0 auto 60px; text-align: center; }
.section-head.left { text-align: left; margin-left: 0; }
.section-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 800; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--brand);
  padding: 6px 12px; border-radius: 999px;
  background: rgba(255,77,46,0.08); border: 1px solid rgba(255,77,46,0.18);
  margin-bottom: 20px;
}
.section-head p { font-size: 17px; color: var(--text-soft); }
.section-head h2 em { color: var(--brand); font-style: normal; }

/* ==== HERO (default, other pages) ==== */
.hero {
  position: relative; overflow: hidden; padding: 80px 0 60px;
  background: linear-gradient(135deg, var(--paper) 0%, var(--cream) 100%);
}
.hero .container { position: relative; z-index: 1; }
.hero-grid { display: grid; gap: 50px; align-items: center; }
@media (min-width: 1024px) { .hero-grid { grid-template-columns: 1.05fr 1fr; gap: 70px; } }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--white); border: 1px solid var(--line); padding: 7px 14px;
  border-radius: 999px; font-size: 13px; font-weight: 700; color: var(--brand);
  margin-bottom: 20px; box-shadow: var(--shadow-1);
}
.hero-eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); animation: pulse-dot 2s infinite; }
@keyframes pulse-dot { 0%,100%{opacity:1} 50%{opacity:.5} }
.hero-title { margin-bottom: 24px; }
.hero-title em { color: var(--brand); font-style: normal; }
.hero-desc { font-size: 18px; color: var(--text-soft); margin-bottom: 32px; max-width: 560px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-trust { display: flex; gap: 28px; margin-top: 36px; flex-wrap: wrap; }
.hero-trust-item { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--text-soft); font-weight: 600; }
.hero-trust-item svg { color: var(--mint); flex-shrink: 0; }

.hero-image {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  aspect-ratio: 4/5; max-height: 600px; box-shadow: var(--shadow-2);
}
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(14,17,22,0.42) 100%); }
.hero-image-badge {
  position: absolute; bottom: 22px; left: 22px; right: 22px;
  background: rgba(253,249,242,0.94); backdrop-filter: blur(10px);
  padding: 16px 20px; border-radius: 18px;
  display: flex; align-items: center; gap: 14px;
}
.hero-image-badge-icon { width: 48px; height: 48px; border-radius: 14px; background: var(--brand); color: #fff; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: var(--shadow-brand); }
.hero-image-badge-title { font-weight: 800; font-size: 15px; color: var(--ink); }
.hero-image-badge-text { font-size: 13px; color: var(--text-soft); }

/* ==== bento (default) ==== */
.bento { display: grid; gap: 20px; grid-template-columns: 1fr; }
@media (min-width: 768px) { .bento { grid-template-columns: repeat(6, 1fr); gap: 24px; } }
.bento-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 30px; transition: transform .3s, box-shadow .3s, border-color .3s;
  position: relative; overflow: hidden;
}
.bento-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-2); border-color: var(--ink); }
.bento-card-img { aspect-ratio: 16/9; border-radius: 16px; overflow: hidden; margin-bottom: 20px; background: var(--cream); }
.bento-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.bento-card:hover .bento-card-img img { transform: scale(1.06); }
.bento-card-icon {
  width: 56px; height: 56px; border-radius: 16px;
  background: var(--ink); color: var(--cream);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.bento-card-title { font-size: 22px; margin-bottom: 8px; }
.bento-card-desc  { color: var(--text-soft); font-size: 15px; margin-bottom: 16px; }
.bento-card-link  { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: 14px; color: var(--brand); }
.bento-card-link:hover { gap: 10px; color: var(--brand-2); }

@media (min-width: 768px) {
  .bento-1 { grid-column: span 4; }
  .bento-2 { grid-column: span 2; }
  .bento-3 { grid-column: span 2; }
  .bento-4 { grid-column: span 2; }
  .bento-5 { grid-column: span 2; }
}

/* ==== process (default) ==== */
.process-grid { display: grid; gap: 24px; grid-template-columns: 1fr; counter-reset: step; }
@media (min-width: 768px) { .process-grid { grid-template-columns: repeat(4, 1fr); } }
.process-step { position: relative; padding: 60px 24px 26px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.process-step::before {
  counter-increment: step; content: counter(step);
  position: absolute; top: 20px; left: 24px;
  width: 44px; height: 44px; border-radius: 14px;
  background: var(--brand); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: 'Bricolage Grotesque', serif; font-weight: 800; font-size: 20px;
  box-shadow: var(--shadow-brand);
}
.process-step h3 { font-size: 18px; margin-bottom: 8px; }
.process-step p { font-size: 14.5px; margin: 0; }

/* ==== trust bar (default) ==== */
.trust-bar { padding: 40px 0; background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; gap: 32px; grid-template-columns: repeat(2, 1fr); align-items: center; }
@media (min-width: 768px) { .trust-grid { grid-template-columns: repeat(4, 1fr); } }
.trust-item { text-align: center; }
.trust-item .num { font-family: 'Bricolage Grotesque', serif; font-size: clamp(32px, 4vw, 44px); font-weight: 800; color: var(--brand); line-height: 1; }
.trust-item .label { font-size: 14px; color: var(--text-soft); margin-top: 6px; }

/* ==== district grid ==== */
.district-grid { display: grid; gap: 12px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 640px)  { .district-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .district-grid { grid-template-columns: repeat(4, 1fr); } }
.district-card {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 18px; background: var(--white); border: 1px solid var(--line);
  border-radius: 14px; font-weight: 700; color: var(--ink); font-size: 14.5px;
  transition: all .2s ease;
}
.district-card:hover { background: var(--ink); color: var(--cream); transform: translateY(-2px); border-color: var(--ink); }
.district-region-tag { font-size: 11px; padding: 3px 9px; border-radius: 999px; background: rgba(14,17,22,0.06); color: var(--text-soft); font-weight: 700; letter-spacing: 0.02em; }
.district-card:hover .district-region-tag { background: var(--brand); color: #fff; }

/* ==== testimonials ==== */
.testimonial-grid { display: grid; gap: 24px; grid-template-columns: 1fr; }
@media (min-width: 768px) { .testimonial-grid { grid-template-columns: repeat(3, 1fr); } }
.testimonial { background: var(--white); border: 1px solid var(--line); padding: 28px; border-radius: var(--radius); position: relative; }
.testimonial-stars { color: var(--gold); font-size: 16px; letter-spacing: 2px; margin-bottom: 14px; }
.testimonial-text { color: var(--text); font-size: 15.5px; line-height: 1.7; margin-bottom: 18px; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--ink); color: var(--cream); font-weight: 800; display: inline-flex; align-items: center; justify-content: center; font-family: 'Bricolage Grotesque', serif; }
.testimonial-name { font-weight: 700; font-size: 14px; color: var(--ink); }
.testimonial-loc { font-size: 12px; color: var(--muted); }

/* ==== FAQ ==== */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item { background: var(--white); border: 1px solid var(--line); border-radius: 16px; margin-bottom: 12px; overflow: hidden; }
.faq-question { padding: 20px 24px; cursor: pointer; font-weight: 700; font-size: 16px; display: flex; justify-content: space-between; align-items: center; gap: 16px; color: var(--ink); user-select: none; }
.faq-question::after { content: '+'; font-size: 24px; font-weight: 400; color: var(--brand); transition: transform .25s; flex-shrink: 0; }
.faq-item.is-open .faq-question::after { content: '−'; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-answer-inner { padding: 0 24px 22px; color: var(--text-soft); font-size: 14.5px; line-height: 1.7; }

/* ==== CTA banner (default) ==== */
.cta-banner {
  background: var(--ink); color: var(--cream); padding: 60px 40px; border-radius: var(--radius-lg);
  display: grid; gap: 24px; align-items: center; position: relative; overflow: hidden;
}
@media (min-width: 768px) { .cta-banner { grid-template-columns: 1.4fr 1fr; padding: 70px 60px; } }
.cta-banner::before {
  content: ''; position: absolute; right: -120px; top: -120px; width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(255,77,46,0.5), transparent 70%);
}
.cta-banner h2 { color: var(--cream); margin-bottom: 12px; }
.cta-banner p { color: var(--on-dark-soft); }
.cta-banner h2 em { color: var(--gold); font-style: normal; }
.cta-banner-actions { display: flex; flex-wrap: wrap; gap: 12px; position: relative; z-index: 2; }
.cta-banner .btn-primary { background: var(--brand); color: #fff; }
.cta-banner .btn-outline { color: var(--cream); border-color: rgba(246,239,228,0.4); }
.cta-banner .btn-outline:hover { background: var(--cream); color: var(--ink); border-color: var(--cream); }

/* ==== contact form ==== */
.contact-grid { display: grid; gap: 40px; grid-template-columns: 1fr; }
@media (min-width: 1024px) { .contact-grid { grid-template-columns: 1.05fr 1fr; gap: 60px; } }
.contact-form { background: var(--white); padding: 36px; border-radius: var(--radius-lg); border: 1px solid var(--line); box-shadow: var(--shadow-1); }
.form-group { margin-bottom: 18px; }
.form-row { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .form-row { grid-template-columns: 1fr 1fr; } }
.form-label { display: block; font-weight: 700; font-size: 14px; margin-bottom: 8px; color: var(--ink); }
.form-input, .form-select, .form-textarea {
  width: 100%; padding: 13px 16px; border: 1.5px solid var(--line);
  border-radius: 12px; font-family: inherit; font-size: 15px;
  background: var(--paper); transition: all .2s ease;
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
  outline: none; border-color: var(--brand); background: #fff; box-shadow: 0 0 0 4px rgba(255,77,46,0.10);
}
.form-textarea { min-height: 120px; resize: vertical; }
.form-honeypot { position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }

.contact-info { display: flex; flex-direction: column; gap: 20px; }
.contact-card { background: var(--white); padding: 24px; border-radius: 18px; border: 1px solid var(--line); display: flex; gap: 16px; align-items: flex-start; transition: all .2s ease; }
.contact-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-1); }
.contact-card-icon { width: 48px; height: 48px; border-radius: 14px; background: var(--ink); color: var(--cream); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-card h4 { margin: 0 0 6px; font-size: 12px; color: var(--muted); font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; }
.contact-card p, .contact-card a { margin: 0; font-size: 16px; color: var(--ink); font-weight: 700; }
.contact-card a:hover { color: var(--brand); }

/* ==== footer ==== */
.footer { background: var(--ink); color: var(--on-dark-soft); padding: 80px 0 30px; margin-top: 0; }
.footer-grid { display: grid; gap: 40px; grid-template-columns: 1fr; margin-bottom: 50px; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: 1.3fr 1fr 1fr 1.35fr; gap: 44px; } }
.footer-logo { margin-bottom: 18px; }
.footer-desc { color: var(--on-dark-soft); font-size: 14.5px; line-height: 1.7; }
.footer-social { display: flex; gap: 10px; margin-top: 22px; }
.footer-social a { width: 44px; height: 44px; border-radius: 14px; background: rgba(246,239,228,0.06); border: 1px solid rgba(246,239,228,0.08); display: inline-flex; align-items: center; justify-content: center; color: var(--cream); transition: all .25s ease; }
.footer-social a:hover { background: var(--brand); border-color: var(--brand); color: #fff; transform: translateY(-2px); box-shadow: var(--shadow-brand); }
.footer-col h4 { color: var(--cream); font-size: 15px; margin-bottom: 18px; letter-spacing: 0.02em; font-family: 'Bricolage Grotesque', serif; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { color: var(--on-dark-soft); font-size: 14px; transition: color .15s; }
.footer-links a:hover { color: var(--brand); }

.footer-contact-col { display: flex; flex-direction: column; gap: 10px; }
.footer-contact-col h4 { margin-bottom: 8px; }
.footer-contact-row {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 12px; border-radius: 14px;
  background: rgba(246,239,228,0.03);
  border: 1px solid rgba(246,239,228,0.06);
  color: var(--on-dark-soft); text-decoration: none;
  transition: all .2s ease;
}
.footer-contact-row:hover { background: rgba(246,239,228,0.06); border-color: rgba(255,77,46,0.5); transform: translateX(2px); }
.footer-contact-row--static { cursor: default; }
.footer-contact-row--static:hover { background: rgba(246,239,228,0.03); border-color: rgba(246,239,228,0.06); transform: none; }
.footer-contact-row--wa .footer-contact-icon { background: rgba(37,211,102,0.14); color: #25D366; }
.footer-contact-row--wa:hover .footer-contact-icon { background: #25D366; color: #fff; }
.footer-contact-icon { width: 38px; height: 38px; border-radius: 12px; background: rgba(246,239,228,0.06); display: inline-flex; align-items: center; justify-content: center; color: var(--mint); flex-shrink: 0; transition: all .2s ease; }
.footer-contact-row:hover .footer-contact-icon:not(.footer-contact-row--wa .footer-contact-icon) { background: rgba(255,77,46,0.18); color: var(--brand); }
.footer-contact-text { display: flex; flex-direction: column; gap: 2px; line-height: 1.25; min-width: 0; }
.footer-contact-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); }
.footer-contact-text strong { font-size: 14px; color: var(--cream); font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.footer-bottom { padding-top: 30px; border-top: 1px solid rgba(246,239,228,0.08); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; font-size: 13px; color: var(--muted); }
.footer-bottom-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-bottom-links a { color: var(--muted); }
.footer-bottom-links a:hover { color: var(--brand); }

/* ==== FAB stack ==== */
.fab-stack { position: fixed; right: 18px; bottom: 18px; z-index: 99; display: flex; flex-direction: column; gap: 12px; }
.fab { width: 58px; height: 58px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: #fff; box-shadow: 0 12px 28px rgba(14,17,22,0.30); transition: all .25s ease; position: relative; }
.fab:hover { transform: translateY(-3px) scale(1.06); }
.fab-whatsapp { background: #25D366; }
.fab-whatsapp::before { content:''; position: absolute; inset: 0; border-radius: 50%; background: inherit; opacity: .3; animation: ring 2s infinite; }
.fab-call { background: linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 100%); box-shadow: 0 12px 28px rgba(255,77,46,.45); animation: callFlash 1.4s ease-in-out infinite; }
@keyframes callFlash {
  0%,100% { box-shadow: 0 12px 28px rgba(255,77,46,.45), 0 0 0 0 rgba(255,77,46,.6), 0 0 0 0 rgba(255,77,46,.35); transform: scale(1); }
  50%     { box-shadow: 0 14px 36px rgba(255,77,46,.7), 0 0 0 12px rgba(255,77,46,0), 0 0 0 24px rgba(255,77,46,0); transform: scale(1.06); }
}
.fab-call::before { content:''; position: absolute; inset: 0; border-radius: 50%; background: var(--brand); opacity: .4; animation: callRing 1.6s ease-out infinite; }
.fab-call::after  { content:''; position: absolute; inset: 0; border-radius: 50%; background: var(--brand-2); opacity: .3; animation: callRing 1.6s ease-out infinite .8s; }
@keyframes callRing { 0% { transform: scale(1); opacity: .5; } 100% { transform: scale(2); opacity: 0; } }
.fab-call:hover { transform: scale(1.12) !important; animation-play-state: paused; }
.fab-call svg { position: relative; z-index: 2; animation: callShake 1.4s ease-in-out infinite; transform-origin: center; }
@keyframes callShake { 0%,90%,100% { transform: rotate(0deg); } 92% { transform: rotate(-12deg); } 94% { transform: rotate(12deg); } 96% { transform: rotate(-8deg); } 98% { transform: rotate(8deg); } }
@keyframes ring { 0% { transform: scale(1); opacity: .3; } 100% { transform: scale(1.7); opacity: 0; } }
.fab-label { position: absolute; right: 70px; background: var(--ink); color: #fff; padding: 6px 12px; border-radius: 8px; font-size: 13px; font-weight: 700; opacity: 0; pointer-events: none; white-space: nowrap; transition: opacity .2s; }
.fab:hover .fab-label { opacity: 1; }
@media (max-width: 640px) { .fab-label { display: none; } .fab { width: 54px; height: 54px; } }

/* ==== content typography ==== */
.content-block { max-width: 820px; margin: 0 auto; }
.content-block h2 { margin-top: 48px; margin-bottom: 16px; }
.content-block h3 { margin-top: 32px; margin-bottom: 12px; }
.content-block p { font-size: 16.5px; color: var(--text); line-height: 1.8; margin-bottom: 18px; }
.content-block ul { padding-left: 0; list-style: none; }
.content-block ul li { position: relative; padding: 8px 0 8px 32px; font-size: 16px; color: var(--text); }
.content-block ul li::before {
  content: '✓'; position: absolute; left: 0; top: 8px; width: 22px; height: 22px;
  background: var(--mint); color: var(--ink); border-radius: 50%; display: inline-flex;
  align-items: center; justify-content: center; font-size: 12px; font-weight: 800;
}

/* ==== breadcrumbs ==== */
.breadcrumbs { padding: 16px 0; font-size: 13px; color: var(--text-soft); background: var(--cream); border-bottom: 1px solid var(--line); }
.breadcrumbs ol { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.breadcrumbs a { color: var(--brand); font-weight: 600; }
.breadcrumbs li + li::before { content: '/'; margin: 0 8px; color: var(--muted); }
.breadcrumbs li[aria-current] { color: var(--ink); font-weight: 700; }

/* ==== animations ==== */
@media (prefers-reduced-motion: no-preference) {
  html.js [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
  html.js [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
}

/* ==== utility ==== */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; } .mt-2 { margin-top: 16px; } .mt-4 { margin-top: 32px; } .mt-6 { margin-top: 48px; }
.hidden { display: none; }

/* ==== alerts ==== */
.alert { padding: 14px 18px; border-radius: 12px; margin-bottom: 18px; font-size: 14.5px; display: flex; align-items: center; gap: 10px; }
.alert-success { background: #DCFCE7; color: #166534; border: 1px solid #BBF7D0; }
.alert-error   { background: #FEE2E2; color: #991B1B; border: 1px solid #FECACA; }


/* ============================================================
   HOMEPAGE ONLY — Bold & Dynamic Editorial layout
   (scoped to body[data-page="home"])
   ============================================================ */

body[data-page="home"] { background: var(--paper); }

/* -- HERO on home -- */
body[data-page="home"] .hero {
  background: var(--ink);
  color: var(--cream);
  padding: 90px 0 120px;
  overflow: hidden;
}
body[data-page="home"] .hero::before,
body[data-page="home"] .hero::after { content: none; }

/* animated grain / glow */
body[data-page="home"] .hero::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(60% 60% at 85% 15%, rgba(255,77,46,.30), transparent 60%),
    radial-gradient(45% 45% at 5% 90%, rgba(45,212,191,.25), transparent 60%);
  pointer-events: none; z-index: 0;
}
body[data-page="home"] .hero::after {
  content: ''; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240' viewBox='0 0 240 240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' seed='7'/%3E%3CfeColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 .06 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: .5; mix-blend-mode: overlay; pointer-events: none; z-index: 0;
}

body[data-page="home"] .hero-grid {
  display: grid; gap: 60px; align-items: center;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  body[data-page="home"] .hero-grid { grid-template-columns: 1.15fr 0.85fr; gap: 60px; }
}

body[data-page="home"] .hero-eyebrow,
body[data-page="home"] .hero-eyebrow--brand {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(246,239,228,0.06);
  border: 1px solid rgba(246,239,228,0.14);
  color: var(--cream); box-shadow: none;
  padding: 10px 16px; border-radius: 999px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  margin-bottom: 26px;
}
body[data-page="home"] .hero-eyebrow--brand strong {
  font-family: 'Bricolage Grotesque', serif; font-weight: 800;
  font-size: 13px; letter-spacing: 0.16em;
  background: none; -webkit-text-fill-color: currentColor; color: var(--brand);
  margin-right: 4px;
}
body[data-page="home"] .hero-eyebrow--brand::before {
  content: ''; width: 8px; height: 8px; border-radius: 50%;
  background: var(--mint); box-shadow: 0 0 0 4px rgba(45,212,191,.25);
  animation: pulse-dot 2s infinite;
}

body[data-page="home"] .hero-title {
  font-family: 'Bricolage Grotesque', serif;
  font-size: clamp(2.6rem, 6.4vw, 5.4rem);
  font-weight: 800;
  color: var(--cream);
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin-bottom: 28px;
  font-variation-settings: "wdth" 90;
}
body[data-page="home"] .hero-title em {
  position: relative; display: inline-block; font-style: normal;
  color: var(--brand);
  background: none; -webkit-text-fill-color: var(--brand);
}
body[data-page="home"] .hero-title em::after {
  content: ''; position: absolute; left: -4px; right: -4px; bottom: 4px; height: 14px;
  background: var(--brand); opacity: .22; border-radius: 4px; z-index: -1;
  transform: skew(-8deg);
}

body[data-page="home"] .hero-desc {
  font-size: clamp(16px, 1.4vw, 19px); color: var(--on-dark-soft);
  max-width: 560px; margin-bottom: 36px; line-height: 1.6;
}

body[data-page="home"] .hero-cta { gap: 14px; }
body[data-page="home"] .hero-cta .btn { border-radius: 999px; padding: 16px 26px; }
body[data-page="home"] .hero-cta .btn-whatsapp { background: var(--brand); color: #fff; box-shadow: var(--shadow-brand); }
body[data-page="home"] .hero-cta .btn-whatsapp:hover { background: var(--brand-2); }
body[data-page="home"] .hero-cta .btn-outline { color: var(--cream); border: 1.5px solid rgba(246,239,228,.35); background: transparent; }
body[data-page="home"] .hero-cta .btn-outline:hover { background: var(--cream); color: var(--ink); border-color: var(--cream); }

body[data-page="home"] .hero-trust { margin-top: 40px; gap: 24px 32px; }
body[data-page="home"] .hero-trust-item { color: var(--on-dark-soft); font-weight: 600; }
body[data-page="home"] .hero-trust-item svg { color: var(--mint); }

body[data-page="home"] .hero-image {
  aspect-ratio: 4/5; max-height: 640px;
  border-radius: 32px; box-shadow: 0 40px 100px rgba(0,0,0,.55);
  border: 1px solid rgba(246,239,228,.08);
  transform: rotate(-1.5deg);
  position: relative;
}
body[data-page="home"] .hero-image::before {
  content: ''; position: absolute; inset: -2px; border-radius: 32px;
  background: linear-gradient(135deg, var(--brand), transparent 55%, var(--mint));
  z-index: -1; opacity: .8;
}
body[data-page="home"] .hero-image::after {
  content: ''; position: absolute; inset: 0; border-radius: 32px;
  background: linear-gradient(180deg, transparent 55%, rgba(14,17,22,.55) 100%);
}
body[data-page="home"] .hero-image-badge {
  bottom: 20px; left: 20px; right: 20px;
  background: rgba(14,17,22,.85);
  border: 1px solid rgba(246,239,228,.12);
  backdrop-filter: blur(12px);
  padding: 14px 18px; border-radius: 20px;
}
body[data-page="home"] .hero-image-badge-icon { background: var(--brand); }
body[data-page="home"] .hero-image-badge-title { color: var(--cream); }
body[data-page="home"] .hero-image-badge-text  { color: var(--on-dark-soft); }

/* rating chip on hero image top-right */
body[data-page="home"] .hero-rating {
  position: absolute; top: 20px; right: 20px;
  background: var(--gold); color: var(--ink);
  padding: 10px 14px; border-radius: 999px;
  font-family: 'Bricolage Grotesque', serif; font-weight: 800; font-size: 14px;
  display: inline-flex; align-items: center; gap: 6px;
  box-shadow: 0 12px 24px rgba(245,197,24,.35);
  transform: rotate(3deg);
}

/* Wave separator between hero and next */
body[data-page="home"] .hero-wave {
  position: absolute; left: 0; right: 0; bottom: -1px; z-index: 2;
  color: var(--paper); pointer-events: none;
}

/* -- MARQUEE trust strip -- */
body[data-page="home"] .marquee {
  background: var(--brand); color: #fff; padding: 18px 0;
  overflow: hidden; position: relative;
  border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink);
}
body[data-page="home"] .marquee-track {
  display: flex; gap: 48px; width: max-content;
  animation: marquee 30s linear infinite;
  font-family: 'Bricolage Grotesque', serif;
  font-weight: 800; font-size: clamp(20px, 2.2vw, 28px);
  letter-spacing: -0.01em; text-transform: uppercase;
  align-items: center;
}
body[data-page="home"] .marquee-track span { display: inline-flex; align-items: center; gap: 48px; white-space: nowrap; }
body[data-page="home"] .marquee-track em { font-style: normal; color: var(--gold); font-weight: 800; }
body[data-page="home"] .marquee-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--ink); flex: none; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* -- TRUST bar on home: numbers grid on cream -- */
body[data-page="home"] .trust-bar {
  background: var(--paper);
  border: none;
  padding: 70px 0;
}
body[data-page="home"] .trust-grid {
  gap: 0;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}
body[data-page="home"] .trust-item {
  padding: 30px 20px;
  border-right: 1px solid var(--line);
  text-align: left;
  position: relative;
  transition: background .2s;
}
body[data-page="home"] .trust-item:hover { background: var(--cream); }
body[data-page="home"] .trust-item:last-child { border-right: none; }
@media (max-width: 767px) {
  body[data-page="home"] .trust-item:nth-child(2n) { border-right: none; }
  body[data-page="home"] .trust-item:nth-child(1),
  body[data-page="home"] .trust-item:nth-child(2) { border-bottom: 1px solid var(--line); }
}
body[data-page="home"] .trust-item .num {
  font-size: clamp(48px, 6.5vw, 84px);
  color: var(--ink);
  font-family: 'Bricolage Grotesque', serif;
  font-weight: 800; letter-spacing: -0.04em; line-height: 1;
  font-variation-settings: "wdth" 90;
}
body[data-page="home"] .trust-item:nth-child(1) .num { color: var(--brand); }
body[data-page="home"] .trust-item:nth-child(3) .num { color: var(--mint-2); }
body[data-page="home"] .trust-item .label {
  margin-top: 10px; font-size: 13px; color: var(--text-soft);
  text-transform: uppercase; letter-spacing: 0.14em; font-weight: 700;
}

/* -- SECTION heads on home: bolder editorial layout -- */
body[data-page="home"] .section-head {
  max-width: 100%; text-align: left; margin: 0 0 56px;
  display: flex; flex-direction: column; align-items: flex-start; gap: 14px;
}
body[data-page="home"] .section-head p { max-width: 640px; margin: 4px 0 0; text-align: left; }
@media (min-width: 1024px) {
  body[data-page="home"] .section-head { gap: 18px; }
  body[data-page="home"] .section-head h2 { max-width: 900px; }
}
body[data-page="home"] .section-head h2 {
  font-size: clamp(2rem, 4.4vw, 3.6rem);
  letter-spacing: -0.035em; margin: 0;
  font-family: 'Bricolage Grotesque', serif;
  font-variation-settings: "wdth" 90;
}
body[data-page="home"] .section-head h2 em { color: var(--brand); font-style: normal; position: relative; }
body[data-page="home"] .section-head h2 em::before {
  content: ''; position: absolute; left: -2px; right: -2px; bottom: 4px; height: 10px;
  background: var(--gold); z-index: -1; opacity: .55;
}

/* -- SERVICES: full-bleed asymmetric bento -- */
body[data-page="home"] .section:has(.bento) { background: var(--paper); }

body[data-page="home"] .bento { gap: 20px; }
@media (min-width: 900px) {
  body[data-page="home"] .bento { grid-template-columns: repeat(6, 1fr); }
  body[data-page="home"] .bento-1 { grid-column: span 3; }
  body[data-page="home"] .bento-2 { grid-column: span 3; }
  body[data-page="home"] .bento-3 { grid-column: span 2; }
  body[data-page="home"] .bento-4 { grid-column: span 2; }
  body[data-page="home"] .bento-5 { grid-column: span 2; }
}

body[data-page="home"] .bento-card {
  background: var(--white); border: 1.5px solid var(--ink);
  border-radius: 24px; padding: 26px;
  box-shadow: 6px 6px 0 var(--ink);
  transition: transform .25s ease, box-shadow .25s ease, background .3s;
}
body[data-page="home"] .bento-card:hover {
  transform: translate(-3px, -3px);
  box-shadow: 12px 12px 0 var(--brand);
}
body[data-page="home"] .bento-1 { padding: 34px; }
body[data-page="home"] .bento-1 .bento-card-img { aspect-ratio: 5/3; margin-bottom: 26px; }
body[data-page="home"] .bento-1 .bento-card-title { font-size: clamp(26px, 3vw, 40px); line-height: 1.02; letter-spacing: -0.025em; }
body[data-page="home"] .bento-card-img { border-radius: 16px; border: 1.5px solid var(--ink); background: var(--cream); }
body[data-page="home"] .bento-card-title { font-family: 'Bricolage Grotesque', serif; font-size: clamp(20px, 2vw, 26px); letter-spacing: -0.02em; }
body[data-page="home"] .bento-card-desc  { color: var(--text-soft); font-size: 14.5px; line-height: 1.55; }
body[data-page="home"] .bento-card-icon  { background: var(--ink); color: var(--cream); box-shadow: none; border-radius: 12px; width: 48px; height: 48px; }
body[data-page="home"] .bento-1 .bento-card-icon { background: var(--brand); color: #fff; width: 56px; height: 56px; }
body[data-page="home"] .bento-card-link {
  color: var(--ink); font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em;
  font-size: 12px; border-top: 1px solid var(--line); padding-top: 14px; margin-top: 14px;
  display: flex; justify-content: space-between; align-items: center;
}
body[data-page="home"] .bento-card-link::after { content: '→'; font-size: 20px; color: var(--brand); transition: transform .25s ease; }
body[data-page="home"] .bento-card:hover .bento-card-link::after { transform: translateX(6px); }

/* -- PROCESS: horizontal editorial stepper -- */
body[data-page="home"] .section:has(.process-grid) { background: var(--ink); color: var(--cream); }
body[data-page="home"] .section:has(.process-grid) .section-head h2 { color: var(--cream); }
body[data-page="home"] .section:has(.process-grid) .section-head h2 em { color: var(--brand); }
body[data-page="home"] .section:has(.process-grid) .section-head p { color: var(--on-dark-soft); }
body[data-page="home"] .section:has(.process-grid) .section-eyebrow {
  background: rgba(255,77,46,.18); border-color: rgba(255,77,46,.35); color: var(--brand);
}
body[data-page="home"] .process-grid { position: relative; gap: 20px; }
@media (min-width: 900px) {
  body[data-page="home"] .process-grid { grid-template-columns: repeat(4, 1fr); }
  body[data-page="home"] .process-grid::before {
    content: ''; position: absolute; top: 44px; left: 6%; right: 6%; height: 2px;
    background: repeating-linear-gradient(90deg, var(--brand) 0 8px, transparent 8px 16px);
    z-index: 0;
  }
}
body[data-page="home"] .process-step {
  background: rgba(246,239,228,0.04);
  border: 1px solid rgba(246,239,228,0.12);
  border-radius: 20px;
  padding: 90px 22px 26px;
  position: relative; z-index: 1;
  transition: transform .3s, background .3s;
}
body[data-page="home"] .process-step:hover { transform: translateY(-4px); background: rgba(246,239,228,0.08); }
body[data-page="home"] .process-step::before {
  top: 22px; left: 22px;
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--brand); color: #fff;
  font-size: 26px;
  box-shadow: 0 10px 24px rgba(255,77,46,.5);
  border: 4px solid var(--ink);
}
body[data-page="home"] .process-step h3 { color: var(--cream); font-size: 19px; }
body[data-page="home"] .process-step p  { color: var(--on-dark-soft); }

/* -- DISTRICTS -- */
body[data-page="home"] .section:has(.district-grid) { background: var(--paper); }
body[data-page="home"] .district-grid { gap: 12px; }
body[data-page="home"] .district-card {
  background: var(--white); border: 1.5px solid var(--ink);
  border-radius: 14px; padding: 16px 18px;
  color: var(--ink); font-weight: 800; letter-spacing: -0.005em;
  transition: transform .2s, background .2s, color .2s;
  box-shadow: 3px 3px 0 var(--ink);
}
body[data-page="home"] .district-card:hover {
  background: var(--brand); color: #fff; transform: translate(-2px,-2px);
  border-color: var(--ink); box-shadow: 5px 5px 0 var(--ink);
}
body[data-page="home"] .district-region-tag {
  background: rgba(14,17,22,0.06); color: var(--text-soft);
  padding: 3px 10px; border-radius: 999px; font-size: 11px; font-weight: 700;
}
body[data-page="home"] .district-card:hover .district-region-tag {
  background: var(--ink); color: var(--gold);
}

/* -- TESTIMONIALS on home -- */
body[data-page="home"] .section-alt { background: var(--cream); }
body[data-page="home"] .testimonial {
  background: var(--white); border: 1.5px solid var(--ink);
  border-radius: 20px; padding: 30px;
  box-shadow: 6px 6px 0 var(--ink);
  transition: transform .25s, box-shadow .25s;
}
body[data-page="home"] .testimonial:hover { transform: translate(-3px, -3px); box-shadow: 12px 12px 0 var(--brand); }
body[data-page="home"] .testimonial-stars { color: var(--gold); font-size: 20px; }
body[data-page="home"] .testimonial-text { font-size: 16px; color: var(--text); line-height: 1.65; }
body[data-page="home"] .testimonial-avatar { background: var(--brand); color: #fff; }

/* -- FAQ on home -- */
body[data-page="home"] .faq-item { border: 1.5px solid var(--ink); border-radius: 16px; box-shadow: 3px 3px 0 var(--ink); background: var(--white); }
body[data-page="home"] .faq-question { color: var(--ink); }
body[data-page="home"] .faq-question::after { color: var(--brand); font-weight: 700; }

/* -- CTA banner on home -- */
body[data-page="home"] .cta-banner {
  background: var(--brand); color: #fff;
  border: 1.5px solid var(--ink); box-shadow: 10px 10px 0 var(--ink);
  padding: 60px 40px;
}
@media (min-width: 768px) { body[data-page="home"] .cta-banner { padding: 80px 60px; } }
body[data-page="home"] .cta-banner::before {
  content: ''; position: absolute; right: -100px; top: -100px; width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(255,255,255,0.3), transparent 70%);
}
body[data-page="home"] .cta-banner h2 { color: #fff; font-size: clamp(1.8rem, 3.2vw, 3rem); }
body[data-page="home"] .cta-banner h2 em { color: var(--gold); font-style: normal; position: relative; }
body[data-page="home"] .cta-banner h2 em::after {
  content: ''; position: absolute; left: -2px; right: -2px; bottom: 2px; height: 10px;
  background: rgba(255,255,255,0.35); z-index: -1;
}
body[data-page="home"] .cta-banner p { color: rgba(255,255,255,0.85); font-size: 17px; }
body[data-page="home"] .cta-banner .btn-primary { background: var(--ink); color: var(--cream); box-shadow: none; }
body[data-page="home"] .cta-banner .btn-primary:hover { background: #000; color: #fff; }
body[data-page="home"] .cta-banner .btn-outline { color: #fff; border-color: rgba(255,255,255,0.5); }
body[data-page="home"] .cta-banner .btn-outline:hover { background: #fff; color: var(--brand); border-color: #fff; }
