:root {
  --pink: #f57bae;
  --pink-dark: #d95d91;
  --blue: #66b0e9;
  --blue-dark: #388fd5;
  --ink: #1f2b3a;
  --muted: #5f6d7b;
  --line: rgba(31, 43, 58, 0.08);
  --bg: linear-gradient(180deg, #fff8fc 0%, #f5fbff 100%);
  --radius: 30px;
  --shadow: 0 18px 50px rgba(32, 58, 102, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Nunito", sans-serif;
  color: var(--ink);
  background: var(--bg);
  overflow-x: hidden;
  position: relative;
}

img,
video {
  max-width: 100%;
  display: block;
  -webkit-user-drag: none;
  user-select: none;
  -webkit-touch-callout: none;
}

a { text-decoration: none; }
p { line-height: 1.7; }

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.section {
  padding: 78px 0;
  position: relative;
  z-index: 1;
}

.section-vivid {
  background:
    radial-gradient(circle at 12% 18%, rgba(245,123,174,0.08), transparent 25%),
    radial-gradient(circle at 88% 14%, rgba(102,176,233,0.09), transparent 25%);
}

.section-vivid-alt {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.68), rgba(255,255,255,0.68)),
    radial-gradient(circle at 12% 16%, rgba(245,123,174,0.10), transparent 26%),
    radial-gradient(circle at 85% 20%, rgba(102,176,233,0.10), transparent 24%);
}

.section-soft {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.58), rgba(255,255,255,0.58)),
    linear-gradient(90deg, rgba(245,123,174,0.04), rgba(102,176,233,0.04));
}

.letter-cloud {
  position: fixed;
  inset: 0;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.letter-cloud span {
  position: absolute;
  font-family: "Cairo", sans-serif;
  font-weight: 800;
  opacity: 0.22;
  animation: drift 18s ease-in-out infinite;
}

.letter-cloud span:nth-child(1) { top: 3%; left: 2%; font-size: 2.3rem; color: var(--pink); }
.letter-cloud span:nth-child(2) { top: 7%; right: 4%; font-size: 2.8rem; color: var(--blue); }
.letter-cloud span:nth-child(3) { top: 12%; left: 8%; font-size: 3rem; color: #f7b94e; }
.letter-cloud span:nth-child(4) { top: 17%; right: 9%; font-size: 2.1rem; color: #88c954; }
.letter-cloud span:nth-child(5) { top: 23%; left: 3%; font-size: 2.6rem; color: var(--blue); }
.letter-cloud span:nth-child(6) { top: 28%; right: 3%; font-size: 2.8rem; color: var(--pink); }
.letter-cloud span:nth-child(7) { top: 34%; left: 7%; font-size: 2.2rem; color: #f7b94e; }
.letter-cloud span:nth-child(8) { top: 39%; right: 8%; font-size: 3rem; color: #88c954; }
.letter-cloud span:nth-child(9) { top: 45%; left: 18%; font-size: 1.9rem; color: #ff9bc7; }
.letter-cloud span:nth-child(10) { top: 50%; right: 18%; font-size: 2.1rem; color: #7bc3ff; }
.letter-cloud span:nth-child(11) { top: 56%; left: 8%; font-size: 2rem; color: #f57bae; }
.letter-cloud span:nth-child(12) { top: 61%; right: 20%; font-size: 2.4rem; color: #66b0e9; }
.letter-cloud span:nth-child(13) { top: 67%; left: 18%; font-size: 1.9rem; color: #ffb454; }
.letter-cloud span:nth-child(14) { top: 72%; left: 48%; font-size: 2rem; color: #8ad25c; }
.letter-cloud span:nth-child(15) { top: 78%; left: 46%; font-size: 2.3rem; color: var(--blue); }
.letter-cloud span:nth-child(16) { top: 83%; right: 43%; font-size: 2.7rem; color: var(--pink); }
.letter-cloud span:nth-child(17) { top: 88%; left: 70%; font-size: 2rem; color: #f7b94e; }
.letter-cloud span:nth-child(18) { top: 92%; left: 14%; font-size: 2.1rem; color: #7bc3ff; }
.letter-cloud span:nth-child(19) { top: 95%; right: 35%; font-size: 2.2rem; color: #ff9bc7; }
.letter-cloud span:nth-child(20) { top: 97%; left: 65%; font-size: 1.8rem; color: #8ad25c; }
.letter-cloud span:nth-child(21) { top: 30%; left: 90%; font-size: 1.9rem; color: var(--pink); }
.letter-cloud span:nth-child(22) { top: 74%; right: 1%; font-size: 2rem; color: var(--blue); }
.letter-cloud span:nth-child(23) { top: 53%; left: 58%; font-size: 1.8rem; color: #f7b94e; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.90)),
    radial-gradient(circle at 15% 10%, rgba(245,123,174,0.12), transparent 26%),
    radial-gradient(circle at 85% 10%, rgba(102,176,233,0.14), transparent 26%);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(31, 43, 58, 0.06);
  box-shadow: 0 12px 32px rgba(32,58,102,0.07);
}

.site-header.light {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.91)),
    radial-gradient(circle at 15% 10%, rgba(245,123,174,0.12), transparent 26%),
    radial-gradient(circle at 85% 10%, rgba(102,176,233,0.14), transparent 26%);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 88px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  position: relative;
  padding: 10px 14px;
  border-radius: 24px;
  overflow: hidden;
  flex: 0 0 auto;
  max-width: 255px;
}

.brand::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(245,123,174,0.08), rgba(102,176,233,0.08));
  pointer-events: none;
  opacity: 0.9;
}

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

.brand-logo {
  width: 54px;
  height: 54px;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(245,123,174,0.10));
  flex: 0 0 auto;
}

.brand-de {
  font-weight: 900;
  line-height: 1.05;
  font-size: 1rem;
  color: #24314f;
}

.brand-ar {
  font-family: "Cairo", sans-serif;
  font-weight: 800;
  color: #5e6b7e;
  line-height: 1.05;
  font-size: 0.94rem;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
  justify-content: flex-end;
  min-width: 0;
  flex: 1 1 auto;
}

.main-nav a {
  position: relative;
  color: #334055;
  font-weight: 800;
  display: grid;
  justify-items: center;
  gap: 2px;
  text-align: center;
  padding: 9px 10px;
  border-radius: 18px;
  background: rgba(255,255,255,0.74);
  border: 1px solid rgba(255,255,255,0.74);
  box-shadow: 0 8px 22px rgba(32,58,102,0.07);
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  flex: 0 0 auto;
  min-width: 0;
}

.main-nav a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(245,123,174,0.10), rgba(102,176,233,0.12));
  opacity: 1;
  pointer-events: none;
}

.main-nav a > * {
  position: relative;
  z-index: 1;
}

.main-nav a span {
  white-space: nowrap;
  font-size: 0.92rem;
}

.main-nav a small {
  font-family: "Cairo", sans-serif;
  font-size: .66rem;
  color: #7b8194;
  white-space: nowrap;
}

.main-nav a:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(32,58,102,0.10);
  border-color: rgba(102,176,233,0.20);
}

.main-nav a:hover span,
.main-nav a:hover small {
  color: var(--pink-dark);
}

.nav-cta {
  padding: 10px 14px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, var(--pink), var(--blue)) !important;
  color: white !important;
  box-shadow: 0 14px 30px rgba(102,176,233,0.22) !important;
  white-space: nowrap;
  margin-left: 2px;
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 110px 0 56px;
  background:
    radial-gradient(circle at 20% 18%, rgba(245,123,174,0.10), transparent 24%),
    radial-gradient(circle at 80% 18%, rgba(102,176,233,0.12), transparent 24%),
    linear-gradient(180deg, rgba(238,244,251,0.78) 0%, rgba(253,248,252,0.78) 100%);
}

.hero::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.42), rgba(255,255,255,0.02) 68%, transparent 78%);
  filter: blur(8px);
  pointer-events: none;
  z-index: 1;
}

.hero-layout {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-layout::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(102,176,233,0.12), rgba(245,123,174,0.08), transparent 72%);
  filter: blur(24px);
  pointer-events: none;
  z-index: 0;
}

.hero-card {
  width: min(760px, 92%);
  text-align: center;
  padding: 22px 28px 24px;
  border-radius: 32px;
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.76);
  box-shadow:
    0 24px 60px rgba(33,43,72,0.16),
    0 10px 30px rgba(245,123,174,0.08),
    inset 0 1px 0 rgba(255,255,255,0.82);
  position: relative;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 34px;
  padding: 2px;
  background: linear-gradient(135deg, rgba(245,123,174,0.95), rgba(102,176,233,0.95));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.hero-logo-main {
  width: clamp(78px, 8vw, 104px);
  height: auto;
  margin: 0 auto 10px;
  filter: drop-shadow(0 8px 16px rgba(245, 123, 174, 0.16));
  animation: floatLogo 4s ease-in-out infinite;
}

.hero-mini-line {
  display: inline-block;
  margin: 0 auto 14px;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 0.80rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #f57bae, #66b0e9);
  box-shadow:
    0 10px 24px rgba(102,176,233,0.20),
    0 4px 14px rgba(245,123,174,0.12);
}

.hero-title-ar {
  margin: 0 0 8px;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  line-height: 1.08;
  color: #24314f;
  font-weight: 900;
  direction: rtl;
}

.hero-title-de {
  margin: 0 auto 10px;
  max-width: 560px;
  font-size: clamp(0.96rem, 1.35vw, 1.2rem);
  line-height: 1.3;
  color: #31405f;
  font-weight: 800;
}

.hero-sub-ar,
.hero-sub-de {
  margin: 0;
  color: #4e5c78;
}

.hero-sub-ar {
  direction: rtl;
  font-size: 0.82rem;
  margin-top: 4px;
}

.hero-sub-de {
  font-size: 0.82rem;
  margin-top: 2px;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.hero-main-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  min-height: 60px;
  padding: 16px 36px;
  font-size: 1.08rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(90deg, var(--pink), var(--blue));
  border-radius: 999px;
  box-shadow:
    0 18px 38px rgba(102,176,233,0.28),
    0 8px 20px rgba(245,123,174,0.14);
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.hero-main-btn:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow:
    0 22px 44px rgba(102,176,233,0.34),
    0 10px 24px rgba(245,123,174,0.18);
  filter: brightness(1.03);
}

.hero-videos-under {
  position: relative;
  width: 100%;
  max-width: 1080px;
  height: 620px;
  margin-top: 12px;
}

.hero-video {
  position: absolute;
  border-radius: 34px;
  padding: 3px;
  background: linear-gradient(135deg, #f57bae, #66b0e9);
  box-shadow:
    0 26px 70px rgba(39,57,97,0.20),
    0 12px 30px rgba(245,123,174,0.12),
    0 0 0 1px rgba(255,255,255,0.18);
  overflow: hidden;
  will-change: transform;
}

.hero-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(255,255,255,0.10), rgba(0,0,0,0.06)),
    radial-gradient(circle at top, rgba(255,255,255,0.14), transparent 45%);
  pointer-events: none;
}

.hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 31px;
  filter: brightness(0.92) saturate(1.04);
  background: #edf3fb;
}

.hero-left {
  width: 245px;
  height: 430px;
  left: 120px;
  top: 110px;
  transform: rotate(-7deg);
  animation: heroFloatLeft 7s ease-in-out infinite;
  z-index: 1;
}

.hero-center {
  width: 360px;
  height: 590px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  animation: heroFloatCenter 8s ease-in-out infinite;
  z-index: 2;
  box-shadow:
    0 34px 90px rgba(102,176,233,0.22),
    0 18px 42px rgba(245,123,174,0.12);
}

.hero-right {
  width: 245px;
  height: 430px;
  right: 120px;
  top: 110px;
  transform: rotate(7deg);
  animation: heroFloatRight 7.5s ease-in-out infinite;
  z-index: 1;
}

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

.card,
.contact-card {
  background: rgba(255,255,255,0.84);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
}

.glow-pink { box-shadow: 0 18px 55px rgba(245,123,174,0.12); }
.glow-blue { box-shadow: 0 18px 55px rgba(102,176,233,0.14); }

.section-kicker {
  color: #b54d7d;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin: 0 0 10px;
  font-size: .82rem;
}

.center { text-align: center; }

.section-head {
  width: min(100%, 760px);
  margin: 0 auto 36px;
  padding: 0;
  border-radius: 38px;
  position: relative;
  overflow: visible;
  background: none;
  box-shadow: none;
}

.section-head::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 38px;
  background: linear-gradient(135deg, rgba(245,123,174,0.98), rgba(102,176,233,0.98));
  box-shadow:
    0 28px 68px rgba(102,176,233,0.20),
    0 14px 36px rgba(245,123,174,0.16);
}

.section-head::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 37px;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,0.28), transparent 24%),
    radial-gradient(circle at 86% 22%, rgba(255,255,255,0.18), transparent 24%),
    linear-gradient(to bottom, rgba(255,255,255,0.14), rgba(255,255,255,0.02));
  pointer-events: none;
}

.section-head > * {
  position: relative;
  z-index: 1;
}

.section-head h2 {
  margin: 0;
  padding: 20px 28px 0;
  font-size: clamp(1.55rem, 2.5vw, 2.18rem);
  line-height: 1.14;
  color: #fff;
  font-weight: 900;
  text-shadow: 0 2px 12px rgba(51, 64, 85, 0.18);
}

.section-sub-ar {
  margin: 0;
  padding: 0 28px 20px;
  font-family: "Cairo", sans-serif;
  font-weight: 800;
  color: rgba(255,255,255,0.97);
  font-size: clamp(0.96rem, 1.4vw, 1.12rem);
  text-shadow: 0 2px 10px rgba(51, 64, 85, 0.12);
}

.about-grid {
  align-items: stretch;
}

.about-card {
  position: relative;
  overflow: hidden;
  padding: 0;
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(255,255,255,0.80), rgba(255,255,255,0.68));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.82);
  box-shadow:
    0 26px 64px rgba(32,58,102,0.14),
    0 10px 24px rgba(245,123,174,0.08),
    inset 0 1px 0 rgba(255,255,255,0.86);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.about-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 38px;
  padding: 2px;
  background: linear-gradient(135deg, rgba(245,123,174,0.96), rgba(102,176,233,0.96));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.about-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 16%, rgba(245,123,174,0.14), transparent 22%),
    radial-gradient(circle at 88% 14%, rgba(102,176,233,0.14), transparent 22%),
    linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.20) 45%, transparent 70%);
  pointer-events: none;
}

.about-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 32px 76px rgba(32,58,102,0.17),
    0 14px 30px rgba(245,123,174,0.10);
}

.about-card-inner {
  position: relative;
  z-index: 1;
  padding: 36px 32px;
}

.about-card h3 {
  margin: 0 0 16px;
  font-size: clamp(1.4rem, 2vw, 1.95rem);
  font-weight: 900;
  color: #25314d;
  line-height: 1.24;
}

.about-card p:last-child {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.82;
  color: #425168;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 20px;
  align-items: stretch;
}

.benefit-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  border-radius: 32px;
  padding: 28px 20px 22px;
  box-shadow:
    0 22px 48px rgba(40, 68, 118, 0.11),
    0 8px 18px rgba(245,123,174,0.06);
  min-height: 100%;
  border: 1px solid rgba(245,123,174,0.10);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.benefit-card:nth-child(1) { background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,247,251,0.90)); }
.benefit-card:nth-child(2) { background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(247,251,255,0.90)); }
.benefit-card:nth-child(3) { background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,250,243,0.90)); }
.benefit-card:nth-child(4) { background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(248,255,247,0.90)); }
.benefit-card:nth-child(5) { background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,247,251,0.90)); }

.benefit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 14%, rgba(245,123,174,0.12), transparent 24%),
    radial-gradient(circle at 86% 12%, rgba(102,176,233,0.12), transparent 22%);
  pointer-events: none;
}

.benefit-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.34) 45%, transparent 70%);
  transform: translateX(-140%);
  transition: transform 0.8s ease;
  pointer-events: none;
}

.benefit-card:hover {
  transform: translateY(-10px) scale(1.01);
  box-shadow:
    0 30px 66px rgba(40, 68, 118, 0.16),
    0 12px 28px rgba(245,123,174,0.10);
  border-color: rgba(102,176,233,0.22);
}

.benefit-card:hover::after {
  transform: translateX(140%);
}

.benefit-card h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin: 2px 0 2px;
  position: relative;
  z-index: 1;
  width: 100%;
}

.benefit-card h3 span {
  font-size: 1.08rem;
  font-weight: 900;
  color: #23314e;
  line-height: 1.25;
  text-align: center;
}

.benefit-card h3 small {
  font-family: "Cairo", sans-serif;
  font-size: .94rem;
  font-weight: 800;
  color: #7a6a79;
  line-height: 1.2;
  text-align: center;
}

.benefit-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  width: 100%;
  color: #4f5d6c;
  font-size: 0.96rem;
  line-height: 1.65;
  text-align: center;
}

.benefit-ar {
  margin-top: auto;
  padding-top: 2px;
  color: #6a5c73;
  text-align: center !important;
}

.benefit-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--pink), var(--blue));
  color: white;
  font-size: 1.65rem;
  margin-bottom: 4px;
  position: relative;
  z-index: 1;
  box-shadow:
    0 14px 30px rgba(102,176,233,0.22),
    0 6px 16px rgba(245,123,174,0.14);
  animation: benefitIconFloat 3.2s ease-in-out infinite;
}

.benefit-card:nth-child(2) .benefit-icon { animation-delay: 0.2s; }
.benefit-card:nth-child(3) .benefit-icon { animation-delay: 0.4s; }
.benefit-card:nth-child(4) .benefit-icon { animation-delay: 0.6s; }
.benefit-card:nth-child(5) .benefit-icon { animation-delay: 0.8s; }

.media-grid {
  display: grid;
  gap: 18px;
  margin-top: 16px;
  justify-content: center;
}

.media-grid-2,
.media-grid-3 {
  width: min(980px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.media-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 320px));
}

.media-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 240px));
}

.media-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 3px;
  background: linear-gradient(135deg, #f57bae, #66b0e9);
  box-shadow:
    0 16px 34px rgba(40, 68, 118, 0.12),
    0 8px 20px rgba(245,123,174,0.09);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  animation: galleryFloat 7s ease-in-out infinite;
}

.media-card:nth-child(2n) { animation-delay: 1s; }
.media-card:nth-child(3n) { animation-delay: 2s; }

.media-card::before {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 25px;
  background: rgba(255,255,255,0.22);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 0;
}

.media-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.22) 45%, transparent 70%);
  transform: translateX(-140%);
  transition: transform 0.7s ease;
  pointer-events: none;
}

.media-card img {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  border-radius: 24px;
  background: #fff;
  object-fit: cover;
  transition: transform .5s ease;
}

.media-card:hover img {
  transform: scale(1.05);
}

.media-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 22px 48px rgba(40, 68, 118, 0.16),
    0 10px 26px rgba(245,123,174,0.12);
}

.media-card:hover::after {
  transform: translateX(140%);
}

.gallery-grid .media-card img,
.hero-kids-grid .media-card img {
  aspect-ratio: 4 / 4.7;
  object-fit: cover;
}

.certificates-grid .media-card img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: linear-gradient(180deg, #fff, #fcfdff);
}

.review-grid .media-card img {
  aspect-ratio: 4 / 5.3;
  object-fit: contain;
  background: #fff;
  padding: 8px;
}

.team-container {
  max-width: 880px;
}

.team-grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.team-card {
  width: 250px;
  background: rgba(255,255,255,0.97);
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(31, 43, 58, 0.08);
  box-shadow: 0 20px 46px rgba(32, 58, 102, 0.11);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 56px rgba(32, 58, 102, 0.15);
}

.team-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.team-info {
  padding: 18px 16px 18px;
  text-align: center;
}

.team-info h3 {
  margin: 0;
  font-size: 1.06rem;
  font-weight: 900;
  color: #23314e;
}

.team-role {
  margin: 8px 0 4px;
  font-size: 0.90rem;
  font-weight: 700;
  color: #4f5d6c;
  line-height: 1.42;
}

.team-role-ar {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 700;
  color: #7a4e69;
  line-height: 1.45;
}

.logo-team-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(255,255,255,0.84));
}

.logo-team-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 16%, rgba(245,123,174,0.12), transparent 24%),
    radial-gradient(circle at 84% 16%, rgba(102,176,233,0.12), transparent 24%);
  pointer-events: none;
}

.team-logo-wrap {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.82), rgba(255,255,255,0.72));
}

.team-logo-image {
  width: min(150px, 80%);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 24px rgba(245,123,174,0.14));
}

.contact-grid {
  align-items: stretch;
}

.contact-framed {
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  background: rgba(255,255,255,0.76);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.80);
  box-shadow:
    0 26px 62px rgba(32, 58, 102, 0.14),
    0 10px 24px rgba(245,123,174,0.06);
}

.contact-framed::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 38px;
  padding: 2px;
  background: linear-gradient(135deg, rgba(245,123,174,0.96), rgba(102,176,233,0.96));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.contact-framed::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(245,123,174,0.12), transparent 24%),
    radial-gradient(circle at 84% 16%, rgba(102,176,233,0.12), transparent 24%);
  pointer-events: none;
}

.contact-premium {
  padding: 0;
}

.contact-premium-inner {
  position: relative;
  z-index: 1;
  padding: 34px 30px;
  min-height: 100%;
  text-align: center;
}

.contact-premium h3 {
  margin: 0 0 16px;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  color: #24314f;
  font-weight: 900;
}

.contact-card p {
  margin: 0 0 12px;
  font-size: 1rem;
  color: #49586d;
}

.contact-number,
.contact-number-ltr {
  direction: ltr;
  unicode-bidi: bidi-override;
  display: inline-block;
  font-weight: 800;
}

.contact-link-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  color: #274562;
  text-decoration: none;
  border-radius: 18px;
  padding: 12px 16px;
  background: linear-gradient(135deg, rgba(245,123,174,0.08), rgba(102,176,233,0.10));
  border: 1px solid rgba(102,176,233,0.14);
  transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease;
  font-weight: 800;
}

.contact-link-row:hover {
  transform: translateY(-2px);
  opacity: 0.96;
  box-shadow: 0 12px 24px rgba(32,58,102,0.10);
}

.footer-top { padding-bottom: 42px; }

.site-footer {
  background: linear-gradient(90deg, #18212f, #222d40);
  color: white;
  padding: 18px 0;
  position: relative;
  z-index: 2;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.alphabet-strip {
  display: flex;
  flex-wrap: wrap;
  direction: rtl;
  justify-content: center;
  gap: 8px;
  max-width: 760px;
  font-family: "Cairo", sans-serif;
  font-weight: 800;
  line-height: 1;
}

.alphabet-strip span {
  display: inline-block;
  font-size: 1.22rem;
  animation: footerLetterDance 3.2s ease-in-out infinite;
  text-shadow: 0 0 10px rgba(255,255,255,0.08);
}

.alphabet-strip span:nth-child(4n+1) { color: #ffbdd9; animation-delay: 0s; }
.alphabet-strip span:nth-child(4n+2) { color: #9fd4ff; animation-delay: 0.25s; }
.alphabet-strip span:nth-child(4n+3) { color: #ffe09a; animation-delay: 0.5s; }
.alphabet-strip span:nth-child(4n+4) { color: #c9efad; animation-delay: 0.75s; }

.rtl { font-family: "Cairo", sans-serif; }

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s ease, transform .8s ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.fb-float,
.wa-float {
  position: fixed;
  right: 16px;
  z-index: 60;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  box-shadow: 0 16px 34px rgba(32,58,102,0.20);
  animation: pulseFloat 2.5s infinite;
}

.fb-float-extended,
.wa-float-extended {
  width: auto;
  min-width: 58px;
  min-height: 58px;
  height: auto;
  border-radius: 999px;
  padding: 8px 11px;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: min(250px, calc(100vw - 24px));
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.fb-float {
  bottom: 84px;
  background: #1877f2;
  font-family: Arial, sans-serif;
}

.wa-float {
  bottom: 16px;
  background: #22c55e;
  box-shadow: 0 16px 34px rgba(34,197,94,0.28);
}

.fb-icon,
.wa-icon {
  font-size: 1.35rem;
  line-height: 1;
  width: 28px;
  text-align: center;
  flex: 0 0 auto;
}

.fb-text,
.wa-text {
  display: flex;
  flex-direction: column;
  line-height: 1.12;
}

.fb-text strong,
.wa-text strong {
  color: #fff;
  font-size: 0.80rem;
}

.fb-text small,
.wa-text small {
  color: rgba(255,255,255,0.92);
  font-size: 0.58rem;
  max-width: 165px;
}

@keyframes floatLogo {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes pulseFloat {
  0%,100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-3px) scale(1.03); }
}

@keyframes drift {
  0%,100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-16px) rotate(6deg); }
}

@keyframes heroFloatLeft {
  0%,100% { transform: rotate(-7deg) translateY(0); }
  50% { transform: rotate(-7deg) translateY(-12px); }
}

@keyframes heroFloatCenter {
  0%,100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-14px); }
}

@keyframes heroFloatRight {
  0%,100% { transform: rotate(7deg) translateY(0); }
  50% { transform: rotate(7deg) translateY(-12px); }
}

@keyframes benefitIconFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@keyframes galleryFloat {
  0%,100% { transform: translateY(0px); }
  50% { transform: translateY(-6px); }
}

@keyframes footerLetterDance {
  0%,100% { transform: translateY(0) scale(1); opacity: 0.92; }
  25% { transform: translateY(-4px) scale(1.03); opacity: 1; }
  50% { transform: translateY(2px) scale(0.98); opacity: 0.88; }
  75% { transform: translateY(-2px) scale(1.01); opacity: 0.96; }
}

@media (max-width: 1180px) {
  .brand {
    max-width: 235px;
  }

  .main-nav {
    gap: 6px;
  }

  .main-nav a {
    padding: 8px 9px;
  }

  .main-nav a span {
    font-size: 0.88rem;
  }

  .main-nav a small {
    font-size: 0.63rem;
  }
}

@media (max-width: 1100px) {
  .benefit-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }

  .media-grid-2,
  .media-grid-3 {
    width: min(100%, 860px);
  }

  .media-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 280px));
  }

  .hero-left,
  .hero-right {
    width: 210px;
    height: 380px;
  }

  .hero-center {
    width: 320px;
    height: 540px;
  }

  .hero-left { left: 70px; }
  .hero-right { right: 70px; }
}

@media (max-width: 860px) {
  .nav-wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 0 12px;
    min-height: auto;
  }

  .brand {
    width: 100%;
    max-width: 460px;
    justify-content: center;
    text-align: center;
    padding: 15px 18px;
    border-radius: 32px;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.97), rgba(255,255,255,0.88)),
      linear-gradient(135deg, rgba(245,123,174,0.16), rgba(102,176,233,0.18));
    box-shadow:
      0 18px 40px rgba(32,58,102,0.10),
      inset 0 1px 0 rgba(255,255,255,0.92);
    position: relative;
    overflow: hidden;
    max-width: 100%;
  }

  .brand-logo {
    width: 50px;
    height: 50px;
  }

  .brand-de {
    font-size: 1.02rem;
  }

  .brand-ar {
    font-size: 0.94rem;
  }

  .main-nav {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 8px;
    justify-content: flex-start;
    padding: 2px 2px 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .main-nav a {
    flex: 0 0 auto;
    min-width: 96px;
    padding: 10px 12px;
    border-radius: 16px;
  }

  .nav-cta {
    min-width: 148px !important;
    padding: 10px 14px !important;
  }

  .grid-2,
  .media-grid-2,
  .media-grid-3,
  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .media-grid-2,
  .media-grid-3 {
    width: min(100%, 320px);
  }

  .team-grid {
    flex-direction: column;
    align-items: center;
  }

  .team-card {
    width: min(100%, 280px);
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
  }

  .fb-float,
  .wa-float {
    right: 10px;
    width: auto;
    height: auto;
  }

  .fb-float-extended,
  .wa-float-extended {
    min-height: 46px;
    padding: 7px 9px;
    gap: 7px;
    max-width: 168px;
  }

  .fb-float { bottom: 68px; }
  .wa-float { bottom: 12px; }

  .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .reveal.in-view {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 900px) {
  .section {
    padding: 36px 0;
  }

  .section-head {
    width: min(100%, 94%);
    margin-bottom: 18px;
    border-radius: 26px;
  }

  .section-head::before {
    border-radius: 26px;
    box-shadow:
      0 18px 34px rgba(102,176,233,0.16),
      0 10px 22px rgba(245,123,174,0.12);
  }

  .section-head::after {
    border-radius: 25px;
  }

  .section-head h2 {
    padding: 15px 16px 0;
    font-size: 1.08rem;
    line-height: 1.22;
  }

  .section-sub-ar {
    padding: 0 16px 14px;
    font-size: 0.76rem;
    line-height: 1.35;
  }

  .hero {
    min-height: auto;
    padding: 92px 0 22px;
  }

  .hero-layout {
    width: min(100%, calc(100% - 20px));
  }

  .hero-card {
    width: min(94%, 520px);
    padding: 16px 14px 18px;
    border-radius: 24px;
  }

  .hero-logo-main {
    width: clamp(64px, 20vw, 84px);
    margin-bottom: 6px;
  }

  .hero-mini-line {
    font-size: 0.68rem;
    line-height: 1.35;
    padding: 6px 9px;
    margin-bottom: 10px;
  }

  .hero-title-ar {
    font-size: clamp(1.35rem, 6.5vw, 2rem);
  }

  .hero-title-de {
    font-size: clamp(0.84rem, 3.2vw, 1rem);
  }

  .hero-sub-ar,
  .hero-sub-de {
    font-size: 0.74rem;
  }

  .hero-main-btn {
    width: 100%;
    max-width: 320px;
    min-width: 0;
    min-height: 54px;
    font-size: 1rem;
    padding: 14px 24px;
  }

  .hero-videos-under {
    max-width: 100%;
    height: 430px;
    margin-top: 4px;
  }

  .hero-left,
  .hero-right {
    width: 118px;
    height: 205px;
    top: 178px;
    animation: none;
  }

  .hero-left {
    left: -4px;
    transform: rotate(-8deg);
  }

  .hero-right {
    right: -4px;
    transform: rotate(8deg);
  }

  .hero-center {
    width: 172px;
    height: 300px;
    top: 0;
    animation: none;
  }

  .about-card {
    border-radius: 28px;
  }

  .about-card::before {
    border-radius: 30px;
  }

  .about-card-inner {
    padding: 28px 24px;
  }

  .about-card h3 {
    font-size: 1.26rem;
  }

  .about-card p:last-child {
    font-size: 0.98rem;
    line-height: 1.72;
  }

  .benefit-card {
    border-radius: 24px;
    padding: 20px 16px 18px;
    gap: 8px;
  }

  .benefit-card h3 span {
    font-size: 0.98rem;
  }

  .benefit-card h3 small {
    font-size: 0.82rem;
  }

  .benefit-card p {
    font-size: 0.86rem;
    line-height: 1.58;
  }

  .benefit-icon {
    width: 54px;
    height: 54px;
    font-size: 1.28rem;
    border-radius: 16px;
  }

  .contact-framed {
    border-radius: 28px;
  }

  .contact-framed::before {
    border-radius: 30px;
  }

  .contact-premium-inner {
    padding: 28px 22px;
  }
}

@media (max-width: 600px) {
  .container {
    width: min(100%, calc(100% - 20px));
  }

  .section {
    padding: 30px 0;
  }

  .about-card {
    border-radius: 24px;
  }

  .about-card::before {
    border-radius: 26px;
  }

  .about-card-inner {
    padding: 24px 20px;
  }

  .about-card h3 {
    font-size: 1.18rem;
  }

  .about-card p:last-child {
    font-size: 0.94rem;
  }

  .benefit-card {
    padding: 20px 16px 18px;
    border-radius: 22px;
  }

  .benefit-card h3 span {
    font-size: 1rem;
  }

  .benefit-card h3 small {
    font-size: 0.84rem;
  }

  .benefit-card p {
    font-size: 0.87rem;
  }

  .contact-framed {
    border-radius: 24px;
  }

  .contact-framed::before {
    border-radius: 26px;
  }

  .contact-premium-inner {
    padding: 24px 18px;
  }

  .fb-float-extended,
  .wa-float-extended {
    border-radius: 16px;
  }

  .fb-float { bottom: 66px; }
  .wa-float { bottom: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .letter-cloud span,
  .hero-logo-main,
  .hero-left,
  .hero-center,
  .hero-right,
  .benefit-icon,
  .media-card,
  .wa-float,
  .fb-float,
  .alphabet-strip span {
    animation: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* =========================
   REGISTRATION PAGE ONLY
   ========================= */

.registration-body {
  background:
    radial-gradient(circle at 12% 18%, rgba(245,123,174,0.10), transparent 22%),
    radial-gradient(circle at 88% 14%, rgba(102,176,233,0.12), transparent 24%),
    linear-gradient(180deg, #fdf8fc 0%, #f3f9ff 100%);
}

.registration-body .site-header {
  position: sticky;
}

.registration-body .main-nav.registration-nav {
  flex: 0 0 auto;
}

.registration-body .site-footer.registration-footer-premium {
  margin-top: 54px;
  padding: 24px 0 120px;
  background: transparent;
  box-shadow: none;
}

.footer-registration-premium {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.1fr;
  gap: 18px;
  align-items: stretch;
}

.footer-premium-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 24px 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.88), rgba(255,255,255,0.78));
  border: 1px solid rgba(255,255,255,0.76);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow:
    0 22px 54px rgba(32,58,102,0.12),
    0 8px 18px rgba(245,123,174,0.05),
    inset 0 1px 0 rgba(255,255,255,0.88);
}

.footer-premium-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 30px;
  padding: 2px;
  background: linear-gradient(135deg, rgba(245,123,174,0.92), rgba(102,176,233,0.92));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.footer-premium-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(245,123,174,0.12), transparent 24%),
    radial-gradient(circle at 86% 16%, rgba(102,176,233,0.12), transparent 24%);
  pointer-events: none;
}

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

.footer-brand-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.footer-brand-block strong {
  font-size: 1.08rem;
  color: #24314f;
  margin-bottom: 8px;
}

.footer-brand-block p {
  margin: 0 0 6px;
  color: #55647a;
  font-weight: 700;
}

.footer-brand-block a {
  color: #365173;
  font-weight: 800;
}

.footer-links-block {
  display: flex;
  align-items: center;
  justify-content: center;
}

.registration-body .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.registration-body .footer-links a {
  color: #274562;
  font-weight: 800;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(102,176,233,0.14);
  box-shadow:
    0 10px 22px rgba(32,58,102,0.07),
    inset 0 1px 0 rgba(255,255,255,0.88);
  transition: transform .2s ease, box-shadow .2s ease, color .2s ease;
}

.registration-body .footer-links a:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(32,58,102,0.10);
  color: var(--pink-dark);
}

.footer-alphabet-block {
  display: flex;
  align-items: center;
  justify-content: center;
}

.registration-body .footer-alphabet-block .alphabet-strip {
  max-width: 100%;
  gap: 10px;
}

.registration-body .footer-alphabet-block .alphabet-strip span {
  text-shadow: none;
}

#pageLoader {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #fff8fc 0%, #f5fbff 100%);
  z-index: 9999;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

#pageLoader img {
  width: clamp(92px, 12vw, 138px);
  height: auto;
  filter: drop-shadow(0 16px 32px rgba(245, 123, 174, 0.18));
  animation: loaderFloat 2.2s ease-in-out infinite;
}

body.loaded #pageLoader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.registration-main {
  padding-top: 48px;
  padding-bottom: 26px;
}

.premium-registration-page {
  position: relative;
  overflow: hidden;
}

.bg-orb {
  position: fixed;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.28;
  pointer-events: none;
  z-index: 0;
}

.orb-a {
  width: 220px;
  height: 220px;
  background: rgba(245,123,174,0.22);
  top: 120px;
  left: -40px;
}

.orb-b {
  width: 260px;
  height: 260px;
  background: rgba(102,176,233,0.22);
  bottom: 80px;
  right: -50px;
}

.registration-intro {
  margin-bottom: 18px;
}

.registration-intro h1 {
  margin: 0 0 8px;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  color: #263552;
}

.registration-intro p {
  margin: 0;
  color: #66748a;
}

.urgency-strip {
  display: block;
  text-align: center;
  gap: 0;
  padding: 24px 22px;
  margin-bottom: 22px;
  border-radius: 28px;
  background: linear-gradient(90deg, rgba(245,123,174,0.92), rgba(102,176,233,0.92));
  color: #fff;
  box-shadow:
    0 20px 52px rgba(32,58,102,0.14),
    0 8px 18px rgba(245,123,174,0.08);
  position: relative;
  overflow: hidden;
}

.urgency-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,0.14), rgba(255,255,255,0.02));
  pointer-events: none;
}

.urgency-strip strong {
  display: block;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  color: #fff;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}

.urgency-strip p {
  margin: 0;
  color: rgba(255,255,255,0.95);
  font-size: 1.05rem;
  position: relative;
  z-index: 1;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.registration-steps {
  margin-bottom: 22px;
}

.registration-steps .step-card {
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.90));
  box-shadow:
    0 16px 34px rgba(32,58,102,0.08),
    inset 0 1px 0 rgba(255,255,255,0.88);
  position: relative;
  overflow: hidden;
}

.registration-steps .step-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(245,123,174,0.12), transparent 26%),
    radial-gradient(circle at 86% 16%, rgba(102,176,233,0.12), transparent 26%);
  pointer-events: none;
}

.step-card {
  border-radius: 22px;
  padding: 18px;
  background: linear-gradient(180deg, #fff, #fff8fb);
  border: 1px solid var(--line);
  font-weight: 800;
}

.step-card span,
.step-card h3,
.step-card p {
  position: relative;
  z-index: 1;
}

.step-card span {
  font-family: "Cairo", sans-serif;
  display: block;
  margin-top: 6px;
}

.registration-steps .step-card h3 {
  margin: 8px 0 6px;
  font-size: 1rem;
  color: #23314e;
}

.registration-steps .step-card p {
  margin: 0;
  color: #66748a;
}

.registration-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.registration-nav a small {
  display: block;
}

.form-shell {
  position: relative;
  background: rgba(255,255,255,0.84);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.76);
  border-radius: 34px;
  overflow: hidden;
  box-shadow:
    0 30px 80px rgba(32,58,102,0.14),
    0 10px 28px rgba(245,123,174,0.06);
}

.form-shell::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 36px;
  padding: 2px;
  background: linear-gradient(135deg, rgba(245,123,174,0.9), rgba(102,176,233,0.9));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.form-shell::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 180px;
  background: linear-gradient(to top, rgba(245,123,174,0.05), transparent 65%);
  pointer-events: none;
}

.form-header {
  background: linear-gradient(90deg, var(--blue), var(--pink), var(--blue));
  color: white;
  text-align: center;
  padding: 22px;
  position: relative;
  overflow: hidden;
  border-radius: 32px 32px 0 0;
}

.form-header::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,0.12), rgba(255,255,255,0));
  pointer-events: none;
}

.form-header h2 {
  margin: 0;
  font-family: "Cairo", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.3rem);
  color: #fff;
}

.registration-form {
  position: relative;
}

.registration-form-rich {
  padding-bottom: 14px;
}

.form-watermark {
  position: absolute;
  inset: 220px 0 auto 0;
  margin: 0 auto;
  width: min(540px, 72%);
  opacity: .06;
  pointer-events: none;
}

.form-grid {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 22px;
}

.form-grid.three {
  grid-template-columns: repeat(3, minmax(0,1fr));
}

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

.field-card {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.90));
  border: 1px solid rgba(31,43,58,0.07);
  border-radius: 22px;
  padding: 16px 18px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow:
    0 14px 34px rgba(32,58,102,0.06),
    inset 0 1px 0 rgba(255,255,255,0.88);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  overflow: hidden;
}

.field-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 16%, rgba(245,123,174,0.10), transparent 26%),
    radial-gradient(circle at 86% 14%, rgba(102,176,233,0.10), transparent 24%);
  pointer-events: none;
  opacity: 0.9;
}

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

.field-card:hover {
  transform: translateY(-3px);
  border-color: rgba(102,176,233,0.18);
  box-shadow:
    0 20px 42px rgba(32,58,102,0.08),
    0 8px 20px rgba(245,123,174,0.05);
}

.field-card.full { grid-column: 1 / -1; }
.field-card.span-2 { grid-column: span 2; }

.field-card label {
  display: block;
  margin-bottom: 12px;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  color: #263552;
  padding: 10px 12px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(245,123,174,0.10), rgba(102,176,233,0.12));
  border: 1px solid rgba(255,255,255,0.65);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.80);
}

.label-ar {
  display: block;
  font-size: 0.96rem;
  line-height: 1.5;
  font-weight: 800;
  color: #23314e;
}

.label-de {
  display: block;
  margin-top: 2px;
  font-family: "Nunito", sans-serif;
  font-size: 0.78rem;
  color: #6c7a8e;
  font-weight: 700;
  direction: ltr;
  text-align: right;
}

.registration-form input,
.registration-form textarea,
.registration-form select {
  width: 100%;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(31,43,58,0.12);
  background: rgba(255,255,255,0.98);
  font-size: 0.95rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.registration-form input:hover,
.registration-form textarea:hover,
.registration-form select:hover {
  border-color: rgba(102,176,233,0.28);
}

.registration-form input:focus,
.registration-form textarea:focus,
.registration-form select:focus {
  outline: none;
  border-color: var(--pink);
  box-shadow: 0 0 0 3px rgba(245,123,174,0.15);
}

.choice-card .label-de {
  margin-bottom: 6px;
}

.choice-group {
  display: grid;
  gap: 12px;
  margin-top: 8px;
}

.choice-group-inline {
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}

.choice-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 12px;
  margin: 0;
  border-radius: 16px;
  background: rgba(255,255,255,0.76);
  border: 1px solid rgba(31,43,58,0.07);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.82);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.choice-item:hover {
  transform: translateY(-1px);
  border-color: rgba(102,176,233,0.18);
  box-shadow: 0 10px 20px rgba(32,58,102,0.06);
}

.choice-text {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}

.choice-ar {
  font-family: "Cairo", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: #24314f;
}

.choice-de {
  font-family: "Nunito", sans-serif;
  color: #6c7a8e;
  font-size: 0.8rem;
  font-weight: 700;
  direction: ltr;
}

.choice-item input[type="radio"] {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin: 0;
  accent-color: var(--pink);
  transform: scale(1.12);
}

.checkbox-line input[type="checkbox"] {
  accent-color: var(--pink-dark);
}

.schedule-card {
  margin: 0 22px 12px;
  padding: 18px;
  border: 1px solid rgba(24,33,47,0.08);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.90));
  box-shadow:
    0 14px 34px rgba(32,58,102,0.06),
    inset 0 1px 0 rgba(255,255,255,0.88);
}

.schedule-card label {
  display: block;
  margin-bottom: 12px;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
}

.schedule-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.schedule-grid input {
  width: 100%;
  padding: 13px 14px;
  border-radius: 16px;
  border: 1px solid rgba(24,33,47,0.14);
  background: rgba(255,255,255,0.92);
  font-size: 1rem;
}

.price-card {
  display: grid;
  place-items: center;
  text-align: center;
  background: linear-gradient(135deg, rgba(102,176,233,0.16), rgba(245,123,174,0.16));
}

.price-display {
  width: min(100%, 300px);
  margin: 12px auto 0;
  padding: 16px 18px;
  border-radius: 22px;
  text-align: center;
  background: linear-gradient(90deg, rgba(245,123,174,0.96), rgba(102,176,233,0.96));
  color: white;
  box-shadow: 0 16px 34px rgba(32,58,102,0.15);
}

.price-value {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  font-size: clamp(1.9rem, 4.5vw, 3rem);
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 1;
}

.price-currency {
  font-size: 0.72em;
  font-weight: 800;
}

.conditional-field {
  margin: 0 22px 12px;
}

.hidden {
  display: none;
}

/* =========================
   PREMIUM POLICY SECTION FINAL
   ========================= */

.policies-box {
  position: relative;
  margin: 18px 22px 0;
  padding: 24px 20px 20px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,249,252,0.95));
  border: 1px solid rgba(24,33,47,0.08);
  box-shadow:
    0 18px 40px rgba(32,58,102,0.07),
    inset 0 1px 0 rgba(255,255,255,0.9);
  overflow: hidden;
}

.policies-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 14%, rgba(245,123,174,0.07), transparent 22%),
    radial-gradient(circle at 88% 12%, rgba(102,176,233,0.07), transparent 20%);
  pointer-events: none;
}

.policies-head {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 16px;
}

.policies-box h3 {
  margin: 0 auto 8px;
  padding: 13px 18px;
  border-radius: 999px;
  display: inline-block;
  background: linear-gradient(90deg, var(--blue), var(--pink), var(--blue));
  color: white;
  font-family: "Cairo", sans-serif;
  box-shadow: 0 14px 28px rgba(102,176,233,0.14);
}

.policy-subtitle {
  margin: 0;
  color: #6b7890;
  font-size: 0.85rem;
  font-weight: 700;
}

.bilingual-policy-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
}

.policy-item {
  position: relative;
  border-radius: 20px;
  padding: 16px 18px 14px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.95));
  border: 1px solid rgba(24,33,47,0.06);
  box-shadow:
    0 8px 20px rgba(32,58,102,0.05),
    inset 0 1px 0 rgba(255,255,255,0.85);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.policy-item:hover {
  transform: translateY(-2px);
  box-shadow:
    0 14px 30px rgba(32,58,102,0.08),
    inset 0 1px 0 rgba(255,255,255,0.9);
}

.policy-de-text,
.policy-ar-text {
  width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

/* German: dot on the left before text */
.policy-de-text {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(102,176,233,0.12);
  font-size: 0.96rem;
  line-height: 1.7;
  font-weight: 700;
  color: #3f4e66;
  text-align: left;
  direction: ltr;
}

.policy-de-text::before {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  margin-top: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pink), var(--blue));
  box-shadow: 0 0 0 3px rgba(245,123,174,0.08);
}

/* Arabic: dot on the right before RTL text */
.policy-ar-text {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 10px;
  font-size: 0.98rem;
  line-height: 1.85;
  color: #2f3b56;
  text-align: right;
  direction: rtl;
  font-family: "Cairo", sans-serif;
}

.policy-ar-text::before {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  margin-top: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pink), var(--blue));
  box-shadow: 0 0 0 3px rgba(245,123,174,0.08);
}

.policy-box {
  margin: 18px 22px 0;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(24,33,47,0.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.97), rgba(255,249,252,0.94));
  box-shadow:
    0 16px 34px rgba(32,58,102,0.06),
    inset 0 1px 0 rgba(255,255,255,0.88);
}

.policy-box h3 {
  margin: 0 0 10px;
  color: #25314d;
  font-size: 1rem;
}

.policy-box p {
  margin: 0 0 14px;
  color: #5f6d7b;
  font-size: 0.95rem;
  line-height: 1.75;
}

.checkbox-line {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  color: #425168;
  font-size: 0.95rem;
  background: linear-gradient(135deg, rgba(245,123,174,0.08), rgba(102,176,233,0.08));
  border: 1px solid rgba(102,176,233,0.16);
  border-radius: 18px;
  padding: 14px 16px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}

.checkbox-line input[type="checkbox"] {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.checkbox-line a {
  color: var(--pink-dark);
  font-weight: 700;
}

.signature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 22px;
  padding: 24px 22px 10px;
}

.rich-signatures {
  padding-top: 22px;
}

.signature-box {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.97), rgba(255,255,255,0.92));
  border: 1px solid rgba(24,33,47,0.08);
  border-radius: 26px;
  padding: 20px;
  box-shadow:
    0 18px 36px rgba(32,58,102,0.07),
    inset 0 1px 0 rgba(255,255,255,0.88);
  position: relative;
  overflow: hidden;
}

.signature-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(245,123,174,0.10), transparent 26%),
    radial-gradient(circle at 86% 16%, rgba(102,176,233,0.10), transparent 26%);
  pointer-events: none;
}

.signature-box > * {
  position: relative;
  z-index: 1;
}

.signature-box label {
  display: block;
  margin-bottom: 16px;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  color: #25314d;
  padding: 10px 12px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(245,123,174,0.10), rgba(102,176,233,0.12));
}

.signature-pad-wrap {
  background: linear-gradient(180deg, #fcfdff, #ffffff);
  border: 1px solid rgba(24,33,47,0.08);
  border-radius: 18px;
  padding: 10px;
}

.signature-canvas {
  width: 100%;
  height: 170px;
  display: block;
  border-radius: 14px;
  border: 1px dashed rgba(31,43,58,0.2);
  background: #fff;
  touch-action: none;
  cursor: crosshair;
}

.signature-actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}

.signature-clear-btn {
  border: none;
  background: linear-gradient(90deg, rgba(245,123,174,0.14), rgba(102,176,233,0.14));
  color: #294261;
  padding: 10px 14px;
  border-radius: 14px;
  font-weight: 800;
  cursor: pointer;
}

.submit-wrap {
  padding: 26px 22px 34px;
  text-align: center;
  position: relative;
}

.submit-wrap::before {
  content: "";
  position: absolute;
  inset: 0 22px auto 22px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(102,176,233,0.28), transparent);
}

.form-message {
  margin-top: 14px;
  font-weight: 700;
}

.form-message.ok { color: #107354; }
.form-message.err { color: #b3364e; }

.form-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: none;
  cursor: pointer;
  padding: 14px 24px;
  border-radius: 20px;
  font-weight: 800;
  transition: transform .25s ease, box-shadow .25s ease, opacity .25s ease;
}

.btn:hover { transform: translateY(-2px) scale(1.01); }

.btn-primary {
  background: linear-gradient(90deg, var(--pink), var(--blue));
  color: white;
  box-shadow: 0 14px 34px rgba(102,176,233,0.32);
}

.btn-secondary {
  background: rgba(255,255,255,0.9);
  color: #21507b;
  border: 1px solid rgba(255,255,255,0.44);
}

.btn.big {
  min-height: 56px;
  padding: 16px 30px;
}

.form-actions .btn.btn-primary.big {
  min-height: 60px;
  min-width: 290px;
  padding: 17px 38px;
  border-radius: 999px;
  font-size: 1.07rem;
  font-weight: 800;
  background: linear-gradient(90deg, var(--pink), var(--blue));
  color: white;
  border: none;
  box-shadow:
    0 18px 40px rgba(32,58,102,0.18),
    0 8px 18px rgba(245,123,174,0.10);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.form-actions .btn.btn-primary.big:hover {
  transform: translateY(-2px);
  box-shadow:
    0 24px 48px rgba(32,58,102,0.22),
    0 10px 24px rgba(245,123,174,0.12);
  filter: brightness(1.03);
}

.registration-body .fb-float {
  bottom: 102px;
  right: 18px;
}

.registration-body .wa-float {
  bottom: 28px;
  right: 18px;
}

.registration-body .fb-float-extended,
.registration-body .wa-float-extended {
  min-height: 56px;
  padding: 9px 12px;
  box-shadow:
    0 18px 36px rgba(32,58,102,0.16),
    0 6px 16px rgba(245,123,174,0.08);
}

.sending-overlay {
  position: fixed;
  inset: 0;
  background: rgba(248, 250, 255, 0.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 99998;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.sending-overlay.hidden {
  display: none;
}

.sending-box {
  width: min(460px, 100%);
  text-align: center;
  padding: 30px 24px 26px;
  border-radius: 30px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(255,255,255,0.8);
  box-shadow:
    0 24px 60px rgba(32,58,102,0.14),
    0 10px 24px rgba(245,123,174,0.08);
  position: relative;
  overflow: hidden;
}

.sending-box::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 32px;
  padding: 2px;
  background: linear-gradient(135deg, rgba(245,123,174,0.95), rgba(102,176,233,0.95));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.sending-logo {
  width: min(140px, 38vw);
  margin: 0 auto 14px;
  filter: drop-shadow(0 10px 20px rgba(245,123,174,0.14));
  animation: sendingLogoFloat 2.8s ease-in-out infinite;
}

.sending-box h3 {
  margin: 0 0 8px;
  color: #24314f;
  font-size: 1.35rem;
  font-weight: 900;
}

.sending-box p {
  margin: 0;
  color: #5c6a7e;
  line-height: 1.8;
}

.sending-box .rtl {
  margin-top: 6px;
  font-family: "Cairo", sans-serif;
  color: #7d436d;
}

.sending-spinner {
  width: 62px;
  height: 62px;
  margin: 0 auto 16px;
  border-radius: 50%;
  border: 5px solid rgba(102,176,233,0.18);
  border-top-color: var(--pink);
  border-right-color: var(--blue);
  animation: sendingSpin 1s linear infinite;
  will-change: transform;
}

.sending-progress-dots::after {
  content: "";
  display: inline-block;
  width: 1.35em;
  text-align: left;
  animation: sendingDots 1.2s steps(4, end) infinite;
}

@keyframes sendingDots {
  0% { content: ""; }
  25% { content: "."; }
  50% { content: ".."; }
  75% { content: "..."; }
  100% { content: ""; }
}

@keyframes sendingSpin {
  to { transform: rotate(360deg); }
}

@keyframes sendingLogoFloat {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@keyframes loaderFloat {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@media (max-width: 1100px) {
  .form-grid.three {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

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

@media (max-width: 860px) {
  .steps-grid,
  .form-grid.three,
  .form-grid.two,
  .signature-grid {
    grid-template-columns: 1fr;
  }

  .field-card.span-2,
  .field-card.full {
    grid-column: auto;
  }

  .choice-group-inline {
    grid-template-columns: 1fr;
  }

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

  .registration-body .fb-float {
    bottom: 86px;
    right: 12px;
  }

  .registration-body .wa-float {
    bottom: 16px;
    right: 12px;
  }

  .policy-item {
    padding: 15px 15px 13px;
    border-radius: 18px;
  }

  .policy-de-text {
    font-size: 0.93rem;
    line-height: 1.65;
    gap: 9px;
  }

  .policy-ar-text {
    font-size: 0.95rem;
    line-height: 1.8;
    gap: 9px;
  }

  .policy-de-text::before,
  .policy-ar-text::before {
    width: 7px;
    height: 7px;
    margin-top: 6px;
  }
}

@media (max-width: 900px) {
  .registration-main {
    padding-top: 30px;
  }

  .registration-intro {
    margin-bottom: 14px;
  }

  .registration-steps {
    margin-bottom: 18px;
  }

  .urgency-strip {
    margin-bottom: 18px;
  }

  .submit-wrap,
  .signature-grid,
  .form-grid,
  .schedule-card,
  .policy-box,
  .policies-box {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 600px) {
  .registration-intro h1 {
    font-size: 1.35rem;
  }

  .urgency-strip {
    padding: 18px 16px;
  }

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

  .schedule-card,
  .policy-box,
  .policies-box,
  .conditional-field {
    margin-left: 14px;
    margin-right: 14px;
  }

  .form-header h2 {
    font-size: 1.25rem;
  }

  .field-card,
  .signature-box {
    padding: 14px;
  }

  .label-de {
    font-size: 0.73rem;
  }

  .choice-item {
    gap: 10px;
    padding: 11px 10px;
  }

  .choice-ar {
    font-size: 0.95rem;
  }

  .choice-de {
    font-size: 0.76rem;
  }

  .price-display {
    width: min(100%, 220px);
    padding: 13px 14px;
    border-radius: 16px;
  }

  .price-value {
    font-size: 1.9rem;
  }

  .checkbox-line {
    align-items: flex-start;
    text-align: right;
    padding: 12px 14px;
    border-radius: 16px;
  }

  .checkbox-line span {
    flex: 1 1 0;
  }

  .registration-body .site-footer.registration-footer-premium {
    padding-bottom: 110px;
  }

  .footer-premium-card {
    padding: 20px 16px;
    border-radius: 22px;
  }

  .footer-premium-card::before {
    border-radius: 24px;
  }

  .registration-body .footer-links a {
    padding: 10px 14px;
    font-size: 0.9rem;
  }

  .registration-body .footer-alphabet-block .alphabet-strip {
    gap: 7px;
  }

  .registration-body .footer-alphabet-block .alphabet-strip span {
    font-size: 1.06rem;
  }

  .registration-body .fb-float-extended,
  .registration-body .wa-float-extended {
    max-width: 170px;
    min-height: 48px;
    padding: 7px 10px;
  }

  .registration-body .fb-text strong,
  .registration-body .wa-text strong {
    font-size: 0.66rem;
  }

  .registration-body .fb-text small,
  .registration-body .wa-text small {
    font-size: 0.50rem;
    max-width: 110px;
  }

  .registration-body .fb-float {
    bottom: 70px;
  }

  .registration-body .wa-float {
    bottom: 12px;
  }

  .policies-box {
    padding: 16px 12px 14px;
    border-radius: 22px;
  }

  .policies-head {
    margin-bottom: 12px;
  }

  .policies-box h3 {
    display: block;
    width: 100%;
    font-size: 0.98rem;
    line-height: 1.5;
    padding: 12px 14px;
    border-radius: 18px;
  }

  .policy-subtitle {
    font-size: 0.78rem;
    margin-top: 8px;
    line-height: 1.45;
  }

  .bilingual-policy-list {
    gap: 11px;
  }

  .policy-item {
    padding: 13px 11px 12px;
    border-radius: 16px;
  }

  .policy-de-text {
    font-size: 0.9rem;
    line-height: 1.6;
    gap: 8px;
    padding-bottom: 8px;
  }

  .policy-ar-text {
    font-size: 0.93rem;
    line-height: 1.75;
    gap: 8px;
    margin-top: 8px;
  }

  .policy-de-text::before,
  .policy-ar-text::before {
    width: 6px;
    height: 6px;
    margin-top: 6px;
    box-shadow: 0 0 0 3px rgba(245,123,174,0.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  #pageLoader img,
  .sending-logo {
    animation: none !important;
  }
}

/* =========================
   HOMEPAGE PREMIUM FOOTER
   ========================= */

.homepage-footer {
  margin-top: 18px;
  padding: 0 0 120px;
  background: transparent;
  box-shadow: none;
}

.homepage-footer-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.9fr 1fr;
  gap: 22px;
  align-items: stretch;
}

.homepage-footer-card {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.88), rgba(255,255,255,0.80));
  border: 1px solid rgba(255,255,255,0.84);
  box-shadow:
    0 24px 54px rgba(32,58,102,0.12),
    0 10px 24px rgba(245,123,174,0.06),
    inset 0 1px 0 rgba(255,255,255,0.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 30px 28px;
}

.homepage-footer-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 36px;
  padding: 2px;
  background: linear-gradient(135deg, rgba(245,123,174,0.82), rgba(102,176,233,0.82));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.homepage-footer-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(245,123,174,0.12), transparent 24%),
    radial-gradient(circle at 86% 16%, rgba(102,176,233,0.12), transparent 24%);
  pointer-events: none;
}

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

.homepage-footer-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.homepage-footer-info strong {
  font-size: 1.14rem;
  color: #24314f;
  line-height: 1.4;
}

.homepage-footer-info p {
  margin: 0;
  color: #55657b;
  font-size: 1rem;
}

.homepage-footer-info a {
  color: #24314f;
  font-weight: 800;
}

.homepage-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: center;
}

.homepage-footer-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  min-height: 58px;
  padding: 14px 22px;
  border-radius: 999px;
  background: rgba(255,255,255,0.88);
  color: #24314f;
  font-weight: 900;
  font-size: 1.02rem;
  border: 1px solid rgba(223,232,246,0.95);
  box-shadow:
    0 14px 30px rgba(32,58,102,0.08),
    inset 0 1px 0 rgba(255,255,255,0.9);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.homepage-footer-links a:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(32,58,102,0.12);
  border-color: rgba(102,176,233,0.22);
}

.homepage-footer-alphabet {
  display: flex;
  align-items: center;
  justify-content: center;
}

.homepage-footer-alphabet .alphabet-strip {
  max-width: 100%;
  gap: 10px 14px;
}

.homepage-footer-alphabet .alphabet-strip span {
  font-size: 2rem;
  text-shadow: none;
}

.homepage-footer-copy {
  text-align: center;
  padding-top: 20px;
}

.homepage-footer-copy p {
  margin: 0;
  color: #5f6d7b;
  font-size: 1rem;
  font-weight: 800;
}

/* keep homepage floating buttons away from footer */
body:not(.registration-body) .fb-float {
  bottom: 108px;
  right: 18px;
}

body:not(.registration-body) .wa-float {
  bottom: 34px;
  right: 18px;
}

body:not(.registration-body) .fb-float-extended,
body:not(.registration-body) .wa-float-extended {
  min-height: 56px;
  padding: 9px 12px;
  box-shadow:
    0 18px 36px rgba(32,58,102,0.16),
    0 6px 16px rgba(245,123,174,0.08);
}

@media (max-width: 980px) {
  .homepage-footer-grid {
    grid-template-columns: 1fr;
  }

  .homepage-footer-links {
    justify-content: center;
  }

  .homepage-footer-links a {
    min-width: 180px;
  }

  .homepage-footer-alphabet .alphabet-strip {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .homepage-footer {
    padding-bottom: 118px;
  }

  .homepage-footer-grid {
    gap: 18px;
  }

  .homepage-footer-card {
    border-radius: 28px;
    padding: 24px 20px;
  }

  .homepage-footer-card::before {
    border-radius: 30px;
  }

  .homepage-footer-info strong {
    font-size: 1.05rem;
    line-height: 1.45;
  }

  .homepage-footer-info p {
    font-size: 0.96rem;
  }

  .homepage-footer-links {
    gap: 14px;
  }

  .homepage-footer-links a {
    min-width: 0;
    width: 100%;
    min-height: 54px;
    font-size: 0.98rem;
  }

  .homepage-footer-alphabet .alphabet-strip {
    gap: 8px 12px;
  }

  .homepage-footer-alphabet .alphabet-strip span {
    font-size: 1.65rem;
  }

  body:not(.registration-body) .fb-float {
    bottom: 78px;
    right: 12px;
  }

  body:not(.registration-body) .wa-float {
    bottom: 12px;
    right: 12px;
  }

  body:not(.registration-body) .fb-float-extended,
  body:not(.registration-body) .wa-float-extended {
    max-width: 170px;
    min-height: 48px;
    padding: 7px 10px;
  }

  body:not(.registration-body) .fb-text strong,
  body:not(.registration-body) .wa-text strong {
    font-size: 0.66rem;
  }

  body:not(.registration-body) .fb-text small,
  body:not(.registration-body) .wa-text small {
    font-size: 0.50rem;
    max-width: 110px;
  }
}


body.sending-active {
  overflow: hidden;
}

.form-actions .btn.is-loading {
  opacity: 0.78;
  cursor: not-allowed;
  transform: none !important;
  filter: saturate(0.92);
}

.sending-overlay {
  animation: sendingOverlayFadeIn 0.22s ease;
}

.sending-box {
  animation: sendingBoxPop 0.28s ease;
}

.sending-box::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  left: 50%;
  top: 98px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245,123,174,0.16), rgba(102,176,233,0.08), transparent 70%);
  filter: blur(10px);
  pointer-events: none;
}

.sending-spinner {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  border-width: 6px;
  border-style: solid;
  border-color: rgba(102,176,233,0.16);
  border-top-color: var(--pink);
  border-right-color: var(--blue);
  box-shadow:
    0 0 0 8px rgba(255,255,255,0.55),
    0 10px 24px rgba(102,176,233,0.16);
  animation: sendingSpin 0.85s linear infinite;
}

@keyframes sendingOverlayFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes sendingBoxPop {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}