/* =========================================================
   Safinternet — Premium Telecom CSS (v2)
   ========================================================= */

:root {
  --blue-900: #061a3a;
  --blue-800: #0a2657;
  --blue-700: #0f3478;
  --blue-600: #1648a6;
  --blue-500: #1e5fd9;
  --blue-400: #3b82f6;
  --accent: #ff6b1a;
  --accent-2: #ffb547;
  --grad: linear-gradient(135deg, #0a2657 0%, #1648a6 50%, #1e5fd9 100%);
  --grad-accent: linear-gradient(135deg, #ff6b1a 0%, #ffb547 100%);
  --text: #1a2440;
  --muted: #5b6781;
  --bg: #ffffff;
  --bg-soft: #f5f8ff;
  --border: #e3e9f5;
  --shadow-sm: 0 4px 14px rgba(10, 38, 87, 0.08);
  --shadow-md: 0 12px 40px rgba(10, 38, 87, 0.12);
  --shadow-lg: 0 24px 60px rgba(10, 38, 87, 0.18);
  --radius: 14px;
  --radius-lg: 22px;
  --t: .35s cubic-bezier(.4,0,.2,1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
html { overflow-x: hidden; }
h1,h2,h3,h4 { font-family: 'Plus Jakarta Sans', 'Inter', sans-serif; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 22px; }
.section { padding: 90px 0; }
.section.alt { background: var(--bg-soft); }

/* ============ Buttons ============ */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 26px;
  border-radius: 50px;
  font-weight: 700; font-size: 15px;
  border: 2px solid transparent;
  cursor: pointer; transition: var(--t);
  white-space: nowrap; letter-spacing: .2px;
}
.btn-lg { padding: 16px 32px; font-size: 16px; }
.btn-primary { background: var(--grad-accent); color: #fff; box-shadow: 0 10px 24px rgba(255,107,26,.35); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 16px 32px rgba(255,107,26,.5); }
.btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.btn-outline:hover { background: #fff; color: var(--blue-800); }
.btn-light { background: #fff; color: var(--blue-800); }
.btn-light:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.btn-ghost { background: transparent; color: var(--muted); border-color: var(--border); }
.btn-ghost:hover { background: var(--bg-soft); color: var(--blue-800); }
.btn-sm { padding: 10px 18px; font-size: 13px; }
.btn-block { width: 100%; justify-content: center; }

/* ============ Top strip ============ */
.top-strip {
  background: linear-gradient(90deg, var(--blue-900), var(--blue-700));
  color: #d8e3f8; font-size: 13px; padding: 9px 0;
}
.top-strip-inner { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; align-items: center; }
.top-strip i { color: var(--accent-2); margin-right: 4px; }
.top-strip a { color: #fff; font-weight: 700; }
.top-strip a:hover { color: var(--accent-2); }

/* ============ Header ============ */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.96); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border); transition: var(--t);
}
.site-header.scrolled { box-shadow: var(--shadow-sm); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 22px; gap: 22px; }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 22px; color: var(--blue-800); }
.logo-icon {
  width: 40px; height: 40px; border-radius: 12px; background: var(--grad); color: #fff;
  display: grid; place-items: center; font-size: 17px;
  box-shadow: 0 6px 16px rgba(22,72,166,.35);
}
.logo-text span { color: var(--accent); }
.main-nav { display: flex; gap: 30px; }
.main-nav a { font-weight: 600; font-size: 15px; color: var(--text); position: relative; padding: 6px 0; transition: var(--t); }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: var(--grad-accent); transition: var(--t); }
.main-nav a:hover, .main-nav a.active { color: var(--blue-700); }
.main-nav a:hover::after, .main-nav a.active::after { width: 100%; }
.header-cta { font-size: 14px; padding: 12px 20px; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; width: 40px; height: 40px; flex-direction: column; justify-content: center; gap: 5px; }
.nav-toggle span { display: block; height: 3px; width: 26px; background: var(--blue-800); border-radius: 2px; transition: var(--t); }
.nav-toggle.active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ============ Eyebrow ============ */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 16px; border-radius: 50px;
  background: rgba(22,72,166,.08); color: var(--blue-700);
  border: 1px solid rgba(22,72,166,.15);
  font-size: 13px; font-weight: 700; margin-bottom: 18px;
  text-transform: uppercase; letter-spacing: .8px;
}
.eyebrow.light { background: rgba(255,255,255,.12); color: #ffe6cf; border-color: rgba(255,255,255,.2); }
.eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 3px rgba(34,197,94,.25); animation: blink 1.5s infinite; }
@keyframes blink { 50% { opacity: .4; } }

.grad { background: var(--grad-accent); -webkit-background-clip: text; background-clip: text; color: transparent; }
.grad-orange { background: linear-gradient(90deg,#ffb547,#ff6b1a); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* =========================================================
   HERO V2 — split with collage
   ========================================================= */
.hero-v2 {
  position: relative;
  background: radial-gradient(ellipse at top left, #0d2e6e 0%, #061a3a 60%, #04102a 100%);
  color: #fff; padding: 50px 0 70px; overflow: hidden;
}
.hero-blob { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .55; pointer-events: none; }
.blob-1 { width: 480px; height: 480px; background: #1648a6; top: -120px; left: -120px; }
.blob-2 { width: 520px; height: 520px; background: #ff6b1a; bottom: -180px; right: -150px; opacity: .4; }
.hero-grid-pattern {
  position: absolute; inset: 0; opacity: .08;
  background-image:
    linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
}
.hero-v2-inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.05fr 1fr;
  gap: 60px; align-items: center;
}
.hero-v2-text h1 { font-size: clamp(36px, 5.2vw, 62px); line-height: 1.07; font-weight: 900; margin-bottom: 22px; letter-spacing: -1.2px; }
.hero-v2-text > p { font-size: 18px; opacity: .88; max-width: 560px; margin-bottom: 32px; }
.hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 40px; }
.hero-stats {
  display: flex; align-items: center; gap: 24px; flex-wrap: wrap;
  padding: 18px 24px; background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1); border-radius: 16px;
  backdrop-filter: blur(10px);
}
.hero-stats > div:not(.divider) { display: flex; flex-direction: column; }
.hero-stats strong { font-size: 24px; font-weight: 800; color: #fff; }
.hero-stats span { font-size: 12px; opacity: .8; text-transform: uppercase; letter-spacing: .5px; }
.hero-stats .divider { width: 1px; height: 32px; background: rgba(255,255,255,.18); }

/* Collage */
.hero-collage {
  position: relative; display: grid;
  grid-template-columns: 1.3fr 1fr; gap: 14px;
  height: 440px;
}
.collage-main {
  position: relative; border-radius: 24px; overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,.45);
  border: 4px solid rgba(255,255,255,.1);
}
.collage-main img { width: 100%; height: 100%; object-fit: cover; }
.collage-main-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(6,26,58,0) 35%, rgba(6,26,58,.65) 100%),
    linear-gradient(90deg, rgba(6,26,58,.25) 0%, transparent 60%);
  z-index: 1;
  border-radius: inherit;
}
.live-pill {
  position: absolute; top: 18px; left: 18px;
  background: rgba(6,26,58,.85); color: #fff;
  padding: 8px 14px; border-radius: 50px; font-size: 12px; font-weight: 700;
  display: inline-flex; align-items: center; gap: 8px;
  backdrop-filter: blur(8px); z-index: 2;
}
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 4px rgba(34,197,94,.3); animation: blink 1.5s infinite; }

.collage-side { display: grid; grid-template-rows: 1fr 1fr; gap: 14px; }
.collage-img-1, .collage-img-2 {
  border-radius: 22px; overflow: hidden;
  box-shadow: 0 18px 40px rgba(0,0,0,.4);
  border: 4px solid rgba(255,255,255,.1);
}
.collage-img-1 img, .collage-img-2 img { width: 100%; height: 100%; object-fit: cover; }
.collage-img-1 { transform: rotate(2deg); }
.collage-img-2 { transform: rotate(-2deg); }

.speed-card, .rating-card {
  position: absolute; background: #fff; color: var(--blue-800);
  border-radius: 16px; padding: 14px 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,.25);
  display: flex; align-items: center; gap: 12px;
  animation: float 4s ease-in-out infinite;
}
.speed-card { left: -28px; bottom: 28%; }
.speed-icon {
  width: 44px; height: 44px; border-radius: 12px; background: var(--grad-accent);
  color: #fff; display: grid; place-items: center; font-size: 18px;
}
.speed-card strong { display: block; font-size: 17px; font-weight: 800; }
.speed-card span { font-size: 12px; color: var(--muted); }

.rating-card { right: -22px; top: 36%; flex-direction: column; align-items: flex-start; padding: 14px 20px; animation-delay: -2s; }
.stars-mini { color: #fbbf24; font-size: 12px; display: flex; gap: 2px; margin-bottom: 4px; }
.rating-card strong { font-size: 18px; font-weight: 800; }
.rating-card span { font-size: 11px; color: var(--muted); }
@keyframes float { 0%,100% { transform: translateY(0);} 50% { transform: translateY(-12px);} }

/* ============ Providers ============ */
.providers { padding: 56px 0 60px; background: #f8fafd; border-bottom: 1px solid var(--border); text-align: center; }
.providers-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--blue-500); margin-bottom: 8px; }
.provider-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; align-items: center; margin-top: 32px; }
.provider-logo-card { display: flex; align-items: center; justify-content: center; background: #fff; border: 1px solid #e4e8f0; border-radius: 14px; padding: 22px 32px; width: 240px; max-width: 100%; height: 120px; box-shadow: 0 2px 10px rgba(0,0,0,.05); transition: var(--t); }
.provider-logo-card img { max-width: 190px; max-height: 80px; width: auto; height: auto; object-fit: contain; transition: var(--t); }
.provider-logo-card:hover { border-color: var(--blue-300); box-shadow: 0 6px 24px rgba(59,130,246,.15); transform: translateY(-4px); }

/* =========================================================
   PROMO BANNER
   ========================================================= */
.promo-banner {
  background: var(--grad);
  color: #fff; position: relative; overflow: hidden;
  padding: 70px 0;
}
.promo-banner::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 50%, rgba(255,107,26,.25), transparent 55%);
}
.promo-inner { position: relative; display: grid; grid-template-columns: 1.3fr 1fr; gap: 50px; align-items: center; }
.promo-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,107,26,.2); color: #ffd9bf;
  padding: 7px 16px; border-radius: 50px;
  border: 1px solid rgba(255,107,26,.4);
  font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px;
  margin-bottom: 18px;
}
.promo-text h2 { font-size: clamp(28px, 3.6vw, 44px); font-weight: 900; line-height: 1.15; margin-bottom: 14px; }
.promo-text p { font-size: 17px; opacity: .9; margin-bottom: 26px; max-width: 520px; }
.promo-image { position: relative; }
.promo-image img { width: 100%; aspect-ratio: 5/4; object-fit: cover; border-radius: 24px; box-shadow: 0 30px 60px rgba(0,0,0,.4); }
.promo-tag-1, .promo-tag-2 {
  position: absolute; background: #fff; color: var(--blue-800);
  padding: 12px 18px; border-radius: 50px; font-weight: 700; font-size: 13px;
  display: inline-flex; align-items: center; gap: 8px;
  box-shadow: var(--shadow-md);
  animation: float 4s ease-in-out infinite;
}
.promo-tag-1 { top: 20px; left: -22px; }
.promo-tag-2 { bottom: 28px; right: -22px; animation-delay: -1.5s; }
.promo-tag-1 i, .promo-tag-2 i { color: var(--accent); }

/* =========================================================
   WHY CHOOSE US V2
   ========================================================= */
.why-v2-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 70px; align-items: center; }
.why-v2-visual { position: relative; overflow: hidden; }
.why-img-main {
  border-radius: 28px; overflow: hidden;
  box-shadow: 0 30px 60px rgba(10,38,87,.18);
  border: 6px solid #fff;
  position: relative;
}
.why-img-main img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.why-img-floater {
  position: absolute; bottom: -30px; right: -30px;
  width: 56%; border-radius: 22px; overflow: hidden;
  border: 6px solid #fff;
  box-shadow: 0 22px 50px rgba(10,38,87,.25);
  animation: float 5s ease-in-out infinite;
}
.why-img-floater img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.why-stat-card {
  position: absolute; top: 24px; left: -34px;
  background: #fff; padding: 14px 18px; border-radius: 16px;
  box-shadow: 0 18px 40px rgba(10,38,87,.18);
  display: flex; align-items: center; gap: 12px;
  animation: float 4s ease-in-out infinite;
  animation-delay: -2s;
  max-width: calc(100% - 20px);
}
.why-stat-icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--grad-accent); color: #fff;
  display: grid; place-items: center; font-size: 18px;
}
.why-stat-card strong { display: block; font-size: 17px; color: var(--blue-800); font-weight: 800; }
.why-stat-card span { font-size: 12px; color: var(--muted); }
.why-shape {
  position: absolute; inset: -40px -40px -40px -40px;
  background: radial-gradient(circle at 30% 30%, rgba(30,95,217,.12), transparent 60%);
  z-index: -1; border-radius: 50%;
}

.why-list { display: flex; flex-direction: column; gap: 22px; margin: 28px 0 32px; }
.why-item {
  display: flex; gap: 18px;
  padding: 18px; border-radius: 16px;
  background: #fff; border: 1px solid var(--border);
  transition: var(--t);
}
.why-item:hover {
  transform: translateX(6px);
  border-color: transparent;
  box-shadow: var(--shadow-md);
}
.why-num {
  flex-shrink: 0;
  width: 56px; height: 56px; border-radius: 14px;
  background: var(--grad); color: #fff;
  display: grid; place-items: center;
  font-size: 18px; font-weight: 900;
  box-shadow: 0 8px 20px rgba(22,72,166,.3);
}
.why-item h3 { font-size: 17px; color: var(--blue-800); margin-bottom: 4px; display: flex; align-items: center; gap: 8px; }
.why-item h3 i { color: var(--accent); font-size: 16px; }
.why-item p { color: var(--muted); font-size: 14px; }

/* ============ Section heading ============ */
.section-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.section-title { font-size: clamp(28px, 3.4vw, 42px); font-weight: 800; line-height: 1.2; color: var(--blue-800); letter-spacing: -.5px; margin-bottom: 14px; }
.section-title.small { font-size: 22px; text-align: center; margin-bottom: 30px; }
.section-sub { color: var(--muted); font-size: 17px; }

/* =========================================================
   HOW IT WORKS
   ========================================================= */
.howit-grid {
  display: grid; grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 24px; align-items: stretch;
}
.howit-card {
  background: #fff; padding: 0 0 28px;
  border-radius: 22px; border: 1px solid var(--border);
  text-align: center; overflow: hidden; transition: var(--t);
}
.howit-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); border-color: transparent; }
.howit-image { position: relative; overflow: hidden; }
.howit-image img { width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: var(--t); }
.howit-card:hover .howit-image img { transform: scale(1.06); }
.howit-num {
  position: absolute; bottom: -22px; left: 50%; transform: translateX(-50%);
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--grad-accent); color: #fff;
  display: grid; place-items: center; font-weight: 900; font-size: 18px;
  border: 4px solid #fff;
  box-shadow: 0 8px 18px rgba(255,107,26,.4);
}
.howit-card h3 { color: var(--blue-800); font-size: 19px; margin: 36px 0 8px; padding: 0 22px; }
.howit-card p { color: var(--muted); padding: 0 22px; font-size: 14px; }
.howit-arrow { display: flex; align-items: center; justify-content: center; font-size: 32px; color: var(--blue-400); opacity: .5; }

/* =========================================================
   SERVICES V2
   ========================================================= */
.services-v2-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 24px;
}
.service-feature {
  position: relative; grid-row: 1 / 3;
  border-radius: 26px; overflow: hidden;
  min-height: 540px;
  box-shadow: var(--shadow-md);
  transition: var(--t);
}
.service-feature:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.service-feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: var(--t); }
.service-feature:hover img { transform: scale(1.05); }
.service-feature-overlay {
  position: absolute; inset: 0; padding: 38px;
  display: flex; flex-direction: column; justify-content: flex-end;
  background: linear-gradient(180deg, rgba(6,26,58,0) 30%, rgba(6,26,58,.85) 70%, rgba(6,26,58,.95) 100%);
  color: #fff;
}
.badge-popular {
  display: inline-flex; align-items: center; gap: 6px; align-self: flex-start;
  background: var(--grad-accent); color: #fff;
  padding: 6px 14px; border-radius: 50px;
  font-size: 12px; font-weight: 800;
  text-transform: uppercase; letter-spacing: .5px;
  margin-bottom: 16px;
  box-shadow: 0 8px 20px rgba(255,107,26,.4);
}
.service-feature-overlay h3 { font-size: 32px; font-weight: 900; margin-bottom: 10px; }
.service-feature-overlay p { font-size: 15px; opacity: .92; margin-bottom: 18px; max-width: 460px; }
.service-feature-overlay ul { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-bottom: 22px; }
.service-feature-overlay ul li { display: inline-flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 600; }
.service-feature-overlay ul li i { color: #22c55e; }

.service-mini {
  background: #fff; border-radius: 22px; overflow: hidden;
  border: 1px solid var(--border); transition: var(--t);
  display: flex; flex-direction: column;
}
.service-mini:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.service-mini-img { aspect-ratio: 16/10; overflow: hidden; }
.service-mini-img img { width: 100%; height: 100%; object-fit: cover; transition: var(--t); }
.service-mini:hover .service-mini-img img { transform: scale(1.07); }
.service-mini-body { padding: 22px; position: relative; }
.service-mini-icon {
  position: absolute; top: -26px; right: 22px;
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--grad); color: #fff;
  display: grid; place-items: center; font-size: 20px;
  box-shadow: 0 10px 22px rgba(22,72,166,.3);
}
.service-mini h3 { font-size: 20px; color: var(--blue-800); margin-bottom: 8px; }
.service-mini p { color: var(--muted); font-size: 14px; margin-bottom: 14px; }
.card-link { font-weight: 700; color: var(--accent); font-size: 14px; display: inline-flex; align-items: center; gap: 6px; transition: var(--t); }
.card-link:hover { gap: 10px; color: var(--blue-700); }

/* =========================================================
   MID BANNER
   ========================================================= */
.mid-banner { position: relative; padding: 100px 0; color: #fff; overflow: hidden; }
.mid-banner-bg { position: absolute; inset: 0; }
.mid-banner-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.mid-banner-overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(135deg,
      rgba(6,26,58,.88) 0%,
      rgba(10,38,87,.78) 35%,
      rgba(22,72,166,.70) 65%,
      rgba(255,107,26,.60) 100%);
  backdrop-filter: blur(1px);
}
.mid-banner::before { display: none; }
.mid-banner-inner { position: relative; z-index: 2; text-align: center; max-width: 820px; margin: 0 auto; }
.mid-banner-inner h2 { font-size: clamp(30px, 4vw, 50px); font-weight: 900; line-height: 1.15; margin-bottom: 16px; }
.mid-banner-inner p { font-size: 18px; opacity: .92; margin-bottom: 30px; }

/* ============ Stream Cards ============ */
.grid { display: grid; gap: 26px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-5 { grid-template-columns: repeat(5, 1fr); }
.stream-card {
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius); padding: 28px 18px;
  text-align: center; transition: var(--t);
}
.stream-card i { font-size: 32px; color: var(--blue-500); margin-bottom: 14px; display: inline-block; transition: var(--t); }
.stream-card h4 { font-size: 15px; color: var(--blue-800); font-weight: 700; }
.stream-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--blue-400); }
.stream-card:hover i { color: var(--accent); transform: scale(1.15); }



/* =========================================================
   TESTIMONIALS
   ========================================================= */
.testimonial { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px 28px; transition: var(--t); }
.testimonial:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.stars { color: #fbbf24; margin-bottom: 14px; font-size: 14px; display: flex; gap: 3px; }
.testimonial p { color: var(--text); font-size: 16px; margin-bottom: 22px; font-style: italic; }
.author { display: flex; align-items: center; gap: 12px; }
.avatar { width: 46px; height: 46px; border-radius: 50%; overflow: hidden; background: var(--grad); }
.avatar img { width: 100%; height: 100%; object-fit: cover; }
.author strong { display: block; color: var(--blue-800); }
.author span { font-size: 13px; color: var(--muted); }

/* =========================================================
   FAQ
   ========================================================= */
.faq-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 60px; align-items: start; }
.faq-side h2 { text-align: left; margin-bottom: 14px; }
.faq-side .section-sub { margin-bottom: 22px; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: #fff; border: 1px solid var(--border); border-radius: 14px;
  padding: 6px 22px; transition: var(--t);
}
.faq-item[open] { border-color: var(--blue-400); box-shadow: var(--shadow-sm); }
.faq-item summary {
  cursor: pointer; padding: 16px 0; font-weight: 700; color: var(--blue-800); font-size: 16px;
  list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 14px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; font-size: 22px; color: var(--accent); font-weight: 800;
  transition: transform .3s;
}
.faq-item[open] summary::after { content: "−"; transform: rotate(180deg); }
.faq-item p { padding: 0 0 18px; color: var(--muted); font-size: 15px; line-height: 1.7; }

/* =========================================================
   FINAL CTA
   ========================================================= */
.final-cta { background: var(--grad); padding: 80px 0; color: #fff; position: relative; overflow: hidden; }
.final-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 100%, rgba(255,107,26,.3), transparent 60%); }
.final-cta-inner { text-align: center; position: relative; z-index: 1; }
.final-cta h2 { font-size: clamp(28px, 3.2vw, 40px); font-weight: 800; margin-bottom: 14px; }
.final-cta p { font-size: 18px; opacity: .9; margin-bottom: 32px; }
.cta-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer { background: var(--blue-900); color: #c9d3e8; padding: 70px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 40px; }
.footer-logo { color: #fff; margin-bottom: 16px; }
.footer-about { font-size: 14px; line-height: 1.7; opacity: .8; }
.site-footer h4 { color: #fff; font-size: 16px; margin-bottom: 18px; font-weight: 700; }
.site-footer ul li { padding: 6px 0; font-size: 14px; }
.site-footer ul li a { transition: var(--t); }
.site-footer ul li a:hover { color: var(--accent-2); padding-left: 4px; }
.footer-phone { display: inline-flex; align-items: center; gap: 8px; font-size: 22px; font-weight: 800; color: #fff; margin-bottom: 8px; }
.footer-phone i { color: var(--accent); }
.site-footer .btn-sm { margin-top: 10px; }
.footer-bottom { margin-top: 50px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: 13px; }
.footer-bottom .container { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.disclaimer-text { opacity: .65; max-width: 600px; }

/* =========================================================
   FLOATING CALL & MOBILE BAR
   ========================================================= */
.floating-call {
  position: fixed; bottom: 26px; right: 26px; z-index: 95;
  width: 62px; height: 62px; border-radius: 50%;
  background: var(--grad-accent); color: #fff;
  display: grid; place-items: center; font-size: 22px;
  box-shadow: 0 14px 30px rgba(255,107,26,.5);
  transition: var(--t);
}
.floating-call:hover { transform: scale(1.1) rotate(-8deg); }
.floating-call .pulse { position: absolute; inset: 0; border-radius: 50%; border: 3px solid var(--accent); animation: pulse 2s infinite; }
@keyframes pulse { 0% { transform: scale(1); opacity: .8; } 100% { transform: scale(1.7); opacity: 0; } }

.mobile-call-bar {
  display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 96;
  background: var(--grad-accent); color: #fff;
  padding: 14px 16px; text-align: center;
  font-weight: 800; font-size: 15px;
  box-shadow: 0 -6px 20px rgba(0,0,0,.18);
  letter-spacing: .3px;
}
.mobile-call-bar i { margin-right: 8px; }

/* =========================================================
   POPUP
   ========================================================= */
.call-popup { position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center; padding: 22px; }
.call-popup.show { display: flex; animation: fadeIn .35s ease; }
.popup-overlay { position: absolute; inset: 0; background: rgba(6,26,58,.65); backdrop-filter: blur(6px); }
.popup-box { position: relative; background: #fff; border-radius: 22px; max-width: 460px; width: 100%; padding: 40px 32px; text-align: center; box-shadow: var(--shadow-lg); animation: slideUp .45s cubic-bezier(.4,0,.2,1); }
@keyframes fadeIn { from {opacity:0;} to{opacity:1;} }
@keyframes slideUp { from { transform: translateY(40px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.popup-close { position: absolute; top: 12px; right: 14px; background: var(--bg-soft); border: none; cursor: pointer; width: 36px; height: 36px; border-radius: 50%; font-size: 22px; color: var(--muted); transition: var(--t); display: grid; place-items: center; }
.popup-close:hover { background: var(--accent); color: #fff; transform: rotate(90deg); }
.popup-icon { width: 84px; height: 84px; border-radius: 50%; background: var(--grad-accent); color: #fff; display: grid; place-items: center; margin: 0 auto 20px; font-size: 36px; box-shadow: 0 14px 30px rgba(255,107,26,.4); animation: pulseIcon 2s infinite; }
@keyframes pulseIcon { 0%,100% { box-shadow: 0 14px 30px rgba(255,107,26,.4); } 50% { box-shadow: 0 14px 40px rgba(255,107,26,.7); } }
.popup-box h3 { font-size: 24px; color: var(--blue-800); margin-bottom: 10px; line-height: 1.3; }
.popup-box p { color: var(--muted); margin-bottom: 24px; }
.popup-buttons { display: flex; flex-direction: column; gap: 10px; margin-bottom: 18px; }
.popup-buttons .btn { justify-content: center; }
.popup-note { color: var(--muted); font-size: 12px; }
.popup-note i { color: #22c55e; }

/* =========================================================
   PAGE HERO (inner pages)
   ========================================================= */
.page-hero { background: var(--grad); color: #fff; padding: 80px 0 70px; text-align: center; position: relative; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 20%, rgba(255,107,26,.3), transparent 50%); }
.page-hero h1 { font-size: clamp(32px, 4vw, 48px); font-weight: 900; margin-bottom: 12px; position: relative; }
.page-hero p { font-size: 17px; opacity: .92; max-width: 600px; margin: 0 auto 22px; position: relative; }
.page-hero .btn { position: relative; }

/* =========================================================
   CONTACT PAGE
   ========================================================= */
.contact-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 50px; align-items: start; }
.contact-form-wrap { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 40px; box-shadow: var(--shadow-sm); }
.contact-form-wrap h2 { color: var(--blue-800); margin-bottom: 6px; font-size: 26px; }
.muted { color: var(--muted); margin-bottom: 24px; font-size: 15px; }
.contact-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-weight: 600; font-size: 14px; margin-bottom: 6px; color: var(--blue-800); }
.form-group input, .form-group textarea { width: 100%; padding: 13px 16px; border: 1.5px solid var(--border); border-radius: 10px; font-family: inherit; font-size: 15px; transition: var(--t); background: var(--bg-soft); color: var(--text); }
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: var(--blue-500); background: #fff; box-shadow: 0 0 0 4px rgba(30,95,217,.1); }
.form-success { display: none; margin-top: 16px; padding: 14px 16px; border-radius: 10px; background: #ecfdf5; color: #047857; font-weight: 600; font-size: 14px; }
.form-success.show { display: block; animation: slideUp .3s ease; }
.contact-side { display: flex; flex-direction: column; gap: 18px; }
.side-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px 24px; text-align: center; transition: var(--t); }
.side-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.side-card.highlight { background: var(--grad); color: #fff; border: 0; }
.side-icon { width: 56px; height: 56px; border-radius: 16px; background: var(--grad-accent); color: #fff; display: grid; place-items: center; font-size: 22px; margin: 0 auto 14px; }
.side-icon.alt { background: var(--grad); }
.side-card h3 { font-size: 19px; margin-bottom: 10px; }
.side-card.highlight h3 { color: #fff; }
.side-card p { color: var(--muted); font-size: 14px; }
.side-card.highlight p { color: rgba(255,255,255,.9); }
.big-phone { display: block; font-size: 26px; font-weight: 900; color: #fff; margin: 8px 0 16px; letter-spacing: .5px; }
.hours { text-align: left; }
.hours li { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px dashed var(--border); font-size: 14px; }
.hours li:last-child { border-bottom: 0; }
.hours li strong { color: var(--blue-800); }

/* =========================================================
   LEGAL PAGES
   ========================================================= */
.legal-section { background: var(--bg-soft); }
.legal-content { max-width: 880px; background: #fff; padding: 50px 50px; border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); border: 1px solid var(--border); }
.legal-content h2 { color: var(--blue-800); font-size: 22px; margin: 30px 0 12px; padding-top: 14px; border-top: 1px solid var(--border); }
.legal-content h2:first-of-type { border-top: 0; padding-top: 0; }
.legal-content p { color: var(--text); margin-bottom: 14px; line-height: 1.75; }
.legal-content ul { margin: 0 0 14px 22px; }
.legal-content ul li { list-style: disc; padding: 4px 0; color: var(--text); }
.legal-content a { color: var(--blue-600); font-weight: 600; }
.legal-content a:hover { text-decoration: underline; }
.legal-cta { margin-top: 36px; padding: 28px; background: var(--bg-soft); border-radius: var(--radius); border-left: 4px solid var(--accent); text-align: center; }
.legal-cta p { margin-bottom: 16px; }

/* ============ Reveal Animation ============ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
  .hero-v2-inner { grid-template-columns: 1fr; gap: 60px; }
  .hero-collage { height: 460px; }
  .promo-inner { grid-template-columns: 1fr; }
  .why-v2-grid { grid-template-columns: 1fr; gap: 70px; }
  .why-img-floater { width: 50%; }
  .services-v2-grid { grid-template-columns: 1fr 1fr; }
  .service-feature { grid-row: auto; grid-column: 1 / 3; min-height: 420px; }
  .howit-grid { grid-template-columns: 1fr; }
  .howit-arrow { transform: rotate(90deg); padding: 6px 0; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-5 { grid-template-columns: repeat(3, 1fr); }
  .grid-3 { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .faq-grid { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 768px) {
  .top-strip-cta { display: none; }
  .top-strip-inner { justify-content: center; }
  .section { padding: 70px 0; }
  .header-cta { display: none; }
  .nav-toggle { display: flex; }
  .main-nav {
    position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; flex-direction: column; gap: 0;
    padding: 14px 22px; border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow-md);
    transform: translateY(-12px); opacity: 0; pointer-events: none; transition: var(--t);
  }
  .main-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .main-nav a { padding: 14px 0; border-bottom: 1px solid var(--border); }
  .main-nav a:last-child { border-bottom: 0; }

  .hero-v2 { padding: 36px 0 56px; }
  .hero-collage { height: 420px; }
  .speed-card { left: 0; bottom: 14%; }
  .rating-card { right: 0; top: 18%; }

  .services-v2-grid { grid-template-columns: 1fr; }
  .service-feature { grid-column: auto; min-height: 380px; }
  .service-feature-overlay { padding: 26px; }
  .service-feature-overlay h3 { font-size: 26px; }
  .service-mini-icon { width: 46px; height: 46px; }

  .promo-tag-1, .promo-tag-2 { font-size: 11px; padding: 8px 12px; }
  .promo-tag-1 { left: 0; }
  .promo-tag-2 { right: 0; }

  .why-stat-card { left: 0; }
  .why-img-floater { right: 0; bottom: -20px; width: 60%; }

  .grid-4 { grid-template-columns: 1fr; }
  .grid-5 { grid-template-columns: repeat(2, 1fr); }
  .contact-form .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom .container { flex-direction: column; text-align: center; }
  .legal-content { padding: 30px 24px; }

  .mobile-call-bar { display: block; }
  body { padding-bottom: 64px; }
  .floating-call { bottom: 78px; right: 18px; width: 56px; height: 56px; font-size: 20px; }

}

@media (max-width: 480px) {
  .grid-5 { grid-template-columns: 1fr; }
  .hero-buttons .btn, .cta-buttons .btn { width: 100%; justify-content: center; }
  .hero-stats { gap: 14px; padding: 14px 16px; }
  .hero-stats .divider { display: none; }
  .hero-collage { height: 320px; }
  .provider-logo-card { width: 160px; height: 90px; padding: 14px 18px; }
  .provider-logo-card img { max-width: 130px; max-height: 58px; }
  .why-num { width: 48px; height: 48px; font-size: 15px; }
  .contact-form-wrap { padding: 28px 22px; }
  .why-stat-card { left: 8px; top: 8px; }
  .why-img-floater { right: 0; bottom: 0; width: 55%; }
  .provider-strip { gap: 10px; }
}

/* ============================================================
   COMPLIANCE & NEW SECTIONS
   ============================================================ */

/* Compliance bar */
.compliance-bar {
  background: #fff3cd; border-bottom: 2px solid #ffc107;
  padding: 12px 0; font-size: 13.5px; line-height: 1.6;
  color: #664d03;
}
.compliance-bar .container { display: flex; align-items: flex-start; gap: 10px; }
.compliance-bar i { margin-top: 3px; color: #856404; flex-shrink: 0; }

/* Hero micro text */
.hero-micro-text {
  font-size: 12px; opacity: .75; margin-bottom: 28px;
  display: flex; align-items: center; gap: 6px;
}

/* What We Do */
.info-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 36px 28px; text-align: center;
  box-shadow: var(--shadow-sm); transition: var(--t);
}
.info-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.info-card-icon {
  width: 64px; height: 64px; border-radius: 50%; background: var(--grad-accent);
  color: #fff; display: grid; place-items: center; font-size: 24px;
  margin: 0 auto 20px;
}
.info-card h3 { font-size: 18px; font-weight: 700; color: var(--blue-800); margin-bottom: 10px; }
.info-card p { font-size: 14.5px; color: var(--muted); }
.what-we-do-cta { text-align: center; margin-top: 40px; }

/* What We Don't Do */
.what-we-dont { background: var(--blue-800); color: #fff; }
.wwd-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px; align-items: center; }
.wwd-text .eyebrow { color: #fb923c; }
.wwd-text .section-title { color: #fff; }
.wwd-text .section-sub { color: rgba(255,255,255,.75); }
.wwd-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.wwd-list li {
  display: flex; align-items: flex-start; gap: 12px;
  background: rgba(255,255,255,.07); border-radius: 10px;
  padding: 14px 18px; font-size: 15px;
}
.wwd-list li i { margin-top: 2px; flex-shrink: 0; color: #f87171; font-size: 16px; }

/* Services disclaimer */
.services-disclaimer {
  margin-top: 32px; padding: 16px 20px;
  background: #f0f4ff; border: 1px solid #c7d7fd;
  border-radius: 10px; font-size: 13.5px; color: #374c8c;
  display: flex; align-items: flex-start; gap: 10px;
}
.services-disclaimer i { margin-top: 2px; flex-shrink: 0; }

/* Mid banner note */
.mid-banner-note {
  font-size: 13px; opacity: .8; margin-bottom: 28px;
  display: flex; align-items: center; gap: 6px; justify-content: center;
}

/* About us */
.about-us { background: #f8fafd; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-text p { color: var(--muted); margin-bottom: 16px; line-height: 1.75; }
.about-badges { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.about-badge {
  display: flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid var(--border); border-radius: 50px;
  padding: 8px 16px; font-size: 13px; font-weight: 600; color: var(--blue-700);
}
.about-badge i { color: var(--blue-500); }
.about-image { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.about-image img { width: 100%; height: 380px; object-fit: cover; display: block; }

/* Final CTA note */
.final-cta-note {
  font-size: 13px; opacity: .75; margin-bottom: 28px;
  display: flex; align-items: center; gap: 6px; justify-content: center;
}

/* ============================================================
   RESPONSIVE — New sections
   ============================================================ */
@media (max-width: 768px) {
  .compliance-bar .container { flex-direction: column; gap: 6px; }
  .wwd-grid { grid-template-columns: 1fr; gap: 36px; }
  .about-grid { grid-template-columns: 1fr; gap: 36px; }
  .about-image img { height: 260px; }
}

/* ============================================================
   LEGAL PAGES EXTRA
   ============================================================ */
.legal-notice-box {
  display: flex; align-items: flex-start; gap: 14px;
  background: #fff3cd; border: 1px solid #ffc107; border-radius: 10px;
  padding: 18px 22px; margin-bottom: 32px; color: #664d03;
}
.legal-notice-box i { margin-top: 3px; flex-shrink: 0; color: #856404; font-size: 18px; }
.legal-notice-box p { margin: 0; font-size: 14px; line-height: 1.6; }

/* FAQ Page */
.faq-page-grid { display: grid; grid-template-columns: 1fr 320px; gap: 48px; align-items: start; }
.faq-group { margin-bottom: 40px; }
.faq-group-title {
  font-size: 18px; font-weight: 700; color: var(--blue-700);
  border-bottom: 2px solid var(--border); padding-bottom: 12px;
  margin-bottom: 16px; display: flex; align-items: center; gap: 10px;
}
.faq-group-title i { color: var(--blue-500); }
.faq-page-aside { position: sticky; top: 100px; display: flex; flex-direction: column; gap: 20px; }

@media (max-width: 1024px) {
  .faq-page-grid { grid-template-columns: 1fr; }
  .faq-page-aside { position: static; flex-direction: row; flex-wrap: wrap; }
  .faq-page-aside .side-card { flex: 1 1 260px; }
}
