:root {
  --blue: #062b9a;
  --blue-strong: #001e7c;
  --red: #e43119;
  --ink: #0a1633;
  --muted: #59647a;
  --line: #dde4f2;
  --paper: #f7f9fd;
  --white: #ffffff;
  --dark: #061020;
  --shadow: 0 24px 70px rgba(4, 24, 68, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 64px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(221, 228, 242, 0.9);
  backdrop-filter: blur(18px);
}

.brand img {
  width: 158px;
}

.nav-links {
  display: flex;
  gap: 24px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

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

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 6px;
  padding: 0 20px;
  border: 0;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.nav-cta,
.button-primary {
  color: var(--white);
  background: var(--red);
  box-shadow: 0 12px 30px rgba(228, 49, 25, 0.26);
}

.button-secondary {
  color: var(--blue);
  background: var(--white);
  border: 1px solid rgba(6, 43, 154, 0.2);
}

.nav-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

.hero {
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: clamp(32px, 5vw, 72px);
  padding: clamp(56px, 7vw, 110px) clamp(18px, 5vw, 84px);
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 249, 253, 0.92) 58%, rgba(230, 235, 247, 0.88) 100%),
    repeating-linear-gradient(135deg, rgba(6, 43, 154, 0.08) 0 1px, transparent 1px 18px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: clamp(2.45rem, 5.2vw, 4.95rem);
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  font-size: 1.18rem;
}

.hero-lead,
.section-heading p,
.split p,
.lead-copy p {
  color: var(--muted);
  font-size: clamp(1.02rem, 1.6vw, 1.22rem);
  line-height: 1.7;
}

.hero-lead {
  max-width: 690px;
}

.hero-proof,
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-proof {
  margin: 24px 0 0;
}

.hero-proof span {
  padding: 10px 13px;
  border-radius: 6px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--line);
  font-weight: 900;
}

.hero-actions {
  margin: 20px 0 26px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-row span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--blue);
  font-size: 0.9rem;
  font-weight: 800;
}

.hero-panel {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  padding: clamp(18px, 3vw, 30px);
  color: var(--white);
  background:
    linear-gradient(160deg, rgba(1, 13, 48, 0.88), rgba(6, 43, 154, 0.88));
  box-shadow: var(--shadow);
}

.hero-flyer {
  width: 100%;
  aspect-ratio: 4 / 3;
  max-height: min(66vh, 680px);
  object-fit: contain;
  object-position: center bottom;
  border-radius: 8px;
  margin-bottom: 12px;
  background: var(--white);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
}

.portrait-caption {
  display: grid;
  gap: 4px;
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.portrait-caption span {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 700;
}

.portrait-caption strong {
  font-size: clamp(1.08rem, 2vw, 1.55rem);
  line-height: 1.12;
}

.opportunity-card {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.card-label {
  margin-bottom: 10px;
  color: #b9c8ff;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.opportunity-card h2 {
  margin-bottom: 12px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.opportunity-card p,
.metric-grid dt {
  color: rgba(255, 255, 255, 0.74);
}

.mini-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 6px;
  padding: 0 16px;
  border-radius: 6px;
  color: var(--white);
  background: var(--red);
  font-weight: 900;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 18px 0 0;
}

.metric-grid div {
  padding: 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.metric-grid dt {
  margin-bottom: 6px;
  font-size: 0.76rem;
}

.metric-grid dd {
  margin: 0;
  font-weight: 900;
}

.section {
  padding: clamp(64px, 8vw, 112px) clamp(18px, 5vw, 84px);
}

.band {
  background: var(--paper);
}

.section-heading {
  max-width: 860px;
  margin-bottom: 34px;
}

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

.benefit-grid article,
.steps div,
.decision-grid article,
.faq-grid details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.benefit-grid article {
  padding: 26px;
}

.icon {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--red);
  font-weight: 900;
}

.benefit-grid p,
.steps p,
.faq-grid p,
.check-list p,
.lead-copy li {
  color: var(--muted);
  line-height: 1.65;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1.05fr);
  gap: clamp(32px, 6vw, 84px);
  align-items: start;
}

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

.check-list p {
  margin: 0;
  padding: 18px 20px;
  border-left: 4px solid var(--red);
  background: var(--paper);
}

.decision {
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
}

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

.decision-grid article {
  padding: 28px;
}

.decision-grid h3 {
  color: var(--blue);
}

.decision-grid p {
  color: var(--muted);
  line-height: 1.65;
}

.process {
  background: var(--dark);
  color: var(--white);
}

.process .section-heading p,
.process .steps p {
  color: rgba(255, 255, 255, 0.72);
}

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

.steps div {
  padding: 28px;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
}

.steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: var(--red);
  font-weight: 900;
}

.lead-section {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.74fr);
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(64px, 8vw, 112px) clamp(18px, 5vw, 84px);
  background:
    linear-gradient(90deg, rgba(6, 43, 154, 0.94), rgba(0, 30, 124, 0.92)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.11) 0 1px, transparent 1px 56px);
  color: var(--white);
}

.lead-copy p,
.lead-copy li {
  color: rgba(255, 255, 255, 0.76);
}

.lead-copy ul {
  display: grid;
  gap: 12px;
  padding-left: 20px;
}

.contact-card {
  display: grid;
  gap: 6px;
  width: min(420px, 100%);
  margin-top: 28px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.contact-card strong {
  font-size: 1.28rem;
}

.contact-card span {
  color: rgba(255, 255, 255, 0.72);
}

.contact-card a {
  color: var(--white);
  font-weight: 800;
}

.lead-form {
  display: grid;
  gap: 14px;
  padding: clamp(20px, 3vw, 30px);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.lead-form label {
  display: grid;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 800;
}

.lead-form input,
.lead-form select,
.lead-form textarea,
.chat-input input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 13px 14px;
  font: inherit;
  color: var(--ink);
  background: var(--white);
}

.lead-form textarea {
  resize: vertical;
}

.consent {
  grid-template-columns: 18px 1fr;
  align-items: start;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.45;
}

.consent input {
  width: 18px;
  margin-top: 3px;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--blue);
  font-weight: 800;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.faq-grid details {
  padding: 20px 22px;
}

.faq-grid summary {
  cursor: pointer;
  font-weight: 900;
}

.faq-grid p {
  margin: 14px 0 0;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 84px);
  color: var(--white);
  background: #030815;
}

.legal-section {
  padding: 24px clamp(18px, 5vw, 84px);
  color: #4f5b72;
  background: #f2f5fb;
  border-top: 1px solid var(--line);
}

.legal-section div {
  max-width: 1080px;
}

.legal-section strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
}

.legal-section p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
}

.footer img {
  width: 180px;
}

.footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.footer a,
.footer-links a {
  color: #ffb4a7;
  font-weight: 900;
}

.chat-widget {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
}

.chat-toggle {
  display: grid;
  grid-template-columns: 34px auto;
  align-items: center;
  gap: 8px;
  min-width: 106px;
  height: 58px;
  border: 2px solid var(--white);
  border-radius: 999px;
  padding: 6px 14px 6px 7px;
  color: var(--white);
  background: var(--red);
  box-shadow: 0 18px 40px rgba(228, 49, 25, 0.34);
  cursor: pointer;
}

.chat-toggle img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  padding: 4px;
  border-radius: 50%;
  background: var(--white);
}

.chat-toggle span {
  font-size: 0.92rem;
  font-weight: 900;
}

.chat-panel {
  position: absolute;
  right: 0;
  bottom: 72px;
  width: min(380px, calc(100vw - 34px));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  color: var(--white);
  background: var(--blue);
}

.chat-header div {
  display: grid;
  gap: 2px;
}

.chat-header span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
}

.chat-header button {
  border: 0;
  color: var(--white);
  background: transparent;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.chat-messages {
  display: grid;
  gap: 10px;
  max-height: 260px;
  overflow: auto;
  padding: 16px;
  background: var(--paper);
}

.message {
  max-width: 88%;
  padding: 10px 12px;
  border-radius: 8px;
  line-height: 1.45;
}

.message.bot {
  color: var(--ink);
  background: var(--white);
}

.message.user {
  justify-self: end;
  color: var(--white);
  background: var(--blue);
}

.quick-questions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 16px 0;
}

.quick-questions button {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 10px;
  color: var(--blue);
  background: var(--white);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
}

.chat-input {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 14px 16px 16px;
}

.chat-input button {
  border: 0;
  border-radius: 6px;
  padding: 0 14px;
  color: var(--white);
  background: var(--red);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

@media (max-width: 980px) {
  .hero,
  .split,
  .lead-section {
    grid-template-columns: 1fr;
  }

  .benefit-grid,
  .decision-grid,
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 720px) {
  .site-header {
    align-items: flex-start;
  }

  .brand img {
    width: 126px;
  }

  .nav-links {
    display: none;
  }

  .nav-cta {
    min-height: 42px;
    padding: 0 14px;
    font-size: 0.88rem;
  }

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

  h1 {
    font-size: clamp(2.25rem, 14vw, 4rem);
  }

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

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

  .metric-grid,
  .benefit-grid,
  .decision-grid,
  .steps,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .chat-toggle {
    min-width: 58px;
    grid-template-columns: 34px;
    padding-right: 7px;
  }

  .chat-toggle span {
    display: none;
  }

  .lead-form {
    padding: 18px;
  }

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

  .footer-links {
    justify-content: flex-start;
  }
}
