:root {
  --bg: #ffffff;
  --soft: #f4f6fb;
  --soft-2: #eef3ff;
  --card: #ffffff;
  --text: #0f172a;
  --muted: #6b7280;
  --line: #e5e7eb;
  --blue: #2b6cff;
  --blue-dark: #1f54d6;
  --green: #22c55e;
  --orange: #f59e0b;
  --purple: #7c3aed;
  --footer-bg: #0b1733;
  --shadow-sm: 0 2px 6px rgba(15, 23, 42, .06);
  --shadow-md: 0 10px 30px rgba(15, 23, 42, .08);
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
}

/* Nav */
.trust-top-bar {
  background: linear-gradient(90deg, #061a40 0%, #0a2472 55%, #123b9a 100%);
  color: #e2e8f0;
  border-bottom: 1px solid rgba(147, 197, 253, 0.3);
}

.trust-top-wrap {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  flex-wrap: wrap;
  padding: 10px 0;
  font-size: 0.84rem;
  font-weight: 600;
}

.trust-top-wrap span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.trust-top-wrap i {
  color: #93c5fd;
}

.navbar {
  background: #fff;
  border-bottom: 1px solid var(--line);
  padding: .65rem 0;
}

.brand-logo-img {
  height: 60px;
  width: auto;
  display: block;
}

.text-brand-logo {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text);
  text-decoration: none;
}

.text-brand-logo span {
  color: var(--blue);
}

.nav-wrap {
  display: flex;
  align-items: center;
}

.nav-center .nav-link,
.nav-end .nav-link {
  color: #0f172a !important;
  font-weight: 500;
  font-size: .92rem;
}

.nav-center .nav-link:hover {
  color: var(--blue) !important;
}

.nav-end .nav-link {
  color: #334155 !important;
}

.btn-cta {
  background: var(--blue);
  color: #fff !important;
  border: none;
  font-weight: 600;
  font-size: .92rem;
  box-shadow: 0 6px 18px rgba(43, 108, 255, .35);
}

.btn-cta:hover {
  background: var(--blue-dark);
  color: #fff;
}

.btn-outline-brand {
  background: #fff;
  color: var(--text) !important;
  border: 1px solid var(--line);
  font-weight: 600;
  font-size: .92rem;
}

.btn-outline-brand:hover {
  border-color: var(--blue);
  color: var(--blue) !important;
}

/* Hero */
.hero-section {
  position: relative;
  padding: 70px 0 90px;
  background:
    radial-gradient(circle at 0% 30%, rgba(124, 58, 237, .10), transparent 50%),
    radial-gradient(circle at 100% 0%, rgba(43, 108, 255, .08), transparent 45%),
    #ffffff;
  overflow: hidden;
}

.hero-blob-a,
.hero-blob-b {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: .45;
  z-index: 0;
}

.hero-blob-a {
  width: 360px;
  height: 360px;
  background: #e9d7ff;
  left: -80px;
  top: 10%;
}

.hero-blob-b {
  width: 340px;
  height: 340px;
  background: #dbe6ff;
  right: 10%;
  bottom: -30px;
}

.hero-title {
  font-size: clamp(2rem, 3.6vw, 3.1rem);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -.5px;
  margin-bottom: 18px;
}

.hero-title .accent {
  color: var(--blue);
}

.hero-sub {
  color: var(--muted);
  font-size: 1rem;
  max-width: 520px;
  margin-bottom: 24px;
}

.hero-actions {
  margin-bottom: 22px;
}

.hero-ticks {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  color: #334155;
  font-size: .9rem;
  font-weight: 500;
}

.hero-ticks i {
  color: var(--blue);
  margin-right: 6px;
}

/* Phone mockup */
.hero-phones {
  position: relative;
  min-height: 560px;
}

.phone {
  position: absolute;
  background: #111;
  border-radius: 36px;
  padding: 10px;
  box-shadow: 0 30px 60px rgba(15, 23, 42, .18);
}

.phone-inner {
  background: #fff;
  border-radius: 28px;
  height: 100%;
  width: 100%;
  padding: 18px 14px;
  overflow: hidden;
}

.phone-main {
  width: 260px;
  height: 540px;
  top: 10px;
  left: 40px;
  z-index: 2;
}

.phone-side {
  width: 210px;
  height: 430px;
  top: 90px;
  right: 0;
  z-index: 3;
  transform: rotate(2deg);
}

.phone-search {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f1f5f9;
  color: #64748b;
  font-size: .8rem;
  padding: 8px 12px;
  border-radius: 10px;
  margin-bottom: 12px;
}

.phone-promo {
  background: linear-gradient(135deg, #e9d5ff, #c7d2fe);
  border-radius: 14px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.promo-tag {
  font-size: .72rem;
  font-weight: 700;
  color: #6d28d9;
  margin: 0;
}

.promo-desc {
  font-size: .85rem;
  font-weight: 700;
  color: #1e1b4b;
  margin: 0;
}

.promo-model {
  width: 55px;
  height: 55px;
  background: radial-gradient(circle at 30% 30%, #fff, #f9a8d4);
  border-radius: 50%;
}

.phone-section-title {
  font-size: .78rem;
  font-weight: 700;
  color: #0f172a;
  margin: 6px 0 8px;
}

.phone-cats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin-bottom: 12px;
  text-align: center;
}

.phone-cats span {
  font-size: .65rem;
  color: #334155;
}

.cat-chip {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 4px;
  font-size: 1rem;
}

.cat-a {
  background: #fee2e2;
  color: #ef4444;
}

.cat-b {
  background: #dbeafe;
  color: #2563eb;
}

.cat-c {
  background: #fef3c7;
  color: #d97706;
}

.cat-d {
  background: #e9d5ff;
  color: #7c3aed;
}

.phone-products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.pp-card {
  background: #f8fafc;
  border-radius: 10px;
  padding: 8px;
}

.pp-thumb {
  width: 100%;
  height: 54px;
  border-radius: 8px;
  margin-bottom: 6px;
}

.pp-thumb-1 {
  background: linear-gradient(135deg, #fde68a, #f59e0b);
}

.pp-thumb-2 {
  background: linear-gradient(135deg, #bae6fd, #0ea5e9);
}

.pp-name {
  font-size: .7rem;
  font-weight: 600;
  margin: 0;
}

.pp-price {
  font-size: .7rem;
  color: var(--blue);
  margin: 0;
  font-weight: 700;
}

.phone-inner-b {
  padding: 14px 12px;
}

.side-top {
  display: flex;
  justify-content: space-between;
  font-size: .9rem;
  color: #334155;
  margin-bottom: 8px;
}

.side-shoe {
  width: 100%;
  height: 150px;
  background: radial-gradient(ellipse at center, #e2e8f0, #cbd5e1);
  border-radius: 14px;
  position: relative;
  margin-bottom: 12px;
}

.side-shoe::after {
  content: "";
  position: absolute;
  inset: 20% 15%;
  background: linear-gradient(135deg, #fff, #94a3b8);
  border-radius: 50% 60% 40% 40%;
  box-shadow: inset -6px -6px 12px rgba(0, 0, 0, .08);
}

.side-title {
  font-size: .85rem;
  font-weight: 700;
  margin: 0;
}

.side-price {
  font-size: .95rem;
  font-weight: 800;
  color: #0f172a;
  margin: 2px 0 10px;
}

.side-chart {
  height: 40px;
  margin-bottom: 6px;
}

.side-chart svg {
  width: 100%;
  height: 100%;
}

.side-total {
  font-size: 1.1rem;
  font-weight: 800;
  color: #16a34a;
  margin: 0;
}

/* Section layout */
.section-block {
  padding: 60px 0;
  background: #fff;
}

.section-soft {
  padding: 60px 0;
  background: #f8fafc;
}

.title {
  font-size: clamp(1.5rem, 2.4vw, 1.9rem);
  font-weight: 800;
  text-align: center;
  margin-bottom: 6px;
}

.title.left {
  text-align: left;
}

.subtitle {
  text-align: center;
  color: var(--muted);
  margin-bottom: 30px;
}

.muted {
  color: var(--muted);
}

.eyebrow {
  color: var(--blue);
  font-weight: 700;
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 10px;
}

/* Integration cards */
.integration-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 30px 24px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  height: 100%;
  transition: transform .2s ease, box-shadow .2s ease;
}

.integration-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.integration-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 8px;
}

.integration-card p {
  color: var(--muted);
  font-size: .92rem;
  margin-bottom: 14px;
}

.icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin: 0 auto 16px;
}

.icon-purple {
  background: #ede9fe;
  color: var(--purple);
}

.icon-green {
  background: #dcfce7;
  color: var(--green);
}

.icon-orange {
  background: #ffedd5;
  color: var(--orange);
}

.card-link {
  color: var(--blue);
  font-weight: 600;
  font-size: .92rem;
  text-decoration: none;
}

.card-link i {
  margin-left: 4px;
}

/* World */
.world-box {
  background: linear-gradient(180deg, #edf3ff, #f4f7ff);
  border: 1px solid #dce7ff;
  border-radius: 20px;
  padding: 40px;
}

.tick-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 22px;
}

.tick-list li {
  padding: 6px 0;
  font-weight: 500;
  color: #0f172a;
}

.tick-list i {
  color: var(--blue);
  margin-right: 8px;
}

.world-map {
  position: relative;
  height: 280px;
  background:
    radial-gradient(circle at 20% 40%, #cfd9f5 0 2px, transparent 3px) 0 0/18px 18px,
    linear-gradient(180deg, #eaf0ff, #dbe7ff);
  border-radius: 16px;
  overflow: hidden;
}

.map-pin {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(43, 108, 255, .35);
  border: 2px solid #dbeafe;
}

.map-stat {
  position: absolute;
  right: 12px;
  bottom: 12px;
  background: #fff;
  border-radius: 12px;
  padding: 10px 14px;
  box-shadow: var(--shadow-md);
  display: flex;
  align-items: center;
  gap: 10px;
}

.map-stat i {
  color: var(--blue);
  font-size: 1.2rem;
}

.map-stat strong {
  display: block;
  font-size: 1.1rem;
}

.map-stat span {
  font-size: .78rem;
  color: var(--muted);
}

/* App simulator */
.simulator-section {
  background:
    radial-gradient(circle at 0% 0%, rgba(124, 58, 237, .08), transparent 40%),
    radial-gradient(circle at 100% 100%, rgba(43, 108, 255, .08), transparent 46%),
    #ffffff;
}

.sim-wrap {
  border: 1px solid #d7e4ff;
  border-radius: 20px;
  background: linear-gradient(180deg, #f5f8ff, #ffffff 44%);
  padding: 34px;
}

.sim-controls {
  display: grid;
  gap: 12px;
}

.sim-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.sim-field {
  display: grid;
  gap: 6px;
}

.sim-field label {
  font-size: .78rem;
  font-weight: 700;
  color: #334155;
}

.sim-field input,
.sim-field select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  min-height: 40px;
  background: #fff;
  padding: 8px 10px;
  font-size: .9rem;
}

.sim-field input[type="color"] {
  padding: 4px;
  min-height: 42px;
}

.sim-field input[type="range"] {
  padding: 0;
}

.sim-field--toggle {
  align-content: end;
}

.sim-field--toggle input[type="checkbox"] {
  width: 48px;
  height: 26px;
  appearance: none;
  border-radius: 999px;
  position: relative;
  border: 1px solid #cbd5e1;
  background: #e2e8f0;
  cursor: pointer;
}

.sim-field--toggle input[type="checkbox"]::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(15, 23, 42, .2);
  transition: transform .2s ease;
}

.sim-field--toggle input[type="checkbox"]:checked {
  background: var(--blue);
}

.sim-field--toggle input[type="checkbox"]:checked::after {
  transform: translateX(22px);
}

.sim-control-actions {
  display: flex;
  justify-content: flex-end;
}

.sim-phone-frame {
  max-width: 390px;
  margin-left: auto;
  border: 10px solid #0b1222;
  border-radius: 34px;
  padding: 14px 10px 10px;
  background: linear-gradient(180deg, #0f172a, #020617);
  box-shadow:
    0 30px 60px rgba(15, 23, 42, .35),
    inset 0 0 0 1px rgba(148, 163, 184, .2);
}

.sim-notch {
  width: 130px;
  height: 18px;
  border-radius: 0 0 14px 14px;
  margin: -4px auto 8px;
  background: #020617;
  border: 1px solid rgba(148, 163, 184, .2);
}

.sim-preview {
  --sim-card: #ffffff;
  --sim-accent: #2b6cff;
  --sim-border: #dbe3f1;
  --sim-radius: 16px;
  --sim-font-weight: 700;
  min-height: 610px;
  border-radius: 24px;
  border: 1px solid #1e293b;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
}

.sim-preview.font-jakarta {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

.sim-preview.font-inter {
  font-family: Inter, 'Segoe UI', Roboto, sans-serif;
}

.sim-preview.font-poppins {
  font-family: Poppins, 'Plus Jakarta Sans', 'Segoe UI', sans-serif;
}

.sim-preview.font-serif {
  font-family: Georgia, 'Times New Roman', serif;
}

.sim-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .68rem;
  font-weight: 700;
  opacity: .88;
}

.sim-status-icons {
  display: inline-flex;
  gap: 5px;
  align-items: center;
}

.sim-preview-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-bottom: 2px;
}

.sim-preview-top h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
}

.sim-preview-top span {
  font-size: .65rem;
  font-weight: 700;
  border-radius: 999px;
  padding: 5px 10px;
}

.sim-search {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, .65);
  border: 1px solid rgba(148, 163, 184, .35);
  border-radius: 12px;
  padding: 8px 10px;
  font-size: .78rem;
  color: #64748b;
  backdrop-filter: blur(8px);
}

.sim-promo-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  border: 1px dashed rgba(148, 163, 184, .55);
  border-radius: 12px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, .5);
  font-size: .72rem;
}

.sim-promo-banner strong {
  font-size: .74rem;
  color: var(--sim-accent);
}

.sim-promo-banner span {
  color: #64748b;
  font-weight: 600;
}

.sim-products {
  display: grid;
  gap: 10px;
  margin-bottom: 8px;
}

.sim-item {
  background: var(--sim-card);
  border: 1px solid var(--sim-border);
  border-radius: var(--sim-radius);
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  font-weight: var(--sim-font-weight);
  font-size: .82rem;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .06);
}

.sim-thumb {
  width: 100%;
  height: 86px;
  border-radius: calc(var(--sim-radius) - 6px);
  border: 1px solid rgba(148, 163, 184, .35);
}

.sim-thumb-a {
  background: linear-gradient(140deg, #fee2e2, #fca5a5);
}

.sim-thumb-b {
  background: linear-gradient(140deg, #dbeafe, #93c5fd);
}

.sim-thumb-c {
  background: linear-gradient(140deg, #dcfce7, #86efac);
}

.sim-thumb-d {
  background: linear-gradient(140deg, #fef3c7, #fcd34d);
}

.sim-preview.theme-minimal .sim-thumb {
  border-style: solid;
  filter: saturate(0.75);
}

.sim-preview.theme-minimal .sim-thumb-a {
  background: linear-gradient(140deg, #f8fafc, #e2e8f0);
}

.sim-preview.theme-minimal .sim-thumb-b {
  background: linear-gradient(140deg, #f1f5f9, #cbd5e1);
}

.sim-preview.theme-minimal .sim-thumb-c {
  background: linear-gradient(140deg, #f8fafc, #dbeafe);
}

.sim-preview.theme-minimal .sim-thumb-d {
  background: linear-gradient(140deg, #f9fafb, #e5e7eb);
}

.sim-preview.theme-luxury .sim-thumb {
  border-color: rgba(212, 175, 55, 0.45);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.sim-preview.theme-luxury .sim-thumb-a {
  background: linear-gradient(145deg, #4c1d95, #1e1b4b);
}

.sim-preview.theme-luxury .sim-thumb-b {
  background: linear-gradient(145deg, #78350f, #451a03);
}

.sim-preview.theme-luxury .sim-thumb-c {
  background: linear-gradient(145deg, #312e81, #172554);
}

.sim-preview.theme-luxury .sim-thumb-d {
  background: linear-gradient(145deg, #7c2d12, #431407);
}

.sim-preview.theme-luxury .sim-item {
  box-shadow: 0 10px 20px rgba(76, 29, 149, .14);
}

.sim-preview.theme-vibrant .sim-thumb {
  border-color: rgba(255, 255, 255, .3);
  filter: saturate(1.2) contrast(1.02);
}

.sim-preview.theme-vibrant .sim-thumb-a {
  background: linear-gradient(145deg, #ff9a9e, #fad0c4);
}

.sim-preview.theme-vibrant .sim-thumb-b {
  background: linear-gradient(145deg, #a18cd1, #fbc2eb);
}

.sim-preview.theme-vibrant .sim-thumb-c {
  background: linear-gradient(145deg, #84fab0, #8fd3f4);
}

.sim-preview.theme-vibrant .sim-thumb-d {
  background: linear-gradient(145deg, #fccb90, #d57eeb);
}

.sim-item strong {
  width: 100%;
  line-height: 1.25;
}

.sim-item span {
  color: var(--sim-accent);
  font-weight: 800;
}

.sim-preview.layout-grid .sim-products {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sim-preview.layout-list .sim-products {
  grid-template-columns: 1fr;
}

.sim-preview.layout-list .sim-item {
  display: grid;
  grid-template-columns: 88px 1fr auto;
  align-items: center;
  gap: 10px;
}

.sim-preview.layout-list .sim-thumb {
  width: 88px;
  height: 68px;
  border-radius: 10px;
}

.sim-preview.layout-cards .sim-products {
  grid-template-columns: 1fr;
}

.sim-preview.layout-cards .sim-item {
  padding: 12px;
  box-shadow: 0 12px 20px rgba(15, 23, 42, .1);
}

.sim-preview-btn {
  margin-top: auto;
  border: 0;
  border-radius: 999px;
  color: #fff;
  min-height: 42px;
  font-weight: 700;
  box-shadow: 0 10px 20px rgba(43, 108, 255, .3);
  background: var(--sim-accent);
}

.sim-preview-btn.style-square {
  border-radius: 10px;
}

.sim-preview-btn.style-outline {
  background: transparent !important;
  border: 2px solid var(--sim-accent);
  color: var(--sim-accent);
  box-shadow: none;
}

.sim-bottom-nav {
  margin-top: 8px;
  border-top: 1px solid rgba(148, 163, 184, .35);
  padding-top: 8px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3px;
  text-align: center;
}

.sim-bottom-nav span {
  font-size: .62rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3px;
  opacity: .72;
}

.sim-cart-badge {
  font-style: normal;
  font-size: .58rem;
  min-width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: var(--sim-accent);
}

.sim-bottom-nav i {
  font-size: .86rem;
}

.sim-bottom-nav .active {
  color: var(--sim-accent);
  opacity: 1;
}

.sim-preview.dark-mode {
  color: #e2e8f0 !important;
}

.sim-preview.dark-mode .sim-search {
  background: rgba(15, 23, 42, .45);
  border-color: rgba(148, 163, 184, .28);
  color: #cbd5e1;
}

.sim-preview.dark-mode .sim-item {
  box-shadow: none;
}

.sim-preview.dark-mode .sim-promo-banner {
  background: rgba(15, 23, 42, .35);
}

.sim-preview.dark-mode .sim-promo-banner span {
  color: #cbd5e1;
}

.sim-preview.dark-mode .sim-bottom-nav {
  border-color: rgba(148, 163, 184, .3);
}

.sim-cta-end {
  margin-top: 22px;
  text-align: center;
}

/* Features */
.feature-top {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.ft-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.ft-a {
  background: #fee2e2;
  color: #ef4444;
}

.ft-b {
  background: #dbeafe;
  color: #2563eb;
}

.ft-c {
  background: #dcfce7;
  color: #16a34a;
}

.ft-d {
  background: #ede9fe;
  color: #7c3aed;
}

.ft-e {
  background: #fef3c7;
  color: #d97706;
}

.ft-f {
  background: #ffe4e6;
  color: #e11d48;
}

#features h4 {
  font-size: .98rem;
  font-weight: 700;
  margin: 6px 0 4px;
}

#features p {
  font-size: .82rem;
  color: var(--muted);
  margin: 0;
}

/* Industries & Worldwide */
.panel-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 26px;
  box-shadow: var(--shadow-sm);
}

.panel-card h3 {
  font-size: 1.15rem;
  font-weight: 800;
  margin: 0 0 4px;
}

.panel-card p {
  margin-bottom: 18px;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.ind-box {
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 18px 8px;
  text-align: center;
  font-size: .85rem;
  font-weight: 600;
}

.ind-box i {
  display: block;
  font-size: 1.4rem;
  color: var(--blue);
  margin-bottom: 6px;
}

.country-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.country-row {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px 12px;
  font-size: .9rem;
  font-weight: 600;
}

.flag {
  width: 22px;
  height: 16px;
  border-radius: 2px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
}

.flag-in {
  background: linear-gradient(180deg, #ff9933 0 33%, #fff 33% 66%, #138808 66% 100%);
}

.flag-au {
  background: linear-gradient(180deg, #012169 50%, #e4002b 50%);
}

.flag-us {
  background: linear-gradient(180deg, #b22234 0 10%, #fff 10% 20%, #b22234 20% 30%, #fff 30% 40%, #b22234 40% 50%, #fff 50% 60%, #b22234 60% 70%, #fff 70% 80%, #b22234 80% 90%, #fff 90%);
}

.flag-ca {
  background: linear-gradient(90deg, #d52b1e 25%, #fff 25% 75%, #d52b1e 75%);
}

.flag-uk {
  background: linear-gradient(45deg, #012169 40%, #fff 40% 60%, #c8102e 60%);
}

.flag-ae {
  background: linear-gradient(180deg, #00732f 33%, #fff 33% 66%, #000 66%);
}

/* Steps */
.step-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 26px 22px;
  height: 100%;
  box-shadow: var(--shadow-sm);
  text-align: left;
}

.step-num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ede9fe;
  color: var(--purple);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.1rem;
  margin-bottom: 14px;
}

.step-card:nth-child(1) .step-num {
  background: #ede9fe;
  color: #7c3aed;
}

.step-card h4 {
  font-weight: 700;
  font-size: 1.02rem;
  margin: 0 0 6px;
}

.step-card p {
  color: var(--muted);
  font-size: .9rem;
  margin: 0;
}

.ready-card {
  background: linear-gradient(180deg, #eef3ff, #f5f8ff);
  border: 1px solid #dce7ff;
  border-radius: 16px;
  padding: 22px;
  height: 100%;
  text-align: center;
}

.ready-rocket {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: var(--blue);
  margin: 0 auto 12px;
}

.ready-card h4 {
  font-weight: 800;
  font-size: 1rem;
  margin: 0 0 4px;
}

.ready-card p {
  color: var(--muted);
  font-size: .85rem;
  margin-bottom: 12px;
}

/* Reviews */
.review-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px;
  height: 100%;
  box-shadow: var(--shadow-sm);
  position: relative;
}

.review-quote {
  color: var(--blue);
  font-size: 1.8rem;
  line-height: 1;
}

.review-card p {
  font-size: .95rem;
  color: #334155;
  margin: 8px 0 18px;
}

.review-person {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
}

.review-a-1 {
  background: linear-gradient(135deg, #f472b6, #db2777);
}

.review-a-2 {
  background: linear-gradient(135deg, #60a5fa, #2563eb);
}

.review-a-3 {
  background: linear-gradient(135deg, #34d399, #059669);
}

.review-person strong {
  display: block;
  font-size: .92rem;
}

.review-person span {
  font-size: .78rem;
  color: var(--muted);
}

/* CTA */
.cta-bar {
  background: linear-gradient(180deg, #edf3ff, #f5f8ff);
  border: 1px solid #dce7ff;
  border-radius: 18px;
  padding: 24px 30px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.cta-illus {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  font-size: 1.6rem;
  flex-shrink: 0;
}

.cta-body {
  flex: 1;
  min-width: 260px;
}

.cta-body h3 {
  font-weight: 800;
  font-size: 1.25rem;
  margin: 0 0 4px;
}

.cta-body p {
  color: var(--muted);
  margin: 0;
  font-size: .92rem;
}

.cta-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* Footer */
.site-footer {
  background: var(--footer-bg);
  color: #cbd5e1;
  padding: 54px 0 24px;
}

.footer-grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.footer-logo {
  height: 32px;
  filter: brightness(0) invert(1);
  margin-bottom: 14px;
}

.footer-logo-text {
  color: #e2e8f0;
  display: inline-block;
  margin-bottom: 14px;
}

.footer-logo-text span {
  color: #93c5fd;
}

.footer-brand p {
  color: #94a3b8;
  font-size: .88rem;
  max-width: 280px;
  margin-bottom: 14px;
}

.site-footer .footer-socials a {
  display: inline-flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-right: 8px;
}

.site-footer .footer-socials a:hover {
  background: var(--blue);
}

.site-footer h5 {
  color: #fff;
  font-size: .92rem;
  font-weight: 700;
  margin-bottom: 14px;
}

.site-footer a {
  display: block;
  color: #94a3b8;
  text-decoration: none;
  font-size: .86rem;
  padding: 4px 0;
}

.site-footer a:hover {
  color: #fff;
}

.footer-copy {
  text-align: center;
  color: #94a3b8;
  font-size: .82rem;
  padding-top: 20px;
}

/* Responsive */
@media (max-width: 991.98px) {
  .trust-top-wrap {
    justify-content: flex-start;
    gap: 12px 20px;
    padding: 8px 0;
  }

  .trust-top-wrap span {
    white-space: normal;
  }

  .hero-phones {
    min-height: 520px;
    margin-top: 30px;
  }

  .phone-main {
    left: 20px;
  }

  .nav-center {
    margin-top: 10px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .world-box {
    padding: 28px;
  }

  .sim-wrap {
    padding: 22px;
  }

  .sim-phone-frame {
    margin: 0 auto;
    max-width: 355px;
  }
}

@media (max-width: 575.98px) {
  .hero-section {
    padding: 40px 0 60px;
  }

  .hero-phones {
    min-height: 480px;
  }

  .phone-main {
    width: 230px;
    height: 480px;
    left: 0;
  }

  .phone-side {
    width: 180px;
    height: 380px;
    right: 0;
    top: 80px;
  }

  .hero-ticks {
    gap: 10px;
    font-size: .85rem;
  }

  .industry-grid {
    grid-template-columns: 1fr 1fr;
  }

  .country-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .cta-bar {
    flex-direction: column;
    text-align: center;
  }

  .world-map {
    height: 240px;
    margin-top: 20px;
  }

  .sim-row {
    grid-template-columns: 1fr;
  }

  .sim-preview {
    min-height: 540px;
  }

  .sim-preview.layout-grid .sim-products {
    grid-template-columns: 1fr;
  }

  .sim-preview.layout-list .sim-item {
    grid-template-columns: 70px 1fr auto;
  }

  .sim-preview.layout-list .sim-thumb {
    width: 70px;
    height: 58px;
  }
}

/* Custom Desktop Language Selector */
.custom-select-desktop select {
  appearance: none;
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 6px 32px 6px 16px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #475569;
  cursor: pointer;
  transition: all 0.2s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.custom-select-desktop select:hover {
  background-color: #f1f5f9;
  border-color: #cbd5e1;
}

.custom-select-desktop select:focus {
  outline: none;
  border-color: #94a3b8;
  box-shadow: 0 0 0 3px rgba(148, 163, 184, 0.15);
}