/* ═══════════════════════════════════════════════════════════════
   EduVerse — هويّة "عُماني مرح"
   Playful Omani Identity — Phase 2 Redesign
   ═══════════════════════════════════════════════════════════════ */

/* ━━━━━━━━━━━━━━━━ CSS متغيرات الهويّة الجديدة ━━━━━━━━━━━━━━━━ */
:root {
  /* لون أساسي: أخضر زمردي عُماني */
  --omani-green: #16a34a;
  --omani-green-soft: #4ade80;
  --omani-green-deep: #166534;

  /* ألوان داعمة مرحة */
  --joy-orange: #fb923c;
  --joy-yellow: #fbbf24;
  --joy-pink: #f472b6;
  --joy-blue: #38bdf8;
  --joy-purple: #a78bfa;
  --joy-coral: #fb7185;

  /* gradient مرح متعدد الألوان */
  --g-joy: linear-gradient(135deg, #fbbf24 0%, #f472b6 35%, #a78bfa 70%, #38bdf8 100%);
  --g-omani: linear-gradient(135deg, #16a34a 0%, #4ade80 50%, #fbbf24 100%);
  --g-sunset: linear-gradient(135deg, #fb923c 0%, #f472b6 50%, #a78bfa 100%);
  --g-sea: linear-gradient(135deg, #38bdf8 0%, #16a34a 100%);
}

/* ━━━━━━━━━━━━━━━━ HERO V3 - ترحيب مرح ━━━━━━━━━━━━━━━━ */
.hero-v3 {
  position: relative;
  padding: 90px 0 60px;
  overflow: hidden;
  isolation: isolate;
}

/* أشكال SVG في الخلفية */
.hero-v3-shapes {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.shape-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.5;
  animation: blobFloat 12s ease-in-out infinite;
}
.shape-blob-1 {
  top: -50px; right: -50px;
  width: 380px; height: 380px;
  background: radial-gradient(circle, var(--joy-orange), transparent);
}
.shape-blob-2 {
  bottom: -100px; left: -50px;
  width: 420px; height: 420px;
  background: radial-gradient(circle, var(--joy-purple), transparent);
  animation-delay: -3s;
}
.shape-blob-3 {
  top: 40%; left: 40%;
  width: 280px; height: 280px;
  background: radial-gradient(circle, var(--joy-pink), transparent);
  animation-delay: -6s;
}
@keyframes blobFloat {
  0%, 100% { transform: translate(0,0) scale(1); }
  33% { transform: translate(30px,-20px) scale(1.05); }
  66% { transform: translate(-20px,30px) scale(0.95); }
}

/* نمط نقاط في الخلفية */
.hero-v3-dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(22,163,74,0.15) 1.5px, transparent 1.5px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse 70% 60% at center, #000 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at center, #000 30%, transparent 80%);
  z-index: -1;
}

.hero-v3-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
}
@media (max-width: 1024px) {
  .hero-v3-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
}

.hero-v3-content { text-align: start; }
@media (max-width: 1024px) {
  .hero-v3-content { text-align: center; }
}

/* شارة عُمانية */
.omani-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: #fff;
  border: 2px solid var(--omani-green);
  border-radius: 100px;
  font-size: 13px;
  font-weight: 800;
  color: var(--omani-green-deep);
  margin-bottom: 24px;
  box-shadow: 0 4px 14px -4px rgba(22,163,74,0.3);
  animation: badgeBob 3s ease-in-out infinite;
}
.omani-badge .flag {
  font-size: 18px;
  display: inline-block;
  animation: flagWave 2s ease-in-out infinite;
}
@keyframes badgeBob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}
@keyframes flagWave {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(-8deg); }
  75% { transform: rotate(8deg); }
}

/* عنوان hero مرح */
.hero-v3-title {
  font-size: clamp(36px, 6.5vw, 72px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin-bottom: 22px;
  color: var(--text-1);
}
.hero-v3-title .highlight {
  position: relative;
  display: inline-block;
  background: var(--g-joy);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  padding: 0 4px;
}
.hero-v3-title .highlight::before {
  content: '';
  position: absolute;
  inset: auto 0 6%;
  height: 30%;
  background: var(--g-joy);
  opacity: 0.2;
  z-index: -1;
  border-radius: 8px;
  transform: skewX(-8deg);
}
.hero-v3-title .underline-doodle {
  position: relative;
  display: inline-block;
}
.hero-v3-title .underline-doodle::after {
  content: '';
  position: absolute;
  inset-inline: 0;
  bottom: -10px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 14' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M2,7 Q50,2 100,7 T198,7' stroke='%23fb923c' stroke-width='4' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.hero-v3-desc {
  font-size: 18px;
  line-height: 1.75;
  color: var(--text-3);
  max-width: 560px;
  margin: 0 0 30px;
}
@media (max-width: 1024px) {
  .hero-v3-desc { margin-inline: auto; }
}

/* أزرار CTA مرحة */
.hero-v3-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1024px) {
  .hero-v3-cta { justify-content: center; }
}

.btn-joy {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: var(--g-joy);
  color: #fff;
  font-weight: 800;
  font-size: 17px;
  border: 0;
  border-radius: 100px;
  text-decoration: none;
  box-shadow: 0 8px 24px -8px rgba(244,114,182,0.5);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer;
}
.btn-joy:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 14px 32px -8px rgba(244,114,182,0.6);
}
.btn-joy::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 100px;
  background: var(--g-joy);
  opacity: 0;
  filter: blur(20px);
  z-index: -1;
  transition: opacity 0.3s;
}
.btn-joy:hover::before { opacity: 0.7; }

.btn-joy-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  background: #fff;
  color: var(--omani-green-deep);
  font-weight: 800;
  font-size: 16px;
  border: 2px solid var(--omani-green);
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.25s;
}
.btn-joy-secondary:hover {
  background: var(--omani-green);
  color: #fff;
  transform: translateY(-2px);
}

/* رسم توضيحي SVG على اليسار */
.hero-v3-illustration {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  aspect-ratio: 1;
}
.hero-v3-illustration svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.08));
}

/* عناصر متحركة حول الرسم */
.float-emoji {
  position: absolute;
  font-size: 48px;
  filter: drop-shadow(0 6px 12px rgba(0,0,0,0.15));
  animation: emojiFloat 4s ease-in-out infinite;
  pointer-events: none;
}
.float-emoji-1 { top: 5%; right: 5%; animation-delay: 0s; }
.float-emoji-2 { bottom: 15%; left: 0%; animation-delay: -1s; }
.float-emoji-3 { top: 30%; left: 8%; animation-delay: -2s; font-size: 36px; }
.float-emoji-4 { bottom: 5%; right: 15%; animation-delay: -3s; font-size: 40px; }
@keyframes emojiFloat {
  0%, 100% { transform: translate(0,0) rotate(0deg); }
  50% { transform: translate(0,-15px) rotate(8deg); }
}

/* ━━━━━━━━━━━━━━━━ شريط إحصائيات مرح ━━━━━━━━━━━━━━━━ */
.joy-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .joy-stats { grid-template-columns: repeat(2, 1fr); }
}

.joy-stat {
  background: #fff;
  border: 3px solid var(--bg-sunken);
  border-radius: 24px;
  padding: 22px 18px;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.joy-stat::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.joy-stat:nth-child(1)::before { background: linear-gradient(135deg, var(--joy-orange), transparent); }
.joy-stat:nth-child(2)::before { background: linear-gradient(135deg, var(--joy-pink), transparent); }
.joy-stat:nth-child(3)::before { background: linear-gradient(135deg, var(--joy-purple), transparent); }
.joy-stat:nth-child(4)::before { background: linear-gradient(135deg, var(--joy-blue), transparent); }
.joy-stat:hover {
  transform: translateY(-6px) rotate(-1deg);
  box-shadow: 0 20px 40px -10px rgba(0,0,0,0.1);
}
.joy-stat:hover::before { opacity: 0.06; }
.joy-stat .emoji {
  font-size: 38px;
  margin-bottom: 10px;
  display: inline-block;
  animation: statBob 4s ease-in-out infinite;
}
.joy-stat:nth-child(2) .emoji { animation-delay: -1s; }
.joy-stat:nth-child(3) .emoji { animation-delay: -2s; }
.joy-stat:nth-child(4) .emoji { animation-delay: -3s; }
@keyframes statBob {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  50% { transform: translateY(-4px) rotate(3deg); }
}
.joy-stat .num {
  font-size: 32px;
  font-weight: 900;
  color: var(--text-1);
  line-height: 1;
  margin-bottom: 4px;
}
.joy-stat .lbl {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-3);
}

/* ━━━━━━━━━━━━━━━━ بطاقات المواد المرحة ━━━━━━━━━━━━━━━━ */
.joy-subjects {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 22px;
  margin-top: 30px;
}

.joy-subject-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 26px 24px 24px;
  background: #fff;
  border-radius: 28px;
  border: 3px solid transparent;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  min-height: 260px;
}
.joy-subject-card:hover {
  transform: translateY(-8px) rotate(-0.5deg);
  border-color: var(--card-color, var(--omani-green));
  box-shadow: 0 28px 50px -10px rgba(0,0,0,0.12);
}
.joy-subject-card::before {
  content: '';
  position: absolute;
  top: -50px; right: -50px;
  width: 180px; height: 180px;
  background: var(--card-bg, var(--g-omani));
  border-radius: 50%;
  opacity: 0.12;
  transition: all 0.4s;
}
.joy-subject-card:hover::before {
  opacity: 0.25;
  transform: scale(1.2);
}

.joy-subject-emoji {
  font-size: 56px;
  margin-bottom: 16px;
  filter: drop-shadow(0 8px 14px rgba(0,0,0,0.12));
  display: inline-block;
  align-self: flex-start;
  position: relative;
  z-index: 1;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.joy-subject-card:hover .joy-subject-emoji {
  transform: scale(1.15) rotate(-10deg);
}

.joy-subject-card h3 {
  font-size: 22px;
  font-weight: 900;
  margin: 0 0 4px;
  color: var(--text-1);
  position: relative;
  z-index: 1;
}
.joy-subject-card .name-en {
  font-size: 13px;
  color: var(--text-3);
  font-weight: 600;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.joy-subject-stats {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
.joy-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 12px;
  background: var(--bg-sunken);
  border-radius: 100px;
  font-size: 12px;
  font-weight: 700;
  color: var(--text-2);
}

.joy-subject-cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 800;
  color: var(--card-color, var(--omani-green));
  padding-top: 14px;
  border-top: 2px dashed var(--bg-sunken);
  position: relative;
  z-index: 1;
}
.joy-subject-cta i {
  transition: transform 0.25s;
}
.joy-subject-card:hover .joy-subject-cta i {
  transform: translateX(-6px);
}
[dir="rtl"] .joy-subject-card:hover .joy-subject-cta i,
html[dir="rtl"] .joy-subject-card:hover .joy-subject-cta i {
  transform: translateX(6px);
}

/* ━━━━━━━━━━━━━━━━ قسم: لماذا EduVerse ━━━━━━━━━━━━━━━━ */
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 30px;
}
.why-card {
  position: relative;
  padding: 28px 24px;
  background: #fff;
  border-radius: 22px;
  text-align: center;
  transition: all 0.3s;
  border: 2px solid transparent;
}
.why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 36px -10px rgba(0,0,0,0.1);
}
.why-card-1 { border-color: var(--joy-orange); }
.why-card-2 { border-color: var(--joy-pink); }
.why-card-3 { border-color: var(--joy-purple); }
.why-card-4 { border-color: var(--joy-blue); }

.why-card .icon-circle {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  margin: 0 auto 16px;
  position: relative;
}
.why-card-1 .icon-circle { background: linear-gradient(135deg, #fed7aa, #fdba74); }
.why-card-2 .icon-circle { background: linear-gradient(135deg, #fbcfe8, #f9a8d4); }
.why-card-3 .icon-circle { background: linear-gradient(135deg, #ddd6fe, #c4b5fd); }
.why-card-4 .icon-circle { background: linear-gradient(135deg, #bae6fd, #7dd3fc); }
.why-card .icon-circle::after {
  content: '';
  position: absolute;
  inset: -6px;
  border: 2px dashed currentColor;
  border-radius: 50%;
  opacity: 0.3;
  animation: spin 20s linear infinite;
}
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.why-card h3 {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 8px;
  color: var(--text-1);
}
.why-card p {
  font-size: 14px;
  color: var(--text-3);
  line-height: 1.6;
  margin: 0;
}

/* ━━━━━━━━━━━━━━━━ قسم: حمدان (مدرّس AI) ━━━━━━━━━━━━━━━━ */
.hamdan-section {
  position: relative;
  margin-top: 70px;
  padding: 60px 0;
  background: linear-gradient(135deg, #f0fdf4 0%, #fef3c7 100%);
  border-radius: 32px;
  overflow: hidden;
}
.hamdan-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,50 Q25,20 50,50 T100,50' stroke='%2316a34a' stroke-width='0.5' fill='none' opacity='0.2'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  opacity: 0.5;
  z-index: 0;
}

.hamdan-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  z-index: 1;
}
@media (max-width: 1024px) {
  .hamdan-grid { grid-template-columns: 1fr; gap: 40px; }
}

.hamdan-text h2 {
  font-size: clamp(28px, 4.5vw, 44px);
  font-weight: 900;
  margin: 14px 0 18px;
  color: var(--text-1);
  line-height: 1.15;
}
.hamdan-text .grad-text {
  background: var(--g-omani);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hamdan-features {
  list-style: none;
  padding: 0;
  margin: 24px 0 30px;
  display: grid;
  gap: 12px;
}
.hamdan-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: rgba(255,255,255,0.7);
  border-radius: 14px;
  font-size: 15px;
  font-weight: 600;
  color: var(--text-2);
}
.hamdan-features li .check {
  width: 26px;
  height: 26px;
  background: var(--omani-green);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}

/* محادثة Hamdan تجريبية */
.hamdan-chat {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 60px -15px rgba(22,163,74,0.25);
  position: relative;
}
.hamdan-chat::before {
  content: '';
  position: absolute;
  inset: -3px;
  background: var(--g-omani);
  border-radius: 26px;
  z-index: -1;
  opacity: 0.4;
  filter: blur(12px);
}
.hamdan-chat-head {
  padding: 18px 22px;
  background: linear-gradient(135deg, #16a34a, #4ade80);
  color: #fff;
  display: flex;
  align-items: center;
  gap: 14px;
}
.hamdan-avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  flex-shrink: 0;
}
.hamdan-chat-head strong {
  display: block;
  font-size: 16px;
  font-weight: 800;
}
.hamdan-chat-head small {
  display: block;
  font-size: 12px;
  opacity: 0.9;
  font-weight: 600;
}
.hamdan-chat-head .online {
  display: inline-block;
  width: 8px; height: 8px;
  background: #fbbf24;
  border-radius: 50%;
  margin-inline-end: 5px;
  animation: blink 2s infinite;
  vertical-align: middle;
}
@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.hamdan-chat-body { padding: 22px 20px; }
.hamdan-bubble {
  max-width: 85%;
  padding: 12px 16px;
  border-radius: 18px;
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 12px;
}
.hamdan-bubble-user {
  margin-inline-start: auto;
  background: linear-gradient(135deg, #38bdf8, #0ea5e9);
  color: #fff;
  border-bottom-right-radius: 6px;
  font-weight: 600;
}
[dir="rtl"] .hamdan-bubble-user {
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 6px;
}
.hamdan-bubble-bot {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-bottom-left-radius: 6px;
}
[dir="rtl"] .hamdan-bubble-bot {
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 6px;
}
.hamdan-bubble-bot strong { color: var(--omani-green-deep); }

/* ━━━━━━━━━━━━━━━━ قسم: كيف تبدأ - 3 خطوات ━━━━━━━━━━━━━━━━ */
.steps-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
  position: relative;
}
@media (max-width: 800px) {
  .steps-row { grid-template-columns: 1fr; }
}

.step-bubble {
  position: relative;
  padding: 32px 24px 28px;
  background: #fff;
  border-radius: 24px;
  text-align: center;
  border: 3px solid var(--bg-sunken);
  transition: all 0.3s;
}
.step-bubble:hover {
  transform: translateY(-6px);
  border-color: var(--accent-color);
}
.step-bubble:nth-child(1) { --accent-color: var(--joy-orange); }
.step-bubble:nth-child(2) { --accent-color: var(--joy-pink); }
.step-bubble:nth-child(3) { --accent-color: var(--joy-purple); }

.step-bubble .num-circle {
  width: 64px;
  height: 64px;
  background: var(--accent-color);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 900;
  margin: -54px auto 16px;
  box-shadow: 0 12px 28px -6px rgba(0,0,0,0.2);
  border: 4px solid #fff;
  position: relative;
}
.step-bubble .num-circle::after {
  content: '';
  position: absolute;
  inset: -8px;
  border: 2px dashed var(--accent-color);
  border-radius: 50%;
  opacity: 0.4;
  animation: spin 15s linear infinite;
}

.step-bubble .step-emoji {
  font-size: 42px;
  margin-bottom: 12px;
  display: inline-block;
}
.step-bubble h3 {
  font-size: 19px;
  font-weight: 800;
  margin: 0 0 8px;
  color: var(--text-1);
}
.step-bubble p {
  font-size: 14px;
  color: var(--text-3);
  margin: 0;
  line-height: 1.6;
}

/* ━━━━━━━━━━━━━━━━ CTA النهائي بشكل مرح ━━━━━━━━━━━━━━━━ */
.joy-final-cta {
  position: relative;
  padding: 70px 50px;
  background: var(--g-joy);
  border-radius: 36px;
  overflow: hidden;
  margin-top: 60px;
  text-align: center;
  isolation: isolate;
}
.joy-final-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.3) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,0.25) 0%, transparent 40%);
  z-index: -1;
}
.joy-final-cta-emoji {
  font-size: 64px;
  margin-bottom: 16px;
  display: inline-block;
  animation: rocketBounce 3s ease-in-out infinite;
}
@keyframes rocketBounce {
  0%, 100% { transform: translateY(0) rotate(-8deg); }
  50% { transform: translateY(-12px) rotate(8deg); }
}
.joy-final-cta h2 {
  font-size: clamp(28px, 4.5vw, 44px);
  font-weight: 900;
  color: #fff;
  margin: 0 0 12px;
  text-shadow: 0 2px 14px rgba(0,0,0,0.15);
}
.joy-final-cta p {
  font-size: 17px;
  color: rgba(255,255,255,0.95);
  max-width: 540px;
  margin: 0 auto 26px;
  line-height: 1.65;
}
.joy-final-cta .ctas {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.cta-white {
  background: #fff;
  color: #d97706;
  padding: 16px 32px;
  border-radius: 100px;
  font-weight: 800;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.25s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 12px 28px -8px rgba(0,0,0,0.25);
}
.cta-white:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px -8px rgba(0,0,0,0.35);
}
.cta-glass {
  background: rgba(255,255,255,0.18);
  color: #fff;
  border: 2px solid rgba(255,255,255,0.4);
  padding: 14px 30px;
  border-radius: 100px;
  font-weight: 800;
  text-decoration: none;
  font-size: 15px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.25s;
}
.cta-glass:hover {
  background: rgba(255,255,255,0.3);
  transform: translateY(-2px);
}

/* ━━━━━━━━━━━━━━━━ Section heading مرح ━━━━━━━━━━━━━━━━ */
.joy-section-head {
  text-align: center;
  margin-bottom: 36px;
}
.joy-section-head .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: var(--bg-sunken);
  color: var(--text-2);
  border-radius: 100px;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.joy-section-head h2 {
  font-size: clamp(28px, 4.5vw, 44px);
  font-weight: 900;
  margin: 0 0 12px;
  line-height: 1.15;
  color: var(--text-1);
}
.joy-section-head p {
  font-size: 17px;
  color: var(--text-3);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ━━━━━━━━━━━━━━━━ Mobile fixes ━━━━━━━━━━━━━━━━ */
@media (max-width: 768px) {
  .hero-v3 { padding: 50px 0 40px; }
  .hero-v3-illustration { max-width: 320px; }
  .float-emoji { font-size: 32px; }
  .float-emoji-3, .float-emoji-4 { font-size: 26px; }
  .joy-final-cta { padding: 48px 24px; border-radius: 28px; }
  .hamdan-section { padding: 40px 24px; border-radius: 24px; }
}
