:root {
  --black: #090909;
  --panel: #111111;
  --panel-2: #171717;
  --white: #f8f8f6;
  --muted: #a8a8a8;
  --orange: #ff6817;
  --green: #20b858;
  --line: #2b2b2b;
  --radius: 24px;
  --max: 1180px;
}

/* Configurações gerais */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: var(--white);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

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

button,
input,
select {
  font: inherit;
}

/* Cabeçalho */

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;

  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 100%;
  max-width: var(--max);
  height: 82px;
  margin: auto;
  padding: 0 24px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

/* Logo Inove */

.brand {
  display: block;
  width: 155px;
  line-height: 0;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.header-cta,
.secondary-cta {
  padding: 11px 18px;

  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;

  font-weight: 700;

  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.header-cta:hover,
.secondary-cta:hover {
  border-color: var(--orange);
  color: var(--orange);
  transform: translateY(-1px);
}

/* Seção principal */

.hero {
  position: relative;

  display: flex;
  align-items: center;

  min-height: 760px;
  height: min(92vh, 900px);

  overflow: hidden;
}

.hero-image {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;
}

.hero-shade {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(5, 5, 5, 0.97) 0%,
      rgba(5, 5, 5, 0.83) 35%,
      rgba(5, 5, 5, 0.12) 70%
    ),
    linear-gradient(
      0deg,
      rgba(9, 9, 9, 0.8) 0%,
      transparent 30%
    );
}

.hero-content {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: var(--max);
  margin: 70px auto 0;
  padding: 0 24px;
}

.hero-content > * {
  max-width: 625px;
}

/* Logo Continental e localização */

.continental-location {
  display: flex;
  align-items: center;
  gap: 16px;

  width: fit-content;
  margin-bottom: 24px;
}

.continental-location img {
  display: block;

  width: 190px !important;
  max-width: 190px !important;
  height: auto !important;

  object-fit: contain;
}

.continental-location span {
  padding-left: 16px;

  border-left: 1px solid rgba(255, 255, 255, 0.35);

  color: #ffffff;

  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Textos principais */

.eyebrow {
  margin: 0 0 20px;

  color: var(--orange);

  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 625px;
  margin: 0 0 24px;

  font-size: clamp(3.1rem, 6vw, 6rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.hero-copy {
  max-width: 560px;
  margin: 0 0 25px;

  color: #d6d6d6;

  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
}

.offer {
  display: flex;
  align-items: baseline;
  gap: 9px;

  margin-bottom: 28px;
}

.offer strong {
  font-size: 2.4rem;
  letter-spacing: -0.05em;
}

.offer span {
  color: #d2d2d2;
  font-size: 1rem;
}

/* Botões principais */

.primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;

  padding: 17px 22px;

  border: 0;
  border-radius: 12px;

  background: var(--orange);
  box-shadow: 0 12px 30px rgba(255, 104, 23, 0.22);
  color: #111111;

  font-weight: 850;

  cursor: pointer;

  transition:
    background 0.2s ease,
    transform 0.2s ease,
    opacity 0.2s ease;
}

.primary-cta:hover {
  background: #ff7a33;
  transform: translateY(-2px);
}

.primary-cta:focus-visible,
.header-cta:focus-visible,
.secondary-cta:focus-visible,
.floating-cta:focus-visible {
  outline: 3px solid rgba(255, 104, 23, 0.4);
  outline-offset: 3px;
}

.primary-cta:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.microcopy {
  margin-top: 11px;

  color: #999999;

  font-size: 0.78rem;
}

/* Seção de cotação */

.quote-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 80px;

  max-width: var(--max);
  margin: auto;
  padding: 110px 24px;
}

.section-copy h2,
.location h2 {
  margin: 0 0 22px;

  font-size: clamp(2.2rem, 4vw, 3.7rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.section-copy > p:not(.eyebrow) {
  max-width: 520px;
  color: var(--muted);
}

/* Lista de benefícios */

.benefits {
  margin: 38px 0 0;
  padding: 0;

  list-style: none;
}

.benefits li {
  display: flex;
  align-items: center;
  gap: 18px;

  padding: 16px 0;

  border-top: 1px solid var(--line);
}

.benefits li:last-child {
  border-bottom: 1px solid var(--line);
}

.benefits span {
  color: var(--orange);

  font-size: 0.75rem;
  font-weight: 800;
}

/* Formulário */

.quote-card {
  padding: 30px;

  border: 1px solid var(--line);
  border-radius: var(--radius);

  background: var(--panel-2);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

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

.form-grid .field {
  min-width: 0;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 8px;

  margin-bottom: 18px;
}

.field label {
  color: var(--white);
  font-weight: 700;
}

.field small {
  color: var(--muted);
  font-weight: 500;
}

.field input,
.field select {
  width: 100%;
  min-height: 54px;
  padding: 15px 14px;

  border: 1px solid #393939;
  border-radius: 11px;

  outline: none;

  background: #0c0c0c;
  color: #ffffff;

  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.field input::placeholder {
  color: #737373;
}

.field input:focus,
.field select:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(255, 104, 23, 0.15);
}

.field select {
  cursor: pointer;
}

.compact {
  max-width: 180px;
}

/* Separador "ou" */

.divider {
  display: flex;
  align-items: center;
  gap: 12px;

  margin: 4px 0 16px;

  color: #777777;

  font-size: 0.75rem;
  text-transform: uppercase;
}

.divider::before,
.divider::after {
  content: "";

  flex: 1;
  height: 1px;

  background: #303030;
}

/* Botão do formulário */

.submit-cta {
  width: 100%;
  margin-top: 8px;
}

.privacy {
  margin: 13px 0 0;

  color: #858585;

  font-size: 0.76rem;
  line-height: 1.45;
  text-align: center;
}

/* Mensagens do formulário */

.form-error {
  margin: 0 0 12px;
  padding: 10px 12px;

  border: 1px solid rgba(255, 104, 23, 0.28);
  border-radius: 8px;

  background: rgba(255, 104, 23, 0.12);
  color: #ff9a62;

  font-size: 0.88rem;
}

.form-success {
  margin: 13px 0 0;
  padding: 10px 12px;

  border: 1px solid rgba(32, 184, 88, 0.35);
  border-radius: 8px;

  background: rgba(32, 184, 88, 0.12);
  color: #71db98;

  font-size: 0.88rem;
  text-align: center;
}

.form-error[hidden],
.form-success[hidden] {
  display: none;
}

/* Diferenciais */

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  max-width: var(--max);
  margin: 0 auto 110px;
  padding: 0 24px;
}

.trust-strip article {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  min-height: 150px;
  padding: 28px;

  border: 1px solid var(--line);
}

.trust-strip article:first-child {
  border-radius: 18px 0 0 18px;
}

.trust-strip article:last-child {
  border-radius: 0 18px 18px 0;
}

.trust-strip strong {
  margin-bottom: 5px;
  font-size: 1.35rem;
}

.trust-strip span {
  color: var(--muted);
}

/* Localização */

.location {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;

  max-width: var(--max);
  margin: 0 auto 90px;
  padding: 60px;

  border: 1px solid var(--line);
  border-radius: var(--radius);

  background:
    linear-gradient(
      120deg,
      #181818,
      #0e0e0e
    );
}

address {
  color: #b7b7b7;

  font-size: 1.05rem;
  font-style: normal;
}

.secondary-cta {
  white-space: nowrap;
}

/* Rodapé */

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;

  max-width: var(--max);
  margin: auto;
  padding: 35px 24px 90px;

  border-top: 1px solid var(--line);

  color: #777777;

  font-size: 0.82rem;
}

.footer-brand {
  width: 135px;
}

/* Botão fixo no celular */

.floating-cta {
  position: fixed;
  z-index: 20;
  right: 14px;
  bottom: 14px;
  left: 14px;

  display: none;

  padding: 15px;

  border-radius: 12px;

  background: var(--green);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.5);
  color: #061c0d;

  font-weight: 850;
  text-align: center;
}

/* Tablets */

@media (max-width: 900px) {
  .quote-section {
    gap: 45px;
  }

  .location {
    padding: 45px 36px;
  }
}

/* Celulares */

@media (max-width: 760px) {
  .site-header {
    height: 72px;
    padding: 0 18px;
  }

  .header-cta {
    display: none;
  }

  .brand {
    width: 135px;
  }

  .hero {
    align-items: flex-end;

    min-height: 700px;
    height: auto;
    padding: 120px 0 72px;
  }

  .hero-image {
    object-position: 62% center;
  }

  .hero-shade {
    background:
      linear-gradient(
        0deg,
        rgba(6, 6, 6, 0.98) 8%,
        rgba(6, 6, 6, 0.78) 58%,
        rgba(6, 6, 6, 0.15) 100%
      ),
      linear-gradient(
        90deg,
        rgba(6, 6, 6, 0.7),
        transparent
      );
  }

  .hero-content {
    margin: 180px auto 0;
    padding: 0 18px;
  }

  .continental-location {
    gap: 10px;
  }

  .continental-location img {
    width: 145px !important;
    max-width: 145px !important;
  }

  .continental-location span {
    padding-left: 10px;
    font-size: 0.72rem;
  }

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

  .hero-copy {
    font-size: 1.05rem;
  }

  .hero .primary-cta {
    width: 100%;
  }

  .quote-section {
    grid-template-columns: 1fr;
    gap: 45px;

    padding: 75px 18px;
  }

  .quote-card {
    padding: 22px;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .compact {
    max-width: 100%;
  }

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

    margin-bottom: 75px;
    padding: 0 18px;
  }

  .trust-strip article {
    min-height: 112px;
  }

  .trust-strip article:first-child {
    border-radius: 16px 16px 0 0;
  }

  .trust-strip article:last-child {
    border-radius: 0 0 16px 16px;
  }

  .location {
    display: block;

    margin: 0 18px 70px;
    padding: 32px 24px;
  }

  .location .secondary-cta {
    display: inline-block;
    margin-top: 30px;
  }

  footer {
    display: block;

    margin: 0 18px;
    padding-bottom: 95px;
  }

  .footer-brand {
    width: 125px;
    margin-bottom: 25px;
  }

  .floating-cta {
    display: block;
  }
}

/* Celulares pequenos */

@media (max-width: 420px) {
  .hero h1 {
    font-size: 2.75rem;
  }

  .offer strong {
    font-size: 2rem;
  }

  .continental-location img {
    width: 130px !important;
    max-width: 130px !important;
  }

  .continental-location span {
    font-size: 0.67rem;
  }

  .primary-cta {
    gap: 18px;
    padding: 16px 18px;
  }
}

/* Acessibilidade */

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

  .primary-cta,
  .header-cta,
  .secondary-cta {
    transition: none;
  }
}

/* Faixa da Inove Seguros */

.insurance-banner {
  position: relative;

  display: grid;
  grid-template-columns: 280px 1fr;
  align-items: center;
  gap: 55px;

  max-width: var(--max);
  margin: 0 auto 90px;
  padding: 55px 60px;

  overflow: hidden;

  border: 1px solid #2d2d2d;
  border-radius: 24px;

  background:
    radial-gradient(
      circle at 10% 50%,
      rgba(255, 104, 23, 0.16),
      transparent 35%
    ),
    linear-gradient(
      120deg,
      #181818,
      #0d0d0d
    );
}

/* Moldura que recorta o excesso da imagem */

.insurance-logo-frame {
  position: relative;

  width: 280px;
  height: 150px;

  overflow: hidden;
}

.insurance-logo-frame img {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 430px;
  max-width: none;
  height: auto;

  transform: translate(-50%, -50%);

  object-fit: contain;
}

.insurance-content {
  position: relative;
  z-index: 2;
}

.insurance-eyebrow {
  margin: 0 0 14px;

  color: var(--orange);

  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.insurance-content h2 {
  max-width: 650px;
  margin: 0 0 16px;

  color: #ffffff;

  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.insurance-content > p:not(.insurance-eyebrow) {
  max-width: 670px;
  margin: 0;

  color: #b5b5b5;

  font-size: 1rem;
  line-height: 1.6;
}

.insurance-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;

  margin-top: 28px;
}

.insurance-primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;

  padding: 15px 20px;

  border-radius: 11px;

  background: var(--orange);
  color: #111111;

  font-weight: 850;

  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.insurance-primary-button:hover {
  background: #ff7a33;
  transform: translateY(-2px);
}

.insurance-secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 52px;
  padding: 13px 18px;

  border: 1px solid #3b3b3b;
  border-radius: 11px;

  background: rgba(255, 255, 255, 0.02);
  color: #ffffff;

  font-weight: 700;

  transition:
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.insurance-secondary-button:hover {
  border-color: var(--orange);
  color: var(--orange);
  transform: translateY(-2px);
}

.insurance-primary-button:focus-visible,
.insurance-secondary-button:focus-visible {
  outline: 3px solid rgba(255, 104, 23, 0.4);
  outline-offset: 3px;
}

/* Responsividade */

@media (max-width: 800px) {
  .insurance-banner {
    grid-template-columns: 1fr;
    gap: 20px;

    margin: 0 18px 70px;
    padding: 38px 24px;
  }

  .insurance-logo-frame {
    width: 220px;
    height: 115px;
  }

  .insurance-logo-frame img {
    width: 340px;
  }

  .insurance-content h2 {
    font-size: 2.35rem;
  }
}

@media (max-width: 520px) {
  .insurance-logo-frame {
    width: 190px;
    height: 100px;
  }

  .insurance-logo-frame img {
    width: 295px;
  }

  .insurance-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .insurance-primary-button,
  .insurance-secondary-button {
    width: 100%;
  }
}

/* Posicionamento ao acessar o formulário */

.quote-card {
  scroll-margin-top: 30px;
  scroll-margin-bottom: 30px;
}

/* Ícones dos diferenciais */

.trust-strip article {
  position: relative;
  justify-content: flex-start;
}

.trust-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 48px;
  height: 48px;
  margin-bottom: 22px;

  border: 1px solid rgba(255, 104, 23, 0.35);
  border-radius: 13px;

  background: rgba(255, 104, 23, 0.08);
  color: var(--orange);
}

.trust-icon svg {
  width: 26px;
  height: 26px;
}

.trust-strip strong {
  margin-top: auto;
}

/* Botões de localização */

.location-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.route-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;

  min-width: 165px;
  padding: 13px 17px;

  border: 1px solid #3a3a3a;
  border-radius: 12px;

  font-weight: 800;
  line-height: 1.1;

  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.route-button svg {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
}

.route-button span {
  display: flex;
  flex-direction: column;
}

.route-button small {
  margin-bottom: 3px;

  color: #929292;

  font-size: 0.67rem;
  font-weight: 600;
}

.google-maps-button {
  background: #171717;
  color: #ffffff;
}

.google-maps-button:hover {
  border-color: var(--orange);
  color: var(--orange);
  transform: translateY(-2px);
}

.waze-button {
  border-color: #53c8e8;

  background: #53c8e8;
  color: #06171c;
}

.waze-button small {
  color: rgba(6, 23, 28, 0.7);
}

.waze-button:hover {
  border-color: #7edcf4;
  background: #7edcf4;
  transform: translateY(-2px);
}

.route-button:focus-visible {
  outline: 3px solid rgba(255, 104, 23, 0.4);
  outline-offset: 3px;
}

@media (max-width: 760px) {
  .location-actions {
    justify-content: flex-start;
    margin-top: 28px;
  }

  .route-button {
    flex: 1;
  }
}

@media (max-width: 450px) {
  .location-actions {
    flex-direction: column;
  }

  .route-button {
    width: 100%;
  }
}

/* Logo Continental no quadrado de diferenciais */

.trust-brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 145px;
  height: 48px;
  margin-bottom: 22px;
  padding: 10px 12px;

  border: 1px solid rgba(255, 104, 23, 0.35);
  border-radius: 13px;

  background: rgba(255, 104, 23, 0.08);
}

.trust-brand-logo img {
  display: block;

  width: 118px;
  max-width: 100%;
  height: auto;

  object-fit: contain;
}

@media (max-width: 760px) {
  .trust-brand-logo {
    width: 135px;
  }

  .trust-brand-logo img {
    width: 110px;
  }
}

/* Benefícios da Inove Seguros */

.insurance-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;

  margin-top: 28px;
}

.insurance-benefit {
  display: flex;
  align-items: flex-start;
  gap: 13px;

  padding: 16px;

  border: 1px solid #303030;
  border-radius: 13px;

  background: rgba(255, 255, 255, 0.025);
}

.insurance-benefit-icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;

  width: 38px;
  height: 38px;

  border: 1px solid rgba(255, 104, 23, 0.4);
  border-radius: 10px;

  background: rgba(255, 104, 23, 0.1);
  color: var(--orange);

  font-size: 0.72rem;
  font-weight: 900;
}

.insurance-benefit div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.insurance-benefit strong {
  color: #ffffff;
  font-size: 0.93rem;
}

.insurance-benefit div > span {
  color: #9e9e9e;

  font-size: 0.8rem;
  line-height: 1.45;
}

.insurance-rule {
  margin: 16px 0 0 !important;

  color: #777777 !important;

  font-size: 0.74rem !important;
  line-height: 1.4 !important;
}

@media (max-width: 650px) {
  .insurance-benefits {
    grid-template-columns: 1fr;
  }
}
.insurance-rule strong {
  color: #ffffff;
  font-weight: 800;
}

/* Ajustes da Inove Seguros no celular */

@media (max-width: 800px) {
  .insurance-banner {
    gap: 18px;
    padding: 34px 24px;
  }

  .insurance-logo-frame {
    justify-content: flex-start;

    width: 190px;
    height: auto;
  }

  .insurance-logo-frame img {
    width: 185px;
  }

  .insurance-eyebrow {
    margin-bottom: 10px;
    font-size: 0.7rem;
    letter-spacing: 0.12em;
  }

  .insurance-content h2 {
    margin-bottom: 13px;

    font-size: 2rem;
    line-height: 1.05;
  }

  .insurance-content > p:not(.insurance-eyebrow):not(.insurance-rule) {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .insurance-benefits {
    gap: 9px;
    margin-top: 22px;
  }

  .insurance-benefit {
    gap: 11px;
    padding: 13px;
  }

  .insurance-benefit-icon {
    width: 34px;
    height: 34px;

    border-radius: 9px;

    font-size: 0.67rem;
  }

  .insurance-benefit strong {
    font-size: 0.86rem;
  }

  .insurance-benefit div > span {
    font-size: 0.75rem;
    line-height: 1.4;
  }

  .insurance-rule {
    margin-top: 13px !important;
  }

  .insurance-rule strong {
    display: block;

    color: #d0d0d0;

    font-size: 0.72rem;
    line-height: 1.4;
  }

  .insurance-actions {
    gap: 9px;
    margin-top: 22px;
  }
}

@media (max-width: 420px) {
  .insurance-banner {
    padding: 30px 20px;
  }

  .insurance-logo-frame {
    width: 165px;
  }

  .insurance-logo-frame img {
    width: 160px;
  }

  .insurance-content h2 {
    font-size: 1.8rem;
  }

  .insurance-benefit div > span {
    font-size: 0.73rem;
  }
}
/* Enquadramento geral para celular */

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

img,
svg {
  max-width: 100%;
}

@media (max-width: 760px) {
  .site-header,
  .hero-content,
  .quote-section,
  .trust-strip,
  .location,
  .insurance-banner,
  footer {
    width: auto;
    max-width: 100%;
  }

  .site-header,
  .hero-content,
  .quote-section,
  .trust-strip {
    padding-right: 18px;
    padding-left: 18px;
  }

  .location,
  .insurance-banner,
  footer {
    margin-right: 18px;
    margin-left: 18px;
  }

  .hero h1,
  .section-copy h2,
  .location h2,
  .insurance-content h2 {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .quote-card,
  .trust-strip article,
  .location,
  .insurance-banner {
    min-width: 0;
  }

  .field,
  .field input,
  .field select,
  .primary-cta,
  .route-button,
  .insurance-primary-button,
  .insurance-secondary-button {
    max-width: 100%;
  }
}

/* Diferenciais ao lado do formulário */

.benefits li {
  align-items: flex-start;
}

.benefit-check {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;

  width: 27px;
  height: 27px;
  margin-top: 1px;

  border: 1px solid rgba(255, 104, 23, 0.4);
  border-radius: 8px;

  background: rgba(255, 104, 23, 0.1);
  color: var(--orange) !important;

  font-size: 0.78rem !important;
  font-weight: 900;
}

.benefits li div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.benefits li strong {
  color: #ffffff;
  font-size: 0.96rem;
}

.benefits li small {
  color: #929292;
  font-size: 0.78rem;
  line-height: 1.4;
}

@media (max-width: 760px) {
  .benefits {
    margin-top: 28px;
  }

  .benefits li {
    gap: 13px;
    padding: 14px 0;
  }
}

/* Oferta principal */

.hero-offer {
  width: fit-content;
  max-width: 100%;
  margin: 0 0 28px;
}

.hero-offer-title {
  margin: 0 0 11px;

  color: #ffffff;

  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-offer-options {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-offer-card {
  display: flex;
  flex-direction: column;

  min-width: 180px;
  padding: 14px 17px;

  border: 1px solid rgba(255, 104, 23, 0.45);
  border-radius: 13px;

  background: rgba(10, 10, 10, 0.75);
  backdrop-filter: blur(8px);
}

.hero-offer-highlight {
  color: var(--orange);

  font-size: 1.75rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
}

.hero-offer-card strong {
  margin-top: 5px;

  color: #ffffff;

  font-size: 0.95rem;
  line-height: 1.2;
}

.hero-offer-card small {
  margin-top: 4px;

  color: #8f8f8f;

  font-size: 0.68rem;
}

.hero-offer-card-pix {
  border-color: rgba(32, 184, 88, 0.55);
}

.hero-offer-card-pix .hero-offer-highlight {
  color: #52d981;
}

.hero-offer-or {
  color: #8b8b8b;

  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .hero-offer-title {
    font-size: 0.7rem;
  }

  .hero-offer-options {
    align-items: stretch;
    gap: 7px;
  }

  .hero-offer-card {
    justify-content: center;

    min-width: 0;
    width: 47%;
    padding: 12px;
  }

  .hero-offer-highlight {
    font-size: 1.4rem;
  }

  .hero-offer-card strong {
    font-size: 0.78rem;
  }

  .hero-offer-card small {
    display: none;
  }

  .hero-offer-or {
    align-self: center;
    font-size: 0.65rem;
  }
}

@media (max-width: 370px) {
  .hero-offer-options {
    flex-direction: column;
  }

  .hero-offer-card {
    width: 100%;
  }

  .hero-offer-or {
    margin: -2px 0;
  }
}