@import url('https://fonts.googleapis.com/css2?family=Changa:wght@400;500;600;700;800&family=Tajawal:wght@400;500;700;800&display=swap');

:root {
  --ink: #17324d;
  --muted: #60758a;
  --teal: #08a7ad;
  --teal-dark: #087f8c;
  --yellow: #ffd43b;
  --orange: #ff7a3d;
  --purple: #8d5bd9;
  --cream: #fff9e9;
  --paper: #ffffff;
  --shadow: 0 24px 65px rgba(23, 50, 77, .14);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: 'Tajawal', system-ui, sans-serif;
  line-height: 1.7;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; right: 20px; z-index: 999; background: var(--ink); color: #fff; padding: 10px 18px; border-radius: 0 0 12px 12px; }
.skip-link:focus { top: 0; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.9); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(23,50,77,.08); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 132px; height: 72px; display: grid; place-items: center; overflow: hidden; }
.brand img { width: 148px; transform: scale(1.22); }
.main-nav { display: flex; align-items: center; gap: 8px; font-weight: 700; }
.main-nav a { padding: 10px 15px; border-radius: 999px; transition: .2s ease; }
.main-nav a:hover { background: #e9fbfb; color: var(--teal-dark); transform: translateY(-1px); }
.main-nav .nav-cta { background: var(--yellow); box-shadow: 0 8px 0 #e6ad10; padding-inline: 22px; }
.main-nav .nav-cta:hover { background: #ffe267; color: var(--ink); }
.menu-toggle { display: none; border: 0; background: #e9fbfb; width: 46px; height: 46px; border-radius: 15px; padding: 11px; }
.menu-toggle span { display: block; height: 3px; background: var(--teal-dark); margin: 5px 0; border-radius: 9px; }

.hero { min-height: 720px; position: relative; padding: 70px 0 36px; background: radial-gradient(circle at 16% 0%, #fff3af 0, transparent 28%), linear-gradient(140deg, #f6ffff 0%, #fff9e9 58%, #fff1df 100%); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .83fr 1.3fr; align-items: center; gap: 18px; position: relative; z-index: 2; }
.hero-copy { padding: 40px 0; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--teal-dark); background: #ddf8f7; border-radius: 999px; padding: 7px 15px; font-weight: 800; font-size: .9rem; }
h1, h2, h3 { font-family: 'Changa', 'Tajawal', sans-serif; line-height: 1.2; margin-top: 0; }
.hero h1 { font-size: clamp(3rem, 6vw, 5.8rem); letter-spacing: -3px; margin: 20px 0 18px; }
.hero h1 span { color: var(--orange); position: relative; white-space: nowrap; }
.hero-copy > p { font-size: 1.18rem; color: var(--muted); max-width: 560px; margin: 0 0 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 12px 24px; border-radius: 16px; font-weight: 800; transition: .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: #fff; background: var(--teal-dark); box-shadow: 0 8px 0 #055c65; }
.button-secondary { background: #fff; border: 2px solid #d5e4e9; box-shadow: 0 8px 22px rgba(23,50,77,.08); }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; color: var(--teal-dark); font-weight: 700; font-size: .9rem; }
.hero-art { position: relative; min-height: 590px; display: flex; align-items: end; justify-content: center; }
.hero-art img { width: min(780px, 110%); max-width: none; position: relative; z-index: 2; filter: drop-shadow(0 30px 28px rgba(67,44,26,.2)); border-radius: 48% 48% 18% 18% / 30% 30% 8% 8%; mix-blend-mode: multiply; }
.sunburst { position: absolute; width: 570px; height: 570px; border-radius: 50%; background: repeating-conic-gradient(from 0deg, rgba(255,212,59,.42) 0 8deg, transparent 8deg 18deg); opacity: .65; top: 3%; left: 50%; transform: translateX(-50%); }
.doodle { position: absolute; z-index: 3; font-size: 3.5rem; color: var(--yellow); filter: drop-shadow(0 5px 0 rgba(255,122,61,.3)); }
.doodle-star { top: 12%; right: 5%; transform: rotate(14deg); }
.doodle-spark { bottom: 17%; left: 2%; color: var(--purple); }
.hero-blob { position: absolute; border-radius: 50%; filter: blur(1px); }
.hero-blob-one { width: 190px; height: 190px; background: #d4f7f2; left: -70px; bottom: -50px; }
.hero-blob-two { width: 110px; height: 110px; background: #ffe474; right: 4%; top: 12%; opacity: .6; }

.story-section { padding: 110px 0; background: #fff; }
.story-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; }
.section-copy h2, .section-heading h2, .follow-card h2 { font-size: clamp(2.2rem, 4.4vw, 4rem); margin: 16px 0; letter-spacing: -1px; }
.section-copy > p, .section-heading > p, .follow-card p { color: var(--muted); font-size: 1.1rem; }
.mini-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 28px; }
.mini-cards article { padding: 18px 10px; text-align: center; border-radius: 20px; background: var(--cream); }
.mini-cards span { display: block; font-size: 1.7rem; }
.mini-cards strong, .mini-cards small { display: block; }
.mini-cards small { color: var(--muted); }
.episode-card { position: relative; overflow: hidden; padding: 44px; border-radius: 34px; color: #fff; background: linear-gradient(145deg, #7950c7, #54339b); box-shadow: 0 26px 0 #e9defd, var(--shadow); }
.episode-card::after { content: ''; position: absolute; inset: auto -40px -70px auto; width: 190px; height: 190px; border: 24px solid rgba(255,255,255,.09); border-radius: 50%; }
.episode-number { font: 800 7.5rem/1 'Changa'; position: absolute; left: 22px; top: -16px; color: rgba(255,255,255,.1); }
.pill { display: inline-block; color: #4b2a11; background: var(--yellow); border-radius: 99px; padding: 5px 13px; font-weight: 800; font-size: .85rem; }
.episode-card h3 { font-size: 2.15rem; margin: 25px 0 12px; }
.episode-card p { color: rgba(255,255,255,.83); position: relative; z-index: 1; }
.episode-meta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 25px; font-weight: 700; }

.heroes-section { padding: 105px 0; background: linear-gradient(#fff9e9, #fff4cd); position: relative; }
.centered { text-align: center; max-width: 740px; margin: auto; }
.name-cloud { margin: 52px auto 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; max-width: 920px; }
.name-cloud span { background: #fff; min-width: 140px; text-align: center; padding: 18px 25px; border-radius: 22px; font: 700 1.2rem 'Changa'; border-bottom: 7px solid currentColor; box-shadow: 0 14px 30px rgba(75,64,34,.08); transition: .2s; }
.name-cloud span:hover { transform: translateY(-6px) rotate(-1deg); }
.tone-teal { color: #078e94; }.tone-purple { color: #8352c4; }.tone-orange { color: #e76529; }.tone-blue { color: #2676ce; }.tone-green { color: #62843e; }.tone-red { color: #d84a32; }

.values-section { padding: 110px 0; color: #fff; background: var(--teal-dark); position: relative; overflow: hidden; }
.values-section::before { content: ''; position: absolute; width: 360px; height: 360px; border: 70px solid rgba(255,255,255,.04); border-radius: 50%; top: -170px; right: -100px; }
.light .section-kicker { color: #fff; background: rgba(255,255,255,.12); }
.light > p { color: rgba(255,255,255,.75); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 48px; }
.value-grid article { background: #fff; color: var(--ink); border-radius: 28px; padding: 32px; box-shadow: 0 12px 0 rgba(0,0,0,.13); }
.value-grid article:nth-child(2) { transform: translateY(16px); }
.value-icon { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 20px; background: #fff3be; font-size: 2rem; }
.value-grid h3 { font-size: 1.45rem; margin: 18px 0 8px; }
.value-grid p { color: var(--muted); margin: 0; }

.follow-section { padding: 100px 0; background: #fff; }
.follow-card { padding: 46px 55px; display: flex; justify-content: space-between; align-items: center; gap: 30px; border-radius: 36px; background: linear-gradient(135deg, #fff5ca, #ffe1cf); box-shadow: var(--shadow); }
.follow-card h2 { margin-bottom: 6px; }
.follow-card p { margin: 0; }
.socials { display: flex; flex-wrap: wrap; gap: 12px; direction: ltr; }
.social { width: 58px; height: 58px; display: grid; place-items: center; color: #fff; border-radius: 18px; box-shadow: 0 8px 0 rgba(23,50,77,.15); transition: .2s; }
.social:hover { transform: translateY(-5px) rotate(-3deg); }
.social svg { width: 28px; height: 28px; fill: currentColor; }
.youtube { background: #ff253a; }.instagram { background: linear-gradient(135deg,#7747d8,#eb3b83,#ff9f32); }.tiktok { background: #171d2c; }.facebook { background: #2374e1; }

.site-footer { background: #102c44; color: #fff; padding: 55px 0 20px; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.footer-logo { width: 150px; height: 82px; object-fit: contain; transform: scale(1.2); transform-origin: right center; }
.site-footer p { color: rgba(255,255,255,.65); }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; color: rgba(255,255,255,.78); }
.footer-links a:hover { color: var(--yellow); }
.copyright { text-align: center; border-top: 1px solid rgba(255,255,255,.1); padding-top: 20px; margin: 34px 20px 0; font-size: .88rem; }

.legal-hero { min-height: 70vh; padding: 80px 0; background: linear-gradient(145deg,#f3ffff,#fff8dd); }
.legal-card { max-width: 850px; background: #fff; border-radius: 34px; padding: clamp(28px,6vw,70px); box-shadow: var(--shadow); }
.legal-card h1 { font-size: clamp(2.5rem,6vw,4.3rem); margin: 15px 0 25px; }
.legal-card p { color: var(--muted); font-size: 1.08rem; }
.legal-card .button { margin-top: 20px; }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 75px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; padding: 16px; border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { text-align: center; }
  .hero { padding-top: 30px; min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; padding-bottom: 0; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-art { min-height: 460px; }
  .hero-art img { width: 110%; }
  .story-grid { grid-template-columns: 1fr; gap: 45px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article:nth-child(2) { transform: none; }
  .follow-card { flex-direction: column; text-align: center; }
  .footer-grid { flex-direction: column; text-align: center; }
  .footer-logo { margin: auto; transform-origin: center; }
  .footer-links { justify-content: center; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 26px, 1160px); }
  .nav-wrap { min-height: 74px; }
  .brand { width: 112px; height: 62px; }
  .hero h1 { font-size: 3.25rem; letter-spacing: -2px; }
  .hero-copy > p { font-size: 1.03rem; }
  .hero-art { min-height: 330px; margin-inline: -12px; }
  .sunburst { width: 330px; height: 330px; }
  .doodle { font-size: 2.2rem; }
  .button { width: 100%; }
  .trust-row { gap: 9px 14px; font-size: .79rem; }
  .story-section, .heroes-section, .values-section, .follow-section { padding: 75px 0; }
  .mini-cards { grid-template-columns: 1fr; }
  .episode-card { padding: 32px 25px; }
  .name-cloud span { min-width: calc(50% - 8px); padding-inline: 10px; }
  .follow-card { padding: 34px 22px; }
  .social { width: 52px; height: 52px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
