/* ============================================================
   Mirai Skin & Hair Clinic — Premium Stylesheet
   ============================================================ */

:root {
  --teal:       #16B4CC;
  --teal-dark:  #0e8fa0;
  --teal-light: #e0f7fa;
  --navy:       #0a1628;
  --navy-mid:   #12264a;
  --gold:       #C9A96E;
  --gold-dark:  #a8864e;
  --gold-light: #f5edd8;
  --white:      #ffffff;
  --off-white:  #f8f9fb;
  --gray-100:   #f3f4f6;
  --gray-200:   #e5e7eb;
  --gray-400:   #9ca3af;
  --gray-500:   #6b7280;
  --gray-600:   #4b5563;
  --gray-800:   #1f2937;
  --gray-900:   #111827;
  --font-head:  'Playfair Display', Georgia, serif;
  --font-body:  'Inter', 'Segoe UI', sans-serif;
  --radius:     14px;
  --radius-sm:  8px;
  --radius-lg:  22px;
  --shadow:     0 4px 24px rgba(10,22,40,.09);
  --shadow-lg:  0 16px 56px rgba(10,22,40,.15);
  --shadow-xl:  0 32px 80px rgba(10,22,40,.22);
  --transition: all .32s cubic-bezier(.25,.46,.45,.94);
  /* Gradient shorthands */
  --grad-teal:  linear-gradient(135deg, #16B4CC, #0e8fa0);
  --grad-navy:  linear-gradient(135deg, #0a1628, #12264a);
  --grad-gold:  linear-gradient(135deg, #C9A96E, #a8864e);
  /* Coloured shadows */
  --shadow-teal: 0 8px 28px rgba(22,180,204,.35);
  --shadow-gold: 0 8px 28px rgba(201,169,110,.35);
  /* Utility */
  --bg-alt:     #f8f9fb;
  --border:     #e5e7eb;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; overflow-x: hidden; }
body { font-family: var(--font-body); color: var(--gray-900); background: #fff; line-height: 1.75; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--teal); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--teal-dark); }
ul { list-style: none; }

/* ── Typography ── */
h1,h2,h3,h4,h5,h6 { font-family: var(--font-head); line-height: 1.2; color: var(--navy); }
h1 { font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 700; }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 700; }
h3 { font-size: clamp(1.15rem, 2vw, 1.5rem); font-weight: 600; }
p  { color: var(--gray-600); font-size: 1.03rem; line-height: 1.82; }

.section-label {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .75rem;
}
.section-label::before, .section-label::after {
  content: '';
  width: 24px; height: 1px;
  background: var(--gold);
  opacity: .5;
  flex-shrink: 0;
}
.section-title { margin-bottom: 1rem; }
.section-desc  { max-width: 600px; margin: 0 auto 3.5rem; text-align: center; }

/* ── Layout ── */
.container { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 2rem; }
.section    { padding: 6rem 0; }
.section-alt { background: var(--off-white); }
.text-center { text-align: center; }

/* ══════════════════════════════════════════
   BUTTONS
══════════════════════════════════════════ */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .9rem 2.2rem;
  border-radius: 50px;
  font-size: .85rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  cursor: pointer; border: none; transition: var(--transition);
  text-decoration: none; white-space: nowrap;
}
.btn-primary  { background: var(--teal); color: #fff; box-shadow: 0 6px 24px rgba(22,180,204,.4); }
.btn-primary:hover  { background: var(--teal-dark); color: #fff; transform: translateY(-3px); box-shadow: 0 12px 36px rgba(22,180,204,.45); }
.btn-gold     { background: linear-gradient(135deg, var(--gold), var(--gold-dark)); color: #fff; box-shadow: 0 6px 24px rgba(201,169,110,.4); }
.btn-gold:hover     { transform: translateY(-3px); color: #fff; box-shadow: 0 12px 36px rgba(201,169,110,.5); }
.btn-outline  { background: transparent; border: 2px solid var(--teal); color: var(--teal); }
.btn-outline:hover  { background: var(--teal); color: #fff; }
.btn-white    { background: #fff; color: var(--navy); font-weight: 700; }
.btn-white:hover    { background: var(--gold-light); color: var(--navy); transform: translateY(-2px); }
.btn-dark     { background: var(--navy); color: #fff; }
.btn-dark:hover     { background: var(--navy-mid); color: #fff; transform: translateY(-2px); }
.btn-lg { padding: 1.1rem 2.8rem; font-size: .92rem; }
.btn-sm { padding: .5rem 1.3rem; font-size: .78rem; }

/* ══════════════════════════════════════════
   HEADER
══════════════════════════════════════════ */
.header {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 1000;
  transition: var(--transition);
}
.header.scrolled {
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(20px);
  box-shadow: 0 1px 0 rgba(0,0,0,.07), 0 8px 40px rgba(10,22,40,.08);
}
.header.scrolled .nav-link { color: var(--navy); }
.header.scrolled .logo-img-dark { filter: none; }
.header.scrolled .hamburger span { background: var(--navy); }

.navbar { display: flex; align-items: center; justify-content: space-between; padding: 1.1rem 0; }
.logo-img { height: 50px; width: auto; }
.logo-img-dark { filter: brightness(0) invert(1); }
.nav-menu { display: flex; align-items: center; gap: .1rem; }
.nav-link {
  padding: .55rem 1rem; font-size: .84rem; font-weight: 500;
  color: rgba(255,255,255,.9); border-radius: 50px; transition: var(--transition);
}
.nav-link:hover, .nav-link.active { color: var(--gold); background: rgba(201,169,110,.12); }
.header.scrolled .nav-link:hover, .header.scrolled .nav-link.active { color: var(--teal); background: var(--teal-light); }

.nav-dropdown { position: relative; }
.nav-dropdown-menu {
  position: absolute; top: calc(100% + .6rem); left: 50%;
  transform: translateX(-50%) translateY(-8px);
  min-width: 250px;
  background: rgba(255,255,255,.98); backdrop-filter: blur(20px);
  border-radius: var(--radius); box-shadow: var(--shadow-xl);
  padding: .6rem 0; opacity: 0; visibility: hidden;
  transition: var(--transition);
  border: 1px solid rgba(201,169,110,.12);
}
.nav-dropdown:hover .nav-dropdown-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.nav-dropdown-menu a {
  display: block; padding: .65rem 1.4rem;
  font-size: .87rem; color: var(--gray-600); transition: var(--transition);
  border-left: 3px solid transparent;
}
.nav-dropdown-menu a:hover { color: var(--teal); background: var(--teal-light); border-left-color: var(--teal); padding-left: 1.7rem; }
.nav-cta { margin-left: 1rem; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: .4rem; background: none; border: none; z-index: 1001; }
.hamburger span { display: block; width: 25px; height: 2px; background: rgba(255,255,255,.9); border-radius: 2px; transition: var(--transition); }
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* ══════════════════════════════════════════
   HERO
══════════════════════════════════════════ */
.hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center;
  background: #050e1a; overflow: hidden;
  padding-top: 80px;
}
.hero-video-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: .5; }
.hero::before {
  content: '';
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(105deg, rgba(5,14,26,.92) 0%, rgba(10,22,40,.82) 50%, rgba(5,14,26,.6) 100%);
}
.hero::after {
  content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    radial-gradient(ellipse 70% 60% at 15% 55%, rgba(22,180,204,.14) 0%, transparent 55%),
    radial-gradient(ellipse 50% 70% at 85% 75%, rgba(201,169,110,.12) 0%, transparent 55%);
}
.hero .container { position: relative; z-index: 2; }
.hero-content { max-width: 700px; }

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: .75rem;
  font-size: .72rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1.75rem;
}
.hero-eyebrow span { display: inline-block; width: 30px; height: 1px; background: var(--gold); opacity: .6; }

/* Keep old badge class working too */
.hero-badge {
  display: inline-flex; align-items: center; gap: .6rem;
  background: rgba(201,169,110,.12); border: 1px solid rgba(201,169,110,.3);
  border-radius: 50px; padding: .5rem 1.25rem;
  font-size: .75rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1.75rem;
}

.hero h1 { color: #fff; margin-bottom: 1.4rem; line-height: 1.1; }
.hero h1 span {
  color: transparent;
  background: linear-gradient(120deg, #f0d699 0%, var(--gold) 50%, #c9a040 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
}
.hero p { color: rgba(255,255,255,.7); font-size: 1.12rem; margin-bottom: 2.5rem; max-width: 520px; line-height: 1.9; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-stats {
  display: flex; gap: 3rem; margin-top: 3.5rem;
  padding-top: 2.5rem; border-top: 1px solid rgba(255,255,255,.1);
}
.hero-stat-num { font-family: var(--font-head); font-size: 2.4rem; font-weight: 700; color: #fff; line-height: 1; }
.hero-stat-label { font-size: .72rem; color: rgba(255,255,255,.45); margin-top: .3rem; letter-spacing: .1em; text-transform: uppercase; }
.hero-visual {
  position: absolute; right: 0; top: 0; height: 100%; width: 42%;
  clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%);
  background: linear-gradient(145deg, rgba(22,180,204,.06), rgba(201,169,110,.06));
  border-left: 1px solid rgba(201,169,110,.07);
}
.hero-float {
  position: absolute; right: 5%; bottom: 12%;
  background: rgba(255,255,255,.96); backdrop-filter: blur(16px);
  border-radius: var(--radius); padding: 1.1rem 1.5rem;
  box-shadow: var(--shadow-xl); display: flex; align-items: center; gap: .9rem;
  z-index: 3; border: 1px solid rgba(201,169,110,.18);
  animation: floatBadge 4s ease-in-out infinite;
}
@keyframes floatBadge { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }
.hero-float-icon { width: 44px; height: 44px; background: var(--teal-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--teal); font-size: 1.2rem; }
.hero-float-text { font-size: .8rem; color: var(--gray-600); }
.hero-float-text strong { display: block; font-size: .92rem; color: var(--navy); }
.hero-scroll { position: absolute; bottom: 2.5rem; left: 50%; transform: translateX(-50%); z-index: 3; display: flex; flex-direction: column; align-items: center; gap: .5rem; color: rgba(255,255,255,.35); font-size: .65rem; letter-spacing: .18em; text-transform: uppercase; }
.hero-scroll-line { width: 1px; height: 40px; background: linear-gradient(to bottom, rgba(255,255,255,.35), transparent); animation: scrollLine 2s ease-in-out infinite; }
@keyframes scrollLine { 0%,100%{opacity:1} 50%{opacity:.2} }

/* ══════════════════════════════════════════
   STAT STRIP
══════════════════════════════════════════ */
.stat-strip { background: var(--navy); padding: 4rem 0; position: relative; overflow: hidden; }
.stat-strip::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 120% at 50% 50%, rgba(22,180,204,.07) 0%, transparent 65%); }
.stat-strip-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 2rem; text-align: center; position: relative; z-index: 1; }
.stat-strip-item { position: relative; }
.stat-strip-item:not(:last-child)::after { content: ''; position: absolute; right: 0; top: 10%; height: 80%; width: 1px; background: linear-gradient(to bottom, transparent, rgba(201,169,110,.25), transparent); }
.stat-strip-num { font-family: var(--font-head); font-size: 3rem; font-weight: 700; color: #fff; line-height: 1; }
.stat-strip-label { font-size: .73rem; color: rgba(255,255,255,.45); margin-top: .5rem; text-transform: uppercase; letter-spacing: .12em; }

/* ══════════════════════════════════════════
   SERVICE CARDS — PREMIUM REDESIGN v2
══════════════════════════════════════════ */

/* ── New premium service cards ── */
.svc-section { padding: 6rem 0; }

.svc-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 3.5rem;
}

.svc-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #fff;
  transition: transform .35s ease, box-shadow .35s ease;
  min-height: 480px;
}
.svc-card:hover { transform: translateY(-10px); box-shadow: 0 32px 80px rgba(0,0,0,.28); }

/* Colour themes */
.svc-card--teal  { background: linear-gradient(155deg, #0a4a52 0%, #0d7a8a 50%, #16b4cc 100%); box-shadow: 0 12px 40px rgba(22,180,204,.25); }
.svc-card--rose  { background: linear-gradient(155deg, #4a1a2e 0%, #8a2a52 50%, #cc3d78 100%); box-shadow: 0 12px 40px rgba(204,61,120,.25); }
.svc-card--violet{ background: linear-gradient(155deg, #2a1a4a 0%, #4a2a8a 50%, #7c3dcc 100%); box-shadow: 0 12px 40px rgba(124,61,204,.25); }
.svc-card--gold  { background: linear-gradient(155deg, #3d2a0a 0%, #7a520d 50%, #c99a29 100%); box-shadow: 0 12px 40px rgba(201,154,41,.25); }

/* Glow orb */
.svc-card-glow {
  position: absolute; top: -60px; right: -60px;
  width: 200px; height: 200px; border-radius: 50%;
  background: rgba(255,255,255,.08);
  pointer-events: none;
  transition: transform .5s ease;
}
.svc-card:hover .svc-card-glow { transform: scale(1.4); }

/* Icon circle */
.svc-card-icon {
  width: 72px; height: 72px;
  border-radius: 18px;
  background: rgba(255,255,255,.15);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem;
  margin: 2rem 2rem 0;
  flex-shrink: 0;
  transition: transform .3s ease, background .3s ease;
}
.svc-card:hover .svc-card-icon { transform: scale(1.1) rotate(-6deg); background: rgba(255,255,255,.22); }

/* Card body */
.svc-card-body { padding: 1.5rem 2rem; flex: 1; }

.svc-card-tag {
  display: inline-block;
  font-size: .62rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50px;
  padding: .2rem .75rem;
  margin-bottom: .9rem;
}

.svc-card h3 {
  font-size: 1.2rem; font-weight: 700; line-height: 1.3;
  color: #fff; margin-bottom: .75rem;
}

.svc-card p {
  font-size: .87rem; line-height: 1.75;
  color: rgba(255,255,255,.75);
  margin-bottom: 1.25rem;
}

/* Stats row */
.svc-card-stats {
  display: flex; gap: .75rem;
  border-top: 1px solid rgba(255,255,255,.15);
  padding-top: 1rem;
}
.svc-stat { flex: 1; text-align: center; }
.svc-stat span { display: block; font-size: 1rem; font-weight: 700; color: #fff; line-height: 1.2; }
.svc-stat small { font-size: .62rem; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .08em; }

/* Footer CTA */
.svc-card-footer {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem 2rem 1.5rem;
  font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: rgba(255,255,255,.9);
  border-top: 1px solid rgba(255,255,255,.12);
}
.svc-card-footer i { transition: transform .25s; }
.svc-card:hover .svc-card-footer i { transform: translateX(6px); }

/* ── Wide cards for Skin & Hair ── */
.svc-wide-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.75rem;
  margin-top: 3.5rem;
}

.svc-wide-card {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 24px rgba(10,22,40,.1);
  border: 1px solid rgba(0,0,0,.07);
  background: #fff;
  transition: transform .35s ease, box-shadow .35s ease;
}
.svc-wide-card:hover { transform: translateY(-8px); box-shadow: 0 24px 60px rgba(10,22,40,.18); }

.svc-wide-left {
  width: 130px; flex-shrink: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .75rem;
  padding: 2rem 1rem;
}
.svc-wide-card--teal  .svc-wide-left { background: linear-gradient(155deg, #0a4a52, #16b4cc); }
.svc-wide-card--violet .svc-wide-left { background: linear-gradient(155deg, #2a1a4a, #7c3dcc); }

.svc-wide-icon {
  width: 60px; height: 60px;
  border-radius: 16px;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.25);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem; color: #fff;
}
.svc-wide-tag {
  font-size: .6rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  color: rgba(255,255,255,.8);
  background: rgba(255,255,255,.15);
  border-radius: 50px; padding: .2rem .6rem;
  text-align: center;
}

.svc-wide-body { padding: 2rem 2rem 2rem 1.75rem; flex: 1; }
.svc-wide-body h3 { font-size: 1.3rem; margin-bottom: .6rem; color: var(--navy); }
.svc-wide-body p  { font-size: .9rem; line-height: 1.75; color: var(--gray-500); margin-bottom: 1.25rem; }

.svc-wide-list {
  list-style: none; padding: 0; margin: 0 0 1.5rem;
  display: grid; grid-template-columns: 1fr 1fr; gap: .45rem;
}
.svc-wide-list li { font-size: .83rem; color: var(--gray-600); display: flex; align-items: center; gap: .4rem; }
.svc-wide-list li i { color: var(--teal); font-size: .75rem; }

.svc-wide-cta {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--teal); transition: gap .2s;
}
.svc-wide-card:hover .svc-wide-cta { gap: .8rem; }

/* Responsive */
@media(max-width:1100px) {
  .svc-cards-grid { grid-template-columns: repeat(2,1fr); }
}
@media(max-width:700px) {
  .svc-cards-grid { grid-template-columns: 1fr; }
  .svc-wide-grid  { grid-template-columns: 1fr; }
  .svc-wide-card  { flex-direction: column; }
  .svc-wide-left  { width: 100%; flex-direction: row; padding: 1.5rem; justify-content: flex-start; }
}

/* ── Service grid used on hair/skin/treatment detail pages ── */
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.75rem; }

.service-card {
  position: relative; overflow: hidden;
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: 0 2px 20px rgba(10,22,40,.07);
  border: 1px solid rgba(0,0,0,.07);
  transition: var(--transition);
  display: flex; flex-direction: column;
  padding: 2rem;
}
.service-card::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  transform: scaleX(0); transform-origin: left; transition: transform .4s ease;
}
.service-card:nth-child(odd)::after  { background: linear-gradient(90deg, var(--teal), var(--teal-dark)); }
.service-card:nth-child(even)::after { background: linear-gradient(90deg, var(--gold), var(--gold-dark)); }
.service-card:hover { transform: translateY(-8px); box-shadow: 0 24px 64px rgba(10,22,40,.16); border-color: rgba(22,180,204,.2); }
.service-card:hover::after { transform: scaleX(1); }
.service-icon { width: 60px; height: 60px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 1.25rem; transition: var(--transition); flex-shrink: 0; }
.service-card:nth-child(1) .service-icon { background: linear-gradient(135deg,#e0f7fa,#b2ebf2); color: #00838f; }
.service-card:nth-child(2) .service-icon { background: linear-gradient(135deg,#fce4ec,#f8bbd0); color: #c2185b; }
.service-card:nth-child(3) .service-icon { background: linear-gradient(135deg,#ede7f6,#d1c4e9); color: #6a1b9a; }
.service-card:nth-child(4) .service-icon { background: linear-gradient(135deg,#fff8e1,#ffecb3); color: #e65100; }
.service-card:nth-child(5) .service-icon { background: linear-gradient(135deg,#e8f5e9,#c8e6c9); color: #2e7d32; }
.service-card:nth-child(6) .service-icon { background: linear-gradient(135deg,#e3f2fd,#bbdefb); color: #1565c0; }
.service-card:nth-child(7) .service-icon { background: linear-gradient(135deg,#fce4ec,#f8bbd0); color: #c2185b; }
.service-card:nth-child(8) .service-icon { background: linear-gradient(135deg,#f3e5f5,#e1bee7); color: #6a1b9a; }
.service-card:hover .service-icon { transform: scale(1.1) rotate(-6deg); box-shadow: 0 8px 28px rgba(0,0,0,.14); }
.service-card h3 { font-size: 1.05rem; margin-bottom: .6rem; color: var(--navy); transition: color .25s; }
.service-card:hover h3 { color: var(--teal-dark); }
.service-card p { font-size: .88rem; line-height: 1.8; color: var(--gray-600); flex: 1; }
.service-card .read-more { display: inline-flex; align-items: center; gap: .45rem; font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--teal); margin-top: 1.25rem; transition: var(--transition); }
.service-card .read-more i { transition: transform .25s; }
.service-card:hover .read-more i { transform: translateX(4px); }

/* ══════════════════════════════════════════
   WHY CHOOSE US — Dark Split Layout
══════════════════════════════════════════ */
.section-dark-why {
  background: var(--navy);
  padding: 6rem 0; position: relative; overflow: hidden; max-width: 100%;
}
.section-dark-why::before {
  content: ''; position: absolute;
  top: -300px; right: -200px; width: 700px; height: 700px; border-radius: 50%;
  background: radial-gradient(circle, rgba(22,180,204,.09) 0%, transparent 65%);
  pointer-events: none;
}
.section-dark-why::after {
  content: ''; position: absolute;
  bottom: -200px; left: -150px; width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(201,169,110,.08) 0%, transparent 65%);
  pointer-events: none;
}

.why-section-layout { display: grid; grid-template-columns: 360px 1fr; gap: 5rem; align-items: center; position: relative; z-index: 1; }

.why-section-left .section-label { color: var(--gold); }
.why-section-left .section-label::before,
.why-section-left .section-label::after { background: var(--gold); }
.why-section-left h2 { color: #fff; margin-bottom: 1.25rem; }
.why-section-left h2 em { color: var(--gold); font-style: italic; }
.why-section-left > p { color: rgba(255,255,255,.6); max-width: 320px; margin-bottom: 2.5rem; }

.why-trust-row { display: flex; gap: 2.5rem; padding-top: 2.5rem; border-top: 1px solid rgba(255,255,255,.1); margin-top: .5rem; }
.why-trust-item { display: flex; flex-direction: column; }
.why-trust-num { font-family: var(--font-head); font-size: 2rem; font-weight: 700; color: #fff; line-height: 1; }
.why-trust-label { font-size: .68rem; color: rgba(255,255,255,.4); text-transform: uppercase; letter-spacing: .12em; margin-top: .25rem; }

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

/* Dark version — used inside .section-dark-why (home page) */
.why-card {
  padding: 2rem 1.75rem;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius-lg);
  transition: var(--transition);
  position: relative; overflow: hidden;
}
.why-card:hover {
  background: rgba(255,255,255,.09);
  border-color: rgba(22,180,204,.25);
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0,0,0,.2);
}

/* Light version — used on white-bg pages (about, standalone) */
.section:not(.section-dark-why) .why-card {
  background: #fff;
  border: 1px solid var(--gray-200);
  box-shadow: 0 2px 16px rgba(10,22,40,.06);
}
.section:not(.section-dark-why) .why-card:hover {
  background: #fff;
  border-color: rgba(22,180,204,.3);
  box-shadow: 0 16px 48px rgba(10,22,40,.12);
}
.section:not(.section-dark-why) .why-card h3 { color: var(--navy); }
.section:not(.section-dark-why) .why-card p  { color: var(--gray-600); }

.why-icon {
  width: 56px; height: 56px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; margin-bottom: 1.25rem;
  transition: var(--transition);
}
.why-card:nth-child(1) .why-icon { background: linear-gradient(135deg,var(--navy-mid),#1e3a6e); color: var(--gold); border: 1px solid rgba(201,169,110,.2); }
.why-card:nth-child(2) .why-icon { background: linear-gradient(135deg,#16B4CC,#0e8fa0); color: #fff; }
.why-card:nth-child(3) .why-icon { background: linear-gradient(135deg,var(--gold),var(--gold-dark)); color: #fff; }
.why-card:nth-child(4) .why-icon { background: linear-gradient(135deg,#16B4CC,#0e8fa0); color: #fff; }
.why-card:nth-child(5) .why-icon { background: linear-gradient(135deg,var(--navy-mid),#1e3a6e); color: var(--gold); border: 1px solid rgba(201,169,110,.2); }
.why-card:nth-child(6) .why-icon { background: linear-gradient(135deg,var(--gold),var(--gold-dark)); color: #fff; }
.why-card:hover .why-icon { transform: rotate(-6deg) scale(1.08); }

.why-card h3 { font-size: 1rem; color: #fff; margin-bottom: .5rem; }
.why-card p  { font-size: .87rem; color: rgba(255,255,255,.52); line-height: 1.75; }

/* ══════════════════════════════════════════
   PROCESS STEPS — Connected Cards
══════════════════════════════════════════ */
.process-steps { display: grid; grid-template-columns: repeat(4,1fr); position: relative; }
.process-step {
  padding: 2.5rem 2rem;
  background: #fff; border: 1px solid var(--gray-200);
  border-right: none; position: relative;
  transition: var(--transition);
}
.process-step:first-child { border-radius: var(--radius-lg) 0 0 var(--radius-lg); }
.process-step:last-child  { border-radius: 0 var(--radius-lg) var(--radius-lg) 0; border-right: 1px solid var(--gray-200); }
.process-step:hover { background: var(--navy); border-color: var(--navy); z-index: 1; box-shadow: var(--shadow-lg); }
.process-step:hover h3 { color: #fff; }
.process-step:hover p  { color: rgba(255,255,255,.55); }
.process-step:hover .step-num { color: var(--gold); }

.process-step:not(:last-child)::after {
  content: '\f054'; font-family: 'Font Awesome 6 Free'; font-weight: 900;
  position: absolute; right: -11px; top: 50%; transform: translateY(-50%);
  width: 22px; height: 22px; background: #fff;
  border: 1px solid var(--gray-200); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .6rem; color: var(--teal); z-index: 2;
  box-shadow: 0 2px 8px rgba(0,0,0,.1);
}
.step-num { font-family: var(--font-head); font-size: 2.4rem; font-weight: 700; color: var(--teal); line-height: 1; margin-bottom: 1.25rem; display: block; transition: color .3s; }
.process-step h3 { font-size: 1rem; margin-bottom: .6rem; transition: color .3s; }
.process-step p  { font-size: .88rem; transition: color .3s; }

/* ══════════════════════════════════════════
   VIDEO SLIDER
══════════════════════════════════════════ */
.vid-slider-section { padding-bottom: 0; }
.vid-slider-wrapper { position: relative; margin-top: 3rem; display: flex; align-items: center; }
.vid-slider-track { display: flex; gap: 1.25rem; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding: 1rem 3rem 2rem; scrollbar-width: none; flex: 1; }
.vid-slider-track::-webkit-scrollbar { display: none; }
.vid-slide { flex: 0 0 280px; height: 480px; border-radius: var(--radius-lg); overflow: hidden; position: relative; scroll-snap-align: start; background: var(--navy); box-shadow: var(--shadow-xl); cursor: pointer; transition: var(--transition); }
.vid-slide:hover { transform: scale(1.02); }
.vid-slide-video { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.vid-slide:hover .vid-slide-video { transform: scale(1.04); }
.vid-play-btn { position: absolute; inset: 0; margin: auto; width: 62px; height: 62px; background: rgba(255,255,255,.94); border: none; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; color: var(--navy); cursor: pointer; transition: var(--transition); box-shadow: 0 8px 28px rgba(0,0,0,.3); }
.vid-play-btn:hover { background: var(--gold); color: #fff; transform: scale(1.14); box-shadow: 0 12px 36px rgba(201,169,110,.5); }
.vid-play-btn.playing { background: rgba(0,0,0,.5); color: #fff; }
.vid-play-btn.playing i::before { content: "\f04c"; }
.vid-slider-btn { flex-shrink: 0; width: 52px; height: 52px; background: #fff; border: 1px solid var(--gray-200); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1rem; color: var(--navy); cursor: pointer; box-shadow: var(--shadow); z-index: 2; transition: var(--transition); position: absolute; top: 50%; transform: translateY(-50%); }
.vid-slider-btn:hover { background: var(--gold); color: #fff; border-color: var(--gold); transform: translateY(-50%) scale(1.08); }
.vid-slider-btn--prev { left: .5rem; }
.vid-slider-btn--next { right: .5rem; }

/* ══════════════════════════════════════════
   INSTAGRAM REELS
══════════════════════════════════════════ */
.reels-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(300px,1fr)); gap: 1.5rem; }
.reel-wrapper { border-radius: var(--radius-lg); overflow: hidden; background: var(--gray-100); line-height: 0; box-shadow: var(--shadow); transition: var(--transition); }
.reel-wrapper:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.reel-wrapper blockquote.instagram-media { margin: 0 !important; min-width: unset !important; max-width: 100% !important; border-radius: 0 !important; }

/* ══════════════════════════════════════════
   TESTIMONIALS — Premium
══════════════════════════════════════════ */
.testimonials-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.75rem; }

.testimonial-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 2.25rem;
  box-shadow: 0 2px 20px rgba(10,22,40,.07);
  border: 1px solid rgba(0,0,0,.07);
  transition: var(--transition);
  position: relative; overflow: hidden;
}
.testimonial-card::before {
  content: '\201C';
  position: absolute; top: 1rem; right: 1.5rem;
  font-family: var(--font-head); font-size: 7rem; line-height: 1; font-weight: 700;
  color: var(--teal); opacity: .07; pointer-events: none;
}
.testimonial-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: rgba(201,169,110,.2); }

.testimonial-stars { display: flex; gap: .25rem; margin-bottom: 1.1rem; }
.testimonial-stars i { color: var(--gold); font-size: .95rem; }

.testimonial-text { font-style: italic; margin-bottom: 1.5rem; font-size: .97rem; line-height: 1.85; color: var(--gray-600); }

.testimonial-author { display: flex; align-items: center; gap: .85rem; }
.testimonial-avatar {
  width: 48px; height: 48px;
  background: linear-gradient(135deg,var(--navy),var(--navy-mid));
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head); font-size: 1.2rem; font-weight: 700;
  color: var(--gold); flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(10,22,40,.2);
}
.testimonial-name { font-weight: 700; color: var(--navy); font-size: .93rem; }
.testimonial-location { font-size: .76rem; color: var(--gray-400); margin-top: .15rem; }

/* ══════════════════════════════════════════
   CTA SECTION
══════════════════════════════════════════ */
.cta-section {
  background: var(--navy);
  padding: 7rem 0; text-align: center;
  position: relative; overflow: hidden;
}
.cta-section::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 50% 50%, rgba(201,169,110,.1) 0%, transparent 60%),
    radial-gradient(ellipse 40% 60% at 10% 90%, rgba(22,180,204,.07) 0%, transparent 50%);
  pointer-events: none;
}
.cta-section::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold) 30%, var(--teal) 70%, transparent);
  opacity: .5;
}
.cta-section .section-label { color: var(--gold); }
.cta-section .section-label::before, .cta-section .section-label::after { background: var(--gold); }
.cta-section h2 { color: #fff; margin-bottom: 1.1rem; position: relative; z-index: 1; }
.cta-section p { color: rgba(255,255,255,.62); margin-bottom: 2.5rem; font-size: 1.08rem; max-width: 520px; margin-left: auto; margin-right: auto; position: relative; z-index: 1; }
.cta-actions { display: flex; gap: 1.1rem; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }

/* ══════════════════════════════════════════
   BLOG CARDS
══════════════════════════════════════════ */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(320px,1fr)); gap: 2rem; }
.blog-card { background: #fff; border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 2px 20px rgba(10,22,40,.07); border: 1px solid rgba(0,0,0,.07); transition: var(--transition); }
.blog-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-lg); border-color: rgba(22,180,204,.15); }
.blog-card-img { height: 220px; background: var(--gray-100); overflow: hidden; }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.blog-card:hover .blog-card-img img { transform: scale(1.06); }
.blog-card-body { padding: 1.75rem; }
.blog-meta { display: flex; align-items: center; gap: 1rem; font-size: .78rem; color: var(--gray-400); margin-bottom: .8rem; }
.blog-category { background: var(--teal-light); color: var(--teal); padding: .22rem .8rem; border-radius: 50px; font-size: .74rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.blog-card h3 { font-size: 1.1rem; margin-bottom: .6rem; line-height: 1.45; }
.blog-card h3 a:hover { color: var(--teal); }
.blog-card p { font-size: .89rem; }

/* ══════════════════════════════════════════
   ABOUT / FOUNDER
══════════════════════════════════════════ */
.founder-card { display: flex; gap: 4rem; align-items: center; }
.founder-img-wrap { flex: 0 0 360px; position: relative; }
.founder-img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-xl); }
.founder-badge {
  position: absolute; bottom: -1.25rem; right: -1.25rem;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: #fff; border-radius: var(--radius); padding: 1.25rem 1.5rem; text-align: center;
  box-shadow: 0 12px 36px rgba(201,169,110,.4);
}
.founder-badge-num { font-family: var(--font-head); font-size: 2.2rem; font-weight: 700; line-height: 1; }
.founder-badge-text { font-size: .76rem; line-height: 1.4; margin-top: .25rem; opacity: .9; }
.founder-content h2 { margin-bottom: .7rem; }
.founder-qualifications { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.5rem 0; }
.qual-tag { display: inline-flex; align-items: center; gap: .45rem; background: var(--gold-light); border-radius: 50px; padding: .4rem 1rem; font-size: .8rem; color: var(--gold-dark); font-weight: 600; border: 1px solid rgba(201,169,110,.2); }

/* ══════════════════════════════════════════
   PAGE HERO
══════════════════════════════════════════ */
.page-hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  padding: 9rem 0 5rem; text-align: center;
  position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 55% 70% at 50% 100%, rgba(201,169,110,.12) 0%, transparent 55%);
}
.page-hero h1 { color: #fff; margin-bottom: .85rem; position: relative; z-index: 1; }
.page-hero p { color: rgba(255,255,255,.62); font-size: 1.1rem; position: relative; z-index: 1; }
.breadcrumb {
  display: inline-flex; align-items: center; gap: .6rem;
  background: rgba(255,255,255,.07); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.12); border-radius: 50px;
  padding: .45rem 1.25rem; font-size: .82rem; color: rgba(255,255,255,.55);
  margin-top: 1.5rem; position: relative; z-index: 1;
}
.breadcrumb a { color: var(--gold); }
.breadcrumb a:hover { color: #f0d99b; }

/* ══════════════════════════════════════════
   CONTACT
══════════════════════════════════════════ */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; }
.contact-info-item { display: flex; align-items: flex-start; gap: 1.1rem; margin-bottom: 2rem; }
.contact-icon { width: 52px; height: 52px; background: var(--teal-light); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; color: var(--teal); font-size: 1.15rem; flex-shrink: 0; border: 1px solid rgba(22,180,204,.15); }
.contact-info-text h4 { font-size: 1rem; margin-bottom: .28rem; }
.contact-info-text p, .contact-info-text a { font-size: .95rem; color: var(--gray-600); }
.map-wrapper { border-radius: var(--radius-lg); overflow: hidden; height: 340px; box-shadow: var(--shadow-lg); border: 1px solid var(--gray-200); }
.map-wrapper iframe { width: 100%; height: 100%; border: 0; }

/* ══════════════════════════════════════════
   FORMS
══════════════════════════════════════════ */
.form-group { margin-bottom: 1.5rem; }
.form-label { display: block; font-size: .8rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--navy); margin-bottom: .5rem; }
.form-control { width: 100%; padding: .9rem 1.2rem; border: 1.5px solid var(--gray-200); border-radius: var(--radius-sm); font-size: .97rem; font-family: var(--font-body); color: var(--gray-900); background: #fff; transition: var(--transition); }
.form-control:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 4px rgba(22,180,204,.1); }
.form-control.is-invalid { border-color: #ef4444; }
.invalid-feedback { font-size: .82rem; color: #ef4444; margin-top: .3rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.otp-wrapper { display: flex; gap: .75rem; }
.otp-input { flex: 1; }
.otp-status { font-size: .85rem; margin-top: .35rem; }
.otp-status.success { color: #16a34a; }
.otp-status.error   { color: #ef4444; }

/* ══════════════════════════════════════════
   FOOTER
══════════════════════════════════════════ */
.footer {
  background: #060f1c;
  color: rgba(255,255,255,.6);
  padding: 5.5rem 0 0;
  position: relative;
}
.footer::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold) 30%, var(--teal) 70%, transparent);
  opacity: .55;
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.1fr; gap: 3.5rem; margin-bottom: 4rem; }
.footer-brand p { font-size: .88rem; margin-top: 1.25rem; max-width: 280px; color: rgba(255,255,255,.45); line-height: 1.85; }
.footer-logo { height: 46px; filter: brightness(0) invert(1); }
.footer h4 { color: #fff; font-family: var(--font-body); font-size: .74rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 1.4rem; padding-bottom: .75rem; border-bottom: 1px solid rgba(255,255,255,.06); }
.footer-links li { margin-bottom: .65rem; }
.footer-links a { color: rgba(255,255,255,.45); font-size: .88rem; transition: var(--transition); display: flex; align-items: center; gap: .4rem; }
.footer-links a:hover { color: var(--gold); padding-left: .35rem; }
.footer-contact-item { display: flex; align-items: flex-start; gap: .85rem; margin-bottom: 1rem; font-size: .87rem; color: rgba(255,255,255,.45); line-height: 1.75; }
.footer-contact-item i { color: var(--gold); flex-shrink: 0; margin-top: 3px; }
.footer-contact-item a { color: rgba(255,255,255,.55); }
.footer-contact-item a:hover { color: var(--teal); }
.footer-social { display: flex; gap: .6rem; margin-top: 1.5rem; }
.footer-social a { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.55); font-size: .84rem; transition: var(--transition); }
.footer-social a:hover { background: var(--gold); border-color: var(--gold); color: #fff; transform: translateY(-3px); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.06); padding: 1.75rem 0; display: flex; justify-content: space-between; align-items: center; font-size: .8rem; color: rgba(255,255,255,.28); flex-wrap: wrap; gap: .5rem; }
.footer-bottom a { color: rgba(255,255,255,.28); }
.footer-bottom a:hover { color: var(--teal); }

/* ══════════════════════════════════════════
   WHATSAPP FLOAT
══════════════════════════════════════════ */
.whatsapp-float { position: fixed; bottom: 2.25rem; right: 2.25rem; z-index: 999; width: 60px; height: 60px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.7rem; box-shadow: 0 6px 28px rgba(37,211,102,.5); transition: var(--transition); animation: waPulse 3s ease-in-out infinite; }
@keyframes waPulse { 0%,100%{box-shadow:0 6px 28px rgba(37,211,102,.5)} 50%{box-shadow:0 6px 40px rgba(37,211,102,.75),0 0 0 10px rgba(37,211,102,.12)} }
.whatsapp-float:hover { transform: scale(1.1); color: #fff; animation: none; box-shadow: 0 10px 36px rgba(37,211,102,.65); }

/* ══════════════════════════════════════════
   ALERTS
══════════════════════════════════════════ */
.alert { padding: 1rem 1.35rem; border-radius: var(--radius-sm); margin-bottom: 1.25rem; font-size: .93rem; }
.alert-success { background: #dcfce7; border: 1px solid #86efac; color: #166534; }
.alert-error   { background: #fee2e2; border: 1px solid #fca5a5; color: #991b1b; }
.alert-info    { background: var(--teal-light); border: 1px solid rgba(22,180,204,.3); color: var(--teal-dark); }

/* ══════════════════════════════════════════
   PRICING
══════════════════════════════════════════ */
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(270px,1fr)); gap: 2rem; }
.pricing-card { background: #fff; border-radius: var(--radius-lg); padding: 2.5rem; box-shadow: var(--shadow); border: 1.5px solid var(--gray-200); transition: var(--transition); }
.pricing-card.featured { background: var(--navy); border-color: transparent; box-shadow: var(--shadow-xl); position: relative; }
.pricing-card.featured::before { content: 'Most Popular'; position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg,var(--gold),var(--gold-dark)); color: #fff; font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; padding: .3rem 1rem; border-radius: 50px; }
.pricing-card.featured h3, .pricing-card.featured .price { color: #fff; }
.pricing-card.featured p { color: rgba(255,255,255,.6); }
.pricing-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.price { font-family: var(--font-head); font-size: 2.6rem; font-weight: 700; color: var(--teal); }
.price span { font-size: .95rem; color: var(--gray-400); }
.price-features { margin: 1.5rem 0; }
.price-features li { padding: .55rem 0; font-size: .9rem; border-bottom: 1px solid rgba(0,0,0,.05); display: flex; align-items: center; gap: .6rem; color: var(--gray-600); }
.price-features li::before { content: '✓'; color: var(--teal); font-weight: 700; }
.pricing-card.featured .price-features li { border-bottom-color: rgba(255,255,255,.07); color: rgba(255,255,255,.65); }
.pricing-card.featured .price-features li::before { color: var(--gold); }

/* ══════════════════════════════════════════
   FAQ
══════════════════════════════════════════ */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--gray-200); }
.faq-question { width: 100%; text-align: left; background: none; border: none; padding: 1.5rem 0; font-family: var(--font-head); font-size: 1.05rem; font-weight: 600; color: var(--navy); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; transition: color .2s; }
.faq-question:hover { color: var(--teal); }
.faq-icon { width: 32px; height: 32px; background: var(--teal-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--teal); font-size: .9rem; flex-shrink: 0; transition: var(--transition); }
.faq-item.active .faq-icon { background: var(--teal); color: #fff; transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.faq-answer-inner { padding: 0 0 1.5rem; color: var(--gray-600); font-size: .96rem; line-height: 1.9; }
.faq-item.active .faq-answer { max-height: 600px; }

/* ══════════════════════════════════════════
   GALLERY — Masonry
══════════════════════════════════════════ */
.gallery-section { background: var(--off-white); }
.gallery-filters { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: center; margin: 2.5rem 0 3rem; }
.gallery-filter-btn { padding: .5rem 1.4rem; border-radius: 50px; border: 1.5px solid var(--gray-200); background: #fff; color: var(--gray-600); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: var(--transition); }
.gallery-filter-btn:hover { border-color: var(--teal); color: var(--teal); }
.gallery-filter-btn.active { background: var(--teal); border-color: var(--teal); color: #fff; box-shadow: 0 4px 16px rgba(22,180,204,.35); }
.gallery-grid { columns: 4; column-gap: 1.1rem; }
@media(max-width:1100px){ .gallery-grid { columns: 3; } }
@media(max-width:720px)  { .gallery-grid { columns: 2; } }
@media(max-width:460px)  { .gallery-grid { columns: 1; } }
.gallery-item { break-inside: avoid; margin-bottom: 1.1rem; border-radius: var(--radius); overflow: hidden; cursor: pointer; transition: var(--transition); position: relative; }
.gallery-item.hidden { display: none; }
.gallery-item:hover { transform: translateY(-5px); box-shadow: var(--shadow-xl); }
.gallery-img-wrap { position: relative; overflow: hidden; }
.gallery-img-wrap img { width: 100%; display: block; border-radius: var(--radius); transition: transform .5s ease; }
.gallery-item:hover .gallery-img-wrap img { transform: scale(1.07); }
.gallery-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,22,40,.82) 0%, transparent 55%); border-radius: var(--radius); opacity: 0; transition: opacity .35s; display: flex; align-items: flex-end; padding: 1.25rem; }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay-content { display: flex; align-items: center; gap: .6rem; color: #fff; font-weight: 600; font-size: .85rem; }
.gallery-overlay-content i { width: 36px; height: 36px; background: rgba(255,255,255,.15); backdrop-filter: blur(6px); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .9rem; flex-shrink: 0; }
.gallery-cat-badge { position: absolute; top: .75rem; left: .75rem; background: rgba(22,180,204,.92); backdrop-filter: blur(6px); color: #fff; font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: .25rem .75rem; border-radius: 50px; opacity: 0; transform: translateY(-4px); transition: opacity .3s, transform .3s; }
.gallery-item:hover .gallery-cat-badge { opacity: 1; transform: translateY(0); }
.gallery-lightbox { position: fixed; inset: 0; background: rgba(4,12,24,.97); z-index: 9999; display: none; align-items: center; justify-content: center; padding: 1.5rem; backdrop-filter: blur(12px); }
.gallery-lightbox.open { display: flex; }
.lightbox-inner { position: relative; max-width: 940px; width: 100%; text-align: center; }
.lightbox-inner img { max-width: 100%; max-height: 82vh; border-radius: var(--radius-lg); box-shadow: 0 40px 100px rgba(0,0,0,.7); object-fit: contain; }
.lightbox-caption { color: rgba(255,255,255,.65); margin-top: 1rem; font-size: .9rem; font-weight: 500; letter-spacing: .05em; }
.lightbox-close { position: fixed; top: 1.5rem; right: 1.75rem; width: 46px; height: 46px; border-radius: 50%; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); color: #fff; font-size: 1.1rem; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .2s; z-index: 10000; }
.lightbox-close:hover { background: rgba(255,255,255,.22); }
.lightbox-nav { position: fixed; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; border-radius: 50%; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); color: #fff; font-size: 1.1rem; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .2s; z-index: 10000; }
.lightbox-nav:hover { background: var(--gold); border-color: var(--gold); }
.lightbox-prev { left: 1.5rem; }
.lightbox-next { right: 1.5rem; }

/* ══════════════════════════════════════════
   PORTFOLIO — Horizontal Slider
══════════════════════════════════════════ */
.portfolio-section { background: #fff; }

.portfolio-filters { display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center; margin: 2.5rem 0 1.75rem; }
.pf-btn { padding: .45rem 1.1rem; font-size: .78rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; border: 1.5px solid var(--gray-200); border-radius: 50px; background: #fff; color: var(--gray-600); cursor: pointer; transition: var(--transition); }
.pf-btn:hover { border-color: var(--teal); color: var(--teal); }
.pf-btn.active { background: var(--teal); border-color: var(--teal); color: #fff; }

/* Slider wrapper with prev/next buttons */
.portfolio-slider-wrap { position: relative; }
.portfolio-slider-btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 48px; height: 48px; border-radius: 50%;
  background: #fff; border: 1.5px solid var(--gray-200);
  display: flex; align-items: center; justify-content: center;
  font-size: .95rem; color: var(--navy); cursor: pointer;
  box-shadow: var(--shadow-lg); z-index: 10; transition: var(--transition);
}
.portfolio-slider-btn:hover { background: var(--gold); border-color: var(--gold); color: #fff; transform: translateY(-50%) scale(1.08); }
.portfolio-slider-btn--prev { left: -1.5rem; }
.portfolio-slider-btn--next { right: -1.5rem; }

/* The actual scrollable track */
.portfolio-track {
  display: flex; gap: 1.25rem;
  overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth;
  padding: .5rem .25rem 1.5rem;
  scrollbar-width: none; cursor: grab;
}
.portfolio-track:active { cursor: grabbing; }
.portfolio-track::-webkit-scrollbar { display: none; }

/* Each card — fixed width so 3 show on desktop */
.portfolio-item {
  flex: 0 0 calc(33.333% - .85rem);
  scroll-snap-align: start;
  border-radius: var(--radius-lg); overflow: hidden;
  position: relative; box-shadow: var(--shadow);
  transition: var(--transition);
}
.portfolio-item.hidden { display: none; }
.portfolio-item:hover { transform: translateY(-6px); box-shadow: var(--shadow-xl); }

/* Before/After pair inside each card */
.pf-pair {
  position: relative;
  display: flex;
  height: 420px;
  overflow: hidden;
}

.pf-half {
  flex: 1; position: relative; overflow: hidden; line-height: 0; min-width: 0;
}
.pf-half img {
  width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block;
  transition: transform .5s ease;
}
.portfolio-item:hover .pf-half img { transform: scale(1.05); }

/* Centre divider line */
.pf-divider {
  position: absolute; left: 50%; top: 0; bottom: 0;
  width: 2px; background: rgba(255,255,255,.7);
  z-index: 4; transform: translateX(-50%);
}
.pf-divider::before {
  content: '';
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(255,255,255,.9);
  border: 2px solid rgba(255,255,255,.6);
  box-shadow: 0 2px 12px rgba(0,0,0,.25);
}
.pf-divider::after {
  content: '\f07e';
  font-family: 'Font Awesome 6 Free'; font-weight: 900;
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  font-size: .7rem; color: var(--navy); z-index: 1;
}

/* Before / After tags — inside each .pf-half */
.pf-tag {
  position: absolute; top: .7rem; z-index: 5;
  font-size: .6rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  padding: .22rem .65rem; border-radius: 50px;
  backdrop-filter: blur(6px); pointer-events: none;
}
.pf-tag--before {
  left: .6rem; right: auto;
  background: rgba(10,22,40,.7); color: rgba(255,255,255,.9);
  border: 1px solid rgba(255,255,255,.18);
}
.pf-tag--after {
  left: auto; right: .6rem;
  background: rgba(22,180,204,.85); color: #fff;
  border: 1px solid rgba(255,255,255,.2);
}

/* Watermark logo — lower-centre, faded white, above bottom-bar */
.pf-watermark {
  position: absolute; bottom: 20%; left: 50%;
  transform: translateX(-50%);
  z-index: 3; pointer-events: none;
  width: 76px;
}
.pf-watermark img {
  width: 100%; height: auto; display: block;
  filter: brightness(0) invert(1);
  opacity: .13;
}

/* Bottom bar with client name + zoom */
.pf-bottom-bar {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 6;
  background: linear-gradient(to top, rgba(10,22,40,.88) 0%, transparent 100%);
  display: flex; align-items: center; justify-content: space-between;
  padding: 2.5rem 1rem .9rem;
  opacity: 0; transition: opacity .3s;
}
.portfolio-item:hover .pf-bottom-bar { opacity: 1; }
.pf-client-name { color: #fff; font-size: .85rem; font-weight: 600; display: flex; align-items: center; gap: .4rem; }
.pf-client-name i { color: var(--teal); font-size: .8rem; }
.portfolio-zoom { background: rgba(255,255,255,.15); border: 1.5px solid rgba(255,255,255,.4); border-radius: 50%; width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; color: #fff; cursor: pointer; font-size: .85rem; transition: background .2s; flex-shrink: 0; }
.portfolio-zoom:hover { background: var(--gold); border-color: var(--gold); }

/* Dot indicators */
.portfolio-dots { display: flex; justify-content: center; gap: .5rem; margin-top: 1.25rem; }
.portfolio-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gray-200); border: none; cursor: pointer; transition: var(--transition); padding: 0; }
.portfolio-dot.active { background: var(--teal); width: 24px; border-radius: 4px; }

/* Lightbox */
.portfolio-lightbox { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.92); z-index: 9999; align-items: center; justify-content: center; padding: 1.5rem; backdrop-filter: blur(10px); }
.portfolio-lightbox.open { display: flex; }

@media(max-width:900px) {
  .portfolio-item { flex: 0 0 calc(60% - .65rem); }
  .portfolio-slider-btn--prev { left: .5rem; }
  .portfolio-slider-btn--next { right: .5rem; }
  .pf-pair { height: 360px; }
}
@media(max-width:560px) {
  .portfolio-item { flex: 0 0 88vw; }
  .portfolio-slider-btn { width: 38px; height: 38px; font-size: .8rem; }
  .portfolio-slider-btn--prev { left: .4rem; }
  .portfolio-slider-btn--next { right: .4rem; }
  .pf-pair { height: 260px; }
}

/* ══════════════════════════════════════════
   SOCIAL LINKS
══════════════════════════════════════════ */
.social-links { display: flex; gap: .75rem; }
.social-link { width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); display: flex; align-items: center; justify-content: center; color: #fff; font-size: .9rem; transition: var(--transition); }
.social-link:hover { background: var(--gold); border-color: var(--gold); color: #fff; transform: translateY(-3px); }

/* ══════════════════════════════════════════
   ADMIN
══════════════════════════════════════════ */
.admin-sidebar { position: fixed; left: 0; top: 0; bottom: 0; width: 256px; background: var(--navy); z-index: 100; overflow-y: auto; transition: var(--transition); }
.admin-sidebar-logo { padding: 1.75rem 1.5rem; border-bottom: 1px solid rgba(255,255,255,.08); }
.admin-sidebar-logo img { height: 44px; filter: brightness(0) invert(1); }
.admin-nav { padding: 1rem 0; }
.admin-nav-section { padding: .5rem 1.5rem; font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.28); margin-top: .5rem; }
.admin-nav-link { display: flex; align-items: center; gap: .85rem; padding: .72rem 1.5rem; font-size: .88rem; color: rgba(255,255,255,.55); transition: var(--transition); border-left: 3px solid transparent; }
.admin-nav-link:hover, .admin-nav-link.active { color: #fff; background: rgba(255,255,255,.07); border-left-color: var(--gold); }
.admin-nav-link svg { width: 18px; height: 18px; flex-shrink: 0; }
.admin-main { margin-left: 256px; min-height: 100vh; background: #f1f5f9; }
.admin-topbar { background: #fff; padding: 1rem 2rem; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 1px 0 rgba(0,0,0,.06); }
.admin-topbar h1 { font-size: 1.35rem; color: var(--navy); margin: 0; }
.admin-content { padding: 2rem; }
.stat-card { background: #fff; border-radius: var(--radius); padding: 1.6rem; box-shadow: var(--shadow); display: flex; align-items: center; gap: 1.1rem; border: 1px solid var(--gray-100); }
.stat-card-icon { width: 54px; height: 54px; border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; flex-shrink: 0; }
.stat-card-icon.teal { background: var(--teal-light); color: var(--teal); }
.stat-card-icon.gold { background: var(--gold-light); color: var(--gold-dark); }
.stat-card-icon.navy { background: #e8eef5; color: var(--navy); }
.stat-card-num { font-family: var(--font-head); font-size: 2rem; font-weight: 700; color: var(--navy); line-height: 1; }
.stat-card-label { font-size: .8rem; color: var(--gray-400); margin-top: .2rem; }
.admin-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.admin-table thead { background: var(--gray-100); }
.admin-table th { padding: .9rem 1.1rem; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: var(--gray-600); text-align: left; }
.admin-table td { padding: .9rem 1.1rem; font-size: .9rem; border-bottom: 1px solid var(--gray-100); vertical-align: middle; }
.admin-table tr:last-child td { border-bottom: none; }
.admin-table tr:hover td { background: var(--off-white); }
.badge { display: inline-block; padding: .25rem .75rem; border-radius: 50px; font-size: .73rem; font-weight: 700; }
.badge-new       { background: #dbeafe; color: #1e40af; }
.badge-pending   { background: #fef3c7; color: #92400e; }
.badge-confirmed { background: #dcfce7; color: #166534; }
.badge-completed { background: #e0e7ff; color: #3730a3; }
.badge-cancelled { background: #fee2e2; color: #991b1b; }
.badge-contacted { background: #e0f2fe; color: #0369a1; }
.badge-converted { background: #dcfce7; color: #166534; }
.badge-closed    { background: var(--gray-100); color: var(--gray-600); }
.badge-published { background: #dcfce7; color: #166534; }
.badge-draft     { background: var(--gray-100); color: var(--gray-600); }
.admin-card { background: #fff; border-radius: var(--radius); padding: 1.75rem; box-shadow: var(--shadow); }
.admin-card-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 1px solid var(--gray-200); }
.admin-card-header h2 { font-size: 1.15rem; margin: 0; }
.admin-pagination { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: .75rem; margin-top: 1.25rem; }
.admin-pagination-info { font-size: .82rem; color: var(--gray-400); }
.admin-pagination-links { display: flex; align-items: center; gap: .3rem; flex-wrap: wrap; }
.pg-btn { display: inline-flex; align-items: center; justify-content: center; min-width: 36px; height: 36px; padding: 0 .6rem; font-size: .82rem; font-weight: 600; border-radius: 8px; border: 1px solid var(--gray-200); color: var(--gray-600); background: #fff; text-decoration: none; transition: background .15s,color .15s,border-color .15s; cursor: pointer; }
.pg-btn:hover { background: var(--teal-light); border-color: var(--teal); color: var(--teal); }
.pg-btn--active { background: var(--teal); border-color: var(--teal); color: #fff !important; font-weight: 700; cursor: default; }
.pg-btn--disabled { color: var(--gray-300); border-color: var(--gray-100); cursor: not-allowed; }
.pg-btn--dots { border: none; background: transparent; cursor: default; color: var(--gray-400); }

/* ══════════════════════════════════════════
   SERVICE PAGE COMPONENTS
══════════════════════════════════════════ */
.trust-bar { background: #fff; border-top: 1px solid rgba(201,169,110,.15); border-bottom: 1px solid rgba(201,169,110,.15); padding: 2rem 0; }
.trust-bar-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; }
.trust-item { display: flex; align-items: center; gap: .9rem; }
.trust-icon { width: 48px; height: 48px; border: 1.5px solid rgba(201,169,110,.3); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 1.1rem; flex-shrink: 0; }
.trust-text strong { display: block; font-size: .87rem; font-weight: 700; color: var(--navy); }
.trust-text span { font-size: .78rem; color: var(--gray-600); }
.gold-steps { display: grid; grid-template-columns: repeat(auto-fit,minmax(230px,1fr)); gap: 1.5rem; }
.gold-step-card { background: #fff; border: 1px solid rgba(201,169,110,.25); border-radius: var(--radius-lg); padding: 2rem; position: relative; overflow: hidden; box-shadow: 0 2px 12px rgba(184,134,11,.06); transition: var(--transition); }
.gold-step-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(201,169,110,.2); }
.gold-step-num { font-family: var(--font-head); font-size: 4rem; font-weight: 700; color: var(--gold); opacity: .12; line-height: 1; margin-bottom: .5rem; }
.gold-step-card h4 { font-size: 1rem; color: var(--gold-dark); margin-bottom: .5rem; }
.gold-step-card p { font-size: .87rem; }
.benefit-cards { display: grid; grid-template-columns: repeat(auto-fit,minmax(270px,1fr)); gap: 1.25rem; }
.benefit-card { background: #fff; border-left: 3px solid var(--gold); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; padding: 1.5rem 1.75rem; box-shadow: var(--shadow); transition: var(--transition); }
.benefit-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.benefit-card-head { display: flex; align-items: center; gap: .7rem; margin-bottom: .5rem; }
.benefit-card-head i { color: var(--gold); font-size: 1.1rem; }
.benefit-card-head h4 { font-size: .97rem; color: var(--navy); margin: 0; }
.benefit-card p { font-size: .85rem; margin: 0; }
.candidacy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.candidacy-box { background: #fff; border-radius: var(--radius-lg); padding: 2rem; box-shadow: var(--shadow); }
.candidacy-box.yes { border-top: 4px solid #4caf50; }
.candidacy-box.no  { border-top: 4px solid #e57373; }
.candidacy-box h3 { font-size: 1.1rem; margin-bottom: 1.25rem; display: flex; align-items: center; gap: .5rem; }
.candidacy-list li { display: flex; align-items: flex-start; gap: .65rem; font-size: .9rem; color: var(--gray-600); padding: .45rem 0; border-bottom: 1px solid var(--gray-100); }
.candidacy-list li:last-child { border-bottom: none; }
.candidacy-list li i.yes { color: #4caf50; margin-top: .2rem; flex-shrink:0; }
.candidacy-list li i.no  { color: #e57373; margin-top: .2rem; flex-shrink:0; }
.h-timeline { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; margin-top: 2.5rem; }
.h-timeline::before { content:''; position: absolute; top: 20px; left: 5%; right: 5%; height: 1px; background: rgba(201,169,110,.35); }
.h-timeline-item { text-align: center; position: relative; }
.h-timeline-dot { width: 16px; height: 16px; background: var(--gold); border: 3px solid #fff; border-radius: 50%; margin: 0 auto .9rem; position: relative; z-index:1; box-shadow: 0 0 0 2.5px rgba(201,169,110,.3); }
.h-timeline-item h4 { font-size: .92rem; color: var(--gold-dark); margin-bottom: .3rem; }
.h-timeline-item p { font-size: .82rem; }
.price-gold-card { max-width: 580px; margin: 2.5rem auto; background: #fff; border: 1.5px solid rgba(201,169,110,.35); border-radius: var(--radius-lg); padding: 2.75rem; box-shadow: 0 8px 36px rgba(201,169,110,.15); }
.price-gold-card .price-big { font-family: var(--font-head); font-size: 3.2rem; font-weight: 700; color: var(--gold); line-height: 1; margin: .75rem 0; }
.price-gold-card .price-note { font-size: .82rem; color: var(--gray-400); margin-bottom: 1.75rem; }
.price-includes { border-top: 1px solid var(--gray-100); padding-top: 1.35rem; }
.price-includes li { display: flex; align-items: center; gap: .6rem; font-size: .9rem; padding: .45rem 0; color: var(--gray-600); }
.price-includes li::before { content: '—'; color: var(--gold); font-weight: 700; }
.aftercare-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(225px,1fr)); gap: 1.35rem; }
.aftercare-card { background: #fff; border-top: 3px solid var(--gold); border-radius: 0 0 var(--radius) var(--radius); padding: 1.6rem; box-shadow: var(--shadow); transition: var(--transition); }
.aftercare-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.aftercare-card .day-label { font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin-bottom: .55rem; }
.aftercare-card h4 { font-size: .97rem; color: var(--navy); margin-bottom: .4rem; }
.aftercare-card p { font-size: .86rem; }
.why-points { display: flex; flex-direction: column; }
.why-point { display: flex; align-items: flex-start; gap: 1.35rem; padding: 1.5rem 0; border-bottom: 1px solid rgba(201,169,110,.12); }
.why-point:last-child { border-bottom: none; }
.why-point-num { font-family: var(--font-head); font-size: 2rem; font-weight: 700; color: var(--gold); opacity: .2; line-height: 1; min-width: 2.5rem; }
.why-point-text h4 { font-size: .97rem; color: var(--gold-dark); margin-bottom: .3rem; }
.why-point-text p { font-size: .87rem; margin: 0; }
.mid-cta-gold { background: linear-gradient(135deg, var(--gold), var(--gold-dark)); padding: 3rem 0; text-align: center; }
.mid-cta-gold p { color: rgba(255,255,255,.9); font-size: 1.08rem; font-weight: 500; margin-bottom: 1.35rem; }
.service-img-placeholder { background: linear-gradient(135deg, var(--off-white), var(--gold-light)); border: 1px solid rgba(201,169,110,.3); border-radius: var(--radius-lg); display: flex; align-items: center; justify-content: center; flex-direction: column; gap: .75rem; color: var(--gold); font-size: .88rem; font-weight: 600; }

@media(max-width:900px){ .trust-bar-grid{grid-template-columns:1fr 1fr;} .candidacy-grid{grid-template-columns:1fr;} .h-timeline{grid-template-columns:1fr 1fr;} .h-timeline::before{display:none;} }
@media(max-width:600px){ .trust-bar-grid{grid-template-columns:1fr;} .h-timeline{grid-template-columns:1fr;} }

/* ══════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════ */
@media(max-width:1024px){
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .contact-grid { grid-template-columns: 1fr; }
  .founder-card { flex-direction: column; }
  .founder-img-wrap { flex: none; width: 100%; max-width: 420px; }
  .founder-badge { bottom: .5rem; right: .5rem; }
  .stat-strip-grid { grid-template-columns: repeat(2,1fr); }
  .why-section-layout { grid-template-columns: 1fr; gap: 3rem; }
  .why-grid { grid-template-columns: repeat(3,1fr); }
}
@media(max-width:900px){
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .process-steps { grid-template-columns: repeat(2,1fr); }
  .process-step:first-child { border-radius: var(--radius-lg) 0 0 0; }
  .process-step:last-child  { border-radius: 0 0 var(--radius-lg) 0; border-right: 1px solid var(--gray-200); }
  .process-step:nth-child(2){ border-right: none; }
  .process-step:nth-child(2)::after { display: none; }
  .testimonials-grid { grid-template-columns: repeat(2,1fr); }
  .why-grid { grid-template-columns: repeat(2,1fr); }
}
@media(max-width:768px){
  .section { padding: 4rem 0; }
  .nav-menu { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(6,15,28,.97); backdrop-filter: blur(20px); flex-direction: column; justify-content: center; align-items: center; gap: .4rem; z-index: 999; }
  .nav-menu.open { display: flex; }
  .nav-link { color: rgba(255,255,255,.85) !important; font-size: 1.1rem; padding: .75rem 2rem; }
  .nav-cta { margin-left: 0; }
  .hamburger { display: flex; }
  .nav-dropdown-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; background: rgba(255,255,255,.06); border: none; border-radius: var(--radius-sm); text-align: center; }
  .nav-dropdown-menu a { justify-content: center; border-left: none; }
  .hero-visual { display: none; }
  .hero-stats { display: none; }
  .hero-float { display: none; }
  .why-trust-row { display: none; }
  .hero-scroll { display: none; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-bottom { flex-direction: column; gap: .5rem; text-align: center; }
  .admin-sidebar { width: 100%; height: auto; position: relative; }
  .admin-main { margin-left: 0; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .reels-grid { grid-template-columns: 1fr; }
  .process-step:not(:last-child)::after { display: none; }
}
@media(max-width:580px){
  .hero h1 { font-size: 2.4rem; }
  .services-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .process-step { border-right: 1px solid var(--gray-200) !important; border-radius: 0 !important; }
  .process-step:first-child { border-radius: var(--radius-lg) var(--radius-lg) 0 0 !important; }
  .process-step:last-child  { border-radius: 0 0 var(--radius-lg) var(--radius-lg) !important; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .stat-strip-grid { grid-template-columns: repeat(2,1fr); gap: 1.5rem; }
  .stat-strip-item:not(:last-child)::after { display: none; }
  .stat-strip-num { font-size: 2.2rem; }
  .stat-strip { padding: 2.5rem 0; }
  .pricing-grid { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════════
   UTILITIES
══════════════════════════════════════════ */
.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}
.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}
.text-teal{color:var(--teal)}.text-gold{color:var(--gold)}.text-white{color:#fff}
.font-head{font-family:var(--font-head)}.d-flex{display:flex}.align-center{align-items:center}
.justify-between{justify-content:space-between}.w-full{width:100%}.hidden{display:none}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

@media(max-width:600px){ .lightbox-prev{left:.75rem} .lightbox-next{right:.75rem} .lightbox-nav{width:42px;height:42px} }
@media print { .header,.footer,.whatsapp-float{display:none} }
