:root {
  --bg: #fdf8f4;
  --bg-2: #f9f2ec;

  --card: rgba(255, 255, 255, 0.82);
  --card-2: rgba(255, 245, 238, 0.72);

  --border: rgba(230, 160, 80, 0.22);

  --text: #1a1008;
  --muted: rgba(26, 16, 8, 0.58);
  --muted-2: rgba(26, 16, 8, 0.38);

  --gold: #e8791a;
  --gold-2: #c95f00;
  --orange: #f09030;

  --green: #1a9e5c;
  --red: #d93a4a;
  --yellow: #d4820a;

  --shadow: 0 20px 60px rgba(180, 100, 20, 0.12);
}

body.dark {
  --bg: #0f0b07;
  --bg-2: #161008;

  --card: rgba(30, 20, 10, 0.85);
  --card-2: rgba(40, 28, 14, 0.75);

  --border: rgba(230, 160, 80, 0.18);

  --text: #f5ede0;
  --muted: rgba(245, 237, 224, 0.58);
  --muted-2: rgba(245, 237, 224, 0.35);

  --gold: #e8791a;
  --gold-2: #f09030;
  --orange: #f09030;

  --green: #2ec97a;
  --red: #f05060;
  --yellow: #f0a020;

  --shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

body.dark {
  background:
    radial-gradient(circle at 72% 8%, rgba(200, 100, 40, 0.14), transparent 28%),
    radial-gradient(circle at 16% 12%, rgba(180, 80, 30, 0.08), transparent 26%),
    radial-gradient(circle at 52% 62%, rgba(160, 100, 40, 0.09), transparent 42%),
    linear-gradient(180deg, #100c06 0%, #0d0905 48%, #100c06 100%);
}

body.dark .hero::after {
  background: linear-gradient(180deg, transparent, rgba(15, 11, 7, 0.9));
}

body.dark .code-card {
  background:
    linear-gradient(180deg, rgba(40, 28, 10, 0.92), rgba(30, 22, 8, 0.96)),
    rgba(0, 0, 0, 0.04);
}

body.dark .code-head {
  background: rgba(40, 28, 10, 0.5);
  border-bottom-color: rgba(180, 100, 30, 0.15);
}

body.dark pre {
  color: rgba(245, 237, 224, 0.82);
}

body.dark .floating-card {
  background:
    linear-gradient(180deg, rgba(40, 28, 10, 0.94), rgba(30, 22, 8, 0.96));
}

body.dark .feature-card {
  background:
    radial-gradient(circle at 80% 80%, rgba(232, 121, 26, 0.08), transparent 38%),
    linear-gradient(180deg, rgba(30, 20, 8, 0.92), rgba(25, 17, 6, 0.95));
}

body.dark .feature-card:hover {
  background:
    radial-gradient(circle at 80% 80%, rgba(232, 121, 26, 0.13), transparent 38%),
    linear-gradient(180deg, rgba(38, 26, 10, 0.95), rgba(30, 20, 8, 0.98));
}

body.dark .compare-card {
  background:
    linear-gradient(180deg, rgba(30, 20, 8, 0.92), rgba(25, 17, 6, 0.95));
}

body.dark .compare-card h3 {
  background: rgba(40, 28, 10, 0.5);
  border-bottom-color: rgba(180, 100, 30, 0.15);
}

body.dark .model-card {
  background:
    linear-gradient(180deg, rgba(30, 20, 8, 0.92), rgba(25, 17, 6, 0.95));
}

body.dark .model-card.featured {
  background:
    radial-gradient(circle at 70% 0%, rgba(232, 121, 26, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(38, 26, 10, 0.95), rgba(30, 20, 8, 0.98));
}

body.dark .modal {
  background: linear-gradient(180deg, #1a1008, #120c05);
}

body.dark .modal-close {
  background: rgba(40, 28, 10, 0.7);
}

body.dark .cta-panel {
  background:
    radial-gradient(circle at 80% 20%, rgba(232, 121, 26, 0.12), transparent 32%),
    linear-gradient(135deg, rgba(30, 20, 8, 0.96), rgba(25, 17, 6, 0.98));
}

body.dark .btn.secondary {
  background: rgba(40, 28, 10, 0.6);
  color: var(--text);
}

body.dark .footer-note {
  color: rgba(245, 237, 224, 0.3);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "PingFang SC",
    "Microsoft YaHei",
    sans-serif;
  background:
    radial-gradient(circle at 72% 8%, rgba(255, 160, 80, 0.18), transparent 28%),
    radial-gradient(circle at 16% 12%, rgba(255, 120, 60, 0.10), transparent 26%),
    radial-gradient(circle at 52% 62%, rgba(255, 200, 120, 0.12), transparent 42%),
    linear-gradient(180deg, #fdf6ee 0%, #faf2e8 48%, #fdf8f4 100%);
  color: var(--text);
  overflow: hidden;
  height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(180, 100, 20, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(180, 100, 20, 0.06) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(circle at center, black, transparent 75%);
  -webkit-mask-image: radial-gradient(circle at center, black, transparent 75%);
  opacity: 0.45;
  z-index: -1;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      120deg,
      transparent 0%,
      rgba(255, 160, 80, 0.06) 18%,
      transparent 38%
    );
  z-index: -1;
}

.page {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

/* =========================
   Hero
========================= */

.hero {
  position: relative;
  min-height: 760px;
  padding: 120px 0 90px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -140px;
  width: 660px;
  height: 660px;
  background: radial-gradient(circle, rgba(255, 150, 60, 0.22), transparent 64%);
  filter: blur(24px);
  opacity: 0.95;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  background: linear-gradient(180deg, transparent, rgba(253, 248, 244, 0.9));
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 72px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  padding: 9px 14px;
  border: 1px solid rgba(230, 160, 80, 0.32);
  border-radius: 999px;
  background: rgba(255, 240, 220, 0.6);
  color: var(--gold-2);
  font-size: 14px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.eyebrow .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 22px rgba(97, 211, 148, 0.7);
}

.hero h1 {
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.05;
  letter-spacing: -0.06em;
  max-width: 720px;
  margin-bottom: 26px;
}

.hero h1 span {
  color: transparent;
  background: linear-gradient(90deg, #1a1008 0%, #c95f00 48%, #e8791a 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero p {
  max-width: 620px;
  font-size: 18px;
  line-height: 1.9;
  color: var(--muted);
  margin-bottom: 36px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 52px;
  flex-wrap: wrap;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, #ffb347, #e8791a 48%, #c95f00);
  border: 1px solid rgba(232, 121, 26, 0.56);
  box-shadow:
    0 12px 34px rgba(200, 100, 20, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}

.btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow:
    0 18px 44px rgba(200, 100, 20, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.btn.secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(200, 120, 40, 0.22);
  box-shadow: none;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.btn.secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.25);
}

.stats {
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
}

.stat {
  min-width: 120px;
  padding-right: 32px;
  border-right: 1px solid rgba(26, 16, 8, 0.12);
}

.stat:last-child {
  border-right: none;
}

.stat strong {
  display: block;
  font-size: 31px;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 8px;
}

.stat span {
  color: var(--muted-2);
  font-size: 14px;
}

/* =========================
   Visual Code Card
========================= */

.visual {
  position: relative;
  min-height: 520px;
}

.code-card {
  position: absolute;
  right: 0;
  top: 0;
  width: min(460px, 100%);
  border-radius: 28px;
  border: 1px solid rgba(230, 160, 80, 0.26);
  background:
    linear-gradient(180deg, rgba(255, 240, 210, 0.9), rgba(255, 250, 240, 0.95)),
    rgba(255, 255, 255, 0.04);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  overflow: hidden;
}

.code-head {
  height: 52px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 22px;
  border-bottom: 1px solid rgba(200, 120, 40, 0.12);
  background: rgba(255, 240, 210, 0.4);
}

.light {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.light.red { background: var(--red); }
.light.yellow { background: var(--yellow); }
.light.green { background: var(--green); }

pre {
  padding: 26px;
  color: rgba(26, 16, 8, 0.82);
  font-size: 13px;
  line-height: 1.9;
  white-space: pre-wrap;
  font-family: "SFMono-Regular", Consolas, Menlo, monospace;
}

.code-card small,
.compare-card small {
  color: #1a9e5c;
}

.code-card b,
.compare-card b {
  color: var(--gold-2);
  font-weight: 600;
}

.floating-card {
  position: absolute;
  left: 20px;
  bottom: 48px;
  width: 340px;
  padding: 24px;
  border-radius: 26px;
  border: 1px solid rgba(230, 160, 80, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 245, 230, 0.92), rgba(255, 250, 240, 0.95));
  box-shadow: 0 30px 70px rgba(180, 100, 20, 0.12);
  transform: rotate(-2deg);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.floating-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.floating-card p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0;
}

.ring {
  position: absolute;
  right: 20px;
  bottom: 40px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px solid rgba(230, 160, 80, 0.2);
  opacity: 0.8;
}

.ring::before,
.ring::after {
  content: "";
  position: absolute;
  inset: 28px;
  border-radius: 50%;
  border: 1px solid rgba(230, 160, 80, 0.18);
}

.ring::after {
  inset: 58px;
  background: rgba(232, 121, 26, 0.1);
  box-shadow: 0 0 45px rgba(232, 121, 26, 0.18);
}

/* =========================
   Sections
========================= */

section {
  position: relative;
  padding: 110px 0;
  height: 100vh;
  overflow-y: auto;
  scroll-snap-align: start;
  flex-shrink: 0;
}

.section-title {
  text-align: center;
  margin-bottom: 56px;
}

.section-title .label {
  color: var(--gold-2);
  font-size: 14px;
  margin-bottom: 16px;
}

.section-title h2 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.15;
  letter-spacing: -0.05em;
  margin-bottom: 18px;
}

.section-title h2 span { color: var(--gold-2); }

.section-title p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

/* =========================
   Feature Cards
========================= */

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

.feature-card {
  position: relative;
  min-height: 230px;
  padding: 32px;
  border-radius: 28px;
  border: 1px solid var(--border);
  background:
    radial-gradient(circle at 80% 80%, rgba(232, 121, 26, 0.1), transparent 38%),
    linear-gradient(180deg, rgba(255, 248, 238, 0.9), rgba(255, 252, 245, 0.95));
  box-shadow: 0 24px 70px rgba(180, 100, 20, 0.1);
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  border-color: rgba(230, 160, 80, 0.48);
  background:
    radial-gradient(circle at 80% 80%, rgba(232, 121, 26, 0.15), transparent 38%),
    linear-gradient(180deg, rgba(255, 245, 230, 0.95), rgba(255, 252, 245, 0.98));
}

.feature-card::after {
  content: attr(data-index);
  position: absolute;
  right: 24px;
  bottom: -16px;
  font-size: 120px;
  line-height: 1;
  color: rgba(180, 100, 20, 0.06);
  font-weight: 900;
  letter-spacing: -0.08em;
}

.feature-card .icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  border-radius: 16px;
  background: rgba(232, 121, 26, 0.1);
  color: var(--gold-2);
  border: 1px solid rgba(230, 160, 80, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.feature-card h3 {
  font-size: 23px;
  margin-bottom: 14px;
  letter-spacing: -0.03em;
}

.feature-card p {
  color: var(--muted);
  line-height: 1.85;
  font-size: 15px;
}

/* =========================
   Compare Code Area
========================= */

.compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: stretch;
}

.compare-card {
  border-radius: 28px;
  border: 1px solid var(--border);
  background:
    linear-gradient(180deg, rgba(255, 248, 238, 0.9), rgba(255, 252, 245, 0.95));
  overflow: hidden;
  box-shadow: 0 25px 80px rgba(180, 100, 20, 0.1);
}

.compare-card h3 {
  padding: 22px 26px;
  font-size: 18px;
  border-bottom: 1px solid rgba(200, 120, 40, 0.12);
  background: rgba(255, 240, 210, 0.4);
}

.compare-card pre { min-height: 390px; }

.badge {
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 8px;
  background: rgba(232, 121, 26, 0.1);
  color: var(--gold-2);
  border: 1px solid rgba(230, 160, 80, 0.28);
  font-size: 13px;
  vertical-align: middle;
}

/* =========================
   Models
========================= */

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

.model-card {
  padding: 32px 28px;
  border-radius: 28px;
  border: 1px solid var(--border);
  background:
    linear-gradient(180deg, rgba(255, 248, 238, 0.9), rgba(255, 252, 245, 0.95));
  box-shadow: 0 24px 70px rgba(180, 100, 20, 0.1);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.model-card:hover {
  transform: translateY(-5px);
  border-color: rgba(230, 160, 80, 0.42);
}

.model-card.featured {
  background:
    radial-gradient(circle at 70% 0%, rgba(232, 121, 26, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 245, 225, 0.95), rgba(255, 252, 245, 0.98));
  border-color: rgba(230, 160, 80, 0.38);
}

.model-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.model-logo {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 22px;
  background: rgba(232, 121, 26, 0.1);
  border: 1px solid rgba(230, 160, 80, 0.22);
  flex-shrink: 0;
}

.model-header h3 { font-size: 20px; letter-spacing: -0.03em; }
.model-header p { font-size: 13px; color: var(--muted-2); margin-top: 3px; }

.model-desc {
  font-size: 14px;
  line-height: 1.85;
  color: var(--muted);
  margin-bottom: 22px;
}

.model-tags { display: flex; flex-wrap: wrap; gap: 8px; }

.model-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid rgba(230, 160, 80, 0.28);
  background: rgba(232, 121, 26, 0.08);
  color: var(--gold-2);
  white-space: nowrap;
}

.model-tag.green {
  background: rgba(26, 158, 92, 0.1);
  border-color: rgba(26, 158, 92, 0.28);
  color: var(--green);
}

.model-tag.yellow {
  background: rgba(212, 130, 10, 0.1);
  border-color: rgba(212, 130, 10, 0.28);
  color: var(--yellow);
}

/* =========================
   Modal
========================= */

.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(26, 16, 8, 0.45);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  align-items: center;
  justify-content: center;
}

.modal-overlay.active { display: flex; }

.modal {
  position: relative;
  padding: 36px;
  border-radius: 28px;
  border: 1px solid rgba(230, 160, 80, 0.32);
  background: linear-gradient(180deg, #fffaf3, #fff8ee);
  box-shadow: 0 30px 80px rgba(180, 100, 20, 0.18);
  text-align: center;
  max-width: 320px;
  width: 100%;
}

.modal h3 { font-size: 20px; letter-spacing: -0.03em; margin-bottom: 6px; color: var(--text); }
.modal p { font-size: 14px; color: var(--muted); margin-bottom: 20px; line-height: 1.7; }
.modal img { width: 100%; border-radius: 16px; border: 1px solid rgba(230, 160, 80, 0.22); }

.modal-close {
  position: absolute;
  top: 14px;
  right: 18px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(200, 120, 40, 0.22);
  background: rgba(255, 240, 210, 0.6);
  color: var(--muted);
  font-size: 16px;
  cursor: pointer;
  display: grid;
  place-items: center;
  line-height: 1;
}

.modal-close:hover {
  background: rgba(232, 121, 26, 0.12);
  color: var(--text);
}

/* =========================
   CTA
========================= */

.cta { padding-bottom: 140px; }

.cta-panel {
  position: relative;
  padding: 64px;
  border-radius: 36px;
  border: 1px solid rgba(230, 160, 80, 0.32);
  background:
    radial-gradient(circle at 80% 20%, rgba(232, 121, 26, 0.14), transparent 32%),
    linear-gradient(135deg, rgba(255, 245, 225, 0.95), rgba(255, 252, 242, 0.98));
  box-shadow: 0 35px 110px rgba(180, 100, 20, 0.12);
  overflow: hidden;
  text-align: center;
}

.cta-panel::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 35px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.5), transparent 28%, transparent);
  pointer-events: none;
}

.cta-panel h2 {
  position: relative;
  z-index: 1;
  font-size: clamp(34px, 4vw, 58px);
  letter-spacing: -0.06em;
  margin-bottom: 20px;
}

.cta-panel p {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto 34px;
  color: var(--muted);
  line-height: 1.9;
}

.footer-note {
  padding: 32px 0 50px;
  text-align: center;
  color: rgba(26, 16, 8, 0.38);
  font-size: 13px;
}

/* =========================
   Toolbar
========================= */

.toolbar {
  position: fixed;
  bottom: 24px;
  right: 20px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 8px;
  border-radius: 999px;
  border: 1px solid rgba(230, 160, 80, 0.28);
  background: rgba(255, 248, 235, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 4px 20px rgba(180, 100, 20, 0.1);
}

body.dark .toolbar {
  background: rgba(25, 17, 6, 0.88);
  border-color: rgba(230, 160, 80, 0.2);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

.toolbar-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: transparent;
  color: var(--gold-2);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.18s, border-color 0.18s;
  font-family: inherit;
}

.toolbar-btn:hover {
  background: rgba(232, 121, 26, 0.1);
  border-color: rgba(230, 160, 80, 0.3);
}

.toolbar-btn svg {
  opacity: 0.7;
}

.toolbar-lang {
  position: relative;
}

.toolbar-dropdown {
  display: none;
  position: absolute;
  bottom: calc(100% + 8px);
  top: auto;
  right: 0;
  min-width: 100px;
  border-radius: 14px;
  border: 1px solid rgba(230, 160, 80, 0.28);
  background: rgba(255, 248, 235, 0.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 8px 28px rgba(180, 100, 20, 0.12);
  overflow: hidden;
  flex-direction: column;
}

body.dark .toolbar-dropdown {
  background: rgba(25, 17, 6, 0.96);
  border-color: rgba(230, 160, 80, 0.2);
}

.toolbar-dropdown.open {
  display: flex;
}

.toolbar-dropdown button {
  padding: 9px 16px;
  border: none;
  background: transparent;
  color: var(--text);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  transition: background 0.15s;
}

.toolbar-dropdown button:hover {
  background: rgba(232, 121, 26, 0.08);
}

/* =========================
   Responsive
========================= */

@media (max-width: 960px) {
  .hero { padding-top: 80px; }

  .hero-inner,
  .compare,
  .models-grid {
    grid-template-columns: 1fr;
  }

  .visual { min-height: 570px; }
  .code-card { left: 0; right: auto; }
  .grid-3 { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .hero { min-height: auto; padding: 70px 0 50px; }
  .hero h1 { font-size: 42px; }
  .hero p { font-size: 16px; }
  .visual { display: none; }
  section { padding: 72px 0; }
  .stat { border-right: none; }
  .cta-panel { padding: 42px 22px; }
}
