:root {
  --purple-950: #12062e;
  --purple-900: #18064b;
  --purple-850: #24105f;
  --purple-800: #2d0c70;
  --purple-700: #351080;
  --purple-600: #4b16a8;
  --purple-500: #6c35c7;
  --purple-400: #a34cff;
  --orange-500: #ff7100;
  --orange-400: #ff8a00;
  --yellow: #ffc107;
  --green: #18b957;
  --white: #ffffff;
  --surface: #fcfcfe;
  --text: #22105e;
  --text-soft: #625a78;
  --line: #e5e2f0;
  --shadow: 0 4px 18px rgba(31, 16, 82, 0.06);
  --radius: 16px;
  --container: 1200px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background: var(--surface);
  font-family: Poppins, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

h1,
h2,
h3,
strong {
  letter-spacing: -0.025em;
}

.svg-sprite {
  position: fixed;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

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

.hero {
  position: relative;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(18, 6, 46, 0.91) 0%, rgba(28, 9, 67, 0.78) 49%, rgba(18, 5, 43, 0.65) 100%),
    radial-gradient(circle at 50% 45%, transparent 10%, rgba(8, 2, 26, 0.62) 100%),
    url("assets/hero-bras-bus.png") center 42% / cover no-repeat;
}

.hero-overlay {
  min-height: 720px;
  padding: 14px 0 26px;
  background: linear-gradient(180deg, rgba(10, 2, 31, 0.06), rgba(13, 3, 45, 0.35));
}

.hero-toolbar {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.icon-button,
.share-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.62);
  background: rgba(18, 6, 52, 0.32);
  backdrop-filter: blur(8px);
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.icon-button {
  width: 54px;
  height: 54px;
  border-radius: 50%;
}

.share-button {
  min-height: 52px;
  padding: 0 20px;
  gap: 11px;
  border-radius: 14px;
  font-size: 17px;
  font-weight: 700;
}

.icon-button svg {
  width: 30px;
  height: 30px;
}

.share-button svg {
  width: 25px;
  height: 25px;
}

.icon-button svg,
.share-button svg,
.hero-benefits svg,
.category-link svg,
.offer-card svg,
.feature-list svg,
.card-heading svg,
.trust-item svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-button:hover,
.share-button:hover {
  background: rgba(108, 53, 199, 0.48);
  border-color: var(--white);
  transform: translateY(-1px);
}

.hero-intro {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  align-items: center;
  gap: 38px;
  padding-top: 54px;
}

.brand-mark {
  width: 250px;
  aspect-ratio: 1;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 15px 28px rgba(8, 2, 28, 0.34));
}

.brand-title-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.hero h1 {
  margin-bottom: 8px;
  color: var(--white);
  font-size: clamp(42px, 5vw, 58px);
  line-height: 1.05;
  font-weight: 800;
}

.verified-badge {
  display: inline-grid;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 11px 11px 11px 5px;
  color: var(--white);
  background: linear-gradient(145deg, var(--orange-400), var(--orange-500));
  font-size: 22px;
  font-weight: 900;
  box-shadow: 0 5px 16px rgba(255, 113, 0, 0.32);
  transform: rotate(5deg);
}

.rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
  font-size: 17px;
}

.rating strong {
  font-size: 18px;
}

.rating-stars {
  color: var(--yellow);
  font-size: 25px;
  letter-spacing: 2px;
  line-height: 1;
}

.hero-copy > p {
  max-width: 650px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 600;
  line-height: 1.55;
}

.hero-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 28px;
}

.glass-card {
  border: 1px solid rgba(213, 195, 255, 0.25);
  background: linear-gradient(135deg, rgba(69, 34, 124, 0.3), rgba(20, 7, 55, 0.54));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(9px);
}

.benefit-card {
  min-height: 125px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 23px 20px;
  border-right-width: 0;
}

.benefit-card:first-child {
  border-radius: 16px 0 0 16px;
}

.benefit-card:last-child {
  border-right-width: 1px;
  border-radius: 0 16px 16px 0;
}

.benefit-card > svg {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  color: var(--purple-400);
}

.benefit-card h2 {
  margin-bottom: 4px;
  color: var(--white);
  font-size: 16px;
  font-weight: 750;
}

.benefit-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.83);
  font-size: 13px;
  line-height: 1.6;
}

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

.contact-card {
  min-height: 100px;
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 17px 24px;
  border-radius: 14px;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.contact-card:hover {
  border-color: rgba(255, 255, 255, 0.54);
  background: rgba(71, 36, 130, 0.52);
  transform: translateY(-2px);
}

.contact-icon {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  color: #ff4294;
}

.whatsapp-contact .contact-icon {
  color: #31df72;
}

.purple-icon {
  color: var(--purple-400);
}

.contact-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-card strong,
.contact-card small {
  display: block;
}

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

.contact-card small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
}

.category-navigation {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.nav-scroll {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.category-link {
  position: relative;
  min-height: 105px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 9px;
  padding: 18px 10px 19px;
  color: #29106b;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

.category-link svg {
  width: 33px;
  height: 33px;
  transition: transform 180ms ease;
}

.category-link::after {
  content: "";
  position: absolute;
  right: 20%;
  bottom: 0;
  left: 20%;
  height: 4px;
  border-radius: 4px 4px 0 0;
  background: var(--purple-600);
  opacity: 0;
  transform: scaleX(0.55);
  transition: opacity 180ms ease, transform 180ms ease;
}

.category-link:hover,
.category-link.is-active {
  color: var(--purple-600);
}

.category-link:hover svg {
  transform: translateY(-2px);
}

.category-link.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.main-content {
  padding: 24px 0 20px;
  background: var(--surface);
}

.content-card {
  width: 100%;
  height: auto;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.about-card {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(390px, 1.08fr);
  align-items: stretch;
  gap: 32px;
  padding: 24px;
}

.about-copy {
  padding: 2px 10px 2px 8px;
}

.about-copy h2,
.offer-copy h2,
.card-heading h2,
.reasons-card h2,
.reviews-summary h2 {
  margin-bottom: 8px;
  color: var(--purple-600);
  font-size: 25px;
  line-height: 1.25;
  font-weight: 800;
}

.about-copy > p {
  max-width: 530px;
  margin-bottom: 20px;
  color: #2d2065;
  font-size: 16px;
  line-height: 1.55;
}

.feature-list,
.offer-features {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

.about-list {
  display: grid;
  gap: 10px;
}

.about-list li {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 15px;
  font-weight: 600;
}

.list-icon {
  width: 25px;
  height: 25px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: var(--purple-600);
  border-radius: 50%;
  background: #f1e8ff;
}

.list-icon svg {
  width: 16px;
  height: 16px;
}

.about-visual {
  position: relative;
  min-height: 330px;
  padding-bottom: 16px;
}

.about-visual > img {
  width: 100%;
  height: 100%;
  min-height: 314px;
  border-radius: 14px;
  object-fit: cover;
}

.experience-badge {
  position: absolute;
  right: 22px;
  bottom: 0;
  min-width: min(86%, 390px);
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 20px;
  color: var(--white);
  border-radius: 12px;
  background: linear-gradient(120deg, var(--purple-600), var(--purple-800));
  box-shadow: 0 9px 24px rgba(37, 7, 96, 0.25);
}

.experience-badge svg {
  flex: 0 0 auto;
  width: 45px;
  height: 45px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.experience-badge strong {
  font-size: 14px;
  line-height: 1.5;
}

.offer-card {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) 235px;
  align-items: center;
  gap: 24px;
  margin-top: 18px;
  padding: 20px 24px;
}

.offer-icon {
  width: 105px;
  height: 105px;
  display: grid;
  place-items: center;
  color: var(--white);
  border-radius: 15px;
  background: linear-gradient(145deg, var(--purple-600), var(--purple-850));
  box-shadow: 0 8px 20px rgba(51, 12, 128, 0.18);
}

.offer-icon svg {
  width: 58px;
  height: 58px;
  stroke-width: 1.6;
}

.offer-copy h2 {
  margin-bottom: 1px;
}

.offer-copy > p {
  margin-bottom: 15px;
  color: #31206b;
  font-size: 15px;
}

.offer-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 23px;
}

.offer-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #362570;
  font-size: 14px;
  white-space: nowrap;
}

.offer-features svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: var(--purple-600);
}

.parcel-features {
  justify-content: flex-start;
}

.offer-action {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  text-align: right;
}

.offer-action > span {
  font-size: 13px;
}

.offer-action > strong {
  margin: -1px 0 11px;
  color: var(--purple-600);
  font-size: 34px;
  line-height: 1.2;
  font-weight: 800;
  white-space: nowrap;
}

.button {
  min-height: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 750;
  text-align: center;
  cursor: pointer;
  transition: box-shadow 180ms ease, transform 180ms ease, background-color 180ms ease;
}

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

.button-primary {
  color: var(--white);
  background: linear-gradient(120deg, var(--orange-400), #ff5e00);
  box-shadow: 0 6px 15px rgba(255, 104, 0, 0.18);
}

.button-primary:hover {
  box-shadow: 0 9px 22px rgba(255, 104, 0, 0.28);
}

.offer-action .button {
  width: 100%;
}

.information-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 16px;
  margin-top: 16px;
}

.trips-card,
.reasons-card {
  padding: 20px 22px;
}

.card-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 8px;
}

.card-heading h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0;
  color: #25105f;
  font-size: 22px;
}

.card-heading h2 svg {
  width: 29px;
  height: 29px;
  color: var(--purple-600);
}

.card-heading > a {
  color: var(--purple-600);
  font-size: 14px;
  font-weight: 700;
}

.trip-row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
}

.trip-date {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 11px;
  color: var(--purple-850);
  background: #f6f4fb;
  line-height: 1;
}

.trip-date strong {
  font-size: 29px;
  font-weight: 800;
}

.trip-date span {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 800;
}

.trip-details h3 {
  margin-bottom: 3px;
  color: #24115f;
  font-size: 16px;
}

.trip-details p {
  margin-bottom: 0;
  color: #392574;
  font-size: 14px;
}

.trip-details p span {
  margin-inline: 5px;
}

.trip-price {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  text-align: right;
}

.trip-price strong {
  color: var(--purple-600);
  font-size: 17px;
}

.trip-price span {
  color: var(--text-soft);
  font-size: 13px;
}

.button-outline {
  color: var(--purple-600);
  border-color: var(--purple-500);
  background: var(--white);
}

.button-outline:hover {
  color: var(--white);
  background: var(--purple-600);
}

.trips-card > .button {
  width: 100%;
  min-height: 45px;
  margin-top: 2px;
}

.reasons-card {
  display: flex;
  flex-direction: column;
}

.reasons-card > h2 {
  color: #25105f;
  font-size: 22px;
}

.reason-list {
  display: grid;
  gap: 12px;
  margin: 10px 8px 22px;
}

.reason-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
}

.reason-list svg {
  width: 23px;
  height: 23px;
  flex: 0 0 auto;
  color: var(--purple-600);
}

.security-banner {
  min-height: 105px;
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: auto;
  padding: 18px 24px;
  color: var(--white);
  border-radius: 14px;
  background: linear-gradient(110deg, var(--purple-850), var(--purple-600));
}

.security-banner > svg {
  width: 62px;
  height: 62px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.security-banner h3 {
  margin-bottom: 1px;
  font-size: 21px;
}

.security-banner p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.4;
}

.reviews-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 16px;
  padding: 22px 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f8f5ff;
}

.reviews-stars {
  display: block;
  margin-bottom: 5px;
  color: var(--yellow);
  font-size: 22px;
  letter-spacing: 2px;
}

.reviews-summary h2 {
  margin-bottom: 3px;
  font-size: 21px;
}

.reviews-summary p {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--text-soft);
  font-size: 14px;
}

.reviews-summary .button {
  flex: 0 0 auto;
}

.whatsapp-banner {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr) minmax(280px, 420px);
  align-items: center;
  gap: 25px;
  margin-top: 18px;
  padding: 20px 28px;
  color: var(--white);
  border-radius: 18px;
  background: linear-gradient(100deg, var(--purple-950), var(--purple-850));
  box-shadow: 0 10px 26px rgba(26, 6, 75, 0.15);
}

.whatsapp-large-icon {
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  color: #2fd66b;
  border: 7px solid var(--white);
  border-radius: 50%;
  background: #20bc5a;
}

.whatsapp-large-icon svg {
  width: 64px;
  height: 64px;
  color: var(--white);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.whatsapp-copy h2 {
  margin-bottom: 1px;
  font-size: 27px;
  line-height: 1.2;
}

.whatsapp-copy p {
  max-width: 460px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
}

.whatsapp-button {
  width: 100%;
  min-height: 62px;
  font-size: 20px;
}

.trust-footer {
  color: var(--white);
  background: var(--purple-900);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  padding-top: 20px;
  padding-bottom: 18px;
}

.trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}

.trust-item > span {
  width: 49px;
  height: 49px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: var(--purple-400);
  border-radius: 50%;
  background: rgba(108, 53, 199, 0.23);
}

.trust-item svg {
  width: 30px;
  height: 30px;
}

.trust-item strong {
  font-size: 14px;
  line-height: 1.5;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 14px;
  padding-bottom: 18px;
  color: rgba(255, 255, 255, 0.68);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  color: var(--white);
  font-weight: 700;
}

:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .hero-intro {
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 28px;
  }

  .brand-mark {
    width: 205px;
  }

  .hero-benefits {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .benefit-card,
  .benefit-card:first-child,
  .benefit-card:last-child {
    border: 1px solid rgba(213, 195, 255, 0.25);
    border-radius: 14px;
  }

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

  .hero-contacts .contact-card:last-child {
    grid-column: 1 / -1;
  }

  .about-card {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .offer-card {
    grid-template-columns: 90px minmax(0, 1fr) 210px;
    gap: 18px;
  }

  .offer-icon {
    width: 88px;
    height: 88px;
  }

  .offer-icon svg {
    width: 49px;
    height: 49px;
  }

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

  .whatsapp-banner {
    grid-template-columns: 80px 1fr 300px;
  }

  .whatsapp-large-icon {
    width: 74px;
    height: 74px;
  }

  .whatsapp-large-icon svg {
    width: 51px;
    height: 51px;
  }
}

@media (max-width: 768px) {
  .container {
    width: min(100% - 40px, var(--container));
  }

  .hero {
    background:
      linear-gradient(180deg, rgba(18, 6, 46, 0.79), rgba(16, 4, 48, 0.92)),
      url("assets/hero-bras-bus.png") center center / cover no-repeat;
  }

  .hero-overlay {
    min-height: 0;
    padding-bottom: 20px;
  }

  .hero-toolbar {
    min-height: 58px;
  }

  .icon-button {
    width: 48px;
    height: 48px;
  }

  .share-button {
    min-height: 47px;
    padding-inline: 16px;
    font-size: 14px;
  }

  .share-button svg {
    width: 21px;
    height: 21px;
  }

  .hero-intro {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    padding-top: 38px;
    text-align: center;
  }

  .brand-mark {
    width: min(210px, 58vw);
  }

  .brand-title-row {
    justify-content: center;
  }

  .hero h1 {
    font-size: clamp(32px, 9vw, 38px);
  }

  .verified-badge {
    width: 29px;
    height: 29px;
    font-size: 18px;
  }

  .rating {
    justify-content: center;
    margin-bottom: 11px;
    font-size: 14px;
  }

  .rating-stars {
    font-size: 19px;
  }

  .hero-copy > p {
    margin-inline: auto;
    font-size: 16px;
  }

  .hero-benefits {
    margin-top: 28px;
  }

  .benefit-card {
    min-height: 116px;
    padding: 18px 16px;
  }

  .benefit-card > svg {
    width: 38px;
    height: 38px;
  }

  .hero-contacts {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hero-contacts .contact-card:last-child {
    grid-column: auto;
  }

  .contact-card {
    min-height: 84px;
  }

  .category-navigation {
    overflow: visible;
  }

  .nav-scroll {
    width: 100%;
    display: flex;
    gap: 12px;
    padding-inline: 20px;
    overflow-x: auto;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
  }

  .nav-scroll::-webkit-scrollbar {
    display: none;
  }

  .category-link {
    min-width: 102px;
    min-height: 94px;
    flex: 0 0 auto;
    padding: 15px 8px 17px;
    font-size: 13px;
  }

  .category-link svg {
    width: 29px;
    height: 29px;
  }

  .main-content {
    padding-top: 16px;
  }

  .about-card {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 20px;
  }

  .about-copy {
    padding: 0;
  }

  .about-copy h2,
  .offer-copy h2 {
    font-size: 24px;
  }

  .about-visual {
    min-height: 0;
    padding-bottom: 0;
  }

  .about-visual > img {
    height: auto;
    min-height: 240px;
    aspect-ratio: 16 / 10;
  }

  .experience-badge {
    position: static;
    width: 100%;
    min-width: 0;
    margin-top: 12px;
  }

  .offer-card {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 18px;
    padding: 20px;
  }

  .offer-icon {
    width: 76px;
    height: 76px;
  }

  .offer-icon svg {
    width: 43px;
    height: 43px;
  }

  .offer-copy > p {
    margin-bottom: 14px;
  }

  .offer-features {
    grid-column: 1 / -1;
  }

  .offer-action {
    grid-column: 1 / -1;
    align-items: stretch;
    padding-top: 4px;
    text-align: center;
  }

  .offer-action > strong {
    font-size: 31px;
  }

  .information-grid {
    gap: 16px;
  }

  .reviews-summary {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
    padding: 20px;
  }

  .reviews-summary .button {
    width: 100%;
  }

  .whatsapp-banner {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    padding: 24px 20px;
    text-align: center;
  }

  .whatsapp-copy h2 {
    font-size: 25px;
  }

  .whatsapp-button {
    min-height: 56px;
    margin-top: 4px;
    font-size: 17px;
  }

  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 14px;
    padding-top: 24px;
    padding-bottom: 22px;
  }

  .trust-item {
    justify-content: flex-start;
  }

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

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

  .benefit-card {
    min-height: 0;
  }

  .contact-card {
    padding-inline: 17px;
  }

  .contact-card strong {
    font-size: 15px;
  }

  .about-copy h2,
  .offer-copy h2,
  .card-heading h2,
  .reasons-card > h2 {
    font-size: 21px;
  }

  .offer-card {
    display: flex;
    align-items: stretch;
    flex-direction: column;
  }

  .offer-icon {
    width: 72px;
    height: 72px;
  }

  .offer-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .trip-row {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 12px;
  }

  .trip-date {
    min-height: 65px;
  }

  .trip-date strong {
    font-size: 25px;
  }

  .trip-price {
    grid-column: 2;
    align-items: flex-start;
    flex-direction: row;
    gap: 8px;
    text-align: left;
  }

  .trip-price span {
    padding-top: 2px;
  }

  .trips-card,
  .reasons-card {
    padding: 18px;
  }

  .security-banner {
    align-items: flex-start;
    gap: 14px;
    padding: 17px;
  }

  .security-banner > svg {
    width: 48px;
    height: 48px;
  }

  .security-banner h3 {
    font-size: 19px;
  }

  .trust-item > span {
    width: 42px;
    height: 42px;
  }

  .trust-item svg {
    width: 25px;
    height: 25px;
  }

  .trust-item strong {
    font-size: 12px;
  }
}

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

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

/* SmartClone IA: proteção de integridade visual */
html,body{max-width:100%;overflow-x:clip}main>section{position:relative;isolation:isolate;clear:both}img{max-width:100%;height:auto}img[src*="assets/"]{object-fit:contain}
