/* ══════════════════════════════════════════════════════════════════════
   REHOBOTH SOUND SOLUTIONS — Full Creative Redesign
   Theme: "Nairobi Energy" — Bright · Bold · Vibrant · Professional
   © 2025 RSS Design System v3.0
══════════════════════════════════════════════════════════════════════ */

@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Barlow+Condensed:ital,wght@0,600;0,700;0,800;0,900;1,700;1,800&family=Inter:wght@400;500;600;700&display=swap");

/* ─────────────────────────── DESIGN TOKENS ─────────────────────────── */
:root {
  /* Core Palette — Bright Light Theme */
  --bg:              #ffffff;
  --surface:         #fffbf6;
  --surface-2:       #fff4e6;
  --surface-3:       #ffe8cc;
  --surface-dark:    #0f1d33;

  /* Brand */
  --brand:           #ff6b1a;
  --brand-dark:      #c94900;
  --brand-light:     #ff8c48;
  --brand-dim:       rgba(255,107,26,0.1);
  --brand-glow:      rgba(255,107,26,0.28);

  /* Accent */
  --navy:            #0f1d33;
  --navy-mid:        #1e3a5f;
  --navy-light:      #2d5986;
  --gold:            #f5c842;
  --gold-dim:        rgba(245,200,66,0.18);
  --green-kenya:     #006b2e;
  --green-dim:       rgba(0,107,46,0.1);

  /* Text */
  --text:            #0f1d33;
  --text-dim:        #475569;
  --text-muted:      #94a3b8;
  --text-on-dark:    #f1f5f9;

  /* Lines / shadows */
  --line:            rgba(15,29,51,0.07);
  --line-strong:     rgba(15,29,51,0.13);
  --shadow-xs:       0 2px 8px rgba(15,29,51,0.06);
  --shadow-sm:       0 4px 20px rgba(15,29,51,0.09);
  --shadow-md:       0 12px 40px rgba(15,29,51,0.12);
  --shadow-lg:       0 32px 80px rgba(15,29,51,0.18);
  --shadow-orange:   0 8px 30px rgba(255,107,26,0.28);

  /* Shape */
  --radius-xs:       8px;
  --radius-sm:       12px;
  --radius-md:       18px;
  --radius-lg:       24px;
  --radius-xl:       32px;
  --radius-pill:     999px;

  /* Layout */
  --max-width:       1280px;
  --header-h:        68px;

  /* Typography */
  --font-display:    "Barlow Condensed", sans-serif;
  --font-body:       "Outfit", sans-serif;
  --font-ui:         "Inter", sans-serif;
}

/* Styling for the new image logo */
.brand {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo-img {
  height: 80px; /* Adjust this height to fit your header preference */
  width:auto;
  display: block;
  transition: transform 0.3s ease;
}

.logo-img:hover {
  transform: scale(1.02); /* Subtle lift effect on hover */
}

/* Mobile adjustment for the logo */
@media (max-width: 768px) {
  .logo-img {
    height: 45px; /* Slightly smaller on mobile */
  }
}
/* ─────────────────────────── RESET ─────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

/* ─────────────────────────── LAYOUT ─────────────────────────── */
.container {
  width: min(var(--max-width), calc(100% - 3rem));
  margin: 0 auto;
}

/* Institutional Layout Framework */
.split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
}

.section {
  padding: 6rem 0;
  position: relative;
}

.section-alt {
  background: var(--surface);
}

.section-header {
  margin-bottom: 3.5rem;
  max-width: 720px;
}

.section-header.centered {
  margin-inline: auto;
  text-align: center;
}

.eyebrow {
  display: inline-block;
  font-family: var(--font-ui);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  color: var(--brand);
  margin-bottom: 0.8rem;
}

.section h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 800;
  line-height: 1.1;
  color: var(--navy);
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

/* ══════════════════════════════════════════════════════════════
   TOPBAR — Navy + Kenya Flag Stripe + WhatsApp
══════════════════════════════════════════════════════════════ */
.topbar {
  background: var(--navy);
  position: relative;
  overflow: hidden;
  z-index: 200;
}

.topbar-stripe {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg,
    var(--green-kenya) 0 33%,
    #fff 33% 34%,
    #bb0000 34% 66%,
    #fff 66% 67%,
    var(--green-kenya) 67% 100%
  );
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.55rem 0;
  gap: 1rem;
  flex-wrap: wrap;
}

.topbar-left, .topbar-right {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.topbar-location {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--brand-light);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.topbar-divider {
  width: 1px;
  height: 14px;
  background: rgba(255,255,255,0.15);
  display: inline-block;
}

.topbar-links {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.topbar-links a {
  color: rgba(255,255,255,0.55);
  font-size: 0.75rem;
  font-weight: 500;
  transition: color 0.2s;
}
.topbar-links a:hover { color: #fff; }

.topbar-phone {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(255,255,255,0.85);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: color 0.2s;
}
.topbar-phone:hover { color: var(--brand-light); }

.topbar-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #25D366;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.3rem 0.85rem;
  border-radius: var(--radius-pill);
  letter-spacing: 0.02em;
  transition: background 0.2s, transform 0.2s;
}
.topbar-whatsapp:hover { background: #1aad52; transform: scale(1.04); }

.topbar-socials {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0.5rem;
  border-left: 1px solid rgba(255,255,255,0.1);
}
.topbar-socials a {
  color: rgba(255,255,255,0.45);
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.18rem 0.45rem;
  border-radius: 6px;
  transition: color 0.2s, background 0.2s;
}
.topbar-socials a:hover { color: #fff; background: rgba(255,255,255,0.07); }

/* ══════════════════════════════════════════════════════════════
   HEADER — Bright white, modern pill nav
══════════════════════════════════════════════════════════════ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header-h);
  background: rgba(255,255,255,0.98);
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow-xs);
  backdrop-filter: blur(16px);
  transition: box-shadow 0.3s, height 0.3s;
}
.site-header.scrolled { box-shadow: var(--shadow-sm); }

.header-inner {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 1rem;
}

/* BRAND */
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  flex-shrink: 0;
}
.brand-mark {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: linear-gradient(145deg, var(--brand), var(--brand-dark));
  display: grid;
  place-items: center;
  color: #fff;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.3rem;
  letter-spacing: -0.02em;
  box-shadow: 0 6px 20px rgba(255,107,26,0.4);
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.brand-mark span { position: relative; z-index: 1; }
.brand-mark-glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.25) 0%, transparent 55%);
  pointer-events: none;
}
.brand-copy strong {
  display: block;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.1;
}
.brand-copy span {
  font-size: 0.7rem;
  color: var(--text-muted);
  font-weight: 500;
  letter-spacing: 0.03em;
}

/* NAV */
.site-nav { margin-left: auto; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.nav-links a {
  padding: 0.5rem 0.95rem;
  border-radius: var(--radius-pill);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-dim);
  transition: color 0.2s, background 0.2s;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.nav-links a:hover {
  color: var(--brand);
  background: var(--brand-dim);
}
.nav-links a.active {
  color: var(--brand);
  background: var(--brand-dim);
  font-weight: 700;
}

/* HEADER ACTIONS */
.header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: 0.5rem;
  flex-shrink: 0;
}

/* HAMBURGER */
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1.5px solid var(--line-strong);
  border-radius: var(--radius-sm);
  background: var(--bg);
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-left: auto;
  flex-shrink: 0;
}
.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--navy);
  border-radius: 999px;
  transition: transform 0.3s, opacity 0.3s;
}

/* ══════════════════════════════════════════════════════════════
   BUTTONS — Vibrant system
══════════════════════════════════════════════════════════════ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: none;
  border-radius: var(--radius-pill);
  padding: 0.8rem 1.75rem;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: transform 0.25s cubic-bezier(.34,1.56,.64,1), box-shadow 0.25s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-small { padding: 0.55rem 1.2rem; font-size: 0.82rem; }

.btn-primary {
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  color: #fff;
  box-shadow: var(--shadow-orange);
}
.btn-primary:hover { box-shadow: 0 14px 40px rgba(255,107,26,0.5); }

.btn-secondary {
  background: var(--navy);
  color: #fff;
  box-shadow: 0 8px 24px rgba(15,29,51,0.25);
}
.btn-secondary:hover { background: var(--navy-mid); }

.btn-outline {
  background: transparent;
  color: var(--brand);
  border: 2px solid var(--brand);
}
.btn-outline:hover { background: var(--brand-dim); }

.btn-ghost {
  background: rgba(15,29,51,0.06);
  color: var(--text-dim);
  border: 1px solid var(--line-strong);
}
.btn-ghost:hover { background: rgba(15,29,51,0.1); color: var(--text); }

.btn-outline-brand {
  background: transparent;
  color: var(--brand);
  border: 2px solid var(--brand);
}
.btn-outline-brand:hover { background: var(--brand-dim); }

.btn-white {
  background: #fff;
  color: var(--navy);
  box-shadow: var(--shadow-sm);
}
.btn-white:hover { box-shadow: var(--shadow-md); }

/* ══════════════════════════════════════════════════════════════
   HERO — Full Creative Bright Design
   Split layout: gradient left + image right + city ticker
══════════════════════════════════════════════════════════════ */
.home-hero {
  position: relative;
  overflow: hidden;
  background: var(--bg);
}

/* Decorative blobs */
.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.hero-bg::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -15%;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,107,26,0.12) 0%, transparent 70%);
}
.hero-bg::after {
  content: "";
  position: absolute;
  bottom: -10%;
  left: -10%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245,200,66,0.1) 0%, transparent 65%);
}
/* Kenya flag vertical accent */
.hero-flag-bar {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 5px;
  display: flex;
  flex-direction: column;
  z-index: 5;
}
.hero-flag-bar .flag-black { flex: 1; background: #111; }
.hero-flag-bar .flag-red   { flex: 1; background: #bb0000; }
.hero-flag-bar .flag-green { flex: 1; background: var(--green-kenya); }

/* Hero content */
.hero-content {
  position: relative;
  z-index: 3;
  padding: 5.5rem 0 4rem;
}

.hero-split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 4rem;
  align-items: center;
}

/* Left copy */
.hero-copy {
  display: flex;
  flex-direction: column;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: var(--brand-dim);
  border: 1px solid rgba(255,107,26,0.25);
  border-radius: var(--radius-pill);
  padding: 0.45rem 1.1rem;
  margin-bottom: 1.8rem;
  color: var(--brand);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: var(--font-display);
  align-self: flex-start;
}

.hero-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand);
  flex-shrink: 0;
  animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(255,107,26,0.7); }
  60%       { opacity: 0.7; box-shadow: 0 0 0 5px rgba(255,107,26,0); }
}

.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(3rem, 5vw, 5.5rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 1.5rem;
}

.hero-headline-accent {
  color: var(--brand);
  background: linear-gradient(115deg, var(--brand) 0%, var(--gold) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Slide synced descriptions */
.hero-slide-descs {
  position: relative;
  min-height: 80px;
  margin-bottom: 2.5rem;
}

.hero-slide-desc {
  position: absolute;
  top: 0; left: 0;
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--text-dim);
  max-width: 480px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
  pointer-events: none;
}

.hero-slide-desc.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  position: relative;
}

/* CTAs */
.hero-ctas {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.hero-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  color: #fff !important;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 0.9rem 1.9rem;
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-orange);
  transition: transform 0.25s cubic-bezier(.34,1.56,.64,1), box-shadow 0.25s;
}

.hero-cta-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 44px rgba(255,107,26,0.5);
}

.hero-cta-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: #25D366;
  color: #fff !important;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 0.9rem 1.7rem;
  border-radius: var(--radius-pill);
  box-shadow: 0 6px 20px rgba(37,211,102,0.3);
  transition: transform 0.25s cubic-bezier(.34,1.56,.64,1), background 0.2s;
}

.hero-cta-whatsapp:hover {
  transform: translateY(-3px);
  background: #1aad52;
}

.hero-cta-ghost {
  color: var(--text-dim);
  font-weight: 600;
  font-size: 0.88rem;
  padding: 0.9rem 1.3rem;
  border: 1.5px solid var(--line-strong);
  border-radius: var(--radius-pill);
  transition: all 0.2s;
}

.hero-cta-ghost:hover {
  color: var(--brand);
  border-color: var(--brand);
  background: var(--brand-dim);
}

/* Stats */
.hero-stats {
  display: flex;
  align-items: center;
  gap: 0;
  border-top: 1.5px solid var(--line);
  padding-top: 2rem;
}

.hero-stat { padding-right: 2.5rem; }
.hero-stat:not(:first-child) { padding-left: 2.5rem; }
.hero-stat-div {
  width: 1px;
  height: 40px;
  background: var(--line-strong);
  flex-shrink: 0;
}

.hero-stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 2.6rem;
  font-weight: 900;
  color: var(--brand);
  line-height: 1;
  margin-bottom: 0.15rem;
}

.hero-stat span {
  font-size: 0.72rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
}

/* ── RIGHT: Auto-slider ── */
.hero-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: var(--surface-2);
}

.slider-track {
  position: relative;
  width: 100%;
  height: 100%;
}

.slider-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 1;
}

.slider-slide.active {
  opacity: 1;
  z-index: 2;
}

.slider-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 6s linear;
}

.slider-slide.active img {
  transform: scale(1.1);
}

.slide-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 2.5rem 2rem 2.5rem;
  background: linear-gradient(0deg, rgba(15,29,51,0.9) 0%, transparent 100%);
  color: #fff;
  z-index: 3;
}

.slide-cat-tag {
  display: inline-block;
  background: var(--brand);
  padding: 0.35rem 0.85rem;
  border-radius: var(--radius-pill);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.8rem;
}

.slide-overlay h3 {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
  line-height: 1.1;
}

.slide-overlay p {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.8);
  font-weight: 500;
}

/* Progress bar */
.slider-progress {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: rgba(255,255,255,0.2);
  z-index: 10;
}

.slider-progress-bar {
  height: 100%;
  background: var(--brand);
  width: 0%;
}

/* Navigation arrows */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s;
  opacity: 0;
}

.hero-slider:hover .slider-arrow {
  opacity: 1;
}

.slider-arrow:hover {
  background: var(--brand);
  border-color: var(--brand);
  transform: translateY(-50%) scale(1.1);
}

.slider-prev { left: 1.2rem; }
.slider-next { right: 1.2rem; }

/* Dots */
.slider-dots {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  display: flex;
  gap: 0.6rem;
  z-index: 10;
}

.slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}

.slider-dot.active {
  background: var(--brand);
  transform: scale(1.3);
}

/* Diagonal hero bottom cut */
.hero-diagonal {
  position: relative;
  margin-top: -2px;
  line-height: 0;
  z-index: 3;
}
.hero-diagonal svg { display: block; width: 100%; }

/* CITY TICKER */
.hero-ticker {
  background: var(--brand);
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 4;
}
.hero-ticker-label {
  flex-shrink: 0;
  padding: 0.75rem 1.8rem;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
  white-space: nowrap;
  border-right: 1px solid rgba(255,255,255,0.2);
  background: rgba(0,0,0,0.12);
}
.hero-ticker-track {
  flex: 1;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}
.hero-ticker-inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  white-space: nowrap;
  padding: 0.75rem 0;
  animation: ticker-scroll 30s linear infinite;
}
.hero-ticker-inner span {
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 700;
  color: rgba(255,255,255,0.92);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.ticker-dot { color: rgba(255,255,255,0.4) !important; font-size: 0.5rem !important; }
@keyframes ticker-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ══════════════════════════════════════════════════════════════
   TRUST BAR
══════════════════════════════════════════════════════════════ */
.trust-bar {
  background: var(--navy);
  padding: 1.4rem 0;
  overflow: hidden;
}
.trust-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255,255,255,0.75);
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.trust-icon { 
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand); 
}
.trust-icon svg {
  stroke-width: 2.2px;
}

.trust-divider { width: 1px; height: 20px; background: rgba(255,255,255,0.12); }

/* ══════════════════════════════════════════════════════════════
   SECTIONS
══════════════════════════════════════════════════════════════ */
.section { padding: 5rem 0; }
.section-alt { background: var(--surface); }
.section-navy {
  background: var(--navy);
  color: var(--text-on-dark);
}
.section-brand {
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
  color: #fff;
}

/* ── Section heading block ── */
.section-header {
  max-width: 640px;
  margin-bottom: 3rem;
}
.section-header.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.95rem;
  border-radius: var(--radius-pill);
  border: 1.5px solid rgba(255,107,26,0.3);
  background: var(--brand-dim);
  color: var(--brand);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
}
.section-navy .eyebrow {
  background: rgba(255,107,26,0.15);
  border-color: rgba(255,107,26,0.35);
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 1rem;
}
.section-navy .section-title { color: #fff; }
.section-brand .section-title { color: #fff; }
.section-sub {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text-dim);
  max-width: 520px;
}
.section-navy .section-sub { color: rgba(255,255,255,0.65); }
.section-brand .section-sub { color: rgba(255,255,255,0.8); }

/* SPLIT LAYOUT */
.split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.split-copy { }
.split-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--navy);
  margin-bottom: 1.2rem;
}
.split-copy p {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--text-dim);
  margin-bottom: 1.5rem;
}
.split-copy h2 span {
  background: linear-gradient(115deg, var(--brand), var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.split-visual { position: relative; }
.split-visual img {
  border-radius: var(--radius-xl);
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  box-shadow: var(--shadow-lg);
}
.split-visual-badge {
  position: absolute;
  bottom: -1.5rem;
  left: -1.5rem;
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 1.1rem 1.5rem;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 200px;
}
.split-visual-badge strong {
  display: block;
  font-size: 1.6rem;
  font-family: var(--font-display);
  font-weight: 900;
  color: var(--brand);
  line-height: 1;
}
.split-visual-badge span {
  font-size: 0.74rem;
  color: var(--text-muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* METRICS */
.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}
.metric {
  background: var(--surface);
  border: 1.5px solid var(--line);
  border-radius: var(--radius-md);
  padding: 1.4rem;
  text-align: center;
  transition: box-shadow 0.3s, border-color 0.3s;
}
.metric:hover { box-shadow: var(--shadow-sm); border-color: var(--brand); }
.metric strong {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 900;
  color: var(--brand);
  line-height: 1;
  margin-bottom: 0.4rem;
}
.metric span { font-size: 0.78rem; color: var(--text-muted); font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; }

/* GRIDS */
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }

/* ══════════════════════════════════════════════════════════════
   PRODUCT CARDS
══════════════════════════════════════════════════════════════ */
.product-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.chip-row { display: flex; gap: 0.6rem; flex-wrap: wrap; }
.filter-chip {
  border: 1.5px solid var(--line-strong);
  background: #fff;
  color: var(--text-dim);
  border-radius: var(--radius-pill);
  padding: 0.5rem 1.1rem;
  font-weight: 600;
  font-size: 0.82rem;
  cursor: pointer;
  transition: all 0.2s;
  letter-spacing: 0.02em;
  font-family: var(--font-body);
}
.filter-chip:hover { border-color: var(--brand); color: var(--brand); background: var(--brand-dim); }
.filter-chip.active { background: var(--brand); color: #fff; border-color: var(--brand); box-shadow: var(--shadow-orange); }

.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }

.product-card {
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: var(--radius-xl);
  overflow: hidden;
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
  position: relative;
}
.product-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--brand), var(--gold));
  opacity: 0;
  transition: opacity 0.3s;
}
.product-card:hover { transform: translateY(-6px); border-color: var(--brand); box-shadow: 0 20px 60px rgba(255,107,26,0.15); }
.product-card:hover::before { opacity: 1; }

.product-image {
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--surface-2);
}
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.product-card:hover .product-image img { transform: scale(1.07); }

.product-body { padding: 1.5rem; }
.product-cat {
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
  font-family: var(--font-display);
}
.product-body h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 0.5rem;
  line-height: 1.15;
}
.product-body p { font-size: 0.88rem; color: var(--text-dim); line-height: 1.7; margin-bottom: 1.2rem; }
.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}
.product-price { font-family: var(--font-display); font-size: 1.1rem; font-weight: 900; color: var(--navy); }
.product-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.75rem;
  border-radius: var(--radius-pill);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.tag-instock { background: rgba(0,107,46,0.1); color: var(--green-kenya); }
.tag-popular { background: var(--gold-dim); color: #8a6800; }
.tag-new { background: rgba(15,29,51,0.08); color: var(--navy-mid); }

/* ══════════════════════════════════════════════════════════════
   GLASS / MODERN UTILITIES
══════════════════════════════════════════════════════════════ */
.glass {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: var(--shadow-sm);
}

.glass-dark {
  background: rgba(15, 29, 51, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}

/* ══════════════════════════════════════════════════════════════
   SOLUTION / CATEGORY CARDS
══════════════════════════════════════════════════════════════ */
.solution-card {
  border-radius: var(--radius-xl);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%; /* Important for grid alignment */
  transition: transform 0.4s cubic-bezier(.34,1.56,.64,1), box-shadow 0.4s;
  background: #fff;
  border: 1.5px solid var(--line);
}

.solution-card:hover { 
  transform: translateY(-8px); 
  box-shadow: var(--shadow-lg);
  border-color: var(--brand-light);
}

.solution-img {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--surface-2);
  position: relative;
}

.solution-img img { 
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  transition: transform 0.8s ease; 
}

.solution-card:hover .solution-img img { 
  transform: scale(1.1); 
}

.solution-card-body { 
  padding: 2rem; 
  flex: 1; 
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.solution-card-body h3 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 0.75rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.solution-card-body p { 
  font-size: 0.95rem; 
  color: var(--text-dim); 
  line-height: 1.7; 
  margin-bottom: 1.5rem;
}

.solution-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto; /* Push to bottom */
  color: var(--brand);
  font-weight: 700;
  font-size: 0.88rem;
  transition: gap 0.2s, transform 0.2s;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.solution-link:hover { 
  gap: 0.8rem; 
  transform: translateX(3px);
}

/* ══════════════════════════════════════════════════════════════
   FEATURE / WHY US CARDS
══════════════════════════════════════════════════════════════ */
/* ── Section header block ── */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(180px, auto);
  gap: 1.5rem;
}

.why-card {
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: var(--radius-xl);
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  transition: transform 0.4s cubic-bezier(.34,1.56,.64,1), border-color 0.3s, box-shadow 0.4s;
  position: relative;
  overflow: hidden;
}

.why-card:hover { 
  transform: translateY(-8px); 
  border-color: var(--brand);
  box-shadow: var(--shadow-md);
}

.why-card--large {
  grid-column: span 2;
  grid-row: span 2;
  justify-content: center;
}

.why-card--cta {
  background: var(--navy);
  color: #fff;
  border: none;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.why-num {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  color: var(--brand-dim);
  margin-bottom: 1.5rem;
  transition: color 0.3s, transform 0.3s;
}

.why-card:hover .why-num {
  color: var(--brand);
  transform: scale(1.1);
}

.why-card h3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 1rem;
  line-height: 1.1;
}

.why-card--cta h3 { color: #fff; }

.why-card p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-dim);
}

.why-card--cta p { color: rgba(255,255,255,0.7); margin-bottom: 1.5rem; }

.why-cta-content { z-index: 2; }

/* ══════════════════════════════════════════════════════════════
   CTA BAND
══════════════════════════════════════════════════════════════ */
.cta-band {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  border-radius: var(--radius-xl);
  margin: 0 auto;
  max-width: 1000px;
  padding: 4rem 3.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: "";
  position: absolute;
  top: -60px; right: -60px;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,107,26,0.2), transparent 70%);
}
.cta-band h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1rem;
  position: relative;
}
.cta-band p { color: rgba(255,255,255,0.65); font-size: 1rem; margin-bottom: 2rem; position: relative; }
.cta-band .cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  position: relative;
}

/* ══════════════════════════════════════════════════════════════
   TESTIMONIAL CARDS
══════════════════════════════════════════════════════════════ */
.testimonial-card {
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: var(--radius-xl);
  padding: 2rem;
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
}
.testimonial-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.testimonial-card::before {
  content: "\201C";
  position: absolute;
  top: 1rem; right: 1.5rem;
  font-size: 5rem;
  font-family: Georgia, serif;
  color: var(--brand-dim);
  line-height: 1;
}
.testimonial-stars { color: #f5c842; font-size: 0.9rem; margin-bottom: 1rem; letter-spacing: 0.05em; }
.testimonial-card p { font-size: 0.94rem; line-height: 1.8; color: var(--text-dim); margin-bottom: 1.5rem; }
.testimonial-author { display: flex; align-items: center; gap: 0.8rem; }
.testimonial-avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--brand-dim);
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  flex-shrink: 0;
  border: 2px solid rgba(255,107,26,0.2);
}
.testimonial-author strong { display: block; font-size: 0.88rem; font-weight: 700; color: var(--navy); }
.testimonial-author span { font-size: 0.76rem; color: var(--text-muted); }

/* ══════════════════════════════════════════════════════════════
   FAQ ACCORDION
══════════════════════════════════════════════════════════════ */
.faq-list { display: flex; flex-direction: column; gap: 0.75rem; }
.faq-item {
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: border-color 0.2s;
}
.faq-item.open { border-color: var(--brand); }
.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--navy);
  font-family: var(--font-body);
  transition: color 0.2s;
}
.faq-question:hover { color: var(--brand); }
.faq-icon {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--brand-dim);
  display: grid;
  place-items: center;
  font-size: 0.9rem;
  flex-shrink: 0;
  color: var(--brand);
  transition: transform 0.3s, background 0.3s;
}
.faq-item.open .faq-icon { transform: rotate(45deg); background: var(--brand); color: #fff; }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s;
}
.faq-answer-inner {
  padding: 0 1.5rem 1.3rem;
  font-size: 0.92rem;
  color: var(--text-dim);
  line-height: 1.8;
}

/* ══════════════════════════════════════════════════════════════
   GALLERY
══════════════════════════════════════════════════════════════ */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
.gallery-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  background: var(--surface-2);
  cursor: pointer;
}
.gallery-card.large { grid-column: span 2; }
.gallery-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.gallery-card.large img { height: 380px; }
.gallery-card:hover img { transform: scale(1.06); }
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(15,29,51,0.7) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  align-items: flex-end;
  padding: 1.2rem;
}
.gallery-card:hover .gallery-overlay { opacity: 1; }
.gallery-overlay span {
  font-size: 0.82rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* ══════════════════════════════════════════════════════════════
   BLOG CARDS
══════════════════════════════════════════════════════════════ */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.blog-card {
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: var(--radius-xl);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.blog-img {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--surface-2);
}
.blog-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.blog-card:hover .blog-img img { transform: scale(1.06); }
.blog-body { padding: 1.6rem; }
.blog-meta {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.85rem;
  flex-wrap: wrap;
}
.blog-cat {
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: var(--font-display);
}
.blog-date { font-size: 0.75rem; color: var(--text-muted); }
.blog-body h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 0.6rem;
  line-height: 1.2;
}
.blog-body p { font-size: 0.87rem; color: var(--text-dim); line-height: 1.7; }
.blog-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1rem;
  color: var(--brand);
  font-weight: 700;
  font-size: 0.82rem;
}

/* ══════════════════════════════════════════════════════════════
   PAGE HERO (inner pages)
══════════════════════════════════════════════════════════════ */
.page-hero {
  background: linear-gradient(135deg, var(--surface) 0%, #fff 60%, var(--surface-2) 100%);
  padding: 5rem 0 4rem;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.page-hero::before {
  content: "";
  position: absolute;
  top: -100px; right: -100px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,107,26,0.08) 0%, transparent 65%);
}
.page-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 4rem;
  align-items: center;
}
.page-hero-copy h1 {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: var(--navy);
  margin-bottom: 1.2rem;
}
.page-hero-copy h1 em {
  background: linear-gradient(115deg, var(--brand), var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-style: normal;
}
.page-hero-copy p { font-size: 1rem; color: var(--text-dim); line-height: 1.85; max-width: 440px; }
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.78rem;
  color: var(--text-muted);
}
.breadcrumb a { color: var(--brand); font-weight: 600; }
.breadcrumb span { color: var(--line-strong); }

/* Page stat blocks */
.page-card-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 1.5rem; }
.stat-block {
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: var(--radius-md);
  padding: 1.2rem;
  transition: border-color 0.2s;
}
.stat-block:hover { border-color: var(--brand); }
.stat-block strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--brand);
  margin-bottom: 0.3rem;
}
.stat-block span { font-size: 0.78rem; color: var(--text-muted); font-weight: 600; }

/* ══════════════════════════════════════════════════════════════
   CONTACT
══════════════════════════════════════════════════════════════ */
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 4rem; }
.contact-cards { display: grid; grid-template-columns: 1fr; gap: 1rem; margin-bottom: 2rem; }
.contact-card {
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: var(--radius-md);
  padding: 1.3rem 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.contact-card:hover { border-color: var(--brand); box-shadow: var(--shadow-sm); }
.contact-card-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--brand-dim);
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.contact-card h4 { font-size: 0.82rem; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.3rem; }
.contact-card p { font-size: 0.92rem; font-weight: 600; color: var(--navy); }
.contact-form-wrap {
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: var(--radius-xl);
  padding: 2.5rem;
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.field, .field-full { display: flex; flex-direction: column; gap: 0.45rem; }
.field label, .field-full label { font-size: 0.8rem; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.04em; }
.field input, .field select,
.field-full input, .field-full textarea {
  width: 100%;
  background: var(--surface);
  border: 1.5px solid var(--line-strong);
  border-radius: var(--radius-sm);
  padding: 0.85rem 1rem;
  color: var(--text);
  font-family: var(--font-body);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.field input:focus, .field select:focus,
.field-full input:focus, .field-full textarea:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(255,107,26,0.12);
  background: #fff;
}
.field-full textarea { min-height: 140px; resize: vertical; }
.form-note { color: var(--text-muted); font-size: 0.8rem; margin-top: 0.6rem; }
.map-frame { border: none; width: 100%; min-height: 280px; border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }

/* ══════════════════════════════════════════════════════════════
   SUPPORT / PAGE-SPECIFIC
══════════════════════════════════════════════════════════════ */
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }

/* ══════════════════════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════════════════════ */
.site-footer {
  background: var(--navy);
  color: #fff;
  padding: 4rem 0 0;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 3rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.footer-brand .brand { margin-bottom: 1.5rem; }
.footer-brand p {
  color: rgba(255,255,255,0.6);
  font-size: 0.9rem;
  line-height: 1.6;
  margin-top: 1.2rem;
  margin-bottom: 2rem;
  max-width: 300px;
}
.footer-title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1.5rem;
  letter-spacing: 0.05em;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.footer-link {
  color: rgba(255,255,255,0.6);
  font-size: 0.9rem;
  transition: color 0.2s, transform 0.2s;
  display: inline-block;
}
.footer-link:hover {
  color: var(--brand);
  transform: translateX(4px);
}
.footer-contact-item {
  display: flex;
  gap: 0.8rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.6);
}
.footer-contact-item svg {
  flex-shrink: 0;
  margin-top: 0.2rem;
  color: var(--brand);
}
.footer-bottom {
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.4);
  border-top: 1px solid rgba(255,255,255,0.06);
}
.footer-socials { display: flex; gap: 1rem; }
.footer-social-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.1);
  transition: all 0.2s;
  color: #fff;
}
.footer-social-btn:hover {
  background: var(--brand);
  border-color: var(--brand);
  transform: translateY(-3px);
  color: #fff;
}
@media (max-width: 1024px) {
  .footer-top { grid-template-columns: 1fr 1fr; gap: 3rem; }
}
@media (max-width: 640px) {
  .footer-top { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-bottom { flex-direction: column; gap: 1.5rem; text-align: center; }
}

/* ══════════════════════════════════════════════════════════════
   ABOUT PAGE
══════════════════════════════════════════════════════════════ */
.page-card {
  background: #fff;
  border: 1.5px solid var(--line-strong);
  border-radius: var(--radius-xl);
  padding: 1.5rem;
  overflow: hidden;
}
.page-card img {
  width: 100%;
  border-radius: var(--radius-lg);
  object-fit: cover;
  aspect-ratio: 4/3;
}

/* Team cards */
.team-card {
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: var(--radius-xl);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}
.team-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.team-img {
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--surface-2);
}
.team-img img { width: 100%; height: 100%; object-fit: cover; }
.team-body { padding: 1.4rem; }
.team-body h4 { font-family: var(--font-display); font-size: 1.1rem; font-weight: 800; text-transform: uppercase; color: var(--navy); margin-bottom: 0.3rem; }
.team-body span { font-size: 0.78rem; color: var(--brand); font-weight: 600; }

/* ══════════════════════════════════════════════════════════════
   UTILITY
══════════════════════════════════════════════════════════════ */
.hidden { display: none !important; }
.text-brand { color: var(--brand); }
.text-gold { color: var(--gold); }
.text-navy { color: var(--navy); }
.text-center { text-align: center; }
.text-white { color: #fff; }
.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 2rem; }

/* ══════════════════════════════════════════════════════════════
   CHECK LIST — used in About, Solutions, How We Work
══════════════════════════════════════════════════════════════ */
.check-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.95rem;
  color: var(--text-dim);
  line-height: 1.6;
}
.check-list li::before {
  content: "✓";
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--brand-dim);
  color: var(--brand);
  font-size: 0.75rem;
  font-weight: 900;
  display: grid;
  place-items: center;
  margin-top: 0.1rem;
}
.section-navy .check-list li { color: rgba(255,255,255,0.75); }
.section-navy .check-list li::before { background: rgba(255,107,26,0.2); color: var(--brand-light); }

/* ══════════════════════════════════════════════════════════════
   ICON BADGE — letter badge used in feature cards
══════════════════════════════════════════════════════════════ */
.icon-badge {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 900;
  display: grid;
  place-items: center;
  margin-bottom: 1.2rem;
  box-shadow: 0 6px 20px rgba(255,107,26,0.3);
  flex-shrink: 0;
}

/* ══════════════════════════════════════════════════════════════
   INFO CARDS — support page summary cards
══════════════════════════════════════════════════════════════ */
.info-card {
  padding: 2rem;
  border-radius: var(--radius-xl);
  border: 1.5px solid var(--line);
  background: #fff;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.info-card:hover { 
  transform: translateY(-5px); 
  box-shadow: var(--shadow-md); 
  border-color: var(--brand-light);
}
.info-card h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 0.6rem;
}
.info-card p { font-size: 0.9rem; color: var(--text-dim); line-height: 1.7; }

/* ══════════════════════════════════════════════════════════════
   CTA BAND INNER — flex layout for the CTA band
══════════════════════════════════════════════════════════════ */
.cta-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.cta-band-inner h2 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0.5rem;
}
.cta-band-inner p { color: rgba(255,255,255,0.65); font-size: 0.95rem; }

/* ══════════════════════════════════════════════════════════════
   PRODUCT SPECS LIST — used in solutions page cards
══════════════════════════════════════════════════════════════ */
.product-specs {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 1.2rem;
}
.product-specs li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.88rem;
  color: var(--text-dim);
  line-height: 1.5;
}
.product-specs li::before {
  content: "→";
  color: var(--brand);
  font-weight: 700;
  flex-shrink: 0;
}

/* ══════════════════════════════════════════════════════════════
   SLIDE-REVEAL / VISUAL OFFSET ANIMATION
══════════════════════════════════════════════════════════════ */
.slide-reveal {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.slide-reveal.visible {
  opacity: 1;
  transform: translateX(0);
}
.visual-offset {
  width: 100%;
  height: auto;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}

/* ══════════════════════════════════════════════════════════════
   FLOATING ACTION BUTTONS — WhatsApp + Back to Top
══════════════════════════════════════════════════════════════ */
.fab-group {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  z-index: 999;
}

.fab-whatsapp {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 6px 24px rgba(37,211,102,0.45);
  transition: transform 0.3s cubic-bezier(.34,1.56,.64,1), box-shadow 0.3s;
  border: 2px solid rgba(255,255,255,0.3);
}
.fab-whatsapp:hover { transform: scale(1.12); box-shadow: 0 12px 32px rgba(37,211,102,0.55); }
.fab-whatsapp svg { width: 28px; height: 28px; fill: #fff; }

.fab-top {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow-sm);
  border: none;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s cubic-bezier(.34,1.56,.64,1), box-shadow 0.3s;
}
.fab-top.visible { opacity: 1; pointer-events: auto; }
.fab-top:hover { transform: scale(1.1) translateY(-2px); box-shadow: var(--shadow-md); }
.fab-top svg { width: 20px; height: 20px; stroke: #fff; }



/* ══════════════════════════════════════════════════════════════
   SCROLL REVEAL ANIMATIONS
══════════════════════════════════════════════════════════════ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.fade-up { animation: fadeUp 0.7s ease both; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE BREAKPOINTS
══════════════════════════════════════════════════════════════ */

/* ── Tablet 1080px ── */
@media (max-width: 1080px) {
  .hero-headline { font-size: clamp(3.2rem, 8vw, 4.8rem); }
  .grid-3, .products-grid, .blog-grid, .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-cols { grid-template-columns: repeat(2, auto); gap: 2rem; }
  .topbar-divider, .topbar-links { display: none; }
}

/* ── Landscape Mobile/Small Tablet 850px ── */
@media (max-width: 850px) {
  .hero-split { grid-template-columns: 1fr; gap: 3rem; text-align: center; }
  .hero-copy { align-items: center; }
  .hero-badge { align-self: center; }
  .hero-slide-desc { max-width: 100%; }
  .page-hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-stats { justify-content: center; }
}

/* ── Mobile 780px ── */
@media (max-width: 780px) {
  .menu-toggle { display: inline-flex; }
  .site-nav {
    position: fixed;
    top: var(--header-h);
    left: 0; right: 0;
    background: rgba(255, 255, 255, 0.99);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--line-strong);
    box-shadow: var(--shadow-md);
    display: none;
    z-index: 99;
    padding: 1.2rem 1.5rem 1.8rem;
    width: 100%;
    margin: 0;
  }
  .site-nav.open { display: block; }
  .nav-links { flex-direction: column; align-items: flex-start; gap: 0.1rem; }
  .nav-links a { width: 100%; padding: 0.9rem 1rem; border-radius: var(--radius-sm); font-size: 0.95rem; color: var(--text-dim); }
  .nav-links a.active { background: var(--brand-dim); color: var(--brand); }
  .header-actions { display: none; }

  .hero-split { grid-template-columns: 1fr; gap: 3rem; }
  .hero-slider { order: 2; aspect-ratio: 1; height: 360px; }
  .hero-copy { order: 1; align-items: center; text-align: center; }
  .hero-headline { font-size: clamp(2.8rem, 10vw, 4.2rem); }
  .hero-content { padding: 3.5rem 0 4rem; }
  .hero-stats { flex-wrap: wrap; justify-content: center; gap: 1.5rem; }
  .hero-stat { min-width: 120px; padding: 0 !important; text-align: center; }
  .hero-stat-div { display: none; }
  .hero-ctas { flex-direction: column; width: 100%; max-width: 440px; margin-inline: auto; gap: 1.25rem; }
  .hero-cta-primary, .hero-cta-whatsapp, .hero-cta-ghost { width: 100%; justify-content: center; padding: 0.75rem 1.5rem; }

  .topbar-left { gap: 0.5rem; }
  .topbar-divider, .topbar-links { display: none; }
  .topbar-socials { display: none; }

  .grid-2, .grid-3, .grid-4, .products-grid, .blog-grid,
  .gallery-grid, .contact-cards, .form-grid, .metrics,
  .page-card-stats, .feature-grid, .support-grid,
  .split-layout, .page-hero-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  
  .split-visual { order: 2; }
  .split-copy { order: 1; text-align: center; display: flex; flex-direction: column; align-items: center; }
  .gallery-card.large { grid-column: span 1; }
  .gallery-card.large img { height: 260px; }
  .section { padding: 4.5rem 0; }
  .cta-band { padding: 2.5rem 1.5rem; }
  .trust-bar-inner { gap: 1.5rem; justify-content: flex-start; }
  .footer-cols { grid-template-columns: 1fr; }
  .footer-top { padding: 3rem 0 2rem; flex-direction: column; }
  .footer-bottom { flex-direction: column; gap: 0.5rem; text-align: center; }
  .split-visual-badge { position: static; margin-top: 1.2rem; }
  .page-hero-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}

/* ── Small Mobile 480px ── */
@media (max-width: 480px) {
  .hero-headline { font-size: clamp(2.4rem, 10vw, 3.5rem); }
  .hero-badge { font-size: 0.68rem; }
  .hero-sub { font-size: 0.95rem; }
  .hero-cta-primary, .hero-cta-whatsapp { padding: 0.8rem 1.4rem; font-size: 0.85rem; }
  .hero-stat strong { font-size: 2.2rem; }
  .topbar-inner { gap: 0.5rem; }
  .hero-ticker-label { padding: 0.75rem 1rem; font-size: 0.65rem; }
  .section { padding: 3.5rem 0; }
  .cta-band { padding: 2rem 1.2rem; }
  .cta-band h2 { font-size: 1.9rem; }
  .page-hero-copy h1 { font-size: clamp(2rem, 9vw, 3.2rem); }
}

/* ── Hamburger → X animation ── */
.menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── FAB responsive ── */
@media (max-width: 480px) {
  .fab-group { bottom: 1.2rem; right: 1.2rem; }
  .fab-whatsapp { width: 50px; height: 50px; }
  .fab-top { width: 42px; height: 42px; }
}

/* ══════════════════════════════════════════════════════════════
   HOME CTA BLOCK — Final CTA section two-column layout
══════════════════════════════════════════════════════════════ */
.home-cta-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  flex-wrap: wrap;
}

.home-cta-copy { flex: 1; min-width: 280px; }

.home-cta-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  flex-shrink: 0;
}

@media (max-width: 780px) {
  .home-cta-block { flex-direction: column; text-align: center; }
  .home-cta-actions { justify-content: center; }
}

/* ══════════════════════════════════════════════════════════════
   SOLUTION CARD ICON — emoji icon in card body
══════════════════════════════════════════════════════════════ */
.solution-card-icon {
  font-size: 2rem;
  margin-bottom: 0.75rem;
  display: block;
}

/* ══════════════════════════════════════════════════════════════
   WHY GRID — responsive breakpoints
══════════════════════════════════════════════════════════════ */
@media (max-width: 1080px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .why-card--large {
    grid-column: span 2;
    grid-row: span 1;
  }
}

@media (max-width: 780px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
  .why-card--large {
    grid-column: span 1;
  }
  .why-num { font-size: 2.2rem; }
}

/* ══════════════════════════════════════════════════════════════
   FAQ OPEN STATE — expand answer height
══════════════════════════════════════════════════════════════ */
.faq-item.open .faq-answer {
  max-height: 400px;
}

/* ══════════════════════════════════════════════════════════════
   PAGE HERO VISUAL — image in hero card
══════════════════════════════════════════════════════════════ */
.page-hero-visual img {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
}

/* ══════════════════════════════════════════════════════════════
   FAQ ANSWER — smooth accordion animation base state
══════════════════════════════════════════════════════════════ */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-answer-inner { padding: 0.2rem 0 1.2rem; }

/* ══════════════════════════════════════════════════════════════
   PRODUCT BADGE — overlay tag on product image
══════════════════════════════════════════════════════════════ */
.product-image { position: relative; }
.product-badge {
  position: absolute;
  top: 0.75rem; right: 0.75rem;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.3rem 0.7rem;
  border-radius: var(--radius-pill);
  z-index: 3;
}

/* ══════════════════════════════════════════════════════════════
   SECTION HEADER ACTION — right-aligned button beside heading
══════════════════════════════════════════════════════════════ */
.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 100%;
  margin-bottom: 3rem;
}
.section-intro { flex: 1; min-width: 280px; }
.section-actions { flex-shrink: 0; }



@media (max-width: 640px) {
  .section-header { flex-direction: column; align-items: flex-start; }
  .section-header.centered { align-items: center; }
}

.section-header.centered {
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

/* ══════════════════════════════════════════════════════════════
   PRODUCTS SHOWCASE SECTION — Dark theme grid
══════════════════════════════════════════════════════════════ */
.products-showcase-section {
  background: var(--navy);
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
}
.products-showcase-bg {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse at 10% 50%, rgba(255,107,26,0.1) 0%, transparent 55%),
    radial-gradient(ellipse at 90% 20%, rgba(245,200,66,0.06) 0%, transparent 50%);
}
.products-showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}
.showcase-card {
  display: flex; flex-direction: column;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-xl);
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.4s cubic-bezier(.34,1.56,.64,1), border-color 0.3s, background 0.3s;
  position: relative;
}
.showcase-card::before {
  content: ""; position: absolute;
  top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--brand), var(--gold));
  opacity: 0; transition: opacity 0.3s;
}
.showcase-card:hover { transform: translateY(-10px); border-color: rgba(255,107,26,0.3); background: rgba(255,255,255,0.07); }
.showcase-card:hover::before { opacity: 1; }
.showcase-card-img { width: 100%; aspect-ratio: 16/10; overflow: hidden; background: rgba(255,255,255,0.04); }
.showcase-card-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s ease;
  filter: brightness(0.85) saturate(0.9);
}
.showcase-card:hover .showcase-card-img img { transform: scale(1.08); filter: brightness(1) saturate(1.1); }
.showcase-card-body { padding: 1.6rem; display: flex; flex-direction: column; flex: 1; }
.showcase-tag {
  display: inline-block; font-size: 0.7rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em; color: var(--brand);
  background: rgba(255,107,26,0.12); border: 1px solid rgba(255,107,26,0.2);
  border-radius: var(--radius-pill); padding: 0.3rem 0.8rem;
  margin-bottom: 0.9rem; align-self: flex-start;
}
.showcase-card-body h3 {
  font-family: var(--font-display); font-size: 1.2rem; font-weight: 800;
  text-transform: uppercase; color: #fff; margin-bottom: 0.65rem;
  line-height: 1.15; letter-spacing: -0.01em;
}
.showcase-card-body p { font-size: 0.87rem; color: rgba(255,255,255,0.55); line-height: 1.7; margin-bottom: 1.2rem; flex: 1; }
.showcase-cta {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.8rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.06em; color: var(--brand);
  transition: gap 0.2s, color 0.2s; margin-top: auto;
}
.showcase-card:hover .showcase-cta { gap: 0.7rem; color: var(--brand-light); }
@media (max-width: 1080px) { .products-showcase-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .products-showcase-grid { grid-template-columns: 1fr; gap: 1rem; } }

/* ══════════════════════════════════════════════════════════════
   SCROLL PROGRESS BAR
══════════════════════════════════════════════════════════════ */
.scroll-progress-bar {
  position: fixed; top: 0; left: 0; height: 3px;
  background: linear-gradient(90deg, var(--brand), var(--gold));
  z-index: 9999; width: 0%; transition: width 0.1s linear;
  pointer-events: none;
}

/* ══════════════════════════════════════════════════════════════
   TOAST NOTIFICATION
══════════════════════════════════════════════════════════════ */
.toast {
  position: fixed; bottom: 6rem; right: 2rem;
  background: var(--navy); color: #fff;
  border: 1px solid rgba(255,107,26,0.3);
  border-left: 4px solid var(--brand);
  border-radius: var(--radius-md); padding: 1rem 1.5rem;
  font-size: 0.9rem; font-weight: 600;
  box-shadow: var(--shadow-lg); z-index: 9998;
  transform: translateX(120%);
  transition: transform 0.4s cubic-bezier(.34,1.56,.64,1);
  max-width: 320px;
}
.toast.show { transform: translateX(0); }
.toast-icon { color: var(--brand); margin-right: 0.5rem; }

/* ══════════════════════════════════════════════════════════════
   STAGGER ANIMATION
══════════════════════════════════════════════════════════════ */
.stagger-children > * {
  opacity: 0; transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.stagger-children.visible > *:nth-child(1) { transition-delay: 0.05s; opacity: 1; transform: none; }
.stagger-children.visible > *:nth-child(2) { transition-delay: 0.12s; opacity: 1; transform: none; }
.stagger-children.visible > *:nth-child(3) { transition-delay: 0.19s; opacity: 1; transform: none; }
.stagger-children.visible > *:nth-child(4) { transition-delay: 0.26s; opacity: 1; transform: none; }
.stagger-children.visible > *:nth-child(5) { transition-delay: 0.33s; opacity: 1; transform: none; }
.stagger-children.visible > *:nth-child(6) { transition-delay: 0.40s; opacity: 1; transform: none; }

/* ══════════════════════════════════════════════════════════════
   SCROLLED HEADER STATE
══════════════════════════════════════════════════════════════ */
.site-header.scrolled {
  background: rgba(255,255,255,0.98) !important;
  box-shadow: 0 4px 40px rgba(0,0,0,0.1);
  backdrop-filter: blur(20px);
}

/* ══════════════════════════════════════════════════════════════
   PAGE HERO — second decorative blob
══════════════════════════════════════════════════════════════ */
.page-hero::after {
  content: "";
  position: absolute; bottom: -80px; left: -80px;
  width: 350px; height: 350px; border-radius: 50%;
  background: radial-gradient(circle, rgba(245,200,66,0.07) 0%, transparent 70%);
  pointer-events: none;
}
.page-hero-copy { position: relative; z-index: 2; }

/* ══════════════════════════════════════════════════════════════
   NAV UNDERLINE INDICATOR
══════════════════════════════════════════════════════════════ */
.nav-links a { position: relative; }
.nav-links a::after {
  content: ""; position: absolute;
  bottom: 4px; left: 50%; width: 0; height: 2px;
  background: var(--brand); border-radius: 2px;
  transform: translateX(-50%); transition: width 0.25s ease;
}
.nav-links a:hover::after,
.nav-links a.active::after { width: 60%; }

/* ══════════════════════════════════════════════════════════════
   GALLERY SYSTEM — Masonry-inspired grid
══════════════════════════════════════════════════════════════ */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-auto-rows: 250px;
  gap: 1.5rem;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: var(--surface-2);
  border: 1px solid var(--line);
  cursor: pointer;
}

.gallery-card.large {
  grid-row: span 2;
  grid-column: span 1;
}

@media (min-width: 900px) {
  .gallery-card.wide { grid-column: span 2; }
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.gallery-card:hover img {
  transform: scale(1.08);
}

.gallery-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 1.5rem;
  background: linear-gradient(to top, rgba(10, 15, 30, 0.9) 0%, transparent 100%);
  color: #fff;
  font-size: 0.88rem;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s, transform 0.4s;
  pointer-events: none;
}

.gallery-card:hover .gallery-caption {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 640px) {
  .gallery-grid { grid-auto-rows: 200px; }
  .gallery-card.large { grid-row: span 1; }
}
