/* ============================================================
   MARVEL CAR CLINIC — Design System
   Dark luxury automotive, inspired by Buffalo AutoSpa.
   ============================================================ */

:root {
  /* Color */
  --bg: #0e0e10;
  --bg-2: #161618;
  --surface: #1c1c1f;
  --surface-2: #232327;
  --border: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 255, 255, 0.18);
  --text: #ffffff;
  --text-muted: #b8b8bd;
  --text-dim: #7a7a82;
  --accent: #d4af37;
  --accent-2: #e8c66a;
  --accent-deep: #b8902a;
  --accent-glow: rgba(212, 175, 55, 0.35);

  /* Typography */
  --font-display: "Oswald", "Bebas Neue", "Impact", system-ui, sans-serif;
  --font-body: "Inter", "Helvetica Neue", system-ui, sans-serif;

  /* Type scale (fluid) */
  --fs-eyebrow: clamp(11px, 0.7vw + 0.4rem, 13px);
  --fs-body: clamp(15px, 0.4vw + 0.85rem, 17px);
  --fs-body-lg: clamp(17px, 0.5vw + 0.95rem, 19px);
  --fs-h4: clamp(18px, 0.5vw + 1rem, 22px);
  --fs-h3: clamp(22px, 1vw + 1rem, 30px);
  --fs-h2: clamp(28px, 2.5vw + 1rem, 48px);
  --fs-h1: clamp(36px, 4.5vw + 1rem, 72px);

  /* Spacing */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;
  --space-32: 128px;

  --radius-sm: 2px;
  --radius-md: 4px;
  --radius-lg: 8px;

  --container: 1280px;
  --container-wide: 1440px;

  --shadow-card: 0 6px 24px rgba(0, 0, 0, 0.4);
  --shadow-glow: 0 8px 28px rgba(241, 90, 41, 0.25);

  --header-h: 80px;

  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ============================================================
   Reset & base
   ============================================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: 1.6;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s var(--ease);
}
button {
  font-family: inherit;
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.1;
  margin: 0;
  text-transform: uppercase;
  background: linear-gradient(132deg, #f5f5f5 24%, #c2c2c2 46%, #ffffff 72%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
h1 {
  font-size: var(--fs-h1);
  line-height: 1.05;
}
h2 {
  font-size: var(--fs-h2);
  line-height: 1.1;
}
h3 {
  font-size: var(--fs-h3);
}
h4 {
  font-size: var(--fs-h4);
}
p {
  margin: 0 0 1rem 0;
  color: var(--text-muted);
}

/* ============================================================
   Layout primitives
   ============================================================ */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--space-6);
}
.container-wide {
  max-width: var(--container-wide);
}
.section {
  padding: clamp(64px, 8vw, 128px) 0;
  position: relative;
  isolation: isolate;
}
.section--tight {
  padding: clamp(48px, 6vw, 96px) 0;
}

/* ============================================================
   Harmonized section backgrounds
   Each variant uses a subtle gold-tinted gradient or radial bloom
   to add warmth and create rhythm between sections.
   ============================================================ */
.section--warm {
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(212, 175, 55, 0.08), transparent 70%),
    linear-gradient(180deg, #18181b 0%, #1c1c20 100%);
}
.section--warm::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.35), transparent);
  z-index: 1;
}
.section--deep {
  background:
    radial-gradient(ellipse 70% 50% at 20% 50%, rgba(212, 175, 55, 0.05), transparent 60%),
    radial-gradient(ellipse 60% 50% at 85% 50%, rgba(212, 175, 55, 0.04), transparent 60%),
    linear-gradient(180deg, #131316 0%, #17171a 100%);
}
.section--mid {
  background:
    radial-gradient(ellipse 100% 80% at 50% 100%, rgba(212, 175, 55, 0.06), transparent 70%),
    linear-gradient(180deg, #15151a 0%, #1a1a1e 100%);
}
.section--mid::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.3), transparent);
  z-index: 1;
}
.section--charcoal {
  background:
    radial-gradient(ellipse 90% 70% at 50% 50%, rgba(212, 175, 55, 0.045), transparent 70%),
    linear-gradient(180deg, #1a1a1e 0%, #1e1e22 50%, #1a1a1e 100%);
  border-top: 1px solid rgba(212, 175, 55, 0.12);
  border-bottom: 1px solid rgba(212, 175, 55, 0.12);
}
.section--gallery {
  background:
    radial-gradient(ellipse 60% 80% at 0% 50%, rgba(212, 175, 55, 0.06), transparent 60%),
    radial-gradient(ellipse 60% 80% at 100% 50%, rgba(212, 175, 55, 0.05), transparent 60%),
    #16161a;
}
.section--visit {
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(212, 175, 55, 0.07), transparent 65%),
    linear-gradient(180deg, #18181c 0%, #14141a 100%);
}
.section--visit::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.4), transparent);
  z-index: 1;
}
.eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: var(--fs-eyebrow);
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: var(--space-4);
}
.eyebrow::before {
  content: "\2022  "; /* bullet • */
}
.section-head {
  max-width: 880px;
  margin: 0 auto var(--space-12);
  text-align: center;
}
.section-head p {
  margin-top: var(--space-4);
  font-size: var(--fs-body-lg);
}

/* ============================================================
   Buttons
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 200px;
  padding: 16px 28px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #0e0e10;
  border-radius: var(--radius-sm);
  transition: all 0.25s var(--ease);
  white-space: nowrap;
}
.btn:hover {
  background: transparent;
  color: var(--accent);
  box-shadow: var(--shadow-glow);
}
.btn--ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
}
.btn--ghost:hover {
  background: #fff;
  color: var(--bg);
  box-shadow: none;
}
.btn--block {
  width: 100%;
}
.btn--sm {
  min-width: auto;
  padding: 10px 18px;
  font-size: 13px;
}

/* ============================================================
   Header / Navigation
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header-h);
  background: rgba(14, 14, 16, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  transition: background 0.3s var(--ease);
}
.site-header.is-scrolled {
  background: rgba(14, 14, 16, 0.95);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: var(--container-wide);
  margin: 0 auto;
  padding: 0 var(--space-6);
  gap: var(--space-8);
}
.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
}
.logo img {
  display: block;
  height: 56px;
  width: auto;
  max-width: 100%;
}
.logo--footer img {
  height: 80px;
  margin-bottom: var(--space-4);
}
@media (max-width: 720px) {
  .logo--header img { height: 48px; }
}
@media (max-width: 420px) {
  .logo--header img { height: 44px; }
}
.nav-links {
  display: flex;
  align-items: center;
  gap: var(--space-8);
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--text-muted);
  padding: 8px 0;
  position: relative;
}
.nav-links a:hover,
.nav-links a.active {
  color: #fff;
}
.nav-links a.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--accent);
}
.nav-cta {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}
.nav-cta .phone-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: var(--accent);
  color: #0e0e10;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-radius: var(--radius-sm);
  transition: all 0.2s var(--ease);
}
.nav-cta .phone-pill:hover {
  background: transparent;
  color: var(--accent);
  border: 1px solid var(--accent);
  padding: 9px 15px;
}
.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--border-strong);
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  align-items: center;
  justify-content: center;
}
.nav-toggle svg {
  width: 22px;
  height: 22px;
}

@media (max-width: 1024px) {
  .nav-links,
  .nav-cta {
    display: none;
  }
  .nav-toggle {
    display: inline-flex;
    position: relative;
    z-index: 1002;
  }
}

/* ============================================================
   Mobile drawer (replaces old slide-down menu)
   ============================================================ */
.mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 1000;
  visibility: hidden;
  pointer-events: none;
}
.mobile-drawer__scrim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.mobile-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(360px, 86vw);
  background: #0e0e10;
  border-left: 1px solid rgba(212, 175, 55, 0.25);
  box-shadow: -20px 0 60px rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: env(safe-area-inset-bottom);
}
.mobile-drawer.is-open {
  visibility: visible;
  pointer-events: auto;
}
.mobile-drawer.is-open .mobile-drawer__scrim {
  opacity: 1;
}
.mobile-drawer.is-open .mobile-drawer__panel {
  transform: translateX(0);
}
.mobile-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.mobile-drawer__logo img {
  height: 44px;
  width: auto;
  display: block;
}
.mobile-drawer__close {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.mobile-drawer__close:hover {
  background: rgba(212, 175, 55, 0.12);
  border-color: var(--accent);
  color: var(--accent);
}
.mobile-drawer__close svg {
  width: 22px;
  height: 22px;
}
.mobile-drawer__nav {
  list-style: none;
  margin: 0;
  padding: 8px 0;
  display: flex;
  flex-direction: column;
}
.mobile-drawer__nav li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.mobile-drawer__nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.mobile-drawer__nav a:hover,
.mobile-drawer__nav a.active {
  background: rgba(212, 175, 55, 0.08);
  color: var(--accent);
}
.mobile-drawer__nav a::after {
  content: "\203A";
  font-size: 22px;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 300;
}
.mobile-drawer__cta {
  margin-top: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, transparent, rgba(212, 175, 55, 0.04));
}
.mobile-drawer__cta .btn {
  width: 100%;
  justify-content: center;
  padding: 16px;
  font-size: 15px;
}
.mobile-drawer__meta {
  padding: 0 24px 20px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.6;
}
.mobile-drawer__meta strong {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
body.no-scroll {
  overflow: hidden;
}
@media (min-width: 1025px) {
  .mobile-drawer {
    display: none;
  }
}

/* ============================================================
   Promo bar (top)
   ============================================================ */
.promo-bar {
  background: var(--accent);
  color: #0e0e10;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 10px var(--space-4);
  text-align: center;
  position: relative;
  z-index: 99;
}
.promo-bar a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-left: 6px;
}
.promo-bar a:hover {
  border-bottom-color: #fff;
}

/* ============================================================
   Hero
   ============================================================ */
.hero {
  position: relative;
  min-height: clamp(620px, 92vh, 920px);
  padding: var(--space-16) 0;
  overflow: hidden;
  isolation: isolate;
}
.hero__media {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(14, 14, 16, 0.5) 0%, rgba(14, 14, 16, 0.4) 40%, rgba(14, 14, 16, 0.95) 100%),
    radial-gradient(ellipse at right center, rgba(241, 90, 41, 0.18), transparent 60%);
}
.hero__inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: var(--space-12);
  align-items: end;
  min-height: 56vh;
}
.hero__copy h1 {
  margin-bottom: var(--space-5);
}
.hero__copy p {
  font-size: var(--fs-body-lg);
  max-width: 56ch;
  color: var(--text-muted);
}
.hero__form-wrap {
  background: rgba(28, 28, 31, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-md);
  padding: var(--space-8);
}
.hero__form-wrap h3 {
  font-size: var(--fs-h4);
  margin-bottom: var(--space-2);
}
.hero__form-wrap > p {
  font-size: 14px;
  margin-bottom: var(--space-6);
}
.hero__cta {
  display: flex;
  gap: var(--space-3);
  flex-wrap: wrap;
  margin-top: var(--space-8);
}
.hero__stats {
  display: flex;
  gap: var(--space-10);
  flex-wrap: wrap;
  margin-top: var(--space-12);
  padding-top: var(--space-8);
  border-top: 1px solid var(--border);
}
.hero__stat-num {
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
}
.hero__stat-label {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-top: 6px;
}

@media (max-width: 960px) {
  .hero__inner {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
}

/* ============================================================
   Quote form
   ============================================================ */
.form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: var(--space-4);
}
.form-row label {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-dim);
}
.form-row input,
.form-row select,
.form-row textarea {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-sm);
  color: #fff;
  padding: 12px 14px;
  font-family: inherit;
  font-size: 15px;
  width: 100%;
  transition: border-color 0.2s var(--ease);
}
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: none;
  border-color: var(--accent);
}
.form-row input::placeholder,
.form-row textarea::placeholder {
  color: var(--text-dim);
}
.form-success {
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid var(--accent);
  padding: var(--space-4);
  border-radius: var(--radius-sm);
  margin-top: var(--space-4);
  font-size: 14px;
}
.form-success.is-hidden {
  display: none;
}

/* ============================================================
   Offers strip
   ============================================================ */
.offers {
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.offers__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-6);
}
.offer-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-top: 2px solid var(--accent);
  padding: var(--space-8);
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  transition: transform 0.35s var(--ease), border-color 0.35s var(--ease);
}
.offer-card:hover {
  transform: translateY(-4px);
  border-color: var(--accent);
}
.offer-card__tag {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
}
.offer-card h3 {
  font-size: clamp(20px, 1.4vw + 0.8rem, 26px);
  text-transform: uppercase;
}
.offer-card p {
  font-size: 15px;
  margin: 0;
}
.offer-card__cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
}
.offer-card__cta::after {
  content: "→";
  transition: transform 0.25s var(--ease);
}
.offer-card:hover .offer-card__cta::after {
  transform: translateX(4px);
}

/* ============================================================
   Services grid (home)
   ============================================================ */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-6);
}
.svc-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  aspect-ratio: 4 / 5;
  background: var(--surface);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.svc-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: transform 0.6s var(--ease);
}
.svc-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 14, 16, 0) 30%, rgba(14, 14, 16, 0.95) 100%);
  z-index: 1;
}
.svc-card:hover img {
  transform: scale(1.06);
}
.svc-card__body {
  position: relative;
  z-index: 2;
  padding: var(--space-8);
}
.svc-card__body h3 {
  font-size: clamp(22px, 1.4vw + 1rem, 30px);
  margin-bottom: 8px;
}
.svc-card__body p {
  font-size: 14px;
  margin-bottom: var(--space-4);
}
.svc-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
}
.svc-card__link::after {
  content: "→";
  transition: transform 0.25s var(--ease);
}
.svc-card:hover .svc-card__link::after {
  transform: translateX(4px);
}

/* ============================================================
   Benefits grid
   ============================================================ */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-6);
}
.benefit {
  background: var(--surface);
  border: 1px solid var(--border);
  border-top: 2px solid var(--accent);
  padding: var(--space-8);
}
.benefit__num {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--accent);
  margin-bottom: var(--space-4);
}
.benefit h4 {
  font-size: var(--fs-h4);
  margin-bottom: var(--space-3);
  text-transform: uppercase;
}
.benefit p {
  font-size: 15px;
  margin: 0;
}

/* ============================================================
   Process steps
   ============================================================ */
.process {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 0;
  border: 1px solid var(--border);
}
.step {
  padding: var(--space-8);
  border-right: 1px solid var(--border);
  position: relative;
}
.step:last-child {
  border-right: none;
}
.step__num {
  font-family: var(--font-display);
  font-size: clamp(40px, 4vw, 64px);
  font-weight: 700;
  color: rgba(241, 90, 41, 0.25);
  line-height: 1;
  margin-bottom: var(--space-3);
}
.step h4 {
  font-size: var(--fs-h4);
  margin-bottom: var(--space-3);
  text-transform: uppercase;
}
.step p {
  font-size: 14px;
  margin: 0;
}
@media (max-width: 720px) {
  .step {
    border-right: none;
    border-bottom: 1px solid var(--border);
  }
  .step:last-child {
    border-bottom: none;
  }
}

/* ============================================================
   Packages
   ============================================================ */
.packages {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-6);
}
.pkg {
  background: var(--surface-2);
  border: 1px solid var(--border);
  padding: var(--space-8);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.3s var(--ease), border-color 0.3s var(--ease);
}
.pkg:hover {
  transform: translateY(-4px);
  border-color: var(--accent);
}
.pkg__num {
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: 0.16em;
  color: var(--text-dim);
  margin-bottom: var(--space-3);
}
.pkg__name {
  font-family: var(--font-display);
  font-size: clamp(22px, 1.5vw + 1rem, 30px);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: var(--space-3);
  background: linear-gradient(132deg, #f5f5f5, #c2c2c2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pkg__price {
  font-family: var(--font-display);
  font-size: clamp(28px, 2vw + 1rem, 40px);
  font-weight: 700;
  color: var(--accent);
  margin-bottom: var(--space-2);
  line-height: 1;
}
.pkg__price small {
  font-size: 14px;
  color: var(--text-dim);
  font-weight: 400;
  letter-spacing: 0.06em;
}
.pkg__meta {
  display: flex;
  gap: var(--space-4);
  flex-wrap: wrap;
  margin-bottom: var(--space-6);
  padding-bottom: var(--space-6);
  border-bottom: 1px solid var(--border);
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--text-dim);
}
.pkg__meta span strong {
  color: #fff;
  font-weight: 500;
}
.pkg__list {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--space-8);
  flex: 1;
}
.pkg__list li {
  padding: 8px 0 8px 24px;
  position: relative;
  font-size: 15px;
  color: var(--text-muted);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.06);
}
.pkg__list li:last-child {
  border-bottom: none;
}
.pkg__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 12px;
  height: 2px;
  background: var(--accent);
}
.pkg--featured {
  border-color: var(--accent);
  background: linear-gradient(180deg, var(--surface-2) 0%, rgba(212, 175, 55, 0.06) 100%);
}
.pkg__badge {
  position: absolute;
  top: -1px;
  right: var(--space-6);
  background: var(--accent);
  color: #0e0e10;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 6px 12px;
  font-weight: 500;
}

/* ============================================================
   FAQ
   ============================================================ */
.faq-list {
  border-top: 1px solid var(--border);
}
.faq-item {
  border-bottom: 1px solid var(--border);
}
.faq-item summary {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  padding: var(--space-6) 0;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-display);
  font-size: var(--fs-h4);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item__num {
  color: var(--accent);
  font-size: 14px;
  letter-spacing: 0.14em;
  min-width: 32px;
}
.faq-item__q {
  flex: 1;
}
.faq-item__toggle {
  width: 36px;
  height: 36px;
  border: 1px solid var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.25s var(--ease);
  color: var(--accent);
  font-size: 20px;
  line-height: 1;
}
.faq-item[open] .faq-item__toggle {
  background: var(--accent);
  color: #0e0e10;
  transform: rotate(45deg);
}
.faq-item__a {
  padding: 0 0 var(--space-6) 48px;
  color: var(--text-muted);
  max-width: 70ch;
  font-size: 15px;
}

/* ============================================================
   Gallery
   ============================================================ */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-4);
}
.gallery-item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-sm);
  background: var(--surface);
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.gallery-item:hover img {
  transform: scale(1.06);
}
.gallery-item__tag {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: var(--space-4);
  background: linear-gradient(0deg, rgba(14, 14, 16, 0.95), transparent);
  z-index: 2;
  font-family: var(--font-display);
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}
.gallery-item__tag small {
  display: block;
  color: var(--accent);
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.18em;
  margin-bottom: 4px;
}

/* ============================================================
   Reviews
   ============================================================ */
.reviews-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-6);
  margin-bottom: var(--space-12);
  flex-wrap: wrap;
}
.reviews-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.reviews-rating__score {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
}
.reviews-rating__stars {
  color: #f5b400;
  letter-spacing: 2px;
  font-size: 18px;
}
.reviews-rating__count {
  font-size: 12px;
  color: var(--text-dim);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-5);
}
.review {
  background: var(--surface);
  border: 1px solid var(--border);
  padding: var(--space-6);
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}
.review__head {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}
.review__avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16px;
}
.review__name {
  font-weight: 500;
  color: #fff;
  font-size: 14px;
}
.review__meta {
  font-size: 12px;
  color: var(--text-dim);
}
.review__stars {
  color: #f5b400;
  letter-spacing: 2px;
  font-size: 14px;
}
.review__text {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0;
}
.review__gicon {
  margin-left: auto;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

/* ============================================================
   Why-us / split section
   ============================================================ */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-12);
  align-items: center;
}
.split__img {
  border-radius: var(--radius-md);
  overflow: hidden;
}
.split__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 5 / 4;
}
@media (max-width: 820px) {
  .split {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   CTA banner
   ============================================================ */
.cta-banner {
  background: linear-gradient(135deg, #e8c66a 0%, #d4af37 45%, #b8902a 100%);
  text-align: center;
  padding: var(--space-16) var(--space-6);
}
.cta-banner h2 {
  color: #0e0e10;
  -webkit-text-fill-color: #0e0e10;
  background: none;
  margin-bottom: var(--space-4);
}
.cta-banner p {
  color: rgba(14, 14, 16, 0.85);
  max-width: 60ch;
  margin: 0 auto var(--space-6);
}
.cta-banner .btn {
  background: #0e0e10;
  color: var(--accent);
  border-color: #0e0e10;
}
.cta-banner .btn:hover {
  background: transparent;
  color: #0e0e10;
  border-color: #0e0e10;
  box-shadow: none;
}
.cta-banner .btn--ghost {
  background: transparent;
  color: #0e0e10;
  border-color: #0e0e10;
}
.cta-banner .btn--ghost:hover {
  background: #0e0e10;
  color: var(--accent);
}
.cta-banner__btns {
  display: flex;
  gap: var(--space-3);
  justify-content: center;
  flex-wrap: wrap;
}

/* ============================================================
   Contact / Map
   ============================================================ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: var(--space-8);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.contact-info {
  padding: var(--space-12);
}
.contact-info h3 {
  font-size: var(--fs-h3);
  margin-bottom: var(--space-4);
}
.contact-info ul {
  list-style: none;
  padding: 0;
  margin: var(--space-6) 0 0;
}
.contact-info li {
  display: flex;
  gap: var(--space-4);
  padding: var(--space-3) 0;
  border-bottom: 1px solid var(--border);
  font-size: 15px;
}
.contact-info li:last-child {
  border-bottom: none;
}
.contact-info li strong {
  color: var(--accent);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-family: var(--font-display);
  font-weight: 500;
  min-width: 90px;
  padding-top: 2px;
}
.contact-info li span {
  color: var(--text-muted);
  flex: 1;
}
.contact-map {
  position: relative;
  min-height: 480px;
}
.contact-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: invert(0.9) hue-rotate(180deg) saturate(0.6) brightness(0.95);
}
@media (max-width: 860px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .contact-info {
    padding: var(--space-6);
  }
  .contact-map {
    min-height: 360px;
  }
}
@media (max-width: 520px) {
  .contact-info {
    padding: var(--space-5) var(--space-4);
  }
  .contact-card {
    padding: var(--space-5) var(--space-4);
  }
  .contact-card__row {
    flex-direction: column;
  }
  .contact-card__row .btn {
    width: 100%;
  }
}

/* ============================================================
   Service areas chip list
   ============================================================ */
.areas-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: var(--space-3);
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 880px;
  margin: 0 auto;
}
.areas-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: var(--space-4) var(--space-4);
  background: var(--surface);
  border: 1px solid var(--border);
  font-size: 14px;
  letter-spacing: 0.04em;
  color: var(--text-muted);
}
.areas-list li::before {
  content: "📍";
  font-size: 14px;
}

/* ============================================================
   Footer
   ============================================================ */
.site-footer {
  background: linear-gradient(180deg, #1a1a1d 0%, #232327 100%);
  border-top: 2px solid var(--accent);
  padding: var(--space-16) 0 var(--space-6);
  position: relative;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212,175,55,0.6), transparent);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: var(--space-8);
  margin-bottom: var(--space-12);
}
.footer-col h5 {
  font-size: 13px;
  letter-spacing: 0.18em;
  margin-bottom: var(--space-5);
  color: var(--accent);
  -webkit-text-fill-color: var(--accent);
  background: none;
  text-transform: uppercase;
  font-weight: 600;
}
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-col a {
  font-size: 14px;
  color: #e2e2e6;
  transition: color 0.18s var(--ease);
}
.footer-col a:hover {
  color: var(--accent);
}
.footer-col p {
  font-size: 14px;
  color: #d4d4d8;
  line-height: 1.65;
}
.footer-accent {
  color: var(--accent) !important;
  font-weight: 600;
}
.footer-col--brand p {
  max-width: 36ch;
}
.footer-social {
  display: flex;
  gap: var(--space-3);
  margin-top: var(--space-4);
}
.footer-social a {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(212,175,55,0.35);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s var(--ease);
}
.footer-social a:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #0e0e10;
}
.footer-social svg {
  width: 16px;
  height: 16px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--space-3);
  padding-top: var(--space-6);
  border-top: 1px solid rgba(212,175,55,0.2);
  font-size: 12px;
  color: #a5a5ad;
}
.footer-bottom a {
  color: #a5a5ad;
}
.footer-bottom a:hover {
  color: var(--accent);
}
.footer-credit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #d4d4d8;
  text-align: center;
}
.footer-credit__flag {
  width: 24px;
  height: 12px;
  flex-shrink: 0;
  display: block;
  border-radius: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.footer-credit a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(212, 175, 55, 0.4);
  transition: color 0.2s var(--ease), border-color 0.2s var(--ease);
}
.footer-credit a:hover {
  color: var(--accent);
  border-bottom-color: var(--accent);
}
@media (max-width: 860px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 520px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   Blog
   ============================================================ */
.blog-hero {
  padding: var(--space-16) 0 var(--space-12);
  text-align: center;
  background: linear-gradient(180deg, var(--bg-2), var(--bg));
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-6);
}
.blog-card {
  background: var(--surface);
  border: 1px solid var(--border);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s var(--ease), border-color 0.3s var(--ease);
}
.blog-card:hover {
  transform: translateY(-4px);
  border-color: var(--accent);
}
.blog-card__img {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.blog-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.blog-card:hover .blog-card__img img {
  transform: scale(1.05);
}
.blog-card__body {
  padding: var(--space-6);
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  flex: 1;
}
.blog-card__meta {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}
.blog-card h3 {
  font-size: var(--fs-h4);
  text-transform: none;
  letter-spacing: 0;
  font-family: var(--font-body);
  font-weight: 600;
  background: none;
  -webkit-text-fill-color: #fff;
  color: #fff;
  line-height: 1.3;
}
.blog-card p {
  font-size: 14px;
  margin: 0;
  flex: 1;
}
.blog-card__link {
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-top: var(--space-3);
}

.article {
  padding: var(--space-12) 0 var(--space-16);
}
.article__head {
  max-width: 760px;
  margin: 0 auto var(--space-10);
  text-align: center;
}
.article__head h1 {
  text-transform: none;
  letter-spacing: -0.01em;
}
.article__meta {
  font-size: 13px;
  color: var(--text-dim);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: var(--space-4);
}
.article__hero-img {
  max-width: 1100px;
  margin: 0 auto var(--space-12);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.article__body {
  max-width: 720px;
  margin: 0 auto;
  font-size: var(--fs-body-lg);
  line-height: 1.75;
  color: var(--text-muted);
}
.article__body h2 {
  font-size: clamp(24px, 2vw + 1rem, 36px);
  margin: var(--space-12) 0 var(--space-4);
  background: none;
  -webkit-text-fill-color: #fff;
  color: #fff;
  text-transform: none;
  letter-spacing: -0.01em;
}
.article__body h3 {
  font-size: var(--fs-h4);
  margin: var(--space-8) 0 var(--space-3);
  background: none;
  -webkit-text-fill-color: #fff;
  color: #fff;
  text-transform: none;
}
.article__body p {
  margin: 0 0 var(--space-5);
}
.article__body ul {
  padding-left: 0;
  list-style: none;
  margin: 0 0 var(--space-6);
}
.article__body ul li {
  position: relative;
  padding-left: var(--space-6);
  margin-bottom: var(--space-3);
}
.article__body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 14px;
  height: 2px;
  background: var(--accent);
}

/* ============================================================
   Contact card (replaces hero quote form)
   ============================================================ */
.contact-card {
  background: linear-gradient(180deg, rgba(28, 28, 31, 0.92), rgba(20, 20, 22, 0.92));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: var(--radius-md);
  padding: var(--space-8);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(212, 175, 55, 0.12);
}
.contact-card__eyebrow {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: var(--space-3);
}
.contact-card h3 {
  font-size: var(--fs-h4);
  margin-bottom: var(--space-2);
  color: #fff;
}
.contact-card > p {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: var(--space-6);
}
.contact-card__phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(26px, 3.4vw, 34px);
  letter-spacing: 0.02em;
  color: var(--accent);
  text-decoration: none;
  padding: 18px 12px;
  border: 1px solid rgba(212, 175, 55, 0.45);
  border-radius: var(--radius-sm);
  background: rgba(212, 175, 55, 0.06);
  transition: all 0.25s var(--ease);
  margin-bottom: var(--space-4);
}
.contact-card__phone:hover,
.contact-card__phone:focus-visible {
  background: var(--accent);
  color: #0e0e10;
  border-color: var(--accent);
  box-shadow: 0 0 0 6px rgba(212, 175, 55, 0.18), var(--shadow-glow);
  transform: translateY(-1px);
}
.contact-card__phone .ph-icon {
  width: 28px;
  height: 28px;
}
.contact-card__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: var(--space-4);
}
.contact-card .btn {
  min-width: 0;
  width: 100%;
  padding: 14px 16px;
  font-size: 13px;
}
.contact-card__meta {
  display: grid;
  gap: 10px;
  padding-top: var(--space-4);
  margin-top: var(--space-2);
  border-top: 1px solid var(--border);
  font-size: 13px;
  color: var(--text-muted);
}
.contact-card__meta strong {
  color: #fff;
  display: block;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 2px;
}
.contact-card__meta a {
  color: var(--accent);
}

/* WhatsApp button variant */
.btn--whatsapp {
  background: #25D366;
  border-color: #25D366;
  color: #0a2e16;
}
.btn--whatsapp:hover,
.btn--whatsapp:focus-visible {
  background: transparent;
  color: #25D366;
  border-color: #25D366;
  box-shadow: 0 0 0 6px rgba(37, 211, 102, 0.18), 0 0 24px rgba(37, 211, 102, 0.35);
}

/* Floating WhatsApp + Call FABs */
.fab-stack {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 96;
  display: flex;
  flex-direction: column;
  gap: 12px;
  pointer-events: none;
}
.fab-stack > a {
  pointer-events: auto;
}
.fab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.25s var(--ease);
  position: relative;
}
.fab svg {
  width: 30px;
  height: 30px;
}
.fab--whatsapp {
  background: #25D366;
  color: #fff;
}
.fab--whatsapp:hover,
.fab--whatsapp:focus-visible {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 14px 36px rgba(37, 211, 102, 0.5), 0 0 0 8px rgba(37, 211, 102, 0.18);
  background: #1ebe5b;
}
.fab--call {
  background: var(--accent);
  color: #0e0e10;
}
.fab--call:hover,
.fab--call:focus-visible {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 14px 36px rgba(212, 175, 55, 0.5), 0 0 0 8px rgba(212, 175, 55, 0.18);
  background: var(--accent-2, #e8c66a);
}
.fab__label {
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%) translateX(6px);
  background: rgba(14, 14, 16, 0.92);
  border: 1px solid var(--border-strong);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s var(--ease), transform 0.25s var(--ease);
}
.fab:hover .fab__label,
.fab:focus-visible .fab__label {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
.fab--whatsapp::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.35);
  z-index: -1;
  animation: fabPulse 2.4s ease-out infinite;
}
@keyframes fabPulse {
  0% { transform: scale(0.85); opacity: 0.6; }
  70% { transform: scale(1.4); opacity: 0; }
  100% { transform: scale(1.4); opacity: 0; }
}
@media (max-width: 720px) {
  .fab-stack {
    right: 14px;
    bottom: 96px; /* sit above mobile-cta bar */
  }
  .fab {
    width: 54px;
    height: 54px;
  }
  .fab svg { width: 26px; height: 26px; }
  .fab__label { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .fab--whatsapp::before { animation: none; }
}

/* ============================================================
   Mobile sticky call bar
   ============================================================ */
.mobile-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 95;
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  padding: 10px;
  gap: 10px;
  padding-bottom: calc(10px + env(safe-area-inset-bottom));
}
.mobile-cta .btn {
  flex: 1;
  min-width: 0;
  padding: 14px 16px;
  font-size: 13px;
}
@media (max-width: 720px) {
  .mobile-cta {
    display: flex;
  }
  body {
    padding-bottom: 80px;
  }
}

/* ============================================================
   Reveal animation
   ============================================================ */
.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}
.js-ready .reveal {
  opacity: 0;
  transform: translateY(20px);
}
.js-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  html {
    scroll-behavior: auto;
  }
}
