:root {
  --navy: #062469;
  --navy-deep: #02184b;
  --cyan: #13b9d6;
  --cyan-soft: #e4f8fb;
  --ink: #071c45;
  --muted: #5d6a7f;
  --line: rgba(6, 36, 105, 0.12);
  --surface: rgba(255, 255, 255, 0.82);
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(6, 36, 105, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #f5f9ff;
}

body {
  min-height: 100svh;
  margin: 0;
  color: var(--ink);
  font-family: "Tajawal", "IBM Plex Sans Arabic", "Segoe UI", Tahoma, Arial, sans-serif;
  line-height: 1.7;
  background:
    radial-gradient(circle at 20% 4%, rgba(19, 185, 214, 0.18), transparent 30%),
    radial-gradient(circle at 82% 8%, rgba(6, 36, 105, 0.1), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #eef6ff 48%, #f8fbff 100%);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.video-wash {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.video-wash {
  z-index: -2;
  background:
    radial-gradient(circle at 50% 4%, rgba(255, 255, 255, 0.58), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(238, 246, 255, 0.74) 48%, rgba(248, 251, 255, 0.9) 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: auto auto -160px -110px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(6, 36, 105, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

body::after {
  inset: 120px -220px auto auto;
  width: 420px;
  height: 420px;
  border-color: rgba(19, 185, 214, 0.16);
}

a,
button {
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;
}

button {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.splash {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 45%, rgba(19, 185, 214, 0.16), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #eff8ff 100%);
  transition: opacity 320ms ease, visibility 320ms ease;
}

.splash.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.splash img {
  width: min(68vw, 260px);
  height: auto;
  object-fit: contain;
  animation: splash-logo 1050ms cubic-bezier(0.4, 0, 0.2, 1) both;
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 480px);
  margin-inline: auto;
  padding: max(18px, env(safe-area-inset-top)) 16px calc(28px + env(safe-area-inset-bottom));
}

.hero-card {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: -42% auto auto -30%;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(19, 185, 214, 0.18);
  border-radius: 50%;
}

.hero-card::after {
  content: "";
  position: absolute;
  inset: auto -80px -120px auto;
  width: 260px;
  height: 260px;
  border: 28px solid rgba(6, 36, 105, 0.05);
  border-radius: 50%;
}

.hero-card > * {
  position: relative;
  z-index: 1;
}

.brand-mark {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.brand-mark img {
  width: min(68%, 210px);
  height: auto;
  object-fit: contain;
}

.consultant {
  text-align: center;
}

.eyebrow {
  width: max-content;
  max-width: 100%;
  margin: 0 auto 12px;
  padding: 6px 12px;
  border: 1px solid rgba(19, 185, 214, 0.18);
  border-radius: 999px;
  color: var(--navy);
  background: rgba(19, 185, 214, 0.08);
  font-size: 0.78rem;
  font-weight: 800;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 4px;
  color: var(--navy);
  font-size: clamp(2.35rem, 12vw, 4rem);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.consultant-title {
  margin-bottom: 10px;
  color: var(--cyan);
  font-size: 1.04rem;
  font-weight: 900;
}

.phone-line {
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  padding: 6px 12px;
  border: 1px solid rgba(6, 36, 105, 0.12);
  border-radius: 999px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
  font-weight: 900;
  direction: ltr;
}

.hero-copy {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.98rem;
}

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

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border: 1px solid transparent;
  border-radius: 18px;
  cursor: pointer;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:active,
.service-card:active,
.quick-action:active {
  transform: scale(0.985);
}

.button--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--navy), #0b3a95);
  box-shadow: 0 14px 32px rgba(6, 36, 105, 0.22);
}

.button--ghost {
  color: var(--navy);
  border-color: rgba(6, 36, 105, 0.14);
  background: rgba(255, 255, 255, 0.74);
}

.services-section,
.quick-actions {
  margin-top: 16px;
}

.benefits-section {
  margin-top: 32px;
}

.section-heading {
  padding: 4px 2px 10px;
}

.section-heading p {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 0.92rem;
}

.section-heading h2 {
  margin-bottom: 0;
  color: var(--navy);
  font-size: clamp(1.55rem, 7vw, 2.2rem);
  line-height: 1.2;
}

.services-grid {
  display: grid;
  gap: 10px;
}

.service-card {
  width: 100%;
  min-height: 84px;
  display: grid;
  grid-template-columns: 52px 1fr 20px;
  align-items: center;
  gap: 12px;
  padding: 16px 14px;
  border: 1px solid rgba(19, 185, 214, 0.14);
  border-radius: 22px;
  color: var(--ink);
  background: rgba(248, 252, 255, 0.92);
  box-shadow: 0 10px 26px rgba(6, 36, 105, 0.06);
  text-align: start;
  cursor: pointer;
  transition: transform 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

.service-card:hover {
  border-color: rgba(19, 185, 214, 0.24);
  box-shadow: 0 12px 30px rgba(6, 36, 105, 0.08);
}

.service-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(19, 185, 214, 0.16);
  border-radius: 16px;
  color: var(--navy);
  background: rgba(19, 185, 214, 0.1);
  box-shadow: none;
}

.service-icon svg,
.quick-action svg,
.benefit-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.service-copy {
  min-width: 0;
}

.service-copy strong {
  display: block;
  color: var(--navy);
  font-size: 1.01rem;
  font-weight: 950;
  line-height: 1.35;
}

.service-copy small {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
}

.service-arrow {
  color: rgba(19, 185, 214, 0.88);
  font-size: 1.15rem;
  font-weight: 900;
}

.quick-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.quick-action {
  min-height: 84px;
  display: grid;
  place-items: center;
  gap: 8px;
  padding: 12px 10px;
  border: 1px solid rgba(6, 36, 105, 0.1);
  border-radius: 22px;
  color: var(--navy);
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(6, 36, 105, 0.07);
  cursor: pointer;
  text-align: center;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.quick-action:hover {
  border-color: rgba(19, 185, 214, 0.2);
  box-shadow: 0 12px 28px rgba(6, 36, 105, 0.09);
}

.quick-action strong {
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.35;
}

.quick-action span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(19, 185, 214, 0.14);
  border-radius: 999px;
  color: var(--navy);
  background: rgba(19, 185, 214, 0.1);
}

.quick-action svg {
  width: 20px;
  height: 20px;
}

button.quick-action {
  border-color: rgba(6, 36, 105, 0.1);
  background: #ffffff;
}

.section-separator {
  height: 1px;
  margin-bottom: 26px;
  background: linear-gradient(90deg, transparent, rgba(6, 36, 105, 0.18), rgba(19, 185, 214, 0.18), transparent);
}

.benefits-heading {
  padding: 0 2px 12px;
  text-align: start;
}

.benefits-heading h2 {
  margin: 0 0 6px;
  color: var(--navy);
  font-size: clamp(1.24rem, 5.4vw, 1.62rem);
  font-weight: 950;
  line-height: 1.25;
}

.benefits-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.45;
}

.benefits-list {
  display: grid;
  gap: 10px;
}

.benefit-card {
  min-height: 88px;
  display: grid;
  grid-template-columns: 44px 1fr 18px;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(19, 185, 214, 0.14);
  border-radius: 20px;
  color: var(--ink);
  background: rgba(241, 249, 255, 0.9);
  box-shadow: 0 10px 26px rgba(6, 36, 105, 0.06);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 420ms ease, transform 420ms ease, box-shadow 160ms ease;
}

.benefit-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.benefit-card:active {
  transform: scale(0.992);
}

.benefit-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(19, 185, 214, 0.14);
  border-radius: 14px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.82);
}

.benefit-icon svg {
  width: 21px;
  height: 21px;
}

.benefit-copy {
  min-width: 0;
}

.benefit-copy strong,
.benefit-copy small {
  display: block;
}

.benefit-copy strong {
  color: var(--navy);
  font-size: 0.94rem;
  font-weight: 950;
  line-height: 1.35;
}

.benefit-copy small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.45;
}

.benefit-arrow {
  color: rgba(6, 36, 105, 0.38);
  font-size: 1.12rem;
  font-weight: 900;
}

@keyframes splash-logo {
  0% {
    opacity: 0;
    transform: scale(0.96);
  }

  32%,
  78% {
    opacity: 1;
    transform: scale(1);
  }

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

@media (min-width: 720px) {
  .page-shell {
    width: min(100%, 960px);
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 18px;
    align-items: start;
  }

  .hero-card {
    position: sticky;
    top: 18px;
  }

  .services-section,
  .quick-actions,
  .benefits-section {
    margin-top: 0;
  }

  .services-section {
    grid-column: 2;
  }

  .quick-actions,
  .benefits-section {
    grid-column: 2;
  }
}
