:root {
  --bg: #080b12;
  --surface: #0e131d;
  --surface-2: #121925;
  --line: rgba(255, 255, 255, 0.09);
  --line-bright: rgba(255, 255, 255, 0.16);
  --text: #f4f7fb;
  --muted: #8d97a8;
  --azure: #48a9ff;
  --azure-deep: #087be6;
  --green: #61e6a6;
  --yellow: #f3c96b;
  --purple: #a78bfa;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .25;
  background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000, transparent 75%);
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.ambient { position: absolute; border-radius: 50%; filter: blur(120px); pointer-events: none; opacity: .14; }
.ambient-one { width: 580px; height: 580px; background: #0078d4; top: -280px; left: 32%; }
.ambient-two { width: 480px; height: 480px; background: #00bcf2; top: 1150px; right: -350px; opacity: .08; }

.site-header {
  width: min(calc(100% - 48px), var(--max));
  height: 78px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 10;
}
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; font-size: 20px; font-weight: 800; letter-spacing: -.6px; }
.brand > span:last-child > span { color: var(--azure); }
.brand-mark { width: 31px; height: 31px; display: grid; place-items: center; color: var(--azure); }
.brand-mark svg { width: 100%; fill: none; stroke: currentColor; stroke-width: 1.4; }
.brand-mark svg path:last-child { fill: currentColor; stroke: none; }
.desktop-nav { display: flex; align-items: center; gap: 34px; height: 100%; }
.desktop-nav a { height: 100%; display: grid; place-items: center; color: var(--muted); font-size: 13px; font-weight: 600; position: relative; transition: color .2s; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--text); }
.desktop-nav a.active::after { content: ""; position: absolute; width: 18px; height: 2px; bottom: -1px; background: var(--azure); box-shadow: 0 0 12px var(--azure); }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: 9px; border: 1px solid var(--line-bright); padding: 9px 14px; font-size: 12px; font-weight: 700; border-radius: 5px; transition: background .2s, border .2s; }
.header-cta:hover { background: var(--surface-2); border-color: rgba(72,169,255,.45); }
.header-cta svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.menu-button { display: none; background: none; border: 0; padding: 12px; }

.hero { width: min(calc(100% - 48px), 1040px); margin: 0 auto; padding: 112px 0 72px; text-align: center; position: relative; }
.hero::before { content: ""; position: absolute; width: 540px; height: 240px; left: 50%; top: 70px; transform: translateX(-50%); background: radial-gradient(ellipse, rgba(38,144,255,.12), transparent 70%); pointer-events: none; }
.eyebrow, .section-index { font-family: "DM Mono", monospace; letter-spacing: 1.8px; font-size: 11px; color: var(--azure); text-transform: uppercase; }
.hero .eyebrow { display: none; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; border: 1px solid rgba(72,169,255,.2); background: rgba(72,169,255,.055); padding: 6px 10px; border-radius: 99px; }
.live-dot { width: 6px; height: 6px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 4px rgba(97,230,166,.1), 0 0 12px var(--green); }
.hero h1 { max-width: 850px; margin: 0 auto 20px; font-size: clamp(48px, 7vw, 86px); line-height: .99; letter-spacing: -5px; font-weight: 700; }
.hero h1 span { color: transparent; -webkit-text-stroke: 1px rgba(244,247,251,.5); }
.hero-copy { max-width: 580px; margin: 0 auto; color: #a6afbd; font-size: 17px; }
.hero-actions { margin-top: 32px; display: flex; justify-content: center; align-items: center; gap: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 42px; min-height: 46px; padding: 0 18px; border-radius: 4px; font-size: 13px; font-weight: 700; }
.button-primary { background: var(--azure-deep); box-shadow: 0 8px 34px rgba(0,120,212,.18); }
.button-primary:hover { background: #158eee; }
.text-link { color: #bdc6d3; font-size: 13px; font-weight: 600; border-bottom: 1px solid var(--line-bright); padding: 10px 0; }
.text-link:hover { color: var(--text); border-color: var(--azure); }


.services-section, .disclaimer-section { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.services-section { padding: 24px 0 120px; }
.disclaimer-section { padding: 110px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 410px; gap: 60px; align-items: end; }
.section-heading h2, .calculator-copy h2 { margin: 12px 0 0; font-size: clamp(36px, 5vw, 55px); letter-spacing: -2.5px; line-height: 1.08; }
.section-summary { align-self: end; }
.section-summary > p { margin: 0; color: var(--muted); font-size: 14px; }
.data-freshness { width: max-content; display: flex; align-items: center; gap: 7px; margin-top: 15px; padding: 6px 9px; color: #667285; border: 1px solid var(--line); border-radius: 4px; background: rgba(255,255,255,.018); font: 8px "DM Mono", monospace; letter-spacing: .7px; text-transform: uppercase; }
.data-freshness i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 7px rgba(97,230,166,.55); }
.data-freshness time { color: #aab4c3; }
.toolbar { margin-top: 52px; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.search-box { width: 310px; height: 42px; flex: none; display: flex; align-items: center; border: 1px solid var(--line); background: var(--surface); border-radius: 5px; padding: 0 10px 0 13px; transition: border .2s; }
.search-box:focus-within { border-color: rgba(72,169,255,.6); }
.search-box svg { width: 17px; fill: none; stroke: var(--muted); stroke-width: 1.5; }
.search-box input { min-width: 0; flex: 1; border: 0; outline: 0; padding: 0 10px; color: var(--text); background: transparent; font-size: 12px; }
.search-box input::placeholder { color: #626c7c; }
.filter-chips { display: flex; gap: 6px; flex-wrap: wrap; justify-content: flex-end; }
.filter-chip { padding: 8px 14px; border: 1px solid transparent; background: transparent; color: var(--muted); border-radius: 4px; font-size: 11px; cursor: pointer; transition: all .2s; }
.filter-chip:hover { color: var(--text); }
.filter-chip.active { color: var(--text); border-color: rgba(72,169,255,.35); background: rgba(72,169,255,.08); }
.results-meta { min-height: 30px; display: flex; justify-content: space-between; align-items: center; margin: 25px 0 13px; color: #5e6878; font-family: "DM Mono", monospace; font-size: 9px; letter-spacing: .8px; text-transform: uppercase; }
.sort-control { display: flex; align-items: center; gap: 8px; }
.sort-control select { color: #9ca6b5; background: var(--surface); border: 1px solid var(--line); border-radius: 4px; padding: 6px 28px 6px 9px; outline: none; font: 9px "DM Mono", monospace; text-transform: uppercase; cursor: pointer; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.service-card { min-height: 220px; display: flex; flex-direction: column; position: relative; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(18,25,37,.74), rgba(10,14,22,.82)); border-radius: 7px; padding: 22px; overflow: hidden; transition: transform .25s, border-color .25s, background .25s; animation: cardIn .4s both; }
.service-card::before { content: ""; width: 110px; height: 110px; position: absolute; top: -80px; right: -70px; background: var(--card-color); filter: blur(50px); opacity: .13; transition: opacity .25s; }
.service-card:hover { transform: translateY(-3px); border-color: rgba(72,169,255,.28); background: linear-gradient(145deg, rgba(21,30,44,.88), rgba(11,16,25,.9)); }
.service-card:hover::before { opacity: .25; }
.card-top { display: flex; justify-content: space-between; align-items: flex-start; }
.service-icon { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid color-mix(in srgb, var(--card-color) 35%, transparent); background: color-mix(in srgb, var(--card-color) 7%, transparent); color: var(--card-color); border-radius: 5px; }
.service-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.service-category { font-family: "DM Mono", monospace; color: #6d7787; font-size: 9px; letter-spacing: 1px; text-transform: uppercase; }
.service-card h3 { margin: 18px 0 0; font-size: 16px; letter-spacing: -.3px; line-height: 1.25; }
.service-name-prefix { display: block; margin-bottom: 3px; color: #657083; font: 500 7px "DM Mono", monospace; letter-spacing: 1.2px; text-transform: uppercase; }
.service-name-main { display: block; }
.service-metric { margin-top: auto; padding-top: 24px; }
.sla-number { font-family: "DM Mono", monospace; color: var(--card-color); font-size: 21px; letter-spacing: -1.1px; line-height: 1; }
.sla-number small { display: block; color: #5f6a7b; font: 8px "DM Mono", monospace; letter-spacing: .7px; margin-bottom: 7px; }
.card-footer { display: flex; justify-content: space-between; align-items: center; margin: 18px -22px -22px; padding: 10px 22px; border-top: 1px solid var(--line); color: #6f798a; font-size: 9px; }
.card-footer button { display: inline-flex; align-items: center; gap: 5px; color: #aeb7c5; padding: 0; background: none; border: 0; cursor: pointer; transition: color .2s; }
.card-footer button:hover { color: var(--azure); }
.card-footer .verified { display: flex; gap: 5px; align-items: center; color: var(--green); }
.verified i { width: 5px; height: 5px; background: currentColor; border-radius: 50%; }
.empty-state { padding: 80px 20px; border: 1px dashed var(--line-bright); text-align: center; color: var(--muted); }
.empty-state span { font: 500 12px "DM Mono", monospace; color: var(--azure); }
.empty-state h3 { color: var(--text); margin: 8px 0 0; }
.empty-state p { margin: 4px 0 0; }

.service-dialog { width: min(940px, calc(100% - 32px)); max-height: min(86vh, 900px); padding: 0; color: var(--text); background: #0b1019; border: 1px solid rgba(255,255,255,.16); border-radius: 9px; box-shadow: 0 40px 120px rgba(0,0,0,.65); overflow: hidden; }
.service-dialog::backdrop { background: rgba(2,5,9,.78); backdrop-filter: blur(8px); }
.dialog-shell { padding: 31px; max-height: 86vh; overflow-y: auto; }
.dialog-close { position: absolute; top: 18px; right: 20px; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; color: #9aa4b4; background: var(--surface); font-size: 21px; line-height: 1; cursor: pointer; }
.dialog-close:hover { color: var(--text); border-color: var(--line-bright); }
.dialog-header { display: grid; grid-template-columns: 48px 1fr; gap: 17px; align-items: start; padding-right: 42px; }
.dialog-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--dialog-color, var(--azure)); border: 1px solid color-mix(in srgb, var(--dialog-color, var(--azure)) 35%, transparent); background: color-mix(in srgb, var(--dialog-color, var(--azure)) 7%, transparent); border-radius: 6px; }
.dialog-icon svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.dialog-header h2 { margin: 5px 0 5px; font-size: clamp(27px, 4vw, 39px); letter-spacing: -1.5px; line-height: 1.1; }
.dialog-header p { max-width: 680px; margin: 0; color: var(--muted); font-size: 12px; }
.dialog-legend { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; margin: 27px 0 12px; color: #6b7687; font: 8px "DM Mono", monospace; text-transform: uppercase; letter-spacing: .6px; }
.legend-note { flex-basis: 100%; color: #657083; font-family: "Manrope", system-ui, sans-serif; font-size: 10px; letter-spacing: 0; line-height: 1.45; text-transform: none; }
.legend-dot { display: inline-block; width: 5px; height: 5px; margin-right: 5px; border-radius: 50%; }
.legend-dot.green { background: var(--green); box-shadow: 0 0 7px var(--green); }
.legend-dot.gray { background: #697386; }
.profile-table-wrap { border: 1px solid var(--line); border-radius: 6px; overflow-x: auto; }
.profile-table { width: 100%; min-width: 710px; border-collapse: collapse; text-align: left; }
.profile-table th { padding: 11px 14px; color: #626d7e; background: rgba(255,255,255,.018); border-bottom: 1px solid var(--line); font: 8px "DM Mono", monospace; letter-spacing: .8px; text-transform: uppercase; }
.profile-table td { padding: 14px; border-bottom: 1px solid var(--line); vertical-align: top; color: #8d97a8; font-size: 10px; line-height: 1.5; }
.profile-table tr:last-child td { border-bottom: 0; }
.profile-table td:first-child { width: 31%; color: #d5dbe4; font-weight: 600; }
.profile-table td:nth-child(2) { width: 37%; }
.profile-table td:nth-child(3), .profile-table td:nth-child(4) { white-space: nowrap; font-family: "DM Mono", monospace; }
.profile-table .profile-sla { color: var(--green); font-size: 12px; }
.profile-table .no-sla { color: #788394; }
.profile-badges { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 5px; }
.profile-badges span { padding: 2px 5px; color: #778294; border: 1px solid var(--line); border-radius: 3px; font: 7px "DM Mono", monospace; text-transform: uppercase; }
.dialog-footnote { margin: 14px 0 18px; padding-left: 12px; border-left: 2px solid var(--yellow); color: #7f8998; font-size: 10px; line-height: 1.55; }
.dialog-source { width: max-content; min-height: 40px; gap: 28px; }

.calculator-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 110px max(24px, calc((100% - var(--max)) / 2)); display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; background: linear-gradient(90deg, rgba(5,9,15,.8), rgba(12,18,28,.7)); position: relative; }
.calculator-section::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 74% 50%, rgba(37,138,226,.08), transparent 35%); }
.calculator-copy, .calculator-card { position: relative; z-index: 1; }
.calculator-copy h2 span { color: var(--azure); }
.calculator-copy > p { color: var(--muted); max-width: 450px; margin: 24px 0 36px; }
.formula { border-left: 2px solid var(--azure); background: rgba(72,169,255,.035); padding: 13px 16px; max-width: 390px; }
.formula span { display: block; color: #657083; font: 9px "DM Mono", monospace; letter-spacing: 1px; margin-bottom: 5px; }
.formula code { color: #aab5c5; font: 11px "DM Mono", monospace; }
.calculator-card { border: 1px solid var(--line-bright); border-radius: 9px; background: rgba(13,19,29,.88); box-shadow: 0 30px 80px rgba(0,0,0,.27); padding: 26px 30px 24px; }
.calculator-topline { display: flex; justify-content: space-between; font: 9px "DM Mono", monospace; color: #687386; letter-spacing: 1px; }
.calc-status { color: var(--green); }
.calc-status i { display: inline-block; width: 5px; height: 5px; background: currentColor; border-radius: 50%; margin-right: 5px; box-shadow: 0 0 7px currentColor; }
.sla-output { text-align: center; margin: 30px 0 21px; line-height: 1; }
.sla-output span { font: 500 clamp(48px, 6vw, 70px) "DM Mono", monospace; letter-spacing: -5px; }
.sla-output small { color: var(--azure); font: 22px "DM Mono", monospace; margin-left: 5px; }
.sla-slider { width: 100%; height: 18px; appearance: none; -webkit-appearance: none; border-radius: 4px; outline: none; background: linear-gradient(90deg, var(--azure) var(--progress, 50%), rgba(255,255,255,.1) var(--progress, 50%)) center / 100% 3px no-repeat; cursor: grab; touch-action: none; }
.sla-slider:active { cursor: grabbing; }
.sla-slider::-webkit-slider-runnable-track { height: 3px; border-radius: 4px; background: transparent; }
.sla-slider::-webkit-slider-thumb { appearance: none; -webkit-appearance: none; width: 15px; height: 15px; margin-top: -6px; border: 3px solid var(--surface); background: var(--green); border-radius: 50%; box-shadow: 0 0 0 1px var(--green), 0 0 14px rgba(97,230,166,.55); cursor: grab; }
.sla-slider::-moz-range-thumb { width: 11px; height: 11px; border: 3px solid var(--surface); background: var(--green); border-radius: 50%; box-shadow: 0 0 0 1px var(--green), 0 0 14px rgba(97,230,166,.55); cursor: grab; }
.sla-slider::-moz-range-track { height: 3px; border-radius: 4px; background: transparent; }
.slider-labels { display: flex; justify-content: space-between; color: #566173; font: 8px "DM Mono", monospace; margin-top: 10px; }
.downtime-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 35px; border: 1px solid var(--line); border-radius: 5px; }
.downtime-grid > div { padding: 16px 17px; border-right: 1px solid var(--line); }
.downtime-grid > div:last-child { border: 0; }
.downtime-grid span { display: block; font: 8px "DM Mono", monospace; color: #626d7e; letter-spacing: 1px; margin-bottom: 7px; }
.downtime-grid strong { font: 500 14px "DM Mono", monospace; color: var(--green); white-space: nowrap; }
.calc-note { display: flex; align-items: center; gap: 7px; color: #5b6677; font-size: 9px; margin: 15px 0 0; }
.calc-note svg { width: 13px; fill: none; stroke: currentColor; stroke-width: 1.3; }

.disclaimer { display: grid; grid-template-columns: 26px 1fr auto; align-items: center; gap: 20px; border: 1px solid rgba(243,201,107,.18); background: rgba(243,201,107,.03); border-radius: 6px; padding: 18px 20px; }
.disclaimer > svg { width: 22px; fill: none; stroke: var(--yellow); stroke-width: 1.3; }
.disclaimer-copy { display: grid; gap: 8px; }
.disclaimer p { margin: 0; color: #7f8998; font-size: 10px; line-height: 1.55; }
.disclaimer strong { display: block; color: #b6a16d; font-size: 10px; text-transform: uppercase; letter-spacing: .6px; margin-bottom: 2px; }
.disclaimer a { white-space: nowrap; color: #b8c0cd; font-size: 10px; border-bottom: 1px solid #596273; padding: 6px 0; }

footer { width: min(calc(100% - 48px), var(--max)); min-height: 120px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-top: 1px solid var(--line); }
.footer-brand { font-size: 16px; }
.footer-brand .brand-mark { width: 25px; height: 25px; }
footer p { color: #5d6777; font-size: 10px; }
footer > div { justify-self: end; display: flex; gap: 25px; }
footer > div a { color: #697385; font-size: 10px; }
footer a:hover { color: var(--text); }

@keyframes cardIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: grid; gap: 6px; }
  .menu-button span { display: block; width: 22px; height: 1px; background: var(--text); transition: transform .2s; }
  .menu-button.open span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button.open span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-nav { display: none; position: fixed; top: 78px; left: 0; right: 0; background: rgba(8,11,18,.97); border-bottom: 1px solid var(--line); padding: 20px 24px 25px; z-index: 9; }
  .mobile-nav.open { display: grid; }
  .mobile-nav a { padding: 12px 0; color: #b7bfcc; border-bottom: 1px solid var(--line); }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .section-summary { max-width: 570px; }
  .toolbar { align-items: stretch; flex-direction: column; }
  .search-box { width: 100%; }
  .filter-chips { justify-content: flex-start; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .calculator-section { grid-template-columns: 1fr; gap: 55px; }
  footer { grid-template-columns: 1fr auto; }
  footer p { display: none; }
}

@media (max-width: 600px) {
  .site-header, .hero, .services-section, .disclaimer-section, footer { width: min(calc(100% - 32px), var(--max)); }
  .hero { padding: 80px 0 48px; }
  .hero h1 { letter-spacing: -3px; }
  .hero-copy { font-size: 15px; }
  .hero-actions { flex-direction: column; gap: 8px; }
  .button { width: 100%; }
  .services-section { padding: 24px 0 72px; }
  .disclaimer-section { padding: 72px 0; }
  .service-grid { grid-template-columns: 1fr; }
  .sort-control { font-size: 0; }
  .filter-chips { flex-wrap: nowrap; overflow-x: auto; margin-right: -16px; padding-right: 16px; scrollbar-width: none; }
  .filter-chip { flex: none; }
  .calculator-section { padding: 72px 16px; }
  .calculator-card { padding: 22px 18px 20px; }
  .sla-output span { letter-spacing: -3px; }
  .slider-labels span:nth-child(2), .slider-labels span:nth-child(4) { display: none; }
  .downtime-grid { grid-template-columns: 1fr; }
  .downtime-grid > div { display: flex; justify-content: space-between; align-items: center; border-right: 0; border-bottom: 1px solid var(--line); padding: 13px 15px; }
  .downtime-grid span { margin: 0; }
  .disclaimer { grid-template-columns: 22px 1fr; }
  .disclaimer > a { grid-column: 2; justify-self: start; }
  .dialog-shell { padding: 24px 18px; }
  .dialog-header { grid-template-columns: 1fr; gap: 12px; }
  .dialog-legend { gap: 10px; }
  footer { min-height: 145px; grid-template-columns: 1fr; padding: 28px 0; }
  footer > div { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
