:root {
  --ink: #071b2f;
  --ink-soft: #32475b;
  --paper: #f4f7f8;
  --white: #ffffff;
  --line: #d8e2e7;
  --cyan: #0fd1b2;
  --cyan-dark: #087f72;
  --blue: #2b6bf3;
  --danger: #d9424b;
  --warning: #c67808;
  --radius: 20px;
  --shadow: 0 24px 70px rgba(6, 29, 49, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; }
.shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(1080px, calc(100% - 40px)); }

.site-header { position: absolute; z-index: 10; top: 0; width: 100%; color: white; }
.nav { min-height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.14); }
.brand { display: inline-flex; align-items: center; gap: 11px; color: white; text-decoration: none; font-weight: 800; font-size: 1.23rem; letter-spacing: -.03em; }
.brand > span:last-child > span { color: var(--cyan); font-weight: 600; }
.brand-logo { display: block; width: 34px; height: 34px; object-fit: contain; filter: drop-shadow(0 5px 12px rgba(0,0,0,.2)); }
.nav-actions { display: flex; align-items: center; gap: 22px; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { color: #d8e8ef; font-size: .92rem; text-decoration: none; }
.nav-links a:hover, .nav-links a:focus-visible { color: white; }
.account-nav { display: flex; align-items: center; }
.account-link { display: inline-flex; align-items: center; min-height: 42px; padding: 0 17px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; color: white; font-size: .86rem; font-weight: 750; text-decoration: none; white-space: nowrap; }
.account-link:hover, .account-link:focus-visible { border-color: var(--cyan); color: white; background: rgba(15,209,178,.1); }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { width: 42px; height: 42px; display: grid; place-content: center; gap: 4px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; cursor: pointer; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { width: 17px; height: 2px; display: block; border-radius: 2px; background: white; transition: transform .2s, opacity .2s; }
.mobile-menu[open] summary span:first-child { transform: translateY(6px) rotate(45deg); }
.mobile-menu[open] summary span:nth-child(2) { opacity: 0; }
.mobile-menu[open] summary span:last-child { transform: translateY(-6px) rotate(-45deg); }
.mobile-menu-panel { position: absolute; top: 51px; right: 0; width: min(290px, calc(100vw - 28px)); padding: 10px; border: 1px solid rgba(255,255,255,.15); border-radius: 14px; background: #092943; box-shadow: 0 20px 50px rgba(0,0,0,.3); }
.mobile-menu-panel > a { display: flex; min-height: 46px; align-items: center; padding: 0 12px; border-radius: 9px; color: #e5f0f4; font-size: .9rem; font-weight: 700; text-decoration: none; }
.mobile-menu-panel > a:hover, .mobile-menu-panel > a:focus-visible { color: white; background: rgba(15,209,178,.12); }
.mobile-languages { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding-top: 8px; border-top: 1px solid rgba(255,255,255,.12); }
.mobile-languages a { min-height: 42px; display: grid; place-items: center; border-radius: 8px; color: #cfe0e8; background: rgba(255,255,255,.07); font-size: .8rem; font-weight: 800; text-decoration: none; }

.hero { min-height: 560px; color: white; overflow: hidden; padding: 155px 0 130px; background: radial-gradient(circle at 82% 40%, rgba(43,107,243,.30), transparent 25%), radial-gradient(circle at 66% 5%, rgba(15,209,178,.13), transparent 28%), linear-gradient(135deg, #061a2e, #092943 72%, #073b4d); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); align-items: center; gap: 70px; }
.eyebrow { margin: 0 0 18px; color: var(--cyan-dark); text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 800; }
.hero .eyebrow, .status-hero > .shell > .eyebrow { color: #7ce8d7; }
.eyebrow > span { display: inline-block; width: 7px; height: 7px; border-radius: 50%; margin-right: 8px; background: var(--cyan); box-shadow: 0 0 0 5px rgba(15,209,178,.13); }
.hero h1, .status-hero h1 { margin: 0; font-size: clamp(2.8rem, 5.2vw, 5.2rem); line-height: .99; letter-spacing: -.065em; max-width: 790px; }
.hero h1 em { color: var(--cyan); font-style: normal; font-weight: 500; }
.hero-lead { max-width: 640px; margin: 28px 0 0; color: #bed0da; font-size: 1.08rem; }
.status-orbit { position: relative; min-height: 290px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(132,218,225,.23); border-radius: 50%; }
.orbit-one { width: 310px; height: 310px; }
.orbit-two { width: 220px; height: 220px; border-style: dashed; animation: spin 24s linear infinite; }
.orbit-two::before, .orbit-two::after { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); }
.orbit-two::before { top: 20px; left: 38px; }
.orbit-two::after { right: 6px; bottom: 79px; background: #4e91ff; }
@keyframes spin { to { transform: rotate(360deg); } }
.pulse-card { position: relative; z-index: 2; min-width: 190px; padding: 24px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(4,23,40,.65); box-shadow: 0 18px 50px rgba(0,0,0,.23); backdrop-filter: blur(14px); }
.pulse-card > span { display: block; width: 12px; height: 12px; margin-bottom: 28px; background: var(--cyan); border-radius: 50%; box-shadow: 0 0 0 8px rgba(15,209,178,.12); }
.pulse-card strong, .pulse-card small { display: block; }
.pulse-card small { color: #a9bfcb; margin-top: 3px; }

.checker-section { position: relative; z-index: 3; margin-top: -62px; }
.checker { padding: 30px 34px 28px; border: 1px solid rgba(7,27,47,.07); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.checker-label { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 13px; }
.checker-label label { font-weight: 780; font-size: 1.02rem; }
.checker-label > span { color: #6c7e8b; font-size: .78rem; }
.input-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 66px; border: 2px solid #bfd0d9; border-radius: 13px; background: white; transition: border .2s, box-shadow .2s; }
.input-row:focus-within { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(43,107,243,.12); }
.protocol { padding-left: 20px; color: #708592; font-weight: 650; }
.input-row input { width: 100%; min-width: 0; padding: 20px 8px; border: 0; outline: 0; color: var(--ink); font: inherit; font-size: 1.05rem; background: transparent; }
.input-row button { align-self: stretch; margin: 5px; padding: 0 24px; display: flex; align-items: center; gap: 20px; border: 0; border-radius: 9px; color: white; background: var(--blue); font: inherit; font-weight: 750; cursor: pointer; }
.input-row button:hover { background: #1758dd; }
.input-row button:focus-visible { outline: 3px solid #89adff; outline-offset: 2px; }
.input-row button:disabled { cursor: wait; opacity: .75; }
.input-help { margin: 13px 0 0; color: #667986; font-size: .78rem; }
.field-error { display: block; color: #b4232f; font-size: .84rem; font-weight: 700; margin-top: 9px; }
.field-error:empty { display: none; }

.features, .recent { padding: 105px 0; }
.section-heading { max-width: 630px; margin-bottom: 46px; }
.section-heading h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.45rem); line-height: 1.05; letter-spacing: -.055em; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-grid article { position: relative; min-height: 250px; padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.62); }
.feature-grid article > span { color: var(--cyan-dark); font-size: .72rem; font-weight: 850; letter-spacing: .12em; }
.feature-grid h3 { margin: 70px 0 10px; font-size: 1.24rem; letter-spacing: -.02em; }
.feature-grid p { margin: 0; color: var(--ink-soft); font-size: .92rem; }
.pricing { padding: 105px 0; color: white; background: radial-gradient(circle at 88% 10%, rgba(15,209,178,.15), transparent 24%), linear-gradient(135deg, #061a2e, #082c47); }
.pricing-page { min-height: calc(100vh - 115px); padding: 154px 0 105px; color: white; background: radial-gradient(circle at 88% 12%, rgba(15,209,178,.15), transparent 24%), linear-gradient(135deg, #061a2e, #082c47); }
.pricing-page > .shell > .eyebrow { color: #7ce8d7; }
.pricing-page h1 { max-width: 770px; margin: 0; font-size: clamp(2.75rem, 5.5vw, 5.25rem); line-height: .99; letter-spacing: -.065em; }
.pricing-page-lead { max-width: 650px; margin: 25px 0 50px; color: #b7cad5; font-size: 1.06rem; }
.pricing-heading { margin-bottom: 38px; }
.pricing-heading .eyebrow { color: #7ce8d7; }
.pricing-heading > p:last-child { max-width: 580px; margin: 18px 0 0; color: #b7cad5; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; align-items: stretch; }
.pricing-card { position: relative; display: flex; min-height: 455px; flex-direction: column; padding: 27px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.055); }
.pricing-card.featured { border-color: var(--cyan); background: rgba(15,209,178,.12); box-shadow: 0 20px 55px rgba(0,0,0,.2); }
.pricing-card h3 { margin: 0; font-size: 1.3rem; letter-spacing: -.03em; }
.pricing-card h2 { margin: 0; font-size: 1.3rem; letter-spacing: -.03em; }
.pricing-card h3 + p, .pricing-card h2 + p { min-height: 48px; margin: 7px 0 0; color: #acc1cd; font-size: .87rem; }
.price { margin: 27px 0 24px; display: flex; align-items: baseline; gap: 5px; }
.price strong { font-size: 2.05rem; letter-spacing: -.06em; }
.price span { color: #acc1cd; font-size: .8rem; }
.pricing-card ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; color: #d8e7ed; font-size: .86rem; }
.pricing-card li { display: flex; gap: 10px; }
.pricing-card li::before { content: "✓"; color: var(--cyan); font-weight: 850; }
.pricing-link { display: flex; min-height: 44px; align-items: center; justify-content: center; margin-top: auto; border: 1px solid rgba(255,255,255,.29); border-radius: 9px; color: white; font-size: .84rem; font-weight: 780; text-decoration: none; }
.pricing-link:hover, .pricing-link:focus-visible { border-color: var(--cyan); background: rgba(15,209,178,.1); }
.pricing-link.primary { border-color: var(--cyan); color: #052238; background: var(--cyan); }
.pricing-link.primary:hover, .pricing-link.primary:focus-visible { background: #55e2cd; }
.pricing-badge { position: absolute; top: -12px; left: 22px; margin: 0; padding: 4px 10px; border-radius: 999px; color: #04322d; background: var(--cyan); font-size: .68rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.pricing-note { margin: 24px 0 0; color: #aac0cb; text-align: center; font-size: .8rem; }
.pricing-comparison { margin-top: 54px; overflow-x: auto; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.055); }
.pricing-comparison:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }
.pricing-comparison table { width: 100%; min-width: 780px; border-collapse: collapse; text-align: center; }
.pricing-comparison th, .pricing-comparison td { padding: 16px 18px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: .86rem; }
.pricing-comparison thead th { color: white; background: rgba(255,255,255,.06); font-size: .78rem; letter-spacing: .04em; text-transform: uppercase; }
.pricing-comparison th:first-child { width: 39%; text-align: left; }
.pricing-comparison tbody > tr:not(.comparison-group) th { color: #dce8ed; font-weight: 620; }
.pricing-comparison td { color: #c0d2da; }
.pricing-comparison td:not(:first-child) { font-weight: 720; }
.comparison-group th { padding: 11px 18px; color: #7ce8d7; background: rgba(15,209,178,.09); font-size: .7rem; letter-spacing: .11em; text-align: left; text-transform: uppercase; }
.recent { padding-top: 0; }
.section-heading.compact { margin-bottom: 25px; }
.section-heading.compact h2 { font-size: 2rem; }
.recent-list { border-top: 1px solid var(--line); }
.recent-item { display: grid; grid-template-columns: 16px 1fr 140px 70px; gap: 14px; align-items: center; padding: 18px 3px; border-bottom: 1px solid var(--line); text-decoration: none; }
.recent-item:hover strong { color: var(--blue); }
.recent-item > span:not(.status-dot), .recent-item time { color: var(--ink-soft); font-size: .88rem; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #7c8a92; }
.status-operational { background: #12977f; }
.status-degraded { background: var(--warning); }
.status-down { background: var(--danger); }

.status-hero { min-height: 760px; padding: 135px 0 100px; color: white; background: radial-gradient(circle at 82% 18%, rgba(15,209,178,.16), transparent 28%), radial-gradient(circle at 18% 70%, rgba(20,95,145,.14), transparent 32%), linear-gradient(140deg, #05182a, #082842); }

/* Status Topbar & Live Pulse */
.status-topbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 26px; }
.status-topbar .back-link { margin-bottom: 0; }
.live-indicator { display: inline-flex; align-items: center; gap: 8px; font-size: .78rem; font-weight: 750; color: #8debdc; background: rgba(15,209,178,.1); padding: 5px 14px; border-radius: 999px; border: 1px solid rgba(15,209,178,.25); }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: #0fd1b2; box-shadow: 0 0 0 0 rgba(15,209,178,0.7); animation: status-pulse 2s infinite; }
@keyframes status-pulse {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(15,209,178, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(15,209,178, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(15,209,178, 0); }
}

.domain-header { display: flex; align-items: center; gap: 16px; margin-bottom: 34px; }
.domain-title { font-size: clamp(2.5rem, 5.5vw, 4.4rem); margin: 0; letter-spacing: -.05em; font-weight: 850; line-height: 1.02; }
.domain-external-link { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); color: #c4d3db; text-decoration: none; font-size: 1.15rem; transition: all .15s ease; }
.domain-external-link:hover { border-color: var(--cyan); color: #042b28; background: var(--cyan); transform: translateY(-2px) scale(1.05); }

.back-link { display: inline-block; margin-bottom: 55px; color: #bbccd6; text-decoration: none; font-size: .88rem; font-weight: 700; transition: color .15s ease; }
.back-link:hover { color: white; }

/* Result Card & Glassmorphism */
.result-card { display: grid; grid-template-columns: 70px 1fr minmax(250px, .72fr); align-items: center; gap: 26px; padding: 34px; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: rgba(255,255,255,.075); backdrop-filter: blur(16px); }
.result-card.card-glow { box-shadow: 0 20px 60px -15px rgba(0,0,0,.5), 0 0 40px -10px rgba(15,209,178,.12); border: 1px solid rgba(255,255,255,.18); background: linear-gradient(135deg, rgba(255,255,255,.09) 0%, rgba(255,255,255,.03) 100%); }
.result-card.status-operational.card-glow { border-color: rgba(15,209,178,.35); box-shadow: 0 20px 60px -15px rgba(0,0,0,.5), 0 0 50px -10px rgba(15,209,178,.22); }
.result-card.status-degraded.card-glow { border-color: rgba(240,166,43,.35); box-shadow: 0 20px 60px -15px rgba(0,0,0,.5), 0 0 50px -10px rgba(240,166,43,.22); }
.result-card.status-down.card-glow { border-color: rgba(242,108,116,.35); box-shadow: 0 20px 60px -15px rgba(0,0,0,.5), 0 0 50px -10px rgba(242,108,116,.25); }

.result-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: white; font-weight: 800; background: #73828c; }
.result-icon span { width: 13px; height: 13px; border-radius: 50%; background: white; box-shadow: 0 0 0 9px rgba(255,255,255,.15); }
.result-card.status-operational .result-icon { background: #0d9c83; }
.result-card.status-degraded .result-icon { background: var(--warning); }
.result-card.status-down .result-icon { background: var(--danger); }
.result-kicker { margin: 0 0 5px; color: #9eb5c2; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 760; }
.result-main h2, .result-card > div h2 { margin: 0 0 5px; font-size: 1.65rem; letter-spacing: -.035em; }
.result-main > p:last-child, .result-card > div > p:last-child { color: #c4d3db; margin: 0; font-size: .95rem; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; border-left: 1px solid rgba(255,255,255,.15); }
.metrics div { padding-left: 20px; }
.metrics dt { color: #91a9b6; text-transform: uppercase; letter-spacing: .08em; font-size: .62rem; font-weight: 800; }
.metrics dd { margin: 3px 0 0; font-weight: 760; white-space: nowrap; font-size: 1.05rem; }
.metric-highlight { color: #52e5d0; }
.method-note { margin: 18px 3px; color: #92a9b6; font-size: .8rem; }

/* Status Action Buttons */
.status-help { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; align-items: center; }
.status-monitor-cta.cta-glow { min-height: 48px; padding: 0 24px; font-size: .88rem; font-weight: 800; border-radius: 12px; color: #032522; background: linear-gradient(135deg, #0fd1b2, #55e2cd); box-shadow: 0 4px 20px rgba(15,209,178,.35); border: none; display: inline-flex; align-items: center; gap: 10px; text-decoration: none; transition: transform .15s ease, box-shadow .15s ease; }
.status-monitor-cta.cta-glow:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(15,209,178,.5); color: #021a17; background: linear-gradient(135deg, #24e0c4, #6ff0dd); }
.cta-icon { font-size: 1rem; }
.cta-arrow { font-size: 1.1rem; transition: transform .15s ease; }
.status-monitor-cta:hover .cta-arrow { transform: translateX(3px); }

.status-action-btn { min-height: 48px; display: inline-flex; align-items: center; padding: 0 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; color: #dce9ef; font-size: .84rem; font-weight: 750; text-decoration: none; background: rgba(255,255,255,.05); backdrop-filter: blur(8px); transition: all .15s ease; }
.status-action-btn:hover { border-color: rgba(255,255,255,.4); color: white; background: rgba(255,255,255,.1); transform: translateY(-2px); }

.incident-banner { display: flex; justify-content: space-between; gap: 32px; margin-top: 34px; padding: 28px 30px; border: 1px solid rgba(255,255,255,.16); border-left: 4px solid var(--warning); border-radius: 16px; background: rgba(255,255,255,.07); }
.incident-banner.incident-confirmed { border-left-color: var(--danger); }
.incident-banner.incident-recovering { border-left-color: var(--cyan); }
.incident-banner h2 { margin: 0 0 6px; font-size: 1.35rem; }
.incident-banner p:last-child { max-width: 610px; margin: 0; color: #bfd0d8; }
.incident-banner dl { flex: 0 0 auto; margin: 0; }
.incident-banner dt { color: #91a9b6; text-transform: uppercase; letter-spacing: .08em; font-size: .62rem; font-weight: 800; }
.incident-banner dd { margin: 4px 0 0; font-weight: 760; }
.incident-history { margin-top: 64px; }
.incident-history > h2 { margin: 0 0 22px; font-size: 1.8rem; }
.incident-list { border-top: 1px solid rgba(255,255,255,.16); }
.incident-list article { display: grid; grid-template-columns: 12px 1fr auto; align-items: center; gap: 16px; padding: 18px 2px; border-bottom: 1px solid rgba(255,255,255,.12); }
.incident-list p { margin: 3px 0 0; color: #91a9b6; font-size: .8rem; }
.incident-marker { width: 8px; height: 8px; border-radius: 50%; background: var(--warning); }
.incident-marker-confirmed { background: var(--danger); }
.incident-marker-recovering, .incident-marker-resolved { background: var(--cyan); }
.incident-state { color: #b7c9d2; font-size: .78rem; font-weight: 700; }

/* Regional Multi-Probe Grid (High-Tech Polish) */
.regional-section { margin-top: 60px; }
.regional-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 24px; gap: 16px; }
.regional-header h2 { margin: 0; font-size: 1.85rem; letter-spacing: -.03em; }
.regional-count-badge { font-size: .78rem; font-weight: 750; color: #8debdc; background: rgba(15,209,178,.1); padding: 5px 14px; border-radius: 999px; border: 1px solid rgba(15,209,178,.25); white-space: nowrap; }
.regional-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(310px, 1fr)); gap: 16px; }

.regional-card { display: flex; flex-direction: column; gap: 14px; padding: 20px 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: linear-gradient(145deg, rgba(255,255,255,.06) 0%, rgba(255,255,255,.02) 100%); backdrop-filter: blur(10px); transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease; }
.regional-card:hover { transform: translateY(-2px); background: linear-gradient(145deg, rgba(255,255,255,.09) 0%, rgba(255,255,255,.04) 100%); border-color: rgba(255,255,255,.26); box-shadow: 0 10px 30px -10px rgba(0,0,0,.4); }

.regional-card-main { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.regional-card-location { display: flex; align-items: center; gap: 14px; min-width: 0; }
.regional-flag { font-size: 1.7rem; line-height: 1; flex-shrink: 0; filter: drop-shadow(0 2px 4px rgba(0,0,0,.3)); }
.regional-title-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.regional-title-row strong { font-size: .95rem; color: white; white-space: nowrap; }
.provider-pill { font-size: .64rem; font-weight: 800; color: #8debdc; background: rgba(15,209,178,.12); padding: 2px 7px; border-radius: 6px; border: 1px solid rgba(15,209,178,.25); text-transform: uppercase; letter-spacing: .04em; }
.continent-tag { display: block; font-size: .74rem; color: #9bb1be; margin-top: 2px; }

.regional-card-status { flex-shrink: 0; }

.regional-card-meter { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 16px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.08); }
.latency-bar-track { height: 5px; border-radius: 999px; background: rgba(255,255,255,.1); overflow: hidden; width: 100%; }
.latency-bar-fill { height: 100%; border-radius: 999px; transition: width .3s ease; }
.latency-bar-fill.latency-fast { background: #0fd1b2; box-shadow: 0 0 8px rgba(15,209,178,.6); }
.latency-bar-fill.latency-moderate { background: #f0a62b; box-shadow: 0 0 8px rgba(240,166,43,.6); }
.latency-bar-fill.latency-slow { background: #f26c74; box-shadow: 0 0 8px rgba(242,108,116,.6); }

.regional-card-latency { text-align: right; flex-shrink: 0; }
.regional-card-latency strong { display: block; font-size: .95rem; font-weight: 800; }
.regional-card-latency time { display: block; font-size: .72rem; color: #8fa5b2; }

.latency-fast strong { color: #52e5d0; }
.latency-moderate strong { color: #f5b041; }
.latency-slow strong { color: #f26c74; }

.site-footer { color: #aebfc9; background: #051522; }
.footer-inner { min-height: 115px; display: flex; justify-content: space-between; align-items: center; font-size: .82rem; }
.footer-inner div { display: flex; gap: 22px; }
.footer-inner a { text-decoration: none; }
.footer-inner a:hover { color: white; }

.account-page { min-height: calc(100vh - 115px); padding: 150px 0 90px; color: white; background: radial-gradient(circle at 80% 12%, rgba(15,209,178,.14), transparent 25%), linear-gradient(140deg, #061a2e, #092c48); }
.account-card { width: min(560px, calc(100% - 40px)); margin: 0 auto; padding: clamp(26px, 5vw, 44px); border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: rgba(255,255,255,.075); box-shadow: var(--shadow); }
.account-card h1 { margin: 0 0 30px; font-size: clamp(2.2rem, 5vw, 4rem); letter-spacing: -.055em; }
.account-intro { margin: -16px 0 28px; color: #b8ccd6; }
.account-details { display: grid; gap: 1px; margin: 0 0 30px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.12); }
.account-details > div { padding: 19px 22px; background: #0a2942; }
.account-details dt { color: #91a9b6; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.account-details dd { margin: 5px 0 0; overflow-wrap: anywhere; font-weight: 700; }
.account-button { min-height: 46px; padding: 0 20px; border: 0; border-radius: 10px; color: white; background: var(--blue); font: inherit; font-weight: 750; cursor: pointer; }
.account-button:hover { background: #1758dd; }
.account-form { display: grid; gap: 20px; }
.account-field { display: grid; gap: 8px; }
.account-field label, .account-label-row label { color: #cfe0e8; font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.account-label-row { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.account-label-row > span, .account-field small { color: #91a9b6; font-size: .78rem; }
.account-field small { margin-top: -2px; }
.account-form input:not([type="hidden"]):not([type="checkbox"]) { width: 100%; min-height: 52px; padding: 0 14px; border: 1px solid rgba(255,255,255,.22); border-radius: 10px; color: white; background: rgba(4,20,34,.7); font: inherit; }
.account-form input:focus { border-color: var(--cyan); outline: 3px solid rgba(15,209,178,.16); }
.account-form input.input-validation-error { border-color: #ff8e8e; }
.password-wrap { position: relative; }
.password-wrap input { padding-right: 88px !important; }
.password-toggle { position: absolute; top: 50%; right: 8px; min-height: 34px; padding: 0 9px; transform: translateY(-50%); border: 0; border-radius: 7px; color: #8debdc; background: transparent; font-size: .78rem; font-weight: 800; cursor: pointer; }
.password-toggle:hover, .password-toggle:focus-visible { color: white; background: rgba(15,209,178,.12); }
.account-help-link { color: #8debdc; font-size: .78rem; font-weight: 700; }
.account-form > span, .account-errors { color: #ffb7b7; font-size: .86rem; }
.account-errors ul { margin: 0 0 8px; padding-left: 20px; }
.account-check { display: flex; align-items: center; gap: 9px; color: #dce9ef; }
.account-check input { width: 18px; height: 18px; accent-color: var(--cyan); }
.account-submit { display: flex; width: 100%; align-items: center; justify-content: space-between; margin-top: 2px; padding: 0 18px 0 20px; }
.account-submit span { font-size: 1.25rem; line-height: 1; transition: transform .2s; }
.account-submit:hover span { transform: translateX(3px); }
.account-switch { margin: 24px 0 0; color: #b8ccd6; }
.account-switch a { color: var(--cyan); font-weight: 750; }

.docs-page { min-height: calc(100vh - 115px); padding: 145px 0 100px; color: white; background: radial-gradient(circle at 88% 8%, rgba(15,209,178,.14), transparent 22%), linear-gradient(145deg, #061a2e, #092c48 62%, #071b2f); }
.docs-layout { display: grid; grid-template-columns: 230px minmax(0, 760px); justify-content: space-between; gap: 70px; }
.docs-sidebar { position: sticky; top: 28px; height: max-content; padding-top: 8px; }
.docs-sidebar .eyebrow, .docs-hero .eyebrow { color: #7ce8d7; }
.docs-sidebar nav { display: grid; border-top: 1px solid rgba(255,255,255,.15); }
.docs-sidebar nav a { padding: 13px 4px; border-bottom: 1px solid rgba(255,255,255,.1); color: #aec3ce; font-size: .85rem; text-decoration: none; }
.docs-sidebar nav a:hover, .docs-sidebar nav a:focus-visible { color: white; }
.docs-content { min-width: 0; }
.docs-hero { padding-bottom: 72px; }
.docs-hero h1 { max-width: 680px; margin: 0; font-size: clamp(3rem, 6vw, 5.4rem); line-height: .98; letter-spacing: -.065em; }
.docs-hero > p:last-of-type { max-width: 650px; margin: 26px 0 0; color: #bfd0d9; font-size: 1.06rem; }
.docs-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.docs-actions a, .docs-primary { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; border: 1px solid rgba(255,255,255,.24); border-radius: 10px; color: white; font-size: .85rem; font-weight: 800; text-decoration: none; }
.docs-actions a:hover, .docs-actions a:focus-visible, .docs-primary:hover, .docs-primary:focus-visible { border-color: var(--cyan); }
.docs-actions .docs-primary, .docs-primary { border-color: var(--cyan); color: #042b28; background: var(--cyan); }
.docs-section { padding: 68px 0; border-top: 1px solid rgba(255,255,255,.15); scroll-margin-top: 18px; }
.docs-step { margin: 0 0 12px; color: #7ce8d7; font-size: .7rem; font-weight: 850; letter-spacing: .14em; }
.docs-section h2 { max-width: 640px; margin: 0 0 24px; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.04; letter-spacing: -.05em; }
.docs-section > p:not(.docs-step) { color: #bfd0d9; }
.docs-steps { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: docs-counter; }
.docs-steps li { position: relative; min-height: 78px; padding: 20px 0 20px 52px; border-top: 1px solid rgba(255,255,255,.11); color: #b9ccd5; counter-increment: docs-counter; }
.docs-steps li::before { content: counter(docs-counter); position: absolute; top: 19px; left: 0; width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: #8debdc; background: rgba(15,209,178,.12); font-size: .72rem; font-weight: 850; }
.docs-steps strong { color: white; }
.docs-callout { display: grid; grid-template-columns: 130px 1fr; gap: 18px; margin-top: 24px; padding: 20px; border-left: 3px solid var(--cyan); border-radius: 8px 14px 14px 8px; color: #bfd0d9; background: rgba(15,209,178,.08); font-size: .88rem; }
.docs-callout strong { color: #8debdc; }
.docs-state-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.docs-state-grid article { min-height: 170px; padding: 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(255,255,255,.05); }
.docs-state-grid h3 { margin: 18px 0 6px; }
.docs-state-grid p { margin: 0; color: #aabfc9; font-size: .86rem; }
.docs-dot { width: 10px; height: 10px; display: block; border-radius: 50%; background: #82939d; box-shadow: 0 0 0 6px rgba(130,147,157,.12); }
.docs-dot.operational { background: var(--cyan); box-shadow: 0 0 0 6px rgba(15,209,178,.12); }
.docs-dot.degraded { background: #f0a62b; box-shadow: 0 0 0 6px rgba(240,166,43,.12); }
.docs-dot.down { background: #f26c74; box-shadow: 0 0 0 6px rgba(242,108,116,.12); }
.docs-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.docs-list li { padding: 17px 18px 17px 45px; border: 1px solid rgba(255,255,255,.11); border-radius: 12px; color: #bfd0d9; background: rgba(255,255,255,.035); }
.docs-list li::before { content: "✓"; display: inline-block; width: 27px; margin-left: -28px; color: var(--cyan); font-weight: 900; }

@media (max-width: 820px) {
  .hero-grid { grid-template-columns: 1fr; }
  .status-orbit { display: none; }
  .hero { min-height: 600px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: 200px; }
  .feature-grid h3 { margin-top: 45px; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .result-card { grid-template-columns: 58px 1fr; }
  .metrics { grid-column: 1 / -1; border-left: 0; border-top: 1px solid rgba(255,255,255,.15); padding-top: 22px; }
  .incident-banner { flex-direction: column; }
  .docs-layout { grid-template-columns: 1fr; gap: 0; }
  .docs-sidebar { position: static; padding-bottom: 45px; }
  .docs-sidebar nav { grid-template-columns: 1fr 1fr; }
  .docs-sidebar nav a { padding-right: 10px; }
}

/* Popular Services Grid & Cards */
.popular-services { padding: 95px 0 50px; }
.popular-services .section-heading { max-width: 800px; margin-bottom: 32px; }
.section-lead { margin: 10px 0 0; color: var(--ink-soft); font-size: 1.05rem; }
.popular-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(265px, 1fr)); gap: 20px; }
.popular-card { display: flex; flex-direction: column; justify-content: space-between; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: white; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; box-shadow: 0 4px 18px rgba(7,27,47,.04); }
.popular-card:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(7,27,47,.09); border-color: #b8cdd8; }
.popular-card:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; }

.popular-card-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.popular-category { display: inline-block; padding: 2px 8px; border-radius: 6px; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; background: #eef3f6; color: var(--cyan-dark); margin-bottom: 6px; }
.popular-name { margin: 0; font-size: 1.15rem; font-weight: 780; letter-spacing: -.02em; color: var(--ink); line-height: 1.2; }
.popular-host { display: block; font-size: .8rem; color: #708592; margin-top: 2px; }

.status-badge { display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; border-radius: 999px; font-size: .75rem; font-weight: 750; white-space: nowrap; }
.status-badge-dot { width: 7px; height: 7px; border-radius: 50%; }

.status-badge-operational { background: rgba(15,209,178,.12); color: #087f72; }
.status-badge-operational .status-badge-dot { background: var(--cyan); box-shadow: 0 0 0 3px rgba(15,209,178,.25); }

.status-badge-degraded { background: rgba(198,120,8,.12); color: var(--warning); }
.status-badge-degraded .status-badge-dot { background: var(--warning); box-shadow: 0 0 0 3px rgba(198,120,8,.25); }

.status-badge-down { background: rgba(217,66,75,.12); color: var(--danger); }
.status-badge-down .status-badge-dot { background: var(--danger); box-shadow: 0 0 0 3px rgba(217,66,75,.25); }

.status-badge-unknown { background: rgba(112,133,146,.12); color: #5f7583; }
.status-badge-unknown .status-badge-dot { background: #8da2af; }

.popular-card-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding-top: 14px; border-top: 1px solid #edf2f5; font-size: .8rem; }
.popular-card-metrics div { display: flex; flex-direction: column; }
.metric-label { font-size: .7rem; color: #7f93a0; text-transform: uppercase; font-weight: 700; letter-spacing: .05em; }
.metric-value { font-size: .88rem; font-weight: 750; color: var(--ink); margin-top: 2px; }

@media (max-width: 620px) {
  .shell, .narrow { width: min(100% - 28px, 1160px); }
  .nav-links { display: none; }
  .nav-actions { gap: 8px; }
  .mobile-menu { display: block; }
  .account-link { min-height: 38px; padding: 0 13px; }
  .hero { padding-top: 140px; }
  .hero h1 { font-size: 2.65rem; }
  .checker { padding: 22px 18px; }
  .checker-label { align-items: start; flex-direction: column; gap: 3px; }
  .input-row { grid-template-columns: 1fr; padding: 7px; }
  .protocol { display: none; }
  .input-row input { padding: 14px 11px; }
  .input-row button { min-height: 52px; justify-content: space-between; padding: 0 17px; }
  .recent-item { grid-template-columns: 14px 1fr auto; }
  .recent-item > span:not(.status-dot) { display: none; }
  .pricing { padding: 78px 0; }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-card { min-height: 0; }
  .result-card { grid-template-columns: 1fr; }
  .metrics { grid-template-columns: 1fr; gap: 14px; }
  .metrics div { padding-left: 0; }
  .incident-list article { grid-template-columns: 10px 1fr; }
  .incident-state { grid-column: 2; }
  .footer-inner { align-items: start; flex-direction: column; justify-content: center; gap: 4px; }
  .footer-inner div { flex-wrap: wrap; gap: 8px 18px; }
  .docs-page { padding: 122px 0 70px; }
  .docs-sidebar { padding-bottom: 35px; }
  .docs-sidebar nav { grid-template-columns: 1fr; }
  .docs-hero { padding-bottom: 54px; }
  .docs-hero h1 { font-size: 2.75rem; }
  .docs-actions { display: grid; grid-template-columns: 1fr; }
  .docs-section { padding: 52px 0; }
  .docs-state-grid { grid-template-columns: 1fr; }
  .docs-state-grid article { min-height: 0; }
  .docs-callout { grid-template-columns: 1fr; gap: 7px; }
  .docs-primary { width: 100%; }
  .status-help { display: grid; grid-template-columns: 1fr; }
  .status-help a { justify-content: space-between; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .orbit-two { animation: none; }
}
