:root {
  --bg: #e8eef4;
  --white: #ffffff;
  --ink: #1c2b3a;
  --muted: #5d6d80;
  --accent: #ef6d4a;
  --deep: #16324f;
  --line: #d7e1ea;
  --danger: #b42318;
  --serif: "Literata", Georgia, serif;
  --font: "Be Vietnam Pro", system-ui, sans-serif;
  --header: 74px;
  --shadow: 0 14px 36px rgba(22, 50, 79, 0.08);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background:
    radial-gradient(900px 420px at 100% -10%, rgba(239, 109, 74, 0.16), transparent 60%),
    var(--bg);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea { font: inherit; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 650; letter-spacing: -0.03em; line-height: 1.12; }
h4 { margin: 0; font-weight: 700; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }

.skip {
  position: absolute;
  left: 16px;
  top: -40px;
  background: var(--deep);
  color: var(--white);
  padding: 8px 12px;
  z-index: 40;
  border-radius: 8px;
}
.skip:focus { top: 12px; }

.advertorial-bar {
  background: var(--deep);
  color: #f6d7cc;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 8px 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: var(--header);
  padding: 0 28px;
  background: rgba(232, 238, 244, 0.88);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.03em;
  text-decoration: none;
  white-space: nowrap;
}

.brand::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 6px;
  background:
    radial-gradient(circle at 70% 30%, var(--accent) 0 4px, transparent 4.5px),
    var(--deep);
  flex: none;
}

.site-nav {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 20px;
  width: min(280px, calc(100vw - 32px));
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  padding: 16px;
  background: var(--white);
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.site-header.is-open .site-nav { display: flex; }

.site-nav ul, .header-actions { display: flex; flex-direction: column; gap: 10px; }
.site-nav a { text-decoration: none; font-size: 15px; font-weight: 600; }
.site-nav ul a { color: var(--ink); padding: 6px 4px; }
.site-nav ul a:hover { color: var(--accent); }
.header-actions .btn { width: 100%; }

.nav-toggle {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 14px;
  background: var(--white);
  box-shadow: var(--shadow);
  cursor: pointer;
}

.nav-toggle i,
.nav-toggle::after {
  content: "";
  display: block;
  width: 16px;
  height: 1.5px;
  margin: 0;
  background: var(--ink);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 1px 0 rgba(22, 50, 79, 0.06);
}

.btn-fill { background: var(--deep); color: var(--white); }
.btn-lime { background: var(--accent); color: var(--white); }
.btn-lg { min-height: 50px; padding: 0 20px; }
.btn-full { width: 100%; }
.text-link { font-weight: 700; color: var(--accent); }

.hero {
  display: grid;
  gap: 8px;
  max-width: 1180px;
  margin: 8px auto 0;
  padding: 0 28px;
}

.hero-stage {
  position: relative;
  min-height: 560px;
  border-radius: 28px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.hero-copy {
  position: relative;
  z-index: 1;
  background: transparent;
  color: var(--white);
  max-width: 640px;
  padding: 48px 40px 40px;
}

.kicker {
  margin: 0 0 12px;
  font-family: var(--font);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}

.hero h1 { font-size: clamp(40px, 4.6vw, 62px); max-width: 12ch; color: var(--white); }
.hero h1 em {
  font-style: italic;
  background: var(--accent);
  color: var(--white);
  padding: 0 8px;
  border-radius: 10px;
}

.lead { margin-top: 16px; max-width: 42ch; color: var(--muted); font-size: 17px; }
.hero .lead { color: #d5e2ee; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.hero .btn { background: transparent; color: var(--white); box-shadow: inset 0 0 0 1px rgba(255,255,255,.35); }
.hero .btn-fill { background: var(--accent); box-shadow: none; }

.hero-photo { position: absolute; inset: 0; margin: 0; }
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% center;
}
.hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(12, 24, 38, 0.88) 0%, rgba(12, 24, 38, 0.55) 46%, rgba(12, 24, 38, 0.15) 100%);
}

.chips {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
}

.chip {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 14px 16px 0 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.chip img { width: 48px; height: 48px; object-fit: cover; border-radius: 50%; }
.chip strong { display: block; font-size: 15px; }
.chip span { display: block; color: var(--muted); font-size: 13px; }
.chip b {
  color: var(--accent);
  font-size: 15px;
  font-family: var(--serif);
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 1180px;
  margin: 8px auto 0;
  padding: 0 28px;
  border: 0;
}

.stats div {
  background: transparent;
  border-radius: 0;
  padding: 22px 22px 22px 0;
  box-shadow: none;
  border-top: 1px solid var(--deep);
}

.stats div + div { border-top: 1px solid var(--deep); padding-left: 22px; }
.stats strong {
  display: block;
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 46px);
  letter-spacing: -0.04em;
  color: var(--deep);
}
.stats span { color: var(--muted); font-size: 14px; }

.block { max-width: 1180px; margin: 0 auto; padding: 64px 28px 0; }
.block h2 { font-size: clamp(32px, 4vw, 48px); margin-bottom: 12px; }

.lanes {
  display: grid;
  gap: 0;
  margin-top: 8px;
  border-top: 1px solid var(--line);
}

.lane {
  display: grid;
  grid-template-columns: 220px 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 22px 0;
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid var(--line);
  box-shadow: none;
}

.lane img { width: 220px; height: 140px; object-fit: cover; border-radius: 4px; }
.lane > div { padding: 0; }
.lane p { color: var(--muted); margin-top: 8px; }
.lane .kicker { margin-bottom: 6px; }
.lane .btn { margin: 0; }

.sector-list {
  margin-top: 8px;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0;
}

.sector-row {
  display: grid;
  grid-template-columns: 88px 1.1fr 1.5fr auto;
  gap: 18px;
  align-items: center;
  padding: 16px 0;
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid var(--line);
  box-shadow: none;
}

.sector-row:first-child { grid-column: auto; }
.sector-row img { width: 88px; height: 64px; object-fit: cover; border-radius: 4px; }
.sector-row:first-child img { height: 64px; }
.sector-row h3 { padding: 0; font-size: 22px; }
.sector-row p { color: var(--muted); font-size: 14px; padding: 0; }
.sector-row b {
  margin: 0;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 650;
  background: transparent;
  color: var(--accent);
  border-radius: 0;
  padding: 0;
  white-space: nowrap;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 22px;
  border-top: 3px solid var(--deep);
}
.steps article {
  background: transparent;
  border-radius: 0;
  padding: 18px 0 0;
  box-shadow: none;
}
.steps span {
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 8px;
  border-radius: 0;
  background: transparent;
  color: var(--accent);
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 650;
}
.steps p { color: var(--muted); margin-top: 8px; }

.suggest { margin-top: 28px; display: grid; gap: 0; border-top: 1px solid var(--line); }
.suggest h3 { font-size: 26px; padding-top: 18px; }
.person {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 12px;
  align-items: center;
  background: transparent;
  border-radius: 0;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  box-shadow: none;
}
.person img { width: 52px; height: 52px; object-fit: cover; border-radius: 50%; }
.person span { display: block; color: var(--muted); font-size: 13px; }
.person b { background: transparent; color: var(--accent); font-family: var(--serif); font-size: 20px; padding: 0; }

.sol-cards { display: grid; gap: 0; margin-top: 8px; border-top: 1px solid var(--line); }
.sol-cards article {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 24px;
  align-items: center;
  background: transparent;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.sol-cards img { width: 240px; height: 140px; object-fit: cover; border-radius: 4px; }
.sol-cards div { padding: 0; }
.sol-cards p { color: var(--muted); margin: 8px 0 12px; }

.features { margin-top: 8px; display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; }
.features article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  padding: 18px 0;
  background: transparent;
  border-radius: 0;
  border-top: 1px solid var(--line);
  box-shadow: none;
}
.features span {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: var(--accent);
  display: block;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 650;
}
.features p { color: var(--muted); margin-top: 4px; }

.reviews {
  margin-top: 64px;
  background: transparent;
  color: var(--ink);
  padding: 0 28px;
}
.reviews-inner { max-width: 1180px; margin: 0 auto; }
.reviews h2 { margin-bottom: 18px; }
.quote-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 0; }
.quote-grid figure {
  margin: 0;
  background: transparent;
  border-radius: 0;
  padding: 0 28px 0 0;
  box-shadow: none;
}
.quote-grid figure + figure { padding: 0 0 0 28px; border-left: 1px solid var(--line); }
.quote-grid blockquote {
  margin: 0 0 16px;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 560;
  letter-spacing: -0.02em;
  line-height: 1.35;
}
.quote-grid figcaption { color: var(--muted); font-size: 14px; }
.quote-grid strong { display: block; color: var(--ink); }

.trust {
  max-width: 1180px;
  margin: 20px auto 0;
  padding: 16px 28px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  border-top: 1px solid var(--line);
}
.trust li {
  background: transparent;
  border-radius: 0;
  padding: 0;
  font-weight: 700;
  font-size: 14px;
  box-shadow: none;
}
.trust li + li::before { content: "·  "; color: var(--accent); }

.faq-list { margin-top: 8px; border-top: 1px solid var(--line); }
.faq-item {
  background: transparent;
  border-radius: 0;
  padding: 0;
  border-bottom: 1px solid var(--line);
  box-shadow: none;
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  font-size: 17px;
  padding: 14px 28px 14px 0;
  position: relative;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 14px;
  color: var(--accent);
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1;
}
.faq-item[open] summary::after { content: "–"; }
.faq-item p { color: var(--muted); padding-bottom: 14px; max-width: 68ch; }

.contact-band {
  max-width: 1180px;
  margin: 40px auto 0;
  padding: 0 28px 64px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
  align-items: start;
}
.contact-band h2 { font-size: clamp(36px, 4vw, 52px); }
.contact-band .lead { margin-top: 12px; }

.form-card {
  background: var(--white);
  border: 0;
  border-radius: 24px;
  padding: 18px;
  box-shadow: var(--shadow);
}
.form-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 14px;
  padding: 4px;
  border: 0;
  border-radius: 999px;
  background: var(--bg);
}
.form-tab {
  border: 0;
  background: transparent;
  min-height: 40px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
}
.form-tab.is-active { background: var(--deep); color: var(--white); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { display: flex; flex-direction: column; gap: 6px; font-size: 13px; font-weight: 700; }
.field-full { grid-column: 1 / -1; }
.field input, .field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f6f9fc;
  padding: 12px;
  color: var(--ink);
}
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field textarea:focus { outline: 2px solid var(--deep); }
.field input.is-invalid, .field textarea.is-invalid { border-color: var(--danger); }
.field-error { color: var(--danger); font-weight: 600; font-size: 12px; }
.field-error:empty { display: none; }
.form-legal { margin-top: 10px; color: var(--muted); font-size: 13px; text-align: center; }
.form-legal a { font-weight: 700; color: var(--deep); }
.is-hidden { display: none; }
.form-section { border: 0; margin: 0 0 12px; padding: 0; }
.form-section legend {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: var(--muted);
}

.page-hero { max-width: 1180px; margin: 0 auto; padding: 48px 28px 0; }
.page-hero h1 { font-size: clamp(40px, 5vw, 60px); max-width: 16ch; }
.page-hero .lead { margin-top: 14px; }
.updated { margin-top: 14px; color: var(--muted); font-size: 14px; }

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
}
.about-grid img { width: 100%; height: 420px; object-fit: cover; border-radius: 28px; }
.about-grid p + p { margin-top: 12px; color: var(--muted); }

.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 18px; }
.values article { background: transparent; border-radius: 0; padding: 0 0 0 16px; border-left: 3px solid var(--accent); box-shadow: none; }
.values p { color: var(--muted); margin-top: 8px; }

.note { color: var(--muted); margin-top: 14px; max-width: 68ch; }
.stats.stats-4 { grid-template-columns: repeat(4, 1fr); }

.page-cta {
  max-width: 1124px;
  margin: 48px auto;
  background: var(--deep);
  color: var(--white);
  padding: 32px;
  border-radius: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.page-cta p { color: #d5e2ee; margin-top: 8px; max-width: 42ch; }
.page-cta div:last-child { display: flex; gap: 10px; flex-wrap: wrap; }
.page-cta .btn { background: transparent; color: var(--white); box-shadow: inset 0 0 0 1px rgba(255,255,255,.4); }
.page-cta .btn-lime { background: var(--accent); color: var(--white); box-shadow: none; }
.form-card h2 { font-size: 28px; margin-bottom: 14px; }
.block .stats { max-width: none; margin-left: 0; margin-right: 0; padding: 0; }

.contact-page {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 28px;
  align-items: start;
  padding-bottom: 64px;
}
.info-list { display: grid; gap: 14px; margin: 18px 0; }
.info-list strong {
  display: block;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}
.contact-note a { font-weight: 700; color: var(--deep); }

.legal { max-width: 780px; margin: 0 auto; padding: 12px 28px 72px; }
.legal h2 { font-size: 26px; margin: 32px 0 8px; }
.legal p { color: var(--muted); margin-top: 10px; }
.legal ul, .legal ol { margin-top: 10px; padding-left: 1.2rem; color: var(--muted); }
.legal ul { list-style: disc; }
.legal ol { list-style: decimal; }
.legal li + li { margin-top: 8px; }
.legal strong { color: var(--ink); }
.legal a { font-weight: 700; color: var(--deep); }

.site-footer {
  background: var(--deep);
  color: #d5e2ee;
  padding: 40px 28px 20px;
  margin-top: 20px;
  border-radius: 32px 32px 0 0;
}
.footer-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.8fr 1.2fr;
  gap: 24px;
}
.site-footer .brand { color: var(--white); }
.site-footer p { margin-top: 12px; max-width: 36ch; }
.site-footer h4 {
  color: var(--white);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.site-footer a { text-decoration: none; }
.site-footer a:hover, .site-footer a[aria-current="page"] { color: #ffb199; }
.site-footer li + li { margin-top: 8px; }
address { font-style: normal; }
address div + div { margin-top: 6px; }
.footer-bottom {
  max-width: 1180px;
  margin: 24px auto 0;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.14);
  font-size: 14px;
}

.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 20px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(22, 50, 79, 0.5); }
.modal-panel {
  position: relative;
  width: min(440px, 100%);
  background: var(--white);
  padding: 28px;
  border-radius: 24px;
}
.modal-panel h3 { font-size: 32px; margin-bottom: 8px; }
.modal-panel p { color: var(--muted); margin-bottom: 18px; }

section[id], #form { scroll-margin-top: calc(var(--header) + 12px); }
body.nav-open, body.modal-open { overflow: hidden; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 1180px) {
  .site-nav { left: 12px; right: 12px; width: auto; }
  .hero, .contact-band, .about-grid, .contact-page, .footer-grid, .page-cta, .quote-grid, .steps, .values, .stats, .stats.stats-4, .chips, .features {
    grid-template-columns: 1fr;
  }
  .lane, .sol-cards article, .sector-row { grid-template-columns: 1fr; }
  .lane img, .sol-cards img { width: 100%; height: 180px; }
  .quote-grid figure + figure { padding: 18px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .stats div + div { padding-left: 0; }
  .about-grid img { height: 280px; }
  .hero-stage { min-height: 520px; }
  .hero-copy { padding: 36px 22px 28px; }
  .site-header, .hero, .block, .page-hero, .legal, .reviews, .trust, .contact-band, .stats { padding-left: 16px; padding-right: 16px; }
  .page-cta { margin-left: 16px; margin-right: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
