/* ================================
   ד"ר דנה בוכבוט — PRP לדלילות שיער
   Brand stylesheet
   ================================ */

:root {
  /* Brand palette */
  --c-charcoal: #0F0F0F;
  --c-graphite: #2A2A2A;
  --c-stone:    #6B6B6B;
  --c-divider:  #E8E2D6;
  --c-ivory:    #FAF7F2;
  --c-ivory-2:  #F2EDE3;
  --c-bronze:   #B8956A;
  --c-bronze-d: #8E6F4D;
  --c-bronze-l: #D9C29D;
  --c-wa:       #25D366;
  --c-wa-d:     #128C7E;

  /* Type */
  --f-display: "Frank Ruhl Libre", "David Libre", Georgia, serif;
  --f-body: "Heebo", system-ui, -apple-system, "Segoe UI", Tahoma, sans-serif;

  /* Spacing scale */
  --s-1: 0.5rem;
  --s-2: 1rem;
  --s-3: 1.5rem;
  --s-4: 2rem;
  --s-5: 3rem;
  --s-6: 4rem;
  --s-7: 6rem;

  /* Container */
  --container: 1200px;

  /* Radii */
  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 20px;
  --r-pill: 999px;

  /* Shadows */
  --sh-sm: 0 1px 3px rgba(15,15,15,0.06);
  --sh-md: 0 6px 24px rgba(15,15,15,0.08);
  --sh-lg: 0 18px 50px rgba(15,15,15,0.10);
}

/* ================================
   Reset
   ================================ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body, h1, h2, h3, h4, p, ul, ol, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: transparent; }

/* ================================
   Base
   ================================ */
body {
  font-family: var(--f-body);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  color: var(--c-graphite);
  background: var(--c-ivory);
  direction: rtl;
  text-align: right;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4 {
  font-family: var(--f-display);
  color: var(--c-charcoal);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(2rem, 4.5vw, 3.75rem); font-weight: 900; }
h2 { font-size: clamp(1.625rem, 3.2vw, 2.5rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.5rem); font-family: var(--f-body); font-weight: 700; }
h4 { font-size: 1.125rem; font-family: var(--f-body); font-weight: 600; }

p { color: var(--c-graphite); }
.muted { color: var(--c-stone); }

/* Container */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--s-3);
}

section { padding: var(--s-7) 0; }
@media (max-width: 768px) {
  section { padding: var(--s-6) 0; }
  body { font-size: 17px; }
}

/* ================================
   Buttons
   ================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 28px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 1rem;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap;
}
.btn-wa {
  background: var(--c-wa);
  color: #fff;
  box-shadow: 0 8px 22px rgba(37,211,102,0.32);
}
.btn-wa:hover { background: var(--c-wa-d); transform: translateY(-1px); box-shadow: 0 12px 28px rgba(18,140,126,0.35); }
.btn-wa svg { width: 22px; height: 22px; flex-shrink: 0; }
.btn-wa-lg { padding: 22px 38px; font-size: 1.125rem; }
.btn-wa-lg svg { width: 26px; height: 26px; }

.btn-ghost {
  background: transparent;
  color: var(--c-charcoal);
  border: 1.5px solid var(--c-charcoal);
}
.btn-ghost:hover { background: var(--c-charcoal); color: var(--c-ivory); }

.btn-bronze {
  background: var(--c-bronze);
  color: #fff;
  box-shadow: 0 8px 22px rgba(184,149,106,0.30);
}
.btn-bronze:hover { background: var(--c-bronze-d); }

/* ================================
   Header / Nav
   ================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 247, 242, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--c-divider);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 14px;
  gap: var(--s-3);
}
.brand-logo img { height: 44px; width: auto; }
@media (max-width: 600px) {
  .brand-logo img { height: 36px; }
}
.header-cta {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-phone {
  font-weight: 600;
  color: var(--c-charcoal);
  letter-spacing: 0.01em;
  font-size: .95rem;
}
@media (max-width: 600px) {
  .header-phone { display: none; }
  .header-cta .btn-wa { padding: 12px 20px; font-size: .9rem; }
}

/* ================================
   Hero
   ================================ */
.hero {
  position: relative;
  padding-top: var(--s-6);
  padding-bottom: var(--s-7);
  overflow: hidden;
  background:
    radial-gradient(ellipse at 90% 0%, rgba(184,149,106,0.10), transparent 55%),
    radial-gradient(ellipse at 10% 100%, rgba(184,149,106,0.06), transparent 55%),
    var(--c-ivory);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: var(--s-6);
  align-items: center;
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: var(--s-5); }
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(184,149,106,0.15);
  color: var(--c-bronze-d);
  border-radius: var(--r-pill);
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: var(--s-3);
}
.hero h1 {
  margin-bottom: var(--s-3);
}
.hero h1 .accent { color: var(--c-bronze); }
.hero-sub {
  font-size: 1.2rem;
  line-height: 1.7;
  color: var(--c-graphite);
  margin-bottom: var(--s-4);
  max-width: 560px;
}
@media (max-width: 600px) {
  .hero-sub { font-size: 1.05rem; }
}
.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: var(--s-4);
}
.hero-mini-trust {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-3) var(--s-4);
  margin-top: var(--s-3);
  font-size: .95rem;
  color: var(--c-stone);
}
.hero-mini-trust li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-mini-trust li::before {
  content: "✓";
  color: var(--c-bronze);
  font-weight: 700;
  font-size: 1.05rem;
}

.hero-img-wrap {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--sh-lg);
  background: #fff;
}
.hero-img-wrap img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}
.hero-badge {
  position: absolute;
  bottom: var(--s-3);
  inset-inline-start: var(--s-3);
  background: var(--c-charcoal);
  color: var(--c-ivory);
  padding: 14px 20px;
  border-radius: var(--r-md);
  font-weight: 600;
  font-size: .95rem;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: calc(100% - var(--s-4) * 2);
}
.hero-badge .num {
  font-family: var(--f-display);
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--c-bronze);
  line-height: 1;
}

/* ================================
   Trust strip
   ================================ */
.trust-strip {
  background: var(--c-charcoal);
  color: var(--c-ivory);
  padding-block: var(--s-5);
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s-3);
  text-align: center;
}
.trust-item .num {
  font-family: var(--f-display);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 900;
  color: var(--c-bronze);
  line-height: 1;
  margin-bottom: 8px;
}
.trust-item .label {
  font-size: .95rem;
  color: rgba(250, 247, 242, 0.85);
  font-weight: 500;
}
@media (max-width: 720px) {
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: var(--s-4) var(--s-3); }
}

/* ================================
   Section heading
   ================================ */
.section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto var(--s-5);
}
.section-eyebrow {
  display: inline-block;
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--c-bronze);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.section-head p {
  font-size: 1.1rem;
  color: var(--c-stone);
  margin-top: var(--s-2);
}

/* ================================
   Problem / Pain points
   ================================ */
.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-3);
}
@media (max-width: 800px) { .problem-grid { grid-template-columns: 1fr; } }
.problem-card {
  background: #fff;
  border: 1px solid var(--c-divider);
  border-radius: var(--r-md);
  padding: var(--s-4);
  box-shadow: var(--sh-sm);
}
.problem-card .stage {
  font-family: var(--f-display);
  color: var(--c-bronze);
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: var(--s-2);
}
.problem-card h3 { margin-bottom: 8px; }
.problem-card p { color: var(--c-stone); font-size: .98rem; }

/* ================================
   Solution
   ================================ */
.solution {
  background: #fff;
}
.solution-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s-5);
}
@media (max-width: 800px) { .solution-grid { grid-template-columns: 1fr; } }
.solution-grid h2 { margin-bottom: var(--s-3); }
.solution-grid p { margin-bottom: var(--s-2); }
.solution-points {
  margin-top: var(--s-3);
}
.solution-points li {
  position: relative;
  padding-inline-start: 28px;
  margin-bottom: 12px;
  font-size: 1.02rem;
}
.solution-points li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--c-bronze);
}
.solution-aside {
  background: var(--c-ivory-2);
  border-radius: var(--r-md);
  padding: var(--s-4);
  border-inline-start: 4px solid var(--c-bronze);
}
.solution-aside h3 {
  color: var(--c-charcoal);
  margin-bottom: var(--s-2);
}

/* ================================
   THE GUARANTEE - centerpiece
   ================================ */
.guarantee {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(184,149,106,0.18), transparent 60%),
    var(--c-charcoal);
  color: var(--c-ivory);
  padding-block: var(--s-7);
  position: relative;
}
.guarantee::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='2' height='2'><circle cx='1' cy='1' r='0.6' fill='%23B8956A' opacity='0.07'/></svg>");
  background-size: 24px 24px;
  pointer-events: none;
}
.guarantee .container { position: relative; }
.guarantee-inner {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
.guarantee-seal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  border: 2px solid var(--c-bronze);
  border-radius: 50%;
  margin-bottom: var(--s-4);
  position: relative;
}
.guarantee-seal::before, .guarantee-seal::after {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(184,149,106,0.35);
  border-radius: 50%;
}
.guarantee-seal svg { width: 48px; height: 48px; color: var(--c-bronze); }
.guarantee h2 {
  color: var(--c-ivory);
  font-size: clamp(1.875rem, 4vw, 3rem);
  margin-bottom: var(--s-3);
}
.guarantee h2 .accent { color: var(--c-bronze); }
.guarantee p {
  color: rgba(250,247,242,0.88);
  font-size: 1.18rem;
  line-height: 1.75;
  max-width: 720px;
  margin: 0 auto var(--s-3);
}
.guarantee-tag {
  display: inline-block;
  margin-top: var(--s-3);
  padding: 12px 24px;
  background: var(--c-bronze);
  color: var(--c-charcoal);
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: .95rem;
  letter-spacing: 0.04em;
}

/* ================================
   About Dr. Dana
   ================================ */
.about {
  background: var(--c-ivory);
}
.about-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: var(--s-5);
  align-items: center;
}
@media (max-width: 900px) { .about-grid { grid-template-columns: 1fr; gap: var(--s-4); } }
.about-photo {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--sh-lg);
  aspect-ratio: 4/5;
  background: #fff;
}
.about-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(15,15,15,0.18));
  pointer-events: none;
}
.about-text h2 { margin-bottom: var(--s-3); }
.about-text p { font-size: 1.08rem; margin-bottom: var(--s-2); }
.about-creds {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--s-2);
  margin-top: var(--s-3);
  padding-top: var(--s-3);
  border-top: 1px solid var(--c-divider);
}
@media (max-width: 600px) { .about-creds { grid-template-columns: 1fr; } }
.about-creds li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: .98rem;
}
.about-creds li::before {
  content: "✓";
  color: var(--c-bronze);
  font-weight: 800;
  font-size: 1.1rem;
  margin-top: 2px;
}
.about-quote {
  margin-top: var(--s-4);
  padding: var(--s-3) var(--s-4);
  border-inline-start: 3px solid var(--c-bronze);
  background: #fff;
  border-radius: var(--r-sm);
  font-family: var(--f-display);
  font-size: 1.15rem;
  font-style: italic;
  color: var(--c-charcoal);
  line-height: 1.6;
}

/* ================================
   Treatments offered
   ================================ */
.treatments {
  background: #fff;
}
.treatments-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-3);
}
@media (max-width: 900px) { .treatments-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .treatments-grid { grid-template-columns: 1fr; } }
.treatment-card {
  background: var(--c-ivory);
  border: 1px solid var(--c-divider);
  border-radius: var(--r-md);
  padding: var(--s-3) var(--s-4);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.treatment-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-md);
  border-color: var(--c-bronze-l);
}
.treatment-card h3 {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 8px;
  color: var(--c-charcoal);
}
.treatment-card .tag {
  display: inline-block;
  font-size: .8rem;
  font-weight: 600;
  color: var(--c-bronze-d);
  background: rgba(184,149,106,0.12);
  padding: 4px 10px;
  border-radius: var(--r-pill);
  margin-bottom: 12px;
}
.treatment-card p {
  font-size: .97rem;
  color: var(--c-stone);
}

/* ================================
   Process
   ================================ */
.process {
  background: var(--c-ivory);
}
.process-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-3);
  counter-reset: step;
  position: relative;
}
@media (max-width: 900px) { .process-list { grid-template-columns: 1fr; } }
.process-step {
  background: #fff;
  border-radius: var(--r-md);
  padding: var(--s-4) var(--s-3);
  border: 1px solid var(--c-divider);
  position: relative;
}
.process-step .step-num {
  font-family: var(--f-display);
  font-size: 3rem;
  font-weight: 900;
  color: var(--c-bronze);
  line-height: 1;
  margin-bottom: var(--s-2);
  display: block;
}
.process-step h3 {
  font-size: 1.15rem;
  margin-bottom: 8px;
}
.process-step p {
  font-size: .95rem;
  color: var(--c-stone);
}

/* ================================
   Gallery
   ================================ */
.gallery {
  background: #fff;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-3);
}
@media (max-width: 800px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .gallery-grid { grid-template-columns: 1fr; } }
.gallery-item {
  position: relative;
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: var(--sh-sm);
  background: var(--c-ivory);
  border: 1px solid var(--c-divider);
}
.gallery-item img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
}
.gallery-caption {
  padding: 12px 16px;
  font-size: .9rem;
  color: var(--c-stone);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
.gallery-caption strong {
  color: var(--c-charcoal);
  font-weight: 700;
}
.gallery-note {
  text-align: center;
  margin-top: var(--s-4);
  font-size: .9rem;
  color: var(--c-stone);
}

/* ================================
   Pricing
   ================================ */
.pricing {
  background: var(--c-ivory);
}
.pricing-card {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--c-divider);
  border-radius: var(--r-lg);
  padding: var(--s-5) var(--s-5) var(--s-4);
  box-shadow: var(--sh-md);
}
.pricing-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: var(--s-3) 0;
  border-bottom: 1px solid var(--c-divider);
  gap: var(--s-2);
}
.pricing-row:last-of-type { border-bottom: none; }
.pricing-row .label { font-weight: 600; color: var(--c-charcoal); font-size: 1.05rem; }
.pricing-row .price {
  font-family: var(--f-display);
  font-weight: 700;
  color: var(--c-bronze);
  font-size: 1.3rem;
  white-space: nowrap;
}
.pricing-total {
  background: var(--c-charcoal);
  color: var(--c-ivory);
  border-radius: var(--r-md);
  padding: var(--s-3) var(--s-4);
  margin-top: var(--s-3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--s-2);
}
.pricing-total .label { font-size: 1rem; }
.pricing-total .price { color: var(--c-bronze); font-size: 1.4rem; }
.pricing-note {
  text-align: center;
  margin-top: var(--s-3);
  color: var(--c-stone);
  font-size: .92rem;
}

/* ================================
   Testimonials
   ================================ */
.testimonials {
  background: #fff;
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-3);
  margin-bottom: var(--s-4);
}
@media (max-width: 800px) { .testimonials-grid { grid-template-columns: 1fr; } }
.testimonial-card {
  background: var(--c-ivory);
  border-radius: var(--r-md);
  padding: var(--s-4);
  border: 1px solid var(--c-divider);
}
.testimonial-stars {
  color: var(--c-bronze);
  letter-spacing: 2px;
  margin-bottom: var(--s-2);
  font-size: 1.1rem;
}
.testimonial-card p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--c-graphite);
  margin-bottom: var(--s-2);
}
.testimonial-author {
  font-size: .9rem;
  color: var(--c-stone);
  font-weight: 600;
}
.testimonials-cta {
  text-align: center;
}
.testimonials-cta .google-rating {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid var(--c-divider);
  border-radius: var(--r-pill);
  padding: 10px 20px;
  margin-bottom: var(--s-3);
  font-weight: 600;
  color: var(--c-charcoal);
}
.google-rating .stars { color: var(--c-bronze); letter-spacing: 1px; }

/* ================================
   FAQ
   ================================ */
.faq {
  background: var(--c-ivory);
}
.faq-list {
  max-width: 820px;
  margin: 0 auto;
}
.faq-item {
  background: #fff;
  border: 1px solid var(--c-divider);
  border-radius: var(--r-md);
  margin-bottom: 12px;
  overflow: hidden;
  transition: box-shadow .2s ease;
}
.faq-item[open] { box-shadow: var(--sh-sm); border-color: var(--c-bronze-l); }
.faq-item summary {
  cursor: pointer;
  padding: var(--s-3) var(--s-4);
  font-weight: 700;
  font-size: 1.08rem;
  color: var(--c-charcoal);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--s-3);
  transition: color .15s ease;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-size: 1.6rem;
  color: var(--c-bronze);
  font-weight: 400;
  transition: transform .2s ease;
  flex-shrink: 0;
}
.faq-item[open] summary::after { content: "−"; }
.faq-item summary:hover { color: var(--c-bronze-d); }
.faq-body {
  padding: 0 var(--s-4) var(--s-3);
  color: var(--c-graphite);
  font-size: 1rem;
  line-height: 1.75;
}

/* ================================
   Final CTA
   ================================ */
.final-cta {
  background: var(--c-charcoal);
  color: var(--c-ivory);
  text-align: center;
}
.final-cta h2 {
  color: var(--c-ivory);
  font-size: clamp(1.8rem, 3.5vw, 2.75rem);
  margin-bottom: var(--s-3);
}
.final-cta h2 .accent { color: var(--c-bronze); }
.final-cta p {
  color: rgba(250, 247, 242, 0.85);
  font-size: 1.1rem;
  max-width: 680px;
  margin: 0 auto var(--s-4);
}
.final-cta-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  margin-top: var(--s-5);
  padding-top: var(--s-4);
  border-top: 1px solid rgba(250, 247, 242, 0.12);
  color: rgba(250,247,242,0.85);
}
.final-cta-info a { color: var(--c-bronze); }
.final-cta-info a:hover { color: var(--c-bronze-l); }

/* ================================
   Footer
   ================================ */
.site-footer {
  background: var(--c-ivory-2);
  padding: var(--s-5) 0 var(--s-3);
  font-size: .92rem;
  color: var(--c-stone);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--s-4);
  margin-bottom: var(--s-4);
}
@media (max-width: 700px) { .footer-grid { grid-template-columns: 1fr; gap: var(--s-3); text-align: center; } }
.footer-grid h4 { color: var(--c-charcoal); font-size: .95rem; margin-bottom: 10px; font-weight: 700; }
.footer-grid a:hover { color: var(--c-bronze-d); }
.footer-grid img { height: 40px; margin-bottom: 12px; }
@media (max-width: 700px) { .footer-grid img { margin-inline: auto; } }
.footer-bottom {
  border-top: 1px solid var(--c-divider);
  padding-top: var(--s-3);
  text-align: center;
  font-size: .85rem;
}

/* ================================
   Floating WhatsApp
   ================================ */
.whatsapp-float {
  position: fixed;
  bottom: 22px;
  inset-inline-end: 22px;
  z-index: 60;
  background: var(--c-wa);
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(37,211,102,0.4);
  transition: transform .2s ease, box-shadow .2s ease;
}
.whatsapp-float:hover { transform: scale(1.06); background: var(--c-wa-d); box-shadow: 0 14px 36px rgba(18,140,126,0.45); }
.whatsapp-float svg { width: 30px; height: 30px; }
@media (max-width: 600px) {
  .whatsapp-float { width: 56px; height: 56px; bottom: 18px; inset-inline-end: 18px; }
  .whatsapp-float svg { width: 28px; height: 28px; }
}

/* ================================
   Reveal animation (disabled — always visible)
   ================================ */
.reveal { opacity: 1 !important; transform: none !important; }
