:root {
  --navy: #071a2d;
  --navy-soft: #0d2a43;
  --copper: #d96c3b;
  --copper-dark: #b94f27;
  --cream: #f3e8d4;
  --paper: #fff9ee;
  --sky: #82b9c8;
  --ink: #101b25;
  --muted: #5d6670;
  --line: rgba(7, 26, 45, 0.17);
  --max: 1320px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

body,
a,
button,
summary {
  -webkit-font-smoothing: antialiased;
}

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

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

::selection {
  background: var(--copper);
  color: white;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  display: grid;
  width: min(calc(100% - 64px), var(--max));
  height: 92px;
  transform: translateX(-50%);
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 42px;
  border-bottom: 1px solid var(--copper);
  color: var(--cream);
}

.brand {
  color: var(--copper);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0.04em;
  line-height: 1;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: 34px;
  font-size: 0.96rem;
}

.desktop-nav a {
  position: relative;
}

.desktop-nav a:not(:last-child)::after {
  position: absolute;
  right: -20px;
  color: var(--copper);
  content: "·";
}

.desktop-nav a:hover {
  color: var(--copper);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.92rem;
  font-weight: 700;
}

.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  min-height: 930px;
  overflow: hidden;
  padding: 148px max(32px, calc((100vw - var(--max)) / 2)) 44px;
  background:
    radial-gradient(circle at 67% 38%, rgba(30, 76, 108, 0.48), transparent 33%),
    linear-gradient(135deg, #041323 0%, var(--navy) 60%, #0a2035 100%);
  color: var(--cream);
}

.hero::before {
  position: absolute;
  top: 105px;
  right: max(32px, calc((100vw - var(--max)) / 2));
  width: 240px;
  height: 2px;
  background: var(--copper);
  content: "";
}

.hero-copy {
  position: relative;
  z-index: 5;
  width: 47%;
  max-width: 650px;
}

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

.eyebrow.dark {
  color: var(--copper-dark);
}

.hero h1,
.section h2,
.coverage-section h2,
.final-cta h2 {
  margin: 0;
  text-wrap: balance;
}

.hero h1 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(4.7rem, 7.6vw, 8.2rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.77;
  text-transform: uppercase;
}

.hero h1 span,
.hero h1 em {
  display: block;
}

.hero h1 em {
  margin-top: 22px;
  color: var(--copper);
  font-size: 0.48em;
  font-style: normal;
  letter-spacing: -0.01em;
  line-height: 0.95;
}

.hero-intro {
  max-width: 430px;
  margin: 34px 0 0;
  padding-left: 18px;
  border-left: 3px solid var(--copper);
  color: #f9f1e4;
  font-size: 1.05rem;
  line-height: 1.55;
}

.hero-localities {
  max-width: 520px;
  margin: 16px 0 0;
  color: #d7e0e6;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 26px;
  border: 2px solid transparent;
  font-weight: 800;
  line-height: 1.2;
  transition:
    transform 160ms ease,
    background 160ms ease,
    border-color 160ms ease;
}

.button:hover {
  transform: translateY(-3px);
}

.button-primary {
  background: var(--copper);
  color: white;
}

.button-primary:hover {
  background: var(--copper-dark);
}

.button-secondary {
  border-color: var(--copper);
  color: var(--cream);
}

.button-secondary:hover {
  background: rgba(217, 108, 59, 0.13);
}

.arrow {
  font-size: 1.4em;
  font-weight: 400;
}

.hero-collage {
  position: absolute;
  z-index: 3;
  top: 146px;
  right: max(18px, calc((100vw - 1430px) / 2));
  width: min(58vw, 850px);
  height: 610px;
}

.hero-photo {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(217, 108, 59, 0.65);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.28);
}

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

.hero-photo-main {
  top: 52px;
  left: 0;
  width: 78%;
  height: 500px;
  transform: rotate(-0.7deg);
}

.hero-photo-main img {
  object-position: 43% center;
}

.hero-photo-detail {
  top: 0;
  right: 0;
  width: 31%;
  height: 285px;
  transform: rotate(1.8deg);
  border: 7px solid var(--cream);
}

.hero-photo-detail img {
  transform: scale(1.85);
  object-position: 87% 42%;
}

.cordoba-stamp {
  position: absolute;
  z-index: 6;
  right: 9%;
  bottom: 12px;
  display: grid;
  min-width: 232px;
  padding: 15px 19px 14px;
  transform: rotate(-2.5deg);
  border: 1px solid rgba(7, 26, 45, 0.28);
  background: var(--cream);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
  color: var(--navy);
  text-transform: uppercase;
}

.cordoba-stamp::before,
.cordoba-stamp::after {
  position: absolute;
  width: 18px;
  height: 28px;
  border: 2px solid var(--copper);
  content: "";
}

.cordoba-stamp::before {
  top: 13px;
  left: 13px;
  border-right: 0;
  border-bottom: 0;
}

.cordoba-stamp::after {
  right: 13px;
  bottom: 13px;
  border-top: 0;
  border-left: 0;
}

.cordoba-stamp span {
  padding-left: 14px;
  color: var(--copper-dark);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.cordoba-stamp strong {
  padding-left: 14px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 2.3rem;
  letter-spacing: 0.025em;
  line-height: 1;
}

.cordoba-stamp small {
  padding-left: 14px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.paper {
  position: absolute;
  background: var(--cream);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.paper-one {
  top: 5px;
  left: 8%;
  width: 69%;
  height: 550px;
  transform: rotate(2.2deg);
}

.paper-two {
  right: 3%;
  bottom: 20px;
  width: 54%;
  height: 210px;
  transform: rotate(-3deg);
  background: #d9b49f;
}

.tape {
  position: absolute;
  z-index: 4;
  right: 17%;
  bottom: 30px;
  width: 210px;
  height: 46px;
  transform: rotate(6deg);
  background: rgba(217, 108, 59, 0.9);
  clip-path: polygon(2% 9%, 98% 0, 95% 91%, 4% 100%);
}

.halftone {
  position: absolute;
  width: 160px;
  height: 160px;
  opacity: 0.28;
  background-image: radial-gradient(var(--cream) 1.3px, transparent 1.3px);
  background-size: 8px 8px;
}

.halftone-top {
  top: -20px;
  right: -20px;
  mask-image: linear-gradient(135deg, black, transparent 75%);
}

.halftone-bottom {
  bottom: -30px;
  left: -20px;
  mask-image: linear-gradient(315deg, black, transparent 75%);
}

.hero-steps {
  position: absolute;
  z-index: 7;
  right: max(32px, calc((100vw - var(--max)) / 2));
  bottom: 36px;
  left: max(32px, calc((100vw - var(--max)) / 2));
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.hero-steps article {
  display: grid;
  min-width: 0;
  grid-template-columns: 86px 1fr;
  gap: 20px;
  align-items: center;
  border-top: 1px solid var(--copper);
  padding-top: 16px;
}

.hero-steps article > span {
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  background: var(--copper);
  color: var(--navy);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 2.5rem;
}

.hero-steps h2 {
  color: var(--cream);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-steps p {
  margin: 5px 0 0;
  color: #cbd4dc;
  font-size: 0.9rem;
  line-height: 1.45;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--copper);
  color: white;
}

.trust-strip p {
  margin: 0;
  padding: 25px 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
}

.trust-strip strong {
  margin-right: 5px;
  font-weight: 900;
}

.section {
  width: min(calc(100% - 64px), var(--max));
  margin: 0 auto;
  padding: 110px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.65fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 54px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -32px;
}

.section-heading h2,
.coverage-section h2,
.customization-title h2,
.final-cta h2 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(3.2rem, 5.8vw, 6.2rem);
  letter-spacing: -0.025em;
  line-height: 0.93;
  text-transform: uppercase;
}

.section-heading > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.section-heading.compact {
  display: block;
  max-width: 850px;
}

.section-heading.compact .eyebrow {
  margin-bottom: 18px;
}

.editorial-grid {
  display: grid;
  grid-template-columns: 1.22fr 0.78fr;
  gap: 18px;
}

.group-card {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  padding: 42px;
  border: 1px solid var(--line);
}

.group-card h3 {
  max-width: 570px;
  margin: 14px 0 18px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.05;
}

.group-card p {
  max-width: 620px;
}

.card-kicker {
  color: var(--copper-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.card-number {
  position: absolute;
  top: 22px;
  right: 28px;
  color: rgba(7, 26, 45, 0.12);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 6.5rem;
  line-height: 1;
}

.group-card a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
  border-bottom: 2px solid var(--copper);
  font-weight: 800;
}

.card-featured {
  grid-row: span 2;
  min-height: 700px;
  padding-top: 230px;
  background:
    linear-gradient(to top, rgba(7, 26, 45, 0.98), rgba(7, 26, 45, 0.1)),
    url("../images/hero-cordoba-grupo.webp") center / cover;
  color: var(--paper);
}

.card-featured .card-number {
  color: rgba(255, 249, 238, 0.24);
}

.card-featured .card-kicker {
  color: var(--copper);
}

.card-orange {
  background: var(--copper);
  color: white;
}

.card-orange .card-kicker {
  color: var(--navy);
}

.card-light {
  background: var(--cream);
}

.card-photo {
  grid-column: 1 / -1;
  min-height: 300px;
  padding-right: 48%;
  background:
    linear-gradient(90deg, var(--navy) 0 50%, rgba(7, 26, 45, 0.07) 70%),
    url("../images/hero-cordoba-grupo.webp") right 34% / 58% auto no-repeat;
  color: var(--paper);
}

.card-photo .card-number {
  color: rgba(255, 249, 238, 0.2);
}

.card-photo .card-kicker {
  color: var(--copper);
}

.customization-section {
  width: 100%;
  max-width: none;
  padding: 110px max(32px, calc((100vw - var(--max)) / 2));
  background: var(--navy);
  color: var(--paper);
}

.customization-title {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 80px;
  align-items: start;
}

.customization-title .eyebrow {
  padding-top: 18px;
}

.customization-copy {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 55px;
  margin: 50px 0;
  padding-left: 40%;
  color: #d6dee4;
}

.customization-copy p {
  margin: 0;
}

.tech-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.tech-list span {
  display: flex;
  min-height: 110px;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
  font-size: 1.05rem;
  font-weight: 800;
}

.tech-list span:last-child {
  border-right: 0;
}

.tech-list b {
  color: var(--copper);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
}

.process-list {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  border-top: 1px solid var(--line);
}

.process-list li {
  min-height: 270px;
  padding: 28px 30px;
  border-right: 1px solid var(--line);
}

.process-list li:last-child {
  border-right: 0;
}

.process-list li > span {
  color: var(--copper);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 4rem;
  line-height: 1;
}

.process-list h3 {
  margin: 42px 0 10px;
  font-size: 1.25rem;
}

.process-list p {
  margin: 0;
  color: var(--muted);
}

.coverage-section {
  padding: 110px max(32px, calc((100vw - var(--max)) / 2));
  background: var(--navy);
  color: var(--paper);
}

.coverage-intro {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 54px;
}

.coverage-intro .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -40px;
}

.coverage-intro > p:last-child {
  margin: 0;
  color: #ccd7df;
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.location-grid article {
  position: relative;
  min-height: 180px;
  padding: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  transition: background 180ms ease;
}

.location-grid article:hover {
  background: var(--copper);
}

.location-grid span {
  color: var(--copper);
  font-size: 0.8rem;
  font-weight: 900;
}

.location-grid article:hover span {
  color: var(--navy);
}

.location-grid h3 {
  margin: 30px 0 2px;
  font-size: 0.78rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.location-grid p {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}

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

.pack-grid article {
  min-height: 310px;
  padding: 38px;
  border: 1px solid var(--line);
  background: var(--cream);
}

.pack-grid .pack-highlight {
  background: var(--copper);
  color: white;
}

.pack-grid span {
  color: var(--copper-dark);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 3.5rem;
}

.pack-highlight span {
  color: var(--navy);
}

.pack-grid h3 {
  margin: 55px 0 12px;
  font-size: 2rem;
}

.pack-grid p {
  margin: 0;
}

.prices-button {
  margin-top: 26px;
}

.faq-section {
  border-top: 1px solid var(--line);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: grid;
  min-height: 92px;
  cursor: pointer;
  grid-template-columns: 60px 1fr auto;
  gap: 24px;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 800;
  list-style: none;
}

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

.faq-list summary span {
  color: var(--copper);
  font-size: 0.78rem;
}

.faq-list summary b {
  color: var(--copper);
  font-size: 1.8rem;
  font-weight: 400;
  transition: transform 180ms ease;
}

.faq-list details[open] summary b {
  transform: rotate(45deg);
}

.faq-list details > p {
  max-width: 820px;
  margin: -8px 0 30px 84px;
  color: var(--muted);
}

.final-cta {
  padding: 110px max(32px, calc((100vw - var(--max)) / 2));
  background: var(--copper);
  color: white;
}

.final-cta .eyebrow {
  color: var(--navy);
}

.final-cta h2 {
  max-width: 1000px;
}

.final-cta > p:not(.eyebrow) {
  max-width: 720px;
  margin: 28px 0;
  font-size: 1.1rem;
}

.final-cta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
}

.button-light {
  background: var(--paper);
  color: var(--navy);
}

.text-link {
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
  font-weight: 800;
}

footer {
  display: grid;
  padding: 52px max(32px, calc((100vw - var(--max)) / 2));
  grid-template-columns: auto 1fr auto;
  gap: 50px;
  align-items: center;
  background: #03101c;
  color: #bfccd5;
  font-size: 0.86rem;
}

.footer-brand {
  font-size: 2rem;
}

footer p {
  max-width: 580px;
  margin: 0;
}

footer > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: right;
}

footer a:hover {
  color: var(--copper);
}

@media (max-width: 1120px) {
  .site-header {
    gap: 24px;
  }

  .desktop-nav {
    gap: 24px;
  }

  .desktop-nav a:not(:last-child)::after {
    right: -14px;
  }

  .hero {
    min-height: 1120px;
  }

  .hero-copy {
    width: 58%;
  }

  .hero-collage {
    top: 440px;
    width: 72vw;
    height: 520px;
  }

  .hero-steps {
    bottom: 35px;
  }

  .hero-steps article {
    grid-template-columns: 58px 1fr;
  }

  .hero-steps article > span {
    width: 54px;
    height: 64px;
    font-size: 2rem;
  }

  .customization-copy {
    padding-left: 20%;
  }

  .tech-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .tech-list span:nth-child(3) {
    border-right: 0;
  }

  .tech-list span:nth-child(-n + 3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  }
}

@media (max-width: 820px) {
  .site-header {
    width: calc(100% - 40px);
    grid-template-columns: 1fr auto;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .mobile-nav {
    position: relative;
    display: block;
  }

  .mobile-nav summary {
    cursor: pointer;
    font-weight: 800;
    list-style: none;
  }

  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .mobile-nav nav {
    position: absolute;
    top: 38px;
    right: 0;
    display: grid;
    width: 230px;
    padding: 18px;
    background: var(--paper);
    color: var(--navy);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
  }

  .mobile-nav nav a {
    padding: 9px 6px;
    border-bottom: 1px solid var(--line);
  }

  .hero {
    min-height: 1250px;
    padding: 130px 20px 32px;
  }

  .hero::before {
    display: none;
  }

  .hero-copy {
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(4rem, 18vw, 6.8rem);
  }

  .hero-intro {
    max-width: 560px;
  }

  .hero-collage {
    top: 590px;
    right: -30px;
    width: 96vw;
    height: 430px;
  }

  .hero-photo-main {
    height: 380px;
  }

  .hero-photo-detail {
    width: 34%;
    height: 205px;
  }

  .cordoba-stamp {
    right: 6%;
    bottom: -12px;
    min-width: 212px;
  }

  .hero-steps {
    right: 20px;
    bottom: 24px;
    left: 20px;
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .hero-steps article {
    min-height: 70px;
    padding-top: 8px;
  }

  .hero-steps article > span {
    height: 54px;
  }

  .hero-steps p {
    display: none;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .trust-strip p {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .section {
    width: calc(100% - 40px);
    padding: 80px 0;
  }

  .section-heading,
  .coverage-intro,
  .customization-title {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .section-heading .eyebrow,
  .coverage-intro .eyebrow {
    margin-bottom: 0;
  }

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

  .group-card,
  .card-featured,
  .card-photo {
    grid-row: auto;
    grid-column: auto;
    min-height: 410px;
    padding: 36px 28px;
  }

  .card-featured {
    padding-top: 180px;
  }

  .card-photo {
    padding-right: 28px;
    background:
      linear-gradient(to top, var(--navy) 0 55%, rgba(7, 26, 45, 0.18)),
      url("../images/hero-cordoba-grupo.webp") 70% top / cover;
  }

  .customization-section,
  .coverage-section,
  .final-cta {
    padding: 80px 20px;
  }

  .customization-copy {
    padding-left: 0;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .process-list {
    grid-template-columns: 1fr 1fr;
  }

  .process-list li:nth-child(2) {
    border-right: 0;
  }

  .process-list li:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

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

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

  footer {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  footer > div {
    text-align: left;
  }
}

@media (max-width: 520px) {
  .brand {
    font-size: 2rem;
  }

  .hero {
    min-height: 1170px;
  }

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

  .hero h1 em {
    margin-top: 14px;
    font-size: 0.46em;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-collage {
    top: 610px;
    height: 330px;
  }

  .hero-photo-main {
    width: 84%;
    height: 300px;
  }

  .hero-photo-detail {
    display: none;
  }

  .cordoba-stamp {
    right: 7%;
    bottom: -24px;
    min-width: 190px;
    padding: 12px 14px;
  }

  .cordoba-stamp strong {
    font-size: 1.85rem;
  }

  .hero-steps h2 {
    font-size: 1.45rem;
  }

  .section-heading h2,
  .coverage-section h2,
  .customization-title h2,
  .final-cta h2 {
    font-size: 3rem;
  }

  .tech-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .tech-list span:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.24);
  }

  .tech-list span:nth-child(even) {
    border-right: 0;
  }

  .tech-list span:nth-child(4) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  }

  .process-list,
  .location-grid {
    grid-template-columns: 1fr;
  }

  .process-list li {
    min-height: 220px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .faq-list summary {
    min-height: 104px;
    grid-template-columns: 32px 1fr auto;
    gap: 10px;
    font-size: 1rem;
  }

  .faq-list details > p {
    margin-left: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
