:root {
  --paper: #ffffff;
  --ink: #07192f;
  --muted: #5a6d82;
  --line: #d7e3ee;
  --blue: #1357c8;
  --blue-dark: #0d2d58;
  --cyan: #00a3c7;
  --green: #1b9a6a;
  --radius: 8px;
  --shadow: 0 22px 62px rgba(8, 30, 58, .13);
  --space: clamp(56px, 8vw, 108px);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #eef6ff 0%, #f8fbff 34%, #ffffff 100%);
  line-height: 1.58;
}
a { color: inherit; }
p, h1, h2, h3 { margin-top: 0; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(246, 250, 254, .9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(215, 227, 238, .86);
}
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 850; }
.brand-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  color: #fff;
  background: linear-gradient(135deg, var(--blue-dark), var(--cyan));
  box-shadow: 0 14px 26px rgba(19, 87, 200, .22);
}
.nav-links { display: flex; align-items: center; gap: 20px; color: #3e5269; font-size: 14px; font-weight: 700; }
.nav-links a { text-decoration: none; padding: 8px 0; }
.btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--blue), #0b7fc9); box-shadow: 0 14px 32px rgba(19, 87, 200, .25); }
.btn-secondary { color: var(--blue-dark); background: #fff; border-color: var(--line); }
.hero { padding: 86px 0 64px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(430px, .88fr); gap: clamp(38px, 7vw, 78px); align-items: center; }
.eyebrow { margin-bottom: 14px; color: var(--blue); font-size: 13px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
h1 { max-width: 760px; margin-bottom: 22px; font-size: clamp(40px, 5.7vw, 68px); line-height: 1; letter-spacing: 0; }
h2 { max-width: 780px; margin-bottom: 0; font-size: clamp(30px, 4vw, 46px); line-height: 1.09; letter-spacing: 0; }
h3 { font-size: 22px; line-height: 1.18; letter-spacing: 0; }
.lead { max-width: 720px; margin-bottom: 28px; color: #3f536b; font-size: clamp(18px, 2vw, 21px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 30px; }
.proof-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.proof { min-height: 116px; padding: 16px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255, 255, 255, .78); }
.proof strong { display: block; margin-bottom: 8px; color: var(--blue); font-size: 23px; line-height: 1.05; }
.proof span { display: block; color: var(--muted); font-size: 13px; }
.hero-visual {
  margin: 0;
  padding: 20px;
  border: 1px solid rgba(173, 196, 219, .72);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255,255,255,.97), rgba(236,246,255,.96));
  box-shadow: var(--shadow);
}
.hero-visual figcaption { margin-bottom: 14px; color: #53687f; font-size: 13px; font-weight: 700; }
.hero-visual svg { width: 100%; display: block; }
.grid-lines path { stroke: #dfeaf4; stroke-width: 1; }
.flow-lines path { fill: none; stroke: rgba(0, 148, 194, .78); stroke-width: 3; stroke-dasharray: 10 10; animation: dash 14s linear infinite; }
.node-svg rect { fill: #fff; stroke: #d5e2ef; stroke-width: 2; filter: drop-shadow(0 16px 22px rgba(10, 35, 70, .12)); }
.node-svg text { fill: #53687f; font-size: 16px; font-weight: 650; }
.node-svg text:first-of-type { fill: var(--ink); font-size: 21px; font-weight: 850; }
.core-node rect { fill: url(#panel); stroke: #2f80d9; }
.core-node text { fill: rgba(255,255,255,.82); }
.core-node text:first-of-type { fill: #fff; }
section { padding: var(--space) 0; }
.band, .intro-band, .pricing-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.value-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .42fr); gap: 24px; align-items: stretch; }
.value-grid p, .section-head p, .card p, .scenario-grid p, .method-grid p, .automation-layout p, .metrics p, details p { color: var(--muted); }
.value-card { padding: 28px; border-radius: 14px; color: #fff; background: linear-gradient(145deg, var(--blue-dark), #134b8e); box-shadow: var(--shadow); }
.value-card p { color: rgba(255,255,255,.78); margin-bottom: 0; }
.section-head { display: grid; grid-template-columns: minmax(0, .72fr) minmax(280px, .28fr); gap: 30px; align-items: end; margin-bottom: 36px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.price-card { min-height: 520px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 14px 36px rgba(8, 30, 58, .07); }
.price-card.featured { border-color: rgba(19, 87, 200, .55); box-shadow: 0 24px 64px rgba(19, 87, 200, .16); }
.price-top strong { display: block; color: var(--blue); font-size: 32px; line-height: 1; margin-bottom: 8px; }
.price-top span { color: var(--green); font-size: 13px; font-weight: 850; }
.price-card ul { padding-left: 20px; color: var(--muted); }
.price-card li { margin: 8px 0; }
.limit { margin-top: auto; padding-top: 12px; color: #6b5a37; font-size: 14px; }
.support-table { margin-top: 18px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 16px; }
.support-intro, .support-plans article { padding: 22px; border: 1px solid #cde0f3; border-radius: var(--radius); background: #eef6ff; }
.support-intro p { color: var(--muted); margin-bottom: 0; }
.support-plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.support-plans b, .support-plans strong, .support-plans span { display: block; }
.support-plans strong { margin: 10px 0 6px; color: var(--blue); font-size: 22px; }
.support-plans span { color: var(--green); font-weight: 800; font-size: 13px; }
.support-plans p { color: var(--muted); font-size: 14px; margin: 10px 0 0; }
.method-grid, .cards-3, .scenario-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.method-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.method-grid article, .card, .scenario-grid article, .timeline article, .automation-cards article, .metric-cards article { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 32px rgba(8, 30, 58, .06); }
.method-grid span { display: inline-grid; width: 42px; height: 42px; place-items: center; margin-bottom: 18px; border-radius: var(--radius); color: #fff; background: var(--blue-dark); font-weight: 850; }
.automation-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 30px; align-items: start; }
.automation-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.process-section .timeline { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.timeline b { display: inline-grid; width: 40px; height: 40px; place-items: center; margin-bottom: 22px; color: #fff; border-radius: var(--radius); background: var(--blue); }
.metrics-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 28px; align-items: center; }
.metric-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.metric-cards strong { display: block; color: var(--blue); font-size: 24px; margin-bottom: 8px; }
.metric-cards span { color: var(--muted); }
.faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
details { padding: 18px 20px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
summary { cursor: pointer; color: var(--blue-dark); font-weight: 850; list-style: none; }
summary::-webkit-details-marker { display: none; }
details p { margin: 12px 0 0; font-size: 15px; }
.final-cta { padding-top: 28px; }
.final-box { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; padding: 42px; border-radius: 14px; color: #fff; background: linear-gradient(135deg, #07192f, #1357c8); box-shadow: var(--shadow); }
.final-box .eyebrow { color: #8fe4ff; }
.final-box p { color: rgba(255,255,255,.78); margin-bottom: 0; }
.footer { padding: 40px 0 56px; color: #65778a; background: #f6f9fc; border-top: 1px solid var(--line); font-size: 14px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 24px; }
.footer p { margin-bottom: 0; }
.footer nav, .footer div:last-child { display: grid; gap: 8px; }
.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 25;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--blue), #0b7fc9);
  box-shadow: 0 16px 36px rgba(19, 87, 200, .28);
}
.legal-page { padding: 72px 0; max-width: 820px; }
.legal-page h1 { font-size: 44px; }
.legal-page p { color: var(--muted); }
@keyframes dash { to { stroke-dashoffset: -180; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .flow-lines path { animation: none; }
  .btn { transition: none; }
}
@media (max-width: 1020px) {
  .nav-links { display: none; }
  .hero-grid, .value-grid, .section-head, .support-table, .automation-layout, .metrics-grid, .final-box, .footer-grid { grid-template-columns: 1fr; }
  .pricing-grid, .method-grid, .cards-3, .scenario-grid, .process-section .timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .hero { padding-top: 54px; }
  h1 { font-size: 40px; }
  .proof-row, .pricing-grid, .support-plans, .method-grid, .cards-3, .scenario-grid, .process-section .timeline, .automation-cards, .metric-cards, .faq-grid { grid-template-columns: 1fr; }
  .hero-visual { padding: 14px; }
  .final-box { padding: 28px; }
  .sticky-cta { display: none; }
}

body {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 82% 8%, rgba(0, 163, 199, .18), transparent 28%),
    radial-gradient(circle at 14% 18%, rgba(242, 166, 90, .12), transparent 24%),
    linear-gradient(180deg, #edf5ff 0%, #f8fbff 32%, #ffffff 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(13, 45, 88, .045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(13, 45, 88, .04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.72), transparent 78%);
  pointer-events: none;
}

.topbar.is-scrolled {
  background: rgba(248, 251, 255, .96);
  box-shadow: 0 16px 38px rgba(8, 30, 58, .08);
}

.studio-hero {
  position: relative;
  padding: 96px 0 72px;
}

.studio-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(19,87,200,.22), transparent);
}

.lead-small {
  margin-top: -16px;
  font-size: 17px;
}

.automation-map {
  position: relative;
  overflow: hidden;
  min-height: 612px;
  border-color: rgba(125, 164, 210, .78);
  background:
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(230,244,255,.94)),
    radial-gradient(circle at 50% 50%, rgba(0,163,199,.12), transparent 44%);
}

.automation-map::before {
  content: "";
  position: absolute;
  inset: 54px 18px 86px;
  border: 1px solid rgba(19, 87, 200, .08);
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(19,87,200,.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(19,87,200,.055) 1px, transparent 1px);
  background-size: 34px 34px;
  pointer-events: none;
}

.visual-toolbar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(215,227,238,.9);
  border-radius: var(--radius);
  background: rgba(255,255,255,.72);
  color: #42566f;
  font-size: 12px;
  font-weight: 850;
}

.visual-toolbar span:last-child {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
}

.visual-toolbar span:last-child::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(27,154,106,.12);
}

.automation-map figcaption,
.automation-map svg,
.dashboard-strip {
  position: relative;
  z-index: 1;
}

.automation-map svg {
  transform: translateY(2px);
  filter: drop-shadow(0 24px 36px rgba(8,30,58,.14));
}

.flow-lines path {
  animation: dash 14s linear infinite;
}

.core-node rect {
  filter: drop-shadow(0 18px 28px rgba(19,87,200,.28));
}

.dashboard-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: -18px;
}

.dashboard-strip div {
  padding: 14px 12px;
  border: 1px solid rgba(215,227,238,.92);
  border-radius: var(--radius);
  background: rgba(255,255,255,.84);
  box-shadow: 0 14px 30px rgba(8,30,58,.08);
}

.dashboard-strip b,
.dashboard-strip span {
  display: block;
}

.dashboard-strip b {
  margin-bottom: 4px;
  color: var(--blue-dark);
}

.dashboard-strip span {
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
}

.studio-band {
  background:
    linear-gradient(90deg, rgba(255,255,255,.98), rgba(244,248,252,.94)),
    radial-gradient(circle at 100% 0, rgba(0,163,199,.12), transparent 34%);
}

.value-card {
  position: relative;
  overflow: hidden;
}

.value-card::after {
  content: "";
  position: absolute;
  inset: auto 22px 22px auto;
  width: 86px;
  height: 86px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  background: conic-gradient(from 180deg, rgba(0,163,199,.55), rgba(242,166,90,.45), rgba(255,255,255,.08));
}

.pricing-cockpit {
  position: relative;
  background:
    linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);
}

.pricing-cockpit::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 20%, rgba(19,87,200,.08), transparent 30%);
  pointer-events: none;
}

.pricing-cockpit > .wrap {
  position: relative;
}

.pricing-bento {
  align-items: stretch;
}

.price-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(250,253,255,.96));
}

.price-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
}

.price-card.featured {
  transform: translateY(-10px);
  background:
    linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
}

.price-card.featured::before {
  height: 7px;
  background: linear-gradient(90deg, var(--blue-dark), var(--blue), var(--cyan), var(--green));
}

.limit {
  border-top: 1px solid rgba(242,166,90,.34);
  background: linear-gradient(90deg, rgba(242,166,90,.10), transparent);
  margin-left: -8px;
  margin-right: -8px;
  padding: 12px 8px 0;
}

.support-matrix {
  align-items: stretch;
}

.support-intro {
  background:
    linear-gradient(145deg, var(--blue-dark), #123f75);
  color: #fff;
  box-shadow: var(--shadow);
}

.support-intro p {
  color: rgba(255,255,255,.76);
}

.support-plans article {
  background: #fff;
  box-shadow: 0 14px 36px rgba(8,30,58,.08);
}

.process-flow-band {
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.process-rail {
  position: relative;
}

.process-rail::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 45px;
  height: 2px;
  background: linear-gradient(90deg, rgba(19,87,200,.18), rgba(0,163,199,.55), rgba(27,154,106,.22));
}

.process-rail article {
  position: relative;
  min-height: 272px;
}

.bento-section {
  background:
    radial-gradient(circle at 86% 12%, rgba(27,154,106,.10), transparent 30%),
    #fff;
}

.service-bento {
  grid-template-columns: 1.2fr .9fr .9fr;
}

.service-bento .card:first-child {
  grid-row: span 2;
  min-height: 340px;
  background:
    linear-gradient(145deg, #061427, #0d2d58);
  color: #fff;
}

.service-bento .card:first-child p {
  color: rgba(255,255,255,.78);
}

.service-bento .card:nth-child(2) {
  background: linear-gradient(180deg, #f5fbff, #fff);
}

.service-bento .card:nth-child(3) {
  background: linear-gradient(180deg, rgba(242,166,90,.12), #fff);
}

.automation-board-section {
  background:
    linear-gradient(135deg, #07192f 0%, #0d2d58 52%, #0b3b60 100%);
  color: #fff;
}

.automation-board-section .eyebrow,
.automation-board-section h2 {
  color: #fff;
}

.automation-board-section p,
.automation-board-section .section-head p {
  color: rgba(255,255,255,.74);
}

.automation-nodes {
  position: relative;
}

.automation-nodes::before {
  content: "";
  position: absolute;
  inset: 18px 28px;
  border: 1px dashed rgba(0,163,199,.38);
  border-radius: 16px;
}

.automation-nodes article {
  position: relative;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.16);
  box-shadow: 0 18px 44px rgba(0,0,0,.18);
  backdrop-filter: blur(10px);
}

.automation-nodes h3 {
  color: #fff;
}

.automation-nodes p {
  color: rgba(255,255,255,.72);
}

.automation-nodes .is-visible,
.scenario-bento .is-visible,
.timeline-flow .is-visible {
  opacity: 1;
}

.scenario-bento {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.scenario-bento-section,
.timeline-section {
  padding: clamp(44px, 6vw, 72px) 0;
}

.scenario-bento article {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 48px;
  padding-bottom: 20px;
}

.scenario-bento article::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 24px;
  width: 46px;
  height: 8px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  box-shadow: 64px 0 0 rgba(19,87,200,.12), 128px 0 0 rgba(27,154,106,.16);
}

.scenario-bento article::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 18px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(19,87,200,.10);
  border-radius: 50%;
  background: conic-gradient(from 210deg, rgba(0,163,199,.24), rgba(27,154,106,.18), transparent 68%);
}

.scenario-bento article:first-child,
.scenario-bento article:nth-child(3),
.scenario-bento article:nth-child(5) {
  background: linear-gradient(180deg, #ffffff, #f4f9ff);
}

.scenario-bento article:nth-child(4) {
  background: linear-gradient(180deg, rgba(242,166,90,.12), #fff);
}

.timeline-section {
  background:
    linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.timeline-flow article {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px 18px 30px;
}

.timeline-flow article::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 14px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  opacity: .35;
}

.timeline-flow article::before {
  content: "";
  position: absolute;
  top: 38px;
  left: 58px;
  right: 14px;
  height: 1px;
  background: linear-gradient(90deg, rgba(19,87,200,.22), transparent);
}

.timeline-flow h3 {
  margin-bottom: 8px;
  font-size: 19px;
}

.timeline-flow p {
  margin-bottom: 0;
  font-size: 14px;
}

.timeline-flow b {
  width: 36px;
  height: 36px;
  margin-bottom: 14px;
}

.signal-list,
.step-output {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.signal-list li,
.step-output li {
  position: relative;
  padding-left: 18px;
  color: #42566f;
  font-size: 14px;
  line-height: 1.45;
}

.signal-list li::before,
.step-output li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .68em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  box-shadow: 0 0 0 4px rgba(0, 163, 199, .1);
}

.step-output {
  margin-top: auto;
  padding-top: 16px;
}

.step-output li {
  color: #4b6078;
}

.kpi-section {
  background:
    radial-gradient(circle at 18% 22%, rgba(19,87,200,.08), transparent 28%),
    #fff;
}

.kpi-dashboard article {
  min-height: 150px;
  background:
    linear-gradient(180deg, #ffffff, #f7fbff);
}

.kpi-dashboard article::after {
  content: "";
  display: block;
  width: 76%;
  height: 6px;
  margin-top: 18px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--blue), var(--cyan), var(--green));
}

.comparison-section {
  padding: clamp(54px, 7vw, 92px) 0;
  background:
    linear-gradient(135deg, #07192f, #0d2d58);
  color: #fff;
}

.comparison-grid {
  display: grid;
  grid-template-columns: .44fr .56fr;
  gap: 28px;
  align-items: center;
}

.comparison-label {
  margin-bottom: 12px;
  color: #8fe4ff;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.comparison-note {
  max-width: 430px;
  font-size: clamp(26px, 3.4vw, 42px);
  line-height: 1.1;
  font-weight: 850;
}

.comparison-table {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 12px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 24px 60px rgba(0,0,0,.18);
}

.comparison-table [role="row"] {
  display: grid;
  grid-template-columns: 1fr repeat(3, .82fr);
}

.comparison-table span {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 14px 16px;
  border-right: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.78);
}

.comparison-table [role="columnheader"] {
  color: #fff;
  font-weight: 850;
  background: rgba(255,255,255,.08);
}

.comparison-table [role="row"] span:last-child {
  border-right: 0;
  color: #b9ffe4;
}

.risk-band {
  background:
    linear-gradient(180deg, #fff 0%, #fff9f1 100%);
}

.risk-band .card {
  border-color: rgba(242,166,90,.34);
}

.premium-faq details {
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.premium-faq details[open] {
  border-color: rgba(19,87,200,.34);
  box-shadow: 0 16px 34px rgba(8,30,58,.08);
}

.premium-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.premium-faq summary::after {
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform .18s ease;
}

.premium-faq details[open] summary::after {
  transform: rotate(225deg);
}

.premium-footer {
  color: rgba(255,255,255,.72);
  background:
    linear-gradient(135deg, #061427, #0d2d58);
  border-top: 0;
}

.premium-footer a,
.premium-footer strong {
  color: #fff;
}

.sticky-cta {
  backdrop-filter: blur(10px);
}

.reveal-ready .price-card,
.reveal-ready .card,
.reveal-ready .method-grid article,
.reveal-ready .scenario-grid article,
.reveal-ready .timeline article,
.reveal-ready .metric-cards article,
.reveal-ready .automation-cards article,
.reveal-ready .comparison-table {
  opacity: 1;
  transform: none;
}

.reveal-ready .is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .5s ease, transform .5s ease;
}

@media (max-width: 1020px) {
  .automation-map { min-height: auto; }
  .price-card.featured { transform: none; }
  .process-rail::before { display: none; }
  .service-bento, .scenario-bento, .comparison-grid { grid-template-columns: 1fr; }
  .service-bento .card:first-child,
  .scenario-bento article:first-child,
  .scenario-bento article:nth-child(3) {
    grid-row: auto;
  }
  .comparison-table {
    overflow-x: auto;
  }
  .comparison-table [role="row"] {
    min-width: 680px;
  }
}

@media (max-width: 680px) {
  .studio-hero { padding-top: 62px; }
  .dashboard-strip { grid-template-columns: 1fr; margin-top: 12px; }
  .automation-map figcaption { font-size: 12px; }
  .pricing-cockpit .section-head { margin-bottom: 24px; }
  .price-card { min-height: auto; }
  .support-table { gap: 12px; }
  .comparison-note { font-size: 28px; }
  .comparison-table [role="row"] { min-width: 620px; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
  .reveal-ready .price-card,
  .reveal-ready .card,
  .reveal-ready .method-grid article,
  .reveal-ready .scenario-grid article,
  .reveal-ready .timeline article,
  .reveal-ready .metric-cards article,
  .reveal-ready .automation-cards article,
  .reveal-ready .comparison-table {
    opacity: 1;
    transform: none;
  }
}
