:root {
  --page: #ffffff;
  --ink: #0b2240;
  --ink-soft: #223955;
  --muted: #64748b;
  --soft: #f6f8fb;
  --line: #d9e3ec;
  --navy: #073d86;
  --teal: #0b5dc7;
  --green: #147d50;
  --red: #c40018;
  --shadow: 0 18px 50px rgba(11, 34, 64, 0.08);
  font-family:
    "Segoe UI", Arial, Helvetica, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, sans-serif;
  color: var(--ink);
  background: var(--page);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 9% 19%, rgba(0, 136, 151, 0.08), transparent 18rem),
    radial-gradient(circle at 88% 14%, rgba(6, 25, 74, 0.06), transparent 20rem),
    #fff;
}

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

svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  min-height: 86px;
  align-items: center;
  gap: 32px;
  padding: 15px clamp(24px, 5vw, 70px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  min-width: 0;
}

.logo {
  display: block;
  width: auto;
  height: 82px;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 4vw, 54px);
  margin-left: auto;
  color: #0b1c3d;
  font-size: 14px;
  font-weight: 700;
}

.nav-links a {
  padding: 8px 0;
}

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

.whatsapp-link {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  border: 1px solid var(--green);
  border-radius: 7px;
  color: var(--green);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.whatsapp-link svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
  stroke-width: 0;
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero::before,
.hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.hero::before {
  top: 90px;
  left: -80px;
  width: 420px;
  height: 260px;
  opacity: 0.28;
  background:
    linear-gradient(160deg, transparent 46%, #8db7d8 47%, transparent 48%),
    linear-gradient(20deg, transparent 52%, #8db7d8 53%, transparent 54%),
    linear-gradient(100deg, transparent 40%, #8db7d8 41%, transparent 42%);
  clip-path: polygon(44% 0, 70% 83%, 10% 83%);
}

.hero::after {
  top: 62px;
  right: -110px;
  width: 380px;
  height: 380px;
  opacity: 0.16;
  border: 1px solid #246f9e;
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 18px #fff,
    inset 0 0 0 19px #246f9e,
    inset 0 0 0 54px #fff,
    inset 0 0 0 55px #246f9e;
}

.marine-line {
  position: absolute;
  width: 340px;
  height: 180px;
  opacity: 0.23;
  background-image:
    linear-gradient(110deg, transparent 48%, #6ea6c8 49%, transparent 50%),
    radial-gradient(circle, #6ea6c8 1.4px, transparent 1.5px);
  background-size:
    72px 54px,
    34px 34px;
}

.marine-line-left {
  bottom: 32px;
  left: -34px;
}

.marine-line-right {
  right: -18px;
  bottom: 46px;
  transform: rotate(180deg);
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
  padding: 38px 24px 22px;
  text-align: center;
}

.hero-copy h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(46px, 5.4vw, 70px);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 0.96;
}

.hero-copy h1::after {
  display: block;
  width: 74px;
  height: 4px;
  margin: 24px auto 0;
  background: var(--red);
  content: "";
}

.hero-copy p {
  max-width: 660px;
  margin: 14px auto 0;
  color: #26364d;
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.36;
}

.support-options {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 24px 34px;
}

.support-panel {
  display: grid;
  justify-items: center;
  min-height: 344px;
  padding: 28px clamp(24px, 4vw, 48px) 2px;
  text-align: center;
}

.support-panel + .support-panel {
  border-left: 1px solid var(--line);
}

.edge-agent-panel {
  display: grid;
  grid-column: 1 / -1;
  justify-items: center;
  gap: 20px;
  max-width: 680px;
  margin: 32px auto 0;
  padding: 22px 24px 4px;
  border-top: 1px solid var(--line);
  background: transparent;
  box-shadow: none;
  color: var(--ink);
  text-align: center;
}

.edge-agent-panel h2 {
  max-width: 520px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 800;
  line-height: 1.18;
}

.matador-button {
  width: min(100%, 344px);
}

.panel-icon {
  display: grid;
  width: 88px;
  height: 88px;
  place-items: center;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.76);
}

.panel-icon svg {
  width: 44px;
  height: 44px;
}

.panel-icon.teal {
  color: var(--teal);
}

.panel-icon.navy {
  color: var(--navy);
}

.support-panel h2 {
  margin: 14px 0 10px;
  color: var(--ink);
  font-size: clamp(30px, 3vw, 38px);
  font-weight: 800;
  line-height: 1.08;
}

.lead {
  max-width: 390px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.45;
}

.button-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin: 24px 0 18px;
}

.button {
  display: inline-flex;
  width: min(100%, 252px);
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(11, 93, 199, 0.2);
}

.button svg {
  width: 22px;
  height: 22px;
}

.primary {
  color: #fff;
}

.secondary {
  background: rgba(255, 255, 255, 0.74);
}

.teal-button {
  background: var(--teal);
}

.navy-button {
  background: var(--navy);
}

.teal-outline {
  border: 1.5px solid var(--teal);
  color: var(--teal);
}

.navy-outline {
  border: 1.5px solid var(--navy);
  color: var(--navy);
}

.note {
  max-width: 470px;
  margin: 0;
  color: #25364b;
  font-size: 15px;
  line-height: 1.5;
}

.guide {
  padding: 26px 24px 22px;
  background: linear-gradient(180deg, #fff 0%, #f8fbfd 100%);
}

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

.section-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(32px, 3.1vw, 40px);
  font-weight: 800;
  line-height: 1.12;
}

.section-heading h2::after {
  display: block;
  width: 154px;
  height: 3px;
  margin: 12px auto 0;
  background: var(--teal);
  content: "";
}

.section-heading p {
  margin: 12px 0 0;
  color: #34435a;
  font-size: 17px;
}

.section-heading.compact {
  margin-bottom: 22px;
}

.section-heading.compact h2 {
  font-size: clamp(28px, 2.8vw, 36px);
}

.decision-tool {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--line);
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(0, 136, 151, 0.06), transparent 34%),
    #fff;
  box-shadow: 0 16px 42px rgba(7, 25, 54, 0.06);
}

.decision-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--teal);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.text-button {
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.decision-progress {
  height: 4px;
  margin: 14px 0 22px;
  overflow: hidden;
  border-radius: 999px;
  background: #e8f0f5;
}

.decision-progress span {
  display: block;
  width: 34%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--teal), #0c2f70);
  transition: width 180ms ease;
}

.decision-tool h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 800;
  line-height: 1.16;
}

.decision-tool > p {
  max-width: 660px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
}

.decision-answers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.answer-button {
  display: grid;
  min-height: 94px;
  align-content: center;
  gap: 7px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition:
    border 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.answer-button:hover,
.answer-button:focus-visible {
  border-color: var(--teal);
  box-shadow: 0 10px 28px rgba(0, 136, 151, 0.12);
  outline: none;
  transform: translateY(-1px);
}

.answer-label {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}

.answer-detail {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}

.decision-result {
  margin-top: 22px;
  padding: 20px;
  border-left: 4px solid var(--teal);
  border-radius: 7px;
  background: #f7fbfc;
}

.result-label {
  margin: 0 0 8px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.decision-result h4 {
  margin: 0;
  color: var(--ink);
  font-size: 24px;
  font-weight: 800;
}

.decision-result p:not(.result-label) {
  max-width: 760px;
  margin: 8px 0 0;
  color: #26364d;
  font-size: 16px;
  line-height: 1.45;
}

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

.contact-section {
  padding: 34px 24px 22px;
  background: #f8fbfd;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 760px;
  margin: 0 auto;
}

.contact-card {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 96px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  color: var(--ink);
  transition:
    border 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.contact-card:hover {
  border-color: var(--teal);
  box-shadow: 0 12px 28px rgba(11, 93, 199, 0.12);
  transform: translateY(-1px);
}

.contact-icon {
  display: grid;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  color: var(--teal);
}

.contact-icon svg {
  width: 25px;
  height: 25px;
}

.whatsapp-card .contact-icon {
  color: var(--green);
}

.whatsapp-card .contact-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

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

.contact-card strong {
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 800;
}

.contact-card span span {
  color: var(--muted);
  font-size: 15px;
}

.managed-note {
  max-width: 760px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}

.trust {
  padding: 10px 24px 46px;
  background: #f8fbfd;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1120px;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  overflow: hidden;
}

.trust-grid > div {
  padding: 24px;
}

.trust-grid > div + div {
  border-left: 1px solid var(--line);
}

.trust-grid h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
}

.trust-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 18px;
  }

  .brand {
    min-width: auto;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .support-options {
    grid-template-columns: 1fr;
  }

  .support-panel + .support-panel {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .edge-agent-panel {
    margin-top: 24px;
  }

  .decision-answers {
    grid-template-columns: 1fr;
  }

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

  .trust-grid > div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 14px 18px;
  }

  .logo {
    height: 74px;
  }

  .whatsapp-link {
    width: 100%;
    justify-content: center;
  }

  .hero-copy {
    padding-top: 34px;
  }

  .support-panel {
    padding-right: 4px;
    padding-left: 4px;
  }

  .button {
    width: 100%;
  }

  .matador-button {
    width: 100%;
  }

  .decision-status {
    align-items: flex-start;
    flex-direction: column;
  }

  .result-actions .button {
    width: 100%;
  }

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