/* Professional light theme: enterprise hosting presentation with restrained brand accents. */
:root {
  --ink: #0b1f3a;
  --surface: #ffffff;
  --surface-2: #eef3f7;
  --surface-3: #e2eaf2;
  --violet: #6758c7;
  --cyan: #0875d1;
  --green: #198754;
  --text: #14243a;
  --muted: #5d6b7d;
  --line: #d9e1eb;
  --warning: #9a6700;
  --radius: 14px;
}

html { background: #fff; }
body,
.home-page,
.plans-page {
  background: #edf2f6;
  color: var(--text);
}

:focus-visible { outline-color: #0875d1; }
.skip-link { background: #0b5fc1; color: #fff; }

.site-header {
  top: 16px;
  width: min(calc(100% - 36px), 1180px);
  min-height: 68px;
  border-color: rgba(16, 50, 85, .13);
  border-radius: 14px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 34px rgba(24, 48, 78, .1);
  backdrop-filter: blur(18px);
}
.site-header.is-scrolled {
  top: 8px;
  border-color: rgba(8, 117, 209, .24);
  background: rgba(255, 255, 255, .98);
}
.brand { color: #102c4d; }
.brand strong { color: #0875d1; }
.brand-mark i { background: linear-gradient(180deg, #45a9ef, #315fc7); }
.brand-mark i:nth-child(3) { background: linear-gradient(180deg, #55b989, #16825a); }
.brand-mark {
  width: 34px;
  height: 34px;
  padding: 4px;
  grid-template-columns: 1fr;
  place-items: center;
  border: 1px solid rgba(34, 102, 161, .28);
  border-radius: 9px;
  background: #0d3155;
  box-shadow: 0 4px 12px rgba(16, 48, 79, .12);
  overflow: hidden;
}
.brand-mark::before {
  width: 100%;
  height: 100%;
  background: url("assets/partay-monogram-nav-v2.png") center / contain no-repeat;
  content: "";
}
.brand-mark i { display: none; }
.nav-links {
  border-color: transparent;
  background: transparent;
}
.nav-links a,
.nav-actions .nav-login { color: #56677b; }
.nav-links a:hover,
.nav-links a[aria-current="page"] {
  background: #eef4fa;
  color: #0c345f;
}
.site-nav .nav-login { border-color: #dce4ee; }
.nav-actions .nav-login:hover { color: #0875d1; }
.menu-button > span:not(.sr-only) { background: #173552; }
.nav-products { position: relative; }
.nav-products-toggle {
  display: flex;
  min-height: 38px;
  padding: 9px 12px;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #56677b;
  font-size: 12px;
  font-weight: 550;
  cursor: pointer;
}
.nav-products-toggle:hover,
.nav-products.is-open .nav-products-toggle {
  background: #eef4fa;
  color: #0c345f;
}
.nav-products-toggle > span {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform .2s ease;
}
.nav-products.is-open .nav-products-toggle > span { transform: translateY(2px) rotate(225deg); }
.mega-menu[hidden] { display: none !important; }
.mega-menu {
  position: fixed;
  z-index: 120;
  top: 94px;
  left: 50%;
  width: min(calc(100vw - 40px), 1080px);
  border: 1px solid #cbd7e2;
  border-radius: 14px;
  background: #f8fafc;
  box-shadow: 0 26px 70px rgba(16, 43, 70, .2);
  transform: translateX(-50%);
  overflow: hidden;
}
.mega-menu-head {
  display: flex;
  min-height: 86px;
  padding: 20px 24px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid #d6e0e9;
  background: #eaf1f6;
}
.mega-menu-head div > span {
  display: block;
  margin-bottom: 5px;
  color: #0875d1;
  font: 600 9px "Geist Mono", monospace;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.mega-menu-head strong { color: #163654; font-size: 18px; }
.mega-menu-head > a {
  display: flex;
  padding: 10px 0;
  align-items: center;
  gap: 18px;
  color: #0969c5;
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
}
.mega-menu-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr; grid-auto-flow: dense; }
.mega-menu-column {
  padding: 22px;
  border-right: 1px solid #d9e2eb;
  background: #f6f9fb;
}
.mega-menu-column:nth-child(2) { background: #eef5f9; }
.mega-menu-column:last-child { border-right: 0; background: #f2f4f9; }
.mega-menu-column h2 {
  margin: 0 0 12px;
  color: #52667a;
  font: 650 10px "Geist Mono", monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.mega-menu-column > a {
  display: block;
  padding: 12px;
  border-radius: 8px;
  color: inherit;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}
.mega-menu-column > a:hover,
.mega-menu-column > a:focus-visible {
  background: #fff;
  transform: translateX(3px);
}
.mega-menu-column strong,
.mega-menu-column small { display: block; }
.mega-menu-column strong { color: #173957; font-size: 13px; }
.mega-menu-column small { margin-top: 4px; color: #637487; font-size: 10px; line-height: 1.45; }
.mega-menu-column b,
.product-badge {
  margin-left: 5px;
  padding: 3px 5px;
  border-radius: 4px;
  background: #dfeee7;
  color: #147247;
  font: 650 7px "Geist Mono", monospace;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.button { border-radius: 8px; }
.button-primary {
  background: #0969c5;
  color: #fff;
  box-shadow: 0 9px 24px rgba(9, 105, 197, .17);
}
.button-primary:hover {
  background: #0757a5;
  box-shadow: 0 11px 26px rgba(9, 105, 197, .22);
}
.button-secondary {
  border-color: #aebdce;
  background: #fff;
  color: #143a60;
}
.button-secondary:hover {
  border-color: #0875d1;
  background: #f4f9fe;
}
.button.is-disabled {
  border-color: #dbe2ea;
  background: #e9edf2;
  color: #738094;
}
.eyebrow { color: #0969c5; }
.eyebrow > span {
  background: #198754;
  box-shadow: none;
}

.hero {
  display: block;
  min-height: 770px;
  padding: 132px 0 70px;
  background: linear-gradient(115deg, #f4f7fa 0%, #edf3f7 48%, #dfe9f2 100%);
}
.hero::after { display: none; }
.hero-grid {
  opacity: .38;
  background-image: linear-gradient(rgba(44, 93, 143, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(44, 93, 143, .08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right, black, transparent 52%);
}
.hero-art {
  z-index: 0;
  inset: 126px max(28px, calc((100vw - var(--container)) / 2)) 72px auto;
  width: min(46vw, 610px);
  border: 1px solid #d6e0ea;
  border-radius: 20px;
  background: #eaf0f6;
  box-shadow: 0 24px 70px rgba(26, 55, 87, .16);
  opacity: 1;
  overflow: hidden;
}
.hero-art::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, .12), transparent 28%);
}
.hero-art img {
  object-position: 64% center;
  filter: saturate(.8) contrast(1.02);
}
.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 565px;
  padding-right: min(49vw, 650px);
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}
.hero h1,
.plans-hero h1 {
  max-width: 780px;
  margin: 0 0 26px;
  color: #0c2848;
  font-size: clamp(48px, 5vw, 74px);
  font-weight: 620;
  letter-spacing: -.058em;
}
.hero h1 em,
.plans-hero h1 em {
  color: #0875d1;
  background: none;
  -webkit-text-fill-color: currentColor;
}
.hero-copy {
  max-width: 650px;
  margin: 0 0 30px;
  color: #526479;
  font-size: clamp(17px, 1.6vw, 20px);
}
.hero-actions { justify-content: flex-start; }
.hero-note,
.contact-note { color: #6d7b8c; }
.scroll-cue { display: none; }

.capability-strip {
  border-color: #dce4ed;
  background: #dfe7ee;
}
.marquee-track { padding: 14px 0; }
.marquee-track span { color: #5f6e80; }
.marquee-track i {
  background: #0875d1;
  box-shadow: none;
}

.compact-section { padding: clamp(78px, 8vw, 112px) 0; }
.section-heading h2 { color: #102b49; }
.section-heading p:not(.eyebrow) { color: var(--muted); }
.product-section { background: linear-gradient(180deg, #edf2f6, #e7edf3); }
.product-grid { gap: 14px; }
.product-card {
  min-height: 370px;
  border-color: #d8e0e9;
  border-radius: 12px;
  background: #f8fafc;
  box-shadow: 0 7px 24px rgba(27, 55, 86, .05);
}
.product-card::before { height: 3px; background: #6758c7; }
.product-card[data-accent="cyan"]::before { background: #0875d1; }
.product-card[data-accent="green"]::before { background: #198754; }
.product-card::after { display: none; }
.product-card:hover {
  border-color: #89afd2;
  box-shadow: 0 16px 34px rgba(27, 55, 86, .11);
  transform: translateY(-3px);
}
.product-card[data-accent="violet"] { background: #f4f2fa; }
.product-card[data-accent="cyan"] { background: #edf6fb; }
.product-card[data-accent="green"] { background: #eef7f2; }
.product-card-wide { min-height: 330px; }
.product-type { color: #647488; }
.product-icon {
  border-color: #cbd9e8;
  background: #eef5fb;
}
.product-icon i { background: #6758c7; }
.product-icon i:nth-child(2) { background: #0875d1; }
.product-icon i:nth-child(3) { background: #198754; }
.product-card h3 { color: #102b49; }
.product-card > p { color: #5d6c7d; }
.product-card li { color: #42566d; }
.product-card li::before { background: #198754; }
.product-card > a,
.text-link { color: #0969c5; }
.platform-grid {
  display: grid;
  margin-top: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 14px;
}
.platform-card {
  display: flex;
  min-height: 220px;
  padding: 30px;
  flex-direction: column;
  border: 1px solid #cdd9e5;
  border-radius: 12px;
  background: #f8fafc;
  color: inherit;
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .25s ease, transform .25s ease;
}
.platform-card:nth-child(2) { background: #eaf2f7; }
.platform-card:hover {
  border-color: #7faed3;
  box-shadow: 0 14px 30px rgba(27, 55, 86, .09);
  transform: translateY(-3px);
}
.platform-card > span {
  color: #0875d1;
  font: 650 10px "Geist Mono", monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.platform-card h3 { margin: 24px 0 10px; color: #173654; font-size: 25px; letter-spacing: -.03em; }
.platform-card p { max-width: 540px; color: #607184; font-size: 13px; }
.platform-card strong { display: flex; margin-top: auto; align-items: center; justify-content: space-between; color: #0969c5; font-size: 12px; }
.platform-card i { font-style: normal; font-size: 18px; }

.infrastructure-proof {
  border-color: #163f67;
  border-radius: 10px;
  background: linear-gradient(112deg, #102f50, #174f7d);
  box-shadow: 0 18px 40px rgba(18, 52, 84, .16);
}
.infrastructure-proof > div p { color: #9bd6ff; }
.proof-signal {
  border-color: #198754;
  box-shadow: none;
}
.infrastructure-proof h3 { color: #fff; }
.infrastructure-proof > p { color: #c6d5e2; }

.proof-section {
  border-color: #dce4ed;
  background: #dfe7ee;
}
.proof-grid {
  border-color: #d8e0e9;
  border-radius: 12px;
  background: #f8fafc;
}
.proof-grid article { border-color: #d8e0e9; }
.proof-grid article:nth-child(2) { background: #edf4f8; }
.proof-grid span,
.path-grid > li > span { color: #0875d1; }
.proof-grid h3,
.path-grid h3 { color: #173553; }

.game-spotlight { background: #eef3f7; }
.game-copy h2 { color: #102b49; }
.game-copy > p:not(.eyebrow) { color: #5f7082; }
.game-tags span {
  border-color: #cad7e5;
  border-radius: 6px;
  background: #f5f8fb;
  color: #40566e;
}
.game-console {
  border-color: #cbd9e6;
  border-radius: 12px;
  background: #f9fbfc;
  box-shadow: 0 18px 48px rgba(25, 54, 86, .12);
  transform: none;
}
.console-top { border-color: #d9e2eb; background: #f2f6fa; }
.console-top > span { background: #bdc9d5; }
.console-top > span:first-child { background: #0875d1; }
.console-top strong,
.console-body span { color: #637488; }
.console-body p { border-color: #e0e6ed; }
.console-body strong { color: #183856; }

.path-section {
  border-color: #dce4ed;
  background: #dfe7ee;
}
.path-grid li {
  border-color: #d6dfe8;
  background: #f7f9fb;
}
.path-grid li:nth-child(2) { background: #edf4f8; }
.final-cta {
  border-color: #173b64;
  background: linear-gradient(118deg, #0b2748, #123f70);
}
.final-cta h2 { color: #fff; }
.final-cta .eyebrow { color: #8fd1ff; }
.final-cta .hero-actions {
  align-items: center;
  justify-content: center;
}
.final-cta .button-secondary {
  border-color: rgba(255, 255, 255, .48);
  background: transparent;
  color: #fff;
}
.final-cta .button-secondary:hover { background: rgba(255, 255, 255, .08); }
.final-cta .contact-note { color: #b9c9d9; }

.site-footer {
  border-color: #dbe3ec;
  background: #dfe7ee;
}
.footer-main { grid-template-columns: 1.7fr repeat(3, 1fr); }
.footer-main h2 { color: #173553; }
.footer-brand p,
.footer-main nav a { color: #56677a; }
.footer-main nav a:hover { color: #0875d1; }
.footer-bottom {
  border-color: #dbe3ec;
  color: #5d6b7d;
}

/* Plans catalog */
.plans-page { background: #e7edf3; }
.plans-hero {
  border-color: #d8e1ea;
  background: linear-gradient(120deg, #f4f7fa 0%, #eef3f7 58%, #dfe9f2 100%);
}
.plans-hero > .container > div > p:not(.eyebrow) { color: #5c6d80; }
.catalog-status {
  border-color: #e1d19f;
  border-radius: 10px;
  background: #fffaf0;
}
.catalog-status span { color: #896000; }
.catalog-status strong { color: #5d4614; }
.catalog-status p { color: #756742; }
.catalog-toolbar-wrap {
  border-color: #dbe3ec;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 7px 20px rgba(25, 52, 82, .05);
}
.category-tabs button { color: #617185; }
.category-tabs button:hover { color: #0d3a65; }
.category-tabs button[aria-selected="true"] {
  border-color: #0875d1;
  color: #0d3a65;
}
.billing-toggle {
  border-color: #cfdae5;
  background: #f2f5f8;
}
.billing-toggle button { color: #617185; }
.billing-toggle button.is-selected {
  background: #fff;
  color: #123b65;
  box-shadow: 0 2px 7px rgba(25, 52, 82, .1);
}
.catalog-heading h2 { color: #102b49; }
.plan-kicker { color: #0969c5; }
.plan-kicker b {
  background: #e8f5ee;
  color: #13764a;
}
.plan-title h3 { color: #142f4c; }
.plan-title p { color: #627286; }
.network-products { padding: 100px 0; border-top: 1px solid #d4dee7; background: #eef3f7; }
.network-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 14px;
}
.network-product-grid article {
  min-height: 250px;
  padding: 30px;
  border: 1px solid #cfdae4;
  border-radius: 12px;
  background: #f9fbfc;
}
.network-product-grid article:nth-child(2) { background: #e7f0f6; }
.network-product-grid article > span:first-child {
  color: #0875d1;
  font: 650 9px "Geist Mono", monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.network-product-grid h3 { margin: 38px 0 12px; color: #173654; font-size: 28px; }
.network-product-grid p { color: #5d6f82; }
.network-product-grid a { color: #0969c5; font-size: 12px; font-weight: 650; text-decoration: none; }
.network-product-state {
  display: inline-flex;
  margin-top: 12px;
  padding: 7px 9px;
  border: 1px solid #d9c98f;
  border-radius: 6px;
  background: #fff8e6;
  color: #806000;
  font: 600 9px "Geist Mono", monospace;
}
table { background: #f9fbfc; }
th,
td { border-color: #e0e6ed; }
thead th { background: #edf3f8; color: #425971; }
tbody th { color: #2f475f; }
td { color: #5e6f81; }
.check { color: #167b4e; }
.connection-state { border-color: #d5dee8; }
.connection-state.is-waiting {
  border-color: #dfcf9d;
  background: #fff9e9;
  color: #806000;
}
.service-glyph { background: #eaf3fa; }
.text-button { color: #0875d1; }
.support-route span { color: #0875d1; }
.support-route > i { background: #cbd6e1; }

/* Public live support */
.support-page { background: #e4ebf1; color: #172b43; }
.support-hero {
  padding: 158px 0 88px;
  border-bottom: 1px solid #cedae4;
  background: linear-gradient(118deg, #f3f7fa 0%, #e8f0f6 58%, #d8e5ef 100%);
}
.support-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr);
  align-items: center;
  gap: clamp(50px, 8vw, 110px);
}
.support-hero h1 {
  max-width: 860px;
  margin: 0 0 24px;
  color: #102b49;
  font-size: clamp(50px, 6.2vw, 88px);
  font-weight: 620;
  letter-spacing: -.06em;
}
.support-hero-grid > div > p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: #52677b;
  font-size: 18px;
}
.support-fast-route {
  padding: 28px;
  border: 1px solid #19466f;
  border-radius: 12px;
  background: linear-gradient(135deg, #102f50, #174f7d);
  box-shadow: 0 20px 46px rgba(18, 52, 84, .18);
}
.support-fast-route > span { color: #9bd6ff; font: 650 9px "Geist Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.support-fast-route h2 { margin: 22px 0 10px; color: #fff; font-size: 31px; letter-spacing: -.04em; }
.support-fast-route p { color: #c6d5e2; font-size: 13px; }
.support-fast-route .button { width: 100%; margin-top: 10px; background: #fff; color: #123b65; box-shadow: none; }
.support-fast-route .button:hover { background: #eaf3fa; }
.live-support { padding: 100px 0 120px; background: #dfe7ee; }
.live-support-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 14px;
}
.live-chat-panel {
  grid-column: span 8;
  border: 1px solid #cbd7e2;
  border-radius: 14px;
  background: #f9fbfc;
  box-shadow: 0 16px 40px rgba(26, 55, 87, .09);
  overflow: hidden;
}
.live-chat-head {
  display: flex;
  min-height: 82px;
  padding: 16px 20px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid #d6e0e9;
  background: #edf4f8;
}
.live-chat-head > div { display: flex; align-items: center; gap: 12px; }
.support-presence { width: 12px; height: 12px; border: 3px solid #c3d0dc; border-radius: 50%; background: #fff; }
.live-chat-head h2 { margin: 0; color: #173654; font-size: 18px; letter-spacing: -.02em; }
.live-chat-head p { margin: 3px 0 0; color: #627487; font: 550 9px "Geist Mono", monospace; text-transform: uppercase; }
.chat-connection {
  padding: 7px 9px;
  border: 1px solid #d1dbe4;
  border-radius: 6px;
  font: 650 8px "Geist Mono", monospace;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.chat-connection.is-offline { border-color: #ddcd99; background: #fff8e6; color: #7d5b00; }
.chat-connection.is-online { border-color: #a9d4bd; background: #eaf6ef; color: #176c46; }
.chat-connection.is-busy { border-color: #b8cee0; background: #eaf3fa; color: #155c93; }
.live-chat-messages {
  display: flex;
  height: 420px;
  padding: 26px;
  flex-direction: column;
  gap: 16px;
  background: #f3f6f9;
  overflow-y: auto;
}
.live-chat-message { display: grid; max-width: 84%; grid-template-columns: 46px minmax(0, 1fr); align-items: start; gap: 10px; }
.live-chat-message > span {
  display: grid;
  width: 46px;
  min-height: 34px;
  padding: 4px;
  place-items: center;
  border-radius: 7px;
  background: #dcebf6;
  color: #0969c5;
  font: 650 8px "Geist Mono", monospace;
}
.live-chat-message > div {
  padding: 14px 16px;
  border: 1px solid #d4dee7;
  border-radius: 4px 12px 12px;
  background: #fff;
}
.live-chat-message strong { color: #27455f; font-size: 11px; }
.live-chat-message p { margin: 5px 0 0; color: #52677a; font-size: 12px; }
.live-chat-message.is-customer { margin-left: auto; grid-template-columns: minmax(0, 1fr) 46px; }
.live-chat-message.is-customer > span { grid-column: 2; grid-row: 1; background: #e8e4f6; color: #5f50ae; }
.live-chat-message.is-customer > div { grid-column: 1; grid-row: 1; border-radius: 12px 4px 12px 12px; background: #f5f2fb; }
.live-chat-message.is-system { max-width: 100%; }
.live-chat-message.is-system > span { background: #e7ebef; color: #5f6f7f; }
.live-chat-form { padding: 22px; border-top: 1px solid #d6e0e9; background: #f9fbfc; }
.live-chat-form label { display: block; margin-bottom: 7px; color: #3f566d; font-size: 11px; font-weight: 650; }
.live-chat-form label span { color: #778596; font-weight: 450; }
.live-chat-identity { margin-bottom: 16px; }
.live-chat-form input,
.live-chat-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #cbd7e2;
  border-radius: 8px;
  outline: 0;
  background: #fff;
  color: #193753;
  font: 13px/1.5 Geist, sans-serif;
  resize: vertical;
}
.live-chat-form input:focus,
.live-chat-form textarea:focus { border-color: #0875d1; box-shadow: 0 0 0 3px rgba(8, 117, 209, .1); }
.live-chat-form input:disabled { background: #edf1f4; color: #6a7989; }
.live-chat-submit { display: flex; margin-top: 14px; align-items: center; justify-content: space-between; gap: 22px; }
.live-chat-submit p { max-width: 600px; margin: 0; color: #687789; font-size: 10px; }
.live-chat-submit .button { flex: 0 0 auto; min-width: 160px; }
.support-safety-note { padding: 17px; border: 1px solid #ddcd99; border-radius: 9px; background: #fff8e6; }
.support-safety-note strong { color: #684f0d; font-size: 11px; }
.support-safety-note p { margin: 5px 0 0; color: #75683f; font-size: 10px; }
.discord-route {
  display: block;
  margin-top: auto;
  padding: 18px;
  border-radius: 10px;
  background: #123d67;
  color: #fff;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}
.discord-route:hover { background: #0d3155; transform: translateY(-2px); }
.discord-route > span { color: #9bd6ff; font: 650 8px "Geist Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.discord-route strong { display: flex; margin-top: 7px; align-items: center; justify-content: space-between; font-size: 12px; }
.discord-route i { font-style: normal; font-size: 18px; }

/* Legal and policy pages */
.legal-page { background: #e4ebf1; color: #172b43; }
.legal-hero {
  padding: 154px 0 78px;
  border-bottom: 1px solid #cbd7e2;
  background:
    radial-gradient(circle at 82% 20%, rgba(48, 131, 191, .13), transparent 28%),
    linear-gradient(125deg, #f5f8fa 0%, #e8f0f5 65%, #dbe6ee 100%);
}
.legal-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  align-items: end;
  gap: clamp(46px, 8vw, 110px);
}
.legal-hero h1 {
  max-width: 940px;
  margin: 0;
  color: #102b49;
  font-size: clamp(50px, 6.4vw, 92px);
  font-weight: 620;
  letter-spacing: -.06em;
}
.legal-hero-summary { padding: 0 0 8px; }
.legal-hero-summary > p { margin: 0; color: #52677b; font-size: 16px; }
.legal-meta { display: flex; margin-top: 22px; flex-wrap: wrap; gap: 8px; }
.legal-meta span {
  padding: 7px 9px;
  border: 1px solid #c7d5e1;
  border-radius: 5px;
  background: rgba(255, 255, 255, .62);
  color: #52677a;
  font: 620 8px "Geist Mono", monospace;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.policy-marquee { border-bottom: 1px solid #cdd9e3; background: #d9e4ec; overflow: hidden; }
.policy-marquee-track { display: flex; width: max-content; animation: policyMarquee 34s linear infinite; }
.policy-marquee a {
  display: inline-flex;
  min-height: 48px;
  padding: 0 26px;
  align-items: center;
  gap: 26px;
  color: #466078;
  font: 620 9px "Geist Mono", monospace;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
}
.policy-marquee a::after { width: 4px; height: 4px; border-radius: 50%; background: #0875d1; content: ""; }
.policy-marquee a:hover { color: #075f9f; }
@keyframes policyMarquee { to { transform: translateX(-50%); } }
.legal-content { padding: 92px 0 128px; background: #e2eaf0; }
.legal-layout {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  align-items: start;
  gap: 18px;
}
.legal-toc {
  position: sticky;
  top: 116px;
  display: flex;
  padding: 22px;
  grid-column: span 3;
  flex-direction: column;
  border: 1px solid #cbd7e2;
  border-radius: 12px;
  background: #edf3f7;
}
.legal-toc > strong { margin-bottom: 16px; color: #173654; font-size: 12px; }
.legal-toc a { padding: 10px 0; border-top: 1px solid #d4dee7; color: #607386; font-size: 10px; text-decoration: none; }
.legal-toc a:hover { color: #0875d1; }
.legal-toc .button { margin-top: 18px; text-align: center; }
.legal-document {
  grid-column: span 9;
  border: 1px solid #cbd7e2;
  border-radius: 14px;
  background: #f9fbfc;
  box-shadow: 0 16px 38px rgba(26, 55, 87, .08);
  overflow: hidden;
}
.legal-intro {
  padding: clamp(28px, 5vw, 54px);
  border-bottom: 1px solid #d7e0e8;
  background: #eef4f8;
}
.legal-intro p { max-width: 850px; margin: 0; color: #52677b; font-size: 15px; }
.legal-section { padding: clamp(28px, 5vw, 54px); border-bottom: 1px solid #dce4eb; scroll-margin-top: 120px; }
.legal-section:last-child { border-bottom: 0; }
.legal-section h2 { max-width: 820px; margin: 0 0 20px; color: #173654; font-size: clamp(26px, 3vw, 39px); letter-spacing: -.04em; }
.legal-section h3 { margin: 28px 0 10px; color: #274963; font-size: 16px; }
.legal-section p,
.legal-section li { color: #53687c; font-size: 13px; line-height: 1.75; }
.legal-section p { margin: 0 0 16px; }
.legal-section p:last-child { margin-bottom: 0; }
.legal-section ul,
.legal-section ol { margin: 14px 0 18px; padding-left: 20px; }
.legal-section li + li { margin-top: 8px; }
.legal-callout { margin: 22px 0; padding: 18px 20px; border-left: 3px solid #0875d1; background: #eaf3fa; }
.legal-callout.is-warning { border-color: #9a6700; background: #fff7df; }
.legal-callout strong { display: block; margin-bottom: 5px; color: #24445e; font-size: 12px; }
.legal-callout p { color: #5c7082; font-size: 11px; }
.legal-table-wrap { margin: 22px 0; border: 1px solid #d4dee7; border-radius: 9px; overflow-x: auto; }
.legal-table-wrap table { min-width: 620px; margin: 0; }
.legal-table-wrap th,
.legal-table-wrap td { padding: 14px; font-size: 11px; text-align: left; }
.legal-table-wrap th { color: #284963; }
.legal-related { padding: 82px 0; border-top: 1px solid #c9d6e0; background: #d9e4ec; }
.legal-related-head { display: flex; margin-bottom: 28px; align-items: end; justify-content: space-between; gap: 30px; }
.legal-related h2 { max-width: 680px; margin: 0; color: #173654; font-size: clamp(32px, 4vw, 52px); letter-spacing: -.05em; }
.legal-related-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); grid-auto-flow: dense; gap: 1px; background: #c6d3de; border: 1px solid #c6d3de; }
.legal-related-grid a { min-height: 144px; padding: 20px; background: #edf3f7; color: #2f4d67; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.legal-related-grid a:hover { position: relative; background: #fff; transform: translateY(-3px); z-index: 1; }
.legal-related-grid span { display: block; color: #0875d1; font: 620 8px "Geist Mono", monospace; text-transform: uppercase; }
.legal-related-grid strong { display: block; margin-top: 42px; font-size: 12px; }

@media (max-width: 1050px) {
  .site-nav {
    border-color: #d6e0e9;
    background: rgba(255, 255, 255, .99);
    box-shadow: 0 22px 55px rgba(25, 52, 82, .16);
  }
  .site-nav .nav-login { border-color: #dce4ed; }
  .nav-products-toggle { width: 100%; justify-content: space-between; padding: 12px; }
  .mega-menu {
    position: static;
    width: 100%;
    max-height: 58vh;
    margin-top: 6px;
    border-radius: 10px;
    box-shadow: none;
    transform: none;
    overflow-y: auto;
  }
  .mega-menu-head { align-items: flex-start; flex-direction: column; gap: 8px; }
  .mega-menu-grid { grid-template-columns: 1fr; }
  .mega-menu-column { border-right: 0; border-bottom: 1px solid #d9e2eb; }
  .mega-menu-column:last-child { border-bottom: 0; }
  .hero {
    display: flex;
    min-height: 0;
    padding: 132px 0 70px;
    flex-direction: column;
  }
  .hero-content {
    order: 1;
    min-height: 0;
    padding-right: 0;
    padding-bottom: 52px;
  }
  .hero-art {
    position: relative;
    order: 2;
    inset: auto;
    width: min(calc(100% - var(--gutter) * 2), var(--container));
    height: 440px;
    margin-inline: auto;
  }
  .hero-grid { mask-image: linear-gradient(to bottom, black, transparent 75%); }
  .support-hero-grid { grid-template-columns: 1fr; }
  .support-fast-route { max-width: 620px; }
  .live-chat-panel { grid-column: span 7; }
  .legal-hero-grid { grid-template-columns: 1fr; }
  .legal-toc { grid-column: span 4; }
  .legal-document { grid-column: span 8; }
  .legal-related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .site-header { width: calc(100% - 24px); border-radius: 12px; }
  .hero { padding-top: 116px; }
  .hero h1,
  .plans-hero h1 { font-size: clamp(42px, 12vw, 62px); }
  .hero-art { height: 360px; border-radius: 14px; }
  .hero-art img { object-position: 70% center; }
  .product-card { box-shadow: none; }
  .platform-grid,
  .network-product-grid { grid-template-columns: 1fr; }
  .proof-grid article { border-color: #d8e0e9; }
  .path-grid li { border-color: #d6dfe8; }
  .support-hero { padding: 128px 0 70px; }
  .support-hero h1 { font-size: clamp(44px, 13vw, 64px); }
  .support-hero-grid > div > p:not(.eyebrow) { font-size: 16px; }
  .live-support { padding: 70px 0 90px; }
  .live-support-grid { grid-template-columns: 1fr; }
  .live-chat-messages { height: 370px; padding: 18px; }
  .live-chat-message { max-width: 96%; }
  .live-chat-submit { align-items: stretch; flex-direction: column; }
  .live-chat-submit .button { width: 100%; }
  .legal-hero { padding: 126px 0 62px; }
  .legal-hero h1 { font-size: clamp(44px, 13vw, 64px); }
  .policy-marquee-track { animation: none; flex-wrap: wrap; width: 100%; }
  .policy-marquee a:nth-child(n + 6) { display: none; }
  .legal-content { padding: 64px 0 88px; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-toc { position: static; grid-column: 1; }
  .legal-document { grid-column: 1; }
  .legal-related-head { align-items: flex-start; flex-direction: column; }
  .legal-related-grid { grid-template-columns: 1fr; }
  .legal-related-grid a { min-height: 106px; }
  .legal-related-grid strong { margin-top: 24px; }
  .footer-main { grid-template-columns: 1fr; }
  .brand-mark { width: 30px; height: 30px; border-radius: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .policy-marquee-track { animation: none; }
}

.lead-route-grid,
.inquiry-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.lead-route-grid > *,
.inquiry-product-grid > * { min-width: 0; }
.lead-route-card,
.inquiry-product-card {
  padding: 28px;
  border: 1px solid #d3dee8;
  border-radius: 18px;
  background: #fff;
  color: #173654;
  box-shadow: 0 12px 34px rgba(13, 42, 70, .07);
}
.card-kicker {
  color: #0875d1;
  font: 650 9px "Geist Mono", monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.lead-route-card h2,
.inquiry-product-card h3 { margin: 10px 0 12px; color: #0b2a48; }
.lead-route-card p,
.inquiry-product-card p { color: #5c6f82; }
.lead-route-card .button { max-width: 100%; white-space: normal; overflow-wrap: anywhere; text-align: center; }
.inquiry-product-card .button { margin-top: 10px; }
.service-boundary-note {
  margin-top: 24px;
  padding: 22px;
  border-left: 4px solid #0875d1;
  border-radius: 0 14px 14px 0;
  background: #eaf3fa;
  color: #3c5873;
}

@media (max-width: 760px) {
  .consent-panel { grid-template-columns: 1fr; }
  .consent-actions { flex-direction: row; flex-wrap: wrap; justify-content: flex-start; }
  .lead-route-grid,
  .inquiry-product-grid { grid-template-columns: 1fr; }
}

/* Step 4 configuration workspace and structured website intake */
[hidden] { display: none !important; }
body.builder-is-open { overflow: hidden; }
.builder-modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  background: #edf3f7;
  color: #173654;
  overflow: auto;
}
.builder-modal[hidden] { display: none; }
.builder-topbar {
  position: sticky;
  z-index: 5;
  top: 0;
  display: flex;
  min-height: 76px;
  padding: 12px clamp(18px, 3vw, 44px);
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #c8d6e1;
  background: rgba(248, 251, 253, .96);
  backdrop-filter: blur(14px);
}
.builder-topbar > div { display: flex; align-items: center; gap: 20px; }
.builder-status { color: #607589; font: 650 9px "Geist Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.builder-close { padding: 10px 14px; border: 1px solid #bdccd8; border-radius: 8px; background: #fff; color: #173654; font-weight: 650; cursor: pointer; }
.builder-close span { margin-left: 8px; color: #0875d1; font-size: 18px; }
.builder-layout {
  display: grid;
  min-height: calc(100vh - 76px);
  grid-template-columns: minmax(190px, 250px) minmax(460px, 1fr) minmax(250px, 340px);
}
.builder-progress,
.builder-summary { padding: clamp(28px, 4vw, 52px) clamp(20px, 3vw, 36px); background: #e4edf3; }
.builder-progress { border-right: 1px solid #cbd8e2; }
.builder-progress ol { margin: 24px 0; padding: 0; list-style: none; }
.builder-progress li { border-top: 1px solid #ccd9e3; }
.builder-progress button { display: flex; width: 100%; padding: 17px 4px; align-items: center; gap: 12px; border: 0; background: transparent; color: #667b8e; font: inherit; font-size: 12px; text-align: left; cursor: pointer; }
.builder-progress button span { color: #8da0b0; font: 650 9px "Geist Mono", monospace; }
.builder-progress li.is-current button { color: #075fa9; font-weight: 700; }
.builder-progress li.is-complete button span { color: #0b7e68; }
.builder-progress button:disabled { cursor: default; opacity: .62; }
.builder-local-note { color: #6b7f91; font-size: 11px; line-height: 1.6; }
.builder-form { min-width: 0; padding: clamp(34px, 6vw, 78px); background: #f8fafc; overflow: auto; }
.builder-step { max-width: 880px; margin: 0 auto; }
.builder-step h1,
.builder-step h2 { max-width: 780px; margin: 8px 0 16px; color: #102b49; font-size: clamp(34px, 4.6vw, 62px); line-height: .98; letter-spacing: -.055em; }
.builder-step > p:not(.eyebrow) { max-width: 720px; color: #5c7184; font-size: 15px; }
.builder-step fieldset { margin: 34px 0; padding: 0; border: 0; }
.builder-option-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.builder-option { position: relative; cursor: pointer; }
.builder-option input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.builder-option span { display: flex; min-height: 116px; padding: 20px; flex-direction: column; justify-content: space-between; border: 1px solid #cbd8e2; border-radius: 12px; background: #fff; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.builder-option strong { color: #173654; font-size: 14px; }
.builder-option small { color: #687d8f; font-size: 11px; }
.builder-option input:checked + span { border-color: #0875d1; box-shadow: inset 0 0 0 1px #0875d1, 0 12px 30px rgba(8, 117, 209, .11); transform: translateY(-2px); }
.builder-option input:focus-visible + span { outline: 3px solid rgba(8, 117, 209, .35); outline-offset: 3px; }
.builder-profile,
.builder-recommendation { margin: 26px 0; padding: 24px; border-left: 4px solid #0875d1; border-radius: 0 12px 12px 0; background: #e8f2f9; }
.builder-profile span,
.builder-recommendation > span { display: block; margin-bottom: 8px; color: #0875d1; font: 650 9px "Geist Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.builder-profile strong { color: #173654; font-size: 20px; }
.builder-profile p,
.builder-recommendation p { margin: 8px 0 0; color: #587085; font-size: 13px; line-height: 1.65; }
.builder-recommendation h3 { margin: 0; color: #102b49; font-size: clamp(26px, 3vw, 38px); }
.builder-field-grid { display: grid; margin-top: 34px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.builder-field-grid label { display: flex; min-width: 0; flex-direction: column; gap: 8px; color: #274963; font-size: 12px; font-weight: 650; }
.builder-field-grid label small { color: #718496; font-size: 10px; font-weight: 500; }
.builder-field-grid input,
.builder-field-grid select,
.builder-field-grid textarea { width: 100%; padding: 13px 14px; border: 1px solid #c4d2de; border-radius: 8px; background: #fff; color: #173654; font: inherit; font-size: 13px; }
.builder-field-grid textarea { resize: vertical; line-height: 1.55; }
.builder-field-grid :is(input, select, textarea):focus { border-color: #0875d1; outline: 3px solid rgba(8, 117, 209, .15); }
.builder-field-grid [aria-invalid="true"] { border-color: #a32d2d; }
.builder-wide { grid-column: 1 / -1; }
.builder-review-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.builder-review-grid > div { padding: 22px; border: 1px solid #cedae4; border-radius: 12px; background: #fff; }
.builder-review-grid h3 { margin: 0 0 12px; color: #173654; font-size: 15px; }
.builder-review-grid p,
.builder-review-grid li { color: #5d7285; font-size: 12px; line-height: 1.65; }
.builder-review-grid ul { margin: 0; padding-left: 18px; }
.builder-disclaimer { margin-top: 20px; padding: 14px; border: 1px solid #d9c98e; border-radius: 8px; background: #fff8e5; color: #6f5a17 !important; font-size: 11px !important; }
.builder-consent { display: flex; max-width: 760px; margin: 26px 0 18px; align-items: flex-start; gap: 10px; color: #536b7f; font-size: 12px; line-height: 1.5; }
.builder-consent input { margin-top: 3px; }
.builder-turnstile { min-height: 66px; }
.builder-collection-state { max-width: 680px; color: #765d13; font-size: 11px; }
.builder-actions { display: flex; max-width: 880px; margin: 42px auto 0; justify-content: space-between; gap: 12px; }
.builder-errors { max-width: 880px; margin: 0 auto 24px; padding: 16px 18px; border: 1px solid #c36f6f; border-radius: 9px; background: #fff0f0; color: #782828; font-size: 12px; }
.builder-errors ul { margin: 8px 0 0; padding-left: 18px; }
.builder-summary { border-left: 1px solid #cbd8e2; }
.builder-summary h2 { margin: 10px 0 22px; color: #173654; font-size: 24px; letter-spacing: -.035em; }
.builder-summary dl { margin: 0; }
.builder-summary dl div { padding: 13px 0; border-top: 1px solid #cbd8e2; }
.builder-summary dt { color: #738697; font: 650 8px "Geist Mono", monospace; letter-spacing: .07em; text-transform: uppercase; }
.builder-summary dd { margin: 5px 0 0; color: #294a65; font-size: 12px; }
.builder-summary-note { margin-top: 26px; padding: 18px; border-radius: 10px; background: #f5f9fb; color: #5c7184; }
.builder-summary-note strong { color: #173654; font-size: 11px; }
.builder-summary-note p { margin: 7px 0 0; font-size: 10px; line-height: 1.6; }
.builder-success { max-width: 820px; margin: 10vh auto; padding: clamp(32px, 6vw, 72px); border: 1px solid #c7d6e1; border-radius: 18px; background: #fff; box-shadow: 0 24px 70px rgba(13, 42, 70, .12); }
.builder-success h2 { color: #102b49; font-size: clamp(38px, 6vw, 68px); letter-spacing: -.055em; }
.builder-success p { color: #5a7084; }

.inquiry-section { padding: 82px 0 116px; background: #e7eef4; }
.inquiry-layout { display: grid; grid-template-columns: minmax(220px, 300px) minmax(0, 1fr); align-items: start; gap: 20px; }
.inquiry-topic-panel { position: sticky; top: 110px; padding: 26px; border: 1px solid #cad7e1; border-radius: 14px; background: #f4f8fa; }
.inquiry-topic-panel h2 { margin: 8px 0 20px; color: #173654; }
.inquiry-topic-panel nav { display: flex; flex-direction: column; }
.inquiry-topic-panel nav a { padding: 13px 4px; border-top: 1px solid #d4dfe7; color: #597084; font-size: 12px; text-decoration: none; }
.inquiry-topic-panel nav a[aria-current="page"] { color: #0875d1; font-weight: 700; }
.inquiry-form,
.inquiry-success { padding: clamp(28px, 5vw, 58px); border: 1px solid #cad7e1; border-radius: 14px; background: #fff; box-shadow: 0 16px 42px rgba(13, 42, 70, .07); }
.inquiry-form > h2,
.inquiry-success h2 { margin: 8px 0 12px; color: #102b49; font-size: clamp(34px, 4.6vw, 56px); letter-spacing: -.05em; }
.inquiry-form > p:not(.eyebrow) { color: #5b7083; }
.inquiry-safety { margin-top: 22px; padding: 18px; border-left: 4px solid #9a6700; background: #fff7df; color: #6e5b22; }
.inquiry-safety strong { font-size: 12px; }
.inquiry-safety p { margin: 6px 0 0; font-size: 11px; }

@media (max-width: 1100px) {
  .builder-layout { grid-template-columns: 190px minmax(0, 1fr); }
  .builder-summary { display: none; }
}
@media (max-width: 760px) {
  .builder-status { display: none; }
  .builder-layout { display: block; }
  .builder-progress { position: sticky; z-index: 4; top: 76px; padding: 10px 16px; border-right: 0; border-bottom: 1px solid #cbd8e2; overflow-x: auto; }
  .builder-progress > .eyebrow,
  .builder-local-note { display: none; }
  .builder-progress ol { display: flex; width: max-content; margin: 0; gap: 6px; }
  .builder-progress li { border: 0; }
  .builder-progress button { padding: 10px; border-radius: 7px; background: rgba(255, 255, 255, .55); font-size: 0; }
  .builder-progress button span { font-size: 9px; }
  .builder-progress li.is-current button { background: #fff; box-shadow: 0 0 0 1px #0875d1; }
  .builder-form { padding: 34px 18px 60px; overflow: visible; }
  .builder-option-grid,
  .builder-field-grid,
  .builder-review-grid { grid-template-columns: 1fr; }
  .builder-wide { grid-column: auto; }
  .builder-actions { position: sticky; bottom: 0; margin: 30px -18px -60px; padding: 14px 18px; border-top: 1px solid #cbd8e2; background: rgba(248, 250, 252, .97); }
  .builder-actions .button { flex: 1; }
  .builder-success { min-height: calc(100vh - 76px); margin: 0; border: 0; border-radius: 0; }
  .inquiry-layout { grid-template-columns: 1fr; }
  .inquiry-topic-panel { position: static; }
  .inquiry-topic-panel nav { display: grid; grid-template-columns: 1fr 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .builder-option span { transition: none; }
  .builder-option input:checked + span { transform: none; }
}
