:root {
  --navy: #005a8d;
  --navy-deep: #003f63;
  --navy-mid: #0a6aa3;
  --signal: #f9a61a;
  --ink: #0c1a26;
  --text: #152433;
  --muted: #5d7184;
  --canvas: #eef3f8;
  --line: rgba(0, 90, 141, 0.14);
  --font-ar: "Cairo", "Segoe UI", Tahoma, sans-serif;
  --font-en: "Nunito", "Syne", "Cairo", sans-serif;
  --header-h: 68px;
  --banner-h: 36px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: var(--font-ar);
  background: var(--canvas);
  line-height: 1.55;
}

html[lang="en"] body,
html[lang="en"] .hero-title,
html[lang="en"] .section-title {
  font-family: var(--font-en);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

/* —— Under construction banner —— */
.site-banner {
  position: fixed;
  inset-inline: 0;
  top: 0;
  z-index: 45;
  height: var(--banner-h);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  background: linear-gradient(90deg, #b45309, var(--signal));
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}

body.has-site-banner .topbar {
  top: var(--banner-h);
}

body.has-site-banner .hero {
  padding-top: calc(var(--header-h) + var(--banner-h) + 2rem);
}

body.has-site-banner .mobile-nav {
  top: calc(var(--header-h) + var(--banner-h));
}

/* —— Full-page under construction —— */
body.site-under-construction {
  background: var(--canvas);
  --preview-banner-h: 0px;
}

body.site-under-construction:not(.site-preview-marketing) .site-marketing,
body.site-under-construction:not(.site-preview-marketing) .mobile-nav,
body.site-under-construction:not(.site-preview-marketing) .nav-toggle,
body.site-under-construction:not(.site-preview-marketing) .site-preview-banner {
  display: none !important;
}

body.site-under-construction:not(.site-preview-marketing) .construction-page {
  display: flex;
}

body.site-under-construction.site-preview-marketing {
  --preview-banner-h: 36px;
}

body.site-under-construction.site-preview-marketing .construction-page {
  display: none !important;
}

body.site-under-construction.site-preview-marketing .site-marketing {
  display: block !important;
}

body.site-under-construction.site-preview-marketing .site-footer .footer-links {
  display: flex;
}

.site-preview-banner {
  position: fixed;
  inset-inline: 0;
  top: 0;
  z-index: 46;
  height: var(--preview-banner-h);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  background: linear-gradient(90deg, #b45309, var(--signal));
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}

body.site-preview-marketing .topbar {
  top: var(--preview-banner-h);
}

body.site-preview-marketing .hero {
  padding-top: calc(var(--header-h) + var(--preview-banner-h) + 2rem);
}

body.site-preview-marketing .mobile-nav {
  top: calc(var(--header-h) + var(--preview-banner-h));
}

.topbar--construction {
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  box-shadow: 0 1px 0 var(--line);
  backdrop-filter: blur(10px);
}

.topbar--construction .topbar-logo--light {
  display: none;
}

.topbar--construction .topbar-logo--dark {
  display: block;
}

.topbar--construction .btn-outline {
  color: var(--navy);
  border-color: var(--line);
}

.construction-page {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(var(--header-h) + 2rem) 1.25rem 3rem;
  overflow: hidden;
}

.construction-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.construction-mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(0, 90, 141, 0.12), transparent 70%),
    radial-gradient(circle at 85% 75%, rgba(249, 166, 26, 0.1), transparent 45%),
    linear-gradient(180deg, #f8fbfe 0%, var(--canvas) 55%, #e8eef5 100%);
}

.construction-inner {
  position: relative;
  z-index: 1;
  width: min(640px, 100%);
  text-align: center;
}

.construction-logo {
  margin: 0 auto 1.5rem;
  height: auto;
  max-width: min(240px, 72vw);
}

.construction-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 1rem;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #b45309, var(--signal));
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.construction-title {
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 5vw, 2.35rem);
  font-weight: 800;
  color: var(--ink);
  line-height: 1.25;
}

.construction-lead {
  margin: 0 auto 1.75rem;
  max-width: 36rem;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.construction-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

body.site-under-construction .construction-actions .btn-outline {
  color: var(--navy);
  border-color: rgba(0, 90, 141, 0.35);
  background: #fff;
}

.construction-note {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
}

/* —— Top bar —— */
.topbar {
  position: fixed;
  inset-inline: 0;
  top: 0;
  z-index: 40;
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 1.25rem;
  transition: background 0.35s ease, box-shadow 0.35s ease, color 0.35s ease;
  color: #fff;
}

.topbar.is-solid {
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  box-shadow: 0 1px 0 var(--line);
  backdrop-filter: blur(10px);
}

.topbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.topbar-logo {
  height: 36px;
  width: auto;
}

.topbar-logo--dark {
  display: none;
}

.topbar.is-solid .topbar-logo--light {
  display: none;
}

.topbar.is-solid .topbar-logo--dark {
  display: block;
}

.topbar-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-weight: 600;
  font-size: 0.95rem;
}

.topbar-nav a {
  opacity: 0.88;
}

.topbar-nav a:hover {
  opacity: 1;
  color: var(--signal);
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-shrink: 0;
}

.lang-toggle {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  padding: 0.4rem 0.65rem;
  opacity: 0.9;
}

.lang-toggle:hover {
  opacity: 1;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 44px;
  padding: 0.65rem 1.25rem;
  border-radius: 10px;
  border: 1px solid transparent;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--signal);
  color: #1a1208;
  border-color: var(--signal);
}

.btn-outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}

.btn-outline:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.btn-outline-dark {
  background: transparent;
  color: var(--navy-deep);
  border-color: rgba(0, 90, 141, 0.35);
}

.btn-outline-dark:hover {
  background: rgba(0, 90, 141, 0.06);
}

.topbar .btn-ghost {
  background: transparent;
  color: inherit;
  border-color: currentColor;
  opacity: 0.85;
  min-height: 38px;
  padding: 0.4rem 0.9rem;
  font-size: 0.92rem;
}

.topbar.is-solid .btn-ghost {
  border-color: var(--navy);
  color: var(--navy);
}

/* —— Hero —— */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  padding: calc(var(--header-h) + 2rem) 1.25rem 4rem;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 70% 20%, rgba(249, 166, 26, 0.26), transparent 55%),
    radial-gradient(ellipse 70% 50% at 15% 80%, rgba(0, 90, 141, 0.55), transparent 50%),
    linear-gradient(155deg, #041c2e 0%, var(--navy-deep) 42%, var(--navy) 100%);
  animation: heroShift 18s ease-in-out infinite alternate;
}

.hero-mesh {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 75% 65% at 50% 40%, #000 20%, transparent 75%);
}

.hero-orbit {
  position: absolute;
  width: min(520px, 70vw);
  height: min(520px, 70vw);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%);
  animation: orbitSpin 28s linear infinite;
}

.hero-orbit::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--signal);
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 20px rgba(249, 166, 26, 0.55);
}

.hero-signal {
  position: absolute;
  width: 140%;
  height: 55%;
  left: -20%;
  bottom: -18%;
  background: radial-gradient(ellipse at center, rgba(249, 166, 26, 0.18), transparent 65%);
  animation: signalPulse 7s ease-in-out infinite;
}

@keyframes orbitSpin {
  to {
    transform: translate(-50%, -52%) rotate(360deg);
  }
}

@keyframes heroShift {
  from {
    filter: hue-rotate(0deg) saturate(1);
  }
  to {
    filter: hue-rotate(-8deg) saturate(1.08);
  }
}

@keyframes signalPulse {
  0%,
  100% {
    opacity: 0.55;
    transform: translateY(0);
  }
  50% {
    opacity: 0.9;
    transform: translateY(-12px);
  }
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  text-align: center;
}

.hero-brand-logo {
  display: block;
  width: min(280px, 72vw);
  height: auto;
  margin-inline: auto;
  margin-bottom: 0.75rem;
}

.hero-badge {
  display: inline-block;
  margin: 0 0 0.85rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
}

.reveal.delay-4 {
  animation-delay: 0.48s;
}

.hero-brand {
  margin: 0 0 1rem;
  font-family: var(--font-en);
  font-size: clamp(2rem, 5.5vw, 3.25rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
  color: #fff;
  text-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}

.hero-title {
  margin: 0;
  font-size: clamp(1.55rem, 3.6vw, 2.15rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.92);
}

.hero-lead {
  margin: 1rem auto 0;
  max-width: 36rem;
  font-size: clamp(1.02rem, 2.2vw, 1.18rem);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
}

.hero-cta {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.hero-scroll {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  width: 1px;
  height: 42px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), transparent);
  transform: translateX(-50%);
  animation: scrollLine 2.2s ease-in-out infinite;
}

@keyframes scrollLine {
  0%,
  100% {
    opacity: 0.35;
    transform: translateX(-50%) scaleY(0.85);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) scaleY(1);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: riseIn 0.85s ease forwards;
}

.reveal.delay-1 {
  animation-delay: 0.12s;
}

.reveal.delay-2 {
  animation-delay: 0.24s;
}

.reveal.delay-3 {
  animation-delay: 0.36s;
}

@keyframes riseIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* —— Trust band —— */
.trust-band {
  background: #fff;
  border-block: 1px solid var(--line);
  padding: 1.75rem 1.25rem;
}

.trust-inner {
  width: min(900px, 100%);
  margin: 0 auto;
  text-align: center;
  display: grid;
  gap: 1rem;
  justify-items: center;
}

.trust-line {
  margin: 0 auto;
  max-width: 42rem;
  color: var(--navy-deep);
  font-weight: 600;
  font-size: clamp(1rem, 2.2vw, 1.15rem);
  text-align: center;
}

.cst-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  max-width: 420px;
  padding: 0.85rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #f7fafc;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.cst-badge:hover {
  border-color: rgba(0, 90, 141, 0.35);
  transform: translateY(-1px);
}

.cst-logo {
  width: min(240px, 72vw);
  height: auto;
  display: block;
}

.cst-text {
  margin: 0;
  font-weight: 800;
  font-size: clamp(0.95rem, 2vw, 1.08rem);
  color: #000062;
  line-height: 1.45;
}

.cst-badge--topbar {
  flex-direction: row;
  align-items: center;
  gap: 0.55rem;
  max-width: none;
  padding: 0.35rem 0.65rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(0, 0, 98, 0.12);
  box-shadow: 0 4px 14px rgba(0, 40, 80, 0.08);
}

.cst-badge--topbar:hover {
  transform: none;
  border-color: rgba(0, 90, 141, 0.35);
}

.cst-logo--topbar {
  width: 118px;
  flex-shrink: 0;
}

.cst-badge--topbar .cst-text {
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.25;
  max-width: 7.5rem;
  text-align: start;
  white-space: normal;
}

.cst-badge--mobile {
  margin-top: 0.75rem;
  width: 100%;
  max-width: none;
  background: #fff;
}

.cst-badge--footer {
  background: #fff;
  margin: 0.35rem 0 0.25rem;
  align-self: flex-start;
}

.cst-badge--footer span {
  font-weight: 700;
  font-size: 0.92rem;
  color: #000062;
  text-align: center;
}

/* —— Stats band —— */
.stats-band {
  background: var(--navy-deep);
  color: #fff;
  padding: 2rem 1.25rem;
}

.stats-inner {
  width: min(980px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  text-align: center;
}

.stat strong {
  display: block;
  font-family: var(--font-en);
  font-size: clamp(1.65rem, 3.5vw, 2.1rem);
  font-weight: 800;
  color: var(--signal);
  letter-spacing: -0.02em;
}

.stat span {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
}

/* —— About company —— */
.section-about {
  background: #fff;
}

.about-kicker {
  margin: 0 0 0.5rem;
  font-family: var(--font-en);
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--signal);
  font-size: 0.88rem;
  text-transform: uppercase;
}

.about-grid {
  margin-top: 2.25rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.about-card {
  padding: 1.35rem 1.25rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--canvas);
}

.about-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.1rem;
  color: var(--navy-deep);
}

.about-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

/* —— Services —— */
.section-services {
  background: var(--canvas);
}

.services-grid {
  margin-top: 2.25rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (min-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.service-card {
  padding: 1.75rem 1.35rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 63, 99, 0.08);
}

.service-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  margin-bottom: 1rem;
  background: linear-gradient(145deg, var(--navy-deep), var(--navy));
  position: relative;
}

.service-icon--web::after {
  content: "";
  position: absolute;
  inset: 14px 10px 10px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 4px 4px 0 0;
  border-bottom: 0;
}

.service-icon--web::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 28px;
  height: 3px;
  transform: translateX(-50%);
  background: var(--signal);
  border-radius: 2px;
}

.service-icon--apps::after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 8px;
  border: 2px dashed rgba(249, 166, 26, 0.75);
}

.service-icon--host::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 14px;
  transform: translate(-50%, -40%);
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 3px;
}

.service-icon--host::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 8px;
  height: 8px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: var(--signal);
}

.service-icon--sms::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 14px;
  width: 28px;
  height: 18px;
  transform: translateX(-50%);
  border-radius: 6px;
  background: rgba(249, 166, 26, 0.9);
}

.service-icon--sms::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 20px;
  height: 3px;
  transform: translateX(-50%);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 6px 0 rgba(255, 255, 255, 0.28);
}

.service-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.15rem;
  color: var(--navy-deep);
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

.service-link {
  display: inline-block;
  margin-top: 0.85rem;
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--navy);
  border-bottom: 1px solid rgba(0, 90, 141, 0.35);
}

.service-link:hover {
  color: var(--navy-deep);
  border-bottom-color: var(--signal);
}

/* —— Applications / products —— */
.section-apps {
  background: linear-gradient(180deg, #fff 0%, var(--canvas) 100%);
}

.section-inner--wide {
  width: min(1160px, 100%);
}

.apps-block {
  margin-top: 2.5rem;
}

.apps-block--roadmap {
  margin-top: 3.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--line);
}

.apps-subhead {
  margin: 0 0 0.35rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--navy);
}

.apps-subhead--roadmap {
  color: #92400e;
}

.apps-roadmap-lead {
  margin: 0 0 1.25rem;
  max-width: 42rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.apps-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}

@media (min-width: 900px) {
  #appsLiveGrid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1080px) {
  .apps-grid--roadmap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.app-card {
  --app-accent: var(--navy);
  --app-tint: rgba(0, 90, 141, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 0;
  border: 1px solid rgba(0, 90, 141, 0.1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(12, 26, 38, 0.07);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.app-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(12, 26, 38, 0.11);
}

.app-card__accent {
  height: 5px;
  background: linear-gradient(90deg, var(--app-accent), color-mix(in srgb, var(--app-accent) 55%, #fff));
}

.app-card__inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.35rem 1.25rem 1.2rem;
  gap: 0.85rem;
}

.app-card__brand {
  text-align: center;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid var(--line);
}

.app-card__brand .app-card__badge {
  margin-bottom: 0.45rem;
}

.app-card__brand .app-card__logo-wrap {
  width: 72px;
  height: 72px;
  margin: 0 auto 0.65rem;
}

.app-card__brand .app-card__logo {
  width: 48px;
  height: 48px;
}

.app-card__brand .app-card__name {
  margin: 0;
  font-size: 1.4rem;
}

.app-card__brand .app-card__kicker {
  margin: 0.35rem 0 0;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.88rem;
  color: var(--muted);
}

.app-card__block {
  flex: 0 0 auto;
}

.app-card__label {
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--app-accent);
}

.app-card__pricing {
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  background: color-mix(in srgb, var(--app-tint) 80%, #fff);
  border: 1px solid color-mix(in srgb, var(--app-accent) 12%, transparent);
}

.app-card__pricing-text {
  margin: 0;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--text);
}

.app-card__head {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-bottom: 0.85rem;
}

.app-card--rasd {
  --app-accent: #0f766e;
  --app-tint: rgba(15, 118, 110, 0.12);
}

.app-card--wasl {
  --app-accent: #005a8d;
  --app-tint: rgba(0, 90, 141, 0.12);
}

.app-card--masar {
  --app-accent: #0a6aa3;
  --app-tint: rgba(10, 106, 163, 0.12);
}

.app-card--mawared {
  --app-accent: #0f766e;
  --app-tint: rgba(15, 118, 110, 0.12);
}

.app-card--fatora {
  --app-accent: #059669;
  --app-tint: rgba(5, 150, 105, 0.12);
}

.app-card--aman {
  --app-accent: #7c3aed;
  --app-tint: rgba(124, 58, 237, 0.12);
}

.app-card--wafi {
  --app-accent: #d97706;
  --app-tint: rgba(217, 119, 6, 0.12);
}

.app-card--mawid {
  --app-accent: #db2777;
  --app-tint: rgba(219, 39, 119, 0.12);
}

.app-card--saha {
  --app-accent: #0891b2;
  --app-tint: rgba(8, 145, 178, 0.12);
}

.app-card--wusool {
  --app-accent: #6366f1;
  --app-tint: rgba(99, 102, 241, 0.12);
}

.app-card--fleet {
  --app-accent: #1e40af;
  --app-tint: rgba(30, 64, 175, 0.12);
}

.app-card--tanbih {
  --app-accent: #ea580c;
  --app-tint: rgba(234, 88, 12, 0.12);
}

.app-card--sanad {
  --app-accent: #4f46e5;
  --app-tint: rgba(79, 70, 229, 0.12);
}

.app-card--soon {
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  border-style: dashed;
  border-color: rgba(0, 90, 141, 0.18);
  box-shadow: 0 4px 18px rgba(12, 26, 38, 0.05);
}

.app-card--soon:hover {
  box-shadow: 0 10px 28px rgba(12, 26, 38, 0.08);
}

.app-card__logo-wrap {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: var(--app-tint);
  border: 1px solid color-mix(in srgb, var(--app-accent) 18%, transparent);
}

.app-card__logo {
  width: 44px;
  height: 44px;
  border-radius: 10px;
}

.app-card__titles {
  flex: 1;
  min-width: 0;
}

.app-card__badge {
  display: inline-block;
  margin-bottom: 0.35rem;
  padding: 0.18rem 0.55rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.app-card__badge--soon {
  background: rgba(249, 166, 26, 0.18);
  color: #92400e;
}

.app-card__badge--live {
  background: rgba(18, 150, 138, 0.15);
  color: #0f766e;
  border: 1px solid rgba(18, 150, 138, 0.35);
}

.app-card__kicker {
  margin: 0;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

.app-card__name {
  margin: 0.12rem 0 0;
  font-family: var(--font-en);
  font-size: 1.28rem;
  font-weight: 800;
  color: var(--navy-deep);
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.app-card__name span {
  font-family: var(--font-ar);
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--muted);
  margin-inline-start: 0.25rem;
}

.app-card__tagline {
  margin: 0 0 0.85rem;
  color: var(--text);
  font-weight: 600;
  font-size: 0.92rem;
  line-height: 1.55;
  flex: 1;
}

.app-card__list {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.4rem;
}

.app-card__list li {
  position: relative;
  padding: 0.35rem 0.5rem 0.35rem 0;
  padding-inline-start: 1rem;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
  background: color-mix(in srgb, var(--app-tint) 65%, transparent);
  border-radius: 8px;
}

.app-card__list li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0.35rem;
  top: 0.72em;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--app-accent);
}

.app-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: auto;
  padding-top: 0.85rem;
  border-top: 1px solid var(--line);
}

.app-card--live .app-card__actions {
  position: sticky;
  bottom: 0;
  background: linear-gradient(to top, #fff 85%, rgba(255, 255, 255, 0.92));
  padding-bottom: 0.15rem;
}

.app-card__foot {
  margin-top: auto;
  padding-top: 0.35rem;
}

.app-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  min-height: 2.55rem;
  min-width: 8.5rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: var(--app-accent);
  color: #fff;
  font-weight: 800;
  font-size: 0.86rem;
  border: 2px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.app-card__btn:hover {
  filter: brightness(1.06);
  color: #fff;
}

.app-card__btn--ghost {
  background: transparent;
  color: var(--app-accent);
  border-color: color-mix(in srgb, var(--app-accent) 35%, transparent);
}

.app-card__btn--ghost:hover {
  background: var(--app-tint);
  filter: none;
}

.app-card__btn--outline {
  background: transparent;
  color: var(--app-accent);
  border-color: color-mix(in srgb, var(--app-accent) 40%, transparent);
}

.app-card__btn--outline:hover {
  background: var(--app-tint);
  filter: none;
}

/* legacy link styles (docs etc.) */
.app-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-top: auto;
}

.app-card__link {
  display: inline-block;
  font-weight: 800;
  color: var(--navy);
  border-bottom: 2px solid rgba(0, 90, 141, 0.35);
}

.app-card__link:hover {
  color: var(--navy-deep);
  border-bottom-color: var(--signal);
}

.app-card__link--muted {
  color: var(--muted);
  border-bottom-color: rgba(93, 113, 132, 0.35);
}

/* —— Compact app cards (apps listing) —— */
.app-card--compact .app-card__inner {
  text-align: center;
  padding: 1.35rem 1.1rem 1.15rem;
  gap: 0.65rem;
}

.app-card--compact .app-card__brand {
  border-bottom: none;
  padding-bottom: 0;
}

.app-card--compact .app-card__logo-wrap {
  width: 76px;
  height: 76px;
  margin: 0 auto 0.5rem;
  border-radius: 20px;
}

.app-card--compact .app-card__logo {
  width: 50px;
  height: 50px;
}

.app-card--compact .app-card__name {
  font-size: 1.15rem;
}

.app-card--compact .app-card__kicker {
  margin-top: 0.25rem;
  font-size: 0.86rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  color: var(--muted);
  line-height: 1.45;
}

.app-card--compact .app-card__foot {
  margin-top: 0.35rem;
  padding-top: 0.65rem;
  border-top: 1px solid var(--line);
}

.app-card--compact .app-card__btn--more {
  width: 100%;
  min-width: 0;
  flex: none;
  background: transparent;
  color: var(--app-accent);
  border: 2px solid color-mix(in srgb, var(--app-accent) 35%, transparent);
  font-size: 0.84rem;
}

.app-card--compact .app-card__btn--more:hover {
  background: var(--app-tint);
  filter: none;
  color: var(--app-accent);
}

/* —— Product detail pages —— */
.page-hero--product .page-hero-bg {
  background:
    radial-gradient(ellipse 65% 50% at 80% 25%, rgba(249, 166, 26, 0.2), transparent 55%),
    linear-gradient(155deg, #041c2e 0%, var(--navy-deep) 50%, var(--navy) 100%);
}

.product-hero-badge {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.22rem 0.65rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
}

.product-hero-badge--live {
  background: rgba(18, 150, 138, 0.2);
  color: #a7f3d0;
  border: 1px solid rgba(18, 150, 138, 0.45);
}

.product-hero-badge--soon {
  background: rgba(249, 166, 26, 0.22);
  color: #fde68a;
  border: 1px solid rgba(249, 166, 26, 0.45);
}

.product-hero-kicker {
  display: block;
  margin-top: 0.35rem;
  padding: 0;
  border: none;
  background: none;
  font-size: 0.9rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.78);
}

.product-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.product-hero-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(220px, 100%);
  aspect-ratio: 1;
  margin-inline: auto;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.product-hero-logo {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

.product-cta-bar {
  position: sticky;
  top: calc(var(--header-h) + var(--preview-banner-h, 0px));
  z-index: 12;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.product-cta-bar-inner {
  width: min(980px, 100%);
  margin: 0 auto;
  padding: 0.65rem 1.25rem;
  display: flex;
  justify-content: center;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.product-detail-card {
  padding: 1.35rem 1.25rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 6px 22px rgba(12, 26, 38, 0.05);
}

.product-detail-card--accent {
  background: linear-gradient(145deg, rgba(0, 90, 141, 0.06), rgba(249, 166, 26, 0.06));
}

.product-detail-card__title {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--navy);
}

.product-detail-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}

.product-detail-list li {
  position: relative;
  padding-inline-start: 1rem;
  color: var(--text);
  font-weight: 600;
  font-size: 0.92rem;
  line-height: 1.45;
}

.product-detail-list li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.62em;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: var(--navy);
}

.product-detail-card__btn {
  margin-top: 1rem;
}

.product-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.product-feature-card {
  padding: 1.15rem 1.1rem;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 4px 18px rgba(12, 26, 38, 0.05);
}

.product-feature-card__icon {
  width: 36px;
  height: 36px;
  margin-bottom: 0.65rem;
  border-radius: 10px;
  background: linear-gradient(145deg, var(--navy-deep), var(--navy));
}

.product-feature-card p {
  margin: 0;
  font-weight: 600;
  color: var(--text);
  line-height: 1.5;
}

.product-docs-card {
  margin-top: 1.25rem;
  padding: 1.5rem 1.35rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 6px 22px rgba(12, 26, 38, 0.05);
}

.product-docs-card--muted {
  background: #f8fafc;
}

.product-docs-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  color: var(--navy-deep);
}

.product-docs-card p {
  margin: 0 0 1rem;
  color: var(--muted);
  line-height: 1.55;
}

.product-pricing-card {
  margin-top: 1.25rem;
  padding: 1.75rem 1.5rem;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #fff 0%, #f8fbfe 100%);
  box-shadow: 0 8px 28px rgba(12, 26, 38, 0.07);
  max-width: 640px;
}

.product-pricing-card h3 {
  margin: 0 0 0.65rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--navy);
}

.product-pricing-text {
  margin: 0 0 1.25rem;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.55;
  color: var(--text);
}

.product-pricing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.product-hero--rasd { --product-accent: #0f766e; }
.product-hero--wasl { --product-accent: #005a8d; }
.product-hero--masar { --product-accent: #0a6aa3; }
.product-hero--mawared { --product-accent: #0f766e; }

.product-hero-scene-wrap {
  position: relative;
  display: grid;
  place-items: center;
}

.product-hero-scene {
  width: min(100%, 520px);
  height: auto;
  border-radius: 24px;
  box-shadow: 0 24px 48px rgba(15, 118, 110, 0.28);
}

.product-hero-logo--badge {
  position: absolute;
  inset-inline-start: 1rem;
  bottom: 1rem;
  width: 72px;
  height: 72px;
  border-radius: 18px;
  background: #fff;
  padding: 0.35rem;
  box-shadow: 0 10px 24px rgba(0, 40, 40, 0.2);
}

.product-section--portals {
  background:
    radial-gradient(ellipse 70% 45% at 50% 0%, rgba(15, 118, 110, 0.1), transparent 55%),
    var(--canvas);
}

.portal-card-icon--hr,
.portal-card-icon--staff {
  background: linear-gradient(145deg, #14b8a6, #0f766e);
}

.portal-card-icon--mgr,
.portal-card-icon--ops {
  background: linear-gradient(145deg, #0d9488, #115e59);
}

.portal-card-icon--ess,
.portal-card-icon--cust {
  background: linear-gradient(145deg, #f9a61a, #d97706);
}

.portal-card-icon--ess::after,
.portal-card-icon--cust::after {
  border-color: rgba(19, 78, 74, 0.45);
}

.product-section--motivate {
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(15, 118, 110, 0.12), transparent 60%),
    linear-gradient(180deg, #e8f7f4 0%, #f3f7fa 100%);
  color: var(--navy-deep);
}

.product-motivate {
  text-align: center;
  padding: 0.5rem 0 0.25rem;
}

.product-motivate__copy .section-title {
  margin-bottom: 0.5rem;
  color: var(--navy-deep);
}

.product-motivate__copy .section-lead {
  color: #3d5366;
  max-width: 40rem;
  margin-inline: auto;
}

.product-motivate__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1.25rem;
}

.product-section--motivate .btn-outline-dark {
  background: #fff;
  color: var(--navy-deep);
  border-color: rgba(0, 63, 99, 0.35);
}

.product-section--motivate .btn-outline-dark:hover {
  background: rgba(0, 90, 141, 0.08);
  border-color: var(--navy);
  color: var(--navy-deep);
}

.product-section--motivate .product-motivate__link {
  background: transparent;
  border-color: transparent;
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.product-section--motivate .product-motivate__link:hover {
  background: transparent;
  color: var(--navy-deep);
}

.page-hero--product.product-hero--mawared .page-hero-bg {
  background:
    radial-gradient(ellipse 80% 60% at 80% 20%, rgba(45, 212, 191, 0.35), transparent 55%),
    linear-gradient(145deg, #0f766e 0%, #115e59 55%, #134e4a 100%);
}

.product-hero--mawared .product-showcase__img {
  box-shadow: 0 12px 32px rgba(15, 118, 110, 0.12);
}

.product-showcase {
  margin-top: 2.75rem;
  display: grid;
  gap: 2rem;
}

.product-showcase__heading {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--navy-deep);
  text-align: center;
}

.product-showcase__row {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.75rem;
  align-items: center;
  padding: 1.25rem;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, #fff 0%, #fafafa 100%);
  box-shadow: 0 8px 28px rgba(12, 26, 38, 0.06);
}

.product-showcase__row--reverse .product-showcase__visual {
  order: 2;
}

.product-showcase__row--reverse .product-showcase__copy {
  order: 1;
}

.product-showcase__img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(109, 40, 217, 0.1);
}

.product-showcase__title {
  margin: 0 0 0.65rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--navy-deep);
}

.product-showcase__body {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.6;
  font-size: 0.95rem;
}

@media (max-width: 960px) {
  .product-showcase__row,
  .product-showcase__row--reverse {
    grid-template-columns: 1fr;
  }

  .product-showcase__row--reverse .product-showcase__visual,
  .product-showcase__row--reverse .product-showcase__copy {
    order: unset;
  }
}
.product-hero--fatora { --product-accent: #059669; }
.product-hero--aman { --product-accent: #7c3aed; }
.product-hero--wafi { --product-accent: #d97706; }
.product-hero--mawid { --product-accent: #db2777; }
.product-hero--saha { --product-accent: #0891b2; }
.product-hero--wusool { --product-accent: #6366f1; }
.product-hero--fleet { --product-accent: #1e40af; }
.product-hero--tanbih { --product-accent: #ea580c; }
.product-hero--sanad { --product-accent: #4f46e5; }

/* —— Product single-page layout —— */
.product-section {
  padding: 3rem 1.25rem;
  background: var(--canvas);
  scroll-margin-top: calc(var(--header-h) + var(--preview-banner-h, 0px) + 0.5rem);
}

.product-section--alt {
  background: #fff;
}

.product-section--order {
  background: #fff;
  border-top: 1px solid var(--line);
}

.product-section--done {
  background: linear-gradient(180deg, #f0fdf4 0%, var(--canvas) 100%);
  text-align: center;
}

.product-section .section-title {
  margin-bottom: 0.5rem;
}

/* —— RASD product page (rasdsys-style) —— */
.page-hero--product.product-hero--rasd .page-hero-bg {
  background:
    radial-gradient(ellipse 60% 50% at 85% 20%, rgba(45, 212, 191, 0.25), transparent 55%),
    radial-gradient(ellipse 55% 45% at 10% 80%, rgba(249, 166, 26, 0.12), transparent 50%),
    linear-gradient(155deg, #042f2e 0%, #0f766e 45%, #115e59 100%);
}

.product-hero--rasd .product-hero-logo-wrap {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(153, 246, 226, 0.35);
}

.product-stats-band {
  padding: 1.75rem 1.25rem 2rem;
  background: linear-gradient(180deg, #0f766e 0%, #115e59 100%);
  color: #fff;
}

.product-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  text-align: center;
}

.product-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  padding: 0.75rem 0.5rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
}

.product-stat__chart {
  width: 72px;
  height: auto;
  margin-bottom: 0.15rem;
}

.product-stat__gauge-arc {
  transition: stroke-dasharray 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.product-stat__bar {
  transition: height 1.2s cubic-bezier(0.22, 1, 0.36, 1), y 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.product-stats-band.is-counting .product-stat__pulse-line {
  stroke-dasharray: 160;
  stroke-dashoffset: 160;
  animation: product-stat-pulse 1.4s ease forwards;
}

@keyframes product-stat-pulse {
  to {
    stroke-dashoffset: 0;
  }
}

.product-stat__value {
  margin: 0;
  font-family: var(--font-en);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: #fff;
  font-variant-numeric: tabular-nums;
  min-height: 1.2em;
}

.product-stat__label {
  margin: 0.15rem 0 0;
  font-weight: 800;
  font-size: 0.92rem;
}

.product-stat__sub {
  margin: 0.1rem 0 0;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.75);
  max-width: 14rem;
  line-height: 1.4;
}

.product-tech-lead {
  max-width: 42rem;
}

.product-steps {
  margin-top: 2.5rem;
}

.product-steps__heading {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--navy-deep);
  text-align: center;
}

.product-steps__lead {
  margin: 0 0 1.25rem;
  text-align: center;
  color: var(--muted);
  font-weight: 600;
}

.product-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.product-step {
  padding: 1.15rem 1rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 4px 18px rgba(12, 26, 38, 0.05);
}

.product-step__no {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-family: var(--font-en);
  font-size: 0.78rem;
  font-weight: 800;
  color: #0f766e;
  letter-spacing: 0.06em;
}

.product-step__title {
  margin: 0 0 0.4rem;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--navy-deep);
}

.product-step__body {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.5;
  color: var(--muted);
  font-weight: 600;
}

.product-modules-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.product-module-card {
  padding: 1.25rem 1.15rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 6px 22px rgba(12, 26, 38, 0.05);
}

.product-module-card__title {
  margin: 0 0 0.45rem;
  font-size: 1rem;
  font-weight: 800;
  color: #0f766e;
}

.product-module-card__body {
  margin: 0 0 0.65rem;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--text);
  font-weight: 600;
}

.product-module-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.35rem;
}

.product-module-card__list li {
  position: relative;
  padding-inline-start: 0.9rem;
  font-size: 0.82rem;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.4;
}

.product-module-card__list li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.55em;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background: #14b8a6;
}

.product-self-service {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 1.25rem;
  padding: 1.75rem 1.5rem;
  border-radius: 18px;
  background: linear-gradient(135deg, #042f2e 0%, #0f766e 55%, #115e59 100%);
  color: #fff;
}

.product-self-service h3 {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
}

.product-self-service p {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.55;
  max-width: 36rem;
}

.product-self-service .btn-primary {
  background: #fff;
  color: #0f766e;
}

.product-self-service__visual img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

@media (max-width: 800px) {
  .product-self-service {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .product-stats-grid,
  .product-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-modules-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .product-stats-grid,
  .product-steps-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .services-grid,
  .apps-grid,
  .apps-grid--roadmap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-detail-grid {
    grid-template-columns: 1fr;
  }

  .product-hero-actions {
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .apps-grid,
  .apps-grid--roadmap {
    grid-template-columns: 1fr;
  }
}

/* —— Sections —— */
.section {
  padding: 5rem 1.25rem;
}

.section-inner {
  width: min(980px, 100%);
  margin: 0 auto;
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.section-inner.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.section-title {
  margin: 0;
  font-size: clamp(1.75rem, 3.5vw, 2.35rem);
  font-weight: 800;
  color: var(--navy-deep);
  letter-spacing: -0.02em;
}

.section-lead {
  margin: 0.75rem 0 0;
  max-width: 38rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.section-channels {
  background: #fff;
}

/* —— WhatsApp Business API offer —— */
.section-whatsapp {
  background: var(--canvas);
  padding: 0;
}

.wa-hero {
  background:
    radial-gradient(900px 420px at 90% 0%, rgba(249, 166, 26, 0.16), transparent 55%),
    linear-gradient(160deg, #003f63 0%, #005a8d 48%, #0a6aa3 100%);
  color: #fff;
  padding: 4.5rem 1.25rem 3.5rem;
}

.wa-hero .section-title {
  color: #fff;
  max-width: 22ch;
}

.wa-hero .section-lead {
  color: rgba(255, 255, 255, 0.82);
  max-width: 40rem;
}

.wa-kicker {
  margin: 0 0 0.75rem;
  font-family: var(--font-en);
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--signal);
}

.wa-pillars {
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
  max-width: 36rem;
}

.wa-pillars li {
  position: relative;
  padding-inline-start: 1.15rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}

.wa-pillars li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.55em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--signal);
}

.wa-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.wa-hero .btn-outline-dark {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

.wa-hero .btn-outline-dark:hover {
  background: rgba(255, 255, 255, 0.1);
}

.section-whatsapp > .section-inner {
  padding-block: 3.25rem;
}

.wa-subhead {
  margin: 0 0 0.75rem;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  color: var(--navy-deep);
  max-width: 28ch;
  line-height: 1.3;
}

.wa-types {
  margin-top: 1.75rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.wa-type {
  padding: 1.35rem 0;
  border-top: 2px solid var(--navy);
}

.wa-type h4 {
  margin: 0 0 0.85rem;
  font-size: 1.1rem;
  color: var(--navy);
}

.wa-type ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
  color: var(--muted);
}

.wa-type li {
  padding-inline-start: 0.9rem;
  position: relative;
}

.wa-type li::before {
  content: "–";
  position: absolute;
  inset-inline-start: 0;
  color: var(--signal);
  font-weight: 700;
}

.wa-features {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem 2rem;
}

.wa-feature h4 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  color: var(--navy-deep);
}

.wa-feature p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.wa-use {
  margin-top: 1.75rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem 1.75rem;
}

.wa-use-item {
  padding-block: 0.35rem;
  border-inline-start: 3px solid var(--signal);
  padding-inline-start: 1rem;
}

.wa-use-item h4 {
  margin: 0 0 0.35rem;
  color: var(--navy-deep);
  font-size: 1.05rem;
}

.wa-use-item p {
  margin: 0;
  color: var(--muted);
}

.wa-integrate {
  background: #fff;
  border-block: 1px solid var(--line);
  padding: 3.25rem 1.25rem;
}

.wa-int-list {
  margin: 1.25rem 0 1.75rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.7rem;
  max-width: 36rem;
}

.wa-int-list li {
  position: relative;
  padding-inline-start: 1.25rem;
  font-weight: 600;
  color: var(--text);
}

.wa-int-list li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.55em;
  width: 0.5rem;
  height: 0.5rem;
  background: var(--navy);
}

@media (max-width: 860px) {
  .wa-types,
  .wa-features,
  .wa-use {
    grid-template-columns: 1fr;
  }
}

/* —— Visual panels (SMS + systems) —— */
.section-visuals {
  background: var(--canvas);
  padding-bottom: 0;
}

.section-visuals .section-inner {
  margin-bottom: 2rem;
}

.visual-stack {
  width: min(1100px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 0;
}

.visual-panel {
  margin: 0;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: stretch;
  min-height: 320px;
  background: #fff;
  border-block: 1px solid var(--line);
}

.visual-panel--flip {
  direction: ltr;
}

html[dir="rtl"] .visual-panel--flip figcaption {
  direction: rtl;
  text-align: start;
}

.visual-panel img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
}

.visual-art {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.visual-art--sms {
  background:
    radial-gradient(circle at 30% 40%, rgba(249, 166, 26, 0.22), transparent 55%),
    linear-gradient(145deg, var(--navy-deep) 0%, var(--navy) 100%);
}

.visual-art--ops {
  background:
    radial-gradient(circle at 70% 60%, rgba(249, 166, 26, 0.18), transparent 50%),
    linear-gradient(145deg, #031521 0%, var(--navy-deep) 100%);
}

.visual-art__phone {
  position: relative;
  width: 140px;
  height: 220px;
  border-radius: 22px;
  border: 2px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.visual-art__bubble {
  position: absolute;
  inset-inline-start: 18px;
  top: 36px;
  width: 72%;
  height: 28px;
  border-radius: 8px;
  background: rgba(249, 166, 26, 0.85);
}

.visual-art__bubble--2 {
  top: 78px;
  width: 58%;
  background: rgba(255, 255, 255, 0.18);
}

.visual-art__bubble--3 {
  top: 120px;
  width: 66%;
  background: rgba(255, 255, 255, 0.12);
}

.visual-art__nodes {
  position: relative;
  width: 200px;
  height: 120px;
}

.visual-art__nodes span {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
}

.visual-art__nodes span:nth-child(1) {
  inset-inline-start: 0;
  top: 36px;
}

.visual-art__nodes span:nth-child(2) {
  inset-inline-start: 76px;
  top: 0;
  border-color: rgba(249, 166, 26, 0.55);
  background: rgba(249, 166, 26, 0.15);
}

.visual-art__nodes span:nth-child(3) {
  inset-inline-end: 0;
  top: 36px;
}

.visual-art__link {
  position: absolute;
  inset-inline: 24px;
  top: 58px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.15), var(--signal), rgba(255, 255, 255, 0.15));
}

.visual-art__link::before,
.visual-art__link::after {
  content: "";
  position: absolute;
  top: -3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--signal);
}

.visual-art__link::before {
  inset-inline-start: 0;
}

.visual-art__link::after {
  inset-inline-end: 0;
}

.visual-panel figcaption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.65rem;
  padding: 2rem 1.75rem;
  background: #fff;
}

.visual-panel h3 {
  margin: 0;
  font-size: clamp(1.25rem, 2.4vw, 1.55rem);
  color: var(--navy-deep);
}

.visual-panel p {
  margin: 0;
  color: var(--muted);
  max-width: 28rem;
  line-height: 1.6;
}

/* —— Clients / contracted partners —— */
.section-clients {
  background: #fff;
  padding-top: 4.5rem;
  padding-bottom: 0;
}

.clients-hero {
  position: relative;
  width: min(1100px, 100%);
  margin: 2rem auto 0;
  min-height: 280px;
  overflow: hidden;
}

.clients-hero--art {
  min-height: 220px;
  background:
    radial-gradient(ellipse 80% 70% at 20% 50%, rgba(249, 166, 26, 0.2), transparent 55%),
    linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 55%, var(--navy-mid) 100%);
}

.clients-hero img {
  width: 100%;
  height: min(420px, 55vw);
  object-fit: cover;
  display: block;
  filter: saturate(0.95) contrast(1.02);
}

.clients-hero-copy {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 1.5rem 1.5rem 1.35rem;
  background: linear-gradient(transparent 35%, rgba(0, 63, 99, 0.55));
  color: #fff;
}

.clients-hero-copy p {
  margin: 0;
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  font-weight: 700;
  max-width: 36rem;
}

.clients-inner {
  padding-top: 0;
  padding-bottom: 4.5rem;
}

.clients-grid {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.clients-grid li {
  margin: 0;
  padding: 1.15rem 1rem;
  border: 1px solid var(--line);
  border-inline-start: 3px solid var(--signal);
  background: var(--canvas);
  color: var(--navy-deep);
  font-weight: 700;
  font-size: 0.98rem;
  text-align: start;
}

.clients-note {
  margin: 1.35rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

@media (max-width: 880px) {
  .visual-panel,
  .visual-panel--flip {
    grid-template-columns: 1fr;
    direction: inherit;
  }

  .visual-panel img {
    min-height: 220px;
    max-height: 280px;
  }

  .clients-grid {
    grid-template-columns: 1fr;
  }
}

.section-product {
  background:
    linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 100%);
  color: #fff;
}

.section-product .section-title {
  color: #fff;
  font-family: var(--font-en);
  letter-spacing: -0.04em;
}

.section-product .section-lead {
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 1.5rem;
}

.product-kicker {
  margin: 0 0 0.5rem;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--signal);
}

.product-inner {
  text-align: center;
  max-width: 640px;
}

.product-inner .btn-primary {
  margin-top: 0.25rem;
}

.product-features {
  list-style: none;
  margin: 1.5rem 0 1.75rem;
  padding: 0;
  display: grid;
  gap: 0.55rem;
  text-align: start;
}

.product-features li {
  position: relative;
  padding-inline-start: 1.15rem;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
}

.product-features li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.55em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--signal);
}

.channel-list {
  margin-top: 2.5rem;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.channel {
  display: grid;
  gap: 0.45rem;
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--line);
}

.channel-kicker {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

.channel--live .channel-kicker {
  color: var(--signal);
}

.channel-link {
  display: inline-block;
  margin-top: 0.35rem;
  font-weight: 700;
  color: var(--navy);
  border-bottom: 1px solid rgba(0, 90, 141, 0.35);
}

.channel-link:hover {
  color: var(--navy-deep);
  border-bottom-color: var(--navy-deep);
}

.channel h3 {
  margin: 0;
  font-size: 1.35rem;
  color: var(--navy);
}

.channel p:last-child {
  margin: 0;
  color: var(--muted);
  max-width: 42rem;
}

.section-why {
  background:
    linear-gradient(180deg, rgba(10, 77, 122, 0.05), transparent 35%),
    var(--canvas);
}

.why-grid {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem 2.5rem;
  border-top: 1px solid var(--line);
  padding-top: 2rem;
}

.why-item h3 {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
  color: var(--navy-deep);
}

.why-item p {
  margin: 0;
  color: var(--muted);
}

.section-start {
  background: #fff;
}

.steps {
  list-style: none;
  margin: 2.5rem 0 0;
  padding: 0;
  display: grid;
  gap: 1.5rem;
}

.steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--line);
}

.steps li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.step-num {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: var(--navy-deep);
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
}

.steps h3 {
  margin: 0.15rem 0 0.35rem;
  font-size: 1.15rem;
}

.steps p {
  margin: 0;
  color: var(--muted);
}

.section-faq {
  background: var(--canvas);
}

.faq-list {
  margin-top: 2rem;
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
  padding: 0.35rem 0;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1.1rem 0;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--navy-deep);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  float: inline-end;
  color: var(--signal);
  font-weight: 800;
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item p {
  margin: 0 0 1.1rem;
  color: var(--muted);
  max-width: 40rem;
}

.section-contact {
  background: var(--navy-deep);
  color: #fff;
}

.section-contact .section-title {
  color: #fff;
}

.section-contact .section-lead {
  color: rgba(255, 255, 255, 0.78);
}

.contact-mail {
  display: inline-block;
  margin-top: 1.25rem;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 700;
  color: var(--signal);
  letter-spacing: 0.01em;
}

.contact-form {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  max-width: 640px;
}

.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
}

.contact-form .span-full {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border-radius: 10px;
  padding: 0.7rem 0.85rem;
  outline: none;
}

.contact-form select option {
  color: #0c1a26;
  background: #fff;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: var(--signal);
}

.form-note {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.65);
}

.contact-form .btn-primary {
  grid-column: 1 / -1;
  justify-self: start;
  margin-top: 0.25rem;
}

/* —— Footer —— */
.site-footer {
  background: #031521;
  color: rgba(255, 255, 255, 0.8);
  padding: 3rem 1.25rem 2rem;
}

.footer-inner {
  width: min(980px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.footer-inner img {
  width: 118px;
  opacity: 0.95;
}

.footer-logo {
  width: min(160px, 55vw);
  height: auto;
}

.footer-brand {
  margin: 0;
  font-family: var(--font-en);
  font-weight: 800;
  font-size: 1.35rem;
  color: #fff;
  letter-spacing: -0.03em;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-links a {
  color: #fff;
  font-weight: 600;
}

.footer-links a:hover {
  color: var(--signal);
}

.footer-copy {
  margin: 0.5rem 0 0;
  font-size: 0.85rem;
  opacity: 0.55;
}

/* —— Mobile nav —— */
.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
  color: inherit;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  background: currentColor;
  border-radius: 1px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.nav-toggle span {
  position: relative;
}

.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  inset-inline: 0;
}

.nav-toggle span::before {
  top: -6px;
}

.nav-toggle span::after {
  top: 6px;
}

.nav-toggle.is-open span {
  background: transparent;
}

.nav-toggle.is-open span::before {
  top: 0;
  transform: rotate(45deg);
}

.nav-toggle.is-open span::after {
  top: 0;
  transform: rotate(-45deg);
}

.topbar.is-solid .nav-toggle {
  border-color: var(--line);
  color: var(--navy-deep);
}

.mobile-nav {
  position: fixed;
  inset-inline: 0;
  top: var(--header-h);
  z-index: 35;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.75rem 1.25rem 1.25rem;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
}

.mobile-nav[hidden] {
  display: none;
}

.mobile-nav a {
  padding: 0.75rem 0.35rem;
  font-weight: 700;
  color: var(--navy-deep);
  border-bottom: 1px solid var(--line);
}

.mobile-nav a:last-of-type {
  border-bottom: 0;
}

.mobile-nav .btn-primary {
  margin-top: 0.75rem;
  width: 100%;
}

@media (max-width: 900px) {
  .topbar-nav {
    display: none;
  }

  .nav-toggle {
    display: grid;
    place-items: center;
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .cst-badge--topbar .cst-text {
    display: none;
  }

  .cst-logo--topbar {
    width: 96px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .hero-bg,
  .hero-signal,
  .hero-orbit,
  .hero-scroll,
  .section-inner,
  .apps-marks-track {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}

/* —— Multi-page site —— */
body.site-multipage {
  --preview-banner-h: 36px;
}

body.site-multipage .site-preview-banner {
  position: fixed;
  inset-inline: 0;
  top: 0;
  z-index: 45;
  height: var(--preview-banner-h);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  background: linear-gradient(90deg, #b45309, var(--signal));
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
}

body.site-multipage .topbar {
  top: var(--preview-banner-h);
}

body.site-multipage .mobile-nav {
  top: calc(var(--header-h) + var(--preview-banner-h));
}

body.site-multipage .hero--page {
  min-height: min(92vh, 820px);
  padding-top: calc(var(--header-h) + var(--preview-banner-h) + 2rem);
}

body.site-multipage .topbar-nav a.is-active,
body.site-multipage .mobile-nav a.is-active {
  color: var(--signal);
}

.hero-layout {
  position: relative;
  z-index: 1;
  width: min(1100px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.hero--home .hero-inner {
  text-align: start;
  width: 100%;
}

/* —— Brand-first home hero —— */
.hero--brand {
  min-height: min(100vh, 900px);
  display: flex;
  align-items: center;
}

.hero-grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 20%, transparent 75%);
  pointer-events: none;
  animation: gridDrift 28s linear infinite;
}

@keyframes gridDrift {
  from { background-position: 0 0; }
  to { background-position: 56px 56px; }
}

.hero-brand-stage {
  position: relative;
  z-index: 1;
  width: min(1160px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  padding-inline: 1.25rem;
}

.hero-brand-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
  text-align: start;
}

.hero--brand .hero-brand-logo {
  width: min(320px, 72vw);
  height: auto;
  margin: 0;
  filter: drop-shadow(0 12px 32px rgba(0, 0, 0, 0.28));
  animation: logoRise 1s ease-out both;
}

@keyframes logoRise {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.hero--brand .hero-badge {
  margin: 0;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(249, 166, 26, 0.45);
  background: rgba(249, 166, 26, 0.12);
  color: #ffd27a;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.hero--brand .hero-title {
  margin: 0;
  max-width: 18ch;
  font-size: clamp(1.85rem, 4.2vw, 3rem);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.03em;
  color: #fff;
}

.hero--brand .hero-lead {
  margin: 0;
  max-width: 36ch;
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
}

.hero--brand .hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.5rem;
  justify-content: flex-start;
}

.hero-brand-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-scene {
  width: min(100%, 540px);
  height: auto;
  filter: drop-shadow(0 28px 56px rgba(0, 0, 0, 0.35));
  animation: floatSoft 7s ease-in-out infinite;
}

.mission-band {
  position: relative;
  padding: 1.35rem 1.25rem;
  background:
    linear-gradient(90deg, rgba(0, 63, 99, 0.96), rgba(0, 90, 141, 0.96)),
    var(--navy);
  border-block: 1px solid rgba(249, 166, 26, 0.28);
  overflow: hidden;
}

.mission-band::before {
  content: "";
  position: absolute;
  inset-inline-start: -10%;
  top: -40%;
  width: 40%;
  height: 180%;
  background: radial-gradient(circle, rgba(249, 166, 26, 0.18), transparent 65%);
  pointer-events: none;
}

.mission-line {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 820px;
  text-align: center;
  color: #fff;
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 700;
  line-height: 1.7;
}

.about-stage {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: center;
}

.about-copy {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.about-points {
  margin: 0.5rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
}

.about-points li {
  position: relative;
  padding-inline-start: 1.5rem;
  color: var(--text);
  font-weight: 600;
}

.about-points li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.55em;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 0 4px rgba(249, 166, 26, 0.18);
}

.section-pillars {
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(0, 90, 141, 0.08), transparent 60%),
    #fff;
}

.pillars-head {
  max-width: 720px;
  margin-inline: auto;
  margin-bottom: 2rem;
  text-align: center;
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.pillar-link {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  overflow: hidden;
  background: var(--canvas);
  border: 1px solid var(--line);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.pillar-link:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 90, 141, 0.28);
  box-shadow: 0 22px 48px rgba(0, 63, 99, 0.14);
}

.pillar-art {
  width: 100%;
  height: auto;
  aspect-ratio: 280 / 200;
  object-fit: cover;
}

.pillar-body {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 1.25rem 1.35rem 1.45rem;
  text-align: start;
}

.pillar-code {
  margin: 0;
  font-family: var(--font-en);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--navy);
}

.pillar-slogan {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--signal);
}

.pillar-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--ink);
}

.pillar-lead {
  margin: 0;
  flex: 1;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--muted);
}

.pillar-more {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.55rem;
  align-self: flex-start;
  padding: 0.4rem 0.95rem;
  border-radius: 999px;
  background: var(--signal);
  color: var(--navy-deep);
  font-size: 0.88rem;
  font-weight: 800;
}

.pillar-more::after {
  content: "←";
  font-size: 0.85rem;
}

html[dir="ltr"] .pillar-more::after {
  content: "→";
}

.section-cta-band {
  background:
    linear-gradient(145deg, #003f63 0%, #005a8d 55%, #0a6aa3 100%);
  color: #fff;
  text-align: center;
}

.cta-band-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  max-width: 640px;
}

.cta-band-logo {
  width: min(180px, 50vw);
  height: auto;
  margin-bottom: 0.25rem;
}

.cta-band-title {
  margin: 0;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 800;
}

.cta-band-lead {
  margin: 0 0 0.5rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
}

.section-quick-links {
  background: #fff;
  text-align: center;
}

.section-quick-links .section-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.hero--home .hero-brand-logo {
  margin-inline: 0;
}

.hero--home .hero-cta {
  justify-content: flex-start;
}

.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-visual img {
  width: min(100%, 480px);
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.28));
  animation: floatSoft 6s ease-in-out infinite;
}

@keyframes floatSoft {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
  margin-bottom: 2.5rem;
}

.split-visual,
.contact-visual {
  display: flex;
  justify-content: center;
}

.illus-frame {
  width: min(100%, 520px);
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0, 63, 99, 0.12);
}

.about-card--icon {
  position: relative;
  padding-top: 3.25rem;
}

.about-card-icon {
  position: absolute;
  top: 1.25rem;
  inset-inline-start: 1.25rem;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(145deg, var(--navy-deep), var(--navy));
}

.about-card-icon--dev {
  background:
    linear-gradient(145deg, var(--navy-deep), var(--navy)),
    linear-gradient(#fff 0 0);
  box-shadow: inset 0 -8px 0 rgba(249, 166, 26, 0.35);
}

.about-card-icon--apps {
  background: linear-gradient(145deg, var(--signal), #ffb84d);
}

.about-card-icon--host {
  background: linear-gradient(145deg, #0a6aa3, var(--navy));
}

.about-card-icon--support {
  background: linear-gradient(145deg, #059669, #10b981);
}

.about-card-icon::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 6px;
  border: 2px solid rgba(255, 255, 255, 0.35);
}

/* —— Page hero (inner pages) —— */
.page-hero {
  position: relative;
  overflow: hidden;
  padding: calc(var(--header-h) + var(--preview-banner-h, 0px) + 2.5rem) 1.25rem 3rem;
  color: #fff;
}

.page-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 80% 25%, rgba(249, 166, 26, 0.22), transparent 55%),
    linear-gradient(155deg, #041c2e 0%, var(--navy-deep) 45%, var(--navy) 100%);
}

.page-hero--sms .page-hero-bg {
  background:
    radial-gradient(ellipse 60% 50% at 20% 70%, rgba(37, 211, 102, 0.12), transparent 50%),
    radial-gradient(ellipse 70% 55% at 85% 20%, rgba(249, 166, 26, 0.2), transparent 55%),
    linear-gradient(155deg, #041c2e 0%, var(--navy-deep) 100%);
}

.page-hero--apps .page-hero-bg {
  background:
    radial-gradient(ellipse 65% 50% at 75% 30%, rgba(249, 166, 26, 0.24), transparent 55%),
    linear-gradient(145deg, #031521 0%, var(--navy) 100%);
}

.page-hero--dev .page-hero-bg {
  background:
    radial-gradient(ellipse 55% 45% at 15% 80%, rgba(249, 166, 26, 0.15), transparent 50%),
    linear-gradient(160deg, #020f18 0%, var(--navy-deep) 100%);
}

.page-hero--careers .page-hero-bg {
  background:
    radial-gradient(ellipse 70% 60% at 50% 0%, rgba(249, 166, 26, 0.18), transparent 55%),
    linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 100%);
}

.page-hero--contact .page-hero-bg {
  background:
    radial-gradient(ellipse 60% 50% at 90% 60%, rgba(249, 166, 26, 0.2), transparent 55%),
    linear-gradient(155deg, var(--navy-deep) 0%, #0a6aa3 100%);
}

.page-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  align-items: center;
}

.page-hero-kicker {
  display: inline-block;
  margin: 0 0 0.65rem;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.85rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
}

.page-hero-title {
  margin: 0;
  font-size: clamp(1.65rem, 3.8vw, 2.35rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.page-hero-lead {
  margin: 0.85rem 0 0;
  max-width: 34rem;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
}

.page-hero-visual img {
  width: min(100%, 440px);
  margin-inline: auto;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.25));
  animation: floatSoft 7s ease-in-out infinite;
}

/* —— Page tabs —— */
.page-tabs {
  position: sticky;
  top: calc(var(--header-h) + var(--preview-banner-h, 0px));
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.page-tabs-inner {
  width: min(1100px, 100%);
  margin: 0 auto;
  display: flex;
  gap: 0.25rem;
  overflow-x: auto;
  padding: 0.65rem 1.25rem;
  scrollbar-width: none;
}

.page-tabs-inner::-webkit-scrollbar {
  display: none;
}

.page-tabs-inner a {
  flex-shrink: 0;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--muted);
  transition: background 0.2s ease, color 0.2s ease;
}

.page-tabs-inner a:hover {
  color: var(--navy-deep);
  background: rgba(0, 90, 141, 0.06);
}

.page-tabs-inner a.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--navy-deep), var(--navy));
  box-shadow: 0 4px 14px rgba(0, 63, 99, 0.25);
}

.page-panel.is-hidden {
  display: none;
}

.page-panel {
  padding: 3rem 1.25rem;
  background: var(--canvas);
}

.page-panel:nth-child(even) {
  background: #fff;
}

/* —— Pillars —— */
.section-pillars {
  background: #fff;
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.pillar-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1.75rem 1.5rem;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
  min-height: 240px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pillar-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 63, 99, 0.2);
}

.pillar-card--sms {
  background: linear-gradient(145deg, #041c2e 0%, var(--navy) 100%);
}

.pillar-card--apps {
  background: linear-gradient(145deg, var(--navy-deep) 0%, #0a6aa3 100%);
}

.pillar-card--dev {
  background: linear-gradient(145deg, #020f18 0%, var(--navy-deep) 100%);
}

.pillar-art {
  width: 72px;
  height: 72px;
  opacity: 0.95;
}

.pillar-card h3 {
  margin: 0;
  font-size: 1.25rem;
}

.pillar-card p {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.82);
  flex: 1;
}

.pillar-link {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--signal);
}

.pillar-card::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(249, 166, 26, 0.12);
  inset-inline-end: -40px;
  bottom: -40px;
  pointer-events: none;
}

/* —— Product spotlight —— */
.product-spotlight--visual {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  align-items: stretch;
  background: #fff;
  border-radius: 24px;
  border: 1px solid var(--line);
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 63, 99, 0.08);
}

.product-spotlight-art {
  min-height: 280px;
}

.product-spotlight-art .visual-art {
  min-height: 100%;
  border-radius: 0;
}

.product-spotlight-body {
  padding: 2rem 2rem 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

html[dir="rtl"] .product-spotlight-body {
  padding: 2rem 0 2rem 2rem;
}

.product-spotlight-logo {
  width: 72px;
  height: 72px;
}

.feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}

.feature-list li {
  position: relative;
  padding-inline-start: 1.35rem;
  color: var(--muted);
}

.feature-list li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--signal);
}

.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.5rem;
}

/* —— Info cards —— */
.info-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.info-card {
  position: relative;
  padding: 1.5rem 1.35rem 1.35rem;
  background: #fff;
  border-radius: 18px;
  border: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(0, 63, 99, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.info-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(0, 63, 99, 0.1);
}

.info-card::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  margin-bottom: 0.85rem;
  background: linear-gradient(145deg, var(--navy-deep), var(--navy));
  opacity: 0.9;
}

.info-card:nth-child(2)::before {
  background: linear-gradient(145deg, var(--signal), #ffb84d);
}

.info-card:nth-child(3)::before {
  background: linear-gradient(145deg, #0a6aa3, var(--navy-mid));
}

.info-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  color: var(--navy-deep);
}

.info-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.pricing-box,
.careers-apply-box {
  margin-top: 1.5rem;
  padding: 2rem;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(0, 90, 141, 0.06), rgba(249, 166, 26, 0.08));
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}

/* —— Apps page (home-aligned portfolio) —— */
.hero--apps .hero-scene {
  max-width: min(100%, 480px);
  margin-inline: auto;
  filter: drop-shadow(0 24px 48px rgba(0, 40, 80, 0.28));
}

.section-apps-featured {
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(0, 90, 141, 0.08), transparent 60%),
    #fff;
}

.apps-featured-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.15rem;
}

.apps-featured-card {
  min-height: 100%;
}

.apps-featured-visual {
  display: grid;
  place-items: center;
  aspect-ratio: 280 / 160;
  background:
    radial-gradient(circle at 30% 30%, rgba(249, 166, 26, 0.18), transparent 55%),
    linear-gradient(160deg, #003f63 0%, #005a8d 55%, #0a6aa3 100%);
}

.apps-featured-logo {
  width: 72px;
  height: 72px;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.25));
}

.section-apps-portfolio {
  background:
    linear-gradient(180deg, #f4f8fb 0%, #eef4f8 100%);
}

.apps-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.apps-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1.35rem 1.2rem 1.25rem;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  min-height: 100%;
}

.apps-tile:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 90, 141, 0.28);
  box-shadow: 0 18px 40px rgba(0, 63, 99, 0.12);
}

.apps-tile-status {
  align-self: flex-start;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.apps-tile--live .apps-tile-status {
  background: rgba(18, 150, 138, 0.12);
  color: #0d7a70;
}

.apps-tile--soon .apps-tile-status {
  background: rgba(249, 166, 26, 0.16);
  color: #9a6200;
}

.apps-tile-logo-wrap {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin-block: 0.35rem 0.15rem;
  border-radius: 16px;
  background: rgba(0, 90, 141, 0.06);
}

.apps-tile-logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.apps-tile-code {
  margin: 0;
  font-family: var(--font-en);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--navy);
}

.apps-tile-title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.35;
}

.apps-tile-lead {
  margin: 0;
  flex: 1;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--muted);
}

.apps-tile-more {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.45rem;
  align-self: flex-start;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: var(--signal);
  color: var(--navy-deep);
  font-size: 0.84rem;
  font-weight: 800;
}

.apps-tile-more::after {
  content: "←";
  font-size: 0.8rem;
}

html[dir="ltr"] .apps-tile-more::after {
  content: "→";
}

@media (max-width: 1100px) {
  .apps-featured-grid,
  .apps-portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .apps-featured-grid,
  .apps-portfolio-grid {
    grid-template-columns: 1fr;
  }
}

/* —— Apps marks band —— */
.apps-marks-band {
  overflow: hidden;
  background: #fff;
  border-block: 1px solid var(--line);
  padding: 1.25rem 0;
}

.apps-marks-track {
  display: flex;
  gap: 2rem;
  width: max-content;
  padding-inline: 1.25rem;
  animation: marksScroll 28s linear infinite;
}

.apps-marks-track img {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  opacity: 0.85;
  filter: drop-shadow(0 4px 8px rgba(0, 63, 99, 0.12));
}

@keyframes marksScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

html[dir="rtl"] .apps-marks-track {
  animation-name: marksScrollRtl;
}

@keyframes marksScrollRtl {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(50%);
  }
}

/* —— Jobs —— */
.jobs-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.job-card {
  padding: 1.5rem 1.35rem;
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--line);
  border-inline-start: 4px solid var(--signal);
  box-shadow: 0 6px 20px rgba(0, 63, 99, 0.06);
}

.job-card h3 {
  margin: 0 0 0.35rem;
  color: var(--navy-deep);
}

.job-meta {
  margin: 0 0 0.65rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--signal);
}

.job-card p:last-child {
  margin: 0;
  color: var(--muted);
}

/* —— Contact layout —— */
.contact-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 2rem;
  align-items: start;
}

.contact-inner {
  background: #fff;
  padding: 2rem;
  border-radius: 20px;
  border: 1px solid var(--line);
  box-shadow: 0 12px 32px rgba(0, 63, 99, 0.08);
}

.sms-licensed-badge {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(249, 166, 26, 0.18);
  border: 1px solid rgba(249, 166, 26, 0.45);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
}

.platform-dual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.platform-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.75rem 1.5rem;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 12px 32px rgba(0, 63, 99, 0.08);
}

.platform-card--wasl {
  border-top: 4px solid var(--navy);
}

.platform-card--clickin {
  border-top: 4px solid var(--signal);
}

.platform-card__logo {
  width: 64px;
  height: 64px;
  border-radius: 14px;
}

.platform-card__logo--clickin {
  object-fit: contain;
  background: #fff;
  padding: 6px;
  border: 1px solid var(--line);
}

.platform-card h3 {
  margin: 0;
  font-size: 1.15rem;
  color: var(--navy-deep);
}

.platform-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.platform-card .btn {
  margin-top: auto;
  align-self: flex-start;
}

/* —— Clickin product page —— */
.page-hero--clickin .page-hero-bg {
  background:
    radial-gradient(ellipse 65% 55% at 85% 25%, rgba(249, 166, 26, 0.24), transparent 55%),
    linear-gradient(155deg, #041c2e 0%, var(--navy-deep) 50%, #0a6aa3 100%);
}

.clickin-hero-mark {
  width: min(200px, 40vw);
  height: auto;
  padding: 1rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.25);
}

.clickin-hero-logo {
  width: min(280px, 68vw);
  height: auto;
  padding: 1.75rem 2rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  filter: drop-shadow(0 16px 36px rgba(0, 0, 0, 0.28));
}

.clickin-brand-slogan {
  margin: 0.35rem 0 0.15rem;
  font-size: clamp(1.35rem, 3.2vw, 1.85rem);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: var(--signal);
  text-shadow: 0 2px 18px rgba(249, 166, 26, 0.25);
}

.clickin-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.section-portals {
  background:
    radial-gradient(ellipse 70% 45% at 50% 0%, rgba(0, 90, 141, 0.08), transparent 55%),
    var(--canvas);
}

.portals-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.portal-card {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 1.5rem 1.35rem 1.4rem;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--line);
  text-align: start;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.portal-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 90, 141, 0.28);
  box-shadow: 0 18px 40px rgba(0, 63, 99, 0.12);
}

.portal-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  margin-bottom: 0.35rem;
  background: linear-gradient(145deg, var(--navy-mid), var(--navy-deep));
  position: relative;
}

.portal-card-icon::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 6px;
  border: 2px solid rgba(255, 255, 255, 0.7);
}

.portal-card-icon--client {
  background: linear-gradient(145deg, var(--signal), #ffb84d);
}

.portal-card-icon--client::after {
  border-color: rgba(0, 63, 99, 0.45);
}

.portal-card-icon--admin {
  background: linear-gradient(145deg, #0a6aa3, #003f63);
}

.portal-card-icon--hub {
  background: linear-gradient(145deg, #1a7a9c, #0a4a6e);
}

.portal-card-code {
  margin: 0;
  font-family: var(--font-en);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--navy);
}

.portal-card-title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--ink);
}

.portal-card-lead {
  margin: 0;
  flex: 1;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--muted);
}

.portal-card-more {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.55rem;
  align-self: flex-start;
  padding: 0.4rem 0.95rem;
  border-radius: 999px;
  background: var(--signal);
  color: var(--navy-deep);
  font-size: 0.88rem;
  font-weight: 800;
}

.portal-card-more::after {
  content: "←";
  font-size: 0.85rem;
}

html[dir="ltr"] .portal-card-more::after {
  content: "→";
}

.section-channels {
  background: #fff;
}

.channels-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.channel-card {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  border-radius: 22px;
  overflow: hidden;
  background: var(--canvas);
  border: 1px solid var(--line);
}

.channel-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 240 / 180;
  object-fit: cover;
}

.channel-card h3 {
  margin: 0;
  padding: 0 1.15rem;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--ink);
}

.channel-card p {
  margin: 0;
  padding: 0 1.15rem 1.25rem;
  color: var(--muted);
  line-height: 1.65;
  font-size: 0.95rem;
}

.section-pricing-band {
  background:
    radial-gradient(ellipse 70% 40% at 50% 0%, rgba(0, 90, 141, 0.07), transparent 55%),
    var(--canvas);
}

.section-clients-band {
  background: #fff;
}

body[data-page="clickin"] .page-tabs {
  display: none !important;
}

.clickin-cta-bar {
  display: none;
}

.clickin-cta-bar-inner {
  width: min(1100px, 100%);
  margin: 0 auto;
  padding: 0.65rem 1.25rem;
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}

.btn-sm {
  padding: 0.45rem 1rem;
  font-size: 0.88rem;
}

.clickin-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}

.clickin-feature {
  padding: 1.35rem 1.25rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(0, 63, 99, 0.06);
}

.clickin-feature h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  color: var(--navy-deep);
}

.clickin-feature p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.6;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 1.5rem;
  align-items: stretch;
}

.plan-grid--six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.plan-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.plan-billing-toggle {
  display: inline-flex;
  gap: 0.35rem;
  margin-top: 1.25rem;
  padding: 0.3rem;
  border-radius: 999px;
  background: #eef3f8;
  border: 1px solid var(--line);
}

.plan-billing-toggle button {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 1rem;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.plan-billing-toggle button.is-active {
  background: #fff;
  color: var(--navy-deep);
  box-shadow: 0 2px 10px rgba(12, 26, 38, 0.08);
}

.plan-billing-save {
  padding: 0.12rem 0.45rem;
  border-radius: 999px;
  background: rgba(109, 40, 217, 0.12);
  color: #6d28d9;
  font-size: 0.72rem;
  font-weight: 800;
}

.product-pricing-foot {
  margin: 1.75rem 0 0;
  text-align: center;
}

.product-pricing-foot .btn {
  min-width: 12rem;
}

.plan-pricing-note {
  margin: 0.75rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.plan-card-price {
  margin: 0;
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  font-weight: 800;
  color: var(--navy-deep);
  line-height: 1.2;
}

.plan-card-price span {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--muted);
}

.plan-card--enterprise .plan-card-price {
  font-size: 1.15rem;
  color: var(--navy);
}

.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1.75rem 1.5rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(0, 63, 99, 0.08);
}

.plan-card--featured {
  border-color: var(--signal);
  box-shadow: 0 16px 40px rgba(249, 166, 26, 0.18);
  transform: scale(1.02);
}

.plan-card--selected {
  outline: 2px solid var(--navy);
  outline-offset: 2px;
}

.plan-card-badge {
  position: absolute;
  top: -0.65rem;
  inset-inline-start: 1.25rem;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: var(--signal);
  color: var(--navy-deep);
  font-size: 0.78rem;
  font-weight: 800;
}

.plan-card h3 {
  margin: 0.35rem 0 0;
  font-size: 1.35rem;
  color: var(--navy-deep);
}

.plan-card-meta {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.plan-card-list {
  margin: 0.5rem 0 0;
  padding: 0;
  list-style: none;
  flex: 1;
  display: grid;
  gap: 0.45rem;
}

.plan-card-list li {
  position: relative;
  padding-inline-start: 1.2rem;
  color: var(--text);
  font-size: 0.92rem;
}

.plan-card-list li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--signal);
}

.plan-card-btn {
  margin-top: auto;
  width: 100%;
  text-align: center;
  justify-content: center;
}

.clickin-subs-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 2rem;
}

@media (max-width: 1100px) {
  .plan-grid--six,
  .plan-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .clickin-features-grid,
  .channels-grid,
  .portals-grid,
  .plan-grid,
  .plan-grid--six,
  .plan-grid--four {
    grid-template-columns: 1fr;
  }

  .plan-card--featured {
    transform: none;
  }

  .clickin-cta-bar-inner {
    justify-content: center;
  }
}

@media (max-width: 900px) {
  .hero-hub-grid,
  .hero-layout,
  .hero-brand-stage,
  .about-stage,
  .split-section,
  .page-hero-layout,
  .product-spotlight--visual,
  .contact-layout,
  .pillars-grid,
  .info-cards,
  .platform-dual {
    grid-template-columns: 1fr;
  }

  .hero--home .hero-inner {
    text-align: center;
  }

  .hero--home .hero-brand-logo,
  .hero--brand .hero-brand-logo {
    margin-inline: auto;
  }

  .hero--home .hero-cta,
  .hero--brand .hero-cta,
  .hero-brand-copy {
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .hero--brand .hero-title,
  .hero--brand .hero-lead {
    max-width: none;
  }

  .hero-brand-visual {
    order: -1;
  }

  .hero-scene {
    max-width: 380px;
  }

  .hero-visual {
    order: -1;
  }

  .hero-visual img {
    max-width: 320px;
  }

  .product-spotlight-body {
    padding: 1.5rem !important;
  }

  .page-hero-visual {
    order: -1;
  }

  .page-hero-visual img {
    max-width: 300px;
  }
}

/* —— Packages / orders page —— */
.page-hero--packages {
  min-height: auto;
  padding-block: 3.5rem 2.5rem;
}

.packages-section {
  padding-block: 2rem 3rem;
}

.packages-table-wrap {
  overflow-x: auto;
  margin-top: 1.5rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 24, 48, 0.45);
}

.packages-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}

.packages-table th,
.packages-table td {
  padding: 0.85rem 1rem;
  text-align: start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.packages-table th {
  font-weight: 700;
  color: var(--ink-muted, #9fb3c8);
  font-size: 0.85rem;
}

.packages-table tr.is-featured td {
  background: rgba(255, 193, 7, 0.06);
}

.pkg-badge {
  display: inline-block;
  margin-inline-start: 0.35rem;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  font-size: 0.72rem;
  background: rgba(255, 193, 7, 0.18);
  color: #ffd966;
}

.packages-cards {
  display: none;
  gap: 1rem;
  margin-top: 1.5rem;
}

.pkg-card {
  padding: 1.25rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 24, 48, 0.55);
}

.pkg-card--featured {
  border-color: rgba(255, 193, 7, 0.35);
}

.pkg-card h3 {
  margin: 0 0 0.75rem;
}

.pkg-card-meta {
  display: grid;
  gap: 0.5rem;
  margin: 0 0 1rem;
}

.pkg-card-meta dt {
  font-size: 0.78rem;
  color: var(--ink-muted, #9fb3c8);
}

.pkg-card-meta dd {
  margin: 0;
  font-weight: 600;
}

.packages-order-section {
  padding-block: 2rem 4rem;
  background: rgba(0, 0, 0, 0.12);
}

.pkg-order-layout {
  display: grid;
  grid-template-columns: minmax(220px, 280px) 1fr;
  gap: 2rem;
  align-items: start;
  margin-top: 1.5rem;
}

.pkg-order-summary {
  padding: 1.25rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 24, 48, 0.55);
}

.order-summary-brand {
  margin-bottom: 1rem;
}

.order-summary-brand img {
  display: block;
  border-radius: 10px;
}

.pkg-order-summary h3 {
  margin: 0 0 1rem;
  font-size: 1rem;
}

.pkg-order-summary dl {
  display: grid;
  gap: 0.65rem;
  margin: 0;
}

.pkg-order-summary dt {
  font-size: 0.78rem;
  color: var(--ink-muted, #9fb3c8);
}

.pkg-order-summary dd {
  margin: 0;
  font-weight: 600;
}

.pkg-order-form .form-row {
  margin-bottom: 1rem;
}

.pkg-order-form label {
  display: block;
  margin-bottom: 0.35rem;
  font-weight: 600;
  font-size: 0.9rem;
}

.pkg-order-form input,
.pkg-order-form textarea {
  width: 100%;
  padding: 0.65rem 0.75rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.2);
  color: inherit;
}

.verify-field-row {
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
}

.verify-field-row input {
  flex: 1 1 auto;
  min-width: 0;
}

.verify-field-row .btn-sm {
  flex: 0 0 auto;
  white-space: nowrap;
  padding: 0.55rem 0.85rem;
  font-size: 0.85rem;
}

.verify-otp-row {
  margin-top: 0.65rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.verify-otp-label {
  font-size: 0.85rem;
  color: var(--ink-muted, #9fb3c8);
  margin: 0;
}

.verify-otp-controls {
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
}

.verify-otp-controls input {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 10rem;
  letter-spacing: 0.2em;
  text-align: center;
  font-size: 1.1rem;
  padding: 0.65rem 0.75rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.2);
  color: inherit;
}

.verify-otp-controls .btn-sm {
  flex: 0 0 auto;
  white-space: nowrap;
}

.verify-field-row .btn-outline:disabled {
  opacity: 0.55;
}

.verify-field-row .btn-outline:not(:disabled) {
  opacity: 1;
}

.verify-field-status {
  margin: 0.35rem 0 0;
  font-size: 0.85rem;
}

.verify-field-status.is-ok {
  color: #34d399;
}

.verify-field-status.is-pending {
  color: var(--ink-muted, #9fb3c8);
}

.verify-field-row input.is-verified {
  border-color: rgba(52, 211, 153, 0.55);
  opacity: 0.85;
}

.pkg-verify-block {
  padding: 1rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  margin-bottom: 1rem;
}

.pkg-verify-hint {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  color: var(--ink-muted, #9fb3c8);
}

.pkg-order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.pkg-notify-note {
  margin-top: 1rem;
  font-size: 0.85rem;
  color: var(--ink-muted, #9fb3c8);
}

.form-msg {
  margin: 0.75rem 0;
  padding: 0.65rem 0.75rem;
  border-radius: 8px;
  font-size: 0.9rem;
}

.form-msg--error {
  background: rgba(220, 53, 69, 0.15);
  color: #ff8a95;
}

.form-msg--ok {
  background: rgba(25, 135, 84, 0.15);
  color: #7dcea0;
}

.packages-done-section {
  padding-block: 3rem 4rem;
  text-align: center;
}

.packages-done-inner .pkg-ref {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 1rem 0 1.5rem;
}

@media (max-width: 768px) {
  .packages-table-wrap {
    display: none;
  }

  .packages-cards {
    display: grid;
  }

  .pkg-order-layout {
    grid-template-columns: 1fr;
  }
}

