/* SSDHosters premium dark rebuild — 2026 */
.ssd-fr {
  --ssd-bg: #07111f;
  --ssd-bg-2: #0a1726;
  --ssd-panel: #0d1c2e;
  --ssd-panel-2: #10243a;
  --ssd-text: #f4f8fd;
  --ssd-muted: #9eafc3;
  --ssd-line: rgba(160, 190, 220, .16);
  --ssd-blue: #3277ff;
  --ssd-cyan: #65d7ff;
  --ssd-green: #65e0ae;
  --ssd-radius: 22px;
  position: relative;
  overflow: hidden;
  color: var(--ssd-text);
  background: var(--ssd-bg);
  font-family: "Open Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.ssd-fr, .ssd-fr * { box-sizing: border-box; }
.ssd-fr a { color: inherit; text-decoration: none; }
.ssd-fr button, .ssd-fr input { font: inherit; }
.ssd-fr svg { display: block; }
.ssd-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.ssd-hero { position: relative; overflow: hidden; min-height: 830px; background: radial-gradient(circle at 74% 38%, rgba(31, 85, 154, .48), transparent 31%), linear-gradient(180deg, #07111f 0%, #081523 100%); }
.ssd-hero__grid, .ssd-final__grid { position: absolute; inset: 0; opacity: .24; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 85%); }
.ssd-glow { position: absolute; border-radius: 50%; filter: blur(12px); pointer-events: none; }
.ssd-glow--one { width: 520px; height: 520px; right: -180px; top: -40px; background: radial-gradient(circle, rgba(48,115,255,.22), transparent 68%); }
.ssd-glow--two { width: 430px; height: 430px; left: -250px; bottom: -230px; background: radial-gradient(circle, rgba(61,202,255,.15), transparent 68%); }
.ssd-hero__inner { position: relative; z-index: 2; min-height: 650px; padding: 92px 0 70px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; }
.ssd-kicker, .ssd-eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #77d9ff; font-size: 11px; font-weight: 800; letter-spacing: 1.25px; text-transform: uppercase; }
.ssd-kicker span { width: 8px; height: 8px; border-radius: 50%; background: var(--ssd-green); box-shadow: 0 0 0 6px rgba(101,224,174,.1); }
.ssd-hero h1, .ssd-section h2, .ssd-final h2 { margin: 24px 0; color: var(--ssd-text); font-size: clamp(42px, 4.5vw, 66px); font-weight: 800; line-height: 1.05; letter-spacing: -3px; }
.ssd-hero h1 em, .ssd-section h2 em, .ssd-final h2 em { color: var(--ssd-cyan); font-style: normal; }
.ssd-hero__copy > p { max-width: 610px; margin: 0; color: #aab9cb; font-size: 17px; line-height: 1.72; }
.ssd-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.ssd-btn { min-height: 54px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; border: 0; border-radius: 11px; font-size: 13px; font-weight: 800; line-height: 1; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.ssd-btn:hover { color: inherit; transform: translateY(-2px); }
.ssd-btn--primary { color: #fff !important; background: linear-gradient(135deg, #2e7dff, #3157f4); box-shadow: 0 14px 34px rgba(47,112,255,.3); }
.ssd-btn--primary:hover { box-shadow: 0 18px 40px rgba(47,112,255,.43); }
.ssd-btn--ghost { color: #f3f7fb !important; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.2); }
.ssd-btn--ghost:hover { background: rgba(255,255,255,.08); }
.ssd-btn--light { color: #07111f !important; background: #fff; box-shadow: 0 18px 38px rgba(0,0,0,.22); }
.ssd-proof { margin: 27px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 13px 22px; list-style: none; color: #91a5bb; font-size: 11px; }
.ssd-proof li { display: flex; align-items: center; gap: 7px; }
.ssd-proof i { width: 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; color: var(--ssd-green); background: rgba(101,224,174,.12); font-size: 9px; font-style: normal; }

.ssd-console { position: relative; width: 100%; max-width: 500px; padding: 24px; color: #172336; background: rgba(249,252,255,.96); border: 1px solid rgba(255,255,255,.5); border-radius: 24px; box-shadow: 0 35px 95px rgba(0,0,0,.4); transform: rotate(.6deg); }
.ssd-console::before { content: ""; position: absolute; inset: -28px; z-index: -1; border: 1px solid rgba(101,215,255,.13); border-radius: 42px; transform: rotate(-3deg); }
.ssd-console__top { display: flex; align-items: center; justify-content: space-between; }
.ssd-console__top span, .ssd-console__top strong { display: block; }
.ssd-console__top span { color: #8290a1; font-size: 8px; font-weight: 800; letter-spacing: 1.3px; }
.ssd-console__top strong { margin-top: 5px; font-size: 18px; }
.ssd-console__avatar { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; background: #15253a; border-radius: 50%; font-size: 9px; font-weight: 800; }
.ssd-status { margin: 22px 0 15px; padding: 14px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 11px; background: #edf9f4; border: 1px solid #d8f1e7; border-radius: 13px; }
.ssd-status__icon { width: 34px; height: 34px; display: grid; place-items: center; color: #15875f; background: #d7f2e7; border-radius: 10px; }
.ssd-status svg { width: 19px; stroke: currentColor; stroke-width: 1.8; fill: none; }
.ssd-status strong, .ssd-status span { display: block; }
.ssd-status strong { font-size: 10px; }
.ssd-status span { margin-top: 3px; color: #748496; font-size: 7px; }
.ssd-status b { padding: 5px 7px; color: #14855e; background: #d8f3e8; border-radius: 8px; font-size: 7px; }
.ssd-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ssd-metrics article { min-height: 145px; padding: 18px; overflow: hidden; background: #f4f7fb; border: 1px solid #e4e9ef; border-radius: 15px; }
.ssd-metrics article:first-child { color: #fff; background: linear-gradient(145deg,#245fe4,#367ffc); border-color: transparent; }
.ssd-metrics span, .ssd-metrics strong { display: block; }
.ssd-metrics span { color: #7a8898; font-size: 8px; font-weight: 700; }
.ssd-metrics article:first-child span { color: #cbdcff; }
.ssd-metrics strong { margin-top: 10px; font-size: 28px; letter-spacing: -1.5px; }
.ssd-bars { height: 42px; margin-top: 18px; display: flex; align-items: end; gap: 5px; }
.ssd-bars i { width: 11px; border-radius: 3px 3px 0 0; background: rgba(255,255,255,.33); }
.ssd-bars i:nth-child(1) { height: 30%; }.ssd-bars i:nth-child(2) { height: 55%; }.ssd-bars i:nth-child(3) { height: 43%; }.ssd-bars i:nth-child(4) { height: 73%; }.ssd-bars i:nth-child(5) { height: 64%; }.ssd-bars i:nth-child(6) { height: 90%; }.ssd-bars i:nth-child(7) { height: 78%; }
.ssd-line { position: relative; height: 45px; margin-top: 20px; overflow: hidden; }
.ssd-line::before { content: ""; position: absolute; left: -10%; right: -10%; top: 50%; height: 35px; border-top: 3px solid #3a7cf5; border-radius: 50%; transform: rotate(-8deg); box-shadow: 0 -13px 28px rgba(58,124,245,.25); }
.ssd-site-row { margin-top: 12px; padding: 13px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; border: 1px solid #e4e9ef; border-radius: 13px; }
.ssd-site-row__mark { width: 34px; height: 34px; display: grid; place-items: center; color: #fff; background: #276ae9; border-radius: 10px; font-weight: 800; }
.ssd-site-row strong, .ssd-site-row span { display: block; }
.ssd-site-row strong { font-size: 10px; }.ssd-site-row span { margin-top: 3px; color: #7f8c9d; font-size: 7px; }
.ssd-site-row > i { width: 22px; height: 22px; display: grid; place-items: center; color: #178961; background: #ddf5ec; border-radius: 50%; font-size: 9px; font-style: normal; }
.ssd-float-card { position: absolute; right: -46px; bottom: 45px; padding: 12px 14px; display: flex; align-items: center; gap: 10px; background: #fff; border-radius: 12px; box-shadow: 0 17px 40px rgba(0,0,0,.25); }
.ssd-float-card__ring { width: 36px; height: 36px; display: grid; place-items: center; color: #1f68dc; background: #eaf2ff; border: 4px solid #d5e5ff; border-radius: 50%; font-size: 7px; font-weight: 900; }
.ssd-float-card strong, .ssd-float-card span { display: block; white-space: nowrap; }
.ssd-float-card strong { font-size: 9px; }.ssd-float-card span { margin-top: 3px; color: #8090a2; font-size: 7px; }

.ssd-domain-wrap { position: relative; z-index: 3; min-height: 148px; padding: 24px 0; display: grid; grid-template-columns: .65fr 1.35fr; align-items: center; gap: 50px; border-top: 1px solid rgba(255,255,255,.09); }
.ssd-domain-copy span, .ssd-domain-copy strong { display: block; }
.ssd-domain-copy span { color: #71869c; font-size: 8px; font-weight: 800; letter-spacing: 1.2px; }
.ssd-domain-copy strong { margin-top: 7px; color: #e8f0f8; font-size: 15px; }
.ssd-domain__field { min-height: 58px; padding: 6px 6px 6px 17px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; background: #fff; border-radius: 13px; box-shadow: 0 17px 40px rgba(0,0,0,.2); }
.ssd-domain__field svg { width: 20px; stroke: #8594a5; stroke-width: 1.8; fill: none; }
.ssd-domain__field input { width: 100%; min-width: 0; height: 45px; padding: 0; color: #142235; background: transparent; border: 0; outline: 0; font-size: 14px; box-shadow: none !important; }
.ssd-domain__field .ssd-btn { min-height: 46px; }
.ssd-domain__links { margin-top: 9px; display: flex; justify-content: flex-end; gap: 18px; }
.ssd-domain__links button, .ssd-domain__links a { padding: 0; color: #83a4c0; background: none; border: 0; font-size: 9px; font-weight: 700; cursor: pointer; }
.ssd-domain__links button:hover, .ssd-domain__links a:hover { color: #fff; }

.ssd-trust { background: #050c15; border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); }
.ssd-trust__inner { min-height: 98px; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.ssd-trust__inner > span { color: #60768d; font-size: 9px; font-weight: 700; letter-spacing: .9px; text-transform: uppercase; }
.ssd-trust__inner > div { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 30px; }
.ssd-trust b { color: #879caf; font-size: 14px; letter-spacing: -.5px; }

.ssd-section { padding: 110px 0; }
.ssd-intro, .ssd-faq { background: #081522; }
.ssd-section-head { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 95px; }
.ssd-section-head--center { max-width: 830px; margin: 0 auto; display: block; text-align: center; }
.ssd-section h2 { margin: 20px 0 0; font-size: clamp(36px,4vw,55px); }
.ssd-section h2 em { color: #8093a8; }
.ssd-section-head > p, .ssd-section-head--center p { margin: 0; color: var(--ssd-muted); font-size: 15px; line-height: 1.75; }
.ssd-section-head--center p { max-width: 650px; margin: 18px auto 0; }
.ssd-benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 62px; }
.ssd-benefit { min-height: 355px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; background: var(--ssd-panel); border: 1px solid var(--ssd-line); border-radius: var(--ssd-radius); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.ssd-benefit:hover, .ssd-plan:hover { transform: translateY(-5px); border-color: rgba(101,215,255,.35); box-shadow: 0 28px 65px rgba(0,0,0,.24); }
.ssd-benefit--accent { background: linear-gradient(150deg,#0b1d32,#123758); }
.ssd-benefit__top { display: flex; align-items: center; justify-content: space-between; }
.ssd-benefit__top > span { color: #61768d; font-size: 9px; font-weight: 800; }
.ssd-benefit__top i { width: 47px; height: 47px; display: grid; place-items: center; color: #79dcff; background: rgba(83,184,255,.1); border: 1px solid rgba(101,215,255,.17); border-radius: 14px; font-size: 19px; font-style: normal; }
.ssd-benefit h3 { margin: 0 0 12px; font-size: 21px; letter-spacing: -.6px; }
.ssd-benefit p { margin: 0; color: var(--ssd-muted); font-size: 13px; line-height: 1.7; }
.ssd-benefit > a { color: #76d9ff; font-size: 11px; font-weight: 800; }
.ssd-benefit > a span { margin-left: 6px; }

.ssd-offers { background: #07111f; }
.ssd-plan-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; margin-top: 52px; }
.ssd-plan { min-height: 420px; padding: 29px; display: flex; flex-direction: column; background: #0d1c2e; border: 1px solid var(--ssd-line); border-radius: 20px; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.ssd-plan__head > span { color: #6dcbf7; font-size: 8px; font-weight: 800; letter-spacing: 1.1px; }
.ssd-plan h3 { margin: 13px 0 10px; color: #f5f9fd; font-size: 22px; letter-spacing: -.7px; }
.ssd-plan__head p { min-height: 54px; margin: 0; color: var(--ssd-muted); font-size: 12px; line-height: 1.65; }
.ssd-plan ul { margin: 24px 0; padding: 22px 0 0; border-top: 1px solid var(--ssd-line); list-style: none; }
.ssd-plan li { margin: 11px 0; display: flex; align-items: flex-start; gap: 9px; color: #b7c5d4; font-size: 11px; line-height: 1.5; }
.ssd-plan li i { width: 18px; height: 18px; flex: 0 0 auto; display: grid; place-items: center; color: #65dfad; background: rgba(101,224,174,.1); border-radius: 50%; font-size: 8px; font-style: normal; }
.ssd-btn--plan { width: 100%; margin-top: auto; color: #eaf3fc !important; background: #152a42; border: 1px solid #28425c; }
.ssd-btn--plan:hover { background: #1b3552; }

.ssd-performance { background: #0a1726; }
.ssd-performance__grid { display: grid; grid-template-columns: .87fr 1.13fr; align-items: center; gap: 80px; }
.ssd-performance__copy > p { color: var(--ssd-muted); font-size: 14px; line-height: 1.75; }
.ssd-performance__copy > ul { margin: 28px 0; padding: 0; list-style: none; }
.ssd-performance__copy > ul li { margin: 15px 0; display: flex; align-items: center; gap: 12px; }
.ssd-performance__copy > ul li > i { width: 28px; height: 28px; flex: 0 0 auto; display: grid; place-items: center; color: var(--ssd-green); background: rgba(101,224,174,.1); border-radius: 50%; font-size: 10px; font-style: normal; }
.ssd-performance__copy li strong, .ssd-performance__copy li span { display: block; }
.ssd-performance__copy li strong { font-size: 12px; }.ssd-performance__copy li span { margin-top: 4px; color: #7f92a7; font-size: 9px; }
.ssd-text-link { display: inline-flex; align-items: center; gap: 8px; color: #6fd4ff !important; font-size: 11px; font-weight: 800; }
.ssd-performance__panel { padding: 29px; overflow: hidden; background: #0d1c2e; border: 1px solid #21364e; border-radius: 24px; box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.ssd-performance__panel-top { display: flex; align-items: center; justify-content: space-between; }
.ssd-performance__panel-top span, .ssd-performance__panel-top strong { display: block; }
.ssd-performance__panel-top span { color: #6e839a; font-size: 8px; font-weight: 800; letter-spacing: 1px; }
.ssd-performance__panel-top strong { margin-top: 6px; font-size: 15px; }
.ssd-performance__panel-top > b { padding: 7px 10px; color: #6ee0b1; background: rgba(101,224,174,.1); border-radius: 20px; font-size: 8px; }
.ssd-performance__panel-top > b i { width: 6px; height: 6px; display: inline-block; margin-right: 5px; background: #52d19e; border-radius: 50%; }
.ssd-speed { margin: 28px 0 8px; display: flex; align-items: end; gap: 10px; }
.ssd-speed strong { font-size: 48px; letter-spacing: -2.5px; line-height: 1; }.ssd-speed span { padding-bottom: 6px; color: #7e91a6; font-size: 10px; }
.ssd-chart { position: relative; height: 215px; }
.ssd-chart svg, .ssd-chart__grid { position: absolute; inset: 0; width: 100%; height: 100%; }
.ssd-chart__grid { display: flex; flex-direction: column; justify-content: space-between; }
.ssd-chart__grid i { width: 100%; height: 1px; background: #20334a; }
.ssd-panel-stats { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #21344b; }
.ssd-panel-stats > div { padding: 18px 14px 3px; border-right: 1px solid #21344b; }
.ssd-panel-stats > div:first-child { padding-left: 0; }.ssd-panel-stats > div:last-child { border: 0; }
.ssd-panel-stats span, .ssd-panel-stats strong { display: block; }.ssd-panel-stats span { color: #6e8299; font-size: 7px; }.ssd-panel-stats strong { margin-top: 6px; font-size: 11px; }

.ssd-migration { background: linear-gradient(135deg,#071321,#102c49); }
.ssd-migration__grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 75px; }
.ssd-migration__grid > div:first-child > p { color: #a1b2c5; font-size: 14px; line-height: 1.75; }
.ssd-migration__grid .ssd-btn { margin-top: 20px; }
.ssd-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; overflow: hidden; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.1); border-radius: 20px; }
.ssd-steps article { min-height: 320px; padding: 25px; background: #0c1d31; }
.ssd-steps article:nth-child(2) { background: #10253d; }
.ssd-steps article > span { color: #60758b; font-size: 8px; font-weight: 800; }
.ssd-steps article > i { width: 45px; height: 45px; margin: 56px 0 25px; display: grid; place-items: center; color: #75d9ff; background: rgba(85,187,255,.1); border: 1px solid rgba(101,215,255,.17); border-radius: 13px; font-size: 20px; font-style: normal; }
.ssd-steps h3 { margin: 0 0 10px; font-size: 16px; }.ssd-steps p { margin: 0; color: #92a6bb; font-size: 10px; line-height: 1.7; }

.ssd-faq__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.ssd-faq__grid > div:first-child > p { color: var(--ssd-muted); font-size: 13px; line-height: 1.7; }
.ssd-faq__list { border-top: 1px solid var(--ssd-line); }
.ssd-faq details { border-bottom: 1px solid var(--ssd-line); }
.ssd-faq summary { padding: 23px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #eaf2fb; font-size: 13px; font-weight: 700; cursor: pointer; list-style: none; }
.ssd-faq summary::-webkit-details-marker { display: none; }
.ssd-faq summary span { width: 26px; height: 26px; display: grid; place-items: center; color: #6fd6ff; background: rgba(101,215,255,.08); border-radius: 50%; font-size: 15px; transition: transform .2s ease; }
.ssd-faq details[open] summary span { transform: rotate(45deg); }
.ssd-faq details p { margin: -4px 48px 22px 0; color: #8fa2b7; font-size: 11px; line-height: 1.75; }

.ssd-final { position: relative; overflow: hidden; padding: 105px 0; text-align: center; background: linear-gradient(135deg,#0b1b2f,#103d66); }
.ssd-final__inner { position: relative; z-index: 2; }
.ssd-final h2 { margin: 21px 0 17px; }
.ssd-final p { max-width: 620px; margin: 0 auto; color: #aebfd1; font-size: 14px; line-height: 1.7; }
.ssd-final__inner > div { margin-top: 30px; display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }

@media (max-width: 1100px) {
  .ssd-hero__inner { gap: 34px; }
  .ssd-console { transform: scale(.9); transform-origin: center; }
  .ssd-section-head, .ssd-performance__grid, .ssd-migration__grid { gap: 50px; }
  .ssd-faq__grid { gap: 55px; }
}
@media (max-width: 900px) {
  .ssd-shell { width: min(100% - 34px, 730px); }
  .ssd-hero__inner, .ssd-section-head, .ssd-performance__grid, .ssd-migration__grid, .ssd-faq__grid { grid-template-columns: 1fr; }
  .ssd-hero__inner { padding-top: 75px; text-align: center; }
  .ssd-hero__copy { display: flex; flex-direction: column; align-items: center; }
  .ssd-console { margin: 5px auto 0; }
  .ssd-domain-wrap { grid-template-columns: 1fr; gap: 18px; padding: 30px 0; text-align: center; }
  .ssd-domain__links { justify-content: center; }
  .ssd-trust__inner { padding: 28px 0; flex-direction: column; justify-content: center; text-align: center; }
  .ssd-trust__inner > div { justify-content: center; }
  .ssd-section-head { align-items: start; text-align: center; }
  .ssd-benefit-grid, .ssd-plan-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
  .ssd-benefit-grid, .ssd-plan-grid { margin-top: 45px; }
  .ssd-benefit { min-height: 310px; }
  .ssd-performance__copy, .ssd-migration__grid > div:first-child, .ssd-faq__grid > div:first-child { text-align: center; }
  .ssd-performance__copy > ul { max-width: 520px; margin-inline: auto; text-align: left; }
  .ssd-steps { margin-top: 10px; }
}
@media (max-width: 620px) {
  .ssd-shell { width: calc(100% - 28px); }
  .ssd-hero { min-height: auto; }
  .ssd-hero__inner { padding: 63px 0 45px; }
  .ssd-hero h1, .ssd-section h2, .ssd-final h2 { font-size: 39px; letter-spacing: -2px; }
  .ssd-hero__copy > p { font-size: 14px; }
  .ssd-hero__actions, .ssd-final__inner > div { width: 100%; }
  .ssd-hero__actions .ssd-btn, .ssd-final__inner > div .ssd-btn { width: 100%; }
  .ssd-proof { justify-content: center; }
  .ssd-console { padding: 17px; transform: none; }
  .ssd-console::before, .ssd-float-card { display: none; }
  .ssd-metrics { grid-template-columns: 1fr; }
  .ssd-metrics article { min-height: 125px; }
  .ssd-domain__field { grid-template-columns: auto 1fr; padding: 8px 13px; }
  .ssd-domain__field .ssd-btn { grid-column: 1 / -1; width: 100%; }
  .ssd-domain__links { flex-direction: column; gap: 8px; }
  .ssd-trust__inner > div { gap: 18px 24px; }
  .ssd-section { padding: 82px 0; }
  .ssd-benefit, .ssd-plan { padding: 23px; }
  .ssd-performance__panel { padding: 20px; }
  .ssd-speed strong { font-size: 41px; }
  .ssd-chart { height: 175px; }
  .ssd-panel-stats > div { padding-inline: 8px; }
  .ssd-steps { grid-template-columns: 1fr; }
  .ssd-steps article { min-height: auto; }
  .ssd-steps article > i { margin: 32px 0 19px; }
  .ssd-final { padding: 82px 0; }
}
@media (prefers-reduced-motion: reduce) {
  .ssd-fr *, .ssd-fr *::before, .ssd-fr *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
