:root {
  --bg: #eef2f5;
  --surface: #ffffff;
  --surface-2: #f7f9fb;
  --surface-3: #e6ecf1;
  --text: #142230;
  --text-soft: #60707f;
  --line: rgba(20, 34, 48, 0.1);
  --line-strong: rgba(20, 34, 48, 0.18);
  --primary: #0e2234;
  --primary-2: #18344c;
  --primary-3: #1e4764;
  --accent: #c89444;
  --accent-2: #e7bf7b;
  --shadow: 0 24px 60px rgba(8, 20, 31, 0.12);
  --shadow-soft: 0 18px 42px rgba(8, 20, 31, 0.08);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --container: min(1180px, calc(100vw - 36px));
  --photo-yard: url("assets/bg-coach-road.jpg");
  --photo-hero: url("assets/bg-coach-road-banner.jpg");
  --photo-lineup: url("assets/bg-coach-road-banner.jpg");
  --photo-fleet: url("assets/bg-coach-road-banner.jpg");
  --photo-soft: url("assets/bg-coach-road.jpg");
  --photo-dark: url("assets/bg-coach-road-banner.jpg");
  --photo-neutral: url("assets/bg-coach-road.jpg");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: var(--bg);
  background-image:
    linear-gradient(180deg, rgba(247, 250, 252, 0.97), rgba(236, 242, 246, 0.98)),
    radial-gradient(circle at 20% 0%, rgba(200, 148, 68, 0.08), transparent 24%),
    var(--photo-soft);
  background-position: center top, left top, center top;
  background-size: auto, auto, cover;
  background-repeat: repeat, no-repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
  color: var(--text);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.65;
}

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

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

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

button {
  cursor: pointer;
}

.container {
  width: var(--container);
  margin: 0 auto;
}


.section {
  position: relative;
  padding: 92px 0;
  isolation: isolate;
}

.section::before,
.section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.section:not(.section-soft):not(.section-dark):not(.cta-banner):not(.section-toned)::before {
  background: var(--photo-neutral) center center / cover no-repeat;
  opacity: 0.08;
  transform: scale(1.03);
}

.section:not(.section-soft):not(.section-dark):not(.cta-banner):not(.section-toned)::after {
  background: linear-gradient(180deg, rgba(249, 251, 253, 0.98), rgba(242, 246, 249, 0.96));
}

.section > .container {
  position: relative;
  z-index: 1;
}

.section-compact {
  padding: 28px 0 10px;
}

.section-soft {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: transparent;
}

.section-dark,
.cta-banner {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: transparent;
  color: #fff;
}

.section-soft::before,
.section-soft::after,
.section-dark::before,
.section-dark::after,
.cta-banner::before,
.cta-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.section-soft::before {
  background: var(--photo-soft) center 36% / cover no-repeat;
  opacity: 0.16;
  transform: scale(1.03);
}

.section-soft::after {
  background: linear-gradient(180deg, rgba(248, 251, 253, 0.96), rgba(240, 245, 248, 0.93));
}

.section-toned {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: transparent;
}

.section-toned::before,
.section-toned::after,
.section-shell::before,
.section-shell::after,
.section-subpanel::before,
.section-subpanel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.section-toned::before {
  background: var(--photo-yard) center 40% / cover no-repeat;
  opacity: 0.14;
  transform: scale(1.03);
}

.section-toned::after {
  background:
    radial-gradient(circle at 100% 0, rgba(200, 148, 68, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(229, 236, 241, 0.92), rgba(240, 245, 248, 0.94) 44%, rgba(233, 239, 243, 0.92));
}

.section-shell,
.section-subpanel {
  position: relative;
  overflow: hidden;
}

.section-shell {
  padding: clamp(30px, 4vw, 42px);
  border-radius: calc(var(--radius-xl) + 2px);
  border: 1px solid rgba(255, 255, 255, 0.54);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(246, 249, 251, 0.76) 46%, rgba(231, 237, 242, 0.82)),
    linear-gradient(90deg, rgba(200, 148, 68, 0.08), transparent 28%);
  box-shadow: var(--shadow);
}

.section-shell::before {
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0) 52%),
    linear-gradient(180deg, rgba(14, 34, 52, 0.04), rgba(14, 34, 52, 0));
}

.section-shell::after {
  inset: auto 22px 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(14, 34, 52, 0.12), transparent);
}

.section-shell > *,
.section-subpanel > * {
  position: relative;
  z-index: 1;
}

.section-toned .feature-card,
.section-toned .media-card,
.section-toned .bullet-grid article,
.section-toned .contact-tip-box,
.section-toned .contact-form {
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(20, 34, 48, 0.09);
}

.section-subpanel {
  margin-top: 34px;
  padding: clamp(26px, 4vw, 34px);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 24, 36, 0.86);
  box-shadow: var(--shadow);
  color: #fff;
}

.section-subpanel::before {
  background:
    linear-gradient(120deg, rgba(200, 148, 68, 0.18), transparent 36%),
    var(--photo-lineup) center center / cover no-repeat;
  opacity: 0.18;
  transform: scale(1.04);
}

.section-subpanel::after {
  background: linear-gradient(135deg, rgba(7, 16, 24, 0.92), rgba(11, 25, 38, 0.78));
}

.section-subpanel .section-heading {
  margin-bottom: 24px;
}

.section-subpanel h2,
.section-subpanel h3,
.section-subpanel strong,
.section-subpanel .text-link {
  color: #fff;
}

.section-subpanel p,
.section-subpanel .section-note,
.section-subpanel .process-card p {
  color: rgba(255, 255, 255, 0.74);
}

.section-subpanel .process-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.section-subpanel .process-card span {
  color: var(--accent-2);
  background: rgba(231, 191, 123, 0.14);
}

.section-subpanel .text-link {
  text-decoration: underline;
  text-decoration-color: rgba(231, 191, 123, 0.56);
  text-underline-offset: 0.2em;
}

.section-dark::before {
  background: var(--photo-dark) center center / cover no-repeat;
  opacity: 0.28;
  transform: scale(1.03);
}

.section-dark::after {
  background: linear-gradient(135deg, rgba(7, 16, 24, 0.88), rgba(12, 28, 41, 0.8) 58%, rgba(9, 21, 31, 0.9));
}

.cta-banner::before {
  background: var(--photo-fleet) center 42% / cover no-repeat;
  opacity: 0.26;
  transform: scale(1.03);
}

.cta-banner::after {
  background: linear-gradient(135deg, rgba(8, 17, 25, 0.88), rgba(15, 31, 44, 0.78) 58%, rgba(9, 21, 31, 0.88));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 18, 27, 0.74);
  backdrop-filter: blur(16px);
}

.solid-header {
  background: rgba(11, 22, 34, 0.94);
}

.nav-wrap,
.footer-grid,
.footer-bottom,
.hero-home-grid,
.cta-banner-grid,
.split-hero,
.contact-layout {
  display: flex;
}

.nav-wrap {
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 84px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  line-height: 0;
}

.brand-logo {
  width: auto;
  height: 44px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--accent), #a46e24);
  color: #15110d;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.brand-text {
  display: flex;
  flex-direction: column;
}

.brand-text strong {
  font-size: 1rem;
}

.brand-text small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.95rem;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.active {
  color: #fff;
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: #fff;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, var(--accent), #a46e24);
  color: #1a1207;
  box-shadow: 0 18px 40px rgba(200, 148, 68, 0.24);
}

.button-secondary {
  background: rgba(14, 34, 52, 0.06);
  border-color: rgba(14, 34, 52, 0.12);
  color: var(--primary-2);
}

.button-secondary-light {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.button-nav {
  min-height: 44px;
  padding-inline: 18px;
  color: #1a1207 !important;
}

.full-width {
  width: 100%;
}

.hero {
  position: relative;
}

.hero-home {
  min-height: 92vh;
  background-image: radial-gradient(circle at right top, rgba(200, 148, 68, 0.18), transparent 24%),
    linear-gradient(115deg, rgba(7, 16, 24, 0.72), rgba(10, 22, 33, 0.66) 46%, rgba(11, 25, 36, 0.46) 100%),
    var(--photo-hero);
  background-position: center, center, center;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
  color: #fff;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 19, 28, 0.08), rgba(9, 19, 28, 0.28));
}

.hero-home-grid {
  position: relative;
  z-index: 1;
  min-height: 92vh;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 120px 0 78px;
}

.hero-copy-home {
  flex: 1 1 58%;
  max-width: 720px;
}

.hero-side-card {
  flex: 0 1 390px;
  padding: 26px;
  border-radius: var(--radius-xl);
  background: rgba(7, 18, 28, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-side-card-visual {
  flex-basis: 430px;
}

.hero-bus-stage {
  overflow: hidden;
  min-height: 255px;
  margin-bottom: 14px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-bus-stage img {
  width: 100%;
  height: 255px;
  object-fit: cover;
}

.hero-bus-note {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.mini-label,
.card-tag,
.contact-info-card span,
.metric-label {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(231, 191, 123, 0.12);
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hero-side-list {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}

.hero-side-list article {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-side-list strong,
.hero-side-list p {
  display: block;
}

.hero-side-list strong {
  margin-bottom: 8px;
}

.hero-side-list p,
.light-text {
  color: rgba(255, 255, 255, 0.82);
}

.eyebrow {
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.76rem;
  font-weight: 800;
  color: var(--accent-2);
}

.eyebrow.dark {
  color: #8b5f27;
}

.eyebrow.light {
  color: var(--accent-2);
}

h1,
h2,
h3,
p,
ul,
figure {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.1;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(2.8rem, 5vw, 5rem);
  max-width: 11.2ch;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 3.2vw, 3.3rem);
}

h3 {
  margin-bottom: 10px;
  font-size: 1.14rem;
}

p,
ul {
  color: var(--text-soft);
}

.lead {
  max-width: 62ch;
  font-size: 1.08rem;
}

.soft-max {
  max-width: 56ch;
}

.hero-actions,
.button-row,
.inventory-more-row,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions {
  margin: 34px 0 26px;
}

.trust-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-inline span,
.pill-box {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
}

.trust-inline span {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
}

.pill-grid,
.feature-grid,
.media-card-grid,
.bullet-grid,
.footer-grid,
.contact-card-grid {
  display: grid;
  gap: 20px;
}

.four-up {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

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

.pill-box {
  justify-content: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(14, 34, 52, 0.08);
  backdrop-filter: blur(10px);
  color: var(--primary-2);
  font-weight: 700;
}

.section-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 34px;
}

.section-heading.center {
  text-align: center;
  justify-items: center;
}

.section-heading.split {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
  align-items: end;
}

.section-heading.align-left,
.align-left {
  text-align: left;
  justify-items: start;
}

.no-margin {
  margin-bottom: 0;
}

.narrow {
  max-width: 780px;
}

.section-note {
  max-width: 320px;
}

.feature-card,
.media-card,
.bullet-grid article,
.bullet-stack article,
.process-card,
.contact-info-card,
.contact-tip-box,
.contact-form {
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.feature-card,
.bullet-grid article,
.bullet-stack article,
.process-card,
.contact-info-card,
.contact-tip-box {
  padding: 24px;
}

.feature-card,
.media-card,
.bullet-grid article,
.bullet-stack article,
.process-card,
.contact-info-card,
.contact-tip-box,
.contact-form,
.faq-list details {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px);
}

.feature-card p,
.bullet-grid article p,
.bullet-stack article p,
.process-card p,
.contact-info-card p {
  margin-bottom: 0;
}

.feature-link-card {
  display: grid;
  gap: 14px;
}

.text-link {
  color: var(--primary-3);
  font-weight: 700;
}

.media-card {
  overflow: hidden;
}

.inventory-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.media-card.tall .media-thumb {
  height: 280px;
}

.media-thumb {
  height: 240px;
  background: #edf2f6;
}

.media-thumb img,
.image-panel img,
.mosaic-card img,
.page-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contain-thumb {
  background: linear-gradient(180deg, #f8fafc, #eef3f7);
}

.contain-thumb img {
  object-fit: contain;
  padding: 24px;
}

.media-body {
  padding: 22px 22px 24px;
}

.inventory-card .media-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.inventory-card-actions {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.spec-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}

.spec-list li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
}

.spec-list li:last-child {
  border-bottom: 0;
}

.spec-list strong {
  color: var(--text);
}

.split-hero,
.contact-layout {
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.contact-layout-stacked {
  flex-wrap: wrap;
}

.contact-layout-stacked > .section-subpanel {
  flex: 1 1 100%;
  width: 100%;
}

.split-hero-reverse {
  flex-direction: row-reverse;
}

.split-copy,
.image-panel,
.contact-main-copy,
.contact-form {
  flex: 1 1 0;
}

.image-panel,
.mosaic-card,
.page-hero-media {
  overflow: hidden;
  border-radius: var(--radius-xl);
}

.image-panel {
  min-height: 520px;
  box-shadow: var(--shadow);
}

.image-panel-dark {
  background: rgba(255, 255, 255, 0.08);
}

.image-panel-soft {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.86);
}

.mosaic-grid {
  flex: 1 1 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.mosaic-card {
  min-height: 240px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.mosaic-card.large {
  grid-column: span 2;
  min-height: 340px;
}

.check-list-box {
  margin-top: 24px;
}

.check-list {
  display: grid;
  gap: 14px;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 34px;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), #a46e24);
  box-shadow: 0 0 0 5px rgba(200, 148, 68, 0.14);
}

.light-check-list li,
.split-copy-light p,
.split-copy-light .check-list li {
  color: rgba(255, 255, 255, 0.82);
}

.light-check-list li::before {
  box-shadow: 0 0 0 5px rgba(231, 191, 123, 0.12);
}

.step-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.step-list article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.step-list span,
.process-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(231, 191, 123, 0.14);
  color: var(--accent-2);
  font-weight: 800;
}

.step-list h3,
.process-card h3 {
  color: #fff;
}

.step-list p,
.process-card p {
  margin-bottom: 0;
}

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

.process-card {
  background: var(--surface);
}

.process-card span {
  margin-bottom: 18px;
  color: #8b5f27;
  background: rgba(200, 148, 68, 0.14);
}

.bullet-stack {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.page-hero {
  position: relative;
  min-height: 72vh;
  display: flex;
  align-items: end;
  color: #fff;
}

.page-hero-short {
  min-height: 52vh;
}

.page-hero-media,
.page-hero-overlay {
  position: absolute;
  inset: 0;
}

.page-hero-overlay {
  background: linear-gradient(120deg, rgba(9, 19, 28, 0.56), rgba(9, 19, 28, 0.22));
}

.page-hero-content {
  position: relative;
  z-index: 1;
  padding: 150px 0 72px;
}

.inventory-more-row {
  justify-content: center;
  margin-top: 30px;
}

.cta-banner-grid {
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.cta-actions-stacked {
  flex-direction: column;
  align-items: stretch;
  min-width: 280px;
}

.contact-layout {
  align-items: start;
}

.contact-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 26px;
}

.contact-info-card a {
  display: inline-block;
  margin: 12px 0 8px;
  color: var(--primary-3);
  font-weight: 700;
}

.contact-tip-box {
  margin-top: 22px;
}

.contact-form {
  padding: 26px;
}

.form-row {
  display: grid;
  gap: 16px;
  margin-bottom: 16px;
}

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

label {
  display: grid;
  gap: 8px;
}

label span {
  font-weight: 700;
  color: var(--text);
}

input,
select,
textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(20, 34, 48, 0.14);
  background: #fbfdff;
  color: var(--text);
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(200, 148, 68, 0.7);
  box-shadow: 0 0 0 5px rgba(200, 148, 68, 0.12);
}

.form-note {
  margin: 12px 0 0;
  font-size: 0.94rem;
  color: var(--text-soft);
}

.form-feedback {
  min-height: 24px;
  margin: 14px 0 0;
  color: var(--primary-3);
  font-weight: 600;
}

.site-footer {
  padding: 34px 0 24px;
  background: #0b1622;
  color: #fff;
}

.footer-logo {
  width: auto;
  height: 40px;
  margin-bottom: 14px;
}

.footer-note {
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.92rem;
}

.footer-grid {
  gap: 28px;
  justify-content: space-between;
}

.footer-grid > div {
  flex: 1 1 0;
}

.site-footer p,
.site-footer a,
.site-footer li {
  color: rgba(255, 255, 255, 0.76);
}

.site-footer ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-bottom {
  justify-content: space-between;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.quick-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 50;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.quick-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(11, 22, 34, 0.92);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 32px rgba(8, 20, 31, 0.18);
  font-weight: 700;
}

.quick-action-primary {
  background: linear-gradient(135deg, var(--accent), #a46e24);
  color: #1a1207;
  border-color: transparent;
}

.quick-action-whatsapp {
  background: #1c8f5a;
  border-color: rgba(255, 255, 255, 0.08);
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details {
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.faq-list summary {
  position: relative;
  padding: 22px 56px 22px 24px;
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  color: var(--text);
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 18px;
  font-size: 1.4rem;
  color: var(--primary-3);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  margin: 0;
  padding: 0 24px 24px;
}

.prose-block {
  display: grid;
  gap: 8px;
}

.prose-block h2 {
  margin-top: 18px;
}

.prose-block p {
  margin-bottom: 8px;
}

@media (max-width: 1140px) {
  .four-up,
  .three-up,
  .contact-card-grid,
  .process-grid,
  .section-heading.split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-home-grid,
  .split-hero,
  .contact-layout,
  .cta-banner-grid,
  .footer-grid {
    flex-direction: column;
  }

  .hero-side-card,
  .cta-actions-stacked {
    width: 100%;
  }

  .section-heading.split {
    align-items: start;
  }

  .image-panel {
    min-height: 420px;
  }
}

@media (max-width: 860px) {
  body {
    background-attachment: scroll, scroll;
  }

  .section {
    padding: 74px 0;
  }

  .section-compact {
    padding-top: 18px;
  }

  .nav-wrap {
    min-height: 74px;
  }

  .nav-toggle {
    display: inline-block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 18px;
    right: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(11, 22, 34, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow);
  }

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

  .four-up,
  .three-up,
  .two-up,
  .contact-card-grid,
  .process-grid,
  .pill-grid,
  .feature-grid,
  .media-card-grid,
  .bullet-grid,
  .section-heading.split,
  .two-col {
    grid-template-columns: 1fr;
  }

  .hero-home {
    min-height: auto;
  }

  .hero-home-grid {
    min-height: auto;
    padding: 118px 0 62px;
  }

  .hero-actions,
  .button-row,
  .inventory-more-row,
  .cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .mosaic-grid {
    grid-template-columns: 1fr;
  }

  .mosaic-card.large {
    grid-column: auto;
    min-height: 260px;
  }

  .page-hero {
    min-height: 60vh;
  }

  .page-hero-content {
    padding: 132px 0 54px;
  }

  .spec-list li {
    flex-direction: column;
    gap: 4px;
  }

  .quick-actions {
    left: 12px;
    right: 12px;
    bottom: 12px;
    flex-direction: row;
  }

  .quick-action {
    flex: 1 1 0;
    min-width: 0;
    padding-inline: 10px;
    font-size: 0.9rem;
  }

  .section-soft::before,
  .section-dark::before,
  .cta-banner::before {
    transform: none;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100vw - 24px, 1180px);
  }

  .hero-side-card,
  .contact-form,
  .feature-card,
  .bullet-grid article,
  .bullet-stack article,
  .process-card,
  .contact-info-card,
  .contact-tip-box,
  .media-body,
  .faq-list summary,
  .faq-list details p {
    padding-inline: 18px;
  }

  .hero-side-card {
    padding-block: 20px;
  }
}
