@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,400&display=swap");

:root {
  --so-ink: #1f4790;
  --so-muted: #4b5563;
  --so-line: #d6d6d6;
  --so-paper: #fdfdfd;
  --so-navy: #1f4790;
  --so-navy-deep: #16356e;
  --so-orange: #ff5500;
  --so-peach: #ffdcca;
  --so-soft: #fff7f2;
  --so-page: min(1600px, calc(100% - 56px));
}

body[data-theme="light"],
body[data-theme-mode-panel-active] {
  font-family: Poppins, system-ui, sans-serif !important;
  color: #111 !important;
  background: #fff !important;
}

body[data-theme="light"] .site-wrapper {
  overflow-x: hidden;
  background: transparent !important;
  z-index: 1;
}

.so-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.so-bg-orb {
  position: absolute;
  border-radius: 50%;
  will-change: transform;
}

.so-bg-orb-a {
  width: min(560px, 48vw);
  height: min(560px, 48vw);
  right: -8%;
  top: -12%;
  background: radial-gradient(circle, rgba(255, 220, 202, 0.72) 0%, rgba(255, 220, 202, 0) 70%);
  animation: so-drift-a 32s ease-in-out infinite;
}

.so-bg-orb-b {
  width: min(480px, 42vw);
  height: min(480px, 42vw);
  left: -12%;
  bottom: 6%;
  background: radial-gradient(circle, rgba(31, 71, 144, 0.1) 0%, rgba(31, 71, 144, 0) 70%);
  animation: so-drift-b 38s ease-in-out infinite;
}

.so-bg-orb-c {
  width: min(340px, 36vw);
  height: min(340px, 36vw);
  left: 46%;
  top: 42%;
  background: radial-gradient(circle, rgba(255, 85, 0, 0.08) 0%, rgba(255, 85, 0, 0) 72%);
  animation: so-drift-c 26s ease-in-out infinite;
}

body:has(.so-hero) .hero-area-l1,
body:has(.so-hero) .feature-area-l1,
body:has(.so-hero) .content-are-l1-1,
body:has(.so-hero) .content-area-2-l1,
body:has(.so-hero) .testimonial-area-l1 {
  display: none !important;
}

.so-wrap {
  width: var(--so-page);
  margin: 0 auto;
}

.so-topbar {
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  font-size: 13px;
  font-weight: 500;
}

.so-topbar-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
}

.so-topbar a {
  color: var(--so-navy) !important;
  text-decoration: none !important;
}

.so-topbar a:first-child {
  color: var(--so-orange) !important;
}

.site-header.landing-1-menu {
  position: sticky !important;
  top: 0;
  z-index: 50;
  background: #fff !important;
  padding: 18px 0 !important;
  box-shadow: -1px 2px 21px -4px rgba(0, 0, 0, 0.11);
  border-bottom: 0 !important;
}

.site-header .site-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: var(--so-page);
  margin: 0 auto;
}

.site-header .navbar.site-navbar {
  padding: 0;
}

.site-header .menu-block-wrapper {
  margin-left: auto;
}

.site-header .brand-logo img {
  height: 48px !important;
  width: auto;
  max-width: 220px;
  object-fit: contain;
}

.site-header .dark-version-logo {
  display: none !important;
}

.site-header .site-menu-main {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 992px) {
  .site-header .site-menu-main {
    display: flex;
    align-items: center;
    gap: 28px;
  }

  .site-header .nav-link-item,
  .site-header .site-menu-main a {
    padding: 0 !important;
  }
}

.site-header .nav-link-item,
.site-header .site-menu-main a {
  color: var(--so-navy) !important;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none !important;
}

.site-header .nav-link-item:hover {
  color: var(--so-orange) !important;
}

.site-header .so-menu-install {
  display: block;
  width: 100%;
  background: none;
  border: 0;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
}

.so-header-actions,
.site-header .header-btn {
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.site-header .mobile-menu-trigger span,
.site-header .mobile-menu-trigger span:before,
.site-header .mobile-menu-trigger span:after {
  background: var(--so-navy) !important;
}

.so-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
  align-items: center;
  width: var(--so-page);
  margin: 0 auto;
  padding: 72px 0 40px;
  position: relative;
}

.so-hero-copy h1 {
  margin: 0;
  font-size: clamp(2.1rem, 4.5vw, 3.4rem);
  line-height: 1.15;
  color: var(--so-navy);
  font-weight: 600;
}

.so-hero-copy h1 span {
  display: block;
  font-weight: 400;
  font-size: clamp(1.3rem, 2.4vw, 2.15rem);
  color: var(--so-orange);
  margin-bottom: 8px;
}

.so-hero-sub {
  margin: 22px 0 12px;
  color: var(--so-navy);
  font-size: 18px;
  font-weight: 500;
}

.so-lead {
  max-width: 600px;
  font-size: 18px;
  line-height: 1.6;
  color: var(--so-navy);
  font-weight: 300;
  margin: 0 0 24px;
}

.so-hero-cta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.so-google {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 43px;
  background: #fff;
  color: #3c4043 !important;
  border: 1px solid #dadce0;
  text-decoration: none !important;
  font-weight: 500;
  font-size: 14px;
  box-shadow: 0 1px 2px rgba(60, 64, 67, 0.08);
}

.so-google:hover {
  background: #f8f9fa;
  box-shadow: 0 2px 8px rgba(60, 64, 67, 0.12);
}

.so-google-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.so-seal {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff3, transparent 45%), var(--so-navy);
  color: #ffd27a;
  border: 3px solid #e8b84a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.1;
  box-shadow: 0 8px 20px rgba(31, 71, 144, 0.22);
  animation: so-pulse 2.6s ease-in-out infinite;
}

.so-seal strong {
  font-size: 16px;
  color: #fff;
}

.so-seal em {
  font-style: normal;
  font-size: 9px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffd27a;
  font-weight: 600;
}

.so-hero-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
  color: var(--so-navy);
  font-weight: 500;
}

.so-flag-stack {
  display: flex;
  align-items: center;
}

.so-flag-stack img {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  margin-left: -10px;
  animation: so-pop 0.6s ease both;
}

.so-flag-stack img:first-child {
  margin-left: 0;
}

.so-flag-stack img:nth-child(2) { animation-delay: 0.08s; }
.so-flag-stack img:nth-child(3) { animation-delay: 0.16s; }
.so-flag-stack img:nth-child(4) { animation-delay: 0.24s; }
.so-flag-stack img:nth-child(5) { animation-delay: 0.32s; }

.so-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 36px;
  border-radius: 43px;
  background: var(--so-orange);
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 600;
  border: 0;
  font-family: inherit;
}

.so-btn:hover {
  background: #e04c00;
}

.so-btn-peach {
  background: var(--so-peach);
  color: var(--so-orange) !important;
  font-weight: 600;
}

.so-btn-peach:hover {
  background: var(--so-orange);
  color: #fff !important;
}

.so-btn-navy {
  background: var(--so-navy);
  color: #fff !important;
}

.so-btn-navy:hover {
  background: var(--so-navy-deep);
}

.so-header-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.so-header-install {
  min-height: 44px;
  padding: 0 18px;
  font-size: 14px;
}

.so-nav-install {
  display: none;
}

.so-btn-outline {
  background: #fff;
  color: var(--so-orange) !important;
  border: 1px solid var(--so-orange);
}

.so-btn-outline:hover {
  background: var(--so-orange);
  color: #fff !important;
}

.so-hero-art {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.so-hero-art::after {
  content: "";
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: var(--so-peach);
  position: absolute;
  right: -120px;
  top: -40px;
  z-index: 0;
}

.so-dash {
  position: relative;
  z-index: 1;
  width: min(380px, 92%);
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(31, 71, 144, 0.16);
  padding: 18px;
  animation: so-float 4.8s ease-in-out infinite;
}

.so-dash-top {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.so-dash-top b,
.so-dash-top span {
  flex: 1;
  text-align: center;
  border-radius: 12px;
  padding: 10px 8px;
  font-size: 13px;
}

.so-dash-top b {
  background: var(--so-orange);
  color: #fff;
}

.so-dash-top span {
  background: var(--so-navy);
  color: #fff;
}

.so-dash-steps {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  display: grid;
  gap: 8px;
}

.so-dash-steps li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--so-navy);
}

.so-dash-steps em {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--so-peach);
  color: var(--so-orange);
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.so-dash-row {
  background: #f6f6f6;
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #222;
  display: flex;
  align-items: center;
  gap: 10px;
}

.so-dash-row img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  object-fit: cover;
}

.so-ticker {
  overflow: hidden;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  background: #fffaf6;
  padding: 14px 0;
}

.so-ticker-track {
  display: flex;
  gap: 22px;
  width: max-content;
  animation: so-marquee 32s linear infinite;
}

.so-ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--so-navy);
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

.so-ticker-item img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  object-fit: cover;
}

.so-benefits {
  border-top: 1px solid var(--so-line);
  border-bottom: 1px solid var(--so-line);
  padding: 56px 0;
}

.so-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.so-benefit {
  text-align: center;
  padding: 0 28px;
  position: relative;
  transition: transform 0.25s ease;
}

.so-benefit:hover {
  transform: translateY(-6px);
}

.so-benefit:not(.so-benefit-last)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 22%;
  height: 75px;
  width: 1px;
  background: var(--so-line);
}

.so-benefit-icon {
  width: 84px;
  height: 84px;
  margin: 0 auto 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--so-orange);
  background: var(--so-peach);
  border-radius: 50%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.so-benefit-icon svg {
  width: 38px;
  height: 38px;
  display: block;
}

.so-benefit:hover .so-benefit-icon {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 10px 18px rgba(255, 85, 0, 0.16);
}

.so-benefit h2 {
  margin: 0 0 8px;
  color: var(--so-navy);
  font-size: 18px;
  font-weight: 500;
}

.so-benefit p {
  margin: 0;
  color: #000;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
}

.so-section {
  padding: 72px 0;
}

.so-section-soft {
  background: #fafafa;
}

.so-head {
  text-align: center;
  color: var(--so-navy);
  font-weight: 500;
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 0 0 36px;
}

.so-head span {
  color: var(--so-orange);
}

.so-service-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}

.so-service {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 92px;
  background: #fff;
  border: 1px solid #f0e4dc;
  border-radius: 16px;
  padding: 14px 10px;
  text-decoration: none !important;
  color: var(--so-navy) !important;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 8px 18px rgba(31, 71, 144, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.so-service:hover {
  transform: translateY(-3px);
  border-color: var(--so-orange);
  box-shadow: 0 12px 22px rgba(255, 85, 0, 0.12);
}

.so-service i {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #fff4ee;
  font-size: 18px;
  color: var(--so-navy);
}

.so-service .fa-whatsapp { color: #25d366; }
.so-service .fa-telegram-plane { color: #2aabee; }
.so-service .fa-instagram { color: #e1306c; }
.so-service .fa-facebook-f { color: #1877f2; }
.so-service .fa-google { color: #4285f4; }
.so-service .fa-amazon { color: #ff9900; }
.so-service .fa-tiktok { color: #111; }
.so-service .fa-discord { color: #5865f2; }
.so-service .fa-apple { color: #111; }
.so-service .fa-x-twitter { color: #111; }

.so-center {
  text-align: center;
}

.so-section-steps {
  padding-top: 12px;
}

.so-steps-box {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: center;
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 85, 0, 0.22), transparent 28%),
    linear-gradient(145deg, #16356e 0%, var(--so-navy) 55%, #142a5c 100%);
  border-radius: 28px;
  padding: 52px 48px;
  overflow: hidden;
  position: relative;
}

.so-steps-kicker {
  display: inline-flex;
  margin: 0 0 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 85, 0, 0.18);
  color: #ffdcca;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.so-steps-copy h2 {
  color: #fff;
  font-weight: 200;
  font-size: 32px;
  line-height: 1.25;
  margin: 0 0 18px;
  max-width: 500px;
}

.so-steps-copy h2 span {
  font-weight: 400;
}

.so-steps-copy p {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  max-width: 500px;
  margin: 0 0 18px;
}

.so-pay-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
}

.so-pay-pills span {
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.so-steps-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.so-flow-card {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  padding: 22px 16px 20px;
  text-align: left;
  backdrop-filter: blur(8px);
  transition: transform 0.2s ease, background 0.2s ease;
}

.so-flow-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.14);
}

.so-flow-card span {
  display: inline-flex;
  min-width: 34px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--so-orange);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 12px;
}

.so-flow-card i {
  display: flex;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--so-peach);
  color: var(--so-orange);
  font-size: 18px;
}

.so-flow-card b {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

.so-flow-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 300;
}

.so-row-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 24px;
}

.so-row-head .so-head {
  margin: 0;
  text-align: left;
}

.so-row-head a {
  color: var(--so-navy) !important;
  font-size: 15px;
  white-space: nowrap;
}

.so-country-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.so-country-grid span,
.so-country {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 16px;
  padding: 12px 14px;
  color: var(--so-navy) !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(31, 71, 144, 0.05);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.so-country:hover {
  transform: translateY(-4px);
  border-color: var(--so-orange);
  box-shadow: 0 12px 24px rgba(255, 85, 0, 0.12);
}

.so-country span {
  flex: 1;
  background: none;
  border: 0;
  box-shadow: none;
  padding: 0;
  font-size: 13px;
}

.so-country em {
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
  color: var(--so-orange);
  background: var(--so-soft);
  border-radius: 999px;
  padding: 4px 8px;
}

.so-country img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}

.so-prose h2 {
  color: var(--so-navy);
  margin: 0 0 14px;
}

.so-prose p {
  color: #444;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
}

.so-legal {
  max-width: 800px;
}

.so-legal h2 {
  margin-top: 28px;
  font-size: 1.2rem;
}

.so-legal ul {
  margin: 0 0 16px;
  padding-left: 1.2em;
  color: #444;
  font-weight: 300;
  line-height: 1.7;
}

.so-apps {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  align-items: center;
}

.so-apps-copy h2 {
  color: var(--so-navy);
  margin: 0 0 14px;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
}

.so-apps-copy p {
  color: #444;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
}

.so-app-cards {
  display: grid;
  gap: 12px;
}

.so-app-card {
  display: grid;
  grid-template-columns: 48px 1fr;
  grid-template-rows: auto auto;
  column-gap: 14px;
  align-items: center;
  padding: 16px 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #eee;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(31, 71, 144, 0.06);
  transition: transform 0.2s ease;
}

.so-app-card:hover {
  transform: translateX(6px);
}

.so-app-card i {
  grid-row: 1 / span 2;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
}

.so-app-wa i { background: #25d366; }
.so-app-tg i { background: #229ed9; }
.so-app-ig i { background: linear-gradient(135deg, #f58529, #dd2a7b 55%, #8134af); }

.so-app-card b {
  color: var(--so-navy);
  font-size: 16px;
}

.so-app-card span {
  color: #777;
  font-size: 13px;
}

.so-faq {
  max-width: 860px;
  margin: 0 auto;
}

.so-faq-item {
  margin-bottom: 12px;
  padding: 0;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #eee;
  box-shadow: 0 10px 24px rgba(31, 71, 144, 0.05);
  overflow: hidden;
}

.so-faq-item summary {
  cursor: pointer;
  font-weight: 500;
  color: var(--so-navy);
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
}

.so-faq-item summary::-webkit-details-marker {
  display: none;
}

.so-faq-item summary::after {
  content: "+";
  margin-left: auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--so-peach);
  color: var(--so-orange);
  font-size: 18px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 28px;
}

.so-faq-item[open] summary::after {
  content: "–";
}

.so-faq-item div {
  margin: 0;
  padding: 0 20px 18px 20px;
  color: #555;
  font-weight: 300;
  line-height: 1.65;
}

.so-guides-lead {
  text-align: center;
  color: #666;
  margin: -18px auto 28px;
  max-width: 560px;
}

.so-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}

.so-guide-card {
  display: grid;
  gap: 8px;
  padding: 24px 22px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #eee;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(31, 71, 144, 0.06);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.so-guide-card:hover {
  transform: translateY(-5px);
  border-color: var(--so-orange);
}

.so-guide-card i {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--so-peach);
  color: var(--so-orange);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.so-guide-card b {
  color: var(--so-navy);
  font-size: 17px;
}

.so-guide-card span {
  color: #666;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.45;
}

.so-blog-hero,
.so-post-hero {
  background: var(--so-soft);
  padding: 48px 0 32px;
}

.so-blog-hero h1,
.so-post-hero h1 {
  margin: 0 0 10px;
  color: var(--so-navy);
  font-size: clamp(1.8rem, 4vw, 2.4rem);
}

.so-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 40px 0 64px;
}

.so-blog-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none !important;
  color: inherit !important;
}

.so-blog-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  background: var(--so-peach);
}

.so-blog-card div {
  padding: 16px 18px 20px;
}

.so-blog-card time {
  font-size: 12px;
  color: #888;
}

.so-blog-card h2 {
  margin: 6px 0 0;
  font-size: 1.05rem;
  color: var(--so-navy);
}

.so-post {
  width: min(760px, calc(100% - 32px));
  margin: 0 auto;
  padding: 36px 0 72px;
  font-size: 17px;
  line-height: 1.7;
}

.so-post h2,
.so-post h3 {
  margin: 28px 0 12px;
  color: var(--so-navy);
}

.so-post img {
  max-width: 100%;
  border-radius: 12px;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pagination a,
.pagination span,
.pagination .page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid var(--so-line) !important;
  background: #fff !important;
  color: var(--so-navy) !important;
  text-decoration: none !important;
  font-weight: 600;
}

.pagination .page-item.active .page-link,
.pagination .active > a {
  background: var(--so-orange) !important;
  border-color: var(--so-orange) !important;
  color: #fff !important;
}

.so-meta {
  color: #888;
  font-size: 14px;
  margin-bottom: 8px;
}

body[data-theme="light"] .footer-area,
footer.so-footer,
footer.footer-area {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 85, 0, 0.18), transparent 32%),
    var(--so-navy) !important;
  color: rgba(255, 255, 255, 0.72) !important;
  padding: 56px 0 20px !important;
}

.so-footer-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  gap: 36px;
  align-items: start;
  margin-bottom: 8px;
}

.so-footer-brand img {
  height: 42px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  margin-bottom: 14px;
  background: #fff;
  border-radius: 10px;
  padding: 6px 10px;
}

.so-footer-brand p {
  margin: 0 0 16px;
  max-width: 280px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

.so-footer-tg {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--so-orange) !important;
  color: #fff !important;
  font-weight: 600;
  font-size: 13px !important;
}

.so-footer-cols {
  margin: 0;
}

footer.so-footer h6,
footer.footer-area h6 {
  color: #fff !important;
  font-weight: 600 !important;
  margin-bottom: 12px !important;
}

footer.so-footer a,
footer.footer-area a {
  color: rgba(255, 255, 255, 0.72) !important;
  text-decoration: none !important;
  font-size: 0.85rem;
}

footer.so-footer li {
  margin-bottom: 6px;
}

.so-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-top: 24px !important;
  margin-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.so-footer-bottom p {
  margin: 0;
  font-size: 0.8rem;
}

@keyframes so-float {
  0%,
  100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes so-pulse {
  0%,
  100% { transform: scale(1); box-shadow: 0 8px 20px rgba(31, 71, 144, 0.22); }
  50% { transform: scale(1.06); box-shadow: 0 12px 26px rgba(255, 85, 0, 0.28); }
}

@keyframes so-pop {
  from { opacity: 0; transform: scale(0.6); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes so-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes so-drift-a {
  0%,
  100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(-5%, 7%, 0) scale(1.08); }
}

@keyframes so-drift-b {
  0%,
  100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(6%, -5%, 0) scale(1.06); }
}

@keyframes so-drift-c {
  0%,
  100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(-4%, 5%, 0); }
}

.so-mobile-bar {
  display: none;
}

html {
  overflow-x: hidden;
}

@media (max-width: 991px) {
  :root {
    --so-page: calc(100% - 28px);
  }

  body[data-theme="light"] {
    padding-bottom: calc(78px + env(safe-area-inset-bottom, 0px));
    overflow-x: hidden;
  }

  body:has(.menu-block.active) .so-mobile-bar {
    display: none !important;
  }

  .site-header .menu-block {
    width: min(88vw, 360px);
    z-index: 1200;
    box-shadow: 12px 0 40px rgba(31, 71, 144, 0.18);
  }

  .site-header .menu-block .site-menu-main {
    display: block;
    height: calc(100% - 50px);
    padding: 8px 0 32px;
  }

  .site-header .menu-block .site-menu-main > li {
    display: block;
    width: 100%;
    margin: 0;
  }

  .site-header .menu-block .nav-link-item,
  .site-header .menu-block .site-menu-main a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 16px 20px !important;
    font-size: 16px;
    line-height: 1.35;
    white-space: normal;
    border-bottom: 1px solid #f0f0f0;
  }

  .so-mobile-bar {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
    width: 100%;
    box-sizing: border-box;
    gap: 10px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid #eee;
    box-shadow: 0 -10px 24px rgba(31, 71, 144, 0.1);
  }

  .so-mobile-bar a,
  .so-mobile-bar button {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 14px;
    font-weight: 600;
    font-size: 14px;
    font-family: inherit;
    text-decoration: none !important;
    color: var(--so-navy) !important;
    background: #fff;
    border: 1px solid #e6e6e6;
    cursor: pointer;
  }

  .so-mobile-bar .so-mobile-bar-install {
    flex: 1.15;
    background: #ff5500 !important;
    border-color: #ff5500 !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
  }

  .so-mobile-bar .so-mobile-bar-main {
    flex: 1.35;
    background: var(--so-navy) !important;
    border-color: var(--so-navy) !important;
    color: #fff !important;
  }

  .so-nav-install {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    margin-left: auto;
    margin-right: 8px;
    padding: 0 14px;
    border: 0;
    border-radius: 10px;
    background: #ff5500;
    color: #fff !important;
    font-weight: 700;
    font-size: 14px;
    font-family: inherit;
    cursor: pointer;
    z-index: 5;
    flex: 0 0 auto;
  }

  .so-bg-orb-c,
  .so-hero-art,
  .so-seal {
    display: none !important;
  }

  .so-header-actions,
  .site-header .header-btn {
    display: none !important;
  }

  .so-topbar-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 14px;
    padding: 8px 0;
    font-size: 12px;
    text-align: center;
  }

  .site-header.landing-1-menu {
    padding: 10px 0 !important;
  }

  .site-header .brand-logo img,
  .site-header .brand-logo .light-version-logo {
    height: 36px !important;
    max-width: 168px;
  }

  .so-hero,
  .so-benefits-grid,
  .so-steps-box,
  .so-apps,
  .so-guide-grid,
  .so-blog-grid,
  .so-footer-inner {
    grid-template-columns: 1fr;
  }

  .so-service-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .so-country-grid {
    grid-template-columns: 1fr 1fr;
  }

  .so-head {
    font-size: 1.35rem;
    margin-bottom: 18px;
  }

  .so-service {
    min-height: 84px;
    padding: 12px 8px;
    gap: 6px;
  }

  .so-hero {
    padding: 24px 0 16px;
    gap: 0;
  }

  .so-hero-copy h1 {
    font-size: 1.8rem;
  }

  .so-hero-sub,
  .so-lead {
    font-size: 15px;
    line-height: 1.5;
    max-width: none;
  }

  .so-hero-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .so-hero-cta .so-btn,
  .so-hero-cta .so-google,
  .so-hero-cta [data-so-install] {
    width: 100%;
  }

  .so-hero-meta {
    flex-wrap: wrap;
    font-size: 13px;
  }

  .so-benefit:nth-child(2)::after,
  .so-benefit-last::after,
  .so-benefit::after {
    display: none;
  }

  .so-steps-box {
    padding: 24px 18px;
    border-radius: 20px;
    gap: 18px;
  }

  .so-steps-copy h2 {
    font-size: 24px;
    max-width: none;
  }

  .so-steps-flow {
    grid-template-columns: 1fr;
  }

  .so-row-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .so-row-head a {
    white-space: normal;
  }

  .so-faq-item summary {
    font-size: 14px;
    line-height: 1.4;
    white-space: normal;
  }

  .so-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .so-ticker {
    max-width: 100%;
  }
}

@media (max-width: 420px) {
  :root {
    --so-page: calc(100% - 20px);
  }

  .so-service-grid,
  .so-country-grid {
    grid-template-columns: 1fr 1fr;
  }

  .so-country {
    width: 100%;
  }
}

.so-ticker-track:hover {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .so-dash,
  .so-seal,
  .so-flag-stack img,
  .so-ticker-track,
  .so-bg-orb {
    animation: none !important;
  }
}
