.why-page {
  position: relative;
  overflow: clip;
}

.why-page .section {
  position: relative;
}

.why-page .section::before {
  content: "";
  position: absolute;
  inset: 12px auto auto 50%;
  width: min(84vw, 980px);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(31, 100, 212, 0.25), transparent);
  pointer-events: none;
}

.why-hero {
  padding: 118px 0 90px;
  overflow: hidden;
  background: linear-gradient(180deg, #dce9fb 0%, #eaf2fd 28%, #f2f7ff 62%, #f7faff 100%);
}

.why-page .why-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 72% at 12% -10%, rgba(15, 163, 177, 0.18), transparent 64%),
    radial-gradient(118% 70% at 88% -12%, rgba(31, 100, 212, 0.22), transparent 66%);
  pointer-events: none;
}

.why-page .why-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(31, 100, 212, 0.16) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.45;
  pointer-events: none;
}

.why-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 28px;
}

.why-hero__content {
  text-align: center;
  max-width: 980px;
}

.why-hero .eyebrow {
  color: #129cab;
  margin-bottom: 0;
}

.why-hero h1 {
  margin: 12px auto 0;
  max-width: 15ch;
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-weight: 800;
  font-size: clamp(2.7rem, 8.2vw, 6.1rem);
  letter-spacing: -0.045em;
  line-height: 0.95;
  color: #0a1533;
}

.why-hero h1 span {
  background: linear-gradient(96deg, #2366d9 12%, #0fa3b1 88%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.why-hero .lead {
  max-width: 760px;
  margin: 24px auto 0;
  font-size: clamp(1.03rem, 1.8vw, 1.16rem);
}

.why-hero__chips {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.why-hero__chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(31, 100, 212, 0.2);
  background: rgba(255, 255, 255, 0.62);
  color: #25406f;
  font-size: 0.88rem;
  font-weight: 600;
}

.why-hero__chip::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(180deg, #0fa3b1 0%, #1f64d4 100%);
}

.why-hero__actions {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.why-hero__actions .button {
  min-width: 176px;
}

.signal-panel {
  width: min(980px, 100%);
  position: relative;
  border-radius: 18px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(31, 100, 212, 0.22);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(8px);
  color: var(--ink);
}

.signal-panel::before,
.signal-panel::after {
  display: none;
}

.signal-panel__header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.signal-panel__header span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #476288;
}

.signal-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #065f46;
}

.signal-live::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #16a34a;
  box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.16);
}

.signal-metrics {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.signal-metrics li {
  display: grid;
  gap: 5px;
  align-items: start;
  justify-items: center;
  padding: 11px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(31, 100, 212, 0.14);
  text-align: center;
}

.signal-metrics strong {
  font-size: 0.96rem;
  color: #0f2347;
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-weight: 700;
}

.signal-metrics span {
  color: #4c658d;
  font-size: 0.78rem;
}

.signal-foot {
  margin-top: 11px;
  text-align: center;
  font-size: 0.8rem;
  color: #5d7394;
}

.why-section-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.why-section-head p {
  margin: 0;
}

.legacy-duel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.legacy-card {
  padding: 24px;
  border-radius: 18px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}

.legacy-card h3 {
  margin: 0 0 16px;
}

.legacy-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 11px;
}

.legacy-card li {
  position: relative;
  padding-left: 24px;
  color: var(--text);
}

.legacy-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.legacy-card--bad {
  background: linear-gradient(180deg, #fff8f8 0%, #fff 100%);
  border-color: rgba(239, 68, 68, 0.22);
}

.legacy-card--bad li::before {
  background: linear-gradient(180deg, #ef4444 0%, #b91c1c 100%);
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.16);
}

.legacy-card--good {
  background: linear-gradient(180deg, #f4fbff 0%, #fff 100%);
  border-color: rgba(15, 163, 177, 0.28);
}

.legacy-card--good li::before {
  background: linear-gradient(180deg, #0fa3b1 0%, #1f64d4 100%);
  box-shadow: 0 0 0 4px rgba(31, 100, 212, 0.14);
}

.legacy-line {
  margin-top: 15px;
  color: var(--muted);
  font-size: 0.86rem;
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.pillar-card {
  position: relative;
  padding: 22px;
  border-radius: 18px;
  background: linear-gradient(165deg, #ffffff 0%, #f7faff 92%);
  border: 1px solid rgba(31, 100, 212, 0.16);
  box-shadow: var(--shadow-sm);
}

.pillar-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(31, 100, 212, 0.22);
  background: rgba(31, 100, 212, 0.08);
  color: var(--primary);
  font-family: "Syne", "Inter", system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
}

.pillar-card h3 {
  margin: 14px 0 10px;
  font-size: 1.2rem;
}

.pillar-card p {
  margin: 0;
}

.pillar-proof {
  margin-top: 16px;
  border-radius: 12px;
  border: 1px dashed rgba(15, 23, 42, 0.18);
  padding: 12px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--text);
  font-size: 0.9rem;
}

.performance-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 24px;
  align-items: start;
}

.performance-copy {
  padding: 22px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  border: 1px solid rgba(31, 100, 212, 0.18);
  box-shadow: var(--shadow-sm);
}

.performance-copy h3 {
  margin-top: 0;
}

.performance-copy ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 11px;
}

.performance-copy li {
  position: relative;
  padding-left: 24px;
}

.performance-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 11px;
  height: 11px;
  border-radius: 4px;
  background: linear-gradient(180deg, #0fa3b1 0%, #1f64d4 100%);
}

.performance-callout {
  margin-top: 15px;
  padding: 13px 14px;
  border-radius: 12px;
  background: #0f1d35;
  border: 1px solid rgba(148, 180, 255, 0.26);
  color: #e7efff;
  font-size: 0.92rem;
}

.flow-card {
  padding: 24px;
  border-radius: 18px;
  border: 1px solid rgba(31, 100, 212, 0.2);
  background: linear-gradient(170deg, #f7fbff 0%, #edf4ff 100%);
  box-shadow: var(--shadow-sm);
}

.flow-card h3 {
  margin: 0 0 16px;
}

.flow-track {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16px;
}

.flow-step {
  position: relative;
  padding: 12px 12px 12px 46px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(31, 100, 212, 0.16);
}

.flow-step::before {
  content: attr(data-step);
  position: absolute;
  left: 12px;
  top: 12px;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: #dbe9ff;
  color: #12469f;
  font-size: 0.76rem;
  font-weight: 700;
}

.flow-step strong {
  display: block;
  color: var(--ink);
  font-size: 0.92rem;
}

.flow-step span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
}

.flow-note {
  margin-top: 14px;
  font-size: 0.8rem;
  color: var(--muted);
}

.pricing-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 18px;
  align-items: stretch;
}

.pricing-logic {
  padding: 24px;
  border-radius: 18px;
  background: linear-gradient(145deg, #0f1d35 0%, #10294d 100%);
  border: 1px solid rgba(148, 180, 255, 0.26);
  color: #e4ecff;
  box-shadow: 0 24px 48px rgba(11, 21, 44, 0.32);
}

.pricing-logic h3 {
  color: #ffffff;
  margin-top: 0;
}

.pricing-logic p {
  color: rgba(228, 236, 255, 0.86);
}

.pricing-micro {
  margin-top: 16px;
  padding: 12px;
  border-radius: 12px;
  border: 1px dashed rgba(181, 255, 222, 0.45);
  color: #b5ffde;
  font-size: 0.93rem;
  font-weight: 600;
}

.pricing-rails {
  display: grid;
  gap: 12px;
}

.pricing-rail {
  padding: 18px;
  border-radius: 14px;
  border: 1px solid rgba(31, 100, 212, 0.16);
  background: linear-gradient(180deg, #fff 0%, #f7faff 100%);
}

.pricing-rail h4 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.pricing-rail p {
  margin: 0;
  color: var(--text);
}

.fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.fit-card {
  padding: 22px;
  border-radius: 18px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}

.fit-card h3 {
  margin: 0 0 14px;
}

.fit-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.fit-card li {
  position: relative;
  padding-left: 22px;
}

.fit-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.fit-card--for {
  background: linear-gradient(180deg, #f6fcff 0%, #fff 100%);
  border-color: rgba(15, 163, 177, 0.26);
}

.fit-card--for li::before {
  background: linear-gradient(180deg, #0fa3b1 0%, #1f64d4 100%);
}

.fit-card--not {
  background: linear-gradient(180deg, #fff9f7 0%, #fff 100%);
  border-color: rgba(249, 115, 22, 0.22);
}

.fit-card--not li::before {
  background: linear-gradient(180deg, #fb923c 0%, #ea580c 100%);
}

.support-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 20px;
  align-items: start;
}

.support-copy {
  padding: 24px;
  border-radius: 18px;
  border: 1px solid rgba(31, 100, 212, 0.16);
  background: linear-gradient(180deg, #fff 0%, #f7faff 100%);
  box-shadow: var(--shadow-sm);
}

.support-copy h3 {
  margin-top: 0;
}

.support-copy ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.support-copy li {
  position: relative;
  padding-left: 22px;
}

.support-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 11px;
  height: 11px;
  border-radius: 4px;
  background: linear-gradient(180deg, #1f64d4 0%, #0fa3b1 100%);
}

.support-quote {
  margin-top: 16px;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid rgba(31, 100, 212, 0.2);
  background: #ffffff;
  color: var(--ink);
}

.support-terminal {
  border-radius: 18px;
  border: 1px solid rgba(148, 180, 255, 0.3);
  background: linear-gradient(145deg, #0f1d35 0%, #10294d 100%);
  color: #dfe9ff;
  box-shadow: 0 24px 50px rgba(10, 19, 40, 0.34);
  overflow: hidden;
}

.terminal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(148, 180, 255, 0.2);
  font-size: 0.78rem;
}

.terminal-dots {
  display: inline-flex;
  gap: 6px;
}

.terminal-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(228, 236, 255, 0.72);
}

.terminal-body {
  margin: 0;
  padding: 16px;
  list-style: none;
  display: grid;
  gap: 10px;
}

.terminal-body li {
  padding: 11px;
  border-radius: 10px;
  border: 1px solid rgba(148, 180, 255, 0.2);
  background: rgba(16, 41, 77, 0.7);
  font-size: 0.85rem;
}

.terminal-label {
  display: block;
  color: #9fc1ff;
  font-size: 0.72rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.control-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
  gap: 20px;
  align-items: center;
}

.control-mock {
  border-radius: 20px;
  border: 1px solid rgba(31, 100, 212, 0.2);
  background: #fff;
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

.mock-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, #f7faff 0%, #f2f7ff 100%);
}

.mock-head strong {
  font-size: 0.86rem;
}

.mock-badge {
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(31, 100, 212, 0.24);
  background: rgba(31, 100, 212, 0.08);
  color: var(--primary);
  font-size: 0.72rem;
  font-weight: 700;
}

.mock-body {
  padding: 14px;
  display: grid;
  gap: 10px;
}

.mock-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fbfdff;
}

.mock-row span {
  color: var(--text);
  font-size: 0.88rem;
}

.mock-row strong {
  color: var(--ink);
  font-size: 0.84rem;
}

.control-copy {
  padding: 24px;
  border-radius: 18px;
  border: 1px solid rgba(31, 100, 212, 0.16);
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  box-shadow: var(--shadow-sm);
}

.control-copy h3 {
  margin-top: 0;
}

.control-copy ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.control-copy li {
  position: relative;
  padding-left: 22px;
}

.control-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: linear-gradient(180deg, #0fa3b1 0%, #1f64d4 100%);
}

.security-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.security-card {
  padding: 20px;
  border-radius: 16px;
  border: 1px solid rgba(31, 100, 212, 0.16);
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  box-shadow: var(--shadow-sm);
}

.security-card h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
}

.security-card p {
  margin: 0;
}

.philosophy-panel {
  max-width: 860px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid rgba(31, 100, 212, 0.2);
  background:
    radial-gradient(circle at 100% 0%, rgba(31, 100, 212, 0.14), transparent 48%),
    radial-gradient(circle at 0% 100%, rgba(15, 163, 177, 0.16), transparent 54%),
    #ffffff;
  box-shadow: var(--shadow-md);
  text-align: center;
}

.philosophy-panel p {
  margin: 0;
  font-size: clamp(1.1rem, 2.2vw, 1.48rem);
  color: var(--ink);
  font-family: "Syne", "Inter", system-ui, sans-serif;
  line-height: 1.35;
}

.compare-wrap {
  overflow-x: auto;
  border-radius: 16px;
  border: 1px solid rgba(31, 100, 212, 0.18);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 620px;
}

.compare-table th,
.compare-table td {
  padding: 14px;
  text-align: left;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.compare-table th {
  background: #f6f9ff;
  color: var(--ink);
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.compare-table tr:last-child td {
  border-bottom: 0;
}

.compare-table td:nth-child(2) {
  color: #0f766e;
  font-weight: 600;
}

.compare-table td:nth-child(3) {
  color: #9a3412;
}

@media (max-width: 1080px) {
  .why-hero__grid,
  .performance-layout,
  .pricing-shell,
  .support-grid,
  .control-grid {
    grid-template-columns: 1fr;
  }

  .signal-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .security-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .legacy-duel,
  .pillars-grid,
  .fit-grid,
  .security-grid {
    grid-template-columns: 1fr;
  }

  .why-hero {
    padding: 98px 0 68px;
  }

  .why-hero h1 {
    max-width: 12ch;
  }

  .why-hero__actions .button {
    min-width: 0;
  }

  .signal-panel,
  .pricing-logic,
  .support-copy,
  .control-copy,
  .performance-copy,
  .flow-card,
  .fit-card,
  .legacy-card,
  .pillar-card,
  .security-card {
    padding: 18px;
  }

  .philosophy-panel {
    padding: 22px;
  }

  .signal-metrics {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .why-page *,
  .why-page *::before,
  .why-page *::after {
    animation: none !important;
    transition: none !important;
  }
}
