:root {
  --sp-bg: #050914;
  --sp-bg-2: #09111f;
  --sp-panel: rgba(15, 25, 42, 0.78);
  --sp-line: rgba(139, 174, 217, 0.16);
  --sp-text: #f4f7fb;
  --sp-muted: #a8b4c5;
  --sp-blue: #109cf1;
  --sp-blue-2: #58c5ff;
  --sp-red: #f24c4c;
  --sp-max: 1220px;
  --sp-radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--sp-bg); }
body.stopanic-page {
  margin: 0;
  color: var(--sp-text);
  background: var(--sp-bg);
  font-family: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.stopanic-page.admin-bar .sp-header { top: 32px; }
body.stopanic-page img { display: block; max-width: 100%; }
body.stopanic-page a { color: inherit; text-decoration: none; }
body.stopanic-page h1,
body.stopanic-page h2,
body.stopanic-page h3,
body.stopanic-page p { margin-top: 0; }
body.stopanic-page h1,
body.stopanic-page h2,
body.stopanic-page h3 { color: var(--sp-text) !important; }
body.stopanic-page h1,
body.stopanic-page h2 { letter-spacing: -0.04em; line-height: 1.08; }
body.stopanic-page h2 { margin-bottom: 26px; font-size: clamp(2.55rem, 5vw, 5.1rem); font-weight: 560; }
body.stopanic-page h2 span,
body.stopanic-page h1 span { color: var(--sp-blue); }

.screen-reader-text,
.sp-skip {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sp-skip:focus {
  position: fixed;
  z-index: 99999;
  top: 16px;
  left: 16px;
  width: auto;
  height: auto;
  padding: 12px 18px;
  margin: 0;
  clip: auto;
  color: #07101d;
  background: #fff;
  border-radius: 8px;
}

.sp-shell { width: min(calc(100% - 48px), var(--sp-max)); margin-inline: auto; }
.sp-section { position: relative; padding: clamp(82px, 8vw, 122px) 0; overflow: hidden; }
.sp-section::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(16, 156, 241, 0.09), transparent 68%);
  pointer-events: none;
}
.sp-section:nth-of-type(odd)::before { top: -280px; right: -280px; }
.sp-section:nth-of-type(even)::before { bottom: -300px; left: -300px; }

.sp-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.sp-header.is-scrolled {
  background: rgba(5, 9, 20, 0.84);
  border-color: var(--sp-line);
  backdrop-filter: blur(18px);
}
.sp-header__inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.sp-brand { display: inline-flex; align-items: center; width: 160px; }
.sp-brand img { width: 100%; height: auto; }
.sp-nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); }
.sp-nav > a:not(.sp-button) { color: #d8e2ef; font-size: 14px; font-weight: 550; transition: color .2s ease; }
.sp-nav > a:not(.sp-button):hover { color: var(--sp-blue-2); }
.sp-language { display: inline-flex; align-items: center; gap: 6px; color: #77879b; font-size: 12px; font-weight: 750; letter-spacing: .08em; }
.sp-language a { color: #91a0b2; transition: color .2s ease; }
.sp-language a:hover,
.sp-language a[aria-current="page"] { color: var(--sp-blue-2); }
.sp-menu-button { display: none; }

.sp-index {
  position: fixed;
  z-index: 920;
  top: 50%;
  right: 22px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 14px;
  transform: translateY(-50%);
}
.sp-index__number { color: var(--sp-blue-2); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.sp-index__track { position: relative; z-index: 0; display: flex; width: 18px; height: min(48vh, 390px); align-items: center; justify-content: space-between; flex-direction: column; }
.sp-index__track::before,
.sp-index__progress { content: ""; position: absolute; z-index: 0; top: 0; left: 50%; width: 1px; transform: translateX(-50%); }
.sp-index__track::before { height: 100%; background: rgba(160,184,214,.18); }
.sp-index__progress { height: 0; background: linear-gradient(180deg, var(--sp-blue-2), var(--sp-blue)); box-shadow: 0 0 10px rgba(16,156,241,.42); transition: height .35s ease; }
.sp-index a { position: relative; z-index: 1; display: grid; width: 18px; height: 18px; place-items: center; }
.sp-index a i { width: 4px; height: 4px; border-radius: 50%; background: #59687b; box-shadow: 0 0 0 4px var(--sp-bg); transition: width .2s ease, height .2s ease, background .2s ease, box-shadow .2s ease; }
.sp-index a::before { content: attr(data-label); position: absolute; top: 50%; right: 24px; padding: 5px 9px; border: 1px solid var(--sp-line); border-radius: 6px; color: #dce7f3; background: rgba(5,9,20,.92); font-size: 10px; letter-spacing: .04em; white-space: nowrap; opacity: 0; pointer-events: none; transform: translate(5px,-50%); transition: opacity .2s ease, transform .2s ease; }
.sp-index a:hover::before,
.sp-index a:focus-visible::before { opacity: 1; transform: translate(0,-50%); }
.sp-index a.is-active i { width: 9px; height: 9px; background: var(--sp-blue-2); box-shadow: 0 0 0 4px var(--sp-bg), 0 0 16px rgba(16,156,241,.65); }

.sp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border: 1px solid var(--sp-blue);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #087ed1, #10aaf7);
  box-shadow: 0 14px 40px rgba(16, 156, 241, 0.18);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .01em;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.sp-button:hover { transform: translateY(-2px); box-shadow: 0 18px 48px rgba(16, 156, 241, 0.3); }
.sp-button--small { min-height: 42px; padding-inline: 20px; font-size: 13px; }
.sp-button--ghost { border-color: rgba(255,255,255,.26); background: rgba(7,13,25,.28); box-shadow: none; backdrop-filter: blur(12px); }
.sp-button--ghost:hover { border-color: var(--sp-blue); box-shadow: none; }
.sp-actions { display: flex; flex-wrap: wrap; gap: 14px; }

.sp-hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; background: #040812; }
.sp-hero__image,
.sp-cta__image { position: absolute; inset: 0; background-position: center; background-size: cover; }
.sp-hero__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3,7,16,.98) 0%, rgba(3,7,16,.86) 39%, rgba(3,7,16,.28) 72%, rgba(3,7,16,.55) 100%),
    linear-gradient(0deg, #050914 0%, transparent 24%);
}
.sp-hero__grid {
  position: absolute;
  inset: 0;
  opacity: .16;
  background-image: linear-gradient(rgba(45,139,214,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(45,139,214,.12) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(90deg, #000, transparent 78%);
}
.sp-hero__content { position: relative; z-index: 2; padding-top: 120px; padding-bottom: 76px; }
.sp-hero__content > * { opacity: 0; animation: sp-hero-rise .85s cubic-bezier(.2,.75,.25,1) forwards; }
.sp-hero__content > :nth-child(2) { animation-delay: .08s; }
.sp-hero__content > :nth-child(3) { animation-delay: .16s; }
.sp-hero__content > :nth-child(4) { animation-delay: .24s; }
.sp-hero__content > :nth-child(5) { animation-delay: .34s; }
@keyframes sp-hero-rise {
  from { opacity: 0; transform: translate3d(0, 24px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
.sp-kicker,
.sp-eyebrow {
  margin-bottom: 22px;
  color: var(--sp-blue-2);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.sp-kicker::before,
.sp-eyebrow::before { content: ""; display: inline-block; width: 24px; height: 1px; margin-right: 11px; vertical-align: middle; background: currentColor; }
.sp-hero h1 { max-width: 850px; margin-bottom: 28px; font-size: clamp(3.35rem, 7vw, 7.25rem); font-weight: 560; }
@media (min-width: 761px) {
  .stopanic-en .sp-hero h1 { max-width: 900px; font-size: clamp(3.2rem, 5.8vw, 6.2rem); }
}
.sp-lead { max-width: 720px; margin-bottom: 38px; color: #c4cfdd; font-size: clamp(1.05rem, 1.7vw, 1.35rem); }
.sp-proof { display: flex; flex-wrap: wrap; gap: 16px 28px; margin-top: 58px; color: #aeb9c7; font-size: 13px; }
.sp-proof span { display: flex; align-items: center; gap: 9px; }
.sp-proof b { color: #fff; font-size: 20px; }
.sp-scroll { position: absolute; z-index: 4; bottom: 28px; left: 50%; width: 27px; height: 44px; border: 1px solid rgba(255,255,255,.3); border-radius: 18px; transform: translateX(-50%); }
.sp-scroll span { position: absolute; top: 8px; left: 50%; width: 3px; height: 8px; border-radius: 4px; background: var(--sp-blue); transform: translateX(-50%); animation: sp-scroll 1.7s infinite; }
@keyframes sp-scroll { 0% { opacity: 0; transform: translate(-50%,0); } 35% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%,16px); } }

.sp-split { position: relative; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; gap: clamp(50px, 8vw, 120px); }
.sp-split--reverse { grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); }
.sp-copy { position: relative; z-index: 2; }
.sp-copy > p:not(.sp-eyebrow):not(.sp-highlight):not(.sp-delta):not(.sp-number-label) { max-width: 620px; color: var(--sp-muted); font-size: clamp(1rem, 1.4vw, 1.16rem); }
.sp-media,
.sp-device,
.sp-wide-visual,
.sp-context-visual {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--sp-line);
  border-radius: var(--sp-radius);
  background: #070d18;
  box-shadow: 0 35px 90px rgba(0,0,0,.32);
}
.sp-media::after,
.sp-device::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.025); pointer-events: none; }
.sp-media img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.sp-media--contain img { object-fit: contain; }
.sp-visual-frame { aspect-ratio: 1.18 / 1; }
.sp-visual-frame img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; }
.sp-visual-frame--ecosystem img { object-position: 78% center; }
.sp-visual-frame--activation { aspect-ratio: 1.15 / 1; }
.sp-visual-frame--activation img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 155%;
  max-width: none !important;
  height: auto;
  object-fit: contain;
  transform: translate(-50%, -50%);
}
.sp-visual-frame--notifications { aspect-ratio: 1.17 / 1; }
.sp-visual-frame--notifications img { object-position: 80% center; }
.sp-visual-frame--badge { aspect-ratio: 1.2 / 1; }
.sp-visual-frame--badge img { object-position: 80% center; }

.sp-reality { background: linear-gradient(180deg, #050914, #070c17); }
.sp-stats { background: #070d18; }
.sp-stats__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(60px, 9vw, 130px); }
.sp-big-number { margin: 25px 0 4px; color: #fff; font-size: clamp(5rem, 10vw, 9rem); font-weight: 250; line-height: .9; letter-spacing: -.07em; }
.sp-number-label { max-width: 380px; color: #c5cfdb; }
.sp-delta { margin: 28px 0 4px; color: var(--sp-blue-2); font-size: 1.25rem; font-weight: 700; }
.sp-copy small { color: #69778a; }
.sp-chart { display: grid; grid-template-columns: 280px 1fr; align-items: center; gap: 45px; padding: clamp(28px, 4vw, 54px); border: 1px solid var(--sp-line); border-radius: var(--sp-radius); background: rgba(9,18,32,.75); }
.sp-chart__ring { display: grid; width: 260px; height: 260px; place-items: center; border-radius: 50%; background: conic-gradient(var(--sp-blue) 0 60%, #0d1a2b 60% 100%); box-shadow: 0 0 55px rgba(16,156,241,.18); }
.sp-chart__ring::before { content: ""; position: absolute; width: 202px; height: 202px; border-radius: 50%; background: #09111f; box-shadow: inset 0 0 30px rgba(16,156,241,.14); }
.sp-chart__ring span { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; color: var(--sp-muted); font-size: 13px; text-transform: uppercase; letter-spacing: .09em; }
.sp-chart__ring b { color: #fff; font-size: 42px; font-weight: 500; letter-spacing: -.04em; }
.sp-chart ul { display: grid; gap: 22px; padding: 0; margin: 0; list-style: none; }
.sp-chart li { position: relative; display: grid; grid-template-columns: 1fr auto; padding-bottom: 9px; color: #c7d1de; font-size: 14px; }
.sp-chart li i { position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; overflow: hidden; border-radius: 3px; background: #162235; }
.sp-chart li i::after { content: ""; display: block; width: var(--value); height: 100%; background: linear-gradient(90deg, #087fd3, #58c5ff); }

.sp-platform { background: linear-gradient(180deg, #070d18, #050914); }
.sp-checks { display: grid; gap: 12px; padding: 0; margin: 30px 0 0; list-style: none; }
.sp-checks li { display: flex; align-items: center; gap: 12px; color: #d7e2ef; }
.sp-checks li::before { content: "✓"; display: grid; width: 27px; height: 27px; place-items: center; border: 1px solid rgba(16,156,241,.35); border-radius: 50%; color: var(--sp-blue-2); font-size: 13px; }

.sp-process { background: #050914; }
.sp-heading { max-width: 850px; margin-bottom: 64px; }
.sp-heading > p:not(.sp-eyebrow) { max-width: 660px; color: var(--sp-muted); font-size: 1.08rem; }
.sp-steps { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.sp-steps::before { content: ""; position: absolute; top: 47px; right: 11%; left: 11%; height: 1px; background: linear-gradient(90deg, transparent, var(--sp-blue), var(--sp-red), var(--sp-blue), transparent); opacity: .55; }
.sp-step { position: relative; z-index: 1; min-height: 270px; padding: 28px; border: 1px solid var(--sp-line); border-radius: 20px; background: linear-gradient(145deg, rgba(15,25,42,.9), rgba(7,13,24,.8)); }
.sp-step > b { color: #607086; font-size: 12px; letter-spacing: .15em; }
.sp-step i { display: block; width: 32px; height: 32px; margin: 25px 0 34px; border: 7px solid #0c192a; border-radius: 50%; background: var(--sp-blue); box-shadow: 0 0 0 1px rgba(16,156,241,.5), 0 0 25px rgba(16,156,241,.35); }
.sp-step:nth-child(3) i { background: var(--sp-red); box-shadow: 0 0 0 1px rgba(242,76,76,.5), 0 0 25px rgba(242,76,76,.35); }
.sp-step h3 { margin-bottom: 10px; font-size: 1.2rem; }
.sp-step p { margin-bottom: 0; color: var(--sp-muted); font-size: 14px; }
.sp-wide-visual { margin-top: 38px; padding: 1px; }
.sp-wide-visual img { width: 100%; }
.sp-wide-visual--flow { height: clamp(285px, 31vw, 410px); }
.sp-wide-visual--flow img { position: absolute; top: 50%; left: 50%; width: 138%; max-width: none; transform: translate(-50%, -50%); }

.sp-activation { background: #07101c; }
.sp-mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 34px; }
.sp-mini-grid div { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border: 1px solid var(--sp-line); border-radius: 12px; background: rgba(4,9,18,.45); color: #d7e0eb; font-size: 14px; }
.sp-mini-grid b { color: var(--sp-blue); font-size: 11px; letter-spacing: .1em; }

.sp-alerts { background: #050914; }
.sp-alert-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.sp-alert-card { min-height: 250px; padding: 28px; border: 1px solid var(--sp-line); border-radius: 20px; background: linear-gradient(150deg, rgba(13,27,43,.85), rgba(7,13,24,.88)); transition: transform .25s ease, border-color .25s ease; }
.sp-alert-card:hover { transform: translateY(-6px); border-color: rgba(16,156,241,.42); }
.sp-alert-card > span { display: grid; width: 48px; height: 48px; margin-bottom: 40px; place-items: center; border: 1px solid rgba(16,156,241,.35); border-radius: 50%; color: var(--sp-blue-2); font-size: 22px; }
.sp-alert-card--red > span { border-color: rgba(242,76,76,.42); color: var(--sp-red); box-shadow: 0 0 30px rgba(242,76,76,.12); }
.sp-alert-card h3 { margin-bottom: 12px; font-size: 1.15rem; }
.sp-alert-card p { margin: 0; color: var(--sp-muted); font-size: 14px; }

.sp-channels { background: linear-gradient(180deg, #07101c, #050914); }
.sp-channel-list { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.sp-channel-list span,
.sp-pill { padding: 9px 14px; border: 1px solid rgba(16,156,241,.3); border-radius: 999px; color: #cae9fb; background: rgba(16,156,241,.08); font-size: 11px; font-weight: 800; letter-spacing: .08em; }

.sp-product { background: #050914; }
.sp-feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 22px; padding: 0; margin: 32px 0 0; list-style: none; }
.sp-feature-list li { color: #cbd5e1; font-size: 14px; }
.sp-feature-list li::before { content: "•"; margin-right: 9px; color: var(--sp-blue); }
.sp-device { padding: 12px; background: linear-gradient(145deg,#0e1c2c,#060b14); }
.sp-device img { width: 100%; height: auto; object-fit: contain; border-radius: 15px; }
.sp-device--accesscenter { padding: 8px; }

.sp-homecare { background: linear-gradient(135deg, #07101e, #050914 58%); }
.sp-phone { position: relative; width: min(125%, 620px); margin-left: clamp(-120px, -7vw, -48px); }
.sp-phone::before { content: ""; position: absolute; inset: 15% -20%; border-radius: 50%; background: radial-gradient(circle, rgba(16,156,241,.3), transparent 68%); filter: blur(8px); }
.sp-phone img { position: relative; z-index: 1; width: 100%; max-height: 760px; object-fit: contain; filter: drop-shadow(0 28px 55px rgba(0,0,0,.38)); }
.sp-highlight { margin-top: 28px; color: var(--sp-blue-2); font-size: 1.18rem; font-weight: 650; }

.sp-badge { background: #050914; }
.sp-badge .sp-media img { object-position: center; }

.sp-contexts { background: #07101b; }
.sp-context-visual { height: clamp(430px, 42vw, 570px); margin-bottom: 25px; }
.sp-context-visual img { position: absolute; top: 50%; left: 0; width: 100%; max-width: none; transform: translateY(-50%); }
.sp-context-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.sp-context-grid > div { padding: 22px; border: 1px solid var(--sp-line); border-radius: 16px; background: rgba(5,9,20,.58); }
.sp-context-grid b { color: var(--sp-blue); font-size: 11px; letter-spacing: .1em; }
.sp-context-grid h3 { margin: 16px 0 9px; font-size: 1rem; }
.sp-context-grid p { margin: 0; color: var(--sp-muted); font-size: 13px; }

/* Presentation artwork exported for the final website proportions. */
.sp-visual-frame,
.sp-wide-visual--flow,
.sp-device--accesscenter,
.sp-context-visual,
.sp-alert-visual {
  height: auto;
  aspect-ratio: auto;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.sp-visual-frame img,
.sp-visual-frame--activation img,
.sp-wide-visual--flow img,
.sp-device--accesscenter img,
.sp-context-visual img,
.sp-alert-visual img {
  position: static;
  display: block;
  width: 100%;
  max-width: 100% !important;
  height: auto;
  margin: 0;
  object-fit: contain;
  transform: none;
  clip-path: inset(1px);
}
.sp-alert-visual { margin: 0; }
.sp-alert-grid { display: none; }

.sp-hoplon {
  min-height: clamp(660px, 78vh, 820px);
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 28% 52%, rgba(16,156,241,.055), transparent 38%),
    linear-gradient(135deg, #05080d 0%, #030509 100%);
}
.sp-hoplon::before { display: none; }
.sp-hoplon__inner { position: relative; z-index: 2; }
.sp-hoplon__content { width: min(820px, 72%); }
.sp-hoplon__logo { width: min(335px, 54vw); margin-bottom: 46px; }
.sp-hoplon__logo img { width: 100%; height: auto; filter: drop-shadow(0 18px 45px rgba(0,0,0,.28)); }
.sp-hoplon .sp-eyebrow { margin-bottom: 30px; }
.sp-hoplon h2 { max-width: 850px; margin-bottom: 27px; font-size: clamp(3rem, 5.25vw, 5.35rem); }
.sp-hoplon__signal { position: relative; width: 230px; height: 38px; margin: 0 0 28px; overflow: hidden; }
.sp-hoplon__signal::before,
.sp-hoplon__signal::after { content: ""; position: absolute; top: 50%; height: 1px; background: linear-gradient(90deg, transparent, rgba(85,139,184,.58)); }
.sp-hoplon__signal::before { right: 50%; left: 0; }
.sp-hoplon__signal::after { right: 0; left: 50%; transform: scaleX(-1); }
.sp-hoplon__signal i { position: absolute; z-index: 2; top: 50%; left: 50%; width: 5px; height: 5px; border-radius: 50%; background: #ff5b57; box-shadow: 0 0 7px #ff5b57, 0 0 18px #f03f3b, 0 0 34px rgba(240,63,59,.9); transform: translate(-50%,-50%); animation: sp-signal-pulse 2.4s ease-in-out infinite; }
@keyframes sp-signal-pulse { 50% { box-shadow: 0 0 10px #ff6b66, 0 0 28px #f03f3b, 0 0 48px rgba(240,63,59,.95); transform: translate(-50%,-50%) scale(1.28); } }
.sp-hoplon p.sp-hoplon__intro { max-width: 700px; margin-bottom: 0; color: #c0c9d5; font-size: clamp(1.05rem, 1.55vw, 1.28rem); }
.sp-hoplon__watermark { position: absolute; z-index: 1; top: 50%; right: -48px; width: min(41vw, 560px); height: min(74vw, 760px); overflow: hidden; opacity: .105; pointer-events: none; transform: translateY(-50%); }
.sp-hoplon__watermark img { width: auto; max-width: none !important; height: 100%; transform: translateX(-1.5%); filter: grayscale(1) brightness(.82); }
.sp-hoplon.is-in-view .sp-hoplon__watermark img { animation: sp-shield-breathe 8s ease-in-out infinite; }
@keyframes sp-shield-breathe { 50% { opacity: .82; transform: translateX(-1.5%) scale(1.025); } }

.sp-cta { position: relative; min-height: 720px; display: flex; align-items: center; overflow: hidden; background: #040811; }
.sp-cta__image { background-position: 68% center; }
.sp-cta__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,7,16,.98) 0%, rgba(3,7,16,.86) 43%, rgba(3,7,16,.2) 76%, rgba(3,7,16,.45)); }
.sp-cta__content { position: relative; z-index: 2; }
.sp-cta h2 { max-width: 780px; font-size: clamp(3.4rem, 7vw, 7rem); text-transform: uppercase; }
.sp-cta h2 span { color: #e4877b; }
.sp-cta p:not(.sp-eyebrow) { max-width: 560px; margin-bottom: 35px; color: #bcc7d5; font-size: 1.1rem; }

.sp-footer { padding: 70px 0 25px; border-top: 1px solid var(--sp-line); background: #03060c; }
.sp-footer__grid { display: grid; grid-template-columns: 1.35fr .8fr .85fr; gap: 60px; }
.sp-footer img { width: 145px; height: auto; margin-bottom: 20px; }
.sp-footer img.sp-footer__hoplon-logo { width: 165px; }
.sp-footer p { max-width: 420px; margin-bottom: 8px; color: #7f8b9c; font-size: 14px; }
.sp-footer br { display: block !important; }
.sp-footer b { display: block; margin-bottom: 17px; color: #fff; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.sp-footer a { display: block; margin-bottom: 7px; color: #aeb9c7; font-size: 14px; }
.sp-footer a:hover { color: var(--sp-blue-2); }
.sp-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 35px; margin-top: 55px; border-top: 1px solid var(--sp-line); color: #626e7e; font-size: 12px; }

.sp-reveal { --sp-reveal-x: 0px; --sp-reveal-y: 30px; opacity: 0; transform: translate3d(var(--sp-reveal-x), var(--sp-reveal-y), 0); transition: opacity .82s ease var(--sp-delay, 0ms), transform .82s cubic-bezier(.2,.75,.25,1) var(--sp-delay, 0ms); }
.sp-reveal--left { --sp-reveal-x: -38px; --sp-reveal-y: 0px; }
.sp-reveal--right { --sp-reveal-x: 38px; --sp-reveal-y: 0px; }
.sp-reveal.is-visible { opacity: 1; transform: translate3d(0,0,0); }
.sp-media.sp-reveal img,
.sp-device.sp-reveal img,
.sp-visual-frame.sp-reveal img,
.sp-context-visual.sp-reveal img { transform: scale(1.025); transition: transform 1.25s cubic-bezier(.2,.75,.25,1); }
.sp-media.sp-reveal.is-visible img,
.sp-device.sp-reveal.is-visible img,
.sp-visual-frame.sp-reveal.is-visible img,
.sp-context-visual.sp-reveal.is-visible img { transform: scale(1); }
.sp-section::before { opacity: .55; transform: scale(.92); transition: opacity 1.2s ease, transform 1.8s cubic-bezier(.2,.75,.25,1); }
.sp-section.is-in-view::before { opacity: 1; transform: scale(1.08); }
.sp-steps .sp-reveal:nth-child(2), .sp-alert-grid .sp-reveal:nth-child(2) { transition-delay: .08s; }
.sp-steps .sp-reveal:nth-child(3), .sp-alert-grid .sp-reveal:nth-child(3) { transition-delay: .16s; }
.sp-steps .sp-reveal:nth-child(4), .sp-alert-grid .sp-reveal:nth-child(4) { transition-delay: .24s; }

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

@media (max-width: 1050px) {
  .sp-index { right: 10px; }
  .sp-nav { gap: 18px; }
  .sp-nav > a:not(.sp-button) { display: none; }
  .sp-split,
  .sp-split--reverse,
  .sp-stats__grid { grid-template-columns: 1fr; }
  .sp-split--reverse > :first-child { order: 2; }
  .sp-chart { max-width: 760px; }
  .sp-steps,
  .sp-alert-grid,
  .sp-context-grid { grid-template-columns: 1fr 1fr; }
  .sp-steps::before { display: none; }
  .sp-hoplon__content { width: min(760px, 76%); }
}

@media (max-width: 760px) {
  .sp-index { right: 3px; gap: 0; pointer-events: none; }
  .sp-index__number,
  .sp-index a { display: none; }
  .sp-index__track { width: 3px; height: 28vh; overflow: hidden; border-radius: 3px; background: rgba(160,184,214,.12); }
  .sp-index__track::before { display: none; }
  .sp-index__progress { left: 0; width: 3px; transform: none; }
  body.stopanic-page.admin-bar .sp-header { top: 46px; }
  .sp-shell { width: min(calc(100% - 30px), var(--sp-max)); }
  .sp-section { padding: 78px 0; }
  .sp-header__inner { min-height: 72px; }
  .sp-brand { width: 132px; }
  .sp-menu-button { display: flex; width: 44px; height: 44px; padding: 11px; flex-direction: column; justify-content: center; gap: 5px; border: 1px solid var(--sp-line); border-radius: 50%; background: rgba(5,9,20,.72); }
  .sp-menu-button span:not(.screen-reader-text) { width: 100%; height: 1px; background: #fff; }
  .sp-nav { position: absolute; top: calc(100% + 1px); right: 15px; left: 15px; display: none; padding: 22px; align-items: stretch; flex-direction: column; border: 1px solid var(--sp-line); border-radius: 18px; background: rgba(5,9,20,.97); box-shadow: 0 25px 70px rgba(0,0,0,.45); }
  .sp-nav.is-open { display: flex; }
  .sp-nav > a:not(.sp-button) { display: block; font-size: 16px; }
  .sp-language { padding-top: 4px; font-size: 14px; }
  .sp-nav .sp-button { margin-top: 5px; }
  .sp-hero { min-height: 100svh; align-items: stretch; }
  .sp-hero__image { background-position: 61% center; }
  .sp-hero__image::after { background: linear-gradient(0deg, #050914 8%, rgba(5,9,20,.75) 62%, rgba(5,9,20,.32) 100%); }
  .sp-hero__content { padding-top: 118px; padding-bottom: 78px; }
  .sp-hero h1 { font-size: clamp(2.7rem, 12vw, 4.4rem); }
  .sp-hero h1 br,
  .sp-hero h1 span { display: block !important; }
  body.stopanic-page h2 br,
  body.stopanic-page h2 span { display: block !important; }
  .sp-kicker { max-width: 310px; font-size: 10px; letter-spacing: .14em; }
  .sp-proof { margin-top: 42px; align-items: flex-start; flex-direction: column; }
  .sp-scroll { display: none; }
  .sp-chart { grid-template-columns: 1fr; justify-items: center; padding: 30px 22px; }
  .sp-chart__ring { width: 220px; height: 220px; }
  .sp-chart__ring::before { width: 170px; height: 170px; }
  .sp-chart ul { width: 100%; }
  .sp-steps,
  .sp-alert-grid,
  .sp-context-grid,
  .sp-footer__grid { grid-template-columns: 1fr; }
	.sp-alert-visual { display: none; }
	.sp-alert-grid { display: grid; }
  .sp-step { min-height: auto; }
  .sp-step i { margin-bottom: 22px; }
  .sp-mini-grid,
  .sp-feature-list { grid-template-columns: 1fr; }
  .sp-wide-visual { display: none; }
  .sp-visual-frame { aspect-ratio: auto; }
  .sp-visual-frame img { position: static; width: 100%; height: auto; object-fit: contain; transform: none; }
  .sp-phone { width: 100%; margin-left: 0; }
  .sp-context-visual { display: none; }
  .sp-hoplon { min-height: 760px; align-items: flex-start; }
  .sp-hoplon__content { width: 100%; }
  .sp-hoplon__logo { width: min(270px, 72vw); margin-bottom: 38px; }
  .sp-hoplon h2 { font-size: clamp(2.55rem, 11vw, 3.55rem); }
  .sp-hoplon__signal { width: 190px; }
  .sp-hoplon__watermark { top: auto; right: -82px; bottom: -160px; width: 330px; height: 470px; opacity: .07; transform: none; }
  .sp-cta { min-height: 760px; align-items: flex-end; }
  .sp-cta__image { background-position: 72% center; }
  .sp-cta__image::after { background: linear-gradient(0deg, rgba(3,7,16,.98) 12%, rgba(3,7,16,.73) 68%, rgba(3,7,16,.24)); }
  .sp-cta__content { padding-bottom: 80px; }
  .sp-cta h2 { font-size: clamp(2.55rem, 12vw, 3.8rem); overflow-wrap: anywhere; }
  .sp-footer__grid { gap: 35px; }
  .sp-footer__bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 480px) {
  body.stopanic-page { font-size: 16px; }
  body.stopanic-page h2 { font-size: clamp(2.25rem, 10.8vw, 2.65rem); overflow-wrap: anywhere; }
  .sp-actions { align-items: stretch; flex-direction: column; }
  .sp-button { width: 100%; }
  .sp-big-number { font-size: 5.8rem; }
  .sp-steps,
  .sp-alert-grid { grid-template-columns: 1fr; }
  .sp-step,
  .sp-alert-card,
  .sp-context-grid > div { padding: 22px; }
}

body.stopanic-page [id] { scroll-margin-top: 88px; }
.stopanic-en .sp-wide-visual--flow,
.stopanic-en .sp-alert-visual,
.stopanic-en .sp-context-visual { display: none; }
.stopanic-en .sp-alert-grid { display: grid; }
