:root {
  --ink: #10233f;
  --muted: #5f718a;
  --canvas: #f4f7fb;
  --surface: #ffffff;
  --line: #dce5ef;
  --brand: #087f8c;
  --brand-dark: #075461;
  --accent: #ed8a2f;
  --accent-soft: #fff1df;
  --success: #14755c;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.landing-page {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

.landing-page a { color: inherit; text-decoration: none; }
.landing-page img { display: block; max-width: 100%; }
.landing-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 1000; background: #fff; padding: 8px 12px; }
.skip-link:focus { left: 12px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); }
.header-row { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand-mark { display: inline-flex; align-items: center; min-width: 150px; }
.brand-mark img { width: 150px; max-height: 42px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; gap: 22px; font-weight: 700; color: #36506f; font-size: 14px; }
.site-nav a { padding: 7px 0; border-bottom: 2px solid transparent; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--brand); border-color: var(--brand); }
.header-actions { display: flex; align-items: center; gap: 10px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 11px 18px; border: 1px solid transparent; border-radius: 6px; font-size: 14px; font-weight: 800; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: #fff; background: var(--brand); border-color: var(--brand); }
.btn-primary:hover { background: var(--brand-dark); border-color: var(--brand-dark); }
.btn-outline { color: var(--brand-dark); background: #fff; border-color: #9eced4; }
.btn-outline:hover { background: #edf9fa; }
.btn-accent { color: #35220d; background: #ffd36e; border-color: #ffd36e; }
.btn-sm { min-height: 38px; padding: 8px 13px; font-size: 13px; }

.hero { overflow: hidden; background: #edf7f7; border-bottom: 1px solid #cbe6e8; }
.hero-grid { min-height: 570px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 48px; padding: 66px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--brand-dark); font-size: 12px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow::before { width: 30px; height: 3px; content: ''; background: var(--accent); }
.hero h1 { max-width: 690px; margin: 14px 0 16px; font-size: clamp(36px, 5vw, 62px); line-height: 1.05; letter-spacing: 0; }
.hero p { max-width: 630px; margin: 0; color: #49647c; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 30px; color: #436076; font-size: 14px; font-weight: 700; }
.hero-proof span { display: inline-flex; align-items: center; gap: 7px; }
.hero-proof b { color: var(--success); font-size: 18px; }
.hero-visual { position: relative; }
.hero-visual::before { position: absolute; z-index: 0; top: 8%; right: -12%; width: 82%; height: 76%; content: ''; background: #c5e7e6; border-radius: 8px; }
.hero-visual img { position: relative; z-index: 1; width: 100%; border: 1px solid #bdd9dc; border-radius: 8px; box-shadow: 18px 18px 0 #fff; }

.section { padding: 82px 0; }
.section-soft { background: var(--canvas); }
.section-dark { color: #fff; background: #10233f; }
.section-heading { max-width: 740px; margin-bottom: 38px; }
.section-heading.center { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading h2 { margin: 10px 0 12px; font-size: clamp(28px, 3vw, 42px); line-height: 1.12; letter-spacing: 0; }
.section-heading p { margin: 0; color: var(--muted); font-size: 17px; }
.section-dark .section-heading p { color: #bbcad9; }

.offer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.offer-card { position: relative; display: flex; flex-direction: column; min-height: 440px; padding: 32px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.offer-card.featured { border: 2px solid var(--brand); box-shadow: 0 18px 38px rgba(8,127,140,.12); }
.offer-label { align-self: flex-start; padding: 5px 10px; border-radius: 999px; color: var(--brand-dark); background: #e6f6f7; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.offer-card.featured .offer-label { color: #663e10; background: #ffdb99; }
.offer-card h3 { margin: 19px 0 7px; font-size: 30px; letter-spacing: 0; }
.offer-price { margin-bottom: 16px; color: var(--brand-dark); font-size: 18px; font-weight: 800; }
.offer-price strong { font-size: 38px; }
.offer-card p { margin: 0 0 18px; color: var(--muted); }
.feature-list { display: grid; gap: 10px; padding: 0; margin: 0 0 25px; list-style: none; color: #304b66; }
.feature-list li { position: relative; padding-left: 24px; }
.feature-list li::before { position: absolute; top: 4px; left: 0; width: 14px; height: 14px; content: ''; border-radius: 50%; background: #c8ece7; box-shadow: inset 0 0 0 4px var(--brand); }
.offer-card .btn { margin-top: auto; align-self: flex-start; }

.mini-strip { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border-top: 1px solid #27415f; border-left: 1px solid #27415f; }
.mini-strip article { padding: 24px; border-right: 1px solid #27415f; border-bottom: 1px solid #27415f; }
.mini-strip strong { display: block; margin-bottom: 5px; color: #fff; font-size: 17px; }
.mini-strip span { color: #b9c7d6; font-size: 14px; }

.capability-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.capability { padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.capability .capability-number { display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; margin-bottom: 18px; border-radius: 6px; color: var(--brand-dark); background: #dff3f2; font-size: 14px; font-weight: 900; }
.capability h3 { margin: 0 0 8px; font-size: 19px; }
.capability p { margin: 0; color: var(--muted); font-size: 14px; }

.launch-offer { display: grid; grid-template-columns: .9fr 1.1fr; gap: 32px; align-items: center; padding: 40px; border: 1px solid #f0c373; border-radius: 8px; background: var(--accent-soft); }
.launch-offer h2 { margin: 8px 0 12px; font-size: clamp(27px, 3vw, 40px); line-height: 1.1; }
.launch-offer p { color: #64471f; }
.launch-list { display: grid; gap: 12px; padding: 0; margin: 0; list-style: none; }
.launch-list li { padding: 14px 15px; border-left: 4px solid var(--accent); background: #fffaf2; color: #4d3820; font-weight: 700; }
.fine-print { margin-top: 18px; color: #765b36; font-size: 12px; }

.brochure-band { color: #fff; background: #075461; }
.brochure-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 50px 0; }
.brochure-row h2 { max-width: 700px; margin: 8px 0; font-size: clamp(26px, 3.1vw, 40px); line-height: 1.12; }
.brochure-row p { max-width: 700px; margin: 0; color: #c6e5e8; }
.brochure-row .btn { flex: 0 0 auto; }

.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.process-item { position: relative; padding: 22px 0 0; border-top: 3px solid var(--brand); }
.process-item span { color: var(--brand); font-size: 13px; font-weight: 900; }
.process-item h3 { margin: 8px 0; font-size: 19px; }
.process-item p { margin: 0; color: var(--muted); font-size: 14px; }

.faq-list { display: grid; gap: 10px; }
.faq-list details { padding: 17px 19px; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.faq-list summary { cursor: pointer; color: #163453; font-weight: 800; }
.faq-list p { margin: 12px 0 0; color: var(--muted); }

.final-cta { padding: 70px 0; color: #fff; background: #087f8c; text-align: center; }
.final-cta h2 { max-width: 780px; margin: 10px auto; font-size: clamp(30px, 4vw, 50px); line-height: 1.07; }
.final-cta p { max-width: 700px; margin: 0 auto 25px; color: #d6f0f1; font-size: 17px; }
.final-cta .btn-outline { color: #fff; border-color: #bce5e7; background: transparent; }
.final-cta .btn-outline:hover { color: var(--brand-dark); background: #fff; }

.site-footer { padding: 42px 0 28px; color: #d1deea; background: #0c1c30; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 30px; }
.footer-grid h3 { margin: 0 0 12px; color: #fff; font-size: 15px; }
.footer-grid p, .footer-grid a { color: #b6c7d9; font-size: 14px; }
.footer-links { display: grid; gap: 8px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; margin-top: 30px; padding-top: 20px; border-top: 1px solid #2a405c; color: #8ca2ba; font-size: 13px; }

@media (max-width: 900px) {
  .site-nav { gap: 14px; }
  .hero-grid, .launch-offer { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; padding: 54px 0; }
  .hero-visual { max-width: 620px; margin: 0 auto; }
  .mini-strip, .process-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 700px) {
  .landing-shell { width: min(100% - 28px, 1180px); }
  .header-row { min-height: 62px; gap: 10px; }
  .brand-mark { min-width: 112px; }
  .brand-mark img { width: 112px; max-height: 34px; }
  .site-nav { display: none; }
  .header-actions .btn-outline { display: none; }
  .btn { min-height: 42px; padding: 10px 14px; }
  .hero h1 { font-size: 37px; }
  .hero p { font-size: 16px; }
  .section { padding: 58px 0; }
  .offer-grid, .capability-grid, .footer-grid { grid-template-columns: 1fr; }
  .offer-card { min-height: 0; padding: 25px; }
  .mini-strip, .process-grid { grid-template-columns: 1fr; }
  .launch-offer { padding: 25px; }
  .brochure-row { align-items: flex-start; flex-direction: column; padding: 42px 0; }
  .brochure-row .btn { width: 100%; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}
