@charset "UTF-8";
:root {
  font-family:Inter,"Helvetica Neue",Arial,sans-serif;
  color:#112638;
  background:#eaf0f5;
  font-synthesis:none;
  --navy:#061725;
  --blue:#2467ee;
  --cyan:#28d2e7;
  --muted:#506579;
  --line:#cad8e3;
  --radius:22px;
}
* {
  box-sizing:border-box;
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:94px;
}
body {
  margin:0;
}
a {
  color:inherit;
  text-decoration:none;
}
button {
  font:inherit;
  cursor:pointer;
}
button,a {
  -webkit-tap-highlight-color:transparent;
}
button:disabled {
  cursor:wait;
}
button:focus-visible,a:focus-visible {
  outline:3px solid #17b8d1;
  outline-offset:5px;
}
button[hidden],[hidden] {
  display:none!important;
}
img,svg {
  max-width:100%;
}
.container {
  width:min(1280px,calc(100% - 112px));
  margin-inline:auto;
}
.section {
  padding:96px 0;
}
.eyebrow {
  font-size:12px;
  letter-spacing:.14em;
  font-weight:750;
  color:#2265cb;
  margin:0 0 24px;
  display:flex;
  align-items:center;
  gap:12px;
}
.eyebrow.light {
  color:#a4c5d7;
}
h1,h2,h3,p {
  margin-top:0;
}
h2 {
  font-size:clamp(36px,4.1vw,59px);
  line-height:1.1;
  letter-spacing:-.045em;
  font-weight:650;
  margin-bottom:0;
}
h2 span {
  color:#506a80;
}
.skip-link {
  position:fixed;
  top:-100px;
  z-index:1000;
  padding:14px 22px;
  background:#fff;
}
.skip-link:focus {
  top:8px;
}
.header {
  height:86px;
  position:sticky;
  top:0;
  z-index:30;
  background:#eaf0f5f5;
  backdrop-filter:blur(16px);
  border-bottom:1px solid #cbd8e3;
}
.nav-row {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  height:100%;
}
.brand {
  display:flex;
  align-items:center;
  gap:11px;
  flex-shrink:0;
}
.brand img {
  object-fit:contain;
  width:48px;
  height:48px;
}
.brand>span {
  font-weight:850;
  font-size:28px;
  letter-spacing:-1.3px;
  line-height:1.05;
}
.brand-x {
  color:#1083e7;
}
.brand small {
  display:block;
  font-size:8px;
  letter-spacing:.9px;
  line-height:1.7;
  font-weight:600;
  margin-top:4px;
}
.navigation {
  display:flex;
  gap:27px;
  align-items:center;
}
.navigation a {
  font-size:14px;
  font-weight:600;
  color:#344e63;
  transition:color .2s;
}
.navigation a:hover {
  color:#1976e1;
}
.menu-toggle span {
  display:block;
  height:2px;
  background:#112638;
  margin:5px 0;
  transition:transform .2s;
}
.hero {
  background:var(--navy);
  color:#fff;
  position:relative;
  overflow:hidden;
}
.hero-grid {
  position:absolute;
  inset:0;
  opacity:.12;
  background-image:linear-gradient(#4b788c21 1px,transparent 1px),linear-gradient(90deg,#4b788c21 1px,transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(90deg,transparent,#000);
}
.hero-layout {
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);
  align-items:center;
  min-height:630px;
  padding-top:76px;
  padding-bottom:70px;
  gap:20px;
}
.hero-copy {
  z-index:2;
  padding-bottom:0;
  min-width:0;
}
.hero h1 {
  font-size:clamp(60px,5.3vw,78px);
  line-height:1.08;
  letter-spacing:-.05em;
  font-weight:650;
  margin:0 0 32px;
}
.hero h1 span {
  color:inherit;
  background:none;
  background-clip:border-box;
  -webkit-text-fill-color:currentColor;
  display:block;
}
.hero-description {
  font-size:17px;
  color:#b1c6d3;
  line-height:1.8;
  max-width:545px;
  margin-bottom:34px;
}
.hero-actions {
  display:flex;
  gap:28px;
  align-items:center;
  flex-wrap:wrap;
}
.hero-note {
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:38px;
  font-size:12px;
  line-height:1.8;
  color:#9cb5c6;
}
.hero-note strong {
  font-weight:500;
  color:#deebf2;
  display:inline-block;
}
.note-icon {
  font-size:32px;
  color:#49aabf;
}
.fiber-art {
  height:490px;
  width:100%;
  position:relative;
  margin-left:0;
  align-self:center;
  isolation:isolate;
}
.fiber-art:before {
  content:"";
  position:absolute;
  inset:12% 4%;
  background:radial-gradient(ellipse,#0a76aa26 0,#04394f1a 37%,transparent 70%);
  filter:blur(12px);
}
.fiber-streams {
  position:absolute;
  width:640px;
  height:640px;
  left:calc(50% - 340px);
  top:-67px;
  overflow:visible;
  max-width:none;
}
.beam-lines {
  stroke-width:.85;
  opacity:.8;
}
.beam-runners {
  stroke-dasharray:4 450;
  animation:beam-run 6s linear infinite;
}
.beam-runners path:nth-child(2) {
  stroke-dasharray:3 510;
}
.beam-runners path:nth-child(3) {
  stroke-dasharray:5 570;
}
.beam-glow {
  opacity:.35;
}
.art-orbit {
  position:absolute;
  border:1px solid #3c809421;
  border-radius:50%;
  left:50%;
  top:48%;
  transform:translate(-50%,-50%) rotateX(55deg) rotateZ(-30deg);
  pointer-events:none;
}
.orbit-one {
  width:290px;
  height:290px;
}
.orbit-two {
  width:480px;
  height:480px;
}
.orbit-three {
  width:660px;
  height:660px;
}
.fiber-core {
  position:absolute;
  width:190px;
  height:190px;
  left:calc(50% - 95px);
  top:calc(48% - 95px);
  border-radius:50%;
  background:radial-gradient(circle at 38% 26%,#123347,#082536 50%,#041622);
  box-shadow:inset 1px 1px 1px #78edff46,inset -1px -1px 12px #11b5ea25,0 0 100px #13a0c11a;
  display:grid;
  place-items:center;
  transform:rotate(-12deg);
  animation:float 7s ease-in-out infinite;
}
.fiber-core img {
  width:135px;
  height:135px;
  filter:drop-shadow(0 9px 20px #0006);
}
.core-halo {
  position:absolute;
  inset:-15px;
  border:1px solid #4cc3dc20;
  border-radius:50%;
}
.core-halo:after {
  content:"";
  position:absolute;
  inset:-12px;
  border:1px dashed #4cc3dc16;
  border-radius:50%;
}
.art-tag {
  position:absolute;
  display:flex;
  align-items:center;
  gap:13px;
  padding:14px 17px;
  border:1px solid #82d5fa26;
  background:linear-gradient(125deg,#133142c9,#0b2232dd);
  box-shadow:0 20px 60px #0002;
  backdrop-filter:blur(16px);
  border-radius:12px;
  font-size:12px;
  color:#deeff5;
  animation:float 7s ease-in-out infinite;
}
.art-tag small {
  display:block;
  font-size:9px;
  letter-spacing:1px;
  color:#a3c1d2;
  margin-top:7px;
}
.art-tag-top {
  right:0;
  top:4px;
  transform:rotate(4deg);
  animation-delay:-2s;
}
.tag-symbol {
  color:#62e6e5;
  font-size:34px;
}
.art-tag-bottom {
  bottom:35px;
  left:8px;
  line-height:1.6;
  transform:rotate(-4deg);
  animation-delay:-4s;
}
.art-tag-bottom strong {
  font-size:19px;
  font-weight:550;
}
.wave-bars {
  display:flex;
  gap:4px;
  align-items:center;
  height:40px;
  margin-right:8px;
}
.wave-bars i {
  width:3px;
  border-radius:4px;
  background:linear-gradient(#5fecdd,#2179e9);
  height:22px;
  animation:wave 2s ease-in-out infinite;
}
.wave-bars i:nth-child(2n) {
  height:34px;
  animation-delay:-.7s;
}
.wave-bars i:nth-child(3) {
  height:42px;
  animation-delay:-1.3s;
}
.art-coordinate {
  position:absolute;
  right:0;
  bottom:0;
  font-size:10px;
  letter-spacing:1px;
  color:#91b1c7;
}
.art-coordinate span {
  display:block;
  font-size:9px;
  margin-top:7px;
  text-align:right;
}
.hero-bottom {
  display:flex;
  align-items:center;
  justify-content:space-between;
  position:relative;
  padding:22px 0;
  border-top:1px solid #7293a91e;
  font-size:12px;
  color:#9fb8ca;
}
.section-heading {
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:48px;
  margin-bottom:42px;
}
.section-heading>p {
  max-width:390px;
  font-size:16px;
  line-height:1.8;
  color:var(--muted);
  margin:0 0 3px;
}
.plan-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.empty-panel {
  grid-column:1/-1;
  padding:45px 30px;
  text-align:center;
  border:1px solid var(--line);
  border-radius:var(--radius);
  color:var(--muted);
  line-height:1.8;
}
.plan-card {
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:32px;
  transition:transform .25s,box-shadow .25s,border-color .25s;
  position:relative;
  overflow:hidden;
  background:linear-gradient(140deg,#0a2b46,#071c2c);
  color:#fff;
  border-color:#123751;
  box-shadow:0 8px 30px #0b345009;
}
.plan-card:hover {
  transform:translateY(-6px);
  box-shadow:0 18px 50px #1334510c;
  border-color:#123751;
}
.plan-category {
  font-size:11px;
  font-weight:650;
  letter-spacing:.09em;
  color:#9ebfd4;
  margin:0 0 24px;
}
.plan-card h3 {
  font-size:16px;
  color:#9dbacb;
  line-height:1.4;
  font-weight:500;
  margin-bottom:7px;
}
.plan-speed {
  font-size:64px;
  font-weight:650;
  letter-spacing:-.055em;
  line-height:1.15;
}
.plan-speed small {
  font-size:14px;
  letter-spacing:0;
  color:#8bacbf;
  margin-left:8px;
}
.plan-price {
  display:flex;
  align-items:baseline;
  flex-wrap:wrap;
  gap:6px;
  margin:26px 0 22px;
  border-top:1px solid #a9c1d329;
  padding-top:25px;
}
.plan-price strong {
  font-size:34px;
  letter-spacing:-1px;
}
.plan-price span {
  font-size:14px;
  color:#a9c6d9;
}
.plan-facts {
  list-style:none;
  padding:0;
  margin:0 0 27px;
  font-size:14px;
  color:#9bb1c1;
  display:grid;
  gap:16px;
}
.plan-facts li {
  display:flex;
  justify-content:space-between;
  gap:12px;
}
.plan-facts strong {
  font-weight:550;
  color:#d8eff7;
}
.plans-disclosure {
  font-size:13px;
  line-height:1.8;
  color:#506579;
  margin:21px 0 0;
}
.package-help {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  padding-top:35px;
  margin-top:36px;
  border-top:1px solid var(--line);
}
.package-help strong {
  font-size:16px;
  font-weight:650;
}
.package-help p {
  font-size:14px;
  line-height:1.7;
  color:var(--muted);
  margin:9px 0 0;
  max-width:660px;
}
.package-help a {
  white-space:nowrap;
}
.life {
  background:#dfe9f1;
}
.life-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
}
.life-card {
  background:#edf3f8;
  border:1px solid #e5edf1;
  border-radius:var(--radius);
  overflow:hidden;
  border-color:#c5d5e2;
}
.life-visual {
  height:275px;
  overflow:hidden;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
}
.home-visual {
  background:radial-gradient(ellipse at 45% 0,#ddd0ff,#eeedfc 40%,#eff4f8);
}
.screen {
  width:245px;
  height:152px;
  border:6px solid #13283c;
  border-radius:9px;
  background:#123;
  box-shadow:0 20px 50px #21365020;
  transform:perspective(900px) rotateY(-10deg) rotateX(8deg);
  position:relative;
  overflow:hidden;
  z-index:1;
}
.screen-landscape {
  position:absolute;
  inset:0;
  background:radial-gradient(ellipse at 60% 30%,#fedfa7 0,transparent 30%),linear-gradient(165deg,#1a426b,#6283a6 39%,#c7b2b0 53%,#314b65 54%,#082b43 80%);
}
.screen-landscape:after {
  content:"";
  position:absolute;
  inset:25% -30% -30%;
  background:linear-gradient(30deg,#0a3045,#397288);
  border-radius:42%;
  transform:rotate(-15deg);
}
.screen-play {
  position:absolute;
  top:40%;
  left:44%;
  background:#fff3;
  backdrop-filter:blur(5px);
  border:1px solid #fff6;
  width:33px;
  height:33px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff;
  font-size:11px;
}
.screen-bar {
  position:absolute;
  bottom:10px;
  left:10px;
  right:10px;
  height:2px;
  background:#b5d5df44;
}
.screen-bar:after {
  content:"";
  display:block;
  width:35%;
  background:#8bdeeb;
  height:100%;
}
.screen-foot {
  position:absolute;
  bottom:43px;
  width:90px;
  height:26px;
  background:#182e44;
  clip-path:polygon(30% 0,70% 0,73% 77%,100% 85%,100% 100%,0 100%,0 85%,27% 77%);
}
.visual-caption {
  position:absolute;
  bottom:20px;
  font-size:10px;
  letter-spacing:.1em;
  color:#415f76;
  left:26px;
}
.work-visual {
  background:#e9f2f6;
}
.work-grid {
  position:absolute;
  inset:-60%;
  background-image:linear-gradient(#b8d0e04d 1px,transparent 1px),linear-gradient(90deg,#b8d0e04d 1px,transparent 1px);
  background-size:54px 54px;
  transform:perspective(500px) rotateX(45deg) rotate(-20deg);
}
.work-center {
  position:absolute;
  background:linear-gradient(145deg,#1b4c70,#0a263f);
  border:1px solid #4a83a0;
  border-radius:18px;
  box-shadow:8px 14px 0 #c3d6e2,10px 20px 40px #0c354b20;
  height:116px;
  width:116px;
  display:grid;
  place-items:center;
  transform:rotate(-15deg);
}
.work-center>span {
  color:white;
  font-size:42px;
  letter-spacing:-4px;
  font-weight:800;
}
.work-center>span>span {
  color:#3dd8e9;
}
.work-node {
  position:absolute;
  width:31px;
  height:31px;
  border-radius:8px;
  background:linear-gradient(140deg,#fff,#cedfeb);
  border:1px solid #a7c2d6;
  box-shadow:3px 5px 0 #b6cede;
  transform:rotate(-15deg);
}
.node-a {
  left:15%;
  top:32%;
}
.node-b {
  right:20%;
  top:18%;
}
.node-c {
  right:13%;
  bottom:24%;
}
.life-content {
  padding:35px 38px 39px;
}
.small-label {
  font-size:11px;
  letter-spacing:.15em;
  color:#506a80;
  display:block;
  margin-bottom:20px;
}
.life-content h3 {
  font-size:32px;
  line-height:1.12;
  letter-spacing:-.04em;
  font-weight:600;
  margin:0 0 20px;
}
.life-content p {
  font-size:15px;
  line-height:1.8;
  color:var(--muted);
  max-width:430px;
  margin-bottom:26px;
}
.speed-section {
  background:var(--navy);
  color:#fff;
  position:relative;
  overflow:hidden;
}
.speed-section:before {
  content:"";
  position:absolute;
  width:700px;
  height:700px;
  background:radial-gradient(ellipse,#085a761f,transparent 67%);
  top:-190px;
  right:-30px;
  pointer-events:none;
}
.speed-layout {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:64px;
  align-items:center;
  position:relative;
}
.speed-copy h2 {
  font-size:clamp(35px,4vw,52px);
  line-height:1.13;
}
.speed-copy h2 span {
  color:#55cfdf;
}
.speed-copy>p:not(.eyebrow) {
  font-size:16px;
  line-height:1.8;
  color:#b0c6d5;
  max-width:460px;
  margin-top:26px;
}
.test-tips {
  padding:0;
  list-style:none;
  display:grid;
  gap:18px;
  margin:32px 0;
  font-size:14px;
  line-height:1.6;
  color:#c1d3df;
}
.test-tips li {
  display:flex;
  align-items:start;
  gap:13px;
}
.test-tips span {
  font-size:12px;
  color:#8ab5ce;
  line-height:1.9;
}
.speed-copy .speed-limits {
  font-size:12px!important;
  color:#98b4c6!important;
  border-top:1px solid #2e4657;
  padding-top:20px;
}
.speed-console {
  background:linear-gradient(145deg,#103146b3,#0a202d);
  border:1px solid #35577070;
  border-radius:24px;
  padding:28px;
  box-shadow:0 25px 80px #0002;
  min-width:0;
  border-color:#34566d;
}
.console-heading {
  display:flex;
  justify-content:space-between;
  gap:12px;
  font-size:11px;
  letter-spacing:.04em;
  color:#b3cbd9;
  line-height:1.5;
  flex-wrap:wrap;
}
.console-heading>span:first-child {
  display:flex;
  align-items:center;
  gap:7px;
}
.console-heading i {
  height:5px;
  width:5px;
  background:#55cbdb;
  border-radius:50%;
}
.test-stage {
  color:#9fbfd2;
  letter-spacing:0;
  text-align:right;
}
.gauge {
  height:226px;
  max-width:320px;
  margin:28px auto 0;
  position:relative;
}
.gauge>svg {
  width:100%;
  height:210px;
  overflow:visible;
  fill:none;
}
.gauge-track {
  stroke:#234352;
  stroke-width:8;
  stroke-linecap:round;
}
.gauge-progress {
  stroke:url(#gauge-gradient);
  stroke-width:8;
  stroke-linecap:round;
  stroke-dasharray:100;
  stroke-dashoffset:100;
  transition:stroke-dashoffset .35s;
  filter:drop-shadow(0 0 7px #32d3ee42);
}
.gauge-reading {
  position:absolute;
  top:64px;
  left:0;
  right:0;
  text-align:center;
}
.gauge-reading>span {
  font-size:57px;
  letter-spacing:-3px;
  font-weight:550;
  font-variant-numeric:tabular-nums;
}
.gauge-value {
  display:grid;
  place-items:center;
  min-height:1.2em;
  line-height:1.2;
}
.gauge-value>[data-speed-current],.gauge-idle-icon {
  grid-area:1/1;
}
.gauge-idle-icon {
  width:1em;
  height:1em;
  color:#58d2ea;
  filter:drop-shadow(0 0 10px #28d2e724);
}
.gauge-value>[data-speed-current]:not(:empty)+.gauge-idle-icon {
  display:none;
}
.gauge-reading small {
  display:block;
  font-size:13px;
  color:#abd0e0;
  margin-top:3px;
}
.gauge-reading em {
  display:block;
  font-size:12px;
  font-style:normal;
  color:#a1bed0;
  margin-top:13px;
}
.gauge-zero,.gauge-max {
  position:absolute;
  bottom:18px;
  font-size:11px;
  color:#95b6cc;
}
.gauge-zero {
  left:21px;
}
.gauge-max {
  right:5px;
}
.speed-metrics {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  margin:12px 0 26px;
  gap:0;
}
.speed-metrics>div {
  text-align:center;
  display:flex;
  flex-direction:column;
  gap:7px;
  padding:0 6px;
}
.speed-metrics>div+div {
  border-left:1px solid #2b485a66;
}
.speed-metrics span {
  font-size:12px;
  color:#acc9da;
}
.speed-metrics strong {
  font-size:25px;
  font-weight:550;
  font-variant-numeric:tabular-nums;
  letter-spacing:-.6px;
}
.speed-metrics small {
  font-size:11px;
  color:#99b8cc;
}
.test-status {
  font-size:12px;
  line-height:1.7;
  color:#b0c8d8;
  text-align:center;
  margin:14px 0;
  min-height:42px;
}
.test-status.error {
  color:#ffc19b;
}
.console-footer {
  border-top:1px solid #36536570;
  padding-top:15px;
  display:flex;
  justify-content:space-between;
  font-size:10px;
  letter-spacing:.08em;
  color:#99b9cd;
  gap:12px;
  line-height:1.6;
  flex-wrap:wrap;
}
.console-footer a {
  letter-spacing:0;
  color:#b1d2e3;
}
.document-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
}
.document-card {
  border:1px solid var(--line);
  padding:27px 24px;
  border-radius:18px;
  display:flex;
  flex-direction:column;
  transition:transform .2s,background .2s,border-color .2s;
  background:#dfeaf3;
  border-color:#bed0df;
}
.document-card:hover {
  transform:translateY(-5px);
  background:#e7f1fa;
  border-color:#b3cce4;
}
.document-icon {
  font-size:30px;
  color:#367bb9;
  margin-bottom:26px;
  font-weight:400;
  line-height:1;
}
.document-card small {
  font-size:10px;
  letter-spacing:.07em;
  color:#45647c;
  line-height:1.6;
}
.document-card h3 {
  font-size:20px;
  font-weight:650;
  letter-spacing:-.4px;
  margin:14px 0;
  line-height:1.25;
}
.document-card p {
  font-size:14px;
  line-height:1.75;
  color:#476278;
  margin:0 0 24px;
}
.transparency-note {
  display:flex;
  gap:12px;
  margin-top:25px;
  color:#526c80;
  font-size:12px;
  line-height:1.8;
  max-width:1100px;
}
.transparency-note p {
  margin:0;
}
.transparency-note>span {
  font-size:14px;
  color:#6a8bab;
}
.contact-section {
  padding-top:0;
}
.contact-card {
  background:linear-gradient(110deg,#134977,#08283f);
  border-radius:26px;
  padding:56px;
  display:grid;
  grid-template-columns:1.25fr 1fr;
  gap:70px;
  color:white;
  position:relative;
  overflow:hidden;
}
.contact-card:after {
  content:"";
  position:absolute;
  border:1px solid #65a6ce16;
  border-radius:50%;
  height:600px;
  width:600px;
  left:-400px;
  top:-240px;
  pointer-events:none;
}
.contact-heading h2 {
  font-size:43px;
  font-weight:600;
  line-height:1.13;
}
.contact-heading>p:not(.eyebrow) {
  font-size:15px;
  line-height:1.8;
  color:#bfd4e3;
  max-width:410px;
  margin:24px 0;
}
.contact-details {
  padding-top:10px;
  display:flex;
  flex-direction:column;
}
.contact-details>a>span,.contact-address>span {
  display:block;
  font-size:11px;
  letter-spacing:.09em;
  color:#b0c9da;
  margin-bottom:9px;
}
.contact-details strong {
  font-size:20px;
  font-weight:500;
  letter-spacing:-.6px;
}
.contact-address {
  margin-top:24px;
}
.contact-address p {
  font-size:13px;
  color:#c0d4e2;
  margin:0;
  line-height:1.7;
}
.footer {
  padding:30px 0;
  background:#dce6ee;
}
.footer-top {
  display:flex;
  justify-content:space-between;
  gap:30px;
  align-items:center;
  border-bottom:1px solid var(--line);
  padding-bottom:28px;
}
.footer-top .brand>span {
  font-size:25px;
}
.footer-top p {
  font-size:14px;
  color:#4c6579;
  margin:0;
}
.footer-bottom {
  padding-top:23px;
  display:flex;
  justify-content:space-between;
  gap:25px;
  font-size:12px;
  color:#486378;
}
.footer-bottom>div {
  display:flex;
  gap:24px;
  flex-wrap:wrap;
  align-items:center;
}
.admin-link {
  color:#355e7b;
}
.privacy-dialog {
  border:1px solid var(--line);
  border-radius:18px;
  width:min(580px,calc(100vw - 32px));
  max-height:85dvh;
  padding:38px;
  color:#123;
  background:#edf3f8;
  box-shadow:0 30px 100px #0004;
}
.privacy-dialog::backdrop {
  background:#021321a8;
  backdrop-filter:blur(4px);
}
.privacy-dialog h2 {
  font-size:30px;
  margin-bottom:22px;
}
.privacy-dialog p:not(.eyebrow) {
  font-size:15px;
  line-height:1.9;
  color:#496277;
}
.privacy-dialog a {
  text-decoration:underline;
}
.noscript {
  position:fixed;
  bottom:0;
  width:100%;
  background:#eef5fd;
  border-top:1px solid #bad0e3;
  padding:14px;
  text-align:center;
  font-size:12px;
}
.js .reveal {
  opacity:0;
  transform:translateY(22px);
  transition:opacity .7s,transform .7s;
}
.js .reveal.is-visible {
  opacity:1;
  transform:none;
}
@keyframes beam-run {
  to {
    stroke-dashoffset:-900;
  }
}
@keyframes float {
  50% {
    translate:0 -10px;
  }
}
@keyframes wave {
  50% {
    scale:1 .6;
  }
}
.hero h1 em {
  font-style:normal;
  color:#55d7e7;
  background:linear-gradient(95deg,#6be5e8,#29a9f4);
  background-clip:text;
  -webkit-text-fill-color:transparent;
}
.hero-title-line {
  white-space:nowrap;
}
.plans {
  background:linear-gradient(180deg,#e7eff6,#edf2f7);
}
.documents,.contact-section {
  background:#e7eef4;
}
.brand:hover .brand-x {
  color:#075eb4;
}
.navigation a,.footer-bottom a,.footer-bottom button {
  min-height:44px;
  display:inline-flex;
  align-items:center;
}
@media(min-width:1600px) {
  .hero-layout {
    min-height:680px;
  }
  .hero h1 {
    font-size:82px;
  }
}
@media(max-width:1100px) {
  .container {
    width:calc(100% - 64px);
  }
  .navigation {
    gap:20px;
  }
  .hero-layout {
    grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);
    padding:64px 0;
    min-height:570px;
  }
  .hero h1 {
    font-size:clamp(48px,5.5vw,62px);
  }
  .hero-description {
    font-size:16px;
  }
  .fiber-art {
    height:440px;
  }
  .fiber-core {
    width:160px;
    height:160px;
    left:calc(50% - 80px);
    top:calc(48% - 80px);
  }
  .fiber-core img {
    width:115px;
    height:115px;
  }
  .art-tag {
    padding:12px;
    font-size:11px;
  }
  .art-tag-top {
    top:5px;
  }
  .art-tag-bottom {
    left:0;
    bottom:30px;
  }
  .art-tag small {
    font-size:8px;
  }
  .art-coordinate {
    display:none;
  }
  .hero-actions {
    gap:18px;
  }
  .section-heading>p {
    max-width:330px;
  }
  .plan-card {
    padding:25px 22px;
  }
  .plan-facts {
    font-size:13px;
  }
  .plan-category {
    font-size:10px;
  }
  .plan-speed {
    font-size:56px;
  }
  .speed-layout {
    gap:40px;
  }
  .speed-console {
    padding:23px;
  }
  .speed-metrics span {
    font-size:11px;
  }
  .document-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .document-card {
    padding:28px;
  }
  .document-card h3 {
    font-size:22px;
  }
  .contact-card {
    padding:42px;
    gap:40px;
  }
  .contact-heading h2 {
    font-size:38px;
  }
}
@media(max-width:800px) {
  html {
    scroll-padding-top:88px;
  }
  .container {
    width:calc(100% - 40px);
  }
  .header {
    height:74px;
  }
  .brand img {
    width:41px;
    height:41px;
  }
  .brand>span {
    font-size:26px;
  }
  .brand small {
    font-size:7px;
  }
  .navigation {
    display:none;
    position:absolute;
    left:0;
    right:0;
    top:73px;
    background:#eaf0f5;
    padding:16px 24px 24px;
    box-shadow:0 20px 25px #12263814;
    border-top:1px solid #cbd8e3;
    flex-direction:column;
    align-items:stretch;
    gap:0;
  }
  .navigation.open {
    display:flex;
  }
  .navigation a {
    padding:14px 0;
    font-size:16px;
  }
  .menu-toggle[aria-expanded=true] span:first-child {
    transform:translateY(3.5px) rotate(45deg);
  }
  .menu-toggle[aria-expanded=true] span:last-child {
    transform:translateY(-3.5px) rotate(-45deg);
  }
  .hero-layout {
    grid-template-columns:1fr;
    gap:0;
    min-height:0;
    padding-top:56px;
    padding-bottom:0;
  }
  .hero-copy {
    max-width:650px;
  }
  .hero h1 {
    font-size:clamp(40px,7.4vw,60px);
    margin-bottom:28px;
  }
  .hero-description {
    max-width:550px;
  }
  .hero .eyebrow {
    font-size:11px;
    letter-spacing:.12em;
  }
  .hero-note {
    margin-top:30px;
  }
  .fiber-art {
    width:100%;
    height:345px;
    margin:28px 0 0;
    justify-self:stretch;
    contain:layout paint;
  }
  .fiber-art:before {
    inset:10% 8%;
    filter:none;
  }
  .fiber-streams {
    width:520px;
    height:520px;
    left:calc(50% - 260px);
    top:-92px;
  }
  .beam-lines {
    opacity:.68;
  }
  .beam-runners {
    animation:none;
    stroke-dasharray:none;
    opacity:.2;
  }
  .beam-glow {
    filter:none;
    opacity:.2;
    stroke-width:3;
  }
  .orbit-three {
    display:none;
  }
  .fiber-core {
    width:155px;
    height:155px;
    left:calc(50% - 77.5px);
    top:85px;
    animation:none;
  }
  .fiber-core img {
    width:110px;
    height:110px;
    filter:none;
  }
  .art-tag {
    padding:12px 15px;
    font-size:12px;
    gap:10px;
    animation:none;
    background:linear-gradient(125deg,#15384df2,#0b2232f5);
    box-shadow:0 12px 30px #0002;
    -webkit-backdrop-filter:none;
    backdrop-filter:none;
  }
  .art-tag-top {
    top:5px;
    right:10px;
  }
  .art-tag-bottom {
    bottom:22px;
    left:10px;
  }
  .art-tag small {
    font-size:9px;
    letter-spacing:.7px;
  }
  .tag-symbol {
    font-size:27px;
  }
  .art-tag-bottom strong {
    font-size:18px;
  }
  .wave-bars i {
    animation:none;
  }
  .art-orbit {
    top:46%;
  }
  .hero-bottom {
    margin-top:12px;
  }
  .hero-bottom>span {
    font-size:11px;
  }
  .section {
    padding:72px 0;
  }
  .section-heading {
    gap:30px;
  }
  .section-heading>p {
    font-size:14px;
    max-width:300px;
  }
  .eyebrow {
    font-size:11px;
    margin-bottom:20px;
  }
  .plan-grid {
    grid-template-columns:1fr;
    gap:20px;
  }
  .plan-card {
    padding:30px;
    display:grid;
    grid-template-columns:1fr 1fr;
    column-gap:35px;
  }
  .plan-category,.plan-card h3,.plan-speed,.plan-price {
    grid-column:1;
  }
  .plan-category {
    font-size:11px;
  }
  .plan-price {
    margin:20px 0 0;
  }
  .plan-facts {
    grid-column:2;
    grid-row:1/4;
    align-self:center;
    font-size:14px;
    margin:0;
  }.plan-cta {
    grid-column:2;
    grid-row:4;
    align-self:end;
  }
  .package-help {
    gap:25px;
  }
  .package-help p {
    max-width:460px;
  }
  .life-grid {
    gap:20px;
  }
  .life-visual {
    height:225px;
  }
  .life-content {
    padding:27px;
  }
  .life-content h3 {
    font-size:28px;
  }
  .screen {
    width:215px;
    height:136px;
  }
  .screen-foot {
    bottom:23px;
  }
  .speed-layout {
    grid-template-columns:1fr;
    gap:38px;
  }
  .speed-copy {
    max-width:650px;
  }
  .speed-copy>p:not(.eyebrow) {
    max-width:600px;
  }
  .speed-console {
    width:min(520px,100%);
    justify-self:center;
    padding:28px;
  }
  .speed-metrics span {
    font-size:12px;
  }
  .contact-section {
    padding-top:0;
  }
  .contact-card {
    grid-template-columns:1fr;
    gap:28px;
    padding:40px;
  }
  .contact-heading h2 {
    font-size:38px;
  }
  .contact-details {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px 28px;
  }
  .contact-details strong {
    font-size:18px;
  }
  .contact-address {
    margin-top:20px;
    line-height:1.6;
  }
  .footer-bottom {
    flex-direction:column;
    gap:12px;
  }
  .footer-top p {
    display:none;
  }
  .footer-bottom>div {
    gap:10px 22px;
  }
}
@media(max-width:540px) {
  .container {
    width:calc(100% - 40px);
  }
  .hero-layout {
    padding-top:42px;
  }
  .hero h1 {
    font-size:clamp(34px,8.35vw,45px);
    letter-spacing:-.045em;
    line-height:1.14;
  }
  .hero .eyebrow {
    font-size:10px;
    letter-spacing:.08em;
    gap:9px;
  }
  .hero-description {
    font-size:15px;
    line-height:1.85;
    margin-bottom:28px;
  }
  .hero-actions {
    gap:18px 20px;
  }
  .hero-note {
    font-size:12px;
    align-items:start;
    gap:10px;
    margin-top:26px;
  }
  .note-icon {
    font-size:28px;
  }
  .hero-note strong {
    display:block;
  }
  .fiber-art {
    height:292px;
    margin-top:28px;
  }
  .fiber-streams {
    width:430px;
    height:430px;
    left:calc(50% - 215px);
    top:-40px;
  }
  .fiber-core {
    top:66px;
    width:138px;
    height:138px;
    left:calc(50% - 69px);
  }
  .fiber-core img {
    width:98px;
    height:98px;
  }
  .art-tag {
    font-size:11px;
    padding:11px 13px;
  }
  .art-tag-top {
    display:none;
  }
  .art-tag-bottom {
    left:50%;
    bottom:10px;
    width:max-content;
    max-width:calc(100% - 16px);
    transform:translateX(-50%);
  }
  .art-tag small {
    font-size:8px;
  }
  .art-tag-bottom strong {
    font-size:16px;
  }
  .hero-bottom {
    gap:25px;
    padding:20px 0;
  }
  .hero-bottom>span {
    max-width:135px;
    line-height:1.7;
  }
  .section {
    padding:60px 0;
  }
  .section-heading {
    flex-direction:column;
    align-items:start;
    gap:24px;
    margin-bottom:30px;
  }
  .section-heading>p {
    max-width:100%;
    font-size:15px;
  }
  .section-heading h2 {
    font-size:40px;
  }
  .plan-card {
    display:block;
    padding:28px;
  }
  .plan-speed {
    font-size:62px;
  }
  .plan-category {
    margin-bottom:18px;
  }
  .plan-price {
    margin:23px 0;
  }
  .plan-facts {
    margin-bottom:26px;
    font-size:14px;
  }
  .plans-disclosure {
    font-size:12px;
  }
  .package-help {
    flex-direction:column;
    align-items:start;
    gap:20px;
    padding-top:28px;
    margin-top:28px;
  }
  .package-help a {
    min-height:44px;
  }
  .life-grid {
    grid-template-columns:1fr;
    gap:24px;
  }
  .life-visual {
    height:235px;
  }
  .life-content {
    padding:28px;
  }
  .life-content h3 {
    font-size:30px;
  }
  .screen-foot {
    bottom:30px;
  }
  .speed-copy h2 {
    font-size:34px;
  }
  .speed-copy>p:not(.eyebrow) {
    font-size:15px;
  }
  .speed-console {
    padding:22px 18px;
    border-radius:20px;
  }
  .console-heading {
    font-size:10px;
    gap:6px;
  }
  .gauge {
    height:222px;
    margin-top:24px;
  }
  .gauge-reading>span {
    font-size:50px;
  }
  .gauge-reading em {
    font-size:11px;
  }
  .speed-metrics {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:22px 0;
    margin:8px 0 25px;
  }
  .speed-metrics>div:nth-child(3) {
    border-left:0;
  }
  .speed-metrics span {
    font-size:13px;
  }
  .speed-metrics strong {
    font-size:25px;
  }
  .speed-metrics small {
    font-size:12px;
  }
  .test-status {
    font-size:12px;
    margin:16px 0;
  }
  .console-footer {
    font-size:10px;
    letter-spacing:0;
    gap:8px;
  }
  .document-grid {
    grid-template-columns:1fr;
    gap:16px;
  }
  .document-card {
    padding:25px 26px;
  }
  .document-icon {
    margin-bottom:20px;
  }
  .document-card small {
    font-size:11px;
  }
  .document-card h3 {
    font-size:23px;
    margin:12px 0;
  }
  .document-card p {
    font-size:15px;
  }
  .transparency-note {
    font-size:12px;
  }
  .contact-section {
    padding-top:0;
  }
  .contact-card {
    padding:32px 25px;
    border-radius:20px;
    gap:20px;
  }
  .contact-heading h2 {
    font-size:32px;
  }
  .contact-heading>p:not(.eyebrow) {
    font-size:14px;
  }
  .contact-details {
    grid-template-columns:1fr;
    gap:0;
  }
  .contact-details strong {
    font-size:20px;
  }
  .contact-address {
    margin-top:22px;
  }
  .footer {
    padding:28px 0;
  }
  .footer-top {
    padding-bottom:22px;
    gap:20px;
  }
  .footer-bottom>div {
    gap:5px 18px;
    font-size:12px;
  }
  .privacy-dialog {
    padding:38px 25px 26px;
  }
  .privacy-dialog h2 {
    font-size:28px;
  }
}
@media(max-width:360px) {
  .container {
    width:calc(100% - 32px);
  }
  .hero h1 {
    font-size:32px;
  }
  .hero .eyebrow {
    font-size:9px;
  }
  .hero-actions {
    align-items:stretch;
    flex-direction:column;
    gap:12px;
  }
  .section-heading h2 {
    font-size:36px;
  }
  .plan-card {
    padding:24px;
  }
  .speed-copy h2 {
    font-size:29px;
  }
  .contact-card {
    padding:28px 22px;
  }
  .contact-heading h2 {
    font-size:28px;
  }
  .gauge-reading {
    top:54px;
  }
  .gauge-reading>span {
    font-size:45px;
  }
  .gauge-reading em {
    margin-top:9px;
  }
  .console-heading {
    font-size:9px;
  }
  .footer-top .brand>span {
    font-size:23px;
  }
}

/* Shared action controls: compact capsules with consistent line icons. */
.button,.plan-cta,.text-link,.inline-arrow,.test-cancel,.empty-panel button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:fit-content;
  max-width:100%;
  min-height:48px;
  gap:14px;
  padding:6px 6px 6px 20px;
  border:1px solid #b7ccdc;
  border-radius:999px;
  background:#dce9f2;
  color:#153e5b;
  font-size:14px;
  font-weight:650;
  line-height:1.3;
  letter-spacing:-.01em;
  text-align:center;
  vertical-align:middle;
  box-shadow:0 2px 3px #0b284509;
  transition:background .2s,border-color .2s,box-shadow .2s,transform .2s;
}
.button:hover,.plan-cta:hover,.text-link:hover,.inline-arrow:hover,.empty-panel button:hover {
  background:#cedfea;
  border-color:#95b4cc;
  box-shadow:0 4px 12px #123a5214;
  transform:translateY(-1px);
}
.button:active,.plan-cta:active,.text-link:active,.inline-arrow:active,.test-cancel:active,.empty-panel button:active {
  transform:translateY(0);
  box-shadow:none;
}
.action-icon {
  display:inline-grid;
  place-items:center;
  flex:0 0 32px;
  width:32px;
  height:32px;
  border:1px solid #b5cede;
  border-radius:50%;
  background:#cbdfeC;
  color:inherit;
  font-size:0;
  line-height:1;
  transition:background .2s,border-color .2s;
}
.action-icon svg,.dialog-close svg {
  display:block;
  width:17px;
  height:17px;
  flex-shrink:0;
}
.button-primary,.plan-cta {
  background:#146be4;
  border-color:#227dec;
  color:#fff;
  box-shadow:0 4px 12px #0754bd26,inset 0 1px #ffffff1f;
}
.button-primary .action-icon,.plan-cta .action-icon {
  background:#ffffff1c;
  border-color:#ffffff29;
}
.button-primary:hover,.plan-cta:hover {
  background:#0e5dc9;
  border-color:#3184ee;
  color:#fff;
  box-shadow:0 5px 16px #0754bd30;
}
.button-primary:hover .action-icon,.plan-cta:hover .action-icon {
  background:#ffffff2e;
}
.button-secondary,.hero .text-link {
  color:#e0eff8;
  background:#142d40;
  border-color:#355367;
  box-shadow:none;
}
.button-secondary .action-icon,.hero .text-link .action-icon {
  background:#244357;
  border-color:#416379;
}
.button-secondary:hover,.hero .text-link:hover {
  background:#1d3b50;
  border-color:#6489a1;
  color:#fff;
}
.button-white {
  background:#f0f6fb;
  border-color:#fff;
  color:#133e5c;
}
.button-white:hover {
  background:#fff;
  border-color:#fff;
}
.hero-actions {
  gap:14px;
}
.plan-cta {
  font-size:13px;
  gap:12px;
  padding-left:17px;
}
.inline-arrow {
  margin-top:2px;
  font-size:13px;
  gap:12px;
  padding-left:17px;
}
.test-start {
  display:flex;
  min-height:46px;
  margin-inline:auto;
  padding:5px 5px 5px 19px;
  gap:16px;
}
.test-start .action-icon {
  width:32px;
  height:32px;
  flex-basis:32px;
}
.test-start .action-icon svg {
  width:15px;
  height:15px;
}
.button:disabled {
  opacity:.6;
  box-shadow:none;
  transform:none;
}
.test-cancel {
  display:flex;
  min-height:44px;
  padding:9px 20px;
  margin:12px auto 0;
  background:#152f40;
  border-color:#416077;
  color:#d5e5f0;
  box-shadow:none;
  font-size:13px;
}
.test-cancel:hover {
  background:#234558;
  border-color:#7597ac;
}
.empty-panel button {
  display:flex;
  margin:18px auto 0;
  padding:10px 22px;
}
.document-bottom {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  align-self:flex-start;
  width:fit-content;
  max-width:100%;
  min-height:44px;
  margin-top:auto;
  gap:14px;
  padding:5px 5px 5px 15px;
  border:1px solid #b4cadb;
  border-radius:999px;
  background:#edf5fa;
  color:#224e6e;
  font-size:12px;
  font-weight:650;
  line-height:1.3;
  letter-spacing:0;
  transition:background .2s,border-color .2s;
}
.document-bottom .action-icon {
  width:30px;
  height:30px;
  flex-basis:30px;
}
.document-card:hover .document-bottom {
  background:#d5e7f2;
  border-color:#87acc6;
}
.hero-bottom a,.footer-top>a:last-child {
  display:inline-flex;
  align-items:center;
  gap:12px;
  min-height:44px;
  padding:5px 5px 5px 14px;
  border:1px solid #355467;
  border-radius:999px;
  background:#102938;
  color:#c4dbe9;
  font-size:12px;
  line-height:1.3;
  letter-spacing:0;
  transition:background .2s,border-color .2s;
}
.hero-bottom a .action-icon {
  width:30px;
  height:30px;
  flex-basis:30px;
  background:#244154;
  border-color:#3d5d73;
}
.hero-bottom a:hover {
  background:#1c3b50;
  border-color:#527b96;
}
.footer-top>a:last-child {
  background:#edf4f9;
  border-color:#b4cbdc;
  color:#264d69;
  white-space:nowrap;
}
.footer-top>a:last-child .action-icon {
  width:28px;
  height:28px;
  flex-basis:28px;
}
.footer-top>a:last-child:hover {
  background:#cddfeC;
  border-color:#86a7bf;
}
.navigation {
  gap:4px;
}
.navigation a,.footer-bottom a,.footer-bottom button {
  display:inline-flex;
  align-items:center;
  min-height:44px;
  padding:10px 13px;
  border:1px solid transparent;
  border-radius:999px;
  background:transparent;
  color:inherit;
  font:inherit;
  line-height:1.4;
  text-align:left;
  transition:background .2s,color .2s,border-color .2s;
}
.navigation a {
  font-size:14px;
  font-weight:600;
  color:#36546b;
}
.navigation a:hover,.footer-bottom a:hover,.footer-bottom button:hover {
  background:#cbddeA;
  border-color:#b8d0e0;
  color:#0f4e82;
}
.footer-bottom>div {
  gap:4px 8px;
}
.menu-toggle,.dialog-close {
  width:44px;
  height:44px;
  padding:12px;
  border:1px solid #b2cadb;
  border-radius:50%;
  background:#deebf3;
  color:#254e6a;
  flex-shrink:0;
  box-shadow:0 2px 4px #173e5410;
  transition:background .2s,border-color .2s;
}
.menu-toggle {
  display:none;
  position:relative;
  padding:0;
}
.menu-toggle span {
  position:absolute;
  left:12px;
  right:12px;
  height:2px;
  border-radius:2px;
  background:currentColor;
  margin:0;
}
.menu-toggle span:first-child {
  top:16px;
}
.menu-toggle span:last-child {
  top:24px;
}
.menu-toggle[aria-expanded=true] span:first-child {
  transform:translateY(4px) rotate(45deg);
}
.menu-toggle[aria-expanded=true] span:last-child {
  transform:translateY(-4px) rotate(-45deg);
}
.menu-toggle:hover,.dialog-close:hover {
  background:#c5dceB;
  border-color:#87abc4;
}
.menu-toggle[aria-expanded=true] {
  background:#173f5b;
  border-color:#173f5b;
  color:#fff;
}
.dialog-close {
  position:absolute;
  right:12px;
  top:12px;
  display:grid;
  place-items:center;
}
.contact-details>a {
  position:relative;
  display:block;
  padding:17px 60px 17px 19px;
  min-height:82px;
  margin-bottom:12px;
  border:1px solid #5f8aa94f;
  border-radius:17px;
  background:#ffffff05;
  transition:background .2s,border-color .2s;
}
.contact-details>a:hover {
  background:#ffffff0d;
  border-color:#7ea8c66e;
}
.contact-details i.action-icon {
  position:absolute;
  top:50%;
  right:14px;
  transform:translateY(-50%);
  background:#ffffff0f;
  border-color:#ffffff26;
  color:#c4e2f4;
}
.contact-details strong {
  font-size:clamp(16px,1.45vw,20px);
}
button:focus-visible,a:focus-visible {
  outline:3px solid #288be5;
  outline-offset:4px;
}
@media(max-width:800px) {
  .menu-toggle {
    display:block;
  }
  .hero-actions {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    width:100%;
    max-width:430px;
    gap:12px;
  }
  .hero-actions .button {
    width:100%;
    min-width:0;
    justify-content:space-between;
  }
  .navigation a {
    padding:13px 16px;
    border-radius:12px;
    font-size:15px;
  }
}
@media(max-width:540px) {
  .hero-actions {
    gap:12px;
  }
  .hero-actions .button {
    min-height:46px;
    padding:5px 5px 5px 12px;
    gap:8px;
    font-size:12px;
    white-space:nowrap;
  }
  .hero-actions .action-icon {
    width:30px;
    height:30px;
    flex-basis:30px;
  }
  .hero-bottom {
    gap:14px;
  }
  .hero-bottom a {
    font-size:11px;
    gap:9px;
    padding-left:12px;
  }
  .contact-details>a {
    padding-left:15px;
    padding-right:56px;
  }
  .contact-details strong {
    font-size:18px;
  }
  .footer-bottom a,.footer-bottom button {
    padding:9px 10px;
    font-size:12px;
  }
}
@media(max-width:360px) {
  .hero-actions {
    grid-template-columns:1fr;
  }
  .hero-bottom a {
    font-size:10px;
    gap:7px;
    padding-left:10px;
  }
  .contact-details strong {
    font-size:16px;
  }
  .footer-top>a:last-child {
    font-size:11px;
    gap:7px;
    padding-left:10px;
  }
}

.hero-payment {
  display:inline-flex;
  align-items:center;
  gap:11px;
  max-width:100%;
  margin-top:20px;
  padding:11px 14px;
  border:1px solid #315169;
  border-radius:14px;
  background:#102b3e;
  color:#b6cbdc;
  font-size:12px;
  line-height:1.6;
}
.hero-payment>svg { width:21px;height:21px;flex-shrink:0;color:#72cbdc; }
.hero-payment>span:last-child { color:#72cbdc;font-size:18px; }
.hero-payment strong { color:#f2f8ff;font-weight:650; }
.hero-payment:hover { background:#18394f;border-color:#588099; }
@media(max-width:540px) {
  .hero-payment { margin-top:16px;font-size:11px;gap:9px; }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
  *,*:before,*:after {
    animation:none!important;
    transition:none!important;
  }
  .js .reveal {
    opacity:1;
    transform:none;
  }
}
