:root {
  --bg: #03142b;
  --bg-2: #082248;
  --surface: #ffffff;
  --surface-2: #f3fbfc;
  --text: #081b57;
  --muted: #56647c;
  --primary: #001a67;
  --primary-2: #0bb1c9;
  --accent: #6bf1d3;
  --accent-2: #ff6e0d;
  --line: #d9e8ee;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(10, 28, 72, .11);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body {
  margin: 0;
  padding-top: 94px;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--surface);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(calc(100% - 36px), var(--container)); margin-inline: auto; }
.section { padding: 92px 0; }
.section-light { background: #fff; }
.section-muted { background: var(--surface-2); }
.section-dark {
  position: relative;
  color: #fff;
  background:
    radial-gradient(circle at 80% 18%, rgba(107,241,211,.16), rgba(107,241,211,0) 26%),
    radial-gradient(circle at 75% 8%, rgba(11,177,201,.24), rgba(11,177,201,0) 30%),
    linear-gradient(135deg, #021024 0%, #041933 46%, #031027 100%);
  overflow: hidden;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 50;
  background: rgba(3, 12, 28, .92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: #fff;
}
.nav-wrap { min-height: 94px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; white-space: nowrap; }
.brand-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 8px;
  border-radius: 12px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 16px 34px rgba(0,0,0,.18);
}
.brand-logo { width: 108px; height: auto; }
.main-nav { display: flex; gap: 30px; margin-left: auto; align-items: center; }
.main-nav a { font-size: .93rem; color: #dce8fb; transition: color .2s ease; }
.main-nav a:hover { color: #fff; }
.nav-cta { margin-left: 10px; }
.menu-toggle {
  display: none;
  margin-left: auto;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  border-radius: 10px;
  background: rgba(255,255,255,.07);
}
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: #fff; }

.btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 24px;
  border-radius: 10px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  box-shadow: 0 14px 28px rgba(0, 26, 103, .28);
}
.btn-outline {
  color: #fff;
  background: rgba(255,255,255,.03);
  border-color: rgba(107,241,211,.65);
}
.btn-large { min-height: 56px; padding-inline: 30px; }

.hero { padding: 76px 0 28px; }
.hero-glow {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 76% 26%, rgba(107,241,211,.08), transparent 28%),
    linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: auto, 70px 70px, 70px 70px;
  mask-image: linear-gradient(to bottom, #000, transparent 80%);
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; gap: 46px; align-items: center; }
.eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding-left: 16px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .72rem;
  font-weight: 800;
  color: #9bd8e2;
}
.eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: var(--accent-2);
}
.eyebrow.blue { color: var(--primary-2); }
.hero h1 { max-width: 760px; margin: 0 0 20px; font-size: clamp(2.7rem, 5vw, 5rem); line-height: .98; letter-spacing: -.055em; }
.hero-lead { max-width: 690px; margin: 0 0 18px; color: #f3fcff; font-size: clamp(1.02rem, 1.5vw, 1.22rem); font-weight: 600; }
.hero-support { max-width: 620px; margin: 0; color: #c2d4e2; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 38px; color: #dceef0; font-size: .88rem; font-weight: 600; }
.trust-row span { display: inline-flex; align-items: center; gap: 8px; }
.trust-row svg { width: 20px; height: 20px; color: var(--accent); }
.hero-visual {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0,0,0,.45);
  min-height: 470px;
  border: 1px solid rgba(107,241,211,.15);
}
.hero-visual::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 80px 20px rgba(3,10,20,.28); pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; min-height: 470px; }

.benefit-strip { position: relative; z-index: 2; background: #fff; padding: 22px 0; border-bottom: 1px solid var(--line); }
.benefit-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.mini-card {
  min-height: 122px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  box-shadow: 0 9px 24px rgba(8,27,87,.055);
  padding: 18px 10px;
}
.mini-card svg { width: 30px; height: 30px; margin-bottom: 9px; color: var(--primary-2); }
.mini-card strong, .mini-card span { font-size: .84rem; line-height: 1.25; }

.split-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: center; }
.section-copy h2, .section-heading h2, .info-panel h2, .credit-grid h2, .final-cta h2 { margin: 0 0 18px; letter-spacing: -.035em; line-height: 1.08; }
.section-copy h2 { font-size: clamp(2.1rem, 3vw, 3.3rem); }
.section-copy p { color: var(--muted); max-width: 650px; }
.section-copy .btn { margin-top: 14px; }
.media-card { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid rgba(11,177,201,.12); }
.media-card img { width: 100%; min-height: 390px; object-fit: cover; }

.section-heading { max-width: 780px; margin: 0 auto 42px; text-align: center; }
.section-heading h2 { font-size: clamp(2rem, 3.2vw, 3.25rem); }
.section-heading p { color: var(--muted); margin-bottom: 0; }
.section-heading.light p { color: #b8d1dc; }
.products-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.product-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(8,27,87,.075);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 42px rgba(8,27,87,.13);
  border-color: rgba(11,177,201,.35);
}
.product-card > img { width: 100%; height: 155px; object-fit: cover; }
.product-body { padding: 20px 18px 22px; }
.product-body h3 { margin: 0 0 9px; font-size: 1.06rem; }
.product-body p { min-height: 83px; margin: 0 0 16px; color: var(--muted); font-size: .88rem; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--primary); font-size: .88rem; font-weight: 800; }
.text-link svg { width: 17px; height: 17px; }

.process-section { padding: 82px 0; }
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; }
.step-card {
  position: relative;
  min-height: 240px;
  padding: 54px 18px 22px;
  text-align: center;
  border: 1px solid rgba(107,241,211,.16);
  border-radius: 15px;
  background: rgba(255,255,255,.035);
}
.step-card:not(:last-child)::after { content: ""; position: absolute; top: 55px; right: -15px; width: 15px; border-top: 2px dotted rgba(107,241,211,.7); }
.step-number {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  font-weight: 800;
}
.step-card > svg { width: 38px; height: 38px; margin-bottom: 17px; color: var(--accent); }
.step-card h3 { font-size: 1rem; margin: 0 0 8px; }
.step-card p { margin: 0; color: #c1d5de; font-size: .84rem; }

.credit-help { color: #fff; background: linear-gradient(100deg, #052153, #0b5f8a 58%, #0a325b); }
.credit-grid { min-height: 170px; display: grid; grid-template-columns: 120px 1fr auto; align-items: center; gap: 30px; padding-top: 26px; padding-bottom: 26px; }
.credit-icon {
  position: relative;
  width: 108px;
  height: 80px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(107,241,211,.35), rgba(0,26,103,.55));
}
.credit-icon svg { width: 48px; height: 48px; }
.credit-icon span { position: absolute; width: 76px; border-top: 5px solid #fff; transform: rotate(-45deg); }
.credit-grid h2 { margin-bottom: 8px; font-size: 1.85rem; }
.credit-grid p { margin: 0; color: #e0f4f7; max-width: 690px; }

.info-section { padding-top: 76px; padding-bottom: 76px; }
.info-grid { display: grid; grid-template-columns: 1fr 1fr 1.04fr; gap: 22px; align-items: start; }
.info-panel {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(8,27,87,.055);
}
.info-panel h2 { font-size: 1.55rem; }
.icon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.icon-grid > div {
  min-height: 106px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px 7px;
}
.icon-grid svg { color: var(--primary-2); width: 28px; height: 28px; margin-bottom: 8px; }
.icon-grid span { font-size: .76rem; line-height: 1.25; font-weight: 700; }
.accordion { display: grid; gap: 8px; }
.faq-item { border: 1px solid var(--line); border-radius: 9px; overflow: hidden; }
.faq-item button {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 11px 14px;
  text-align: left;
  font-size: .82rem;
  font-weight: 700;
  color: var(--text);
  background: #fff;
  border: 0;
  cursor: pointer;
}
.faq-item button svg { flex: 0 0 auto; width: 17px; transition: transform .2s ease; }
.faq-item.open button svg { transform: rotate(180deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .24s ease; }
.faq-answer > p { min-height: 0; overflow: hidden; margin: 0; padding: 0 14px; color: var(--muted); font-size: .8rem; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer > p { padding: 0 14px 14px; }

.final-cta {
  position: relative;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3,11,22,.96), rgba(3,19,42,.82)),
    url('assets/hero-scene.jpg') center/cover no-repeat;
}
.final-cta-inner { min-height: 310px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; padding-top: 48px; padding-bottom: 48px; }
.final-cta h2 { max-width: 760px; font-size: clamp(2rem, 3.6vw, 3.55rem); }
.final-cta p { max-width: 690px; margin: 0; color: #d1eef0; }

.site-footer { color: #fff; background: #040d22; border-top: 1px solid rgba(255,255,255,.08); }
.footer-grid { min-height: 134px; display: grid; grid-template-columns: auto 1fr 1fr; gap: 25px; align-items: center; }
.brand--footer { justify-self: start; }
.brand-badge--footer { padding: 12px 16px; }
.footer-logo { width: 150px; }
.footer-grid p { margin: 0; color: #c1d4ea; }
.footer-grid .disclaimer { text-align: right; font-size: .78rem; }

.floating-contact {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  box-shadow: 0 18px 38px rgba(0, 26, 103, .4);
}
.floating-contact svg { width: 28px; height: 28px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .nav-cta { display: none; }
  .hero-grid, .split-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 390px; }
  .hero-visual img { min-height: 390px; }
  .benefit-grid { grid-template-columns: repeat(3, 1fr); }
  .products-grid { grid-template-columns: repeat(3, 1fr); }
  .product-card:last-child { grid-column: 2; }
  .process-grid { grid-template-columns: repeat(3, 1fr); }
  .step-card:not(:last-child)::after { display: none; }
  .info-grid { grid-template-columns: 1fr 1fr; }
  .faq-panel { grid-column: 1 / -1; }
  .credit-grid { grid-template-columns: 90px 1fr; }
  .credit-grid .btn { grid-column: 2; justify-self: start; }
}

@media (max-width: 760px) {
  .section { padding: 68px 0; }
  html { scroll-padding-top: 76px; }
  body { padding-top: 76px; }
  .nav-wrap { min-height: 76px; }
  .brand-badge { padding: 4px 7px; }
  .brand-logo { width: 78px; }
  .menu-toggle { display: block; }
  .main-nav {
    position: absolute;
    top: 76px;
    left: 18px;
    right: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px;
    background: #071528;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 14px;
    box-shadow: 0 24px 60px rgba(0,0,0,.4);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 10px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .main-nav a:last-child { border-bottom: 0; }
  .hero { padding-top: 54px; }
  .hero-grid { gap: 34px; }
  .hero h1 { font-size: clamp(2.6rem, 13vw, 4.2rem); }
  .hero-visual { min-height: 310px; }
  .hero-visual img { min-height: 310px; }
  .trust-row { gap: 13px 20px; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .split-grid { gap: 34px; }
  .media-card img { min-height: 280px; }
  .products-grid { grid-template-columns: 1fr 1fr; }
  .product-card:last-child { grid-column: auto; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .credit-grid { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .credit-grid .btn { grid-column: auto; justify-self: center; }
  .info-grid { grid-template-columns: 1fr; }
  .faq-panel { grid-column: auto; }
  .final-cta-inner { grid-template-columns: 1fr; gap: 28px; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; padding: 30px 0; }
  .brand--footer, .footer-grid .brand { justify-content: center; }
  .footer-grid .disclaimer { text-align: center; }
}

@media (max-width: 500px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .hero-actions .btn { width: 100%; }
  .benefit-grid, .products-grid, .process-grid, .icon-grid { grid-template-columns: 1fr; }
  .mini-card { min-height: 100px; }
  .product-card > img { height: 190px; }
  .product-body p { min-height: 0; }
  .icon-grid > div { min-height: 92px; }
  .floating-contact { right: 15px; bottom: 15px; }
}
