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

:root {
  --navy: #062852;
  --blue: #1368d8;
  --sky: #29a7ff;
  --orange: #ff7a18;
  --gold: #ffb21c;
  --dark: #071626;
  --text: #304156;
  --muted: #68788d;
  --light: #f5f9ff;
  --white: #ffffff;
  --line: #dbe8f7;
  --shadow: 0 28px 80px rgba(6, 40, 82, 0.18);
  --soft: 0 16px 34px rgba(6, 40, 82, 0.08);
  --container: 1180px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
}

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

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

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

button {
  cursor: pointer;
}

.container {
  width: min(var(--container), calc(100% - 32px));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  top: -70px;
  left: 16px;
  z-index: 9999;
  background: var(--dark);
  color: var(--white);
  padding: 10px 14px;
  border-radius: 12px;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
    position: relative;
    overflow: hidden;
    color: var(--white);
    background: linear-gradient(90deg, rgba(6, 40, 82, .90), rgba(6, 40, 82, .66), rgba(6, 40, 82, .18)), url("images/hero-flight.jpg") center / cover no-repeat;
}

.nav {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  z-index: 10;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 900;
  letter-spacing: -.035em;
}

.brand-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--orange));
  box-shadow: 0 14px 30px rgba(0,0,0,.2);
}

.brand-text {
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1;
}

.brand-text strong {
  color: var(--white);
}

.brand-text em {
  color: var(--orange);
  font-style: normal;
}

.menu-list {
  display: flex;
  align-items: center;
  gap: 7px;
  list-style: none;
  margin: 0;
  padding: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255,255,255,.24);
  backdrop-filter: blur(14px);
}

.menu-list a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  border-radius: 999px;
  color: rgba(255,255,255,.92);
  font-size: 15px;
  font-weight: 850;
  white-space: nowrap;
}

.menu-list a:hover {
  background: rgba(255,255,255,.18);
  color: var(--white);
}

.phone-btn {
  min-height: 50px !important;
  padding: 0 24px !important;
  background: linear-gradient(135deg, var(--orange), var(--gold)) !important;
  color: var(--white) !important;
  font-size: 16px !important;
  font-weight: 950 !important;
  box-shadow: 0 16px 32px rgba(255,122,24,.35);
}

.menu-btn {
  display: none;
  align-items: center;
  gap: 5px;
  min-height: 44px;
  padding: 0 15px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  color: var(--white);
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.menu-btn span {
  width: 16px;
  height: 2px;
  border-radius: 4px;
  background: currentColor;
}

.hero {
  padding: clamp(62px, 8vw, 112px) 0 78px;
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr minmax(340px, 430px);
  gap: clamp(34px, 6vw, 70px);
  align-items: center;
}

.eyebrow,
.section-tag {
  display: inline-flex;
  width: fit-content;
  padding: 8px 13px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.eyebrow {
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.22);
  color: var(--white);
}

.hero h1 {
  max-width: 790px;
  margin: 18px 0;
  color: var(--white);
  font-size: clamp(42px, 7vw, 82px);
  line-height: .98;
  letter-spacing: -.07em;
}

.hero p {
  max-width: 720px;
  color: rgba(255,255,255,.78);
  font-size: clamp(17px, 2vw, 20px);
}

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

.btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 900;
}

.btn-primary {
  background: linear-gradient(135deg, var(--orange), var(--gold));
  color: var(--white);
  box-shadow: 0 16px 34px rgba(255,122,24,.32);
}

.btn-secondary {
  background: rgba(255,255,255,.14);
  color: var(--white);
  border: 1px solid rgba(255,255,255,.24);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.trust-row span {
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.20);
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
}

.booking-form {
  padding: 26px;
  border-radius: 32px;
  background: rgba(255,255,255,.96);
  color: var(--text);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.booking-head span {
  color: var(--orange);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.booking-head h2 {
  margin: 5px 0 16px;
  color: var(--navy);
  font-size: 30px;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.trip-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}

.trip-options label {
  flex: 1;
  min-width: max-content;
  padding: 9px 10px;
  border-radius: 999px;
  background: var(--light);
  border: 1px solid var(--line);
  color: var(--navy);
  font-size: 13px;
  font-weight: 850;
}

.trip-options input {
  accent-color: var(--orange);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.field label {
  display: block;
  margin-bottom: 6px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.field input,
.field select {
  width: 100%;
  min-height: 44px;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 15px;
  color: var(--dark);
  background: var(--white);
  outline: none;
}

.field input:focus,
.field select:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(255,122,24,.13);
}

.form-call {
  display: grid;
  justify-items: center;
  gap: 2px;
  margin-top: 16px;
  padding: 13px 16px;
  border-radius: 18px;
  color: var(--white);
  background: linear-gradient(135deg, var(--orange), var(--gold));
  box-shadow: 0 18px 34px rgba(255,122,24,.28);
}

.form-call span {
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.form-call strong {
  font-size: 15px;
}

.quick-strip {
  background: var(--navy);
  color: var(--white);
}

.strip-items {
  display: flex;
  justify-content: center;
  gap: 34px;
  flex-wrap: wrap;
  padding: 14px 0;
}

.strip-items span {
  color: rgba(255,255,255,.72);
  font-weight: 900;
}

.section {
  padding: clamp(70px, 8vw, 108px) 0;
}

.section-heading {
  max-width: 850px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-tag {
  background: #e9f4ff;
  color: var(--blue);
  border: 1px solid rgba(19,104,216,.12);
}

.section-heading h2,
.fare-copy h2,
.about-card h2,
.why-title h2,
.contact-card h2 {
  margin: 14px 0 12px;
  color: var(--navy);
  font-size: clamp(32px, 4.8vw, 56px);
  line-height: 1.06;
  letter-spacing: -.06em;
}

.section-heading p,
.fare-copy p,
.about-card p,
.why-title p,
.why-list p,
.contact-card p {
  color: var(--muted);
  font-size: 17px;
}

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

.destination-grid article {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--soft);
}

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

.destination-grid article > div {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 22px;
}

.destination-grid span {
  color: var(--orange);
  font-weight: 950;
  text-transform: uppercase;
  font-size: 12px;
}

.destination-grid h3 {
  margin: 8px 0;
  color: var(--navy);
  font-size: 23px;
}

.destination-grid p {
  flex: 1;
  margin: 0 0 18px;
  color: var(--muted);
}

.destination-grid a {
  display: inline-flex;
  min-height: 44px;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  background: var(--blue);
  color: var(--white);
  font-weight: 900;
}

.fare-section,
.why-section {
  background: var(--light);
}

.fare-layout,
.about-layout,
.why-layout {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(34px, 6vw, 70px);
  align-items: center;
}

.support-cards,
.why-list,
.about-stats {
  display: grid;
  gap: 15px;
}

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

.support-cards article,
.why-list article,
.about-stats div {
  padding: 22px;
  border-radius: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--soft);
}

.support-cards strong,
.support-cards span,
.about-stats strong,
.about-stats span {
  display: block;
}

.support-cards strong {
  color: var(--navy);
  font-size: 21px;
  margin-bottom: 5px;
}

.support-cards span,
.about-stats span {
  color: var(--muted);
}

.about-card {
  padding: clamp(28px, 5vw, 54px);
  border-radius: 36px;
  background:
    radial-gradient(circle at top right, rgba(255,122,24,.13), transparent 34%),
    var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.about-stats strong {
  color: var(--orange);
  font-size: 34px;
  line-height: 1;
}

.why-list article span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: var(--orange);
  color: var(--white);
  font-weight: 950;
}

.why-list h3 {
  color: var(--navy);
  font-size: 23px;
}

.contact-section {
  padding: clamp(70px, 8vw, 108px) 0;
}

.contact-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
  padding: clamp(32px, 5vw, 58px);
  border-radius: 36px;
  color: var(--white);
  background:
    radial-gradient(circle at top right, rgba(255,178,28,.30), transparent 34%),
    linear-gradient(135deg, var(--blue), var(--navy));
  box-shadow: var(--shadow);
}

.contact-card h2 {
  color: var(--white);
}

.contact-card p {
  color: rgba(255,255,255,.76);
}

.light {
  background: rgba(255,255,255,.13);
  color: var(--white);
  border-color: rgba(255,255,255,.22);
}

.contact-actions {
  display: grid;
  gap: 14px;
  min-width: 310px;
}

.contact-actions a {
  display: grid;
  gap: 2px;
  padding: 20px;
  border-radius: 24px;
  background: rgba(255,255,255,.11);
  border: 1px solid rgba(255,255,255,.18);
}

.contact-actions small {
  color: rgba(255,255,255,.68);
  font-weight: 950;
  text-transform: uppercase;
}

.contact-actions strong {
  color: var(--white);
  font-size: 21px;
}

.site-footer {
  padding: 68px 0 24px;
  color: var(--white);
  background: var(--dark);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 34px;
}

.footer-brand {
  margin-bottom: 16px;
}

.site-footer h3 {
  margin: 0 0 14px;
}

.site-footer p,
.site-footer a {
  display: block;
  margin: 0 0 9px;
  color: rgba(255,255,255,.72);
}

.policy-panels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.policy-panels section {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
}

.policy-panels h4 {
  margin: 0 0 8px;
  color: var(--white);
}

.policy-panels p {
  margin: 0;
  font-size: 14px;
}

.footer-bottom {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.12);
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  font-size: 14px;
}

.sticky-call {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1200;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--orange), var(--gold));
  color: var(--white);
  font-weight: 950;
  box-shadow: 0 18px 40px rgba(255,122,24,.38);
}

@media (max-width: 1120px) {
  .hero-content,
  .fare-layout,
  .about-layout,
  .why-layout,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .destination-grid,
  .footer-grid,
  .policy-panels {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-actions {
    min-width: 0;
  }
}

@media (max-width: 900px) {
  .menu-btn {
    display: inline-flex;
  }

  .menu-list {
    position: fixed;
    top: 84px;
    left: 12px;
    right: 12px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 14px;
    border-radius: 24px;
    background: rgba(255,255,255,.98);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    z-index: 5000;
  }

  .menu-list.open {
    display: flex;
  }

  .menu-list a {
    width: 100%;
    justify-content: flex-start;
    color: var(--dark);
  }

  .phone-btn {
    justify-content: center !important;
    color: var(--white) !important;
  }

  .support-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(var(--container), calc(100% - 24px));
  }

  .nav {
    min-height: 78px;
  }

  .brand-icon {
    width: 40px;
    height: 40px;
  }

  .brand-text {
    font-size: 20px;
  }

  .hero {
    padding: 40px 0 58px;
  }

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

  .form-grid,
  .destination-grid,
  .footer-grid,
  .policy-panels {
    grid-template-columns: 1fr;
  }

  .booking-form {
    padding: 20px;
  }

  .section,
  .contact-section {
    padding: 52px 0;
  }

  .sticky-call {
    left: 14px;
    right: 14px;
  }
}


/* V2 UPDATES: removed strip, popular routes, assistance, reviews, form CTA */
.form-call {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-call span {
  font-size: 15px;
  letter-spacing: .035em;
}

/* Popular routes */
.popular-routes {
  background:
    radial-gradient(circle at top left, rgba(41, 167, 255, .10), transparent 30%),
    var(--white);
}

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

.route-card {
  overflow: hidden;
  border-radius: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--soft);
  display: flex;
  flex-direction: column;
}

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

.route-body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.deal-badge {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 122, 24, .12);
  color: var(--orange);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.deal-badge.value {
  background: rgba(19, 104, 216, .10);
  color: var(--blue);
}

.deal-badge.new {
  background: rgba(41, 167, 255, .12);
  color: var(--sky);
}

.deal-badge.trending,
.deal-badge.flash,
.deal-badge.classic {
  background: rgba(255, 178, 28, .16);
  color: #b46500;
}

.route-line {
  margin-top: 16px;
  color: var(--muted);
  font-weight: 900;
}

.route-line strong {
  color: var(--orange);
  padding: 0 6px;
}

.route-card h3 {
  margin: 8px 0;
  color: var(--navy);
  font-size: 26px;
  letter-spacing: -.025em;
}

.route-card p {
  flex: 1;
  margin: 0 0 18px;
  color: var(--muted);
}

.route-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.route-meta span {
  padding: 7px 9px;
  border-radius: 999px;
  background: var(--light);
  color: var(--navy);
  font-size: 12px;
  font-weight: 850;
}

.route-card a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--orange), var(--gold));
  color: var(--white);
  font-weight: 950;
}

/* Travel support and assistance */
.assistance-section {
  background:
    radial-gradient(circle at top right, rgba(255, 122, 24, .12), transparent 34%),
    linear-gradient(180deg, var(--light), #ffffff);
}

.assist-header {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 34px;
  align-items: end;
  margin-bottom: 38px;
}

.assist-header h2 {
  margin: 14px 0 0;
  color: var(--navy);
  font-size: clamp(32px, 4.8vw, 56px);
  line-height: 1.06;
  letter-spacing: -.06em;
}

.assist-header p {
  color: var(--muted);
  font-size: 17px;
}

.assist-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 24px;
  align-items: stretch;
}

.assist-feature {
  padding: 32px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(255,178,28,.25), transparent 36%),
    linear-gradient(135deg, var(--blue), var(--navy));
  color: var(--white);
  box-shadow: var(--shadow);
}

.live-dot {
  display: inline-flex;
  color: #9dffda;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 13px;
}

.assist-feature h3 {
  margin: 18px 0 10px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.06;
  letter-spacing: -.04em;
}

.assist-feature p {
  color: rgba(255,255,255,.75);
}

.assist-feature a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--white);
  color: var(--blue);
  font-weight: 950;
}

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

.assist-grid article {
  padding: 22px;
  border-radius: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--soft);
}

.assist-grid span {
  color: var(--orange);
  font-weight: 950;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .04em;
}

.assist-grid h3 {
  margin: 8px 0;
  color: var(--navy);
  font-size: 22px;
}

.assist-grid p {
  margin: 0;
  color: var(--muted);
}

/* Running reviews */
.reviews-section {
  overflow: hidden;
  background: var(--white);
}

.review-marquee {
  width: 100%;
  overflow: hidden;
  padding: 8px 0 14px;
}

.review-track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: reviewScroll 42s linear infinite;
}

.review-track:hover {
  animation-play-state: paused;
}

.review-card {
  width: 360px;
  min-height: 230px;
  padding: 24px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(255,122,24,.10), transparent 34%),
    var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--soft);
}

.stars {
  color: var(--orange);
  letter-spacing: 2px;
  font-size: 18px;
  margin-bottom: 14px;
}

.review-card p {
  color: var(--text);
  margin: 0 0 18px;
}

.review-card strong,
.review-card span {
  display: block;
}

.review-card strong {
  color: var(--navy);
  font-size: 18px;
}

.review-card span {
  color: var(--muted);
  font-size: 14px;
}

@keyframes reviewScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1120px) {
  .routes-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .assist-header,
  .assist-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .routes-grid,
  .assist-grid {
    grid-template-columns: 1fr;
  }

  .review-card {
    width: 300px;
  }
}


/* FINAL REMOVAL SAFETY: hidden if any removed section remains by mistake */
.fare-section,
.why-section,
.assistance-section,
#why-call,
#travel-assistance {
  display: none !important;
}


/* V5 CUSTOMER-CONNECTED CONTENT POLISH */
.hero h1 {
  max-width: 840px;
}

.booking-head h2 {
  max-width: 340px;
}

.route-card h3,
.destination-grid h3 {
  letter-spacing: -.035em;
}

.review-card p {
  font-size: 15.5px;
  line-height: 1.7;
}

.decision-cta {
  background: linear-gradient(135deg, var(--light), #ffffff);
  padding-top: 24px;
}

.decision-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: clamp(30px, 5vw, 56px);
  border-radius: 36px;
  background:
    radial-gradient(circle at top right, rgba(255, 178, 28, .28), transparent 34%),
    linear-gradient(135deg, var(--blue), var(--navy));
  box-shadow: var(--shadow);
  color: var(--white);
}

.decision-card .section-tag {
  background: rgba(255,255,255,.13);
  color: var(--white);
  border-color: rgba(255,255,255,.20);
}

.decision-card h2 {
  margin: 14px 0 10px;
  color: var(--white);
  font-size: clamp(31px, 4.6vw, 54px);
  line-height: 1.06;
  letter-spacing: -.055em;
}

.decision-card p {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: 17px;
}

.decision-card > a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--orange), var(--gold));
  color: var(--white);
  font-weight: 950;
  box-shadow: 0 18px 36px rgba(255,122,24,.32);
  white-space: nowrap;
}

@media (max-width: 900px) {
  .decision-card {
    grid-template-columns: 1fr;
  }

  .decision-card > a {
    width: 100%;
  }
}
