/*
Theme Name: RankPilot OS
Theme URI: https://example.com/
Author: RankPilot OS
Author URI: https://example.com/
Description: Conversion-focused WordPress marketing site theme for RankPilot OS.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: seo-geo-bot
*/

:root {
  --sgb-bg: #061322;
  --sgb-bg-deep: #020812;
  --sgb-panel: #0a1726;
  --sgb-panel-soft: #10263e;
  --sgb-line: rgba(109, 169, 232, 0.24);
  --sgb-text: #0c1220;
  --sgb-muted: #536070;
  --sgb-white: #ffffff;
  --sgb-soft: #f5f8fc;
  --sgb-blue: #2f80ed;
  --sgb-cyan: #2dd4bf;
  --sgb-gold: #ffc247;
  --sgb-gold-dark: #d78c0f;
  --sgb-green: #43d17a;
  --sgb-radius: 8px;
  --sgb-shadow: 0 20px 50px rgba(11, 25, 43, 0.16);
  --sgb-max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--sgb-text);
  background: var(--sgb-soft);
  font-family: Inter, "PingFang SC", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  max-width: 100%;
}

.sgb-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  background: #07111c;
}

.sgb-reactive {
  position: relative;
}

.sgb-reactive::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background: radial-gradient(240px circle at var(--sgb-x, 50%) var(--sgb-y, 50%), rgba(45, 212, 191, 0.18), transparent 42%);
  opacity: 0;
  transition: opacity 180ms ease;
  content: "";
}

.sgb-reactive:hover::before {
  opacity: 1;
}

.sgb-reactive > * {
  position: relative;
  z-index: 1;
}

.sgb-motion-ready .sgb-reveal {
  opacity: 0;
  transform: translate3d(0, 26px, 0) scale(0.985);
  filter: blur(7px);
  transition:
    opacity 760ms ease,
    transform 760ms cubic-bezier(0.2, 0.82, 0.2, 1),
    filter 760ms ease;
  transition-delay: var(--sgb-reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}

.sgb-motion-ready .sgb-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.sgb-container {
  width: min(var(--sgb-max), calc(100% - 40px));
  margin: 0 auto;
}

.sgb-section {
  padding: 84px 0;
}

.sgb-section-header {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.sgb-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 7px 16px;
  border: 1px solid rgba(45, 212, 191, 0.42);
  border-radius: 999px;
  color: #cce8ff;
  background: linear-gradient(90deg, rgba(20, 96, 159, 0.5), rgba(22, 73, 118, 0.24));
  box-shadow: inset 0 0 20px rgba(45, 212, 191, 0.08), 0 0 28px rgba(47, 128, 237, 0.18);
  font-size: 15px;
  font-weight: 800;
}

.sgb-eyebrow::before {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--sgb-cyan);
  box-shadow: 0 0 18px var(--sgb-cyan);
  content: "";
}

.sgb-button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: var(--sgb-radius);
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.sgb-button:hover {
  transform: translateY(-1px);
}

.sgb-button-primary {
  color: #16110a;
  background: linear-gradient(180deg, #ffdb7e, var(--sgb-gold) 55%, #f0a51c);
  box-shadow: 0 14px 34px rgba(255, 194, 71, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.sgb-button-secondary {
  color: #f5f9ff;
  border-color: rgba(119, 169, 223, 0.58);
  background: rgba(7, 23, 39, 0.48);
  box-shadow: inset 0 0 18px rgba(47, 128, 237, 0.1);
}

.sgb-button-secondary:hover {
  border-color: rgba(255, 255, 255, 0.82);
}

.sgb-header {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgba(109, 169, 232, 0.16);
  color: #eef6ff;
}

.sgb-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 28px;
}

.sgb-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0;
  white-space: nowrap;
}

.sgb-logo-text {
  display: grid;
  gap: 1px;
  line-height: 1.05;
}

.sgb-logo-text strong {
  font-size: 19px;
  font-weight: 950;
}

.sgb-logo-text small {
  color: #9fb1c8;
  font-size: 11px;
  font-weight: 750;
}

.sgb-logo-mark {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 24px;
  color: #08111d;
  background: linear-gradient(135deg, #fff, #b9d7ff);
  clip-path: polygon(0 50%, 20% 0, 100% 0, 82% 50%, 100% 100%, 20% 100%);
  font-size: 13px;
}

.sgb-custom-logo {
  display: block;
  width: auto;
  max-width: 150px;
  max-height: 42px;
  object-fit: contain;
}

.sgb-lang-switcher {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sgb-lang-switcher a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  min-height: 24px;
  padding: 0 2px;
  color: rgba(216, 231, 247, 0.76);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: rgba(45, 212, 191, 0.36);
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

.sgb-lang-switcher a:hover {
  color: #fff;
  text-decoration-color: var(--sgb-gold);
}

.sgb-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #b8c9dd;
  font-size: 14px;
  font-weight: 650;
}

.sgb-menu a:hover {
  color: #fff;
}

.sgb-menu-toggle,
.sgb-mobile-menu,
.sgb-mobile-cta {
  display: none;
}

.sgb-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: 118px 0 64px;
  color: var(--sgb-white);
  background:
    linear-gradient(rgba(81, 143, 210, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(81, 143, 210, 0.1) 1px, transparent 1px),
    radial-gradient(circle at 78% 24%, rgba(47, 128, 237, 0.24), transparent 34%),
    radial-gradient(circle at 18% 18%, rgba(45, 212, 191, 0.12), transparent 28%),
    linear-gradient(135deg, #07111d 0%, #030913 54%, #0b1728 100%);
  background-size: 48px 48px, 48px 48px, auto, auto, auto;
  perspective: 1200px;
}

.sgb-hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.055) 18%, transparent 34%),
    linear-gradient(90deg, rgba(45, 212, 191, 0.08), transparent 28%, transparent 70%, rgba(255, 194, 71, 0.08));
  animation: sgb-hero-sweep 8s ease-in-out infinite;
  content: "";
}

.sgb-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(247, 183, 51, 0.45), transparent);
  animation: sgb-line-scan 4.6s ease-in-out infinite;
  content: "";
}

.sgb-hero .sgb-container::before,
.sgb-hero .sgb-container::after {
  position: absolute;
  z-index: 0;
  width: 360px;
  height: 360px;
  pointer-events: none;
  border: 1px solid rgba(45, 212, 191, 0.1);
  border-radius: 999px;
  opacity: 0.6;
  content: "";
}

.sgb-hero .sgb-container::before {
  top: 95px;
  left: -160px;
  background: radial-gradient(circle, rgba(45, 212, 191, 0.14), transparent 62%);
  animation: sgb-orbit 14s linear infinite;
}

.sgb-hero .sgb-container::after {
  right: -190px;
  bottom: 35px;
  background: radial-gradient(circle, rgba(47, 128, 237, 0.16), transparent 64%);
  animation: sgb-orbit 18s linear infinite reverse;
}

.sgb-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(390px, 0.78fr) minmax(560px, 1.22fr);
  align-items: center;
  gap: 54px;
}

.sgb-data-rain {
  position: absolute;
  inset: 72px 0 auto;
  z-index: 0;
  display: grid;
  grid-template-columns: repeat(6, max-content);
  gap: 28px;
  justify-content: center;
  pointer-events: none;
  opacity: 0.34;
  transform: translateY(-8px);
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

.sgb-data-rain span {
  color: rgba(174, 219, 255, 0.72);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-shadow: 0 0 16px rgba(45, 212, 191, 0.3);
  animation: sgb-data-float 8s linear infinite;
}

.sgb-data-rain span:nth-child(2n) {
  animation-duration: 10s;
  animation-delay: -2s;
}

.sgb-data-rain span:nth-child(3n) {
  color: rgba(255, 194, 71, 0.72);
  animation-duration: 12s;
  animation-delay: -4s;
}

.sgb-hero h1 {
  max-width: 680px;
  margin: 26px 0 14px;
  font-size: clamp(42px, 4.15vw, 58px);
  line-height: 1.12;
  letter-spacing: 0;
  font-weight: 900;
  text-wrap: balance;
  text-shadow: 0 0 34px rgba(166, 202, 246, 0.12);
}

.sgb-highlight {
  color: var(--sgb-gold);
}

.sgb-highlight-line {
  max-width: 650px;
  margin: 0 0 18px;
  color: var(--sgb-gold);
  font-size: clamp(22px, 2.25vw, 34px);
  font-weight: 900;
  line-height: 1.28;
  text-wrap: balance;
  text-shadow: 0 0 26px rgba(255, 194, 71, 0.18);
  animation: sgb-gold-pulse 4s ease-in-out infinite;
}

.sgb-hero-subtitle {
  max-width: 640px;
  margin: 0 0 28px;
  color: #c0ccda;
  font-size: 18px;
  line-height: 1.78;
}

.sgb-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 22px;
}

.sgb-dashboard {
  overflow: hidden;
  border: 1px solid rgba(124, 178, 236, 0.34);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(12, 28, 45, 0.92), rgba(5, 16, 28, 0.92)),
    rgba(9, 21, 34, 0.9);
  box-shadow: 0 30px 92px rgba(0, 0, 0, 0.46), 0 0 54px rgba(47, 128, 237, 0.12);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transform: rotateX(var(--sgb-tilt-x, 0deg)) rotateY(var(--sgb-tilt-y, 0deg));
  transform-style: preserve-3d;
  transition: transform 180ms ease, box-shadow 180ms ease;
  animation: sgb-dashboard-float 7s ease-in-out infinite;
}

.sgb-dashboard:hover {
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.52), 0 0 70px rgba(45, 212, 191, 0.18), 0 0 34px rgba(255, 194, 71, 0.08);
}

.sgb-dashboard::after {
  position: absolute;
  inset: 12px;
  z-index: 0;
  pointer-events: none;
  border: 1px solid rgba(45, 212, 191, 0.14);
  border-radius: 10px;
  box-shadow: inset 0 0 28px rgba(47, 128, 237, 0.08);
  content: "";
}

.sgb-radar {
  position: absolute;
  right: 26px;
  bottom: 28px;
  z-index: 1;
  width: 118px;
  height: 118px;
  pointer-events: none;
  border: 1px solid rgba(45, 212, 191, 0.16);
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(45, 212, 191, 0.18) 0 2px, transparent 3px),
    repeating-radial-gradient(circle, rgba(45, 212, 191, 0.12) 0 1px, transparent 1px 24px);
  opacity: 0.72;
}

.sgb-radar::before {
  position: absolute;
  inset: 50% 50% 0 50%;
  width: 50%;
  height: 1px;
  background: linear-gradient(90deg, rgba(45, 212, 191, 0.9), transparent);
  transform-origin: left center;
  animation: sgb-radar-sweep 2.8s linear infinite;
  content: "";
}

.sgb-radar span {
  position: absolute;
  inset: 20%;
  border: 1px solid rgba(255, 194, 71, 0.2);
  border-radius: inherit;
  animation: sgb-radar-ping 2.8s ease-out infinite;
}

.sgb-dashboard-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 64px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(124, 178, 236, 0.22);
}

.sgb-dashboard-title {
  color: #fff;
  font-size: 18px;
  font-weight: 950;
  font-style: italic;
  text-shadow: 0 0 22px rgba(255, 255, 255, 0.14);
}

.sgb-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #b9f5cd;
  font-size: 13px;
}

.sgb-status::before {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--sgb-green);
  box-shadow: 0 0 14px var(--sgb-green);
  animation: sgb-status-pulse 1.6s ease-in-out infinite;
  content: "";
}

.sgb-dashboard-body {
  display: grid;
  grid-template-columns: 140px 1fr;
  min-height: 394px;
}

.sgb-sidebar {
  padding: 18px 14px;
  border-right: 1px solid rgba(124, 178, 236, 0.18);
}

.sgb-sidebar span {
  display: block;
  padding: 9px 12px;
  border-radius: 6px;
  color: #9cafc5;
  font-size: 14px;
  font-weight: 700;
}

.sgb-sidebar span:first-child {
  color: #dfeeff;
  background: rgba(47, 128, 237, 0.28);
}

.sgb-dashboard-main {
  padding: 22px;
}

.sgb-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.sgb-metric {
  min-height: 94px;
  padding: 16px;
  border: 1px solid rgba(124, 178, 236, 0.2);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: hidden;
}

.sgb-metric::after,
.sgb-flow-card::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -70%;
  width: 55%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(153, 214, 255, 0.14), transparent);
  content: "";
  transform: skewX(-18deg);
  animation: sgb-card-sheen 6s ease-in-out infinite;
}

.sgb-metric span {
  display: block;
  color: #adbed2;
  font-size: 13px;
  font-weight: 700;
}

.sgb-metric strong {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  text-shadow: 0 0 22px rgba(126, 185, 255, 0.2);
  transform-origin: left bottom;
}

.sgb-metric strong.is-counting {
  animation: sgb-number-boot 760ms cubic-bezier(0.2, 0.82, 0.2, 1) both;
}

.sgb-flow-card {
  margin-top: 16px;
  padding: 20px 18px 18px;
  border: 1px solid rgba(124, 178, 236, 0.2);
  border-radius: 8px;
  background: rgba(3, 12, 22, 0.26);
  position: relative;
  overflow: hidden;
}

.sgb-flow-card > strong {
  display: block;
  margin-bottom: 16px;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
}

.sgb-mini-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  min-height: 132px;
  padding: 12px 4px 0;
}

.sgb-mini-flow::before {
  position: absolute;
  top: 41px;
  right: calc(10% + 21px);
  left: calc(10% + 21px);
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(45, 212, 191, 0.78), rgba(47, 128, 237, 0.62), rgba(255, 194, 71, 0.78));
  box-shadow: 0 0 22px rgba(45, 212, 191, 0.2);
  content: "";
}

.sgb-mini-flow::after {
  position: absolute;
  top: 36px;
  left: calc(10% + 21px);
  width: 86px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.85), transparent);
  filter: blur(5px);
  opacity: 0.5;
  animation: sgb-flow-scan 4.8s ease-in-out infinite;
  content: "";
}

.sgb-mini-step {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 11px;
  min-height: 122px;
  padding: 0 8px;
  color: #dbe8f8;
  text-align: center;
  font-size: 13px;
  font-weight: 850;
}

.sgb-mini-step span {
  display: block;
  max-width: 108px;
  line-height: 1.35;
}

.sgb-mini-step::before {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(180, 209, 241, 0.36);
  border-radius: 999px;
  background: radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.16), rgba(9, 25, 41, 0.94));
  color: var(--sgb-gold);
  content: attr(data-icon);
  font-size: 18px;
  box-shadow: 0 0 0 6px #061322, 0 0 26px rgba(47, 128, 237, 0.22);
  animation: sgb-node-pulse 3.8s ease-in-out infinite;
}

.sgb-mini-step::after {
  position: absolute;
  top: 53px;
  right: 10px;
  left: 10px;
  color: rgba(126, 148, 173, 0.72);
  content: attr(data-step);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  font-weight: 900;
}

.sgb-mini-step + .sgb-mini-step {
  background:
    linear-gradient(90deg, transparent 0 12px, rgba(124, 178, 236, 0.16) 12px 13px, transparent 13px);
}

.sgb-mini-step:last-child::before {
  border-color: rgba(67, 209, 122, 0.46);
  color: var(--sgb-green);
  box-shadow: 0 0 0 6px #061322, 0 0 28px rgba(67, 209, 122, 0.24);
}

.sgb-task-list {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.sgb-task {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 8px;
  align-items: center;
  padding: 8px 10px;
  border-radius: 6px;
  color: #cfdced;
  background: rgba(255, 255, 255, 0.05);
  font-size: 12px;
}

.sgb-badge {
  padding: 2px 8px;
  border-radius: 999px;
  color: #112016;
  background: #99e8a7;
  font-size: 11px;
  font-weight: 800;
}

.sgb-badge-warn {
  background: #ffd36a;
}

.sgb-problem {
  background: linear-gradient(180deg, #fff, #f6f9fd);
}

.sgb-section h2 {
  margin: 0;
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.15;
  letter-spacing: 0;
}

.sgb-section-header p {
  margin: 14px 0 0;
  color: var(--sgb-muted);
  font-size: 17px;
}

.sgb-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.sgb-card {
  min-height: 220px;
  padding: 26px;
  border: 1px solid #dfe6ef;
  border-radius: var(--sgb-radius);
  background: #fff;
  box-shadow: 0 10px 28px rgba(24, 45, 74, 0.06);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.sgb-card:hover,
.sgb-compare-card:hover,
.sgb-advantage-item:hover,
.sgb-feature:hover,
.sgb-step:hover,
.sgb-service-item:hover {
  transform: translateY(-4px);
  border-color: rgba(47, 128, 237, 0.34);
  box-shadow: 0 18px 42px rgba(24, 45, 74, 0.12);
}

.sgb-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--sgb-blue), #6db8ff);
  font-size: 22px;
  font-weight: 900;
}

.sgb-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
}

.sgb-card h3 span {
  color: #d72727;
  font-size: 14px;
}

.sgb-card p {
  margin: 0;
  color: var(--sgb-muted);
}

.sgb-features {
  background: #fff;
}

.sgb-seo-geo {
  color: #fff;
  background:
    linear-gradient(rgba(81, 143, 210, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(81, 143, 210, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 18% 22%, rgba(45, 212, 191, 0.16), transparent 28%),
    radial-gradient(circle at 84% 60%, rgba(255, 194, 71, 0.08), transparent 26%),
    linear-gradient(135deg, #07111d, #0c1726);
  background-size: 42px 42px, 42px 42px, auto, auto, auto;
}

.sgb-seo-geo .sgb-section-header p {
  color: #b8c7d9;
}

.sgb-compare-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.sgb-compare-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(124, 178, 236, 0.22);
  border-radius: var(--sgb-radius);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.18);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.sgb-compare-card::after {
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(45, 212, 191, 0.12);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(45, 212, 191, 0.14), transparent 64%);
  content: "";
}

.sgb-compare-card:hover,
.sgb-advantage-item:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 194, 71, 0.36);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.24), 0 0 34px rgba(47, 128, 237, 0.12);
}

.sgb-compare-card span {
  display: inline-grid;
  place-items: center;
  min-width: 62px;
  height: 36px;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 194, 71, 0.32);
  border-radius: 999px;
  color: var(--sgb-gold);
  background: rgba(255, 194, 71, 0.08);
  font-weight: 950;
}

.sgb-compare-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.2;
}

.sgb-compare-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #c4d1e1;
}

.sgb-advantage-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 30px;
  margin-top: 28px;
  padding: 30px;
  border: 1px solid rgba(124, 178, 236, 0.2);
  border-radius: 12px;
  background: rgba(3, 10, 20, 0.38);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.sgb-panel-kicker {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--sgb-cyan);
  font-size: 14px;
  font-weight: 900;
}

.sgb-advantage-copy h3 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3.1vw, 42px);
  line-height: 1.14;
}

.sgb-advantage-copy p {
  margin: 0;
  color: #b8c7d9;
  font-size: 17px;
}

.sgb-advantage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.sgb-advantage-item {
  padding: 18px;
  border: 1px solid rgba(124, 178, 236, 0.18);
  border-radius: var(--sgb-radius);
  background: rgba(255, 255, 255, 0.055);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.sgb-advantage-item h4 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 17px;
}

.sgb-advantage-item p {
  margin: 0;
  color: #bdcbdb;
  font-size: 14px;
}

.sgb-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.sgb-feature {
  min-height: 230px;
  padding: 22px;
  border: 1px solid #dfe7f0;
  border-radius: var(--sgb-radius);
  background: linear-gradient(180deg, #fff, #f7faff);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.sgb-platforms {
  background: linear-gradient(180deg, #f6f9fd, #fff);
}

.sgb-platform-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.sgb-platform-card {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  padding: 28px;
  border: 1px solid #dce6f2;
  border-radius: var(--sgb-radius);
  background:
    linear-gradient(rgba(47, 128, 237, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47, 128, 237, 0.045) 1px, transparent 1px),
    #fff;
  background-size: 32px 32px, 32px 32px, auto;
  box-shadow: 0 16px 44px rgba(24, 45, 74, 0.08);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.sgb-platform-card::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--sgb-blue), var(--sgb-cyan));
  content: "↔";
  font-weight: 950;
}

.sgb-platform-card:hover {
  transform: translateY(-4px);
  border-color: rgba(47, 128, 237, 0.34);
  box-shadow: 0 18px 42px rgba(24, 45, 74, 0.12);
}

.sgb-platform-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
}

.sgb-platform-card p {
  margin: 0;
  color: var(--sgb-muted);
}

.sgb-feature strong {
  display: block;
  margin-bottom: 10px;
  color: var(--sgb-blue);
  font-size: 13px;
}

.sgb-feature h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.sgb-feature p {
  margin: 0;
  color: var(--sgb-muted);
  font-size: 14px;
}

.sgb-workflow {
  color: var(--sgb-text);
  background:
    linear-gradient(rgba(80, 116, 154, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(80, 116, 154, 0.05) 1px, transparent 1px),
    radial-gradient(circle at 20% 30%, rgba(47, 128, 237, 0.08), transparent 28%),
    #fff;
  background-size: 42px 42px, 42px 42px, auto, auto;
  animation: sgb-grid-drift 18s linear infinite;
}

.sgb-workflow .sgb-section-header p {
  color: var(--sgb-muted);
}

.sgb-zflow {
  display: grid;
  gap: 54px;
}

.sgb-zrow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.78fr);
  gap: 48px;
  align-items: center;
}

.sgb-zrow-reverse {
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1fr);
}

.sgb-zrow-reverse .sgb-ui-mock {
  order: 2;
}

.sgb-zrow-reverse .sgb-zcopy {
  order: 1;
}

.sgb-ui-mock {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  padding: 22px;
  border: 1px solid rgba(47, 128, 237, 0.18);
  border-radius: 12px;
  background:
    linear-gradient(rgba(72, 130, 190, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(72, 130, 190, 0.08) 1px, transparent 1px),
    linear-gradient(145deg, #07121f, #0f2034);
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow: 0 24px 70px rgba(16, 42, 71, 0.18);
}

.sgb-ui-mock::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 8%, rgba(45, 212, 191, 0.08), transparent 32%);
  animation: sgb-hero-sweep 7s ease-in-out infinite;
  content: "";
}

.sgb-ui-top {
  display: flex;
  gap: 8px;
  margin-bottom: 22px;
}

.sgb-ui-top span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(185, 211, 240, 0.5);
}

.sgb-ui-list,
.sgb-ui-diff,
.sgb-ui-timeline {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  color: #dbe8f7;
}

.sgb-ui-list strong,
.sgb-ui-diff strong,
.sgb-ui-timeline strong {
  color: #fff;
  font-size: 20px;
}

.sgb-ui-list p,
.sgb-ui-diff p,
.sgb-ui-timeline p {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 13px 14px;
  border: 1px solid rgba(124, 178, 236, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.sgb-ui-list em {
  color: var(--sgb-gold);
  font-style: normal;
  font-weight: 900;
}

.sgb-ui-diff p:nth-child(2) {
  color: #f1a1a1;
}

.sgb-ui-diff p:nth-child(n + 3),
.sgb-ui-timeline p {
  color: #a9f3bf;
}

.sgb-zcopy .sgb-step-num {
  margin-bottom: 12px;
  color: var(--sgb-blue);
}

.sgb-zcopy h3 {
  margin: 0 0 12px;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.18;
}

.sgb-zcopy p {
  margin: 0;
  color: var(--sgb-muted);
  font-size: 18px;
}

.sgb-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.sgb-step {
  min-height: 260px;
  padding: 22px;
  border: 1px solid rgba(160, 190, 224, 0.2);
  border-radius: var(--sgb-radius);
  background: rgba(255, 255, 255, 0.05);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.sgb-step-num {
  display: block;
  margin-bottom: 18px;
  color: var(--sgb-gold);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.sgb-step h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.sgb-step p {
  margin: 0;
  color: #becce0;
  font-size: 14px;
}

.sgb-service {
  color: #fff;
  background:
    linear-gradient(rgba(110, 160, 215, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(110, 160, 215, 0.08) 1px, transparent 1px),
    linear-gradient(135deg, rgba(16, 32, 50, 0.92), rgba(3, 9, 19, 0.96));
  background-size: 42px 42px, 42px 42px, auto;
}

.sgb-service-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: center;
}

.sgb-service-copy p {
  color: #b8c7d9;
  font-size: 17px;
}

.sgb-service-list {
  display: grid;
  gap: 14px;
}

.sgb-service-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(124, 178, 236, 0.22);
  border-radius: var(--sgb-radius);
  background: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.sgb-check {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: #fff;
  background: var(--sgb-blue);
  font-weight: 900;
}

.sgb-service-item h3 {
  margin: 0 0 4px;
  font-size: 18px;
}

.sgb-service-item p {
  margin: 0;
  color: #bccade;
}

.sgb-form-box {
  padding: 24px;
  border: 1px solid #dae5f1;
  border-radius: var(--sgb-radius);
  background: #f9fbfe;
}

.sgb-form-box h3 {
  margin: 0 0 8px;
}

.sgb-form-box p {
  margin: 0 0 16px;
  color: var(--sgb-muted);
}

.sgb-form-placeholder {
  display: grid;
  gap: 10px;
}

.sgb-form-placeholder span {
  display: block;
  height: 42px;
  border: 1px solid #d5e0ec;
  border-radius: 6px;
  background: #fff;
}

.sgb-final-cta {
  color: var(--sgb-text);
  min-height: 60vh;
  display: flex;
  align-items: center;
  text-align: center;
  background:
    linear-gradient(rgba(47, 128, 237, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47, 128, 237, 0.05) 1px, transparent 1px),
    #fff;
  background-size: 42px 42px, 42px 42px, auto;
  animation: sgb-grid-drift 18s linear infinite reverse;
}

.sgb-final-grid {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 26px;
  align-items: center;
}

.sgb-final-cta h2 {
  max-width: 660px;
}

.sgb-final-cta p {
  max-width: 650px;
  color: var(--sgb-muted);
  margin-right: auto;
  margin-left: auto;
}

.sgb-footer {
  margin-top: auto;
  padding: 30px 0;
  color: #aebcd0;
  background: #030913;
}

.sgb-footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.sgb-footer-links {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
}

.sgb-blog-page {
  flex: 1 0 auto;
  background:
    radial-gradient(circle at top, rgba(38, 98, 170, 0.18), transparent 28%),
    linear-gradient(180deg, #050d18 0%, #08111d 320px, #07111c 100%);
}

.sgb-blog-hero {
  padding: 132px 0 72px;
  color: #fff;
  background:
    linear-gradient(rgba(81, 143, 210, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(81, 143, 210, 0.1) 1px, transparent 1px),
    radial-gradient(circle at 72% 18%, rgba(47, 128, 237, 0.24), transparent 34%),
    linear-gradient(135deg, #07111d, #030913);
  background-size: 48px 48px, 48px 48px, auto, auto;
}

.sgb-blog-hero h1 {
  max-width: 760px;
  margin: 24px 0 14px;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.1;
}

.sgb-blog-hero p {
  max-width: 720px;
  margin: 0;
  color: #c0ccda;
  font-size: 18px;
}

.sgb-blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.sgb-blog-card a {
  display: grid;
  grid-template-columns: minmax(0, 180px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  min-height: 0;
  padding: 24px 26px;
  border: 1px solid rgba(88, 142, 207, 0.2);
  border-radius: var(--sgb-radius);
  background:
    linear-gradient(180deg, rgba(11, 25, 43, 0.96), rgba(7, 17, 29, 0.98)),
    linear-gradient(90deg, rgba(47, 128, 237, 0.08), rgba(45, 212, 191, 0.03));
  box-shadow: inset 0 1px 0 rgba(169, 206, 247, 0.06), 0 14px 36px rgba(0, 0, 0, 0.2);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.sgb-blog-card a:hover {
  transform: translateY(-3px);
  border-color: rgba(81, 162, 239, 0.44);
  box-shadow: inset 0 1px 0 rgba(169, 206, 247, 0.1), 0 18px 44px rgba(0, 0, 0, 0.28);
}

.sgb-blog-card-meta {
  display: grid;
  gap: 10px;
  padding-right: 18px;
  border-right: 1px solid rgba(88, 142, 207, 0.18);
}

.sgb-blog-card-main {
  display: grid;
  gap: 10px;
}

.sgb-blog-card span {
  color: #8fbef6;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sgb-blog-card h2 {
  margin: 0;
  color: #f5f9ff;
  font-size: 28px;
  line-height: 1.14;
}

.sgb-blog-card strong {
  display: inline-flex;
  margin-top: 0;
  color: #ffc247;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sgb-blog-card p,
.sgb-empty-state p {
  margin: 0;
  color: #9eb0c6;
}

.sgb-pagination {
  margin-top: 34px;
  color: #dce9f8;
}

.sgb-empty-state {
  max-width: 720px;
  padding: 34px;
  border: 1px solid rgba(88, 142, 207, 0.2);
  border-radius: var(--sgb-radius);
  background: linear-gradient(180deg, rgba(11, 25, 43, 0.96), rgba(7, 17, 29, 0.98));
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.2);
}

.sgb-empty-state h2 {
  margin: 0 0 10px;
  color: #f5f9ff;
}

.sgb-blog-hero-single {
  padding-bottom: 126px;
}

.sgb-blog-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  color: #b7c7da;
  font-size: 14px;
  font-weight: 800;
}

.sgb-blog-back::before {
  content: "←";
}

.sgb-blog-meta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  color: #c0ccda;
  font-size: 14px;
}

.sgb-blog-meta strong {
  color: #fff;
  font-weight: 800;
}

.sgb-single-section {
  padding-top: 0;
  background: transparent;
}

.sgb-article {
  max-width: 920px;
  margin: -78px auto 0;
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid rgba(124, 178, 236, 0.22);
  border-radius: 12px;
  background:
    linear-gradient(rgba(81, 143, 210, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(81, 143, 210, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(11, 25, 43, 0.98), rgba(6, 17, 29, 0.98));
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.sgb-article-body {
  max-width: 760px;
  margin: 0 auto;
  color: #d8e5f5;
  font-size: 18px;
  line-height: 1.88;
}

.sgb-article-body > :first-child {
  margin-top: 0;
}

.sgb-article-body > :last-child {
  margin-bottom: 0;
}

.sgb-article-body h2,
.sgb-article-body h3,
.sgb-article-body h4 {
  margin: 1.9em 0 0.7em;
  color: #f5f9ff;
  line-height: 1.2;
}

.sgb-article-body h2 {
  font-size: 34px;
}

.sgb-article-body h3 {
  font-size: 26px;
}

.sgb-article-body h4 {
  font-size: 20px;
}

.sgb-article-body p,
.sgb-article-body ul,
.sgb-article-body ol,
.sgb-article-body blockquote {
  margin: 0 0 1.15em;
}

.sgb-article-body ul,
.sgb-article-body ol {
  padding-left: 1.4em;
}

.sgb-article-body li + li {
  margin-top: 0.45em;
}

.sgb-article-body a {
  color: #8fd6ff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sgb-article-body blockquote {
  padding: 18px 20px;
  border: 1px solid rgba(45, 212, 191, 0.22);
  border-left: 4px solid var(--sgb-cyan);
  border-radius: var(--sgb-radius);
  background: rgba(45, 212, 191, 0.08);
  color: #d8f7f2;
}

.sgb-article-body img {
  display: block;
  margin: 24px auto;
  border-radius: var(--sgb-radius);
}

.sgb-related {
  max-width: 920px;
  margin: 52px auto 0;
}

.sgb-related-header {
  margin-bottom: 22px;
}

.sgb-related-header h2 {
  margin: 0;
  color: #f5f9ff;
  font-size: 28px;
}

.sgb-related .sgb-empty-state {
  max-width: none;
  padding: 24px 28px;
  border-style: dashed;
  background: rgba(11, 25, 43, 0.72);
}

.sgb-footer-button {
  appearance: none;
  border: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

.sgb-modal-open {
  overflow: hidden;
}

.sgb-modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 22px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 220ms ease;
}

.sgb-modal.is-open {
  pointer-events: auto;
  opacity: 1;
}

.sgb-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 8, 18, 0.72);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.sgb-modal-panel {
  position: relative;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 34px;
  width: min(760px, 100%);
  padding: 34px;
  border: 1px solid rgba(124, 178, 236, 0.34);
  border-radius: 14px;
  color: #fff;
  background:
    linear-gradient(rgba(87, 147, 210, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(87, 147, 210, 0.08) 1px, transparent 1px),
    linear-gradient(145deg, #07111d, #0f1e31);
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.55), 0 0 54px rgba(47, 128, 237, 0.18);
  transform: translateY(16px) scale(0.97);
  transition: transform 260ms cubic-bezier(0.2, 0.82, 0.2, 1);
}

.sgb-modal.is-open .sgb-modal-panel {
  transform: translateY(0) scale(1);
}

.sgb-modal-close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  color: #dbe8f7;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.sgb-qr-box {
  display: grid;
  gap: 14px;
}

.sgb-qr-box img,
.sgb-qr-placeholder {
  width: 260px;
  aspect-ratio: 1;
  border: 10px solid #fff;
  border-radius: 8px;
  background: #fff;
}

.sgb-qr-placeholder {
  display: grid;
  place-items: center;
  color: #0b1728;
  background:
    linear-gradient(90deg, #111 10px, transparent 10px) 0 0 / 22px 22px,
    linear-gradient(#111 10px, transparent 10px) 0 0 / 22px 22px,
    #fff;
  font-size: 34px;
  font-weight: 950;
}

.sgb-qr-placeholder span {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border-radius: 10px;
  background: #fff;
}

.sgb-qr-box p {
  margin: 0;
  color: #c9d6e6;
  font-weight: 800;
}

.sgb-lead-form {
  display: grid;
  gap: 12px;
}

.sgb-lead-form p {
  margin: 0 0 4px;
  color: #c9d6e6;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
}

.sgb-lead-form label {
  display: grid;
  gap: 6px;
}

.sgb-lead-form label span {
  color: #aebed2;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.sgb-required-mark {
  color: var(--sgb-gold);
  font-style: normal;
}

.sgb-lead-form input,
.sgb-lead-form textarea {
  width: 100%;
  border: 1px solid rgba(124, 178, 236, 0.28);
  border-radius: 8px;
  color: #f5f9ff;
  background: rgba(255, 255, 255, 0.07);
  font: inherit;
  font-size: 14px;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.sgb-lead-form input {
  min-height: 42px;
  padding: 0 12px;
}

.sgb-lead-form textarea {
  min-height: 86px;
  padding: 10px 12px;
  resize: vertical;
}

.sgb-lead-form input::placeholder,
.sgb-lead-form textarea::placeholder {
  color: rgba(201, 214, 230, 0.48);
}

.sgb-lead-form input:focus,
.sgb-lead-form textarea:focus {
  border-color: rgba(45, 212, 191, 0.62);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 3px rgba(45, 212, 191, 0.12);
}

.sgb-lead-form .sgb-button {
  width: 100%;
  margin-top: 2px;
}

.sgb-lead-form .sgb-button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.sgb-form-alert {
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 850;
}

.sgb-form-alert[hidden] {
  display: none;
}

.sgb-form-alert.is-success {
  color: #12361f;
  background: #a8efbd;
}

.sgb-form-alert.is-error {
  color: #3a160e;
  background: #ffd2bf;
}

.sgb-modal-copy h2 {
  margin: 18px 0 20px;
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1.18;
}

.sgb-gift-list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sgb-gift-list li {
  display: flex;
  gap: 12px;
  color: #d8e5f5;
  font-size: 17px;
  font-weight: 800;
}

.sgb-gift-list li::before {
  color: var(--sgb-gold);
  content: "◆";
}

@media (max-width: 1040px) {
  .sgb-menu {
    display: none;
  }

  .sgb-nav > .sgb-lang-switcher {
    margin-left: auto;
  }

  .sgb-menu-toggle {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(124, 178, 236, 0.28);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.055);
    cursor: pointer;
  }

  .sgb-menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 2px 0;
    border-radius: 999px;
    background: #dbe8f7;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .sgb-menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .sgb-menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .sgb-menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .sgb-mobile-menu {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    border-top: 1px solid rgba(124, 178, 236, 0);
    opacity: 0;
    transition: max-height 220ms ease, opacity 180ms ease, padding 220ms ease, border-color 220ms ease;
  }

  .sgb-mobile-menu.is-open {
    max-height: 520px;
    padding: 8px 20px 12px;
    border-top-color: rgba(124, 178, 236, 0.18);
    opacity: 1;
  }

  .sgb-mobile-menu a,
  .sgb-mobile-menu button {
    width: 100%;
  }

  .sgb-mobile-menu > a {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 0 12px;
    border: 1px solid rgba(124, 178, 236, 0.18);
    border-radius: 8px;
    color: #dbe8f7;
    background: rgba(255, 255, 255, 0.045);
    font-size: 14px;
    font-weight: 850;
  }

  .sgb-mobile-menu .sgb-lang-switcher {
    justify-content: flex-end;
    width: auto;
    padding: 2px 4px;
  }

  .sgb-mobile-menu .sgb-lang-switcher a {
    min-height: 28px;
  }

  .sgb-nav > .sgb-button {
    display: none;
  }

  .sgb-hero-grid,
  .sgb-service-grid,
  .sgb-zrow,
  .sgb-zrow-reverse,
  .sgb-advantage-panel,
  .sgb-final-grid {
    grid-template-columns: 1fr;
  }

  .sgb-zrow-reverse .sgb-ui-mock,
  .sgb-zrow-reverse .sgb-zcopy {
    order: initial;
  }

  .sgb-hero-grid {
    gap: 34px;
  }

  .sgb-feature-grid,
  .sgb-compare-grid,
  .sgb-platform-grid,
  .sgb-blog-grid,
  .sgb-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 78px;
  }

  .sgb-container {
    width: min(100% - 24px, var(--sgb-max));
  }

  .sgb-section {
    padding: 64px 0;
  }

  .sgb-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(3, 9, 19, 0.88);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
  }

  .sgb-nav {
    min-height: 64px;
    gap: 10px;
  }

  .sgb-nav .sgb-button {
    display: none;
  }

  .sgb-nav > .sgb-lang-switcher {
    display: none;
  }

  .sgb-mobile-menu {
    padding-right: 12px;
    padding-left: 12px;
  }

  .sgb-mobile-menu.is-open {
    padding-right: 12px;
    padding-left: 12px;
  }

  .sgb-mobile-cta {
    position: fixed;
    z-index: 80;
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    padding: 10px;
    border: 1px solid rgba(124, 178, 236, 0.28);
    border-radius: 12px;
    color: #fff;
    background: rgba(3, 9, 19, 0.9);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.38), 0 0 28px rgba(47, 128, 237, 0.18);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
  }

  .sgb-mobile-cta span {
    padding-left: 4px;
    color: #c9d6e6;
    font-size: 12px;
    font-weight: 850;
  }

  .sgb-mobile-cta .sgb-button {
    min-height: 42px;
    padding: 0 12px;
    font-size: 12px;
    line-height: 1.15;
    white-space: nowrap;
  }

  .sgb-hero {
    min-height: auto;
    padding: 34px 0 44px;
    overflow: hidden;
  }

  .sgb-data-rain {
    inset: 16px 0 auto;
    display: grid;
    grid-template-columns: repeat(3, max-content);
    gap: 18px;
    justify-content: start;
    width: max-content;
    opacity: 0.42;
    animation: sgb-mobile-hud-track 18s linear infinite;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent);
  }

  .sgb-data-rain span {
    font-size: 10px;
    animation: none;
  }

  .sgb-radar {
    display: block;
    right: 14px;
    bottom: 14px;
    width: 76px;
    height: 76px;
    opacity: 0.52;
  }

  .sgb-hero-grid {
    gap: 28px;
  }

  .sgb-hero h1 {
    max-width: 360px;
    margin-top: 20px;
    font-size: clamp(42px, 13vw, 58px);
    line-height: 0.98;
  }

  .sgb-highlight-line {
    max-width: 350px;
    font-size: 23px;
    line-height: 1.18;
  }

  .sgb-hero-subtitle {
    max-width: 96%;
    font-size: 15px;
    line-height: 1.72;
  }

  .sgb-eyebrow {
    max-width: 100%;
    min-height: 34px;
    padding: 6px 12px;
    font-size: 12px;
  }

  .sgb-hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .sgb-hero-actions .sgb-button {
    width: 100%;
  }

  .sgb-section h2 {
    font-size: clamp(28px, 8vw, 38px);
  }

  .sgb-section-header {
    margin-bottom: 28px;
    text-align: left;
  }

  .sgb-section-header p {
    font-size: 15px;
  }

  .sgb-card-grid,
  .sgb-feature-grid,
  .sgb-compare-grid,
  .sgb-platform-grid {
    display: grid;
    grid-auto-columns: minmax(270px, 84vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    gap: 14px;
    overflow-x: auto;
    margin-right: -12px;
    margin-left: -12px;
    padding: 0 12px 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .sgb-card-grid::-webkit-scrollbar,
  .sgb-feature-grid::-webkit-scrollbar,
  .sgb-compare-grid::-webkit-scrollbar,
  .sgb-platform-grid::-webkit-scrollbar {
    display: none;
  }

  .sgb-card,
  .sgb-feature,
  .sgb-compare-card,
  .sgb-platform-card {
    scroll-snap-align: start;
  }

  .sgb-blog-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .sgb-advantage-grid,
  .sgb-steps {
    grid-template-columns: 1fr;
  }

  .sgb-dashboard-body {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .sgb-sidebar {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 10px 12px;
    border-right: 0;
    border-bottom: 1px solid rgba(124, 178, 236, 0.18);
    scrollbar-width: none;
  }

  .sgb-sidebar::-webkit-scrollbar {
    display: none;
  }

  .sgb-sidebar span {
    flex: 0 0 auto;
    padding: 7px 10px;
    font-size: 12px;
  }

  .sgb-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .sgb-mini-flow {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: auto;
    margin-top: 16px;
    padding-left: 11px;
  }

  .sgb-mini-flow::after {
    content: none;
  }

  .sgb-mini-flow::before {
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 29px;
    width: 2px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--sgb-cyan), rgba(47, 128, 237, 0.45), var(--sgb-gold));
    box-shadow: 0 0 18px rgba(45, 212, 191, 0.28);
    content: "";
  }

  .sgb-mini-step {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 62px;
    padding: 11px 42px 11px 58px;
    border: 1px solid rgba(124, 178, 236, 0.2);
    border-radius: 8px;
    background: linear-gradient(90deg, rgba(45, 212, 191, 0.12), rgba(255, 255, 255, 0.035));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045), 0 0 24px rgba(47, 128, 237, 0.08);
    text-align: left;
    color: #dbe8f8;
    font-size: 14px;
    font-weight: 850;
  }

  .sgb-mini-step span {
    max-width: none;
  }

  .sgb-mini-step:last-child {
    border-bottom: 1px solid rgba(124, 178, 236, 0.14);
  }

  .sgb-mini-step::before {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    width: 38px;
    height: 38px;
    border-color: rgba(45, 212, 191, 0.42);
    background: #071521;
    box-shadow: 0 0 0 5px #071521, 0 0 20px rgba(45, 212, 191, 0.32);
    font-size: 15px;
    transform: translateY(-50%);
  }

  .sgb-mini-step::after {
    position: absolute;
    top: 50%;
    right: 14px;
    display: block;
    color: rgba(255, 194, 71, 0.8);
    content: "↓";
    font-size: 15px;
    transform: translateY(-50%);
  }

  .sgb-mini-step + .sgb-mini-step::after {
    top: 50%;
    left: auto;
    right: 14px;
    background: none;
    color: rgba(255, 194, 71, 0.8);
    content: "↓";
    transform: translateY(-50%);
  }

  .sgb-mini-step:last-child::after {
    color: var(--sgb-green);
    content: "✓";
  }

  .sgb-dashboard {
    border-radius: 12px;
    animation-duration: 8s;
  }

  .sgb-dashboard-top {
    min-height: 52px;
    padding: 0 14px;
  }

  .sgb-dashboard-title {
    font-size: 16px;
  }

  .sgb-dashboard-main {
    padding: 14px;
  }

  .sgb-metric {
    min-height: 78px;
    padding: 12px;
  }

  .sgb-metric strong {
    font-size: 28px;
  }

  .sgb-flow-card {
    padding: 14px;
  }

  .sgb-task {
    grid-template-columns: 1fr;
    gap: 6px;
    font-size: 11px;
  }

  .sgb-ui-mock {
    min-height: 240px;
    padding: 16px;
  }

  .sgb-zflow {
    gap: 38px;
  }

  .sgb-zrow {
    gap: 20px;
  }

  .sgb-zcopy h3 {
    font-size: 26px;
  }

  .sgb-zcopy p {
    font-size: 15px;
  }

  .sgb-card,
  .sgb-feature,
  .sgb-compare-card,
  .sgb-platform-card,
  .sgb-service-item,
  .sgb-blog-card a {
    min-height: 220px;
    padding: 20px;
  }

  .sgb-service-list {
    gap: 10px;
  }

  .sgb-advantage-panel {
    padding: 22px;
  }

  .sgb-advantage-copy h3 {
    font-size: 28px;
  }

  .sgb-final-cta {
    min-height: 52vh;
  }

  .sgb-modal-panel {
    grid-template-columns: 1fr;
    gap: 20px;
    max-height: calc(100vh - 42px);
    overflow-y: auto;
    padding: 24px;
  }

  .sgb-qr-box img,
  .sgb-qr-placeholder {
    width: min(230px, 100%);
  }

  .sgb-modal-copy h2 {
    margin-top: 4px;
    font-size: 25px;
  }

  .sgb-gift-list {
    gap: 12px;
  }

  .sgb-gift-list li {
    font-size: 14px;
  }

  .sgb-footer-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .sgb-footer-links {
    flex-wrap: wrap;
  }

  .sgb-blog-hero {
    padding: 82px 0 44px;
  }

  .sgb-blog-hero-single {
    padding-bottom: 82px;
  }

  .sgb-blog-hero h1 {
    max-width: 100%;
    margin-top: 18px;
    font-size: clamp(38px, 10vw, 48px);
    line-height: 1.04;
  }

  .sgb-blog-hero p {
    font-size: 15px;
    line-height: 1.7;
  }

  .sgb-blog-back {
    margin-bottom: 16px;
    font-size: 13px;
  }

  .sgb-blog-meta {
    display: grid;
    gap: 4px;
    margin-top: 18px;
    font-size: 13px;
  }

  .sgb-blog-card a {
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: 0;
    padding: 18px;
  }

  .sgb-blog-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-right: 0;
    padding-bottom: 12px;
    border-right: 0;
    border-bottom: 1px solid rgba(88, 142, 207, 0.18);
  }

  .sgb-blog-card span,
  .sgb-blog-card strong {
    font-size: 11px;
  }

  .sgb-blog-card h2 {
    font-size: 21px;
    line-height: 1.22;
  }

  .sgb-blog-card p {
    font-size: 14px;
    line-height: 1.65;
  }

  .sgb-single-section {
    padding-bottom: 56px;
  }

  .sgb-article {
    margin-top: -52px;
    padding: 22px 18px;
    border-radius: 10px;
  }

  .sgb-article-body {
    font-size: 16px;
    line-height: 1.78;
  }

  .sgb-article-body h2 {
    font-size: 26px;
  }

  .sgb-article-body h3 {
    font-size: 22px;
  }

  .sgb-article-body blockquote {
    padding: 14px 16px;
  }

  .sgb-related {
    margin-top: 34px;
  }

  .sgb-related-header h2 {
    font-size: 23px;
  }

  .sgb-related .sgb-empty-state {
    padding: 18px;
  }

  .sgb-page {
    overflow: hidden;
    overflow: clip;
  }
}

@media (max-width: 440px) {
  .sgb-logo {
    gap: 8px;
  }

  .sgb-logo-text strong {
    font-size: 15px;
  }

  .sgb-logo-text small {
    max-width: 140px;
    overflow: hidden;
    font-size: 10px;
    text-overflow: ellipsis;
  }

  .sgb-dashboard-main {
    padding: 12px;
  }

  .sgb-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sgb-logo-mark {
    width: 30px;
    height: 22px;
  }

  .sgb-custom-logo {
    max-width: 116px;
    max-height: 34px;
  }

  .sgb-hero-actions {
    grid-template-columns: 1fr;
  }

  .sgb-card-grid,
  .sgb-feature-grid,
  .sgb-compare-grid,
  .sgb-platform-grid {
    grid-auto-columns: minmax(260px, 86vw);
  }

  .sgb-blog-hero {
    padding-top: 74px;
  }

  .sgb-blog-hero h1 {
    font-size: clamp(34px, 12vw, 42px);
  }

  .sgb-blog-card a {
    padding: 16px;
  }

  .sgb-article {
    margin-right: -2px;
    margin-left: -2px;
    padding: 20px 16px;
  }

  .sgb-article-body {
    font-size: 15.5px;
  }
}

@keyframes sgb-hero-sweep {
  0%,
  100% {
    opacity: 0.55;
    transform: translateX(-8%);
  }

  50% {
    opacity: 1;
    transform: translateX(8%);
  }
}

@keyframes sgb-line-scan {
  0%,
  100% {
    opacity: 0.35;
    transform: scaleX(0.72);
  }

  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes sgb-orbit {
  from {
    transform: rotate(0deg) translateX(8px) rotate(0deg);
  }

  to {
    transform: rotate(360deg) translateX(8px) rotate(-360deg);
  }
}

@keyframes sgb-gold-pulse {
  0%,
  100% {
    text-shadow: 0 0 20px rgba(255, 194, 71, 0.14);
  }

  50% {
    text-shadow: 0 0 34px rgba(255, 194, 71, 0.32);
  }
}

@keyframes sgb-dashboard-float {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -10px;
  }
}

@keyframes sgb-data-float {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0);
  }

  12%,
  78% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(40px, 0, 0);
  }
}

@keyframes sgb-mobile-hud-track {
  from {
    transform: translate3d(12px, 0, 0);
  }

  to {
    transform: translate3d(-46%, 0, 0);
  }
}

@keyframes sgb-radar-sweep {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes sgb-radar-ping {
  0% {
    opacity: 0.85;
    transform: scale(0.78);
  }

  100% {
    opacity: 0;
    transform: scale(1.55);
  }
}

@keyframes sgb-number-boot {
  0% {
    opacity: 0;
    filter: blur(8px);
    transform: translateY(12px) scale(0.88);
  }

  42% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(-2px) scale(1.08);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
}

@keyframes sgb-status-pulse {
  0%,
  100% {
    opacity: 0.72;
    transform: scale(0.92);
  }

  50% {
    opacity: 1;
    transform: scale(1.18);
  }
}

@keyframes sgb-card-sheen {
  0%,
  38% {
    left: -75%;
  }

  58%,
  100% {
    left: 126%;
  }
}

@keyframes sgb-flow-scan {
  0%,
  100% {
    opacity: 0;
    transform: translateX(0);
  }

  18% {
    opacity: 0.6;
  }

  70% {
    opacity: 0.6;
  }

  100% {
    transform: translateX(720px);
  }
}

@keyframes sgb-node-pulse {
  0%,
  100% {
    border-color: rgba(180, 209, 241, 0.28);
    box-shadow: 0 0 0 6px #061322, 0 0 20px rgba(47, 128, 237, 0.1);
  }

  50% {
    border-color: rgba(255, 194, 71, 0.5);
    box-shadow: 0 0 0 6px #061322, 0 0 30px rgba(255, 194, 71, 0.2);
  }
}

@keyframes sgb-grid-drift {
  from {
    background-position: 0 0, 0 0, center, center;
  }

  to {
    background-position: 42px 42px, 42px 42px, center, center;
  }
}

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

  .sgb-motion-ready .sgb-reveal {
    opacity: 1;
    transform: none;
    filter: none;
  }

  .sgb-reactive::before,
  .sgb-dashboard::after,
  .sgb-data-rain,
  .sgb-radar {
    display: none;
  }
}
