﻿:root {
  --bg: #06100d;
  --panel: rgba(8, 20, 18, 0.88);
  --panel-strong: #0b1714;
  --text: #f7faf8;
  --muted: #b9c5bf;
  --line: rgba(214, 236, 218, 0.18);
  --lime: #b5d400;
  --lime-2: #d5ef27;
  --teal: #1e7376;
  --danger: #d54e4e;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--bg);
}

.hp-field {
  display: none !important;
}

button,
input,
select {
  font: inherit;
}

.landing-shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at 78% 18%, rgba(181, 212, 0, 0.25), transparent 26%),
    linear-gradient(125deg, rgba(5, 14, 12, 1) 0%, rgba(8, 27, 25, 1) 52%, rgba(8, 48, 50, 0.96) 100%),
    #06100d;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(260px, 0.72fr) minmax(360px, 420px);
  gap: 34px;
  align-items: center;
  padding: 38px clamp(22px, 5vw, 74px) 28px;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(181, 212, 0, 0.14), transparent 34%),
    linear-gradient(90deg, rgba(5, 13, 11, 0.98), rgba(5, 13, 11, 0.82) 54%, rgba(5, 13, 11, 0.58));
  opacity: 1;
}

.hero-content,
.hero-fit-card,
.lead-panel {
  position: relative;
  z-index: 1;
}

.brand-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 72px;
}

.brand-row img {
  width: min(380px, 48vw);
  height: auto;
  max-height: 116px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.38));
}

.brand-row span {
  border-left: 1px solid var(--line);
  padding-left: 18px;
  color: var(--muted);
  max-width: 260px;
  line-height: 1.35;
}

.hero-copy {
  max-width: 620px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--lime-2);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.hero h1 {
  margin: 0;
  font-size: clamp(42px, 6vw, 82px);
  line-height: 0.95;
  max-width: 760px;
  letter-spacing: 0;
}

.hero-copy p:not(.eyebrow) {
  margin: 22px 0 0;
  max-width: 600px;
  color: #eef5f0;
  font-size: 20px;
  line-height: 1.45;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.trust-strip span {
  border: 1px solid rgba(181, 212, 0, 0.46);
  border-radius: 8px;
  padding: 10px 14px;
  background: rgba(181, 212, 0, 0.08);
  color: #f7ffe6;
  font-weight: 700;
}

.hero-fit-card {
  align-self: end;
  margin-bottom: 42px;
  border: 1px solid rgba(213, 239, 39, 0.24);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.22);
}

.hero-fit-card ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-fit-card li {
  position: relative;
  padding-left: 30px;
  color: #f3f8f4;
  line-height: 1.28;
  font-weight: 700;
}

.hero-fit-card li::before {
  content: "âœ“";
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--lime-2);
  font-weight: 900;
}

.lead-panel {
  align-self: center;
  border: 1px solid rgba(213, 239, 39, 0.36);
  border-radius: 8px;
  padding: 24px;
  background: var(--panel);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(10px);
}

.partners {
  display: grid;
  grid-template-columns: minmax(280px, 430px) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 34px clamp(22px, 5vw, 74px);
  background: #f5f8f4;
  color: #0c1714;
}

.fit-section {
  padding: 34px clamp(22px, 5vw, 74px);
  background: #ffffff;
  color: #0c1714;
}

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

.fit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.fit-grid article {
  position: relative;
  min-height: 76px;
  border: 1px solid #dbe4dd;
  border-radius: 8px;
  padding: 18px 16px 16px 42px;
  background: #f8faf8;
  color: #17302a;
  font-weight: 800;
  line-height: 1.25;
}

.fit-grid article::before {
  content: "âœ“";
  position: absolute;
  left: 16px;
  top: 18px;
  color: var(--teal);
  font-weight: 900;
}

.partners h2 {
  margin: 0 0 10px;
  font-size: 28px;
}

.partners p:not(.eyebrow) {
  margin: 0;
  color: #52605a;
  line-height: 1.45;
}

.partner-logos {
  display: flex;
  gap: 12px;
  overflow: hidden;
  padding: 4px;
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.partner-logos span {
  flex: 0 0 164px;
  display: grid;
  place-items: center;
  min-height: 58px;
  border: 1px solid #dbe4dd;
  border-radius: 8px;
  padding: 10px;
  background: #fff;
  color: #17302a;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 10px 24px rgba(12, 23, 20, 0.06);
  animation: logo-drift 18s linear infinite;
}

@keyframes logo-drift {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-704px);
  }
}

.lead-panel h2 {
  margin: 0 0 18px;
  font-size: 28px;
}

form {
  display: grid;
  gap: 13px;
}

label {
  display: grid;
  gap: 6px;
}

label span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

input,
select {
  width: 100%;
  border: 1px solid rgba(214, 236, 218, 0.26);
  border-radius: 8px;
  padding: 12px 12px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}

input:focus,
select:focus {
  border-color: var(--lime-2);
  box-shadow: 0 0 0 3px rgba(181, 212, 0, 0.16);
}

select option {
  background: #10201c;
}

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

form button {
  border: 0;
  border-radius: 8px;
  padding: 14px 16px;
  margin-top: 5px;
  color: #07100d;
  background: var(--lime-2);
  font-weight: 900;
  cursor: pointer;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.form-reinforcement {
  margin: 0;
  color: #eef7d2;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
}

.form-result {
  margin-top: 14px;
  min-height: 22px;
  color: var(--lime-2);
  font-weight: 700;
  line-height: 1.35;
}

.form-result.error {
  color: #ffb0b0;
}

.form-result span,
.form-result small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
}

.result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.result-actions a {
  border: 1px solid rgba(213, 239, 39, 0.44);
  border-radius: 8px;
  padding: 10px 12px;
  color: var(--lime-2);
  text-decoration: none;
  background: rgba(213, 239, 39, 0.08);
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 20;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: #fff;
  background: #25d366;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
}

.floating-whatsapp svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
}

.how-it-works {
  padding: 42px clamp(22px, 5vw, 74px) 54px;
  background: #ffffff;
  color: #0c1714;
}

.renew-reasons {
  padding: 42px clamp(22px, 5vw, 74px) 18px;
  background: #ffffff;
  color: #0c1714;
}

.renew-reasons .section-heading {
  margin-bottom: 18px;
}

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

.reason-grid article {
  min-height: 190px;
  border: 1px solid #dbe4dd;
  border-radius: 8px;
  padding: 20px;
  background: #f8faf8;
  color: #17302a;
  line-height: 1.25;
}

.reason-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: #e9f4ef;
  font-size: 22px;
}

.reason-grid strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

.reason-grid p {
  margin: 0;
  color: #52605a;
  line-height: 1.45;
}

.section-heading {
  max-width: 700px;
  margin-bottom: 22px;
}

.section-heading h2 {
  margin: 0;
  font-size: 32px;
}

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

.steps article {
  border: 1px solid #dbe4dd;
  border-radius: 8px;
  padding: 18px;
  background: #f8faf8;
}

.steps span {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--teal);
  font-weight: 900;
}

.steps strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.steps p {
  margin: 0;
  color: #52605a;
  line-height: 1.45;
}

.site-footer {
  background: #0c3f3f;
  border-top: 4px solid var(--lime);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(220px, 1.15fr) repeat(3, minmax(170px, 1fr));
  gap: 34px;
  padding: 34px clamp(22px, 5vw, 74px);
  color: #fff;
}

.footer-brand img {
  width: min(260px, 70vw);
  height: auto;
  display: block;
  margin-bottom: 18px;
}

.footer-brand p {
  margin: 0;
  color: #d8e8e3;
  line-height: 1.45;
  max-width: 300px;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-column h3 {
  margin: 0 0 6px;
  color: var(--lime-2);
  font-size: 18px;
}

.footer-column a {
  color: #fff;
  text-decoration: none;
  line-height: 1.35;
}

.footer-column a:hover {
  color: var(--lime-2);
}

.legal-modal {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: none;
}

.legal-modal.open {
  display: block;
}

.legal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 18, 18, 0.72);
}

.legal-panel {
  position: relative;
  width: min(760px, calc(100vw - 28px));
  max-height: min(760px, calc(100vh - 28px));
  overflow: auto;
  margin: 7vh auto 0;
  padding: 28px;
  border-radius: 8px;
  background: #fff;
  color: #10251f;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
}

.legal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 1px solid #dce5df;
  border-radius: 8px;
  background: #f6faf6;
  color: #10251f;
  font-weight: 800;
  cursor: pointer;
}

#legalTitle,
.legal-panel h2 {
  margin: 0 0 18px;
  color: #10251f;
  font-size: 30px;
  opacity: 1;
}

.legal-panel .eyebrow {
  color: var(--lime);
}

.legal-content {
  display: grid;
  gap: 13px;
  color: #35443e;
  line-height: 1.58;
}

.legal-content p {
  margin: 0;
}

.benefits article {
  padding: 24px clamp(22px, 5vw, 74px);
  background: var(--panel-strong);
}

.benefits strong {
  display: block;
  margin-bottom: 8px;
  color: var(--lime-2);
  font-size: 18px;
}

.benefits span {
  color: var(--muted);
  line-height: 1.4;
}

@media (max-width: 920px) {
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 24px;
  }

  .brand-row {
    margin-bottom: 42px;
  }

  .lead-panel {
    align-self: auto;
  }

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

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

  .partner-logos {
    mask-image: none;
  }

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

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

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .hero {
    padding-inline: 16px;
  }

  .brand-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 32px;
  }

  .brand-row span {
    border-left: 0;
    padding-left: 0;
  }

  .hero-copy p:not(.eyebrow) {
    font-size: 17px;
  }

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

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

  .footer-main {
    grid-template-columns: 1fr;
  }
}

/* Ajuste visual da capa usando a arte de referencia como fundo, com formulario real por cima. */
.hero {
  min-height: 88vh;
  grid-template-columns: minmax(420px, 1fr) minmax(350px, 420px);
  gap: clamp(28px, 5vw, 76px);
  padding: 34px clamp(22px, 5vw, 74px) 28px;
}

.hero-media {
  background:
    linear-gradient(90deg, rgba(3, 7, 6, 0.98) 0%, rgba(3, 7, 6, 0.78) 30%, rgba(3, 7, 6, 0.18) 58%, rgba(3, 7, 6, 0.78) 100%),
    url("assets/capa-landing-carro.png") center / cover no-repeat;
}

.hero-content {
  max-width: 650px;
  min-width: 0;
}

.brand-row {
  margin-bottom: clamp(46px, 7vh, 86px);
}

.hero-copy {
  max-width: 580px;
  min-width: 0;
}

.hero h1 {
  max-width: 600px;
  font-size: clamp(46px, 5.7vw, 78px);
}

.hero-copy p:not(.eyebrow) {
  max-width: 540px;
  font-size: 18px;
}

.lead-panel {
  justify-self: end;
  width: min(100%, 420px);
  min-width: 0;
}

.partner-logos {
  display: grid;
  grid-template-columns: repeat(4, minmax(130px, 1fr));
  gap: 12px;
  overflow: visible;
  padding: 0;
  mask-image: none;
}

.partner-logos span {
  flex: initial;
  min-height: 68px;
  animation: none;
}

.partner-logos img {
  display: block;
  width: auto;
  max-width: 160px;
  max-height: 46px;
  object-fit: contain;
}

@media (max-width: 920px) {
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .lead-panel {
    justify-self: stretch;
    width: 100%;
  }

  .fit-grid,
  .partner-logos {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .fit-grid,
  .partner-logos {
    grid-template-columns: 1fr;
  }
}

/* Preview 2026-06-30: landing principal de cotacao Auto, Moto e Caminhao. */
.hero {
  min-height: 86vh;
  grid-template-columns: minmax(360px, 1fr) minmax(320px, 420px);
  align-items: center;
}

.hero-media {
  background:
    linear-gradient(90deg, rgba(3, 7, 6, 0.98) 0%, rgba(3, 7, 6, 0.84) 34%, rgba(3, 7, 6, 0.28) 62%, rgba(3, 7, 6, 0.76) 100%),
    linear-gradient(180deg, rgba(3, 7, 6, 0.28), rgba(3, 7, 6, 0.82)),
    url("assets/hero.jpg") center / cover no-repeat;
}

.hero h1 {
  color: #ffffff;
  max-width: 700px;
  font-size: clamp(44px, 5.5vw, 76px);
  line-height: 0.98;
}

.hero h1 span {
  color: var(--lime-2);
}

.lead-panel {
  padding: 22px;
}

.lead-panel h2 {
  margin-bottom: 14px;
}

form {
  gap: 12px;
}

.credibility-block {
  padding: 36px clamp(16px, 5vw, 74px);
  background: #ffffff;
  color: #0c1714;
  display: grid;
  gap: 22px;
}

.dark-proof-strip,
.light-proof-strip {
  border-radius: 8px;
  overflow: hidden;
}

.dark-proof-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  background:
    linear-gradient(135deg, rgba(181, 212, 0, 0.08), transparent 34%),
    #06100d;
  border: 1px solid rgba(181, 212, 0, 0.2);
  box-shadow: 0 18px 42px rgba(10, 18, 16, 0.12);
}

.dark-proof-strip article {
  min-height: 104px;
  padding: 22px 20px;
  display: grid;
  align-content: center;
  gap: 6px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.proof-icon {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 4px;
  border: 1px solid rgba(213, 239, 39, 0.62);
  border-radius: 8px;
  color: var(--lime-2);
  background: rgba(181, 212, 0, 0.08);
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.dark-proof-strip article:last-child {
  border-right: 0;
}

.dark-proof-strip strong {
  color: #ffffff;
  font-size: 19px;
  line-height: 1.2;
}

.dark-proof-strip span {
  color: #e6eee9;
  font-size: 17px;
  line-height: 1.3;
}

.light-proof-strip {
  display: grid;
  grid-template-columns: 140px repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 22px;
  border: 1px solid #dfe7e2;
  background: #fbfcfb;
  padding: 28px clamp(18px, 4vw, 44px);
  box-shadow: 0 14px 34px rgba(12, 23, 20, 0.06);
}

.since-card {
  width: 94px;
  min-height: 94px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  align-content: center;
  background: linear-gradient(135deg, #5d7d36, #2e4b20);
  color: #fff;
  text-transform: uppercase;
}

.since-card span {
  font-weight: 800;
  font-size: 18px;
}

.since-card strong {
  font-size: 32px;
  line-height: 1;
}

.light-proof-strip article {
  min-height: 76px;
  padding-left: 22px;
  border-left: 1px solid #dfe7e2;
  display: grid;
  align-content: center;
  gap: 6px;
}

.light-proof-strip strong {
  font-size: 18px;
  line-height: 1.25;
}

.light-proof-strip span {
  color: #263530;
  line-height: 1.35;
}

.partners {
  grid-template-columns: 1fr;
  text-align: center;
  padding-top: 38px;
  border-top: 1px solid #e1e8e4;
}

.partners > div:first-child {
  max-width: 780px;
  margin: 0 auto;
}

.partners h2 {
  font-size: clamp(30px, 3.5vw, 42px);
}

.partner-logos {
  grid-template-columns: repeat(8, minmax(108px, 1fr));
  max-width: 1280px;
  margin: 12px auto 0;
}

.reason-icon {
  color: #06100d;
  background: rgba(181, 212, 0, 0.22);
  font-size: 18px;
  font-weight: 900;
}

.hero-copy p:not(.eyebrow) {
  margin-top: 30px;
}

@media (max-width: 1100px) {
  .dark-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dark-proof-strip article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .light-proof-strip {
    grid-template-columns: 120px 1fr;
  }

  .partner-logos {
    grid-template-columns: repeat(4, minmax(130px, 1fr));
  }
}

@media (max-width: 920px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-bottom: 38px;
  }

  .hero-media {
    background:
      linear-gradient(180deg, rgba(3, 7, 6, 0.92) 0%, rgba(3, 7, 6, 0.76) 46%, rgba(3, 7, 6, 0.9) 100%),
      url("assets/hero.jpg") center top / cover no-repeat;
  }

  .brand-row {
    margin-bottom: 34px;
  }

  .hero h1 {
    max-width: 760px;
  }
}

@media (max-width: 620px) {
  body {
    overflow-x: hidden;
  }

  .hero {
    display: block;
    width: 100%;
    max-width: 100vw;
    padding: 18px 16px 28px;
  }

  .hero-content,
  .hero-copy {
    width: min(340px, calc(100vw - 32px));
    max-width: min(340px, calc(100vw - 32px));
  }

  .lead-panel {
    width: min(320px, calc(100vw - 32px));
    max-width: min(320px, calc(100vw - 32px));
  }

  .hero-copy *,
  .lead-panel * {
    max-width: 100%;
  }

  .brand-row img {
    width: min(250px, 74vw);
  }

  .hero h1 {
    font-size: clamp(34px, 10.4vw, 44px);
    line-height: 1.03;
    max-width: 100%;
    overflow-wrap: normal;
  }

  .hero-copy p:not(.eyebrow) {
    font-size: 16px;
    max-width: 340px;
  }

  .trust-strip {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    max-width: min(320px, calc(100vw - 32px));
  }

  .trust-strip span {
    padding: 8px 10px;
    font-size: 13px;
    text-align: center;
  }

  .lead-panel {
    margin-top: 26px;
    padding: 18px;
  }

  input,
  select,
  form button {
    width: 100%;
    min-width: 0;
  }

  .dark-proof-strip,
  .light-proof-strip,
  .reason-grid,
  .partner-logos {
    grid-template-columns: 1fr;
  }

  .dark-proof-strip article {
    min-height: 84px;
  }

  .light-proof-strip {
    gap: 14px;
    padding: 18px;
  }

  .light-proof-strip article {
    border-left: 0;
    border-top: 1px solid #dfe7e2;
    padding: 14px 0 0;
  }
}


