/*
Theme Name:  Welwyn A2B Taxis
Theme URI:   https://welwyntaxis.com
Author:      Welwyn A2B Taxis
Author URI:  https://welwyntaxis.com
Description: A premium, SEO-optimised custom WordPress theme for Welwyn A2B Taxis — professional taxi and airport transfer service in Welwyn Garden City, Hatfield and Hertfordshire.
Version:     1.0.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: welwyn-a2b
Tags:        taxi, transport, airport-transfer, dark, gold, luxury, responsive, seo
*/

/* ============================================================
   DESIGN TOKENS
   ============================================================ */
:root {
  --black:    #080a0e;
  --dark:     #0d1117;
  --card:     #111620;
  --border:   #1e2535;
  --gold:     #c9a84c;
  --gold-lt:  #e8c97a;
  --gold-dim: #7a6030;
  --white:    #f4f0e8;
  --muted:    #8a8f9e;
  --radius:   12px;
  --shadow:   0 8px 40px rgba(0,0,0,.55);
  --max-w:    1200px;
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Outfit', sans-serif;
  background: var(--black);
  color: var(--white);
  overflow-x: hidden;
  line-height: 1.65;
}
a { text-decoration: none; color: inherit; transition: color .25s; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
button { cursor: pointer; font-family: inherit; }
input, select, textarea {
  font-family: 'Outfit', sans-serif;
  font-size: .9rem;
}

/* Scrollbar */
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--dark); }
::-webkit-scrollbar-thumb { background: var(--gold-dim); border-radius: 4px; }

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', serif;
  line-height: 1.15;
  font-weight: 300;
}
h1 { font-size: clamp(2.8rem, 6vw, 5.5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.6rem); }
h4 { font-size: 1.15rem; font-weight: 400; }
p  { line-height: 1.75; }

.label {
  font-size: .7rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
}
.gold  { color: var(--gold); }
.muted { color: var(--muted); }
.serif { font-family: 'Cormorant Garamond', serif; }

.gold-line {
  display: block;
  width: 40px;
  height: 1px;
  background: var(--gold);
  margin: .6rem auto 0;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .85rem 2rem;
  border-radius: 50px;
  font-size: .9rem;
  font-weight: 500;
  letter-spacing: .04em;
  border: none;
  transition: all .3s ease;
  font-family: 'Outfit', sans-serif;
}
.btn-gold {
  background: linear-gradient(135deg, var(--gold), #a07828);
  color: #000;
}
.btn-gold:hover {
  background: linear-gradient(135deg, var(--gold-lt), var(--gold));
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(201,168,76,.35);
  color: #000;
}
.btn-outline {
  background: transparent;
  border: 1px solid var(--gold);
  color: var(--gold);
}
.btn-outline:hover {
  background: var(--gold);
  color: #000;
  transform: translateY(-2px);
}
.btn-white  { background: var(--white); color: #000; }
.btn-white:hover { background: var(--gold-lt); transform: translateY(-2px); color: #000; }
.btn-green  { background: #25d366; color: #fff; }
.btn-green:hover { background: #1ebe5a; transform: translateY(-2px); color: #fff; }

/* ============================================================
   LAYOUT HELPERS
   ============================================================ */
.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 2rem;
}
.section { padding: 6rem 0; }
.section-header {
  text-align: center;
  margin-bottom: 4rem;
}
.section-header p {
  color: var(--muted);
  max-width: 520px;
  margin: 1rem auto 0;
  font-size: .95rem;
}

/* Scroll reveal */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ============================================================
   TOP BAR
   ============================================================ */
.topbar {
  background: var(--gold);
  color: #000;
  padding: .45rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .8rem;
  font-weight: 500;
  letter-spacing: .04em;
  position: relative;
  z-index: 1001;
}
.topbar a { color: #000; }
.topbar a:hover { opacity: .7; }
.topbar-left { display: flex; align-items: center; gap: .5rem; }
.topbar-right { display: flex; gap: 1.5rem; align-items: center; }
.topbar-socials { display: flex; gap: .6rem; }
.topbar-socials a {
  width: 26px; height: 26px;
  background: rgba(0,0,0,.15);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .7rem;
}
.topbar-socials a:hover { background: rgba(0,0,0,.3); }

/* ============================================================
   NAVIGATION
   ============================================================ */
#site-header {
  position: fixed;
  top: 36px; left: 0; right: 0;
  z-index: 1000;
  padding: 1.1rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .4s ease;
}
#site-header.scrolled {
  top: 0;
  background: rgba(8,10,14,.97);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  padding: .85rem 3rem;
}
.site-logo .logo-main {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.55rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: .06em;
  line-height: 1;
}
.site-logo .logo-sub {
  font-size: .62rem;
  letter-spacing: .22em;
  color: var(--muted);
  text-transform: uppercase;
}
.nav-links {
  display: flex;
  gap: 2.2rem;
  align-items: center;
}
.nav-links a {
  font-size: .82rem;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 400;
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0;
  width: 0; height: 1px;
  background: var(--gold);
  transition: width .3s;
}
.nav-links a:hover,
.nav-links a.current-menu-item { color: var(--white); }
.nav-links a:hover::after,
.nav-links a.current-menu-item::after { width: 100%; }
.nav-cta { display: flex; align-items: center; gap: 1rem; }
.nav-phone {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  color: var(--gold);
  font-weight: 600;
  display: flex; align-items: center; gap: .4rem;
}
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  padding: 4px;
}
.hamburger span {
  display: block;
  width: 24px; height: 2px;
  background: var(--white);
  transition: all .3s;
  border-radius: 2px;
}

/* Mobile Fullscreen Menu */
.mobile-menu {
  display: none;
  position: fixed; inset: 0;
  z-index: 1100;
  background: rgba(8,10,14,.98);
  backdrop-filter: blur(20px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  color: var(--white);
  font-weight: 300;
  letter-spacing: .05em;
}
.mobile-menu a:hover { color: var(--gold); }
.mobile-menu-close {
  position: absolute;
  top: 1.5rem; right: 2rem;
  background: none; border: none;
  font-size: 2rem;
  color: var(--muted);
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.hero {
  min-height: 100vh;
  background:
    linear-gradient(to bottom, rgba(8,10,14,.85) 0%, rgba(8,10,14,.6) 50%, rgba(8,10,14,.95) 100%),
    url('https://images.unsplash.com/photo-1449965408869-eaa3f722e40d?w=1600&q=80') center/cover no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 9rem 2rem 6rem;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 40%, rgba(201,168,76,.07) 0%, transparent 70%);
  pointer-events: none;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  background: rgba(201,168,76,.12);
  border: 1px solid rgba(201,168,76,.3);
  border-radius: 50px;
  padding: .4rem 1.2rem;
  font-size: .73rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.8rem;
  animation: fadeDown .8s ease both;
}
.hero h1 {
  animation: fadeUp .9s ease .15s both;
  max-width: 800px;
}
.hero h1 em { font-style: italic; color: var(--gold); }
.hero-sub {
  font-size: 1.05rem;
  color: var(--muted);
  max-width: 500px;
  margin: 1.5rem auto 2.5rem;
  animation: fadeUp .9s ease .3s both;
}
.hero-btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  animation: fadeUp .9s ease .45s both;
}
.hero-stats {
  display: flex;
  gap: 3.5rem;
  margin-top: 5rem;
  animation: fadeUp .9s ease .6s both;
  flex-wrap: wrap;
  justify-content: center;
}
.hero-stat .num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--gold);
  line-height: 1;
}
.hero-stat .desc {
  font-size: .72rem;
  color: var(--muted);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-top: .2rem;
}
.scroll-cue {
  position: absolute;
  bottom: 2rem; right: 3rem;
  display: flex; flex-direction: column; align-items: center; gap: .4rem;
  font-size: .65rem; letter-spacing: .15em; color: var(--muted); text-transform: uppercase;
}
.scroll-cue .line {
  width: 1px; height: 40px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: pulseLine 2s infinite;
}

/* ============================================================
   BOOKING SECTION
   ============================================================ */
.booking-section {
  background: var(--dark);
  padding: 6rem 0;
  border-top: 1px solid var(--border);
}
.booking-wrap {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 2rem;
}
.booking-form-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2.8rem 3rem;
  box-shadow: var(--shadow);
}
.form-tabs {
  display: flex;
  background: var(--black);
  border-radius: 8px;
  padding: 4px;
  margin-bottom: 2rem;
}
.form-tab {
  flex: 1;
  padding: .7rem 1rem;
  border-radius: 6px;
  font-size: .82rem;
  letter-spacing: .07em;
  color: var(--muted);
  background: transparent;
  border: none;
  transition: all .3s;
}
.form-tab.active { background: var(--gold); color: #000; font-weight: 600; }
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}
.form-group { display: flex; flex-direction: column; gap: .4rem; }
.form-group.full { grid-column: 1 / -1; }
.form-group label {
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
}
.form-group input,
.form-group select,
.form-group textarea {
  background: var(--black);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: .85rem 1.1rem;
  color: var(--white);
  outline: none;
  transition: border-color .3s;
}
.form-group input:focus,
.form-group select:focus { border-color: var(--gold); }
.form-group input::placeholder { color: var(--muted); }
.form-group select option { background: var(--dark); }
.form-submit { text-align: center; margin-top: 1.8rem; }
.form-note { color: var(--muted); font-size: .78rem; margin-top: .7rem; }
.form-note a { color: var(--gold); }

/* ============================================================
   SERVICES SECTION
   ============================================================ */
.services-section { background: var(--black); }
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}
.service-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s;
  position: relative;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,.6);
  border-color: var(--gold-dim);
}
.service-img { height: 200px; overflow: hidden; }
.service-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s ease;
}
.service-card:hover .service-img img { transform: scale(1.07); }
.service-badge {
  position: absolute; top: 1rem; right: 1rem;
  background: var(--gold); color: #000;
  font-size: .68rem; font-weight: 700; letter-spacing: .1em;
  padding: .28rem .7rem; border-radius: 50px; text-transform: uppercase;
}
.service-body { padding: 1.5rem; }
.service-body h3 { margin-bottom: .5rem; }
.service-body p { color: var(--muted); font-size: .875rem; line-height: 1.7; margin-bottom: 1.2rem; }
.service-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.price-tag {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem; font-weight: 600; color: var(--gold);
}

/* ============================================================
   WHY CHOOSE US
   ============================================================ */
.why-section { background: var(--dark); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.8rem;
}
.why-card {
  text-align: center;
  padding: 2.5rem 1.5rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--card);
  transition: all .35s;
}
.why-card:hover {
  border-color: var(--gold-dim);
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(0,0,0,.5);
}
.why-icon {
  width: 64px; height: 64px;
  background: rgba(201,168,76,.1);
  border: 1px solid rgba(201,168,76,.25);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.2rem;
  font-size: 1.4rem; color: var(--gold);
  transition: background .3s;
}
.why-card:hover .why-icon { background: rgba(201,168,76,.2); }
.why-card p { color: var(--muted); font-size: .85rem; line-height: 1.7; margin-top: .5rem; }

/* ============================================================
   ROUTES SECTION
   ============================================================ */
.routes-section {
  background: linear-gradient(135deg, #0c1018 0%, #0d1520 100%);
  padding: 5rem 0;
  border-bottom: 1px solid var(--border);
}
.routes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-top: 3rem;
}
.route-pill {
  display: flex;
  align-items: center;
  gap: .75rem;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: .9rem 1.1rem;
  transition: all .3s;
}
.route-pill:hover {
  border-color: var(--gold-dim);
  background: rgba(201,168,76,.06);
  transform: translateX(4px);
}
.route-pill i { color: var(--gold); font-size: .9rem; flex-shrink: 0; }
.route-pill strong { display: block; font-size: .8rem; color: var(--white); }
.route-pill span { font-size: .78rem; color: var(--muted); }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials-section { background: var(--black); }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}
.testimonial-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem;
  transition: all .35s;
}
.testimonial-card:hover { border-color: var(--gold-dim); transform: translateY(-4px); }
.stars { color: var(--gold); font-size: .85rem; letter-spacing: .1em; margin-bottom: 1rem; }
.testimonial-card blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem; font-style: italic;
  color: var(--white); line-height: 1.7; margin-bottom: 1.3rem;
}
.reviewer { display: flex; align-items: center; gap: .8rem; }
.reviewer-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-dim), var(--gold));
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; font-weight: 700; color: #000; flex-shrink: 0;
}
.reviewer-name { font-weight: 600; font-size: .88rem; }
.reviewer-loc { font-size: .73rem; color: var(--muted); }

/* ============================================================
   CTA STRIP
   ============================================================ */
.cta-strip {
  padding: 5rem 0;
  background: var(--dark);
}
.cta-inner {
  background: linear-gradient(135deg, #0d1117 0%, #131c2a 100%);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 4rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.cta-inner h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); }
.cta-inner p { color: var(--muted); margin-top: .5rem; }
.cta-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* ============================================================
   BLOG / NEWS
   ============================================================ */
.blog-section { background: var(--black); }
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}
.blog-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all .35s;
}
.blog-card:hover { transform: translateY(-5px); border-color: var(--gold-dim); box-shadow: 0 16px 40px rgba(0,0,0,.5); }
.blog-thumb { height: 200px; overflow: hidden; }
.blog-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.blog-card:hover .blog-thumb img { transform: scale(1.07); }
.blog-body { padding: 1.5rem; }
.blog-meta { font-size: .73rem; color: var(--muted); margin-bottom: .5rem; letter-spacing: .08em; text-transform: uppercase; }
.blog-body h3 { font-size: 1.25rem; margin-bottom: .6rem; }
.blog-body h3 a:hover { color: var(--gold); }
.blog-body p { color: var(--muted); font-size: .875rem; line-height: 1.7; margin-bottom: 1rem; }
.read-more { color: var(--gold); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.read-more:hover { color: var(--gold-lt); }

/* ============================================================
   FOOTER
   ============================================================ */
#site-footer {
  background: var(--dark);
  border-top: 1px solid var(--border);
  padding: 5rem 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
.footer-brand .logo-main { font-family: 'Cormorant Garamond', serif; font-size: 1.7rem; color: var(--gold); line-height: 1; }
.footer-brand .logo-sub { font-size: .62rem; letter-spacing: .22em; color: var(--muted); text-transform: uppercase; }
.footer-brand p { color: var(--muted); font-size: .875rem; line-height: 1.7; margin: 1rem 0; max-width: 280px; }
.footer-socials { display: flex; gap: .75rem; margin-top: 1.2rem; }
.social-btn {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: .9rem; color: var(--muted);
  transition: all .3s;
}
.social-btn:hover { border-color: var(--gold); color: var(--gold); background: rgba(201,168,76,.1); }
.social-btn.wa:hover { border-color: #25d366; color: #25d366; background: rgba(37,211,102,.1); }
.footer-col h4 {
  font-family: 'Outfit', sans-serif;
  font-size: .72rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1.2rem;
}
.footer-col ul li { margin-bottom: .55rem; }
.footer-col ul li a { color: var(--muted); font-size: .875rem; }
.footer-col ul li a:hover { color: var(--white); }
.footer-col ul li a i { margin-right: .4rem; font-size: .72rem; }
.footer-bottom {
  border-top: 1px solid var(--border);
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .78rem; color: var(--muted);
  flex-wrap: wrap; gap: .5rem;
}
.footer-bottom a { color: var(--gold); }

/* Floating WhatsApp */
.wa-float {
  position: fixed; bottom: 2rem; right: 2rem; z-index: 9999;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25d366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
  box-shadow: 0 4px 20px rgba(37,211,102,.5);
  animation: pulseLine 2.5s infinite;
  transition: transform .3s;
}
.wa-float:hover { transform: scale(1.1); color: #fff; }

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeDown {
  from { opacity: 0; transform: translateY(-20px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes pulseLine {
  0%, 100% { opacity: 1; }
  50%       { opacity: .5; }
}

/* ============================================================
   SINGLE POST / PAGE
   ============================================================ */
.page-hero {
  min-height: 40vh;
  background:
    linear-gradient(rgba(8,10,14,.85), rgba(8,10,14,.85)),
    url('https://images.unsplash.com/photo-1449965408869-eaa3f722e40d?w=1200&q=75') center/cover;
  display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 9rem 2rem 5rem;
}
.page-content {
  max-width: 800px; margin: 5rem auto; padding: 0 2rem;
  color: var(--muted); line-height: 1.85;
}
.page-content h1, .page-content h2, .page-content h3 { color: var(--white); margin: 1.5rem 0 .7rem; }
.page-content p { margin-bottom: 1.2rem; }
.page-content a { color: var(--gold); }
.page-content ul, .page-content ol { padding-left: 1.5rem; margin-bottom: 1.2rem; }
.page-content li { margin-bottom: .4rem; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 960px) {
  #site-header { padding: 1rem 1.5rem; }
  #site-header.scrolled { padding: .8rem 1.5rem; }
  .nav-links, .nav-phone { display: none; }
  .hamburger { display: flex; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .booking-form-card { padding: 1.8rem; }
  .form-grid { grid-template-columns: 1fr; }
  .cta-inner { text-align: center; justify-content: center; }
}
@media (max-width: 600px) {
  .topbar-right .topbar-socials { display: none; }
  .scroll-cue { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-stats { gap: 1.5rem; }
}
