/* ============================================================
   Skill Surface — Premium Landing Page Styles
   ============================================================ */
:root {
  --black: #05060a;
  --ink: #0b1220;
  --white: #ffffff;
  --bg: #ffffff;
  --bg-alt: #f5f7fb;
  --bg-soft: #eef2f9;
  --text: #0f172a;
  --muted: #5b6577;
  --primary: #2563eb;
  --primary-2: #1d4ed8;
  --primary-glow: #60a5fa;
  --accent: #ffb000;
  --accent-2: #ff7a00;
  --success: #10b981;
  --pink: #ec4899;
  --purple: #8b5cf6;
  --cyan: #06b6d4;
  --green: #22c55e;
  --border: #e6e9f2;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 4px 14px rgba(15,23,42,.06);
  --shadow: 0 12px 36px rgba(15,23,42,.10);
  --shadow-lg: 0 30px 70px rgba(15,23,42,.18);
  --container: 1220px;
  --font-display: 'Plus Jakarta Sans', 'Inter', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--primary); }
ul { list-style: none; }
h1, h2, h3, h4 { font-family: var(--font-display); letter-spacing: -0.02em; line-height: 1.18; color: var(--text); }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}
.kicker {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--primary);
  background: rgba(37,99,235,.08);
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.accent-kicker { color: var(--accent); background: rgba(255,176,0,.12); }

.gradient-text {
  background: linear-gradient(120deg, var(--accent), #ff7a00 60%, #ff4d8b);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ========== Top Bar ========== */
.topbar {
  background: linear-gradient(90deg, #050816, #0b1220 50%, #050816);
  color: #cbd5e1;
  font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.topbar-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 24px;
  flex-wrap: wrap;
}
.topbar a { color: #fff; }
.topbar a:hover { color: var(--accent); }
.topbar .sep { opacity: .35; }
.topbar-right { margin-left: auto; color: var(--accent); font-weight: 600; }

/* ========== Header ========== */
.site-header {
  background: var(--black);
  color: var(--white);
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255,255,255,.06);
  backdrop-filter: blur(8px);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 24px;
}
.logo img { height: 46px; width: auto; }
.main-nav ul {
  display: flex;
  gap: 4px;
  align-items: center;
  flex-wrap: wrap;
}
.main-nav a {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  padding: 9px 13px;
  border-radius: 8px;
  letter-spacing: .2px;
  position: relative;
}
.main-nav a:hover {
  background: rgba(255,255,255,.08);
  color: var(--white);
}
.nav-cta {
  background: linear-gradient(135deg, var(--primary), var(--primary-glow));
  margin-left: 8px;
  box-shadow: 0 6px 20px rgba(37,99,235,.45);
}
.nav-cta:hover { background: linear-gradient(135deg, var(--primary-2), var(--primary)) !important; }

.nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  margin: 5px 0;
  transition: .2s;
}

/* ========== Hero ========== */
.hero {
  position: relative;
  background: radial-gradient(1100px 600px at 85% -10%, rgba(96,165,250,.25), transparent 60%),
              radial-gradient(900px 600px at -10% 110%, rgba(255,122,0,.18), transparent 60%),
              linear-gradient(180deg, #050816 0%, #0b1220 100%);
  color: var(--white);
  padding: 90px 0 40px;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
  pointer-events: none;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
}
.hero-content { max-width: 720px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: .3px;
  margin-bottom: 22px;
  color: #e2e8f0;
}
.eyebrow .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(255,176,0,.25);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%,100% { box-shadow: 0 0 0 4px rgba(255,176,0,.25); }
  50% { box-shadow: 0 0 0 10px rgba(255,176,0,0); }
}
.hero h1 {
  color: #fff;
  font-size: clamp(2.4rem, 5.4vw, 4rem);
  font-weight: 800;
  margin-bottom: 22px;
}
.lead {
  font-size: 1.18rem;
  color: #cbd5e1;
  margin-bottom: 32px;
  max-width: 640px;
}
.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 36px;
}
.btn {
  display: inline-block;
  padding: 14px 26px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: transform .15s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
  border: 2px solid transparent;
  font-family: var(--font-body);
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-glow));
  color: #fff;
  box-shadow: 0 12px 30px rgba(37,99,235,.45);
}
.btn-primary:hover {
  background: linear-gradient(135deg, var(--primary-2), var(--primary));
  color: #fff;
  box-shadow: 0 16px 36px rgba(37,99,235,.55);
}
.btn-outline { border-color: rgba(255,255,255,.35); color: #fff; }
.btn-outline:hover { background: #fff; color: #0a0f1c; }
.btn-outline-light { border-color: #fff; color: #fff; }
.btn-outline-light:hover { background: #fff; color: var(--primary-2); }
.btn-light { background: #fff; color: var(--primary-2); }
.btn-light:hover { background: var(--accent); color: #0a0f1c; }
.btn-ghost { background: transparent; border-color: var(--border); color: var(--text); }
.btn-ghost:hover { background: var(--bg-alt); }

.hero-trust { color: #94a3b8; font-size: 13.5px; }
.trust-badges {
  display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px;
}
.trust-badges span {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12.5px;
  color: #cbd5e1;
}

/* Hero visual */
.hero-visual {
  position: relative;
  height: 460px;
}
.hero-orb {
  position: absolute;
  width: 320px; height: 320px;
  right: 0; top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, var(--primary-glow), var(--primary) 50%, transparent 75%);
  filter: blur(8px);
  opacity: .55;
  animation: float 6s ease-in-out infinite;
}
@keyframes float {
  0%,100% { transform: translateY(-50%); }
  50% { transform: translateY(calc(-50% - 20px)); }
}
.float-card {
  position: absolute;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.15);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 16px 18px;
  border-radius: 14px;
  display: flex; align-items: center; gap: 14px;
  min-width: 240px;
  color: #fff;
  box-shadow: 0 16px 40px rgba(0,0,0,.35);
  animation: floaty 5s ease-in-out infinite;
}
.float-card strong { display: block; font-size: 14px; font-weight: 700; }
.float-card span { font-size: 12.5px; color: #cbd5e1; }
.fc-icon {
  width: 42px; height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--primary), var(--primary-glow));
  display: flex; align-items: center; justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
}
.card-1 { top: 10%; right: 5%; animation-delay: 0s; }
.card-2 { top: 45%; left: 0; animation-delay: 1s; background: rgba(255,255,255,.07); }
.card-2 .fc-icon { background: linear-gradient(135deg, var(--accent), var(--accent-2)); }
.card-3 { bottom: 8%; right: 10%; animation-delay: 2s; }
.card-3 .fc-icon { background: linear-gradient(135deg, var(--purple), var(--pink)); }
@keyframes floaty {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

.hero-stats-wrap { margin-top: 60px; }
.hero-stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius-lg);
  padding: 22px;
  backdrop-filter: blur(8px);
}
.hero-stats div { text-align: center; padding: 8px; }
.hero-stats strong {
  display: block;
  font-size: 1.9rem;
  color: var(--accent);
  font-weight: 800;
  font-family: var(--font-display);
}
.hero-stats span { font-size: 13px; color: #cbd5e1; }

/* ========== Logo Strip ========== */
.logo-strip {
  background: var(--ink);
  color: #94a3b8;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.strip-label {
  text-align: center;
  font-size: 12px;
  letter-spacing: .25em;
  text-transform: uppercase;
  margin-bottom: 14px;
  color: #94a3b8;
}
.logo-row {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 32px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.1rem;
  color: #cbd5e1;
  opacity: .85;
}
.logo-row span { transition: color .2s ease; }
.logo-row span:hover { color: var(--accent); }

/* ========== Sections ========== */
.section { padding: 100px 0; }
.section-alt { background: var(--bg-alt); }
.section-dark {
  background: linear-gradient(180deg, #050816, #0b1220);
  color: #fff;
}
.section-dark h2, .section-dark h3, .section-dark h4 { color: #fff; }
.intro-inner { max-width: 820px; margin: 0 auto; text-align: center; }
.intro-inner p { color: var(--muted); font-size: 1.06rem; margin-top: 16px; }

.section-head { text-align: center; max-width: 760px; margin: 0 auto 60px; }
.section-head h2 { margin-bottom: 14px; }
.section-head p { color: var(--muted); font-size: 1.02rem; }
.section-head.light p { color: #cbd5e1; }

h2 {
  font-size: clamp(1.85rem, 3.4vw, 2.6rem);
  font-weight: 800;
}
h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 10px; }

/* ========== Grids & Cards ========== */
.grid { display: grid; gap: 26px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-2 { grid-template-columns: 1.05fr 1fr; gap: 64px; }
.align-center { align-items: center; }

.card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  position: relative;
  overflow: hidden;
}
.card::after {
  content: "";
  position: absolute; left: 0; top: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--primary-glow));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}
.card:hover::after { transform: scaleX(1); }
.card-icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #eaf2ff, #fff);
  font-size: 1.7rem;
  margin-bottom: 20px;
  box-shadow: 0 8px 18px rgba(37,99,235,.15);
}
.icon-blue { background: linear-gradient(135deg, #dbeafe, #93c5fd); }
.icon-purple { background: linear-gradient(135deg, #ede9fe, #c4b5fd); }
.icon-amber { background: linear-gradient(135deg, #fef3c7, #fcd34d); }
.icon-green { background: linear-gradient(135deg, #dcfce7, #86efac); }
.icon-pink { background: linear-gradient(135deg, #fce7f3, #f9a8d4); }
.icon-cyan { background: linear-gradient(135deg, #cffafe, #67e8f9); }
.card p { color: var(--muted); margin-bottom: 16px; }
.card-link {
  font-weight: 600;
  color: var(--primary);
  font-size: 14.5px;
}
.card-link:hover { color: var(--primary-2); }

.value {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 32px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease;
}
.value:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.value p { color: var(--muted); }
.value-num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 2rem;
  background: linear-gradient(135deg, var(--primary), var(--primary-glow));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  margin-bottom: 8px;
}

/* ========== SEO Pro Section ========== */
.seo-pro h2 { margin: 12px 0 18px; }
.lead-dark { color: var(--muted); font-size: 1.05rem; margin-bottom: 24px; }
.feature-list { margin: 0 0 32px; }
.feature-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
  color: var(--text);
}
.feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0; top: 3px;
  width: 22px; height: 22px;
  background: linear-gradient(135deg, var(--primary), var(--primary-glow));
  color: #fff;
  font-size: 13px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  box-shadow: 0 4px 10px rgba(37,99,235,.35);
}

.seo-visual { perspective: 1500px; }
.seo-window {
  background: linear-gradient(160deg, #0a0f1c, #0b1220);
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.08);
  color: #fff;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  transform: rotateY(-6deg) rotateX(2deg);
  transition: transform .4s ease;
}
.seo-window:hover { transform: rotateY(0) rotateX(0); }
.seo-window-bar {
  display: flex; align-items: center; gap: 6px;
  padding: 12px 16px;
  background: rgba(255,255,255,.04);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.seo-window-bar span {
  width: 12px; height: 12px; border-radius: 50%; background: #ff5f57;
}
.seo-window-bar span:nth-child(2) { background: #ffbd2e; }
.seo-window-bar span:nth-child(3) { background: #28c940; }
.seo-window-bar p {
  margin-left: auto;
  font-size: 12px;
  color: #94a3b8;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}
.seo-window-body { padding: 28px; }
.seo-row {
  display: grid;
  grid-template-columns: 110px 1fr 40px;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.seo-label { font-size: 13px; color: #cbd5e1; }
.seo-bar {
  height: 8px; border-radius: 999px;
  background: rgba(255,255,255,.08); overflow: hidden;
}
.seo-bar > div {
  height: 100%; border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  transition: width 1s ease;
}
.seo-row strong { font-family: var(--font-display); color: #fff; text-align: right; }
.seo-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 22px;
}
.seo-stat {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  padding: 18px;
  text-align: center;
}
.seo-stat strong {
  display: block;
  font-size: 1.7rem;
  color: var(--accent);
  font-weight: 800;
  font-family: var(--font-display);
}
.seo-stat span { font-size: 12.5px; color: #cbd5e1; }

/* ========== Providers ========== */
.provider {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius-lg);
  padding: 28px;
  text-align: center;
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}
.provider:hover { transform: translateY(-6px); background: rgba(255,255,255,.07); border-color: rgba(255,176,0,.4); }
.provider .p-icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  margin: 0 auto 16px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(96,165,250,.2), rgba(255,176,0,.2));
  font-size: 1.7rem;
}
.provider h4 { color: #fff; margin-bottom: 8px; }
.provider p { color: #94a3b8; font-size: 14px; }

/* ========== Steps ========== */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}
.step {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  text-align: left;
  position: relative;
  transition: transform .25s ease, box-shadow .25s ease;
}
.step:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.step-num {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--primary), var(--primary-glow));
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800;
  font-family: var(--font-display);
  font-size: 1.1rem;
  margin-bottom: 18px;
  box-shadow: 0 8px 20px rgba(37,99,235,.35);
}
.step p { color: var(--muted); font-size: 14.5px; }

/* ========== Testimonials ========== */
.testimonial {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  position: relative;
  box-shadow: var(--shadow-sm);
}
.testimonial::before {
  content: "“";
  position: absolute;
  top: 6px; left: 22px;
  font-size: 5rem;
  font-family: Georgia, serif;
  color: var(--primary);
  opacity: .15;
  line-height: 1;
}
.testimonial p {
  color: var(--text);
  font-size: 1.02rem;
  margin-bottom: 20px;
  position: relative;
}
.testimonial footer { display: flex; flex-direction: column; }
.testimonial strong { color: var(--text); font-family: var(--font-display); }
.testimonial span { color: var(--muted); font-size: 13.5px; }

/* ========== FAQ ========== */
.faq-wrap { max-width: 880px; margin: 0 auto; }
.faqs { display: flex; flex-direction: column; gap: 14px; }
.faqs details {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px 22px;
  transition: box-shadow .2s ease, border-color .2s ease;
}
.faqs details[open] {
  box-shadow: var(--shadow-sm);
  border-color: rgba(37,99,235,.3);
}
.faqs summary {
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 32px;
  color: var(--text);
  font-family: var(--font-display);
}
.faqs summary::-webkit-details-marker { display: none; }
.faqs summary::after {
  content: "+";
  position: absolute;
  right: 0; top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: var(--primary);
  transition: transform .2s ease;
  font-weight: 400;
}
.faqs details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faqs details p {
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.7;
}

/* ========== CTA ========== */
.cta {
  position: relative;
  background:
    radial-gradient(800px 400px at 80% 20%, rgba(255,176,0,.25), transparent 60%),
    radial-gradient(700px 400px at 10% 90%, rgba(96,165,250,.25), transparent 60%),
    linear-gradient(135deg, #1e3a8a, #2563eb);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
}
.cta-inner { max-width: 760px; margin: 0 auto; }
.cta h2 { color: #fff; margin: 12px 0 16px; font-size: clamp(2rem, 4vw, 3rem); }
.cta p { color: #e2ecff; margin: 0 auto 32px; }
.cta .hero-cta { justify-content: center; }

/* ========== Footer ========== */
.site-footer {
  background: var(--black);
  color: #cbd5e1;
  padding-top: 72px;
  position: relative;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--accent), var(--pink));
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.1fr;
  gap: 56px;
  padding-bottom: 56px;
}
.footer-logo { height: 50px; margin-bottom: 20px; }
.footer-col h4 {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 20px;
  letter-spacing: .3px;
  position: relative;
  padding-bottom: 10px;
}
.footer-col h4::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 36px; height: 2px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
}
.footer-col p { color: #a8b3c7; margin-bottom: 14px; font-size: 14.5px; line-height: 1.7; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col a { color: #cbd5e1; font-size: 14.5px; }
.footer-col a:hover { color: var(--accent); }

.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.socials a {
  background: rgba(255,255,255,.05);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  border: 1px solid rgba(255,255,255,.08);
  transition: all .2s ease;
}
.socials a:hover {
  background: linear-gradient(135deg, var(--primary), var(--primary-glow));
  color: #fff;
  border-color: transparent;
  transform: translateY(-2px);
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 24px 0;
}
.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.legal { display: flex; flex-wrap: wrap; gap: 22px; }
.legal a { color: #cbd5e1; font-size: 13.5px; }
.legal a:hover { color: var(--accent); }
.copyright { color: #94a3b8; font-size: 13.5px; }

/* ========== Floating WhatsApp ========== */
.whatsapp-fab {
  position: fixed;
  bottom: 22px; right: 22px;
  width: 56px; height: 56px;
  background: #25D366;
  color: #fff !important;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
  box-shadow: 0 12px 30px rgba(37,211,102,.45);
  z-index: 60;
  animation: floaty 3s ease-in-out infinite;
}
.whatsapp-fab:hover { background: #1da851; transform: scale(1.06); }

/* ========== Reveal Animation ========== */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.in { opacity: 1; transform: none; }

/* ========== Responsive ========== */
@media (max-width: 1100px) {
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-2 { grid-template-columns: 1fr; gap: 48px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { height: 380px; max-width: 480px; margin: 0 auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .topbar-right { margin-left: 0; width: 100%; text-align: center; }
}
@media (max-width: 820px) {
  .nav-toggle { display: block; }
  .main-nav {
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--black);
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
    border-top: 1px solid rgba(255,255,255,.08);
  }
  .main-nav.open { max-height: 700px; }
  .main-nav ul {
    flex-direction: column;
    align-items: stretch;
    padding: 14px 18px;
    gap: 2px;
  }
  .main-nav a { padding: 12px 14px; display: block; }
  .nav-cta { margin: 8px 0 0; text-align: center; }

  .hero { padding: 60px 0 30px; }
  .hero-stats { grid-template-columns: repeat(3, 1fr); }
  .topbar { font-size: 12px; }
}
@media (max-width: 600px) {
  .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .section { padding: 70px 0; }
  .footer-bottom-inner { flex-direction: column; text-align: center; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .seo-card-grid { grid-template-columns: 1fr 1fr; }
  .seo-row { grid-template-columns: 90px 1fr 36px; }
  .float-card { min-width: 200px; padding: 12px 14px; }
  .hero-visual { height: 340px; }
}
