@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700&family=Barlow+Condensed:wght@600;700&display=swap");

:root {
  --bg: #060708;
  --surface: rgba(13, 19, 22, 0.86);
  --surface-soft: rgba(8, 12, 14, 0.68);
  --surface-strong: #fdfbf1;
  --text: #fefcf2;
  --muted: rgba(248, 246, 239, 0.96);
  --ink-dark: #333a33;
  --ink-soft: #d4cab8;
  --brand: #f0d927;
  --brand-deep: #d8b518;
  --brand-soft: rgba(240, 217, 39, 0.16);
  --accent: #79aa41;
  --accent-soft: rgba(121, 170, 65, 0.22);
  --border: rgba(248, 246, 239, 0.12);
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --content: 1180px;
  --font-display: "Barlow Condensed", "Segoe UI", sans-serif;
  --font-body: "Barlow", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background-color: var(--bg);
  background-image:
    radial-gradient(circle at 18% 10%, rgba(121, 170, 65, 0.18), transparent 18%),
    radial-gradient(circle at 86% 0%, rgba(239, 221, 18, 0.12), transparent 14%),
    linear-gradient(180deg, #070a0b 0%, #060708 45%, #080b0c 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color-scheme: dark;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

.site-shell {
  min-height: 100vh;
}

.container {
  width: min(calc(100% - 2rem), var(--content));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
  background: rgba(6, 8, 9, 0.8);
  border-bottom: 1px solid rgba(248, 246, 239, 0.08);
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.brand-mark {
  width: auto;
  height: 46px;
}

.brand-copy strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.brand-copy span {
  color: var(--muted);
  font-size: 0.92rem;
}

.nav-toggle {
  display: none;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.site-nav a {
  color: var(--text);
  font-weight: 600;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(248, 246, 239, 0.16);
  background: rgba(8, 11, 12, 0.38);
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--brand);
  border-color: rgba(239, 221, 18, 0.45);
  background: rgba(239, 221, 18, 0.08);
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.lang-switch {
  display: inline-flex;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid rgba(248, 246, 239, 0.22);
}

.lang-switch a {
  padding: 0.45rem 0.8rem;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  color: var(--text);
  background: transparent;
}

.lang-switch a[aria-current="page"] {
  background: var(--brand);
  color: #050708;
}

.phone-pill,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 999px;
  padding: 0.9rem 1.3rem;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.phone-pill {
  background: rgba(8, 11, 12, 0.6);
  border: 1px solid rgba(248, 246, 239, 0.2);
  box-shadow: var(--shadow);
}

.phone-pill::before {
  content: "";
  width: 0.95rem;
  height: 0.95rem;
  display: inline-block;
  flex: 0 0 0.95rem;
  background-color: currentColor;
  opacity: 0.95;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M6.62 10.79a15.053 15.053 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.02-.24 11.36 11.36 0 0 0 3.57.57 1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.85 21 3 13.15 3 4a1 1 0 0 1 1-1h3.49a1 1 0 0 1 1 1 11.36 11.36 0 0 0 .57 3.57 1 1 0 0 1-.24 1.02l-2.2 2.2Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M6.62 10.79a15.053 15.053 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.02-.24 11.36 11.36 0 0 0 3.57.57 1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.85 21 3 13.15 3 4a1 1 0 0 1 1-1h3.49a1 1 0 0 1 1 1 11.36 11.36 0 0 0 .57 3.57 1 1 0 0 1-.24 1.02l-2.2 2.2Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.btn {
  border: 0;
  cursor: pointer;
}

.btn-primary {
  background: var(--brand);
  color: #050708;
  box-shadow: 0 12px 24px rgba(239, 221, 18, 0.3);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.18);
  color: #f7f5f0;
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.16);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}

.card .btn-secondary,
.faq-card .btn-secondary,
.contact-card .btn-secondary,
.split-panel .btn-secondary,
.form-panel .btn-secondary,
.service-card .btn-secondary,
.article-card .btn-secondary,
.cta-card .btn-secondary,
.proof-review-card .btn-secondary,
.proof-mini-card .btn-secondary {
  background: rgba(248, 246, 239, 0.9);
  color: var(--ink-dark);
  border: 1px solid rgba(22, 29, 21, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.card .btn-secondary:hover,
.faq-card .btn-secondary:hover,
.contact-card .btn-secondary:hover,
.split-panel .btn-secondary:hover,
.form-panel .btn-secondary:hover,
.service-card .btn-secondary:hover,
.article-card .btn-secondary:hover,
.cta-card .btn-secondary:hover,
.proof-review-card .btn-secondary:hover,
.proof-mini-card .btn-secondary:hover,
.card .btn-secondary:focus-visible,
.faq-card .btn-secondary:focus-visible,
.contact-card .btn-secondary:focus-visible,
.split-panel .btn-secondary:focus-visible,
.form-panel .btn-secondary:focus-visible,
.service-card .btn-secondary:focus-visible,
.article-card .btn-secondary:focus-visible,
.cta-card .btn-secondary:focus-visible,
.proof-review-card .btn-secondary:focus-visible,
.proof-mini-card .btn-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.95);
  color: var(--ink-dark);
  border-color: rgba(22, 29, 21, 0.18);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.2),
    0 12px 28px rgba(0, 0, 0, 0.14);
}

.phone-pill:hover,
.btn:hover {
  transform: translateY(-2px);
}

.header-cta .phone-pill:hover,
.header-cta .phone-pill:focus-visible,
.header-cta .btn-secondary:hover,
.header-cta .btn-secondary:focus-visible {
  background: var(--brand);
  color: #050708;
  border-color: var(--brand-deep);
  box-shadow: 0 12px 24px rgba(239, 221, 18, 0.3);
}

.hero {
  padding: 4.8rem 0 4rem;
  position: relative;
  overflow: hidden;
  background: rgba(6, 10, 12, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(650px 260px at 15% 18%, rgba(121, 170, 65, 0.28), transparent 58%),
              radial-gradient(650px 240px at 85% 8%, rgba(239, 221, 18, 0.18), transparent 52%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.eyebrow {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(121, 170, 65, 0.22);
  border: 1px solid rgba(121, 170, 65, 0.28);
  color: #456b1f;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.hero h1,
.page-hero h1 {
  margin: 1rem 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 7vw, 5rem);
  line-height: 0.98;
}

.lead {
  font-size: 1.08rem;
  line-height: 1.7;
  color: var(--muted);
  max-width: 44rem;
}

.hero-actions,
.split-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.8rem;
}

.hero-action-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 1.8rem;
}

.hero-action-row .hero-actions {
  margin-top: 0;
}

.hero-proof-bar {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.85rem;
  margin-top: 1.2rem;
}

.proof-chip {
  display: grid;
  gap: 0.25rem;
  padding: 0.95rem 1rem;
  border-radius: 20px;
  background: rgba(253, 251, 241, 0.08);
  border: 1px solid rgba(248, 246, 239, 0.12);
  color: rgba(248, 246, 239, 0.94);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.proof-chip strong {
  font-size: 0.98rem;
  color: var(--paper);
}

.proof-chip span {
  color: rgba(248, 246, 239, 0.68);
  line-height: 1.4;
  font-size: 0.92rem;
}

.proof-chip:hover,
.proof-chip:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(239, 221, 18, 0.42);
  background: rgba(253, 251, 241, 0.12);
}

.hero-urgency {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
  align-items: stretch;
}

.hero-urgency--compact {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  align-items: stretch;
}

.hero-urgency--inline {
  display: flex;
  grid-template-columns: none;
  gap: 0;
  margin-top: 0;
}

.hero-urgency--inline .status-pill {
  grid-column: auto;
  justify-self: auto;
}

.hero-urgency--support {
  margin-top: 1rem;
}

.hero-urgency span {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 100%;
  padding: 0.8rem 1rem;
  border-radius: 18px;
  background: rgba(253, 251, 241, 0.07);
  border: 1px solid rgba(248, 246, 239, 0.1);
  color: rgba(248, 246, 239, 0.9);
  font-weight: 700;
  line-height: 1.45;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.status-pill {
  grid-column: 1 / -1;
  justify-self: start;
  min-height: auto !important;
  padding: 0.65rem 1.05rem !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, rgba(121, 170, 65, 0.34), rgba(121, 170, 65, 0.22)) !important;
  border-color: rgba(180, 220, 124, 0.42) !important;
  color: #eefadf;
  box-shadow: 0 12px 26px rgba(121, 170, 65, 0.18);
}

.hero-urgency--compact .status-pill {
  grid-column: auto;
  justify-self: stretch;
  min-height: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.8rem 1rem !important;
  border-radius: 18px !important;
}

.hero-points,
.hero-highlights,
.mini-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.85rem;
  margin-top: 1.8rem;
}

.hero-points div,
.hero-highlights div,
.mini-list div {
  padding: 1rem;
  background: rgba(253, 251, 241, 0.08);
  border: 1px solid rgba(248, 246, 239, 0.14);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow);
}

.hero-points strong,
.hero-highlights strong,
.mini-list strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.3rem;
}

.hero-visual {
  position: relative;
}

.hero-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  isolation: isolate;
  background: linear-gradient(180deg, rgba(8, 11, 12, 0.95), rgba(12, 17, 20, 0.98));
  min-height: 560px;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(240, 217, 39, 0.1), transparent 35%);
  pointer-events: none;
}

.hero-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent 0%, rgba(23, 33, 38, 0.72) 100%);
}

.hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.05);
  transition: transform 700ms ease;
}

.hero-slide.is-active img {
  transform: scale(1);
}

.hero-slide img {
  transform: scale(1.03);
}

.hero-slider {
  display: block;
  height: 560px;
  min-height: 560px;
}

.hero-slides {
  position: relative;
  height: 100%;
}

.hero-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 700ms ease, transform 5.5s ease;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slider-top {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hero-slider-dots {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.hero-slider-dot {
  width: 0.78rem;
  height: 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(248, 246, 239, 0.5);
  background: rgba(248, 246, 239, 0.22);
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.hero-slider-dot.is-active {
  transform: scale(1.12);
  background: var(--brand);
  border-color: rgba(239, 221, 18, 0.8);
}

.hero-badge {
  position: absolute;
  right: -0.5rem;
  bottom: 1.5rem;
  width: min(78%, 320px);
  padding: 1.15rem 1.2rem;
  background: rgba(253, 251, 241, 0.95);
  border: 1px solid rgba(22, 29, 21, 0.12);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
  color: var(--ink-dark);
}

.hero-badge a {
  color: var(--ink-dark);
  font-weight: 700;
}

.hero-badge-list {
  margin: 0.9rem 0 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.45rem;
  color: var(--ink-soft);
}

@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-card {
    min-height: 480px;
  }

  .hero-badge {
    position: static;
    width: 100%;
    margin-top: 1.5rem;
  }

  .hero-proof-bar,
  .hero-urgency--compact,
  .hero-points {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 2.8rem 0 2rem;
  }

  .hero h1 {
    font-size: 2.65rem;
  }

  .hero-actions,
  .hero-badge-actions {
    flex-direction: column;
  }

  .hero-card {
    min-height: 360px;
  }

  .hero-slider-top {
    top: 0.8rem;
    right: 0.8rem;
  }

  .hero-slider-dot {
    width: 0.74rem;
    height: 0.74rem;
  }
}

.hero-badge-list {
  margin: 0.9rem 0 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.45rem;
  color: var(--ink-soft);
}

.hero-badge-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.hero-badge strong,
.section-heading h2,
.card h3,
.service-card h3,
.faq-card h3,
.contact-card h3 {
  font-family: var(--font-display);
}

.section {
  padding: 4.2rem 0;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
  margin-bottom: 1.8rem;
}

.section-heading h2 {
  font-size: clamp(2rem, 5vw, 3.3rem);
  margin: 0;
}

.section-heading p {
  margin: 0;
  max-width: 38rem;
  color: var(--muted);
  line-height: 1.7;
}

.card-grid,
.service-grid,
.testimonial-grid,
.faq-grid,
.contact-grid {
  display: grid;
  gap: 1.2rem;
}

.card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.trust-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.trust-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.faq-grid,
.contact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card,
.service-card,
.stat-band,
.quote-band,
.faq-card,
.contact-card,
.split-panel,
.form-panel {
  background: var(--surface);
  border: 1px solid rgba(22, 29, 21, 0.12);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  color: var(--ink-dark);
}

.card,
.faq-card,
.contact-card {
  padding: 1.35rem;
}

.card p,
.faq-card p {
  line-height: 1.72;
  color: var(--ink-soft);
}

.service-card {
  overflow: hidden;
}

.service-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.service-card .copy {
  padding: 1.35rem;
  display: grid;
  gap: 0.85rem;
}

.service-card p,
.card p,
.faq-card p,
.contact-card p,
.split-panel p,
.form-panel p {
  color: var(--ink-soft);
  line-height: 1.7;
}

.service-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.service-points li {
  position: relative;
  padding-left: 1.05rem;
  color: var(--ink-soft);
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.9fr);
  gap: 1.2rem;
  align-items: stretch;
}

.proof-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  gap: 1.3rem;
  align-items: stretch;
}

.proof-showcase-copy,
.proof-showcase-panel {
  display: grid;
  gap: 1rem;
}

.proof-showcase-copy {
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(253, 251, 241, 0.08), rgba(253, 251, 241, 0.03)),
    radial-gradient(420px 160px at 0% 0%, rgba(121, 170, 65, 0.18), transparent 70%);
  border: 1px solid rgba(248, 246, 239, 0.12);
  box-shadow: var(--shadow);
}

.proof-list {
  display: grid;
  gap: 0.85rem;
}

.proof-list div {
  padding: 1rem 1rem 1rem 1.1rem;
  border-radius: 20px;
  background: rgba(253, 251, 241, 0.08);
  border: 1px solid rgba(248, 246, 239, 0.12);
}

.proof-list strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--paper);
}

.proof-list span {
  color: rgba(248, 246, 239, 0.76);
  line-height: 1.6;
}

.proof-review-card,
.proof-mini-card {
  background: var(--surface);
  border: 1px solid rgba(22, 29, 21, 0.12);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  color: var(--ink-dark);
}

.proof-review-card {
  padding: 1.4rem;
}

.proof-review-card p,
.proof-mini-card p {
  color: var(--ink-soft);
  line-height: 1.72;
}

.proof-review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.proof-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.proof-mini-card {
  padding: 1.25rem;
}

.proof-mini-card a {
  display: inline-flex;
  margin-top: 0.8rem;
  font-weight: 700;
  color: var(--ink-dark);
  text-decoration: none;
}

.proof-mini-card a:hover,
.proof-mini-card a:focus-visible {
  color: var(--brand-deep);
}

.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
  margin-top: 1.35rem;
}

.story-stack,
.showcase-mosaic {
  display: grid;
  gap: 1.2rem;
}

.story-stack {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.showcase-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 1.4rem;
  align-items: center;
}

.showcase-copy {
  background: linear-gradient(180deg, rgba(253, 251, 241, 0.08), rgba(253, 251, 241, 0.04));
  border: 1px solid rgba(248, 246, 239, 0.12);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  box-shadow: var(--shadow);
}

.showcase-copy h2,
.showcase-copy h3 {
  margin-top: 0.4rem;
}

.showcase-copy p + p {
  margin-top: 0.9rem;
}

.showcase-copy .plain-list {
  margin-top: 1rem;
}

.showcase-mosaic {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.showcase-mosaic--drivers {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.story-frame {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  border-radius: 22px;
  background: rgba(6, 10, 12, 0.92);
  border: 1px solid rgba(248, 246, 239, 0.12);
  box-shadow: var(--shadow);
  isolation: isolate;
}

.story-frame--large {
  min-height: 100%;
}

.story-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 11, 13, 0.04), rgba(7, 11, 13, 0.72));
  pointer-events: none;
}

.story-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.story-caption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background: rgba(253, 251, 241, 0.93);
  border: 1px solid rgba(22, 29, 21, 0.12);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.22);
  color: var(--ink-dark);
  display: grid;
  place-items: center;
  text-align: center;
  gap: 0.45rem;
}

.story-caption h3,
.story-caption h4 {
  margin: 0.2rem 0 0.35rem;
  color: var(--ink-dark);
  width: 100%;
}

.story-caption p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.65;
}

.story-caption .eyebrow {
  color: #4b5d2a;
  background: rgba(213, 224, 184, 0.58);
  border-color: rgba(103, 138, 42, 0.18);
}

.story-caption .btn {
  margin-top: 0.85rem;
}

.service-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(121, 170, 65, 0.12);
}

.stat-band {
  padding: 1.1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  background: rgba(253, 251, 241, 0.08);
  border: 1px solid rgba(248, 246, 239, 0.14);
  color: var(--text);
}

.stat-band--conversion {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stat-band strong {
  display: block;
  font-size: 2rem;
  color: var(--accent);
}

.gallery {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1rem;
}

.gallery-main,
.gallery-stack img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  object-fit: cover;
}

.gallery-main {
  width: 100%;
  height: 100%;
  min-height: 520px;
}

.gallery-stack {
  display: grid;
  gap: 1rem;
}

.gallery-stack img {
  width: 100%;
  height: 250px;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

.faq-support {
  margin-top: 1.2rem;
}

.spotlight {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1.2rem;
  align-items: stretch;
}

.spotlight img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.step-card {
  padding: 1.35rem;
  background: rgba(253, 251, 241, 0.95);
  border: 1px solid rgba(22, 29, 21, 0.12);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.step-card strong {
  display: inline-flex;
  width: 2.2rem;
  height: 2.2rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 1rem;
}

.step-card h3 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
}

.step-card p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.7;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.pill-row span {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  background: rgba(248, 246, 239, 0.12);
  border: 1px solid rgba(248, 246, 239, 0.16);
  color: var(--text);
  font-weight: 600;
}

.info-stack {
  display: grid;
  gap: 1rem;
}

.info-band {
  padding: 1.2rem 1.25rem;
  background: rgba(248, 246, 239, 0.08);
  border: 1px solid rgba(248, 246, 239, 0.12);
  border-radius: var(--radius-md);
  color: var(--text);
}

.info-band strong {
  display: block;
  margin-bottom: 0.3rem;
}

.split-panel,
.form-panel {
  padding: 1.5rem;
}

.quote-band {
  position: relative;
  overflow: hidden;
  padding: 2rem;
  color: #f8f6ef;
  background:
    linear-gradient(135deg, rgba(8, 11, 12, 0.92) 0%, rgba(22, 29, 21, 0.88) 100%),
    url("/booking/assets/img/taxi-bg.svg") center/cover;
}

.quote-band h2 {
  margin-top: 0;
  font-size: clamp(2rem, 5vw, 3.2rem);
}

.quote-band p {
  color: rgba(248, 244, 239, 0.88);
  max-width: 42rem;
  line-height: 1.7;
}

.check-list,
.plain-list {
  list-style: none;
  padding: 0;
  margin: 1.1rem 0 0;
}

.check-list li,
.plain-list li {
  position: relative;
  padding-left: 1.35rem;
  margin-bottom: 0.8rem;
  color: var(--ink-soft);
  line-height: 1.6;
}

.check-list li::before,
.plain-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 999px;
  background: var(--brand);
}

.plain-list li {
  color: var(--text);
}

.page-hero {
  padding: 3.8rem 0 2.4rem;
}

.crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.page-hero p {
  max-width: 46rem;
  color: var(--muted);
  line-height: 1.7;
}

.contact-band {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.2rem;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.55fr);
  gap: 1.2rem;
  align-items: start;
}

.article-main,
.article-sidebar {
  display: grid;
  gap: 1.2rem;
}

.article-hero-media {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: calc(var(--radius-lg) - 4px);
  background: rgba(253, 251, 241, 0.9);
  border: 1px solid rgba(27, 31, 26, 0.08);
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
}

.article-hero-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.article-hero-media figcaption {
  padding: 0.85rem 1rem 1rem;
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.55;
}

.article-card,
.cta-card {
  padding: 1.6rem;
}

.article-card h2,
.article-card h3,
.cta-card h3 {
  margin-top: 0;
  font-family: var(--font-display);
  color: var(--ink-dark);
}

.article-card p,
.article-card li,
.cta-card p {
  color: var(--ink-soft);
  line-height: 1.7;
}

.article-card strong,
.cta-card strong {
  color: var(--ink-dark);
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.article-meta span {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(121, 170, 65, 0.12);
  color: var(--ink-dark);
  font-weight: 700;
  font-size: 0.84rem;
}

.article-list {
  padding-left: 1.1rem;
  margin: 0;
}

.article-list li + li {
  margin-top: 0.7rem;
}

.article-links {
  display: grid;
  gap: 0.7rem;
}

.article-links a {
  color: var(--ink-dark);
  font-weight: 700;
}

.blog-link-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.blog-link-panel {
  padding: 1.35rem;
  background: var(--surface);
  border: 1px solid rgba(22, 29, 21, 0.12);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  color: var(--ink-dark);
}

.blog-link-panel h3 {
  margin: 0 0 0.8rem;
  font-family: var(--font-display);
}

.blog-link-panel p {
  margin: 0 0 1rem;
  color: var(--ink-soft);
  line-height: 1.7;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.form-grid .full {
  grid-column: 1 / -1;
}

label {
  display: block;
  font-size: 0.92rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
  color: var(--ink-soft);
}

input,
textarea,
select {
  width: 100%;
  padding: 0.92rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(22, 29, 21, 0.18);
  background: #fff;
  color: var(--ink-dark);
}

input[type="file"] {
  padding: 0.8rem 0.9rem;
  background:
    linear-gradient(180deg, rgba(239, 221, 18, 0.1), rgba(121, 170, 65, 0.08)),
    #fff;
  border-style: dashed;
  cursor: pointer;
}

input[type="file"]::file-selector-button {
  margin-right: 0.85rem;
  padding: 0.7rem 1rem;
  border: 0;
  border-radius: 999px;
  background: var(--brand);
  color: #050708;
  font-weight: 700;
  cursor: pointer;
}

textarea {
  min-height: 150px;
  resize: vertical;
}

.field-note {
  display: block;
  margin-top: 0.35rem;
  color: var(--ink-soft);
  font-size: 0.84rem;
  line-height: 1.5;
}

.upload-group {
  display: grid;
  gap: 0.9rem;
  padding: 1rem;
  border-radius: 20px;
  border: 1px solid rgba(22, 29, 21, 0.1);
  background: rgba(121, 170, 65, 0.08);
}

.upload-group h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--ink-dark);
}

.help-text {
  margin-top: 1rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer {
  padding: 2.2rem 0 3.2rem;
}

.footer-box {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 1.6rem;
  background: rgba(6, 8, 9, 0.9);
  color: rgba(248, 246, 239, 0.92);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(248, 246, 239, 0.08);
}

.footer-box--expanded {
  display: grid;
  grid-template-columns: minmax(240px, 1.4fr) repeat(4, minmax(140px, 1fr));
  gap: 1.8rem;
}

.footer-brand strong,
.footer-column h3 {
  display: block;
  margin-bottom: 0.8rem;
  font-family: var(--font-display);
  font-size: 1.02rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.footer-brand p {
  margin: 0;
  color: rgba(248, 246, 239, 0.78);
  line-height: 1.7;
}

.footer-follow {
  margin-top: 1rem;
  display: grid;
  gap: 0.55rem;
}

.footer-follow span {
  font-weight: 700;
}

.footer-column {
  min-width: 0;
}

.footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.6rem;
}

.footer-list li {
  color: rgba(248, 246, 239, 0.78);
  line-height: 1.55;
}

.footer-list a {
  color: var(--text);
  font-weight: 600;
}

.footer-list a:hover,
.footer-legal a:hover {
  color: var(--brand);
}

.footer-list--plain li {
  position: relative;
  padding-left: 0.9rem;
}

.footer-list--plain li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58rem;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 999px;
  background: rgba(239, 221, 18, 0.72);
}

.footer-links {
  display: grid;
  gap: 0.55rem;
}

.footer-links a {
  color: var(--text);
  font-weight: 600;
}

.footer-social {
  display: flex;
  gap: 0.8rem;
  margin-top: 1rem;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 999px;
  border: 1px solid rgba(248, 246, 239, 0.18);
  background: rgba(248, 246, 239, 0.06);
  color: var(--text);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.contact-card .social-link,
.form-panel .social-link {
  border: 1px solid rgba(71, 67, 56, 0.18);
  background: rgba(121, 170, 65, 0.08);
  color: var(--ink-dark);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.social-link:hover {
  transform: translateY(-2px);
  border-color: rgba(239, 221, 18, 0.5);
  background: rgba(239, 221, 18, 0.14);
  color: var(--brand);
}

.contact-card .social-link:hover,
.contact-card .social-link:focus-visible,
.form-panel .social-link:hover,
.form-panel .social-link:focus-visible {
  border-color: rgba(121, 170, 65, 0.42);
  background: rgba(121, 170, 65, 0.18);
  color: #35531a;
}

.social-icon {
  width: 1.2rem;
  height: 1.2rem;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(248, 246, 239, 0.1);
  color: rgba(248, 246, 239, 0.72);
  font-size: 0.94rem;
}

.footer-legal {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-legal a {
  color: var(--text);
  font-weight: 600;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.floating-call {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 40;
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 0.95rem 1.15rem;
  border-radius: 999px;
  background: var(--accent);
  color: #050708;
  font-weight: 800;
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.32);
}

.floating-call:hover {
  transform: translateY(-2px);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 600ms ease, transform 600ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 960px) {
  .hero-grid,
  .split,
  .proof-showcase,
  .showcase-split,
  .spotlight,
  .gallery,
  .article-layout,
  .contact-band,
  .service-grid,
  .blog-link-columns,
  .faq-grid,
  .contact-grid,
  .card-grid,
  .step-grid {
    grid-template-columns: 1fr;
  }

  .hero-points,
  .hero-proof-bar,
  .mini-list,
  .stat-band,
  .proof-mini-grid,
  .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-urgency--compact {
    grid-template-columns: 1fr;
  }

  .article-hero-media img {
    aspect-ratio: 4 / 3;
  }

  .hero-badge {
    right: 1rem;
    bottom: 1rem;
    width: min(82%, 340px);
  }

  .hero-card {
    min-height: 520px;
  }

  .hero-slider {
    height: 520px;
    min-height: 520px;
  }

  .site-nav {
    position: fixed;
    inset: 72px 1rem auto;
    padding: 1rem;
    background:
      linear-gradient(180deg, rgba(255, 252, 245, 0.98), rgba(247, 241, 220, 0.96));
    border: 1px solid rgba(211, 194, 15, 0.18);
    border-radius: 22px;
    box-shadow:
      0 24px 50px rgba(0, 0, 0, 0.34),
      inset 0 1px 0 rgba(255, 255, 255, 0.5);
    flex-direction: column;
    align-items: flex-start;
    display: none;
    gap: 0.6rem;
  }

  .site-nav.is-open {
    display: flex;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: var(--surface-strong);
  }

  .header-cta .btn-secondary {
    display: none;
  }

  .footer-box--expanded {
    grid-template-columns: 1fr 1fr;
  }

  .story-grid,
  .showcase-mosaic,
  .showcase-mosaic--drivers {
    grid-template-columns: 1fr;
  }

  .story-stack {
    grid-template-rows: none;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .hero,
  .section,
  .page-hero {
    padding-top: 3.2rem;
    padding-bottom: 2.8rem;
  }

  .hero-points,
  .hero-proof-bar,
  .hero-urgency,
  .mini-list,
  .stat-band,
  .proof-mini-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .hero-slider-top {
    top: 0.85rem;
    right: 0.85rem;
  }

  .hero-action-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-badge {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    margin: -2.4rem 0.9rem 0;
  }

  .hero-badge-actions {
    flex-direction: column;
  }

  .hero-card {
    min-height: 420px;
  }

  .hero-slider {
    height: 420px;
    min-height: 420px;
  }

  .header-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "brand lang toggle";
    align-items: center;
    gap: 0.75rem;
  }

  .brand-copy,
  .header-cta .phone-pill,
  .header-cta .btn-secondary {
    display: none;
  }

  .brand {
    min-width: 0;
    grid-area: brand;
  }

  .header-cta {
    width: auto;
    justify-content: center;
    grid-area: lang;
    justify-self: center;
  }

  .lang-switch {
    margin-inline: auto;
  }

  .nav-toggle {
    grid-area: toggle;
    justify-self: end;
    border-color: var(--brand-deep);
    background: var(--brand);
    color: #050708;
    box-shadow: 0 12px 24px rgba(239, 221, 18, 0.28);
  }

  .nav-toggle:hover,
  .nav-toggle:focus-visible {
    background: var(--brand-deep);
    color: #050708;
  }

  .site-nav a {
    width: 100%;
    color: var(--ink-dark);
    background: rgba(255, 255, 255, 0.46);
    border-color: rgba(22, 29, 21, 0.12);
    padding: 0.8rem 1rem;
  }

  .site-nav.is-open a:hover,
  .site-nav.is-open a:focus-visible,
  .site-nav.is-open a:active {
    color: #050708;
    background: rgba(239, 221, 18, 0.2);
    border-color: rgba(239, 221, 18, 0.45);
    box-shadow: 0 8px 18px rgba(239, 221, 18, 0.16);
  }

  .site-nav a[aria-current="page"] {
    color: #050708;
    background: var(--brand);
    border-color: var(--brand-deep);
    box-shadow: 0 10px 20px rgba(239, 221, 18, 0.22);
  }

  .footer-box {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-box--expanded {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .brand-mark {
    width: 64px;
  }

  .floating-call {
    display: inline-flex;
  }

  .story-stack {
    grid-template-columns: 1fr;
  }

  .story-frame {
    min-height: 240px;
  }

  .story-caption {
    left: 0.8rem;
    right: 0.8rem;
    bottom: 0.8rem;
    padding: 0.95rem 1rem;
  }

  .showcase-copy {
    padding: 1.2rem;
  }
}
