:root {
  --lp-ink: #102533;
  --lp-muted: #5c7180;
  --lp-deep: #061f34;
  --lp-navy: #07344e;
  --lp-teal: #007482;
  --lp-cyan: #21bdd1;
  --lp-green: #8cc63f;
  --lp-lime-soft: #eaf8d7;
  --lp-ice: #f3f8fa;
  --lp-white: #ffffff;
  --lp-line: #d9e7eb;
  --lp-warm: #f6f0e4;
  --lp-shadow: 0 24px 70px rgba(5, 32, 45, 0.14);
  --lp-radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--lp-ink);
  background: var(--lp-ice);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

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

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

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

[id] {
  scroll-margin-top: 126px;
}

.lp-preview-bar {
  position: fixed;
  z-index: 80;
  top: 0;
  left: 0;
  right: 0;
  padding: 8px 16px;
  color: #061f34;
  background: #f7d66b;
  font-size: 0.86rem;
  font-weight: 900;
  text-align: center;
}

.lp-preview-bar + .lp-header {
  top: 35px;
}

.lp-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 14px clamp(18px, 4vw, 64px);
  color: #fff;
  background: rgba(4, 25, 41, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.lp-brand img {
  width: 148px;
}

.lp-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.94rem;
  font-weight: 800;
}

.lp-nav a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--lp-radius);
  background: rgba(6, 52, 78, 0.42);
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.lp-nav a:hover {
  color: #fff;
  border-color: rgba(33, 189, 209, 0.45);
  background: rgba(0, 116, 130, 0.66);
}

.lp-whatsapp,
.lp-button,
.floating-cta {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: var(--lp-radius);
  font-weight: 900;
  cursor: pointer;
}

.lp-whatsapp {
  color: var(--lp-deep);
  background: var(--lp-green);
}

.lp-hero {
  min-height: 78svh;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3, 18, 32, 0.96) 0%, rgba(3, 18, 32, 0.88) 40%, rgba(3, 18, 32, 0.34) 100%),
    linear-gradient(180deg, rgba(3, 18, 32, 0.12), rgba(3, 18, 32, 0.72)),
    url("assets/landing-web-marketing.png") center right / cover;
}

.lp-hero-inner {
  width: min(760px, calc(100% - 36px));
  margin-left: clamp(18px, 6vw, 86px);
  padding: 112px 0 34px;
}

.lp-kicker {
  margin: 0 0 14px;
  color: var(--lp-cyan);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lp-hero h1,
.lp-section h2,
.lp-contact h2 {
  margin: 0;
  max-width: 940px;
  font-size: 3.9rem;
  line-height: 0.98;
}

.lp-hero-copy {
  max-width: 670px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.28rem;
  line-height: 1.55;
}

.lp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.lp-button.primary {
  color: var(--lp-deep);
  background: var(--lp-green);
  box-shadow: 0 18px 42px rgba(140, 198, 63, 0.25);
}

.lp-button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

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

.lp-hero-metrics span {
  min-height: 64px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--lp-radius);
  color: rgba(255, 255, 255, 0.78);
  background: rgba(2, 18, 30, 0.44);
}

.lp-hero-metrics strong {
  display: block;
  color: #fff;
}

.lp-strip {
  min-height: 78px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px;
  color: #fff;
  background: linear-gradient(90deg, #061f34, #07344e 54%, #062b46);
  border-top: 1px solid rgba(33, 189, 209, 0.2);
  border-bottom: 1px solid rgba(33, 189, 209, 0.18);
}

.lp-strip span {
  max-width: 100%;
  padding: 9px 13px;
  border-radius: var(--lp-radius);
  border: 1px solid rgba(33, 189, 209, 0.22);
  background: rgba(4, 35, 58, 0.72);
  font-weight: 850;
  text-align: center;
  overflow-wrap: anywhere;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.lp-section {
  padding: clamp(62px, 8vw, 104px) clamp(18px, 5vw, 70px);
}

.lp-section-heading {
  width: min(980px, 100%);
  margin: 0 auto 34px;
  text-align: center;
}

.lp-section-heading.narrow {
  width: min(760px, 100%);
}

.lp-section-heading h2,
.lp-section h2,
.lp-contact h2 {
  font-size: 2.7rem;
  line-height: 1.06;
}

.lp-section-heading p:not(.lp-kicker),
.solution-copy p,
.contact-copy p {
  color: var(--lp-muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.pain-grid,
.segment-grid,
.process-grid,
.proof-grid {
  width: min(1160px, 100%);
  display: grid;
  gap: 16px;
  margin: 0 auto;
}

.pain-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pain-grid article,
.segment-grid article,
.process-grid article,
.faq-list details {
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  background: var(--lp-white);
  box-shadow: 0 16px 42px rgba(5, 32, 45, 0.07);
}

.pain-grid article,
.segment-grid article,
.process-grid article {
  padding: 24px;
}

.pain-grid span,
.process-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 32px;
  margin-bottom: 16px;
  border-radius: 999px;
  color: var(--lp-deep);
  background: var(--lp-lime-soft);
  font-weight: 950;
}

.pain-grid h3,
.segment-grid h3,
.process-grid h3 {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.2;
}

.pain-grid p,
.segment-grid p,
.process-grid p,
.faq-list p {
  color: var(--lp-muted);
  line-height: 1.58;
}

.lp-solution {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
  gap: clamp(24px, 5vw, 66px);
  align-items: center;
  background: #fff;
}

.solution-copy {
  max-width: 690px;
  justify-self: end;
}

.check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.check-list li,
.proof-grid span,
.offer-list span,
.contact-points span {
  position: relative;
  padding: 13px 14px 13px 40px;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  background: #fff;
  font-weight: 800;
}

.check-list li::before,
.proof-grid span::before,
.offer-list span::before,
.contact-points span::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--lp-green);
}

.solution-panel {
  position: relative;
  min-height: 500px;
  display: grid;
  align-items: center;
  padding-right: clamp(0px, 5vw, 40px);
}

.browser-mock {
  width: min(100%, 520px);
  min-height: 350px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--lp-radius);
  background:
    linear-gradient(135deg, rgba(6, 31, 52, 0.94), rgba(0, 116, 130, 0.86)),
    url("assets/hero-ti.jpg") center / cover;
  box-shadow: var(--lp-shadow);
}

.browser-mock > span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
}

.mock-hero {
  height: 120px;
  margin-top: 28px;
  border-radius: var(--lp-radius);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.04)),
    linear-gradient(135deg, var(--lp-green), var(--lp-cyan));
}

.mock-lines {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.mock-lines i {
  display: block;
  height: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
}

.mock-lines i:nth-child(1) {
  width: 76%;
}

.mock-lines i:nth-child(2) {
  width: 62%;
}

.mock-lines i:nth-child(3) {
  width: 84%;
}

.mock-buttons {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}

.mock-buttons b {
  width: 148px;
  height: 44px;
  border-radius: var(--lp-radius);
  background: var(--lp-green);
}

.mock-buttons b:nth-child(2) {
  background: rgba(255, 255, 255, 0.16);
}

.conversion-card {
  width: min(380px, 86%);
  position: absolute;
  right: clamp(10px, 6vw, 88px);
  bottom: 44px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--lp-radius);
  color: #fff;
  background: var(--lp-deep);
  box-shadow: var(--lp-shadow);
}

.conversion-card strong {
  font-size: 1.2rem;
}

.conversion-card p {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.45;
}

.lp-segments {
  background: var(--lp-warm);
}

.segment-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lp-offer {
  padding-top: 0;
  background: var(--lp-warm);
}

.offer-band {
  width: min(1160px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 30px;
  align-items: center;
  margin: 0 auto;
  padding: clamp(26px, 5vw, 44px);
  border-radius: var(--lp-radius);
  color: #fff;
  background:
    linear-gradient(110deg, rgba(6, 31, 52, 0.96), rgba(0, 116, 130, 0.9)),
    url("assets/infraestrutura.jpg") center / cover;
  box-shadow: var(--lp-shadow);
}

.offer-band .lp-kicker {
  color: var(--lp-green);
}

.offer-band h2 {
  margin: 0;
  font-size: 2.25rem;
  line-height: 1.08;
}

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

.offer-list span {
  border-color: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
}

.lp-process {
  background: #fff;
}

.process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lp-proof {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  background: var(--lp-ice);
}

.proof-copy {
  max-width: 480px;
  justify-self: end;
}

.proof-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.lp-faq {
  background: #fff;
}

.faq-list {
  width: min(920px, 100%);
  display: grid;
  gap: 12px;
  margin: 0 auto;
}

.faq-list details {
  padding: 0;
}

.faq-list summary {
  padding: 20px 22px;
  cursor: pointer;
  font-weight: 900;
}

.faq-list p {
  margin: 0;
  padding: 0 22px 20px;
}

.lp-contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.82fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
  padding: clamp(66px, 8vw, 110px) clamp(18px, 5vw, 70px);
  color: #fff;
  background:
    linear-gradient(110deg, rgba(3, 18, 32, 0.95), rgba(7, 52, 78, 0.9)),
    url("assets/landing-web-marketing.png") center / cover;
}

.lp-contact > * {
  min-width: 0;
}

.contact-copy {
  max-width: 650px;
  justify-self: end;
}

.contact-copy .lp-kicker,
.lp-contact .lp-kicker {
  color: var(--lp-green);
}

.contact-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.contact-points {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.contact-points span {
  border-color: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
}

.contact-form {
  width: 100%;
  min-width: 0;
  max-width: 650px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--lp-radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--lp-shadow);
}

.contact-form label {
  min-width: 0;
  display: grid;
  gap: 7px;
  color: var(--lp-ink);
  font-weight: 900;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  min-width: 0;
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid #cbdde2;
  border-radius: var(--lp-radius);
  color: var(--lp-ink);
  background: #fff;
  outline: none;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--lp-teal);
  box-shadow: 0 0 0 4px rgba(0, 116, 130, 0.12);
}

.contact-form .form-honeypot {
  position: absolute;
  left: -9999px;
}

.wide {
  grid-column: 1 / -1;
}

.form-note {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--lp-muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.floating-cta {
  position: fixed;
  z-index: 60;
  right: 18px;
  bottom: 18px;
  color: var(--lp-deep);
  background: var(--lp-green);
  box-shadow: 0 16px 36px rgba(5, 32, 45, 0.24);
}

@media (max-width: 1080px) {
  .lp-nav {
    display: none;
  }

  .pain-grid,
  .segment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-solution,
  .lp-proof,
  .lp-contact,
  .offer-band {
    grid-template-columns: 1fr;
  }

  .solution-copy,
  .proof-copy,
  .contact-copy {
    justify-self: start;
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-panel {
    min-height: 440px;
    padding-right: 0;
  }
}

@media (max-width: 1240px) {
  .lp-contact {
    grid-template-columns: 1fr;
  }

  .contact-copy,
  .contact-form {
    width: min(100%, 760px);
    max-width: 760px;
    justify-self: center;
  }
}

@media (max-width: 720px) {
  .lp-header {
    min-height: 68px;
    padding: 12px 16px;
  }

  .lp-brand img {
    width: 124px;
  }

  .lp-whatsapp {
    min-height: 40px;
    padding: 9px 12px;
    font-size: 0.9rem;
  }

  .lp-hero {
    min-height: 78svh;
    background-position: center;
  }

  .lp-hero-inner {
    width: min(100% - 32px, 760px);
    margin: 0 auto;
    padding: 96px 0 34px;
  }

  .lp-hero h1 {
    font-size: 2.65rem;
    line-height: 1.02;
  }

  .lp-section-heading h2,
  .lp-section h2,
  .lp-contact h2 {
    font-size: 2.1rem;
  }

  .lp-hero-copy {
    font-size: 1.08rem;
  }

  .lp-hero-metrics {
    display: none;
  }

  .lp-hero-metrics,
  .pain-grid,
  .segment-grid,
  .process-grid,
  .proof-grid,
  .check-list,
  .offer-list,
  .contact-form {
    grid-template-columns: 1fr;
  }

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

  .solution-panel {
    min-height: 390px;
  }

  .conversion-card {
    position: static;
    width: 100%;
    margin-top: -44px;
  }

  .browser-mock {
    min-height: 310px;
  }

  .floating-cta {
    display: none;
  }
}

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

  .lp-section-heading h2,
  .lp-section h2,
  .lp-contact h2 {
    font-size: 1.85rem;
  }

  .lp-kicker {
    font-size: 0.76rem;
  }

  .lp-contact,
  .lp-section {
    padding-left: 14px;
    padding-right: 14px;
  }

  .contact-form {
    padding: 18px;
  }
}
