/* ============================================================
   CHAUFFEUR SERVICE SINGAPORE — Global Stylesheet
   Aesthetic: Raffles-inspired — bright, crisp, serif elegance
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Lato:wght@300;400;700&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --gold:       #B8960C;
  --gold-mid:   #C9A84C;
  --gold-light: #E8D5A3;
  --gold-pale:  #FAF6EC;
  --ink:        #1A1612;
  --ink-soft:   #3D3730;
  --charcoal:   #5A524A;
  --muted:      #8C857D;
  --rule:       #DDD8D0;
  --bg:         #FDFCFA;
  --white:      #FFFFFF;
  --font-serif: 'Playfair Display', 'Georgia', serif;
  --font-sans:  'Lato', 'Helvetica Neue', sans-serif;
  --max:        1160px;
  --pad:        clamp(1.25rem, 5vw, 3rem);
}

html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-sans); background: var(--bg); color: var(--ink); line-height: 1.7; overflow-x: hidden; }

/* ── TYPOGRAPHY ── */
h1, h2, h3, h4 { font-family: var(--font-serif); font-weight: 400; line-height: 1.2; }
h1 { font-size: clamp(2.2rem, 4.5vw, 3.8rem); }
h2 { font-size: clamp(1.7rem, 3vw, 2.6rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }
p  { font-size: 15px; color: var(--charcoal); line-height: 1.8; margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }
a  { color: var(--gold); text-decoration: none; }

/* ── ORNAMENT ── */
.ornament { display: flex; align-items: center; gap: 12px; margin-bottom: 1rem; }
.ornament::before, .ornament::after { content: ''; flex: 0 0 28px; height: 1px; background: var(--gold-mid); }
.ornament span { font-size: 10px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); font-family: var(--font-sans); font-weight: 700; white-space: nowrap; }

.section-label { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); font-family: var(--font-sans); font-weight: 700; margin-bottom: 0.75rem; display: flex; align-items: center; gap: 10px; }
.section-label::after { content: ''; flex: 0 0 24px; height: 1px; background: var(--gold-mid); }

.rule-thin { width: 48px; height: 1px; background: var(--gold-mid); margin: 1.25rem 0; }
.rule-center { width: 48px; height: 1px; background: var(--gold-mid); margin: 1.25rem auto; }

/* ── HEADER ── */
#site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: var(--white);
  border-bottom: 1px solid var(--rule);
  transition: box-shadow 0.3s;
}
#site-header.scrolled { box-shadow: 0 2px 24px rgba(0,0,0,0.06); }
.header-inner {
  max-width: var(--max); margin: 0 auto;
  padding: 0 var(--pad);
  height: 72px;
  display: flex; align-items: center; justify-content: space-between;
}
.header-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.header-logo img { height: 44px; width: auto; }
.header-logo-text { display: flex; flex-direction: column; }
.header-logo-text .l1 { font-family: var(--font-serif); font-size: 1.05rem; color: var(--ink); letter-spacing: 0.01em; line-height: 1.2; }
.header-logo-text .l2 { font-size: 9.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); font-family: var(--font-sans); }

.desk-nav { display: flex; align-items: center; gap: 0; }
.desk-nav > a, .desk-nav > .nav-dropdown > a {
  font-size: 11.5px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink-soft); font-weight: 700; font-family: var(--font-sans);
  padding: 8px 14px; text-decoration: none;
  transition: color 0.2s; position: relative;
}
.desk-nav > a:hover, .desk-nav > .nav-dropdown > a:hover { color: var(--gold); }
.desk-nav > a.active, .desk-nav > .nav-dropdown > a.active { color: var(--gold); }

.nav-dropdown { position: relative; }
.nav-dropdown-menu {
  display: none; position: absolute; top: 100%; left: 0;
  background: var(--white); border: 1px solid var(--rule);
  border-top: 2px solid var(--gold-mid);
  min-width: 240px; padding: 0.5rem 0;
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
  z-index: 100;
}
.nav-dropdown:hover .nav-dropdown-menu { display: block; }
.nav-dropdown-menu a {
  display: block; padding: 10px 20px;
  font-size: 12px; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--ink-soft);
  font-family: var(--font-sans); font-weight: 400;
  text-decoration: none; transition: background 0.15s, color 0.15s;
}
.nav-dropdown-menu a:hover { background: var(--gold-pale); color: var(--gold); }

.nav-cta {
  background: var(--ink) !important; color: var(--white) !important;
  padding: 10px 20px !important; margin-left: 12px;
  border: 1px solid var(--ink) !important;
  transition: background 0.2s, border-color 0.2s !important;
}
.nav-cta:hover { background: var(--gold) !important; border-color: var(--gold) !important; color: var(--white) !important; }

.hamburger { display: none; background: none; border: none; cursor: pointer; padding: 6px; flex-direction: column; gap: 5px; }
.hamburger span { display: block; width: 22px; height: 1.5px; background: var(--ink); transition: 0.3s; }

.mobile-nav {
  display: none; flex-direction: column;
  position: fixed; top: 72px; left: 0; right: 0; bottom: 0;
  background: var(--white); z-index: 999;
  padding: 1.5rem var(--pad); overflow-y: auto;
  border-top: 2px solid var(--gold-mid);
}
.mobile-nav.open { display: flex; }
.mobile-nav a { font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink); padding: 14px 0; border-bottom: 1px solid var(--rule); text-decoration: none; font-weight: 700; font-family: var(--font-sans); }
.mobile-nav a.indent { font-weight: 400; color: var(--charcoal); padding-left: 1rem; font-size: 13px; letter-spacing: 0.06em; }
.mobile-nav a:last-child { border: none; color: var(--gold); }

/* ── PAGE HERO ── */
.page-hero {
  margin-top: 72px;
  position: relative; overflow: hidden;
  height: clamp(320px, 50vw, 520px);
  display: flex; align-items: flex-end;
}
.page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.page-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,22,18,0.72) 0%, rgba(26,22,18,0.2) 55%, transparent 100%); }
.page-hero-content { position: relative; z-index: 2; padding: 3rem var(--pad); max-width: var(--max); margin: 0 auto; width: 100%; }
.page-hero-content .ornament::before, .page-hero-content .ornament::after { background: var(--gold-light); }
.page-hero-content .ornament span { color: var(--gold-light); }
.page-hero-content h1 { color: var(--white); max-width: 700px; }
.page-hero-content .hero-sub { font-size: 15px; color: rgba(255,255,255,0.72); max-width: 560px; margin-top: 0.75rem; font-weight: 300; }

/* ── HOMEPAGE HERO ── */
.home-hero {
  margin-top: 72px;
  min-height: calc(100vh - 72px);
  display: grid; grid-template-columns: 1fr 1fr;
  position: relative; overflow: hidden;
  background: var(--bg);
}
.home-hero-left {
  display: flex; flex-direction: column; justify-content: center;
  padding: clamp(3rem,6vw,6rem) var(--pad) 3rem;
  position: relative; z-index: 2;
}
.home-hero-left h1 { color: var(--ink); margin-bottom: 1.25rem; }
.home-hero-left h1 em { font-style: italic; color: var(--gold); display: block; }
.home-hero-sub { font-size: 15px; color: var(--charcoal); line-height: 1.8; max-width: 440px; margin-bottom: 2.5rem; font-weight: 300; }
.home-hero-right { position: relative; overflow: hidden; }
.home-hero-right img { width: 100%; height: 100%; object-fit: cover; object-position: center 15%; }
.home-hero-right::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, var(--bg) 0%, transparent 15%); z-index: 1; }

.home-hero-trust { display: flex; gap: 2.5rem; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--rule); }
.trust-item .t-n { font-family: var(--font-serif); font-size: 1.9rem; color: var(--gold); line-height: 1; }
.trust-item .t-l { font-size: 11px; color: var(--muted); letter-spacing: 0.06em; text-transform: uppercase; margin-top: 3px; }

/* ── BUTTONS ── */
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--ink); color: var(--white);
  font-family: var(--font-sans); font-size: 11.5px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 14px 30px; text-decoration: none;
  border: 1px solid var(--ink);
  transition: background 0.2s, border-color 0.2s;
}
.btn-primary:hover { background: var(--gold); border-color: var(--gold); color: var(--white); }
.btn-outline {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: var(--ink);
  font-family: var(--font-sans); font-size: 11.5px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 14px 30px; text-decoration: none;
  border: 1px solid var(--ink);
  transition: background 0.2s;
}
.btn-outline:hover { background: var(--gold-pale); }
.btn-gold {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--gold-mid); color: var(--white);
  font-family: var(--font-sans); font-size: 11.5px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 14px 30px; text-decoration: none;
  border: 1px solid var(--gold-mid);
  transition: background 0.2s;
}
.btn-gold:hover { background: var(--gold); border-color: var(--gold); }
.btn-wa {
  display: inline-flex; align-items: center; gap: 8px;
  background: #1BA84B; color: var(--white);
  font-family: var(--font-sans); font-size: 11.5px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 14px 28px; text-decoration: none;
  transition: background 0.2s;
}
.btn-wa:hover { background: #158A3D; }
.btn-row { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }

/* ── SECTION WRAPPERS ── */
.section { padding: clamp(4rem, 7vw, 6rem) var(--pad); }
.section-inner { max-width: var(--max); margin: 0 auto; }
.section-white { background: var(--white); }
.section-cream { background: var(--bg); }
.section-pale  { background: var(--gold-pale); }
.section-ink   { background: var(--ink); }
.section-center { text-align: center; }
.section-center .section-label { justify-content: center; }
.section-center .section-label::after { display: none; }
.section-center .rule-thin { margin-left: auto; margin-right: auto; }

/* ── GRID LAYOUTS ── */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.grid-auto { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }

/* ── SERVICE CARDS ── */
.service-card {
  background: var(--white);
  border: 1px solid var(--rule);
  padding: 2rem 1.75rem;
  text-decoration: none; color: inherit;
  display: flex; flex-direction: column; gap: 0.75rem;
  position: relative; overflow: hidden;
  transition: border-color 0.25s, transform 0.2s, box-shadow 0.2s;
}
.service-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: var(--gold-mid); transform: scaleX(0); transform-origin: left; transition: transform 0.3s; }
.service-card:hover { border-color: var(--gold-light); transform: translateY(-3px); box-shadow: 0 12px 40px rgba(0,0,0,0.07); }
.service-card:hover::after { transform: scaleX(1); }
.service-card .s-num { font-family: var(--font-serif); font-size: 2.5rem; color: var(--gold-light); line-height: 1; }
.service-card h3 { font-family: var(--font-serif); font-size: 1.25rem; color: var(--ink); }
.service-card p { font-size: 13.5px; flex: 1; }
.service-card .s-arrow { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-top: 0.5rem; }

/* ── FEATURE CARDS ── */
.feature-card { padding: 1.75rem; border-left: 2px solid var(--gold-mid); background: var(--white); }
.feature-card h4 { font-family: var(--font-serif); font-size: 1.1rem; color: var(--ink); margin-bottom: 0.5rem; }
.feature-card p { font-size: 13.5px; margin: 0; }

/* ── IMAGE PANELS ── */
.img-panel { position: relative; overflow: hidden; }
.img-panel img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s; }
.img-panel:hover img { transform: scale(1.03); }
.img-badge { position: absolute; bottom: 1.5rem; left: 1.5rem; background: var(--white); padding: 1rem 1.25rem; border-left: 3px solid var(--gold-mid); }
.img-badge .ib-n { font-family: var(--font-serif); font-size: 1.6rem; color: var(--gold); line-height: 1; }
.img-badge .ib-l { font-size: 10px; color: var(--muted); letter-spacing: 0.08em; text-transform: uppercase; margin-top: 2px; }

/* ── WHY POINTS ── */
.why-point { display: flex; gap: 1.25rem; padding: 1.5rem 0; border-bottom: 1px solid var(--rule); align-items: flex-start; }
.why-point:last-child { border: none; }
.why-point:first-child { padding-top: 0; }
.why-ico { width: 40px; height: 40px; border: 1px solid var(--rule); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 17px; }
.why-point h4 { font-size: 14px; font-weight: 700; color: var(--ink); margin-bottom: 0.25rem; font-family: var(--font-sans); }
.why-point p { font-size: 13px; margin: 0; }

/* ── FLEET GRID ── */
.fleet-row { display: grid; grid-template-columns: repeat(5,1fr); gap: 1px; background: var(--rule); border: 1px solid var(--rule); }
.fleet-cell { background: var(--white); padding: 1.5rem 1.2rem; text-align: center; transition: background 0.2s; }
.fleet-cell:hover { background: var(--gold-pale); }
.fleet-cell .fc-v { font-family: var(--font-serif); font-size: 1rem; color: var(--ink); margin-bottom: 0.35rem; }
.fleet-cell .fc-p { font-size: 10.5px; color: var(--gold); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 0.4rem; font-weight: 700; }
.fleet-cell .fc-u { font-size: 11px; color: var(--muted); line-height: 1.55; }

/* ── TESTIMONIALS ── */
.testi-card { background: var(--white); border: 1px solid var(--rule); padding: 2rem; }
.testi-stars { color: var(--gold-mid); font-size: 14px; letter-spacing: 3px; margin-bottom: 1rem; }
.testi-text { font-family: var(--font-serif); font-size: 1.05rem; font-style: italic; color: var(--ink-soft); line-height: 1.65; margin-bottom: 1.25rem; }
.testi-author { font-size: 11px; font-weight: 700; color: var(--muted); letter-spacing: 0.1em; text-transform: uppercase; }

/* ── FAQ ── */
.faq-item { border-bottom: 1px solid var(--rule); }
.faq-q { font-size: 14px; font-weight: 700; color: var(--ink); padding: 1.25rem 0; cursor: pointer; display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; font-family: var(--font-sans); line-height: 1.4; }
.faq-q .faq-icon { color: var(--gold); font-size: 20px; font-weight: 300; flex-shrink: 0; line-height: 1; }
.faq-a { font-size: 13.5px; color: var(--charcoal); line-height: 1.8; padding-bottom: 1.25rem; display: none; }
.faq-item.open .faq-a { display: block; }
.faq-item.open .faq-icon::before { content: '−'; }
.faq-icon::before { content: '+'; }

/* ── CTA BAND ── */
.cta-band { background: var(--ink); padding: clamp(3.5rem,6vw,5rem) var(--pad); text-align: center; }
.cta-band h2 { font-family: var(--font-serif); color: var(--white); margin-bottom: 0.75rem; }
.cta-band h2 em { font-style: italic; color: var(--gold-light); }
.cta-band p { color: rgba(255,255,255,0.5); margin-bottom: 2.5rem; font-weight: 300; }

/* ── BREADCRUMB ── */
.breadcrumb { background: var(--gold-pale); border-bottom: 1px solid var(--gold-light); padding: 0.6rem var(--pad); }
.breadcrumb-inner { max-width: var(--max); margin: 0 auto; font-size: 12px; color: var(--muted); display: flex; gap: 0.5rem; align-items: center; }
.breadcrumb-inner a { color: var(--gold); text-decoration: none; }
.breadcrumb-inner a:hover { text-decoration: underline; }

/* ── AREAS ── */
.area-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(160px,1fr)); gap: 1px; background: var(--rule); border: 1px solid var(--rule); }
.area-cell { background: var(--white); padding: 1.25rem 1.25rem; transition: background 0.2s; }
.area-cell:hover { background: var(--gold-pale); }
.area-cell h4 { font-family: var(--font-serif); font-size: 1rem; color: var(--ink); margin-bottom: 0.2rem; }
.area-cell p  { font-size: 11.5px; color: var(--muted); margin: 0; }

/* ── TICKER ── */
.ticker { background: var(--ink); overflow: hidden; height: 40px; display: flex; align-items: center; border-top: 1px solid rgba(255,255,255,0.06); }
.ticker-track { display: flex; animation: ticker 35s linear infinite; white-space: nowrap; }
.ticker-track span { font-size: 10.5px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.5); padding: 0 2rem; }
.ticker-track .sep { color: var(--gold-mid); }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── FOOTER ── */
footer { background: #100E0B; color: rgba(255,255,255,0.4); border-top: 1px solid rgba(255,255,255,0.05); }
.footer-main { padding: 4rem var(--pad) 3rem; max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr; gap: 3rem; }
.footer-brand img { height: 52px; width: auto; margin-bottom: 1rem; filter: brightness(0) invert(1) opacity(0.7); }
.footer-brand p { font-size: 12.5px; line-height: 1.75; color: rgba(255,255,255,0.35); max-width: 260px; margin-bottom: 1rem; }
.footer-contact { font-size: 12px; color: rgba(255,255,255,0.35); line-height: 1.9; }
.footer-socials { display: flex; gap: 0.6rem; margin-top: 1rem; }
.footer-socials a { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,0.12); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.4); font-size: 12px; font-weight: 700; text-decoration: none; transition: border-color 0.2s, color 0.2s; font-family: var(--font-sans); }
.footer-socials a:hover { border-color: var(--gold-mid); color: var(--gold-light); }
.footer-col h5 { font-size: 9.5px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 1.1rem; font-family: var(--font-sans); font-weight: 700; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.45rem; }
.footer-col ul li a { font-size: 12.5px; color: rgba(255,255,255,0.35); text-decoration: none; transition: color 0.2s; font-family: var(--font-sans); }
.footer-col ul li a:hover { color: var(--gold-light); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding: 1.5rem var(--pad); max-width: var(--max); margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; font-size: 11px; color: rgba(255,255,255,0.25); font-family: var(--font-sans); }
.footer-bottom a { color: rgba(255,255,255,0.25); text-decoration: none; }
.footer-bottom a:hover { color: var(--gold-light); }
.footer-gold-line { height: 3px; background: linear-gradient(to right, var(--gold), var(--gold-mid), var(--gold)); }

/* ── WA FLOAT ── */
.wa-float { position: fixed; bottom: 1.75rem; right: 1.75rem; z-index: 999; display: flex; align-items: center; gap: 0.6rem; background: #1BA84B; color: var(--white); text-decoration: none; font-size: 12.5px; font-weight: 700; letter-spacing: 0.06em; padding: 12px 22px 12px 16px; box-shadow: 0 4px 20px rgba(27,168,75,0.35); transition: transform 0.2s, box-shadow 0.2s; font-family: var(--font-sans); }
.wa-float:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(27,168,75,0.45); color: var(--white); }
.wa-float svg { width: 20px; height: 20px; flex-shrink: 0; }

/* ── ANIMATIONS ── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ── BLOG ── */
.blog-card { text-decoration: none; color: inherit; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--rule); transition: box-shadow 0.2s, transform 0.2s; }
.blog-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.08); transform: translateY(-2px); }
.blog-card-img { overflow: hidden; aspect-ratio: 16/9; }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.blog-card:hover .blog-card-img img { transform: scale(1.04); }
.blog-card-body { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.blog-tag { font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.6rem; }
.blog-card-body h3 { font-family: var(--font-serif); font-size: 1.15rem; color: var(--ink); margin-bottom: 0.6rem; line-height: 1.35; flex: 1; }
.blog-meta { font-size: 11px; color: var(--muted); margin-top: 1rem; }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .home-hero { grid-template-columns: 1fr; min-height: auto; }
  .home-hero-right { height: 50vw; min-height: 280px; }
  .home-hero-right::before { background: linear-gradient(to bottom, var(--bg) 0%, transparent 20%); }
  .grid-2 { grid-template-columns: 1fr; gap: 2rem; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .fleet-row { grid-template-columns: repeat(3,1fr); }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
@media (max-width: 640px) {
  .desk-nav { display: none; }
  .hamburger { display: flex; }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .fleet-row { grid-template-columns: repeat(2,1fr); }
  .home-hero-trust { gap: 1.5rem; }
  .footer-main { grid-template-columns: 1fr; }
  .wa-float .wa-label { display: none; }
  .wa-float { padding: 14px; }
}
</style>
