:root {
  --ink: #eef2f7;
  --muted: #98a5b5;
  --line: #233040;
  --panel: #111a24;
  --panel-soft: #16212d;
  --page: #0a1017;
  --blue: #5d74e8;
  --blue-bright: #7286ef;
  --green: #63c39a;
  --font-geist-mono: "Courier New";
  color-scheme: dark;
}

/* Public site v2: focused homepage and purpose-built inner pages */
.subpage-hero h1 { width:auto; max-width:820px; min-height:0; margin:0; padding:0; display:block; font-size:clamp(44px,6vw,76px); line-height:1.02; letter-spacing:-.05em; }
.home-intro { padding-top:118px; }
.value-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; margin-top:62px; border:1px solid var(--line); background:var(--line); }
.value-grid article { min-height:230px; padding:34px; background:var(--page); }
.value-grid span,.route-card>span { color:#8494ee; font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace; font-size:10px; font-weight:800; letter-spacing:.13em; }
.value-grid h3 { margin:50px 0 10px; font-size:21px; letter-spacing:-.02em; }
.value-grid p { margin:0; color:var(--muted); font-size:13px; line-height:1.7; }
.blue-link { color:#94a5ff; }
.route-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.route-card { min-height:390px; padding:48px; display:flex; flex-direction:column; border:1px solid var(--line); border-radius:14px; background:linear-gradient(145deg,var(--panel),transparent); transition:transform .2s ease,border-color .2s ease; }
.route-card:hover { transform:translateY(-3px); border-color:#536584; }
.route-card h2 { max-width:480px; margin:auto 0 17px; font-size:clamp(28px,3vw,40px); line-height:1.08; letter-spacing:-.035em; }
.route-card p { max-width:500px; margin:0; color:var(--muted); font-size:14px; line-height:1.7; }
.route-card strong { margin-top:34px; color:#99a8ff; font-size:13px; }
.plus-route { border-color:#55482f; background:linear-gradient(145deg,rgba(90,70,34,.25),var(--panel)); }
.plus-route>span,.plus-route strong { color:#d2b875; }
.subpage-hero { position:relative; overflow:hidden; padding:118px 0 92px; }
.subpage-hero::after { content:""; position:absolute; top:62px; right:0; width:220px; height:220px; border:1px solid var(--line); border-radius:50%; opacity:.55; box-shadow:inset 0 0 0 36px var(--page),inset 0 0 0 37px var(--line),inset 0 0 0 78px var(--page),inset 0 0 0 79px var(--line); }
.subpage-hero>* { position:relative; z-index:1; }
.subpage-grid,.setup-guide { gap:18px; padding:74px 0; border-bottom:1px solid var(--line); }
.subpage-grid article,.subpage-grid article:nth-child(even),.setup-guide>div,.setup-guide>div:nth-child(even) { min-height:260px; padding:34px; border:1px solid var(--line); border-radius:12px; background:var(--panel); }
.subpage-grid article:hover,.setup-guide>div:hover { border-color:#44546a; }
.subpage-grid h2,.setup-guide h2 { margin-top:38px; }
.plan-comparison { gap:18px; }
.plan,.plan+.plan { border:1px solid var(--line); border-radius:14px; }
@media(max-width:900px){.value-grid{grid-template-columns:1fr}.value-grid article{min-height:190px}.route-grid{grid-template-columns:1fr}.route-card{min-height:330px}.subpage-hero::after{right:-100px;opacity:.3}}
@media(max-width:620px){.subpage-hero h1{font-size:42px}.route-card{min-height:300px;padding:30px}.value-grid article{padding:28px}}

:root[data-theme="light"] {
  --ink: #17202b;
  --muted: #637083;
  --line: #d7dde5;
  --panel: #ffffff;
  --panel-soft: #f2f5f8;
  --page: #f7f8fa;
  --blue: #4e63d5;
  --blue-bright: #4054c0;
  --green: #26875f;
  color-scheme: light;
}

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

body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

a { color: inherit; text-decoration: none; }

.site-header {
  width: min(1180px, calc(100% - 40px));
  min-height: 82px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; font-weight: 700; font-size: 19px; }
.brand-mark {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #5368d4;
  border-radius: 9px;
  background: #172044;
  color: #aab6ff;
  font-size: 15px;
  font-weight: 800;
}

nav { display: flex; align-items: center; gap: 30px; color: #b5c0ce; font-size: 14px; }
nav a:hover { color: #fff; }

.header-actions { justify-self: end; display: flex; align-items: center; gap: 9px; }

.theme-toggle {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid #344252;
  border-radius: 8px;
  background: #111922;
  color: #cdd5df;
  cursor: pointer;
  font-size: 15px;
}
.theme-toggle:hover { border-color: #526174; }

.header-cta {
  justify-self: end;
  padding: 10px 15px;
  border: 1px solid #4356b6;
  border-radius: 8px;
  background: #34479e;
  font-size: 13px;
  font-weight: 700;
}
.header-cta:hover { background: #4055b7; }

.hero {
  width: min(1180px, calc(100% - 40px));
  min-height: 680px;
  margin: 0 auto;
  padding: 86px 0 76px;
  display: grid;
  grid-template-columns: 0.93fr 1.07fr;
  gap: 66px;
  align-items: center;
}

.eyebrow, .panel-kicker {
  margin: 0 0 19px;
  color: #8fa0ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

h1 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(44px, 5vw, 68px);
  line-height: 1.03;
  letter-spacing: -.045em;
  font-weight: 750;
}

.hero-lead {
  max-width: 610px;
  margin: 27px 0 0;
  color: #aeb9c8;
  font-size: 18px;
  line-height: 1.7;
}

.hero-actions { display: flex; gap: 12px; margin-top: 34px; flex-wrap: wrap; }
.button { min-height: 48px; padding: 0 19px; display: inline-flex; align-items: center; gap: 11px; border-radius: 8px; font-size: 14px; font-weight: 700; }
.button-primary { background: var(--blue); color: #fff; }
.button-primary:hover { background: var(--blue-bright); }
.button-secondary { border: 1px solid #344252; background: #111922; color: #d5dce5; }
.button-secondary:hover { border-color: #526174; }
.hero-note { margin: 18px 0 0; color: #758295; font-size: 12px; }

.product-window {
  overflow: hidden;
  border: 1px solid #29384a;
  border-radius: 13px;
  background: #0d151e;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
}

.window-bar {
  min-height: 60px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 17px;
  border-bottom: 1px solid #263242;
  background: #151e29;
}
.server-icon { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 12px; background: #273449; color: #cfd8e5; font-size: 10px; font-weight: 800; }
.window-bar strong, .window-bar span { display: block; }
.window-bar strong { font-size: 12px; }
.window-bar div > span { margin-top: 3px; color: #7f8b9c; font-size: 10px; }
.window-status { margin-left: auto; color: #6dc59f !important; font-size: 9px !important; font-weight: 800; letter-spacing: .08em; }

.discord-message { display: grid; grid-template-columns: 36px 1fr; gap: 12px; padding: 28px 22px 30px; }
.discord-message > .brand-mark { width: 36px; height: 36px; }
.message-author { height: 28px; display: flex; gap: 7px; align-items: center; font-size: 13px; font-weight: 700; }
.message-author time { color: #677486; font-size: 10px; font-weight: 400; }
.app-badge { padding: 2px 4px; border-radius: 3px; background: #5865f2; color: #fff; font-size: 8px; }

.setup-panel {
  margin-top: 5px;
  padding: 27px 28px 25px;
  border: 1px solid #2a3a4d;
  border-left: 4px solid #667bea;
  border-radius: 7px;
  background: #151f2b;
}
.setup-panel .panel-kicker { margin-bottom: 10px; font-size: 9px; }
.setup-panel h2 { margin: 0; font-size: 23px; letter-spacing: -.02em; }
.setup-panel > p:not(.panel-kicker) { margin: 11px 0 0; color: #a5b0bf; font-size: 12px; line-height: 1.6; }

.setup-progress { margin-top: 23px; padding: 13px 14px; border: 1px solid #2b3949; border-radius: 6px; background: #111a24; font-size: 10px; }
.setup-progress span { color: #8c99aa; }
.setup-progress strong { float: right; color: #cfd6df; font-size: 10px; }
.setup-progress div { height: 4px; margin-top: 10px; overflow: hidden; border-radius: 9px; background: #273342; }
.setup-progress i { display: block; width: 75%; height: 100%; background: #687ded; }
.setup-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 10px; }
.setup-grid span { padding: 10px 11px; border: 1px solid #2b3949; border-radius: 6px; background: #111a24; color: #bdc6d2; font-size: 10px; }
.setup-grid b { margin-right: 6px; color: #70c69f; }
.setup-grid span:last-child b { color: #8fa0ff; }

.trust-strip {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #657386;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}

:root[data-theme="light"] nav { color: #576477; }
:root[data-theme="light"] nav a:hover { color: #111827; }
:root[data-theme="light"] .brand-mark {
  border-color: #9ba8eb;
  background: #e9edff;
  color: #4054b8;
}
:root[data-theme="light"] .theme-toggle {
  border-color: #cbd3dd;
  background: #fff;
  color: #344054;
}
:root[data-theme="light"] .hero-lead { color: #59677a; }
:root[data-theme="light"] .button-secondary {
  border-color: #cbd3dd;
  background: #fff;
  color: #344054;
}
:root[data-theme="light"] .hero-note { color: #7a8797; }
:root[data-theme="light"] .product-window {
  border-color: #cbd4df;
  background: #eef1f5;
  box-shadow: 0 24px 60px rgba(36, 48, 66, .13);
}
:root[data-theme="light"] .window-bar {
  border-color: #d6dde5;
  background: #fff;
}
:root[data-theme="light"] .server-icon { background: #e8edf3; color: #4b596b; }
:root[data-theme="light"] .window-bar div > span,
:root[data-theme="light"] .message-author time { color: #788598; }
:root[data-theme="light"] .setup-panel {
  border-color: #cbd5e1;
  border-left-color: #596edb;
  background: #fff;
}
:root[data-theme="light"] .setup-panel > p:not(.panel-kicker) { color: #657286; }
:root[data-theme="light"] .setup-progress,
:root[data-theme="light"] .setup-grid span {
  border-color: #d9e0e8;
  background: #f5f7fa;
  color: #4d5a6b;
}
:root[data-theme="light"] .setup-progress strong { color: #344054; }
:root[data-theme="light"] .setup-progress div { background: #dce2ea; }
:root[data-theme="light"] .trust-strip { color: #7a8797; }

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 108px 0;
  border-bottom: 1px solid var(--line);
}

.section-heading { max-width: 690px; }
.section-heading h2,
.setup-copy h2,
.plus-copy h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.section-heading > p:last-child,
.setup-copy > p,
.plus-copy > p,
.final-cta > div > p:last-child {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.feature-list { margin-top: 66px; border-top: 1px solid var(--line); }
.feature-row {
  display: grid;
  grid-template-columns: 70px 1fr 250px;
  gap: 34px;
  padding: 38px 0;
  border-bottom: 1px solid var(--line);
}
.feature-number { color: #7888e0; font-family: var(--font-geist-mono), monospace; font-size: 12px; font-weight: 700; }
.feature-row h3 { margin: 0; font-size: 22px; letter-spacing: -.02em; }
.feature-row p { max-width: 610px; margin: 11px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.feature-row ul { margin: 0; padding: 0; list-style: none; }
.feature-row li { padding: 7px 0; border-bottom: 1px solid var(--line); color: #b5c0ce; font-size: 12px; }
.feature-row li::before { content: "—"; margin-right: 9px; color: #7587ee; }

.setup-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.setup-copy > p { max-width: 550px; }
.setup-copy code { padding: 3px 6px; border: 1px solid var(--line); border-radius: 4px; background: var(--panel); color: #94a5ff; font-family: var(--font-geist-mono), monospace; font-size: .85em; }
.step-list { margin-top: 40px; }
.step-list > div { display: grid; grid-template-columns: 31px 1fr; gap: 14px; padding: 17px 0; border-top: 1px solid var(--line); }
.step-list > div > span { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid #455572; border-radius: 50%; color: #98a6f3; font-size: 10px; font-weight: 800; }
.step-list p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.step-list strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 13px; }

.command-card { padding: 18px; border: 1px solid #2b3a4d; border-radius: 12px; background: #101823; box-shadow: 0 24px 60px rgba(0,0,0,.18); }
.command-top { display: flex; justify-content: space-between; padding: 3px 2px 15px; color: #718095; font-family: var(--font-geist-mono), monospace; font-size: 9px; letter-spacing: .1em; }
.slash-command { margin: 0; padding: 18px 20px; border: 1px solid #2b3a4d; border-radius: 7px; background: #151f2b; color: #abb6c5; font-family: var(--font-geist-mono), monospace; font-size: 15px; }
.slash-command b { color: #8192f5; }.slash-command strong { color: #e9edf3; }
.command-result { margin-top: 10px; padding: 21px; display: grid; grid-template-columns: 34px 1fr; gap: 13px; border: 1px solid #2b3a4d; border-radius: 7px; background: #151f2b; }
.command-check { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 8px; background: #17392e; color: #6cd0a6; font-weight: 800; }
.command-result strong { font-size: 14px; }.command-result p { margin: 5px 0 0; color: #8e9bad; font-size: 11px; }
.command-options { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 10px; }
.command-options button { padding: 13px; display: flex; justify-content: space-between; border: 1px solid #2b3a4d; border-radius: 6px; background: #111b26; color: #b9c3d0; font: inherit; font-size: 11px; text-align: left; }
.command-options span { color: #8292eb; }

.plus-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.plus-eyebrow { color: #c8ad70; }
.plus-copy { position: sticky; top: 40px; }
.text-link { margin-top: 28px; display: inline-flex; gap: 9px; align-items: center; color: #d8c08a; font-size: 13px; font-weight: 700; }
.plus-benefits { border-top: 1px solid var(--line); }
.plus-benefits > div { display: grid; grid-template-columns: 90px 1fr; gap: 10px 20px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.plus-benefits span { grid-row: 1 / span 2; padding-top: 3px; color: #a78e57; font-family: var(--font-geist-mono), monospace; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.plus-benefits strong { font-size: 16px; }
.plus-benefits p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

.final-cta { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.final-cta > div { max-width: 670px; }
.final-cta .button { flex: 0 0 auto; }

footer {
  width: min(1180px, calc(100% - 40px));
  min-height: 180px;
  margin: 0 auto;
  padding: 45px 0;
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 30px;
  align-items: start;
}
footer p { margin: 7px 0 0; color: #738094; font-size: 12px; line-height: 1.6; }
footer > div { display: flex; justify-content: flex-end; gap: 20px; color: #9ba7b7; font-size: 12px; }
footer > div a:hover { color: var(--ink); }

nav a.active { color: var(--ink); }
.subpage-hero {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 112px 0 88px;
  border-bottom: 1px solid var(--line);
}
.subpage-hero h1 { max-width: 880px; }
.subpage-hero > p:last-child { max-width: 700px; margin: 26px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.subpage-hero code, .setup-guide code { padding: 3px 6px; border: 1px solid var(--line); border-radius: 4px; background: var(--panel); color: #94a5ff; font-family: var(--font-geist-mono), monospace; }
.subpage-grid {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid var(--line);
}
.subpage-grid article { min-height: 260px; padding: 48px 50px 48px 0; border-bottom: 1px solid var(--line); }
.subpage-grid article:nth-child(even) { padding-left: 50px; border-left: 1px solid var(--line); }
.subpage-grid span, .setup-guide > div > span { color: #8291e8; font-family: var(--font-geist-mono), monospace; font-size: 10px; }
.subpage-grid h2, .setup-guide h2 { margin: 25px 0 0; font-size: 24px; }
.subpage-grid p, .setup-guide p { margin: 14px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.setup-guide, .plan-comparison {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid var(--line);
}
.setup-guide > div { padding: 48px 50px 48px 0; border-bottom: 1px solid var(--line); }
.setup-guide > div:nth-child(even) { padding-left: 50px; border-left: 1px solid var(--line); }
.setup-guide a { display: inline-block; margin-top: 20px; color: #8fa0ff; font-size: 12px; font-weight: 700; }
.plan-comparison { gap: 0; padding: 80px 0; }
.plan { padding: 48px; border: 1px solid var(--line); background: var(--panel); }
.plan + .plan { border-left: 0; }
.plan > p { margin: 0; color: #7f8da0; font-family: var(--font-geist-mono), monospace; font-size: 10px; letter-spacing: .12em; }
.plan h2 { margin: 18px 0 30px; font-size: 28px; }
.plan ul { min-height: 225px; margin: 0; padding: 0; list-style: none; }
.plan li { padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.plan li::before { content: "✓"; margin-right: 10px; color: #6dc69f; }
.plan.featured { border-top: 3px solid #b69a5c; }
.plan.featured > p { color: #b69a5c; }

:root[data-theme="light"] .feature-row li { color: #566477; }
:root[data-theme="light"] .command-card { border-color: #cbd4df; background: #edf1f5; box-shadow: 0 24px 55px rgba(36,48,66,.1); }
:root[data-theme="light"] .slash-command,
:root[data-theme="light"] .command-result { border-color: #d4dce5; background: #fff; color: #657286; }
:root[data-theme="light"] .slash-command strong { color: #273244; }
:root[data-theme="light"] .command-options button { border-color: #d4dce5; background: #f8fafc; color: #4c596b; }
:root[data-theme="light"] .command-top { color: #778497; }
:root[data-theme="light"] .command-result p { color: #718095; }
:root[data-theme="light"] footer > div { color: #657286; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 62px; gap: 48px; }
  .hero-copy { max-width: 680px; }
  .setup-section, .plus-section { grid-template-columns: 1fr; gap: 60px; }
  .plus-copy { position: static; }
  .feature-row { grid-template-columns: 45px 1fr; }
  .feature-row ul { grid-column: 2; }
  footer { grid-template-columns: 1fr 1fr; }
  footer p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 560px) {
  .site-header, .hero, .trust-strip { width: min(100% - 28px, 1180px); }
  .site-header { min-height: 70px; }
  .header-cta { padding: 9px 11px; }
  .theme-toggle { width: 36px; height: 36px; }
  .hero { padding: 54px 0 52px; }
  h1 { font-size: 42px; }
  .hero-lead { font-size: 16px; }
  .discord-message { padding: 20px 12px; grid-template-columns: 30px 1fr; gap: 8px; }
  .discord-message > .brand-mark { width: 30px; height: 30px; }
  .setup-panel { padding: 21px 16px; }
  .setup-grid { grid-template-columns: 1fr; }
  .trust-strip { overflow: hidden; justify-content: flex-start; }
  .section { width: min(100% - 28px, 1180px); padding: 76px 0; }
  .feature-list { margin-top: 45px; }
  .feature-row { grid-template-columns: 1fr; gap: 12px; }
  .feature-row ul { grid-column: 1; margin-top: 9px; }
  .setup-section, .plus-section { gap: 46px; }
  .command-options { grid-template-columns: 1fr; }
  .plus-benefits > div { grid-template-columns: 1fr; }
  .plus-benefits span { grid-row: auto; }
  .final-cta { align-items: flex-start; flex-direction: column; gap: 30px; }
  footer { width: min(100% - 28px, 1180px); grid-template-columns: 1fr; }
  footer p { grid-column: auto; grid-row: auto; }
  footer > div { justify-content: flex-start; flex-wrap: wrap; }
  .subpage-hero, .subpage-grid, .setup-guide, .plan-comparison { width: min(100% - 28px, 1180px); }
  .subpage-hero { padding: 76px 0 60px; }
  .subpage-grid, .setup-guide, .plan-comparison { grid-template-columns: 1fr; }
  .subpage-grid article, .subpage-grid article:nth-child(even), .setup-guide > div, .setup-guide > div:nth-child(even) { padding: 36px 0; border-left: 0; }
  .plan-comparison { gap: 16px; padding: 55px 0; }
  .plan, .plan + .plan { padding: 32px 24px; border: 1px solid var(--line); }
}

/* Inner-page overrides must remain after the responsive base rules. */
.subpage-hero h1 { width:auto; max-width:820px; min-height:0; margin:0; padding:0; display:block; }
.subpage-hero { position:relative; overflow:hidden; padding:118px 0 92px; }
.subpage-hero::after { content:""; position:absolute; top:62px; right:0; width:220px; height:220px; border:1px solid var(--line); border-radius:50%; opacity:.55; box-shadow:inset 0 0 0 36px var(--page),inset 0 0 0 37px var(--line),inset 0 0 0 78px var(--page),inset 0 0 0 79px var(--line); }
.subpage-hero>* { position:relative; z-index:1; }
.subpage-grid,.setup-guide { gap:18px; padding:74px 0; }
.subpage-grid article,.subpage-grid article:nth-child(even),.setup-guide>div,.setup-guide>div:nth-child(even) { min-height:260px; padding:34px; border:1px solid var(--line); border-radius:12px; background:var(--panel); }
.plan-comparison { gap:18px; }
.plan,.plan+.plan { border:1px solid var(--line); border-radius:14px; }
@media(max-width:900px){.value-grid{grid-template-columns:1fr}.route-grid{grid-template-columns:1fr}.subpage-grid,.setup-guide,.plan-comparison{grid-template-columns:1fr}.subpage-hero::after{right:-100px;opacity:.3}}
@media(max-width:560px){.subpage-hero{padding:76px 0 60px}.subpage-hero h1{font-size:42px}.subpage-grid article,.subpage-grid article:nth-child(even),.setup-guide>div,.setup-guide>div:nth-child(even){padding:28px}.route-card{padding:30px}}
