:root {
  --ink: #111827;
  --muted: #5b6472;
  --line: #d9dee7;
  --paper: #ffffff;
  --soft: #f5f7fb;
  --blue: #1457d9;
  --blue-dark: #0d2f73;
  --red: #d92d20;
  --green: #168a55;
  --amber: #b7791f;
  --slate: #334155;
  --radius: 8px;
  --shadow: 0 24px 70px rgba(15, 23, 42, 0.14);
}

@font-face {
  font-family: "Conthrax";
  src: url("assets/Conthrax_SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 74px;
  padding: 0 44px;
  border-bottom: 1px solid rgba(217, 222, 231, 0.9);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  font-family: "Conthrax", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
}

.nav {
  display: flex;
  gap: 28px;
  color: #3a4352;
  font-size: 14px;
  font-weight: 650;
}

.nav a:hover {
  color: var(--blue);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: var(--radius);
  font-weight: 750;
  font-size: 14px;
  white-space: nowrap;
}

.header-cta,
.button.primary {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 12px 28px rgba(20, 87, 217, 0.22);
}

.header-cta:hover,
.button.primary:hover {
  background: #0f48b7;
}

.button.secondary {
  color: var(--ink);
  border: 1px solid var(--line);
  background: #fff;
}

.button.whatsapp {
  color: #fff;
  background: #168a55;
  box-shadow: 0 12px 28px rgba(22, 138, 85, 0.22);
}

.button.whatsapp:hover {
  background: #0f7144;
}

.button.wide {
  width: 100%;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 56px;
  align-items: center;
  min-height: calc(100vh - 74px);
  padding: 80px 7vw 56px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 20%, rgba(22, 138, 85, 0.16), transparent 30%),
    linear-gradient(130deg, #f8fbff 0%, #ffffff 48%, #eef4ff 100%);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.lead {
  max-width: 680px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.65;
}

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

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 620px;
  margin: 44px 0 0;
}

.hero-stats div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
}

.hero-stats dt {
  font-size: 24px;
  font-weight: 850;
}

.hero-stats dd {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.hero-visual {
  position: relative;
  min-height: 560px;
}

.monitor-card {
  position: absolute;
  inset: 18px 0 auto;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.monitor-top,
.alert-row,
.timeline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.panel-label,
.partner-card span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.status-pill,
.badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  color: #0f6b43;
  background: rgba(22, 138, 85, 0.12);
  font-size: 12px;
  font-weight: 800;
}

.risk-meter {
  height: 12px;
  margin: 34px 0;
  overflow: hidden;
  border-radius: 999px;
  background: #e8edf5;
}

.risk-meter span {
  display: block;
  width: var(--value);
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--amber), var(--red));
}

.alert-row {
  justify-content: flex-start;
  margin-top: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.alert-row div {
  flex: 1;
}

.alert-row small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
}

.alert-row b {
  font-size: 13px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--blue);
}

.alert-row.high .dot {
  background: var(--red);
}

.alert-row.medium .dot {
  background: var(--amber);
}

.timeline {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: #3d4655;
  font-size: 13px;
  font-weight: 750;
}

.timeline span {
  display: block;
  width: 100%;
  height: 4px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: var(--blue);
}

.partner-card {
  position: absolute;
  right: 22px;
  bottom: 18px;
  width: min(320px, 78vw);
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.16);
}

.partner-card img {
  display: block;
  width: 100%;
  height: auto;
}

.section {
  padding: 96px 7vw;
}

.section.muted {
  background: var(--soft);
}

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

.section-heading p:not(.eyebrow),
.split p,
.pricing-copy p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

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

.feature-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.feature-card p {
  color: var(--muted);
  line-height: 1.65;
}

.icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  border-radius: var(--radius);
  color: #fff;
  background: var(--blue);
}

.icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-card.danger .icon {
  background: var(--red);
}

.feature-card.amber .icon {
  background: var(--amber);
}

.feature-card.slate .icon {
  background: var(--slate);
}

.quote {
  max-width: 920px;
  margin: 40px auto 0;
  padding: 26px 30px;
  border-left: 4px solid var(--red);
  color: var(--ink);
  background: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1fr);
  gap: 56px;
  align-items: center;
}

.check-list {
  display: grid;
  gap: 14px;
}

.check-list div {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 66px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  font-weight: 750;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.check-list span {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: inset 0 0 0 5px #fff, 0 0 0 1px var(--green);
}

.process {
  background: #111827;
  color: #fff;
}

.process .eyebrow,
.process .section-heading p {
  color: #9fc0ff;
}

.steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.steps li {
  min-height: 210px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.steps span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border-radius: var(--radius);
  color: #0d2f73;
  background: #dce9ff;
  font-weight: 900;
}

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

.steps p {
  color: #c8d2e0;
  line-height: 1.55;
}

.pricing {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 460px);
  gap: 56px;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(20, 87, 217, 0.08), transparent 42%),
    #fff;
}

.pricing-copy {
  max-width: 720px;
}

.protection-points {
  margin-top: 24px;
}

.protection-points h3 {
  margin-bottom: 12px;
  font-size: 18px;
}

.protection-points ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.protection-points li {
  position: relative;
  padding-left: 24px;
  color: #2f3846;
  line-height: 1.6;
  font-weight: 650;
}

.protection-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--blue);
}

.protection-points .check-points li::before {
  content: "✓";
  top: 0;
  width: auto;
  height: auto;
  color: var(--green);
  background: transparent;
  font-weight: 900;
}

.closing-line {
  margin-top: 24px;
}

.closing-line.strong {
  color: var(--ink);
  font-weight: 850;
}

.price-card {
  position: relative;
  padding: 34px;
  border: 1px solid rgba(20, 87, 217, 0.2);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.price-card h3 {
  margin-top: 20px;
  font-size: 28px;
}

.price {
  margin-bottom: 8px;
  color: var(--muted);
}

.discount-highlight {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 4px 12px;
  width: fit-content;
  margin: 14px 0 18px;
  padding: 14px 16px;
  border: 2px solid var(--blue);
  border-radius: var(--radius);
  color: #0d2f73;
  background: #eef4ff;
}

.discount-highlight strong {
  grid-row: span 2;
  font-size: 42px;
  line-height: 0.95;
}

.discount-highlight span {
  font-size: 15px;
  font-weight: 900;
}

.discount-highlight small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-decoration: line-through;
}

.price span {
  color: var(--ink);
  font-size: 54px;
  font-weight: 900;
  letter-spacing: 0;
}

.price-total {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 8px 12px;
  border-radius: var(--radius);
  color: #0d2f73;
  background: #eef4ff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.commitment {
  color: var(--muted);
  line-height: 1.6;
}

.price-card ul {
  display: grid;
  gap: 13px;
  padding: 0;
  margin: 28px 0;
  list-style: none;
}

.price-card li {
  position: relative;
  padding-left: 28px;
  color: #2f3846;
  font-weight: 650;
}

.price-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--green);
}

.audience {
  background: var(--soft);
}

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

.audience-grid div {
  display: grid;
  place-items: center;
  min-height: 118px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
}

.faq {
  max-width: 920px;
  margin: 0 auto;
}

details {
  border-top: 1px solid var(--line);
  padding: 22px 0;
}

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

summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
}

details p {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.contact-panel {
  background:
    radial-gradient(circle at 12% 18%, rgba(22, 138, 85, 0.14), transparent 28%),
    linear-gradient(135deg, #f8fbff 0%, #fff 54%, #eef4ff 100%);
}

.contact-address {
  display: inline-flex;
  margin-top: 18px;
  padding: 12px 16px;
  border: 1px solid rgba(20, 87, 217, 0.18);
  border-radius: var(--radius);
  color: var(--ink) !important;
  background: rgba(255, 255, 255, 0.78);
  font-size: 16px !important;
  font-weight: 800;
}

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

.contact-actions article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 252px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.08);
}

.contact-actions p {
  flex: 1;
  color: var(--muted);
  line-height: 1.65;
}

.footer {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) minmax(320px, 1fr) auto;
  align-items: start;
  gap: 24px;
  padding: 56px 7vw;
  color: #fff;
  background: #0f172a;
}

.footer p {
  margin: 8px 0 0;
  color: #cbd5e1;
}

.footer-logo {
  color: #fff;
  font-size: 24px;
}

.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.footer-links h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 14px;
}

.footer-links a,
.footer-links span {
  display: block;
  margin-top: 10px;
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.5;
}

.footer-links a:hover {
  color: #fff;
}

.footer-action {
  justify-self: end;
}

.copyright {
  grid-column: 1 / -1;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 14px;
}

@media (max-width: 980px) {
  .site-header {
    padding: 0 22px;
  }

  .nav {
    display: none;
  }

  .hero,
  .split,
  .pricing {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 58px;
  }

  .hero-visual {
    min-height: 520px;
  }

  .feature-grid,
  .steps,
  .audience-grid,
  .contact-actions {
    grid-template-columns: 1fr 1fr;
  }

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

  .footer-action {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .header-cta {
    display: none;
  }

  .hero,
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  h1 {
    font-size: 42px;
  }

  .lead {
    font-size: 18px;
  }

  .hero-stats,
  .feature-grid,
  .steps,
  .audience-grid,
  .contact-actions {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: auto;
  }

  .monitor-card,
  .partner-card {
    position: static;
  }

  .partner-card {
    margin: 16px auto 0;
  }

  .timeline {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

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