:root {
  --bg: #ffffff;
  --bg-soft: #f8f5f0;
  --panel: #ffffff;
  --panel-strong: #ffffff;
  --line: rgba(16, 32, 45, 0.1);
  --text: #10202d;
  --muted: #66788a;
  --steel: #2a3f52;
  --signal: #c96a14;
  --signal-soft: rgba(201, 106, 20, 0.1);
  --volt: #2a7c63;
  --volt-soft: rgba(42, 124, 99, 0.1);
  --shadow: 0 18px 44px rgba(16, 32, 45, 0.06);
  --radius: 24px;
  --radius-sm: 16px;
  --container: min(1180px, calc(100vw - clamp(1rem, 4vw, 3rem)));
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
  overflow-x: hidden;
}

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

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

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

.skip-link,
.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;
}

.skip-link:focus {
  width: auto;
  height: auto;
  margin: 1rem;
  padding: 0.75rem 1rem;
  clip: auto;
  background: #fff;
  color: #000;
  z-index: 1000;
}

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

.site-shell {
  position: relative;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background:
    linear-gradient(180deg, rgba(249, 244, 236, 0.96) 0%, rgba(242, 238, 232, 0.94) 100%);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(16, 32, 45, 0.04);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: clamp(70px, 7vw, 78px);
}

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

.brand-mark {
  width: 3.45rem;
  height: 3.45rem;
  display: grid;
  grid-template-rows: 1fr auto;
  justify-items: center;
  align-items: center;
  padding: 0.45rem 0.35rem 0.32rem;
  border-radius: 1.05rem;
  background: linear-gradient(180deg, #d87416 0%, #f1932f 62%, #ffbe67 100%);
  border: 1px solid rgba(216, 116, 22, 0.18);
  box-shadow: 0 12px 24px rgba(216, 116, 22, 0.2);
  font-family: "Barlow Condensed", sans-serif;
}

.brand-car {
  position: relative;
  width: 1.85rem;
  height: 1rem;
  display: block;
}

.brand-car-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.18rem;
  height: 0.42rem;
  border-radius: 0.35rem 0.5rem 0.22rem 0.22rem;
  background: #ffffff;
}

.brand-car-body::before {
  content: "";
  position: absolute;
  left: 0.38rem;
  bottom: 0.28rem;
  width: 0.9rem;
  height: 0.34rem;
  border-radius: 0.42rem 0.42rem 0.08rem 0.08rem;
  background: #ffffff;
  transform: skewX(-18deg);
}

.brand-car-wheel {
  position: absolute;
  bottom: 0;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: #223446;
  box-shadow: 0 0 0 0.08rem #ffffff;
}

.brand-car-wheel-left {
  left: 0.25rem;
}

.brand-car-wheel-right {
  right: 0.22rem;
}

.brand-mark-text {
  color: #ffffff;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-shadow: 0 1px 0 rgba(146, 72, 10, 0.18);
}

.brand-copy {
  display: grid;
  gap: 0.15rem;
}

.brand-copy strong {
  font-size: 1rem;
  letter-spacing: 0.02em;
}

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

.nav-toggle {
  display: none;
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--text);
}

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

.site-nav a {
  color: var(--steel);
  font-size: 0.95rem;
}

.site-nav a:last-child {
  padding: 0.8rem 1.15rem;
  border-radius: 999px;
  background: var(--signal);
  color: #ffffff;
  font-weight: 800;
}

.hero-section {
  position: relative;
  padding: clamp(2rem, 5vw, 3.5rem) 0 clamp(2rem, 4vw, 3rem);
  color: var(--text);
  overflow: hidden;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(16, 32, 45, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 32, 45, 0.025) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1), transparent 90%);
}

.hero-grid {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: clamp(500px, 62vw, 680px);
  padding: clamp(1.4rem, 2vw, 2rem);
  border: 1px solid var(--line);
  border-radius: clamp(20px, 2.4vw, 28px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 32%, rgba(255, 255, 255, 0.76) 54%, rgba(255, 255, 255, 0.26) 78%, rgba(255, 255, 255, 0.08) 100%),
    linear-gradient(180deg, rgba(201, 106, 20, 0.035), transparent 26%),
    url("hero-fleet.svg") center center / cover no-repeat;
  box-shadow: 0 24px 56px rgba(16, 32, 45, 0.07);
  overflow: hidden;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.2rem 0;
  margin: 0 0 1.5rem;
  background: transparent;
  color: #7a8d9f;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border: 0;
}

.hero-copy h1,
.section-heading h2,
.assurance-panel h3,
.site-footer h3,
.legal-hero h1,
.thank-you-card h1 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hero-copy h1 {
  max-width: min(100%, 20ch);
  width: 100%;
  font-size: clamp(3.2rem, 5.6vw, 6.2rem);
  line-height: 0.92;
  text-wrap: initial;
}

.hero-title-line {
  display: block;
  white-space: nowrap;
}

.two-line-heading span {
  display: block;
  white-space: nowrap;
}

.hero-text,
.section-heading p,
.product-copy,
.feature-card p,
.process-card p,
.proof-card p,
.faq-list p,
.inquiry-copy p,
.footer-copy,
.legal-content p,
.legal-content li,
.thank-you-card p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-text {
  max-width: 34ch;
  margin: 1.75rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.12rem);
  line-height: 1.75;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: min(100%, 720px);
  padding: clamp(0.5rem, 2vw, 1rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1.9rem 0 0;
}

.cta-stack {
  display: grid;
  gap: 0.7rem;
}

.cta-stack-wide {
  width: 100%;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  border: 0;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.button-primary {
  background: var(--signal);
  color: #ffffff;
  box-shadow: 0 14px 32px rgba(201, 106, 20, 0.18);
}

.button-whatsapp {
  border: 1px solid rgba(35, 160, 92, 0.18);
  background: #1da851;
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(35, 160, 92, 0.16);
}

.button-secondary {
  border: 1px solid rgba(24, 117, 201, 0.16);
  background: #0f8dcb;
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(15, 141, 203, 0.16);
}

.button-wide {
  width: 100%;
}

.assurance-list li::before {
  content: "";
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--volt), #e7ff9e);
  box-shadow: 0 0 0 6px rgba(196, 255, 89, 0.14);
  flex: none;
}

.trust-bar {
  position: relative;
  z-index: 2;
  padding-top: 0.35rem;
  padding-bottom: 1.25rem;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
  gap: 1rem;
}

.trust-grid article,
.product-card,
.feature-card,
.assurance-panel,
.process-card,
.proof-card,
.inquiry-form,
.thank-you-card,
.legal-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.trust-grid article {
  padding: 1.35rem 1.2rem;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.trust-grid span,
.price-cue,
.note,
.form-note,
.footer-base p,
.legal-meta,
.thank-you-meta {
  color: var(--muted);
}

.trust-grid strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 1rem;
}

.section {
  padding: clamp(2.2rem, 5vw, 3.6rem) 0;
  color: #0e1b28;
  background: #ffffff;
}

.section-dark,
.section-accent,
.inquiry-section {
  color: var(--text);
}

.section-dark {
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
}

.section-accent {
  background:
    linear-gradient(135deg, rgba(201, 106, 20, 0.05), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #faf7f2 100%);
}

.section-heading {
  display: grid;
  gap: 0.9rem;
  margin-bottom: 1.65rem;
}

.section-heading h2 {
  max-width: 22ch;
  font-size: clamp(2.15rem, 4.6vw, 4rem);
  text-wrap: balance;
}

#comparison .section-heading h2 {
  max-width: none;
  text-wrap: nowrap;
}

#why-us .section-heading h2,
#process .section-heading h2,
#proof .section-heading h2 {
  max-width: 30ch;
  text-wrap: balance;
}

.section-heading p {
  max-width: 72ch;
  margin: 0;
}

.section:not(.section-dark):not(.section-accent):not(.inquiry-section) .section-heading h2,
.section:not(.section-dark):not(.section-accent):not(.inquiry-section) .product-card h3,
.section:not(.section-dark):not(.section-accent):not(.inquiry-section) .proof-card h3,
.section:not(.section-dark):not(.section-accent):not(.inquiry-section) .legal-content h2,
.section:not(.section-dark):not(.section-accent):not(.inquiry-section) .legal-content h3,
.section:not(.section-dark):not(.section-accent):not(.inquiry-section) .thank-you-card h1 {
  color: #0d1822;
}

.section:not(.section-dark):not(.section-accent):not(.inquiry-section) .product-copy,
.section:not(.section-dark):not(.section-accent):not(.inquiry-section) .spec-list li span,
.section:not(.section-dark):not(.section-accent):not(.inquiry-section) .note,
.section:not(.section-dark):not(.section-accent):not(.inquiry-section) .section-heading p,
.section:not(.section-dark):not(.section-accent):not(.inquiry-section) .proof-card p,
.section:not(.section-dark):not(.section-accent):not(.inquiry-section) .thank-you-card p {
  color: #516476;
}

.product-grid,
.feature-grid,
.process-grid,
.proof-grid {
  display: grid;
  gap: 1.25rem;
}

.product-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(270px, 100%), 1fr));
}

.feature-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
}

.process-grid,
.proof-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
}

.product-card,
.feature-card,
.process-card,
.proof-card {
  padding: 1.15rem;
}

.product-card {
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(180deg, rgba(201, 106, 20, 0.06) 0%, rgba(255, 255, 255, 0.92) 28%, #ffffff 100%);
  overflow: hidden;
}

.product-gallery {
  position: relative;
  margin: 0;
  background: #f3f5f7;
  min-height: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 12px;
}

.product-media {
  position: relative;
  width: min(100%, 230px);
  margin: -1.15rem auto 0.85rem;
  padding: 0.35rem 0.35rem 1.75rem;
  background: linear-gradient(180deg, #f7f9fb 0%, #eef2f6 100%);
  border: 1px solid rgba(16, 32, 45, 0.05);
  border-radius: 14px;
}

.product-photo {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #dfe6ed;
  display: none;
}

.product-photo.is-active {
  display: block;
}

.photo-pos-top {
  object-position: center top;
}

.photo-pos-center {
  object-position: center center;
}

.photo-pos-left {
  object-position: left center;
}

.photo-pos-right {
  object-position: right center;
}

.carousel-arrow {
  position: absolute;
  top: calc(50% - 0.7rem);
  z-index: 2;
  width: 2.1rem;
  height: 2.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: rgba(17, 24, 35, 0.58);
  color: #fff;
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
}

.carousel-prev {
  left: 0.8rem;
}

.carousel-next {
  right: 0.8rem;
}

.carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 0.6rem;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.carousel-dot {
  width: 0.42rem;
  height: 0.42rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(17, 24, 35, 0.22);
  cursor: pointer;
}

.carousel-dot.is-active {
  background: #d88922;
}

.product-tag,
.process-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.product-tag {
  margin: 0 0 0.7rem;
  background: #fff1e4;
  color: #a55a13;
}

.product-card h3,
.feature-card h3,
.process-card h3,
.proof-card h3,
.legal-content h2,
.legal-content h3 {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.2;
}

.product-copy {
  margin: 0.95rem 0 1.2rem;
}

.spec-list,
.assurance-list,
.footer-grid ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.spec-list {
  display: grid;
  gap: 0.35rem;
}

.spec-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(13, 24, 34, 0.08);
}

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

.spec-list li span {
  color: #66798a;
  font-size: 0.82rem;
}

.spec-list li strong {
  color: #11202d;
  text-align: right;
  font-size: 0.88rem;
}

.price-cue {
  margin: 1rem 0 0.75rem;
  font-size: 0.92rem;
}

.text-link {
  color: #ffffff;
  font-weight: 800;
  font-size: 0.92rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  width: 100%;
  margin-top: auto;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  background: var(--signal);
  box-shadow: 0 14px 28px rgba(201, 106, 20, 0.16);
}

.note {
  margin-top: 1rem;
  font-size: 0.92rem;
}

.feature-card,
.process-card,
.proof-card,
.assurance-panel,
.inquiry-form,
.thank-you-card,
.legal-card {
  background:
    linear-gradient(180deg, rgba(201, 106, 20, 0.045), transparent 42%),
    var(--panel-strong);
}

.feature-grid .feature-card:first-child,
.process-card:first-child {
  border-color: rgba(217, 111, 7, 0.18);
  box-shadow: 0 18px 42px rgba(201, 106, 20, 0.08);
}

.feature-card p,
.process-card p,
.proof-card p {
  margin: 0.85rem 0 0;
}

.assurance-panel {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr);
  gap: 1.5rem;
  padding: 1.6rem;
  margin-top: 0.85rem;
}

.assurance-list {
  display: grid;
  gap: 0.95rem;
}

.assurance-list li {
  display: flex;
  gap: 0.8rem;
  color: var(--steel);
  line-height: 1.6;
}

.table-wrap {
  overflow-x: auto;
  border-radius: var(--radius);
  border: 1px solid rgba(13, 24, 34, 0.08);
  background: #ffffff;
  box-shadow: var(--shadow);
}

.calculator-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 1.35rem;
  align-items: start;
}

.calculator-panel,
.calculator-results {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(201, 106, 20, 0.04), transparent 34%),
    #ffffff;
  box-shadow: var(--shadow);
}

.calculator-panel {
  padding: 1.4rem;
}

.calculator-form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
  gap: 1rem;
}

.calculator-form-grid label {
  display: grid;
  gap: 0.55rem;
  color: var(--steel);
  font-size: 0.92rem;
  font-weight: 600;
}

.calculator-form-grid input,
.calculator-form-grid select {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(13, 24, 34, 0.12);
  background: #fdfefe;
  color: #10202d;
}

.calculator-results {
  position: sticky;
  top: 6rem;
  padding: 1.4rem;
}

.calculator-result-head {
  display: grid;
  gap: 0.35rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(13, 24, 34, 0.08);
}

.calculator-label,
.calculator-note {
  margin: 0;
  color: var(--muted);
}

.calculator-result-head strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2.4rem, 4.8vw, 3.6rem);
  line-height: 0.95;
  color: #11202d;
  text-transform: uppercase;
}

.calculator-result-head span {
  color: #a55a13;
  font-weight: 800;
}

.calculator-breakdown {
  display: grid;
  gap: 0.7rem;
}

.calculator-breakdown div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(13, 24, 34, 0.08);
}

.calculator-breakdown div span {
  color: #66788a;
}

.calculator-breakdown div strong {
  color: #11202d;
  text-align: right;
}

.calculator-note {
  margin: 1rem 0 1.2rem;
  line-height: 1.6;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
  color: #10202d;
}

.comparison-table th,
.comparison-table td {
  padding: 1rem 1.2rem;
  text-align: left;
  border-bottom: 1px solid rgba(13, 24, 34, 0.08);
}

.comparison-table thead th {
  background: #f4f7fa;
  color: #10202d;
  font-size: 0.92rem;
}

.comparison-table tbody th {
  color: #10202d;
}

.comparison-table tbody tr:nth-child(even) {
  background: #fbfcfd;
}

.process-step {
  background: var(--signal-soft);
  color: var(--signal);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.15fr);
  gap: 2rem;
  align-items: start;
}

#faq .faq-layout {
  grid-template-columns: 1fr;
}

#faq .section-heading {
  margin-bottom: 0.4rem;
}

#faq .section-heading h2 {
  display: block;
}

.faq-list {
  display: grid;
  gap: 1rem;
}

.faq-list details {
  padding: 1.2rem 1.25rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
}

.faq-list summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  list-style: none;
  color: #11202d;
}

.faq-list summary h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.5;
}

.faq-list summary::after {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  flex: none;
  border-radius: 999px;
  border: 1px solid rgba(16, 32, 45, 0.12);
  color: #11202d;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
}

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

.faq-list details[open] {
  border-color: rgba(217, 111, 7, 0.28);
  box-shadow: 0 14px 28px rgba(16, 32, 45, 0.05);
}

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

.faq-list p {
  margin: 0.85rem 0 0;
}

.inquiry-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #faf7f2 100%);
}

.inquiry-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: 2rem;
  align-items: start;
}

.contact-stack {
  display: grid;
  gap: 0.8rem;
  margin-top: 1rem;
}

.contact-stack a {
  color: var(--signal);
  font-weight: 800;
}

.inquiry-form {
  padding: 1.5rem;
}

#inquiry .inquiry-copy {
  align-self: start;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
  gap: 1rem;
}

.form-grid label {
  display: grid;
  gap: 0.55rem;
  color: var(--steel);
  font-size: 0.92rem;
}

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

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(13, 24, 34, 0.12);
  background: #fdfefe;
  color: #10202d;
}

.form-grid input::placeholder,
.form-grid textarea::placeholder {
  color: #8da0b3;
}

.form-grid select option {
  color: #0d1822;
}

.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus,
.nav-toggle:focus,
.button:focus,
.floating-cta:focus {
  outline: 2px solid var(--signal);
  outline-offset: 3px;
}

.form-note {
  margin: 1rem 0 1.2rem;
  font-size: 0.9rem;
  line-height: 1.6;
}

.form-note a {
  color: var(--signal);
}

.site-footer {
  padding: 3rem 0 2rem;
  background: #fbfcfd;
  color: var(--text);
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), 1fr));
  gap: 1.5rem;
}

.footer-grid > :first-child {
  min-width: min(100%, 280px);
}

.footer-brand {
  margin-bottom: 1rem;
}

.footer-copy {
  max-width: 36ch;
}

.site-footer h3 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.footer-grid ul {
  display: grid;
  gap: 0.75rem;
}

.footer-grid li a {
  color: var(--muted);
}

.footer-base {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.floating-cta-group {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 45;
  display: grid;
  gap: 0.7rem;
}

.floating-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.15rem;
  border-radius: 999px;
  background: var(--signal);
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 20px 45px rgba(255, 122, 0, 0.28);
}

.floating-cta-whatsapp {
  background: #1da851;
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(35, 160, 92, 0.18);
}

.legal-page,
.thank-you-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(217, 111, 7, 0.05), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
}

.legal-hero,
.thank-you-wrap {
  padding: 4.5rem 0 5rem;
}

.legal-hero {
  color: #10202d;
}

.legal-hero h1,
.thank-you-card h1 {
  font-size: clamp(2.8rem, 6vw, 4.8rem);
}

.legal-hero p {
  max-width: 64ch;
  color: var(--muted);
  line-height: 1.7;
}

.legal-card,
.thank-you-card {
  padding: 2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 34%),
    rgba(255, 255, 255, 0.96);
  color: #0d1822;
}

.legal-card {
  margin-top: -1.75rem;
}

.legal-meta,
.thank-you-meta {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.92rem;
}

.legal-content {
  display: grid;
  gap: 1.5rem;
}

.legal-content h2,
.legal-content h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.legal-content ul {
  margin: 0.75rem 0 0;
  padding-left: 1.2rem;
}

.thank-you-wrap {
  display: grid;
  place-items: center;
}

.thank-you-card {
  max-width: 760px;
  width: 100%;
  text-align: left;
}

.thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

@media (max-width: 1024px) {
  .hero-grid,
  .faq-layout,
  .inquiry-grid,
  .assurance-panel,
  .calculator-shell {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    max-width: min(100%, 16ch);
    font-size: clamp(2.8rem, 6.6vw, 5rem);
  }
}

@media (max-width: 760px) {
  body {
    background:
      radial-gradient(circle at top left, rgba(217, 111, 7, 0.05), transparent 32%),
      linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.75rem);
    right: 1rem;
    left: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    border-radius: 20px;
    background:
      linear-gradient(180deg, rgba(249, 244, 236, 0.98) 0%, rgba(243, 238, 231, 0.98) 100%);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

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

  .legal-nav {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .site-nav a:last-child {
    text-align: center;
  }

  .legal-nav a:last-child {
    text-align: left;
  }

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

  .hero-section,
  .section,
  .legal-hero,
  .thank-you-wrap {
    padding-top: 4rem;
  }

  .hero-grid {
    align-items: flex-start;
    padding: 1rem;
    min-height: 520px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.86) 34%, rgba(255, 255, 255, 0.7) 100%),
      url("hero-fleet.svg") center center / cover no-repeat;
  }

  .comparison-table {
    min-width: 620px;
  }

  .calculator-results {
    position: static;
  }

  .hero-copy h1,
  .section-heading h2,
  .legal-hero h1,
  .thank-you-card h1 {
    max-width: none;
    font-size: clamp(2.4rem, 12vw, 4rem);
  }

  .hero-title-line {
    white-space: normal;
  }

  .hero-text {
    max-width: 100%;
  }

  .brand-copy span:last-child {
    display: none;
  }

  .floating-cta-group {
    left: 1rem;
    right: 1rem;
  }

  .floating-cta {
    text-align: center;
  }
}
