/* ═══════════════════════════════════════════════════════════════════════════
   אופיר דודי שמש וחשמל — Marketing Site
   Palette: #F59E0B (sun) · #0EA5E9 (sky) · #0F172A (ink)
   ═══════════════════════════════════════════════════════════════════════════ */

:root {
  --sun:        #F59E0B;
  --sun-dark:   #D97706;
  --sun-light:  #FEF3C7;
  --sun-soft:   rgba(245,158,11,0.12);
  --sky:        #0EA5E9;
  --sky-dark:   #0284C7;
  --sky-light:  #E0F2FE;
  --sky-soft:   rgba(14,165,233,0.12);
  --ink:        #0F172A;
  --gray-900:   #111827;
  --gray-700:   #374151;
  --gray-500:   #6B7280;
  --gray-300:   #D1D5DB;
  --gray-200:   #E5E7EB;
  --gray-100:   #F3F4F6;
  --gray-50:    #F9FAFB;
  --white:      #FFFFFF;
  --green:      #16A34A;
  --red:        #DC2626;
  --gold:       #F59E0B;
  --wa:         #25D366;
  --shadow-sm:  0 1px 2px rgba(0,0,0,0.05);
  --shadow:     0 4px 24px rgba(0,0,0,0.06);
  --shadow-lg:  0 24px 64px rgba(0,0,0,0.12);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Rubik', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 17px; line-height: 1.65;
  color: var(--ink); background: var(--white);
  direction: rtl; -webkit-font-smoothing: antialiased;
}

a { color: var(--sky-dark); text-decoration: none; transition: color .15s; }
a:hover { color: var(--sun-dark); }

.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 820px; margin: 0 auto; padding: 0 24px; }

/* ── Typography ──────────────────────────────────────────────────────────── */
h1, h2, h3, h4 { color: var(--ink); font-weight: 700; letter-spacing: -0.02em; line-height: 1.2; }
h1 { font-size: clamp(2.1rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); margin-bottom: 14px; }
h3 { font-size: 1.25rem; margin-bottom: 10px; }
p  { margin-bottom: 16px; color: var(--gray-700); }
.lede { font-size: 1.2rem; color: var(--gray-700); line-height: 1.6; }
.eyebrow {
  display: inline-block; font-size: 13px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--sun-dark); margin-bottom: 14px;
}
.accent-bar { display: inline-block; width: 40px; height: 3px; background: var(--sun); margin-bottom: 18px; border-radius: 2px; }

/* ── Navigation ─────────────────────────────────────────────────────────── */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--gray-100);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 24px; max-width: 1180px; margin: 0 auto; }
.logo { font-weight: 800; font-size: 1.1rem; color: var(--ink); letter-spacing: -0.02em; display: flex; align-items: center; gap: 10px; }
.logo span { color: var(--sun); }
.logo img { height: 40px; width: auto; display: block; }
.nav-links { display: flex; gap: 24px; align-items: center; font-size: 15px; font-weight: 500; }
.nav-links a { color: var(--gray-700); }
.nav-links a:hover { color: var(--ink); }
@media (max-width: 820px) { .nav-links a:not(.btn) { display: none; } }

/* ── Buttons ────────────────────────────────────────────────────────────── */
.btn {
  display: inline-block; padding: 13px 24px; border-radius: 999px;
  font-weight: 600; font-size: 15px; border: none; cursor: pointer;
  transition: transform .1s, box-shadow .15s, background .15s; text-align: center;
  line-height: 1.3;
}
.btn-sun {
  background: var(--sun); color: var(--white) !important;
  box-shadow: 0 4px 18px rgba(245,158,11,0.32);
}
.btn-sun:hover { background: var(--sun-dark); color: var(--white); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(245,158,11,0.42); }
.btn-sky { background: var(--sky); color: var(--white) !important; box-shadow: 0 4px 18px rgba(14,165,233,0.28); }
.btn-sky:hover { background: var(--sky-dark); transform: translateY(-2px); }
.btn-wa { background: var(--wa); color: var(--white) !important; }
.btn-wa:hover { background: #1ebe5d; color: #fff; transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--gray-300); }
.btn-ghost:hover { border-color: var(--ink); }
.btn-lg { padding: 18px 34px; font-size: 17px; }

/* ── Hero (light base — used by services/pricing/about/contact/thank-you) ─ */
.hero {
  padding: 80px 0 60px;
  background: linear-gradient(135deg, #FFFBEB 0%, #F0F9FF 100%);
  position: relative; overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 85% 10%, rgba(245,158,11,0.18), transparent 55%),
    radial-gradient(ellipse at 10% 90%, rgba(14,165,233,0.14), transparent 55%);
  pointer-events: none;
}
.hero > .container { position: relative; z-index: 2; }
.hero-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 48px; align-items: center; }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; gap: 32px; } }
.hero h1 em { font-style: normal; color: var(--sun-dark); }
.hero .lede { margin-top: 18px; max-width: 560px; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.hero-note { color: var(--gray-500); font-size: 14px; margin-top: 16px; }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
.hero-stat { background: rgba(255,255,255,0.7); border: 1px solid var(--gray-100); border-radius: 14px; padding: 18px 14px; text-align: center; backdrop-filter: blur(6px); }
.hero-stat .num { font-size: 2rem; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; }
.hero-stat .lbl { font-size: 12px; color: var(--gray-500); margin-top: 4px; }
.hero-card {
  background: var(--white); border-radius: 22px; padding: 28px;
  box-shadow: var(--shadow-lg); border: 1px solid var(--gray-100); position: relative;
}
.hero-card::before {
  content: ""; position: absolute; top: -20px; right: -20px;
  width: 80px; height: 80px; border-radius: 50%;
  background: radial-gradient(circle, #FBBF24 0%, #F59E0B 100%);
  box-shadow: 0 0 40px rgba(245,158,11,0.5);
}
.hero-card h3 { font-size: 1.05rem; margin-bottom: 16px; color: var(--sun-dark); }
.hero-card ul { list-style: none; }
.hero-card li { padding: 10px 0; border-bottom: 1px solid var(--gray-100); display: flex; align-items: center; gap: 10px; font-size: 15px; }
.hero-card li:last-child { border-bottom: 0; }
.hero-card li::before { content: "✓"; color: var(--green); font-weight: 800; font-size: 18px; }

/* ── Hero slideshow (index page only) — overrides light hero ───────────── */
.hero.hero-slideshow {
  padding: 0;
  background: #07111E;
  min-height: calc(100vh - 128px);
  min-height: calc(100svh - 128px);
  display: flex; flex-direction: column; justify-content: flex-end;
}
.hero.hero-slideshow::before { display: none; }
.hero-slideshow .hero-content {
  position: relative; z-index: 3;
  padding: 72px 24px 48px;
  color: #fff; max-width: 1180px; margin: 0 auto; width: 100%;
  text-align: right;
}
.hero-slideshow .hero-content .eyebrow {
  color: var(--sun); text-shadow: 0 1px 4px rgba(0,0,0,0.5); margin-bottom: 14px;
}
.hero-brand {
  font-size: clamp(2.6rem, 7vw, 5rem);
  font-weight: 900;
  color: var(--sun);
  text-shadow: 0 3px 18px rgba(0,0,0,0.55), 0 0 60px rgba(245,158,11,0.35);
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  .hero-brand { font-size: clamp(2.1rem, 9vw, 3rem); margin-bottom: 6px; }
}
.hero-slideshow .hero-content h1 {
  color: #fff;
  text-shadow: 0 4px 28px rgba(0,0,0,0.55), 0 1px 2px rgba(0,0,0,0.45);
  max-width: 820px; margin-bottom: 14px;
}
.hero-slideshow .hero-content h1 em { color: var(--sun); }
.hero-slideshow .hero-content .lede {
  color: rgba(255,255,255,0.94);
  text-shadow: 0 2px 14px rgba(0,0,0,0.55);
  max-width: 620px; margin-top: 10px; font-size: 1.15rem;
}
.hero-slideshow .hero-ctas { margin-top: 28px; }
.hero-slideshow .hero-note {
  color: rgba(255,255,255,0.88); font-size: 14px; margin-top: 14px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.6);
}

@media (max-width: 900px) {
  /* mobile: nav(~94) + info(~74) + mobile CTA bar(~68) ≈ 236px */
  .hero.hero-slideshow { min-height: calc(100svh - 240px); }
  .hero-slideshow .hero-content { padding: 28px 18px 20px; }
  .hero-slideshow .hero-content h1 { font-size: clamp(1.75rem, 6.2vw, 2.3rem); }
  .hero-slideshow .hero-content .lede { font-size: 0.98rem; max-width: 480px; }
  .hero-slideshow .hero-content .eyebrow { font-size: 11.5px; margin-bottom: 10px; }
  .hero-slideshow .hero-ctas { margin-top: 22px; }
  .hero-slideshow .hero-content .btn-lg { padding: 14px 22px; font-size: 15px; }
  .hero-slideshow .hero-note { font-size: 12.5px; margin-top: 12px; }
}

/* ── Sections ───────────────────────────────────────────────────────────── */
section { padding: 72px 0; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 44px; }
.section-gray { background: var(--gray-50); }
.section-sky { background: linear-gradient(135deg, #F0F9FF 0%, #FFFFFF 100%); }

/* ── Grids ──────────────────────────────────────────────────────────────── */
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .grid-3, .grid-4 { grid-template-columns: 1fr 1fr; } .grid-2 { grid-template-columns: 1fr; } }
@media (max-width: 580px) { .grid-3, .grid-4 { grid-template-columns: 1fr; } }

/* ── Cards ──────────────────────────────────────────────────────────────── */
.card {
  background: var(--white); border: 1px solid var(--gray-100);
  border-radius: 16px; padding: 28px; transition: transform .2s, box-shadow .2s;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.card h3 { font-size: 1.15rem; margin-bottom: 8px; }
.card p { font-size: 0.95rem; color: var(--gray-500); margin-bottom: 0; }
.card-icon {
  width: 52px; height: 52px; border-radius: 14px; display: flex;
  align-items: center; justify-content: center; font-size: 26px;
  background: var(--sun-soft); color: var(--sun-dark); margin-bottom: 18px;
}
.card-icon.sky { background: var(--sky-soft); color: var(--sky-dark); }

/* ── Services list (services.html) ──────────────────────────────────────── */
.svc-group { margin-bottom: 44px; }
.svc-group h2 { display: flex; align-items: center; gap: 14px; }
.svc-group h2::before { content: ""; width: 6px; height: 28px; background: var(--sun); border-radius: 3px; }
.svc-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 18px; }
@media (max-width: 720px) { .svc-list { grid-template-columns: 1fr; } }
.svc-item {
  background: var(--white); border: 1px solid var(--gray-100);
  border-radius: 12px; padding: 16px 18px;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  transition: border-color .15s, box-shadow .15s;
}
.svc-item:hover { border-color: var(--sun); box-shadow: var(--shadow-sm); }
.svc-item .name { font-weight: 600; color: var(--ink); font-size: 15px; }
.svc-item .price { color: var(--sun-dark); font-weight: 700; font-size: 14px; white-space: nowrap; }

/* ── Pricing table (pricing.html) ───────────────────────────────────────── */
.price-table {
  background: var(--white); border: 1px solid var(--gray-100);
  border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-sm);
}
.price-table table { width: 100%; border-collapse: collapse; }
.price-table th {
  text-align: right; padding: 16px 20px; background: var(--sun-light);
  color: var(--ink); font-size: 14px; font-weight: 700; border-bottom: 2px solid var(--sun);
}
.price-table td {
  padding: 15px 20px; border-bottom: 1px solid var(--gray-100);
  font-size: 15px; color: var(--gray-700);
}
.price-table tr:last-child td { border-bottom: 0; }
.price-table tr:hover td { background: var(--gray-50); }
.price-table td.price { color: var(--sun-dark); font-weight: 700; white-space: nowrap; text-align: left; font-size: 16px; }

/* ── Testimonials ──────────────────────────────────────────────────────── */
.testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.testimonial {
  background: var(--white); border-radius: 16px; padding: 28px 24px;
  border: 1px solid var(--gray-100); position: relative;
  box-shadow: var(--shadow-sm);
}
.testimonial::before { content: '"'; position: absolute; top: 12px; right: 20px; font-size: 3.5rem; color: var(--sun); line-height: 1; font-weight: 800; opacity: 0.5; }
.testimonial .stars { color: var(--sun); font-size: 14px; margin-bottom: 8px; }
.testimonial .quote { font-size: 1rem; color: var(--gray-700); line-height: 1.65; margin-top: 6px; margin-bottom: 18px; }
.testimonial .author { font-weight: 700; font-size: 14px; color: var(--ink); }
.testimonial .meta { font-size: 13px; color: var(--gray-500); margin-top: 2px; }

/* ── Area chips (areas list) ───────────────────────────────────────────── */
.chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.chip {
  background: var(--white); border: 1.5px solid var(--gray-200);
  color: var(--gray-700); padding: 8px 16px; border-radius: 999px;
  font-size: 14px; font-weight: 500;
}
.chip-sun { border-color: var(--sun); background: var(--sun-light); color: var(--sun-dark); font-weight: 600; }

/* ── Form ──────────────────────────────────────────────────────────────── */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }
.form-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-size: 14px; font-weight: 600; color: var(--ink); }
.form-field input, .form-field textarea, .form-field select {
  padding: 13px 14px; border: 1.5px solid var(--gray-300); border-radius: 10px;
  font-size: 15px; font-family: inherit; direction: rtl;
  color: var(--ink); background: var(--white); transition: border-color .15s, box-shadow .15s;
}
.form-field input:focus, .form-field textarea:focus, .form-field select:focus {
  outline: none; border-color: var(--sun); box-shadow: 0 0 0 3px rgba(245,158,11,0.15);
}
.form-field textarea { min-height: 110px; resize: vertical; }

/* ── Contact methods ─────────────────────────────────────────────────────── */
.contact-methods { display: flex; flex-direction: column; gap: 12px; }
.contact-method {
  display: flex; align-items: center; gap: 14px; padding: 18px;
  background: var(--gray-50); border-radius: 14px;
  text-decoration: none; transition: background .15s, border-color .15s;
  border: 1.5px solid transparent;
}
.contact-method:hover { background: var(--sun-light); border-color: var(--sun); }
.contact-method .ico { font-size: 28px; flex-shrink: 0; }
.contact-method .lbl { font-weight: 700; color: var(--ink); }
.contact-method .sub { font-size: 14px; color: var(--gray-500); margin-top: 2px; }

/* ── Big CTA ───────────────────────────────────────────────────────────── */
.big-cta {
  background: linear-gradient(135deg, var(--sun) 0%, var(--sun-dark) 100%);
  color: var(--white); padding: 88px 0; text-align: center; position: relative; overflow: hidden;
}
.big-cta::before {
  content: ""; position: absolute; top: -50px; right: -50px;
  width: 220px; height: 220px; border-radius: 50%;
  background: rgba(255,255,255,0.15);
}
.big-cta::after {
  content: ""; position: absolute; bottom: -80px; left: -80px;
  width: 280px; height: 280px; border-radius: 50%;
  background: rgba(14,165,233,0.25);
}
.big-cta > .container { position: relative; z-index: 2; }
.big-cta h2 { color: var(--white); font-size: clamp(1.9rem, 5vw, 3rem); margin-bottom: 16px; }
.big-cta p { color: rgba(255,255,255,0.9); font-size: 1.1rem; margin-bottom: 28px; max-width: 560px; margin-left: auto; margin-right: auto; }
.big-cta .btn-light { background: var(--white); color: var(--sun-dark) !important; font-weight: 700; }
.big-cta .btn-light:hover { background: var(--sun-light); }

/* ── Footer ────────────────────────────────────────────────────────────── */
footer {
  background: var(--ink); color: rgba(255,255,255,0.65);
  padding: 56px 0 28px; font-size: 14px;
}
footer h5 { color: var(--white); font-size: 13px; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 14px; }
footer ul { list-style: none; }
footer li { padding: 5px 0; }
footer a { color: rgba(255,255,255,0.65); }
footer a:hover { color: var(--sun); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 36px; margin-bottom: 32px; }
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 13px; }
.footer-logo { display: flex; align-items: center; gap: 10px; color: var(--white); font-weight: 800; font-size: 1.05rem; margin-bottom: 12px; }
.footer-logo img { height: 36px; }
.footer-logo span { color: var(--sun); }

/* ── Float WhatsApp ────────────────────────────────────────────────────── */
.float-wa {
  position: fixed; bottom: 24px; left: 24px;
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--wa);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(37,211,102,0.42);
  z-index: 100; color: var(--white); transition: transform .15s;
}
.float-wa:hover { transform: scale(1.08); color: var(--white); }
.float-wa svg { width: 28px; height: 28px; fill: var(--white); }

/* ── Mobile sticky CTA ─────────────────────────────────────────────────── */
.mobile-cta-bar {
  display: none; position: fixed; bottom: 0; right: 0; left: 0; z-index: 99;
  background: var(--white); border-top: 1px solid var(--gray-100);
  padding: 10px 14px; padding-bottom: calc(10px + env(safe-area-inset-bottom));
  gap: 10px; box-shadow: 0 -4px 20px rgba(0,0,0,0.08);
}
@media (max-width: 768px) { .mobile-cta-bar { display: flex; } body { padding-bottom: 72px; } }
.mobile-cta-bar a {
  flex: 1; border-radius: 10px; padding: 12px 14px;
  font-weight: 700; font-size: 14px;
  text-align: center; text-decoration: none;
  display: flex; align-items: center; justify-content: center; gap: 6px;
}
.mobile-cta-bar .wa { background: var(--wa); color: var(--white); flex: 0 0 auto; padding: 12px 16px; }
.mobile-cta-bar .call { background: var(--sun); color: var(--white); }

/* ── Hours / Info strip ────────────────────────────────────────────────── */
.info-strip {
  background: var(--sky-light); padding: 14px 0;
  font-size: 14px; color: var(--sky-dark);
  text-align: center; font-weight: 500;
}
.info-strip strong { color: var(--ink); }
.info-strip .dot { display: inline-block; width: 8px; height: 8px; background: var(--green); border-radius: 50%; margin-left: 6px; box-shadow: 0 0 0 3px rgba(22,163,74,0.2); }

/* ── Hero slideshow (background layer) ─────────────────────────────────── */
.ws-slides { position: absolute; inset: 0; z-index: 0; }
.ws-slide {
  position: absolute; inset: 0;
  opacity: 0;
  animation: ws-show 36s infinite;
}
.ws-slide img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  image-rendering: -webkit-optimize-contrast;
  /* warm color grade */
  filter: saturate(1.3) brightness(0.88) contrast(1.06);
}

/* film grain overlay */
.ws-slide::after {
  content: '';
  position: absolute; inset: 0;
  pointer-events: none; z-index: 1;
  opacity: 0.055;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.68' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23g)'/%3E%3C/svg%3E");
  background-size: 220px 220px;
}

/* Ken-burns — subtle so image pixels don't stretch too much */
.ws-s1 img, .ws-s3 img, .ws-s5 img { animation: ws-kb-a 10s ease-in-out alternate infinite; }
.ws-s2 img, .ws-s4 img, .ws-s6 img { animation: ws-kb-b 10s ease-in-out alternate infinite; }
@keyframes ws-kb-a {
  0%   { transform: scale(1.02) translate(0, 0); }
  100% { transform: scale(1.08) translate(-1.5%, -0.8%); }
}
@keyframes ws-kb-b {
  0%   { transform: scale(1.07) translate(1.5%, 0.8%); }
  100% { transform: scale(1.02) translate(0, 0); }
}

/* Crossfade: 36s cycle, 6 slides × 6s each */
@keyframes ws-show {
  0%     { opacity: 0; }
  2.8%   { opacity: 1; }
  13.9%  { opacity: 1; }
  16.7%  { opacity: 0; }
  100%   { opacity: 0; }
}
.ws-s1 { animation-delay: -1s;  }
.ws-s2 { animation-delay:  6s;  }
.ws-s3 { animation-delay:  12s; }
.ws-s4 { animation-delay:  18s; }
.ws-s5 { animation-delay:  24s; }
.ws-s6 { animation-delay:  30s; }

/* Gradient overlay — side-right heavy (RTL text) + bottom for stats */
.ws-overlay {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(to left, rgba(7,17,30,0.78) 0%, rgba(7,17,30,0.55) 40%, rgba(7,17,30,0.18) 75%, rgba(7,17,30,0.05) 100%),
    linear-gradient(to bottom, rgba(7,17,30,0.28) 0%, rgba(7,17,30,0.10) 35%, rgba(7,17,30,0.55) 78%, rgba(7,17,30,0.94) 100%);
}

/* Per-slide captions (bottom-left corner, desktop only) */
.ws-captions { position: absolute; inset: 0; z-index: 3; pointer-events: none; }
.ws-caption {
  position: absolute; bottom: 96px; left: 32px;
  color: white; max-width: 300px;
  opacity: 0;
  animation: ws-show 36s infinite;
}
.ws-caption-tag {
  display: inline-block; font-size: 12px; font-weight: 600;
  background: rgba(245,158,11,0.9); color: white;
  padding: 4px 12px; border-radius: 12px; margin-bottom: 6px;
}
.ws-caption p {
  font-size: 1.05rem; font-weight: 600; margin: 0;
  text-shadow: 0 1px 8px rgba(0,0,0,0.7);
}
.ws-c1 { animation-delay: -1s; }
.ws-c2 { animation-delay:  6s; }
.ws-c3 { animation-delay: 12s; }
.ws-c4 { animation-delay: 18s; }
.ws-c5 { animation-delay: 24s; }
.ws-c6 { animation-delay: 30s; }

/* Progress bar (just above stats) */
.ws-progress {
  position: absolute; bottom: 68px; left: 0; right: 0;
  height: 2px; background: rgba(255,255,255,0.14); z-index: 3;
}
.ws-progress::after {
  content: ''; position: absolute; top: 0; right: 0; height: 100%;
  background: linear-gradient(to left, var(--sun), #FBBF24);
  animation: ws-bar 36s linear infinite;
  animation-delay: -1s;
}
@keyframes ws-bar { 0% { width: 0%; } 100% { width: 100%; } }

/* Stats bar (frosted glass pinned to bottom of hero) */
.ws-stats { position: relative; z-index: 4; }
.ws-stats-inner {
  display: flex; align-items: stretch;
  background: rgba(10,20,35,0.42);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border-top: 1px solid rgba(255,255,255,0.14);
}
.ws-stat { flex: 1; padding: 16px 14px; text-align: center; transition: background .2s; }
.ws-stat:hover { background: rgba(255,255,255,0.06); }
.ws-stat-n {
  display: block; font-size: 1.7rem; font-weight: 800;
  color: white; line-height: 1; margin-bottom: 4px;
}
.ws-stat-n.ws-gold { color: var(--sun); }
.ws-stat-l { font-size: 11px; font-weight: 500; color: rgba(255,255,255,0.7); white-space: nowrap; }
.ws-sep { width: 1px; background: rgba(255,255,255,0.12); flex-shrink: 0; }

@media (max-width: 900px) {
  .ws-captions { display: none; }
}
@media (max-width: 768px) {
  .ws-stats-inner { flex-wrap: wrap; }
  .ws-stat { flex: 1 0 50%; padding: 12px 10px; }
  .ws-sep { display: none; }
  .ws-stat-n { font-size: 1.35rem; }
  .ws-stat-l { font-size: 10.5px; }
  .ws-progress { bottom: 96px; }
}

/* ── Floating review badges (index.html only) ──────────────────────────── */
.reviews-float {
  position: fixed; right: 20px; bottom: 100px;
  display: flex; flex-direction: column; gap: 8px;
  z-index: 98;
}
@media (max-width: 768px) { .reviews-float { display: none; } }
.reviews-float-btn {
  display: flex; align-items: center; gap: 10px;
  background: var(--white); border-radius: 40px;
  padding: 8px 16px 8px 10px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.14);
  text-decoration: none; color: var(--ink);
  font-size: 13px; font-weight: 600;
  transition: transform .15s, box-shadow .15s;
  white-space: nowrap;
  border: 1px solid var(--gray-100);
}
.reviews-float-btn:hover {
  transform: translateX(-4px);
  box-shadow: 0 6px 24px rgba(0,0,0,0.2);
  color: var(--ink);
}
.reviews-float-btn .rw-logo {
  width: 30px; height: 30px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 800; flex-shrink: 0;
}
.reviews-float-btn .rw-platform { color: var(--gray-500); font-size: 11px; display: block; font-weight: 500; line-height: 1.2; }
.reviews-float-btn .rw-rating { color: var(--ink); font-size: 13px; font-weight: 700; line-height: 1.3; }
.reviews-float-btn .rw-stars { color: #F59E0B; }

/* ── Utility ───────────────────────────────────────────────────────────── */
.text-center { text-align: center; }
.mb-0 { margin-bottom: 0; }
.mt-8 { margin-top: 32px; }
.divider { border: 0; height: 1px; background: var(--gray-100); margin: 56px 0; }
.hidden { display: none; }
