:root {
  color-scheme: light;
  --bg-top: #eef2f8;
  --bg-bottom: #f8fafd;
  --surface: #eff4fa;
  --surface-strong: #f7fafe;
  --surface-soft: rgba(255, 255, 255, 0.55);
  --text: #162336;
  --text-strong: #1b2941;
  --text-soft: #61738d;
  --text-faint: #7a8ba6;
  --accent: #506bff;
  --accent-hover: #435de6;
  --line: #d6e0ec;
  --line-strong: #b6c6da;
  --shell-shadow: 14px 18px 36px rgba(185, 198, 217, 0.45), -10px -10px 24px rgba(255, 255, 255, 0.95);
  --inset-shadow: inset 7px 7px 16px rgba(205, 216, 231, 0.55), inset -7px -7px 14px rgba(255, 255, 255, 0.95);
  --radius-shell: 28px;
  --radius-panel: 30px;
  --radius-soft: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  background: linear-gradient(180deg, var(--bg-top) 0%, var(--bg-bottom) 100%);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.landing-page { min-height: 100vh; }
.container { width: min(100%, 1280px); margin: 0 auto; padding: 0 24px; }
.site-header { position: sticky; top: 0; z-index: 40; padding: 24px 0 0; }
.shell { background: var(--surface); box-shadow: var(--shell-shadow); }
.inset { background: var(--surface-soft); box-shadow: var(--inset-shadow); }

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-radius: var(--radius-shell);
  padding: 20px 24px;
}
.brand {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text-strong);
}
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-link {
  font-size: 17px;
  font-weight: 600;
  color: #4b5c76;
  transition: color 140ms ease;
}
.nav-link:hover, .nav-link.is-active { color: var(--accent); }
.header-actions { display: flex; align-items: center; gap: 12px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  appearance: none;
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  padding: 15px 28px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  transition: transform 140ms ease, box-shadow 140ms ease, background-color 140ms ease, color 140ms ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  color: #fff;
  background: var(--accent);
  box-shadow: 0 18px 34px rgba(80, 107, 255, 0.3);
}
.btn-primary:hover { background: var(--accent-hover); }
.btn-ghost { color: #354760; background: transparent; }
.btn-ghost:hover { background: rgba(255, 255, 255, 0.5); }
.btn-shell { background: var(--surface); box-shadow: var(--shell-shadow); }

.page-section { padding: 40px 0 56px; }
.page-section.compact { padding-top: 24px; padding-bottom: 40px; }
.page-section.tight { padding-top: 40px; padding-bottom: 48px; }
.page-section.cta { padding-top: 56px; padding-bottom: 72px; }

.eyebrow {
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--text-faint);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 48px;
  align-items: center;
}
.hero-grid.features, .hero-grid.why, .hero-grid.faq { grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); }
.hero-grid.scenarios { grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr); }

.headline {
  max-width: 900px;
  margin: 0;
  color: var(--text);
  font-size: clamp(52px, 6vw, 78px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.04em;
}
.headline.compact { font-size: clamp(48px, 5vw, 72px); }
.headline .line { display: block; }
.highlight { color: var(--accent); }
.hero-lead {
  max-width: 700px;
  margin: 24px 0 0;
  color: #1f2c44;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.22;
}
.hero-copy {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--text-soft);
  font-size: 20px;
  line-height: 1.6;
}
.actions-row { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 32px; }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 760px;
  margin-top: 32px;
}
.stat-card { border-radius: 24px; padding: 18px 20px; }
.stat-value { color: var(--accent); font-size: 28px; font-weight: 700; }
.stat-label { margin-top: 6px; color: #6b7c95; font-size: 16px; line-height: 1.55; }
.visual-stack { display: grid; gap: 20px; }

.mini-note { border-radius: 26px; padding: 20px; }
.mini-note__eyebrow {
  margin: 0 0 8px;
  color: #8798b1;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.mini-note__title { color: #1a2840; font-size: 18px; font-weight: 600; line-height: 1.55; }
.mini-note__text { margin: 12px 0 0; color: #667892; font-size: 17px; line-height: 1.65; }

.pill-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  color: #7487a1;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.pill-chip { border-radius: 999px; padding: 10px 18px; }

.placeholder {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-shell);
  background: var(--surface-strong);
  padding: 20px;
}
.placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.9), transparent 40%),
    radial-gradient(circle at bottom right, rgba(80, 107, 255, 0.08), transparent 35%);
  pointer-events: none;
}
.placeholder__inner {
  position: relative;
  min-height: 240px;
  border: 2px dashed var(--line-strong);
  border-radius: var(--radius-soft);
  background: rgba(255, 255, 255, 0.45);
  padding: 20px;
}
.placeholder__inner.tall { min-height: 520px; }
.placeholder__inner.medium { min-height: 220px; }
.placeholder__eyebrow {
  margin: 0 0 12px;
  color: #8798b1;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.placeholder__title { margin: 0 0 8px; color: #1a2840; font-size: 18px; font-weight: 600; }
.placeholder__hint { max-width: 760px; margin: 0 0 16px; color: #61738d; font-size: 14px; line-height: 1.7; }
.placeholder__prompt {
  border-radius: 18px;
  background: rgba(239, 244, 250, 0.9);
  padding: 16px;
  color: #6a7c96;
  font-size: 12px;
  line-height: 1.65;
}
.placeholder__prompt-label {
  display: block;
  margin-bottom: 6px;
  color: #8a9ab1;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.placeholder--photo {
  padding: 12px;
  height: 100%;
}

.placeholder--photo .placeholder__inner {
  min-height: 0;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: hidden;
}

.placeholder__image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: var(--radius-soft);
  object-fit: cover;
}

.placeholder__image--boxes {
  object-position: center 42%;
}

.placeholder__image--big-box {
  object-position: center 52%;
}

.placeholder__image--scenario-collage {
  object-position: center 48%;
}

.placeholder__image--emotional-final {
  object-position: center 50%;
}

.placeholder--photo-collage {
  height: clamp(320px, 46vw, 520px);
}

.scenario-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.scenario-card { border-radius: var(--radius-shell); padding: 24px; }
.icon-tile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 20px;
  background: var(--accent);
  color: #fff;
  box-shadow: 0 12px 24px rgba(80, 107, 255, 0.3);
}
.icon-tile svg,
.bullet-check svg,
.search-icon {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.icon-tile svg { width: 28px; height: 28px; }
.scenario-title {
  margin: 16px 0 12px;
  color: var(--text-strong);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.24;
}
.scenario-text { margin: 0; color: #64768f; font-size: 18px; line-height: 1.75; }

.split-grid {
  display: grid;
  align-items: center;
  gap: 40px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.split-grid.reverse .split-copy { order: 2; }
.split-grid.reverse .split-visual { order: 1; }
.split-grid.dark {
  border-radius: 40px;
  background: linear-gradient(180deg, #1f2c44, #23314c);
  padding: 24px;
  color: #fff;
}
.split-grid.dark .eyebrow,
.split-grid.dark .split-text,
.split-grid.dark .bullet-text { color: rgba(255, 255, 255, 0.8); }
.split-grid.dark .split-title { color: #fff; }
.split-title {
  margin: 0;
  color: var(--text);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
}
.split-title .line { display: block; }
.split-text {
  max-width: 740px;
  margin: 24px 0 0;
  color: var(--text-soft);
  font-size: 20px;
  line-height: 1.6;
}
.bullet-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}
.bullet-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border-radius: var(--radius-soft);
  padding: 16px;
}
.split-grid.dark .bullet-card { background: rgba(255, 255, 255, 0.1); }
.bullet-check { flex: 0 0 auto; color: var(--accent); }
.split-grid.dark .bullet-check { color: #fff; }
.bullet-check svg { width: 20px; height: 20px; }
.bullet-text { color: #41526e; font-size: 18px; font-weight: 500; line-height: 1.6; }

.cta-shell {
  display: grid;
  align-items: center;
  gap: 32px;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  border-radius: 42px;
  padding: 32px;
}
.cta-title {
  max-width: 900px;
  margin: 0;
  color: var(--text);
  font-size: clamp(40px, 4.8vw, 50px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.03em;
}
.cta-text { max-width: 760px; margin: 20px 0 0; color: #5e708a; font-size: 22px; line-height: 1.65; }
.cta-panel { border-radius: 34px; padding: 24px; }
.cta-panel__title { margin: 0; color: var(--text-strong); font-size: 30px; font-weight: 700; line-height: 1.12; }
.cta-panel__text { margin: 16px 0 0; color: #677993; font-size: 18px; line-height: 1.75; }
.cta-panel__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }

.footer { padding: 24px 0 40px; }
.footer-shell { border-radius: 40px; padding: 32px; }
.footer-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.8fr) minmax(0, 0.8fr) minmax(300px, 1fr);
}
.footer-brand { color: var(--text-strong); font-size: 32px; font-weight: 800; letter-spacing: -0.03em; }
.footer-copy { max-width: 360px; margin: 16px 0 0; color: #667892; font-size: 18px; line-height: 1.75; }
.footer-heading--contact { margin-top: 24px; }
.footer-links--contact { font-size: 16px; }
.footer-links--contact a { word-break: break-word; }
.footer-heading { margin: 0 0 16px; color: #7e90aa; font-size: 14px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
.footer-links { display: grid; gap: 12px; color: #364761; font-size: 18px; font-weight: 600; }
.footer-links a:hover { color: var(--accent); }
.footer-panel { border-radius: 30px; padding: 24px; }
.footer-panel__title { margin: 0; color: var(--text-strong); font-size: 30px; font-weight: 700; line-height: 1.12; }
.footer-panel__text { margin: 16px 0 0; color: #657892; font-size: 18px; line-height: 1.75; }
.support-card { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 28px 32px; }
.support-card__title { margin: 8px 0 0; color: var(--text-strong); font-size: 36px; font-weight: 800; letter-spacing: -0.03em; }
.support-card__text { margin: 16px 0 0; max-width: 760px; color: #667892; font-size: 18px; line-height: 1.75; }
.support-card__mail { display: inline-flex; align-items: center; justify-content: center; min-width: 280px; padding: 18px 24px; border-radius: 20px; background: rgba(255,255,255,0.6); box-shadow: var(--shadow-soft); color: var(--text-strong); font-size: 18px; font-weight: 700; }
.support-card__mail:hover { color: var(--accent); }

.product-mock,
.showcase { position: relative; border-radius: 32px; padding: 20px; }
.product-mock__grid { display: block; }
.product-mock__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
}
.mock-sidebar, .mock-main, .mock-sidepanel, .showcase-main, .showcase-side { border-radius: 24px; padding: 16px; }
.mock-label { color: #8798b1; font-size: 14px; font-weight: 600; }
.mock-heading { color: #1a2840; font-size: 18px; font-weight: 600; margin-top: 4px; }
.mock-live, .showcase-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
}
.mock-list { display: grid; gap: 12px; margin-top: 16px; }
.mock-pill {
  border-radius: 18px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.7);
  color: #44556f;
  font-size: 14px;
  font-weight: 500;
}
.mock-pill.active { background: var(--accent); color: #fff; }
.mock-right { display: grid; gap: 16px; grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr); }
.mock-main-header, .showcase-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.mock-main-title, .showcase-main-title { color: #1a2840; font-size: 32px; font-weight: 600; }
.mock-route {
  border-radius: 999px;
  background: #fff;
  color: var(--accent);
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.05);
}
.mock-main-content { display: grid; gap: 16px; grid-template-columns: 280px minmax(0, 1fr); }
.mock-image-box, .showcase-image-box {
  border-radius: 24px;
  background: linear-gradient(180deg, #d8e2ef, #bfcfe0);
  padding: 16px;
}
.mock-image { height: 192px; border-radius: 18px; background: linear-gradient(135deg, #afc1d8, #dde7f3); }
.showcase-image { height: 224px; border-radius: 18px; background: linear-gradient(135deg, #afc1d8, #dde7f3); }
.mock-thumbs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin-top: 12px; }
.mock-thumb { height: 56px; border-radius: 16px; background: rgba(255, 255, 255, 0.65); }
.mock-detail-list, .showcase-detail-list { display: grid; gap: 12px; }
.mock-detail-card, .showcase-detail-card {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
  padding: 16px;
}
.mock-detail-card.accent, .showcase-detail-card.accent { background: var(--accent); color: #fff; }
.mock-detail-label, .showcase-detail-label {
  margin-bottom: 4px;
  color: #8a9ab1;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.mock-detail-card.accent .mock-detail-label,
.showcase-detail-card.accent .showcase-detail-label { color: rgba(255, 255, 255, 0.7); }
.mock-detail-value, .showcase-detail-value { color: #30425d; font-size: 14px; font-weight: 500; line-height: 1.55; }
.mock-detail-card.accent .mock-detail-value,
.showcase-detail-card.accent .showcase-detail-value { color: #fff; }
.mock-search-box, .showcase-search {
  border-radius: 18px;
  padding: 14px 16px;
  color: #71839e;
  font-size: 14px;
}
.mock-search-box { background: rgba(255, 255, 255, 0.75); }
.showcase-search { background: #eff4fa; }
.mock-search-row { display: flex; align-items: center; gap: 10px; }
.mock-search-results, .showcase-search-results { display: grid; gap: 8px; margin-top: 12px; }
.mock-search-item, .showcase-search-item {
  border-radius: 18px;
  padding: 14px 16px;
  color: #425470;
  font-size: 14px;
  font-weight: 500;
}
.mock-search-item { background: rgba(255, 255, 255, 0.7); }
.showcase-search-item { background: #f8fbff; }
.mock-alert-box {
  border-radius: 18px;
  background: #fff4f0;
  padding: 16px;
  color: #784e43;
  font-size: 14px;
  line-height: 1.6;
}
.showcase-grid { display: grid; gap: 16px; grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr); }
.showcase-main-content { display: grid; gap: 16px; grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr); }
.showcase-note {
  margin-top: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
  padding: 14px 16px;
  color: #53647f;
  font-size: 14px;
  font-weight: 500;
}
.showcase-side-block { border-radius: 24px; padding: 16px; }
.showcase-tag-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.showcase-tag {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
  padding: 14px 16px;
  color: #44556f;
  font-size: 14px;
  font-weight: 500;
}
.search-icon { width: 16px; height: 16px; }

.split-visual--stretch {
  align-self: stretch;
  height: 100%;
  display: flex;
}

.split-visual--stretch .placeholder--photo {
  width: 100%;
}

.fade-up {
  opacity: 0;
  transform: translateY(18px);
  animation: fadeUp 520ms ease forwards;
}
.fade-up.delay-1 { animation-delay: 80ms; }
@keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1180px) {
  .footer-grid, .cta-shell, .hero-grid, .hero-grid.features, .hero-grid.why, .hero-grid.faq, .hero-grid.scenarios, .split-grid, .product-mock__grid, .mock-right, .mock-main-content, .showcase-grid, .showcase-main-content { grid-template-columns: 1fr; }
  .footer-grid { gap: 24px; }
  .support-card { align-items: flex-start; flex-direction: column; }
  .support-card__mail { min-width: 0; width: 100%; }
  .cta-shell { padding: 28px; }
}
@media (max-width: 980px) {
  .nav-links { display: none; }
  .topbar { padding: 18px 20px; }
}
@media (max-width: 760px) {
  .site-header { padding-top: 16px; }
  .container { padding: 0 16px; }
  .header-actions, .actions-row, .cta-panel__actions { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .stats-grid, .bullet-grid, .showcase-tag-grid { grid-template-columns: 1fr; }
  .headline, .headline.compact { font-size: 46px; line-height: 1; }
  .hero-lead { font-size: 24px; }
  .hero-copy, .split-text { font-size: 18px; }
  .cta-title, .split-title { font-size: 36px; }
  .cta-text { font-size: 18px; }
  .footer-shell, .cta-shell, .split-grid.dark, .scenario-card, .placeholder, .product-mock, .showcase { padding: 20px; }
}
