:root {
  --primary: #8b5cf6;
  --primary-light: #c4b5fd;
  --primary-dark: #7c3aed;
  --ink: #1f2937;
  --muted: #6b7280;
  --background: #f8f7fc;
  --white: #fff;
  --border: #ebe8f3;
  --shadow: 0 18px 55px rgba(58, 35, 105, .1);
  --radius: 22px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 85px; }
body { color: var(--ink); background: var(--white); font-family: "Inter", sans-serif; line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.logo { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-family: "Poppins", sans-serif; font-size: 20px; font-weight: 800; letter-spacing: -.8px; }
.logo img { display: block; width: 118px; height: 52px; object-fit: contain; }
.logo > span:last-child span { color: var(--primary-dark); }
.logo-mark { display: grid; width: 35px; height: 35px; place-items: center; color: var(--white); background: linear-gradient(135deg, var(--primary), var(--primary-dark)); border-radius: 11px 11px 11px 3px; box-shadow: 0 8px 16px rgba(124, 58, 237, .25); font-size: 17px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 50px; padding: 0 22px; border: 1px solid var(--primary-dark); border-radius: 12px; color: var(--white); background: var(--primary-dark); box-shadow: 0 10px 24px rgba(124, 58, 237, .2); font-size: 14px; font-weight: 700; transition: transform .25s, box-shadow .25s, background .25s; }
.button:hover { transform: translateY(-3px); background: #6d28d9; box-shadow: 0 15px 28px rgba(124, 58, 237, .28); }
.button-small { min-height: 42px; padding-inline: 17px; font-size: 12px; border-radius: 10px; }
.button-secondary, .button-outline { color: var(--primary-dark); background: var(--white); border-color: #e2daf7; box-shadow: none; }
.button-secondary:hover, .button-outline:hover { color: var(--white); border-color: var(--primary-dark); }
.button-white { color: var(--primary-dark); background: var(--white); border-color: var(--white); }
.button-white:hover { color: var(--primary-dark); background: #f4f0ff; border-color: #f4f0ff; }

.site-header { position: absolute; z-index: 20; top: 0; right: 0; left: 0; }
.navbar { display: flex; height: 76px; align-items: center; justify-content: space-between; }
.nav-menu { display: flex; align-items: center; gap: 30px; color: #4b4266; font-size: 13px; font-weight: 600; }
.nav-menu > a:not(.button) { position: relative; }
.nav-menu > a:not(.button)::after { position: absolute; bottom: -5px; left: 0; width: 0; height: 2px; background: var(--primary-dark); content: ""; transition: width .25s; }
.nav-menu > a:not(.button):hover::after { width: 100%; }
.menu-toggle { display: none; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 23px; height: 2px; margin: 5px 0; background: var(--ink); transition: .25s; }

.hero { position: relative; overflow: hidden; padding: 138px 0 0; background: linear-gradient(135deg, #fbfaff 0%, #f2edff 53%, #e9deff 100%); }
.hero::before { position: absolute; top: 0; right: 0; width: 47%; height: 82%; background: linear-gradient(145deg, rgba(139, 92, 246, .2), rgba(124, 58, 237, .08)); clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 80%); content: ""; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(5px); }
.hero-glow-one { top: -180px; left: 30%; width: 430px; height: 430px; background: rgba(255, 255, 255, .7); }
.hero-glow-two { right: -130px; bottom: 130px; width: 360px; height: 360px; background: rgba(139, 92, 246, .18); }
.hero-grid { position: relative; z-index: 2; display: grid; min-height: 525px; align-items: center; gap: 80px; grid-template-columns: 1.02fr .98fr; }
.eyebrow, .section-tag { display: inline-flex; align-items: center; gap: 8px; color: var(--primary-dark); font-size: 11px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }
.eyebrow { padding: 7px 11px; background: rgba(255, 255, 255, .65); border: 1px solid rgba(139, 92, 246, .18); border-radius: 30px; }
.eyebrow-dot { width: 7px; height: 7px; background: var(--primary); border-radius: 50%; box-shadow: 0 0 0 4px rgba(139, 92, 246, .14); }
.hero h1 { max-width: 620px; margin: 18px 0; font-family: "Poppins", sans-serif; font-size: clamp(42px, 5vw, 64px); line-height: 1.08; letter-spacing: -3px; }
.hero h1 span { color: var(--primary-dark); }
.hero-copy > p { max-width: 570px; color: var(--muted); font-size: 16px; }
.hero-author { margin-top: 10px; color: var(--muted); font-size: 13px; }
.hero-author strong { color: var(--primary-dark); }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; }
.hero-proof { display: flex; align-items: center; gap: 13px; margin-top: 34px; }
.avatar-stack { display: flex; }
.avatar-stack span { display: grid; width: 32px; height: 32px; margin-left: -7px; place-items: center; color: var(--white); background: #7762a9; border: 3px solid #f6f1ff; border-radius: 50%; font-size: 8px; font-weight: 800; }
.avatar-stack span:first-child { margin-left: 0; background: #e9859d; }
.avatar-stack span:nth-child(2) { background: #5e8ec9; }
.avatar-stack span:nth-child(3) { background: #e6a55d; }
.avatar-stack span:last-child { color: var(--primary-dark); background: var(--white); }
.hero-proof p { color: var(--muted); font-size: 10px; line-height: 1.4; }
.hero-proof strong { color: var(--ink); font-size: 11px; }

.hero-visual { position: relative; min-height: 465px; }
.visual-orbit { position: absolute; top: 10px; right: 20px; width: 400px; height: 400px; border: 1px solid rgba(124, 58, 237, .15); border-radius: 50%; box-shadow: 0 0 0 30px rgba(255, 255, 255, .15), 0 0 0 65px rgba(139, 92, 246, .05); }
.visual-main-card { position: absolute; z-index: 2; top: 34px; right: 36px; width: 355px; padding: 15px; background: rgba(255, 255, 255, .9); border: 1px solid rgba(255, 255, 255, .9); border-radius: 24px; box-shadow: 0 30px 70px rgba(79, 42, 146, .24); transform: rotate(2deg); backdrop-filter: blur(8px); }
.visual-topbar { display: flex; align-items: center; gap: 8px; padding: 2px 4px 12px; color: #6b6480; font-size: 8px; font-weight: 700; }
.visual-logo { display: grid; width: 23px; height: 23px; place-items: center; color: white; background: var(--primary-dark); border-radius: 7px; font-size: 7px; }
.status-dot { width: 7px; height: 7px; margin-left: auto; background: #4ade80; border-radius: 50%; box-shadow: 0 0 0 4px #dcfce7; }
.course-preview { position: relative; display: flex; min-height: 260px; overflow: hidden; align-items: stretch; color: var(--white); background: linear-gradient(145deg, #8b5cf6, #6431c4); border-radius: 17px; }
.course-preview::before { position: absolute; top: -80px; right: -60px; width: 220px; height: 220px; border: 35px solid rgba(255, 255, 255, .08); border-radius: 50%; content: ""; }
.preview-copy { z-index: 2; display: flex; width: 55%; flex-direction: column; padding: 27px 0 25px 24px; }
.preview-copy small { font-size: 8px; text-transform: uppercase; }
.preview-copy strong { margin: 10px 0 auto; font-family: "Poppins"; font-size: 28px; line-height: 1.05; }
.preview-copy span { font-size: 8px; }
.preview-figure { position: relative; width: 45%; }
.figure-head { position: absolute; z-index: 2; top: 43px; left: 40px; width: 59px; height: 67px; background: #e4b59c; border: 10px solid #27213b; border-bottom: 0; border-radius: 50% 50% 40% 40%; }
.figure-body { position: absolute; bottom: -28px; left: 4px; width: 145px; height: 180px; background: #ffede2; border-radius: 70px 70px 10px 10px; transform: rotate(-5deg); }
.figure-laptop { position: absolute; z-index: 3; right: 4px; bottom: 20px; display: grid; width: 135px; height: 85px; place-items: center; color: #9c8eb8; background: #ded9e8; border-radius: 8px; box-shadow: inset 0 -8px 0 #c4bed3; font-size: 15px; font-weight: 800; transform: rotate(-5deg); }
.progress-row { padding: 15px 4px 4px; }
.progress-row div:first-child { display: flex; justify-content: space-between; color: #716a82; font-size: 8px; }
.progress-row strong { color: var(--primary-dark); }
.progress-track { height: 5px; margin-top: 7px; overflow: hidden; background: #eeeaf5; border-radius: 5px; }
.progress-track span { display: block; width: 75%; height: 100%; background: linear-gradient(90deg, var(--primary), var(--primary-dark)); border-radius: inherit; }
.float-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 9px; padding: 11px 14px; background: rgba(255, 255, 255, .95); border: 1px solid rgba(255, 255, 255, .8); border-radius: 13px; box-shadow: 0 14px 35px rgba(69, 37, 126, .15); animation: float 4s ease-in-out infinite; }
.float-card strong, .float-card small { display: block; }
.float-card strong { font-size: 11px; }
.float-card small { color: var(--muted); font-size: 7px; }
.float-rating { top: 75px; left: -15px; }
.float-icon { display: grid; width: 28px; height: 28px; place-items: center; color: #f59e0b; background: #fff5d7; border-radius: 9px; }
.float-students { right: -15px; bottom: 63px; animation-delay: -1.7s; }
.mini-chart { display: flex; height: 28px; align-items: end; gap: 2px; }
.mini-chart i { width: 4px; height: 35%; background: var(--primary-light); border-radius: 3px; }
.mini-chart i:nth-child(2) { height: 70%; }.mini-chart i:nth-child(3) { height: 50%; }.mini-chart i:nth-child(4) { height: 100%; background: var(--primary-dark); }
.float-badge { bottom: 18px; left: 10px; animation-delay: -.8s; }
.float-badge > span { display: grid; width: 28px; height: 28px; place-items: center; color: white; background: var(--primary); border-radius: 50%; font-size: 12px; }
@keyframes float { 50% { transform: translateY(-8px); } }

.hero-bottom { position: relative; z-index: 5; display: grid; margin-top: 35px; transform: translateY(42px); grid-template-columns: 1fr 1.12fr; }
.hero-bottom article { min-height: 160px; padding: 30px 34px; box-shadow: var(--shadow); }
.hero-bottom h2 { margin: 5px 0 4px; font-family: "Poppins"; font-size: 18px; line-height: 1.3; }
.hero-bottom p { color: rgba(255, 255, 255, .7); font-size: 11px; }
.card-kicker { font-size: 8px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }
.start-card { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--white); background: linear-gradient(135deg, #8b5cf6, #7137d4); border-radius: 20px 0 0 20px; }
.start-card .button { flex-shrink: 0; min-height: 42px; padding-inline: 16px; font-size: 11px; }
.found-card { background: var(--white); border-radius: 0 20px 20px 0; }
.found-card .card-kicker { color: var(--primary-dark); }
.check-list { display: grid; gap: 6px 26px; margin-top: 12px; grid-template-columns: 1fr 1fr; list-style: none; color: var(--muted); font-size: 10px; }
.check-list li::before { display: inline-grid; width: 15px; height: 15px; margin-right: 6px; place-items: center; color: var(--primary-dark); background: #f0eaff; border-radius: 50%; content: "✓"; font-size: 8px; font-weight: 800; }

.categories { padding-top: 155px; background: var(--white); }
.section-heading { display: flex; margin-bottom: 38px; align-items: end; justify-content: space-between; gap: 30px; }
.section-heading h2, .faq-intro h2 { max-width: 600px; margin-top: 8px; font-family: "Poppins"; font-size: clamp(28px, 3.4vw, 42px); line-height: 1.18; letter-spacing: -1.8px; }
.section-heading > p { max-width: 400px; color: var(--muted); font-size: 13px; }
.section-heading.centered { display: block; max-width: 620px; margin-right: auto; margin-left: auto; text-align: center; }
.section-heading.centered p { margin: 12px auto 0; }
.category-grid { display: grid; gap: 16px; grid-template-columns: repeat(4, 1fr); }
.category-card { display: flex; min-height: 145px; flex-direction: column; padding: 21px; border: 1px solid var(--border); border-radius: 18px; box-shadow: 0 8px 26px rgba(53, 34, 91, .05); transition: transform .25s, box-shadow .25s, border .25s; }
.category-card:hover { transform: translateY(-7px); border-color: var(--primary-light); box-shadow: var(--shadow); }
.category-icon { display: grid; width: 42px; height: 42px; margin-bottom: 20px; place-items: center; color: var(--primary-dark); background: #f0eaff; border-radius: 12px; font-size: 14px; font-weight: 800; }
.category-card h3 { font-family: "Poppins"; font-size: 15px; }
.category-card p { color: var(--muted); font-size: 9px; }
.category-card .arrow { margin: -21px 0 0 auto; color: #aaa2bc; font-size: 15px; }
.featured-category { color: var(--white); background: linear-gradient(135deg, var(--primary), var(--primary-dark)); border-color: transparent; }
.featured-category .category-icon { color: var(--white); background: rgba(255, 255, 255, .18); }
.featured-category p, .featured-category .arrow { color: rgba(255, 255, 255, .7); }

.products-section { background: var(--background); }
.text-link { color: var(--primary-dark); font-size: 12px; font-weight: 700; }
.text-link span { margin-left: 5px; transition: margin .2s; }.text-link:hover span { margin-left: 10px; }
.product-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); }
.product-card { overflow: hidden; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: 0 10px 30px rgba(53, 34, 91, .06); transition: transform .3s, box-shadow .3s; }
.product-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.product-cover { position: relative; display: flex; height: 210px; overflow: hidden; flex-direction: column; align-items: center; justify-content: center; color: white; }
.product-cover::before, .product-cover::after { position: absolute; width: 160px; height: 160px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 50%; content: ""; }
.product-cover::before { top: -70px; right: -20px; }.product-cover::after { bottom: -105px; left: -30px; box-shadow: 0 0 0 25px rgba(255, 255, 255, .04); }
.cover-marketing { background: linear-gradient(145deg, #9b73f5, #6335c0); }
.cover-facebook { background: linear-gradient(145deg, #6d8ff2, #425dcc); }
.cover-tiktok { background: linear-gradient(145deg, #30284d, #171326); }
.cover-label { position: absolute; z-index: 2; top: 15px; left: 15px; padding: 5px 8px; background: rgba(255, 255, 255, .17); border: 1px solid rgba(255, 255, 255, .2); border-radius: 20px; font-size: 7px; font-weight: 800; letter-spacing: 1px; }
.cover-symbol { z-index: 2; display: grid; width: 70px; height: 70px; place-items: center; background: rgba(255, 255, 255, .14); border: 1px solid rgba(255, 255, 255, .22); border-radius: 21px; box-shadow: 0 18px 35px rgba(20, 10, 50, .16); font-family: "Poppins"; font-size: 31px; font-weight: 800; transform: rotate(-7deg); }
.product-cover p { z-index: 2; margin-top: 17px; font-size: 9px; letter-spacing: .5px; }
.product-content { padding: 21px; }
.product-meta { display: flex; gap: 7px; color: var(--primary-dark); font-size: 8px; font-weight: 700; text-transform: uppercase; }
.product-meta span { padding: 3px 7px; background: #f2edff; border-radius: 10px; }
.product-content h3 { margin: 12px 0 7px; font-family: "Poppins"; font-size: 17px; line-height: 1.3; }
.product-content > p { min-height: 50px; color: var(--muted); font-size: 10px; }
.price-row { display: flex; margin: 17px 0; align-items: baseline; gap: 9px; }
.price-row strong { color: var(--primary-dark); font-family: "Poppins"; font-size: 21px; }
.price-row span { color: #9ca3af; font-size: 10px; text-decoration: line-through; }
.product-actions { display: grid; gap: 8px; grid-template-columns: .72fr 1.28fr; }
.product-actions .button { min-height: 40px; padding-inline: 8px; border-radius: 10px; font-size: 8px; }
.product-actions button { width: 100%; cursor: pointer; font-family: inherit; }

.books-section { overflow: hidden; background: var(--white); }
.book-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); }
.book-card { display: grid; min-height: 290px; overflow: hidden; padding: 18px; background: #faf9fd; border: 1px solid var(--border); border-radius: var(--radius); grid-template-columns: 42% 58%; transition: transform .3s, box-shadow .3s; }
.book-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.book-mockup { position: relative; align-self: center; width: 125px; height: 180px; padding: 20px 13px; color: white; border-radius: 3px 10px 10px 3px; box-shadow: -9px 8px 0 #e8e4f0, 8px 16px 25px rgba(38, 22, 73, .22); transform: rotate(-5deg); }
.book-mockup::after { position: absolute; top: 0; left: 5px; width: 2px; height: 100%; background: rgba(255, 255, 255, .22); content: ""; }
.book-mockup span { font-size: 5px; font-weight: 800; line-height: 1; letter-spacing: .8px; }
.book-mockup strong { display: block; margin-top: 26px; font-family: "Poppins"; font-size: 16px; line-height: 1.1; }
.book-mockup i { position: absolute; bottom: 18px; left: 13px; font-size: 6px; font-style: normal; opacity: .8; }
.book-purple { background: linear-gradient(145deg, #9b73f5, #6735c5); }.book-blue { background: linear-gradient(145deg, #6d8ff2, #344cc0); }.book-pink { background: linear-gradient(145deg, #d774bd, #8b3fa5); }
.book-info { display: flex; min-width: 0; flex-direction: column; padding: 18px 0 10px 8px; }
.pdf-tag { align-self: flex-start; padding: 4px 7px; color: var(--primary-dark); background: #eee7ff; border-radius: 10px; font-size: 7px; font-weight: 700; }
.book-info h3 { margin: 13px 0 8px; font-family: "Poppins"; font-size: 15px; line-height: 1.3; }
.book-info p { color: var(--muted); font-size: 9px; }
.book-info > div { display: flex; margin-top: auto; align-items: center; justify-content: space-between; gap: 5px; }
.book-info strong { color: var(--primary-dark); font-family: "Poppins"; font-size: 15px; }.book-info a, .book-order { color: var(--primary-dark); font-size: 8px; font-weight: 800; }
.book-order { padding: 0; border: 0; background: none; cursor: pointer; font-family: inherit; white-space: nowrap; transition: opacity .2s; }
.book-order:hover { opacity: .65; }
.book-grid.books-two { max-width: 900px; margin-inline: auto; gap: 26px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.book-grid.books-two .book-card { grid-template-columns: 40% 1fr; align-items: center; }
@media (max-width: 760px) {
  .book-grid.books-two { max-width: 520px; grid-template-columns: 1fr; }
}
.book-mockup.book-cover-photo { width: 100%; max-width: 148px; height: auto; aspect-ratio: 134 / 222; padding: 0; overflow: hidden; background: none; }
.book-mockup.book-cover-photo::after { display: none; }
.book-mockup.book-cover-photo img { display: block; width: 100%; height: 100%; object-fit: contain; }
@media (max-width: 560px) {
  .book-grid.books-two .book-card { gap: 12px; padding: 16px 14px; }
  .book-grid.books-two .book-mockup.book-cover-photo { max-width: 116px; transform: rotate(-3deg); }
  .book-grid.books-two .book-info h3 { font-size: 14px; }
  .book-grid.books-two .book-info p { font-size: 10px; }
}

.offer-section { padding-top: 40px; background: var(--white); }
.offer-card { position: relative; display: grid; min-height: 410px; overflow: hidden; color: white; background: linear-gradient(135deg, #7c4ddd, #5e2caf); border-radius: 28px; grid-template-columns: 1.05fr .95fr; box-shadow: 0 25px 70px rgba(91, 49, 164, .25); }
.offer-card::before { position: absolute; right: -80px; bottom: -170px; width: 450px; height: 450px; border: 60px solid rgba(255, 255, 255, .06); border-radius: 50%; content: ""; }
.offer-copy { z-index: 2; padding: 62px; }
.offer-label { display: inline-block; padding: 6px 11px; color: #6330ba; background: #f4de72; border-radius: 20px; font-size: 8px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.offer-copy h2 { max-width: 510px; margin: 17px 0 12px; font-family: "Poppins"; font-size: clamp(28px, 3.4vw, 42px); line-height: 1.15; letter-spacing: -1.5px; }
.offer-copy p { max-width: 510px; color: rgba(255, 255, 255, .75); font-size: 12px; }
.offer-includes { max-width: 510px; margin: 14px 0 4px; list-style: none; display: grid; gap: 8px; }
.offer-includes li { display: flex; align-items: center; gap: 9px; color: rgba(255, 255, 255, .92); font-size: 12px; font-weight: 600; }
.offer-includes li::before { content: "✓"; display: inline-grid; place-items: center; width: 18px; height: 18px; flex-shrink: 0; color: var(--primary-dark); background: #fff; border-radius: 50%; font-size: 9px; font-weight: 800; }
.offer-bubble.bubble-consult { flex-direction: column; line-height: 1.1; font-size: 12px; }
.offer-bubble.bubble-consult small { margin-top: 2px; font-size: 8px; font-weight: 700; opacity: .85; }
.offer-course.offer-media, .offer-book.offer-media { padding: 0; overflow: hidden; }
.offer-media img { display: block; width: 100%; height: 100%; object-fit: cover; }

/* Floating WhatsApp button */
.whatsapp-float {
  position: fixed;
  z-index: 60;
  right: 22px;
  bottom: 22px;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: #fff;
  background: #25d366;
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(37, 211, 102, .45);
  transition: transform .25s, box-shadow .25s;
}
.whatsapp-float:hover { transform: translateY(-3px) scale(1.06); box-shadow: 0 16px 34px rgba(37, 211, 102, .55); }
.whatsapp-float svg { width: 33px; height: 33px; }
@media (max-width: 560px) {
  .whatsapp-float { width: 52px; height: 52px; right: 16px; bottom: 16px; }
  .whatsapp-float svg { width: 29px; height: 29px; }
}

/* Footer enhancements */
.footer-socials { display: flex; gap: 10px; margin-top: 20px; }
.social-btn {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
  transition: background .25s, border-color .25s, transform .25s;
}
.footer-grid .social-btn:hover { color: #fff; background: var(--primary); border-color: var(--primary); transform: translateY(-3px); }
.social-btn svg { width: 18px; height: 18px; }
.footer-contact a { display: block; }
.footer-contact a[href^="mailto"] { word-break: break-all; }

/* Anti-spam honeypot (hidden from real users, without off-screen scroll issues) */
.hp-field {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
}
.offer-price { display: flex; margin: 20px 0; align-items: baseline; gap: 10px; }.offer-price strong { font-family: "Poppins"; font-size: 26px; }.offer-price span { color: rgba(255, 255, 255, .55); font-size: 12px; text-decoration: line-through; }
.offer-copy .button { min-height: 44px; font-size: 10px; }
.offer-visual { position: relative; }
.offer-course, .offer-book { position: absolute; display: flex; flex-direction: column; padding: 28px; color: var(--white); box-shadow: 0 28px 45px rgba(31, 14, 68, .3); }
.offer-course { z-index: 2; top: 83px; left: 55px; width: 230px; height: 190px; background: linear-gradient(145deg, #a586f4, #7442cf); border: 1px solid rgba(255, 255, 255, .25); border-radius: 19px; transform: rotate(-8deg); }
.offer-book { z-index: 3; top: 105px; left: 225px; width: 145px; height: 215px; background: linear-gradient(145deg, #fff, #e7dcff); border-radius: 5px 13px 13px 5px; color: #6330ba; transform: rotate(8deg); }
.offer-course span, .offer-book span { font-size: 8px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }.offer-course strong, .offer-book strong { margin-top: 25px; font-family: "Poppins"; font-size: 23px; line-height: 1.05; }.offer-course i, .offer-book i { margin-top: auto; font-size: 8px; font-style: normal; opacity: .7; }
.offer-book strong { font-size: 18px; }.offer-bubble { position: absolute; z-index: 4; top: 57px; right: 28px; display: grid; width: 74px; height: 74px; place-items: center; color: #6330ba; background: #f4de72; border: 7px solid rgba(255, 255, 255, .25); border-radius: 50%; font-family: "Poppins"; font-size: 18px; font-weight: 800; transform: rotate(8deg); }

.benefits-section { background: var(--background); }
.benefit-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); }
.benefit-card { position: relative; min-height: 225px; padding: 25px; overflow: hidden; background: var(--white); border: 1px solid var(--border); border-radius: 20px; transition: transform .3s, box-shadow .3s; }
.benefit-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.benefit-card > span { position: absolute; top: 10px; right: 17px; color: #f0ecf8; font-family: "Poppins"; font-size: 43px; font-weight: 800; }
.benefit-icon { display: grid; width: 45px; height: 45px; margin-bottom: 26px; place-items: center; color: var(--primary-dark); background: #eee8ff; border-radius: 13px; font-size: 18px; }
.benefit-card h3 { font-family: "Poppins"; font-size: 14px; }.benefit-card p { margin-top: 8px; color: var(--muted); font-size: 10px; }

.faq-section { background: var(--white); }
.faq-layout { display: grid; gap: 85px; grid-template-columns: .78fr 1.22fr; }
.faq-intro { padding-top: 15px; }.faq-intro p { max-width: 390px; margin: 16px 0 23px; color: var(--muted); font-size: 12px; }
.faq-list { display: grid; gap: 12px; }
.faq-item { overflow: hidden; border: 1px solid var(--border); border-radius: 14px; }
.faq-item button { display: flex; width: 100%; padding: 20px 22px; align-items: center; justify-content: space-between; border: 0; background: white; cursor: pointer; font-size: 12px; font-weight: 700; text-align: left; }
.faq-item button i { display: grid; width: 25px; height: 25px; flex: 0 0 25px; place-items: center; color: var(--primary-dark); background: #f1ebff; border-radius: 50%; font-size: 16px; font-style: normal; transition: transform .25s; }
.faq-answer { display: grid; max-height: 0; overflow: hidden; transition: max-height .3s ease; }.faq-answer p { padding: 0 22px 20px; color: var(--muted); font-size: 11px; }
.faq-item.open { border-color: var(--primary-light); }.faq-item.open button i { transform: rotate(45deg); }

.final-cta { position: relative; overflow: hidden; padding: 90px 0; color: white; background: linear-gradient(135deg, #8b5cf6, #6732c2); text-align: center; }
.final-cta .container { position: relative; z-index: 2; }.final-cta h2 { margin: 12px 0 10px; font-family: "Poppins"; font-size: clamp(30px, 4vw, 45px); letter-spacing: -1.8px; }.final-cta p { margin-bottom: 25px; color: rgba(255, 255, 255, .75); font-size: 12px; }.cta-icon { display: grid; width: 40px; height: 40px; margin: auto; place-items: center; background: rgba(255, 255, 255, .15); border: 1px solid rgba(255, 255, 255, .25); border-radius: 12px; }.cta-orb { position: absolute; border: 1px solid rgba(255, 255, 255, .12); border-radius: 50%; }.cta-orb-one { top: -220px; left: -120px; width: 500px; height: 500px; box-shadow: 0 0 0 45px rgba(255, 255, 255, .025); }.cta-orb-two { right: -170px; bottom: -320px; width: 600px; height: 600px; box-shadow: 0 0 0 65px rgba(255, 255, 255, .025); }

.site-footer { padding: 70px 0 20px; color: #c8c0d9; background: #1d172c; }
.footer-grid { display: grid; gap: 60px; grid-template-columns: 1.6fr 1fr 1.2fr 1fr; }.site-footer .logo { color: white; }.footer-brand p { max-width: 310px; margin-top: 18px; font-size: 10px; }.footer-grid h3 { margin-bottom: 15px; color: white; font-family: "Poppins"; font-size: 12px; }.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 8px; }.footer-grid a { font-size: 10px; transition: color .2s; }.footer-grid a:hover { color: var(--primary-light); }.footer-note { margin-top: 10px; font-size: 8px; opacity: .65; }.footer-bottom { display: flex; margin-top: 50px; padding-top: 18px; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255, 255, 255, .08); font-size: 8px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

body.modal-open { overflow: hidden; }
.formation-modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  padding: 24px;
  visibility: hidden;
  place-items: center;
  opacity: 0;
  transition: opacity .25s, visibility .25s;
}
.formation-modal.open { visibility: visible; opacity: 1; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(15, 25, 55, .72); backdrop-filter: blur(8px); }
.modal-dialog {
  position: relative;
  z-index: 2;
  width: min(1000px, 100%);
  max-height: min(760px, calc(100vh - 48px));
  overflow: auto;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 26px;
  box-shadow: 0 35px 100px rgba(9, 26, 77, .35);
  transform: translateY(18px) scale(.98);
  transition: transform .25s;
}
.formation-modal.open .modal-dialog { transform: none; }
.modal-close {
  position: absolute;
  z-index: 5;
  top: 14px;
  right: 14px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #25345d;
  background: rgba(255, 255, 255, .92);
  border: 1px solid #e5eaff;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(20, 45, 115, .12);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}
.modal-details-view { display: grid; min-height: 560px; grid-template-columns: .95fr 1.05fr; }
.modal-details-view[hidden], .modal-form-view[hidden] { display: none; }
.modal-video {
  display: grid;
  min-height: 430px;
  padding: 34px;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .08) 25%, transparent 25%) 0 0 / 80px 80px,
    linear-gradient(135deg, #4169e1, #173ba9);
  border-radius: 26px 0 0 26px;
}
.video-preview {
  display: flex;
  width: 100%;
  min-height: 285px;
  padding: 30px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  background: rgba(10, 29, 87, .32);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 22px;
  text-align: center;
  box-shadow: inset 0 0 60px rgba(255, 255, 255, .06);
}
.modal-course-video {
  display: block;
  width: 100%;
  max-height: 420px;
  aspect-ratio: 9 / 16;
  object-fit: contain;
  background: #12070a;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 22px;
  box-shadow: 0 18px 38px rgba(40, 5, 10, .28);
}
.modal-course-video[hidden] {
  display: none;
}
.video-play {
  display: grid;
  width: 72px;
  height: 72px;
  margin-bottom: 20px;
  padding-left: 5px;
  place-items: center;
  color: var(--primary-dark);
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 15px 35px rgba(8, 24, 73, .3);
  font-size: 21px;
}
.video-preview strong { font-family: "Poppins"; font-size: 20px; }
.video-preview small { margin-top: 7px; color: rgba(255, 255, 255, .7); font-size: 10px; }
.modal-content { padding: 62px 48px 45px; }
.modal-content h2, .modal-form-heading h2 { margin: 9px 0 12px; font-family: "Poppins"; font-size: 30px; line-height: 1.15; letter-spacing: -1.2px; }
.modal-content > p, .modal-form-heading p { color: var(--muted); font-size: 11px; }
.modal-meta { display: flex; margin: 20px 0; align-items: center; gap: 8px; }
.modal-meta span { padding: 6px 10px; color: var(--primary-dark); background: #edf2ff; border-radius: 20px; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.modal-meta strong { margin-left: auto; color: var(--primary-dark); font-family: "Poppins"; font-size: 20px; }
.modal-benefits { display: grid; gap: 10px; margin: 0 0 25px; list-style: none; color: #556078; font-size: 10px; }
.modal-benefits li::before { display: inline-grid; width: 19px; height: 19px; margin-right: 8px; place-items: center; color: #fff; background: var(--primary); border-radius: 50%; content: "✓"; font-size: 9px; font-weight: 800; }
.modal-form-open { width: 100%; border-radius: 12px; cursor: pointer; }
.modal-form-view { padding: 45px 55px 50px; }
.modal-back-button { padding: 0; color: var(--primary-dark); background: none; border: 0; cursor: pointer; font-size: 11px; font-weight: 800; }
.modal-form-heading { max-width: 620px; margin: 28px 0 25px; }
.registration-form { display: grid; gap: 18px; }
.form-grid { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; }
.registration-form label { display: grid; gap: 7px; color: #35415f; font-size: 10px; font-weight: 800; }
.registration-form input, .registration-form textarea, .registration-form select {
  width: 100%;
  padding: 13px 14px;
  color: var(--ink);
  background: #f8faff;
  border: 1px solid #e1e7fa;
  border-radius: 10px;
  outline: none;
  font: inherit;
  font-size: 11px;
  resize: vertical;
  transition: border .2s, box-shadow .2s;
}
.registration-form select { cursor: pointer; appearance: none; }
.registration-form input:focus, .registration-form textarea:focus, .registration-form select:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(65, 105, 225, .12); }
.registration-form .button { justify-self: start; min-width: 210px; cursor: pointer; }
.form-success { padding: 12px 15px; color: #17663a; background: #e9f9ef; border: 1px solid #c9efd8; border-radius: 10px; font-size: 11px; font-weight: 700; }

@media (max-width: 1020px) {
  .nav-menu { gap: 17px; }
  .hero-grid { gap: 25px; grid-template-columns: 1fr 1fr; }
  .hero-visual { transform: scale(.88); transform-origin: center right; }
  .category-grid, .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid, .book-grid { gap: 14px; }
  .product-actions { grid-template-columns: 1fr; }
  .book-card { grid-template-columns: 1fr; }.book-mockup { margin: 0 auto; }.book-info { padding-left: 0; }
  .offer-course { left: 5px; }.offer-book { left: 170px; }
}

@media (max-width: 820px) {
  .section { padding: 80px 0; }
  .menu-toggle { z-index: 30; display: block; }
  .nav-menu { position: fixed; z-index: 25; top: 12px; right: 20px; left: 20px; display: flex; padding: 70px 25px 25px; visibility: hidden; flex-direction: column; align-items: stretch; gap: 18px; background: white; border: 1px solid var(--border); border-radius: 18px; box-shadow: var(--shadow); opacity: 0; transform: translateY(-15px); transition: .25s; }
  .nav-menu.open { visibility: visible; opacity: 1; transform: none; }.nav-menu .button { width: 100%; }
  .menu-toggle.active span:first-child { transform: translateY(7px) rotate(45deg); }.menu-toggle.active span:nth-child(2) { opacity: 0; }.menu-toggle.active span:last-child { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 110px; }.hero-grid { min-height: auto; grid-template-columns: 1fr; }.hero-copy { text-align: center; }.hero-copy > p { margin-inline: auto; }.hero-actions, .hero-proof { justify-content: center; }
  .hero-visual { width: 500px; min-height: 450px; margin: -10px auto -30px; transform: scale(.85); transform-origin: center; }
  .hero-bottom { grid-template-columns: 1fr; }.start-card { border-radius: 20px 20px 0 0; }.found-card { border-radius: 0 0 20px 20px; }
  .section-heading { display: block; text-align: center; }.section-heading > p { margin: 12px auto 0; }.section-heading .text-link { display: inline-block; margin-top: 12px; }
  .product-grid, .book-grid { max-width: 550px; margin-inline: auto; grid-template-columns: 1fr; }
  .book-card { grid-template-columns: 42% 58%; }.book-info { padding-left: 8px; }
  .offer-card { grid-template-columns: 1fr; }.offer-copy { padding: 45px 45px 20px; text-align: center; }.offer-copy p { margin-inline: auto; }.offer-visual { min-height: 320px; }.offer-course { left: calc(50% - 180px); }.offer-book { left: calc(50% + 10px); }.offer-bubble { right: calc(50% - 200px); }
  .faq-layout { gap: 35px; grid-template-columns: 1fr; }.faq-intro { text-align: center; }.faq-intro p { margin-inline: auto; }
  .footer-grid { gap: 35px; grid-template-columns: 1.5fr 1fr 1fr; }.footer-brand { grid-column: 1/-1; }
  .modal-details-view { grid-template-columns: 1fr; }
  .modal-video { min-height: 300px; border-radius: 26px 26px 0 0; }
  .video-preview { min-height: 230px; }
  .modal-content { padding: 38px 35px 40px; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 68px 0; }
  .hero h1 { font-size: 39px; letter-spacing: -2px; }.hero-copy > p { font-size: 13px; }.hero-actions { flex-direction: column; }.hero-actions .button { width: 100%; }
  .hero-visual { width: 430px; margin-left: 50%; transform: translateX(-50%) scale(.72); }
  .hero-bottom { transform: translateY(30px); }.hero-bottom article { padding: 25px; }.start-card { align-items: flex-start; flex-direction: column; }
  .categories { padding-top: 110px; }.category-grid, .benefit-grid { grid-template-columns: 1fr; }.category-card { min-height: 125px; }
  .section-heading h2, .faq-intro h2 { font-size: 30px; }
  .book-card { grid-template-columns: 40% 60%; }
  .offer-card { width: calc(100% - 28px); }.offer-copy { padding: 38px 22px 10px; }.offer-visual { min-height: 290px; transform: scale(.82); transform-origin: center top; }.offer-course { left: calc(50% - 190px); }.offer-book { left: calc(50% + 5px); }.offer-bubble { right: calc(50% - 210px); }
  .check-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1/-1; }.footer-bottom { gap: 10px; flex-direction: column; }
  .formation-modal { padding: 10px; }
  .modal-dialog { max-height: calc(100vh - 20px); border-radius: 20px; }
  .modal-video { min-height: 245px; padding: 18px; border-radius: 20px 20px 0 0; }
  .video-preview { min-height: 195px; padding: 20px; }
  .video-play { width: 58px; height: 58px; margin-bottom: 14px; }
  .modal-content { padding: 32px 22px 28px; }
  .modal-content h2, .modal-form-heading h2 { font-size: 24px; }
  .modal-meta { flex-wrap: wrap; }
  .modal-meta strong { width: 100%; margin: 5px 0 0; }
  .modal-form-view { padding: 35px 22px 28px; }
  .form-grid { grid-template-columns: 1fr; }
  .registration-form .button { width: 100%; }
}

/* Royal blue hero */
:root {
  --primary: #4169e1;
  --primary-light: #a8bbff;
  --primary-dark: #234dcc;
  --background: #f5f7ff;
  --border: #e6eaff;
  --shadow: 0 18px 55px rgba(35, 77, 204, .12);
}

.site-header {
  top: 18px;
}
.navbar {
  height: 64px;
  padding: 0 18px;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(65, 105, 225, .1);
  border-radius: 18px;
  box-shadow: 0 12px 40px rgba(35, 77, 204, .1);
  backdrop-filter: blur(12px);
}
.nav-menu {
  gap: 34px;
  color: #2c3960;
}

.hero {
  min-height: 760px;
  overflow: visible;
  padding-top: 116px;
  background: linear-gradient(90deg, #f7f9ff 0%, #f7f9ff 58%, #4169e1 58%, #234dcc 100%);
}
.hero::before {
  top: 0;
  width: 42%;
  height: 100%;
  background:
    linear-gradient(30deg, transparent 38%, rgba(255, 255, 255, .09) 38% 62%, transparent 62%),
    linear-gradient(150deg, transparent 38%, rgba(255, 255, 255, .06) 38% 62%, transparent 62%);
  background-size: 210px 180px;
  clip-path: none;
}
.hero-glow-one {
  top: 80px;
  left: -190px;
  background: rgba(65, 105, 225, .08);
}
.hero-glow-two {
  right: 80px;
  bottom: 30px;
  background: rgba(255, 255, 255, .08);
}
.hero-grid {
  min-height: 500px;
  gap: 50px;
  grid-template-columns: 1.12fr .88fr;
}
.hero-copy {
  padding: 35px 0 95px;
}
.eyebrow {
  color: var(--primary-dark);
  background: #eef2ff;
  border-color: #dce5ff;
}
.hero h1 {
  max-width: 680px;
  margin: 22px 0 18px;
  font-size: clamp(46px, 5.2vw, 70px);
  line-height: 1.02;
  letter-spacing: -4px;
}
.hero-copy > p {
  max-width: 580px;
  font-size: 15px;
}
.hero-actions {
  margin-top: 32px;
}
.hero-actions .button {
  border-radius: 999px;
}
.hero-visual {
  min-height: 540px;
}
.hero-shape {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .15);
  transform: rotate(30deg);
}
.hero-shape-one {
  top: 30px;
  right: 40px;
  width: 240px;
  height: 240px;
}
.hero-shape-two {
  right: 210px;
  bottom: 60px;
  width: 130px;
  height: 130px;
  border-color: rgba(255, 255, 255, .09);
}
.hero-photo-wrap {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 62px;
  width: min(510px, 100%);
  padding: 10px;
  background: rgba(255, 255, 255, .17);
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 30px;
  box-shadow: 0 30px 70px rgba(10, 35, 110, .32);
  transform: rotate(-2deg);
  backdrop-filter: blur(8px);
}
.hero-photo {
  display: block;
  width: 100%;
  aspect-ratio: 1.28;
  object-fit: cover;
  object-position: center;
  border-radius: 22px;
}
.photo-badge {
  position: absolute;
  right: -18px;
  bottom: 28px;
  padding: 12px 17px;
  color: #26345d;
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 14px 35px rgba(12, 36, 105, .22);
  font-size: 10px;
  font-weight: 600;
  transform: rotate(2deg);
}
.photo-badge strong {
  display: block;
  color: var(--primary-dark);
  font-family: "Poppins";
  font-size: 18px;
  line-height: 1.1;
}
.site-footer .logo img {
  width: 145px;
  height: 68px;
  padding: 5px 10px;
  background: #fff;
  border-radius: 12px;
}
.creator-illustration {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 0;
  width: 390px;
  height: 500px;
}
.creator-hair {
  position: absolute;
  z-index: 2;
  top: 47px;
  left: 126px;
  width: 154px;
  height: 186px;
  background: #18264d;
  border-radius: 74px 74px 42px 42px;
  transform: rotate(5deg);
}
.creator-face {
  position: absolute;
  z-index: 3;
  top: 69px;
  left: 157px;
  width: 100px;
  height: 121px;
  background: #f3bd9f;
  border-radius: 48% 48% 43% 43%;
  transform: rotate(4deg);
}
.creator-face::before,
.creator-face::after {
  position: absolute;
  top: 49px;
  width: 7px;
  height: 4px;
  background: #27345a;
  border-radius: 50%;
  content: "";
}
.creator-face::before { left: 24px; }
.creator-face::after { right: 24px; }
.creator-face span {
  position: absolute;
  bottom: 24px;
  left: 37px;
  width: 29px;
  height: 13px;
  border-bottom: 4px solid #c45e66;
  border-radius: 50%;
}
.creator-neck {
  position: absolute;
  z-index: 2;
  top: 174px;
  left: 186px;
  width: 52px;
  height: 56px;
  background: #e9aa8c;
  border-radius: 0 0 18px 18px;
}
.creator-body {
  position: absolute;
  z-index: 2;
  right: 32px;
  bottom: -30px;
  width: 300px;
  height: 340px;
  background: #fff;
  border-radius: 110px 95px 20px 20px;
  box-shadow: inset -24px -10px 0 #e9eeff;
  transform: rotate(-3deg);
}
.creator-body::after {
  position: absolute;
  right: 28px;
  bottom: 0;
  width: 170px;
  height: 170px;
  background: #17264e;
  border-radius: 80px 10px 0 0;
  content: "";
}
.creator-arm {
  position: absolute;
  z-index: 4;
  top: 244px;
  left: 74px;
  width: 62px;
  height: 215px;
  background: #f4f7ff;
  border-radius: 35px;
  box-shadow: inset 9px 0 0 #e7edff;
  transform: rotate(23deg);
}
.creator-arm::before {
  position: absolute;
  top: -30px;
  left: 8px;
  width: 46px;
  height: 60px;
  background: #f3bd9f;
  border-radius: 24px;
  content: "";
}
.creator-books {
  position: absolute;
  z-index: 5;
  top: 177px;
  left: 18px;
  width: 120px;
  height: 115px;
  transform: rotate(-13deg);
}
.creator-books i {
  position: absolute;
  display: block;
  width: 88px;
  height: 31px;
  border: 4px solid #fff;
  border-radius: 5px;
  box-shadow: 0 8px 15px rgba(18, 39, 96, .22);
}
.creator-books i:first-child { top: 0; left: 17px; background: #ffca3a; transform: rotate(12deg); }
.creator-books i:nth-child(2) { top: 30px; left: 7px; background: #ff5e7e; transform: rotate(-4deg); }
.creator-books i:last-child { top: 60px; left: 20px; background: #8db5ff; transform: rotate(8deg); }

.hero-bottom {
  width: min(1080px, calc(100% - 40px));
  margin-top: -58px;
  transform: translateY(74px);
  grid-template-columns: .88fr 1.12fr;
  filter: drop-shadow(0 25px 35px rgba(20, 49, 135, .13));
}
.hero-bottom article {
  min-height: 210px;
  padding: 34px 38px;
  box-shadow: none;
}
.hero-bottom h2 {
  margin: 8px 0 8px;
  font-size: 22px;
  letter-spacing: -.7px;
}
.hero-bottom p {
  max-width: 340px;
  font-size: 11px;
  line-height: 1.7;
}
.hero-bottom .card-kicker {
  font-size: 9px;
  letter-spacing: 1.6px;
}
.start-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #4169e1, #234dcc);
  border-radius: 24px 0 0 24px;
}
.start-card::before {
  position: absolute;
  right: -90px;
  bottom: -125px;
  width: 250px;
  height: 250px;
  border: 35px solid rgba(255, 255, 255, .07);
  border-radius: 50%;
  content: "";
}
.start-card > * {
  position: relative;
  z-index: 2;
}
.start-card-icon {
  position: absolute;
  top: 25px;
  right: 28px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, .13);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 11px;
  font-size: 17px;
}
.start-card .button {
  align-self: flex-end;
  min-width: 120px;
  border-radius: 999px;
}
.found-card {
  position: relative;
  border: 1px solid #e6eaff;
  border-radius: 0 24px 24px 0;
}
.found-card::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
  height: 130px;
  background: linear-gradient(135deg, transparent 52%, rgba(65, 105, 225, .055) 52%);
  border-radius: 0 24px 0 0;
  content: "";
}
.hero-bottom .found-card-bio {
  position: relative;
  z-index: 2;
  margin-top: 8px;
  color: #000;
  font-size: 11px;
  line-height: 1.7;
}
.check-list {
  position: relative;
  z-index: 2;
  gap: 10px 30px;
  margin-top: 16px;
  font-size: 11px;
}
.check-list li {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  background: #f7f9ff;
  border: 1px solid #edf0ff;
  border-radius: 10px;
}
.check-list li::before {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  color: #fff;
  background: var(--primary);
}
.found-card-link {
  position: relative;
  z-index: 2;
  display: inline-flex;
  margin-top: 15px;
  align-items: center;
  gap: 7px;
  color: var(--primary-dark);
  font-size: 10px;
  font-weight: 800;
}
.found-card-link span {
  transition: transform .2s;
}
.found-card-link:hover span {
  transform: translateX(4px);
}
.categories {
  padding-top: 205px;
}
.products-section {
  padding-top: 190px;
}

@media (max-width: 820px) {
  .site-header { top: 10px; }
  .navbar { height: 62px; }
  .hero {
    padding-top: 110px;
    background: linear-gradient(180deg, #f7f9ff 0%, #f7f9ff 53%, #4169e1 53%, #234dcc 100%);
  }
  .hero::before { width: 100%; height: 47%; top: 53%; }
  .hero-copy { padding: 25px 0 10px; }
  .hero h1 { font-size: clamp(42px, 10vw, 62px); }
  .hero-visual { margin-bottom: 0; }
  .hero-photo-wrap { right: 50%; bottom: 50px; width: 470px; transform: translateX(50%) rotate(-2deg); }
  .creator-illustration { right: 50%; transform: translateX(50%); }
  .hero-bottom { margin-top: -20px; transform: translateY(70px); grid-template-columns: 1fr; }
  .hero-bottom article { min-height: 190px; }
  .start-card { border-radius: 24px 24px 0 0; }
  .found-card { border-radius: 0 0 24px 24px; }
  .categories { padding-top: 175px; }
  .products-section { padding-top: 165px; }
}

@media (max-width: 560px) {
  .navbar { padding-inline: 14px; }
  .hero { min-height: auto; }
  .hero h1 { font-size: 41px; letter-spacing: -2.5px; }
  .hero-visual { width: 100%; min-height: 410px; margin: 0; transform: none; }
  .hero-photo-wrap { bottom: 70px; width: calc(100% - 10px); padding: 7px; border-radius: 22px; }
  .hero-photo { border-radius: 16px; }
  .photo-badge { right: -7px; bottom: -22px; }
  .creator-illustration { bottom: -85px; transform: translateX(50%) scale(.78); transform-origin: center; }
  .hero-bottom { width: min(100% - 28px, 1080px); margin-top: -10px; transform: translateY(55px); }
  .hero-bottom article { min-height: auto; padding: 28px 23px; }
  .hero-bottom h2 { padding-right: 25px; font-size: 19px; }
  .start-card { align-items: stretch; }
  .start-card .button { width: 100%; align-self: stretch; }
  .start-card-icon { top: 22px; right: 20px; }
  .check-list { grid-template-columns: 1fr; }
  .categories { padding-top: 145px; }
  .products-section { padding-top: 135px; }
}

/* Formation and e-book carousels */
.carousel-controls {
  display: flex;
  align-items: center;
  gap: 9px;
}
.carousel-controls-centered {
  justify-content: center;
  margin: -18px 0 28px;
}
.carousel-controls button {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--primary-dark);
  background: #fff;
  border: 1px solid #dfe6ff;
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(35, 77, 204, .1);
  cursor: pointer;
  font-size: 17px;
  transition: color .2s, background .2s, border .2s, transform .2s, opacity .2s;
}
.carousel-controls button:hover:not(:disabled) {
  color: #fff;
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  transform: translateY(-2px);
}
.carousel-controls button:disabled {
  cursor: default;
  opacity: .35;
}
.carousel-track {
  display: grid;
  max-width: none;
  margin-inline: 0;
  padding: 8px 4px 30px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.carousel-track::-webkit-scrollbar { display: none; }
.product-grid.carousel-track {
  grid-auto-columns: calc((100% - 44px) / 2.45);
  grid-auto-flow: column;
  grid-template-columns: none;
}
.book-grid.carousel-track {
  grid-auto-columns: calc((100% - 44px) / 2.35);
  grid-auto-flow: column;
  grid-template-columns: none;
}
.carousel-track > article {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.product-grid.carousel-track .product-card,
.book-grid.carousel-track .book-card {
  height: 100%;
}

@media (max-width: 820px) {
  .product-grid.carousel-track,
  .book-grid.carousel-track {
    max-width: none;
    grid-auto-columns: min(78vw, 410px);
    grid-template-columns: none;
  }
  .carousel-controls-centered { margin-top: -10px; }
}

@media (max-width: 560px) {
  .section-heading .carousel-controls { justify-content: center; margin-top: 18px; }
  .carousel-controls button { width: 42px; height: 42px; }
  .product-grid.carousel-track,
  .book-grid.carousel-track {
    grid-auto-columns: calc(100% - 20px);
  }
}

/* Chadia Print brand palette */
:root {
  --primary: #ed1c24;
  --primary-light: #ffb7ba;
  --primary-dark: #b51218;
  --ink: #202124;
  --muted: #6f7177;
  --background: #f7f5f4;
  --border: #ebe5e3;
  --shadow: 0 18px 55px rgba(34, 27, 27, .12);
}

body { background: #fff; }
.button {
  border-color: var(--primary);
  background: linear-gradient(135deg, #ef252c, #b51218);
  box-shadow: 0 10px 24px rgba(181, 18, 24, .2);
}
.button:hover {
  background: #171719;
  border-color: #171719;
  box-shadow: 0 15px 28px rgba(30, 25, 25, .22);
}
.button-secondary, .button-outline {
  color: #202124;
  background: #fff;
  border-color: #ded7d5;
}
.button-secondary:hover, .button-outline:hover {
  color: #fff;
  background: #202124;
  border-color: #202124;
}
.button-white { color: var(--primary-dark); }
.button-white:hover { color: #fff; background: #202124; border-color: #202124; }

.navbar {
  border-color: rgba(237, 28, 36, .11);
  box-shadow: 0 12px 40px rgba(54, 37, 37, .1);
}
.nav-menu { color: #39393d; }
.nav-menu > a:not(.button)::after { background: var(--primary); }

.hero {
  background: linear-gradient(90deg, #faf8f7 0%, #faf8f7 58%, #e52229 58%, #9e1015 100%);
}
.hero::before {
  background:
    linear-gradient(30deg, transparent 38%, rgba(255, 255, 255, .09) 38% 62%, transparent 62%),
    linear-gradient(150deg, transparent 38%, rgba(28, 21, 21, .08) 38% 62%, transparent 62%);
}
.hero-glow-one { background: rgba(237, 28, 36, .07); }
.eyebrow {
  color: var(--primary-dark);
  background: #fff0f0;
  border-color: #ffd7d8;
}
.eyebrow-dot { background: var(--primary); box-shadow: 0 0 0 4px rgba(237, 28, 36, .13); }
.hero h1 span { color: var(--primary); }
.hero-photo-wrap {
  background: rgba(255, 255, 255, .2);
  box-shadow: 0 30px 70px rgba(65, 9, 12, .3);
}
.photo-badge {
  color: #29292c;
  box-shadow: 0 14px 35px rgba(73, 15, 18, .2);
}
.photo-badge strong { color: var(--primary); }
.hero-bottom { filter: drop-shadow(0 25px 35px rgba(73, 29, 31, .13)); }
.start-card { background: linear-gradient(135deg, #ed1c24, #a80e14); }
.found-card { border-color: #eee4e3; }
.found-card::after { background: linear-gradient(135deg, transparent 52%, rgba(237, 28, 36, .055) 52%); }
.check-list li { background: #fff8f8; border-color: #f6e6e6; }

.products-section, .benefits-section { background: #f7f5f4; }
.product-card, .book-card, .benefit-card { box-shadow: 0 10px 30px rgba(51, 38, 38, .07); }
.cover-marketing { background: linear-gradient(145deg, #f13b42, #ad1016); }
.cover-facebook { background: linear-gradient(145deg, #38383c, #151517); }
.cover-tiktok { background: linear-gradient(145deg, #ef2931, #272124); }
.product-meta span, .pdf-tag { background: #fff0f0; }
.book-card { background: #fcfaf9; }
.book-mockup { box-shadow: -9px 8px 0 #eee8e6, 8px 16px 25px rgba(55, 35, 35, .22); }
.book-purple { background: linear-gradient(145deg, #ed3037, #a50d13); }
.book-blue { background: linear-gradient(145deg, #454549, #171719); }
.book-pink { background: linear-gradient(145deg, #ff686d, #c4141b); }

.offer-card {
  background: linear-gradient(135deg, #242426, #0d0d0e);
  box-shadow: 0 25px 70px rgba(37, 25, 25, .26);
}
.offer-label { color: #7e0b10; background: #fff; }
.offer-course { background: linear-gradient(145deg, #f23d44, #aa0e14); }
.offer-book { color: #a50d13; background: linear-gradient(145deg, #fff, #f5e7e6); }
.offer-bubble { color: #fff; background: var(--primary); }
.benefit-card > span { color: #f3eceb; }
.benefit-icon, .faq-item button i { background: #fff0f0; }

.final-cta { background: linear-gradient(135deg, #ed1c24, #981015); }
.site-footer { color: #c9c4c4; background: #171719; }
.footer-grid a:hover { color: #ff6d72; }

.modal-backdrop { background: rgba(24, 20, 20, .76); }
.modal-video {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .07) 25%, transparent 25%) 0 0 / 80px 80px,
    linear-gradient(135deg, #ed1c24, #8f0d12);
}
.video-preview { background: rgba(50, 5, 8, .3); }
.video-play { box-shadow: 0 15px 35px rgba(60, 5, 8, .3); }
.modal-meta span { background: #fff0f0; }
.registration-form input, .registration-form textarea, .registration-form select { background: #fcfaf9; border-color: #e9dfdd; }
.registration-form input:focus, .registration-form textarea:focus, .registration-form select:focus { box-shadow: 0 0 0 3px rgba(237, 28, 36, .12); }

.carousel-controls button {
  color: var(--primary-dark);
  border-color: #eadcda;
  box-shadow: 0 8px 22px rgba(83, 38, 40, .1);
}
.carousel-controls button:hover:not(:disabled) { background: #202124; border-color: #202124; }

@media (max-width: 820px) {
  .hero {
    background: linear-gradient(180deg, #faf8f7 0%, #faf8f7 53%, #e52229 53%, #9e1015 100%);
  }
}

/* Arabic / RTL layout */
html[dir="rtl"] body {
  font-family: "Cairo", "Inter", sans-serif;
  text-align: right;
}
html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] .button,
html[dir="rtl"] .logo,
html[dir="rtl"] .price-row strong,
html[dir="rtl"] .book-info strong,
html[dir="rtl"] .modal-meta strong {
  font-family: "Cairo", "Inter", sans-serif;
}
html[dir="rtl"] .hero-grid {
  direction: ltr;
}
html[dir="rtl"] .hero-copy,
html[dir="rtl"] .hero-visual {
  direction: rtl;
}
html[dir="rtl"] .section-heading,
html[dir="rtl"] .price-row,
html[dir="rtl"] .book-info > div,
html[dir="rtl"] .footer-bottom {
  direction: rtl;
}
html[dir="rtl"] .section-heading.centered,
html[dir="rtl"] .final-cta,
html[dir="rtl"] .video-preview {
  text-align: center;
}
html[dir="rtl"] .check-list li::before,
html[dir="rtl"] .modal-benefits li::before {
  margin-right: 0;
  margin-left: 8px;
}
html[dir="rtl"] .faq-item button {
  text-align: right;
}
html[dir="rtl"] .modal-close {
  right: auto;
  left: 14px;
}
html[dir="rtl"] .modal-meta strong {
  margin-right: auto;
  margin-left: 0;
}
html[dir="rtl"] .registration-form input,
html[dir="rtl"] .registration-form textarea {
  text-align: right;
}
html[dir="rtl"] .carousel-track {
  direction: ltr;
}
html[dir="rtl"] .carousel-track > article {
  direction: rtl;
}
html[dir="rtl"] .book-mockup {
  text-align: right;
}
html[dir="rtl"] .offer-copy {
  text-align: right;
}

@media (max-width: 820px) {
  html[dir="rtl"] .hero-copy,
  html[dir="rtl"] .offer-copy,
  html[dir="rtl"] .faq-intro {
    text-align: center;
  }
}

/* Soft blush palette inspired by the hero portrait */
:root {
  --primary: #d96870;
  --primary-light: #f3c9c5;
  --primary-dark: #a94750;
  --ink: #30282a;
  --muted: #7c6d6e;
  --background: #fcf7f5;
  --border: #f0e2df;
  --shadow: 0 18px 55px rgba(100, 65, 67, .11);
}

.button {
  border-color: #d96870;
  background: linear-gradient(135deg, #dc747b, #c25861);
  box-shadow: 0 10px 24px rgba(169, 71, 80, .16);
}
.button:hover {
  background: #5d484b;
  border-color: #5d484b;
  box-shadow: 0 15px 28px rgba(82, 59, 61, .18);
}
.navbar {
  border-color: rgba(210, 129, 132, .15);
  box-shadow: 0 12px 40px rgba(104, 73, 74, .08);
}
.hero {
  background: linear-gradient(90deg, #fdfaf8 0%, #fdfaf8 58%, #f3d4cf 58%, #e5aaa8 100%);
}
.hero::before {
  opacity: .48;
}
.hero-glow-one { background: rgba(220, 151, 149, .1); }
.hero-glow-two { background: rgba(255, 255, 255, .2); }
.eyebrow {
  background: #fff4f1;
  border-color: #f3d9d4;
}
.hero-photo-wrap {
  width: min(440px, 100%);
  bottom: 42px;
  padding: 8px;
  background: rgba(255, 255, 255, .35);
  border-color: rgba(255, 255, 255, .65);
  box-shadow: 0 30px 70px rgba(111, 73, 73, .18);
  transform: rotate(-1deg);
}
.hero-photo {
  aspect-ratio: .86;
  object-position: center 30%;
}
.photo-badge {
  right: -28px;
  bottom: 34px;
  box-shadow: 0 14px 35px rgba(91, 60, 61, .14);
}
.hero-bottom {
  filter: drop-shadow(0 25px 35px rgba(96, 66, 67, .1));
}
.start-card {
  background: linear-gradient(135deg, #d98186, #bd6068);
}
.found-card::after {
  background: linear-gradient(135deg, transparent 52%, rgba(217, 104, 112, .045) 52%);
}
.check-list li,
.product-meta span,
.pdf-tag,
.benefit-icon,
.faq-item button i,
.modal-meta span {
  background: #fff3f1;
}
.products-section,
.benefits-section {
  background: #fcf7f5;
}
.cover-marketing {
  background: linear-gradient(145deg, #dc8286, #b4545d);
}
.cover-facebook {
  background: linear-gradient(145deg, #7d6668, #4c3c3e);
}
.cover-tiktok {
  background: linear-gradient(145deg, #d98b8e, #75575a);
}
.book-purple {
  background: linear-gradient(145deg, #dc8a8d, #b4575f);
}
.book-blue {
  background: linear-gradient(145deg, #8a7475, #514143);
}
.book-pink {
  background: linear-gradient(145deg, #edaaa8, #c56b70);
}
.offer-card {
  background: linear-gradient(135deg, #745c5e, #49393b);
  box-shadow: 0 25px 70px rgba(78, 57, 59, .2);
}
.offer-course {
  background: linear-gradient(145deg, #dc888b, #b5575f);
}
.offer-book {
  color: #a24d55;
  background: linear-gradient(145deg, #fff, #faeeeb);
}
.offer-bubble {
  background: #d96870;
}
.final-cta {
  background: linear-gradient(135deg, #d67a80, #ad525b);
}
.modal-video {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .08) 25%, transparent 25%) 0 0 / 80px 80px,
    linear-gradient(135deg, #d77d82, #a94c55);
}
.carousel-controls button:hover:not(:disabled) {
  background: #655052;
  border-color: #655052;
}

@media (max-width: 820px) {
  .hero {
    background: linear-gradient(180deg, #fdfaf8 0%, #fdfaf8 53%, #f3d4cf 53%, #e5aaa8 100%);
  }
  .hero-photo-wrap {
    width: 390px;
    bottom: 20px;
  }
}

@media (max-width: 560px) {
  .hero-photo-wrap {
    width: min(300px, calc(100% - 28px));
    bottom: 18px;
  }
  .photo-badge {
    right: -10px;
  }
}

/* Hero information cards fix */
.hero-bottom {
  align-items: stretch;
  direction: rtl;
}
.hero-bottom .reveal.visible {
  opacity: 1;
  transform: none;
}
.hero-bottom article {
  height: 100%;
}
.start-card {
  display: grid;
  align-content: center;
  align-items: center;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  border-radius: 0 24px 24px 0;
}
.start-card > div {
  min-width: 0;
}
.start-card-icon {
  right: auto;
  left: 28px;
}
.start-card .button {
  align-self: center;
  white-space: nowrap;
}
.found-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  border-radius: 24px 0 0 24px;
}
.found-card::after {
  right: auto;
  left: 0;
  border-radius: 24px 0 0 0;
  transform: scaleX(-1);
}
.found-card .card-kicker,
.found-card h2,
.found-card-link {
  position: relative;
  z-index: 2;
}
.found-card-link {
  align-self: flex-start;
}

@media (max-width: 820px) {
  .start-card {
    border-radius: 24px 24px 0 0;
  }
  .found-card {
    border-radius: 0 0 24px 24px;
  }
  .found-card::after {
    border-radius: 0 0 0 24px;
  }
}

@media (max-width: 560px) {
  .start-card {
    display: flex;
    align-items: stretch;
    gap: 18px;
  }
  .start-card-icon {
    right: auto;
    left: 20px;
  }
  .start-card > div {
    padding-left: 42px;
  }
  .start-card .button {
    align-self: stretch;
  }
  .found-card {
    justify-content: flex-start;
  }
}

/* Final responsive rules: tablet and phone */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 1100px) {
  .container {
    width: min(100% - 48px, 920px);
  }
  .section {
    padding-block: 82px;
  }
  .navbar {
    height: 64px;
  }
  .menu-toggle {
    z-index: 31;
    display: block;
  }
  .nav-menu {
    position: fixed;
    z-index: 30;
    top: 12px;
    right: 24px;
    left: 24px;
    display: flex;
    padding: 76px 26px 28px;
    visibility: hidden;
    flex-direction: column;
    align-items: stretch;
    gap: 17px;
    background: rgba(255, 255, 255, .98);
    border: 1px solid var(--border);
    border-radius: 20px;
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translateY(-14px);
    transition: .25s;
  }
  .nav-menu.open {
    visibility: visible;
    opacity: 1;
    transform: none;
  }
  .nav-menu .button {
    width: 100%;
  }
  .hero {
    min-height: auto;
    padding-top: 112px;
    background: linear-gradient(180deg, #fdfaf8 0%, #fdfaf8 53%, #f3d4cf 53%, #e5aaa8 100%);
  }
  .hero::before {
    top: 53%;
    width: 100%;
    height: 47%;
  }
  .hero-grid {
    min-height: auto;
    gap: 15px;
    grid-template-columns: 1fr;
  }
  .hero-copy {
    max-width: 720px;
    padding: 35px 0 18px;
    margin-inline: auto;
    text-align: center;
  }
  .hero-copy > p {
    margin-inline: auto;
  }
  .hero-actions {
    justify-content: center;
  }
  .hero-visual {
    width: 100%;
    min-height: 510px;
    margin: 0;
    transform: none;
  }
  .hero-photo-wrap {
    right: 50%;
    bottom: 32px;
    width: 360px;
    transform: translateX(50%) rotate(-1deg);
  }
  .hero-bottom {
    width: min(100% - 48px, 760px);
    margin-top: -10px;
    transform: translateY(64px);
    grid-template-columns: 1fr;
  }
  .hero-bottom article {
    min-height: 190px;
  }
  .start-card {
    border-radius: 24px 24px 0 0;
  }
  .found-card {
    border-radius: 0 0 24px 24px;
  }
  .products-section {
    padding-top: 155px;
  }
  .product-grid.carousel-track,
  .book-grid.carousel-track {
    max-width: none;
    grid-auto-columns: min(68vw, 430px);
    grid-template-columns: none;
  }
  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .offer-card {
    grid-template-columns: 1fr;
  }
  .offer-copy {
    padding: 48px 48px 20px;
    text-align: center;
  }
  .offer-copy p {
    margin-inline: auto;
  }
  .offer-visual {
    min-height: 330px;
  }
  .offer-course {
    left: calc(50% - 185px);
  }
  .offer-book {
    left: calc(50% + 8px);
  }
  .offer-bubble {
    right: calc(50% - 205px);
  }
  .faq-layout {
    gap: 42px;
    grid-template-columns: 1fr;
  }
  .faq-intro {
    text-align: center;
  }
  .faq-intro p {
    margin-inline: auto;
  }
  .footer-grid {
    gap: 38px;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
  .modal-details-view {
    grid-template-columns: 1fr;
  }
  .modal-video {
    min-height: 300px;
    border-radius: 26px 26px 0 0;
  }
}

@media (max-width: 600px) {
  .container {
    width: min(100% - 28px, 560px);
  }
  .section {
    padding-block: 64px;
  }
  .site-header {
    top: 8px;
  }
  .navbar {
    height: 58px;
    padding-inline: 12px;
    border-radius: 15px;
  }
  .logo img {
    width: 98px;
    height: 44px;
  }
  .nav-menu {
    right: 14px;
    left: 14px;
    padding: 70px 20px 22px;
  }
  .hero {
    padding-top: 92px;
  }
  .hero-copy {
    padding-top: 25px;
  }
  .hero h1 {
    margin-block: 16px;
    font-size: clamp(34px, 10vw, 43px);
    line-height: 1.15;
    letter-spacing: -1.5px;
  }
  .hero-copy > p {
    font-size: 12px;
  }
  .hero-actions {
    flex-direction: column;
  }
  .hero-actions .button {
    width: 100%;
  }
  .hero-visual {
    min-height: 390px;
  }
  .hero-photo-wrap {
    bottom: 25px;
    width: min(270px, calc(100% - 38px));
  }
  .photo-badge {
    right: -8px;
    bottom: -18px;
  }
  .hero-bottom {
    width: min(100% - 28px, 560px);
    transform: translateY(48px);
  }
  .hero-bottom article {
    min-height: auto;
    padding: 27px 22px;
  }
  .hero-bottom h2 {
    padding: 0;
    font-size: 19px;
  }
  .start-card {
    display: flex;
    gap: 18px;
  }
  .start-card > div {
    padding-left: 38px;
  }
  .start-card .button {
    width: 100%;
  }
  .check-list {
    grid-template-columns: 1fr;
  }
  .products-section {
    padding-top: 120px;
  }
  .section-heading h2,
  .faq-intro h2 {
    font-size: 29px;
  }
  .product-grid.carousel-track,
  .book-grid.carousel-track {
    grid-auto-columns: calc(100% - 14px);
  }
  .book-card {
    grid-template-columns: 38% 62%;
    padding: 14px;
  }
  .book-mockup {
    width: 105px;
    height: 158px;
  }
  .benefit-grid {
    grid-template-columns: 1fr;
  }
  .offer-card {
    width: calc(100% - 28px);
  }
  .offer-copy {
    padding: 36px 20px 8px;
  }
  .offer-visual {
    min-height: 280px;
    transform: scale(.8);
    transform-origin: center top;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-brand {
    grid-column: auto;
  }
  .footer-bottom {
    gap: 10px;
    flex-direction: column;
    text-align: center;
  }
  .formation-modal {
    padding: 8px;
  }
  .modal-dialog {
    max-height: calc(100vh - 16px);
    border-radius: 18px;
  }
  .modal-video {
    min-height: 225px;
    padding: 16px;
    border-radius: 18px 18px 0 0;
  }
  .video-preview {
    min-height: 180px;
  }
  .modal-content,
  .modal-form-view {
    padding: 30px 20px 26px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .registration-form .button {
    width: 100%;
  }
}

/* Two featured formations without carousel */
.products-section .product-grid:not(.carousel-track) {
  max-width: 900px;
  margin-inline: auto;
  gap: 26px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.products-section .product-grid:not(.carousel-track) .product-card {
  height: 100%;
}

@media (max-width: 760px) {
  .products-section .product-grid:not(.carousel-track) {
    max-width: 520px;
    grid-template-columns: 1fr;
  }
}

/* Refined formations section — professional sizing & layout */
.products-section .section-heading.centered { max-width: 640px; margin-bottom: 48px; }
.products-section .section-heading.centered p { font-size: 15px; line-height: 1.6; }

.products-section .product-grid:not(.carousel-track) .product-card {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.products-section .product-grid:not(.carousel-track) .product-card:hover {
  border-color: var(--primary-light);
}

.products-section .product-cover { height: 232px; }
.products-section .cover-label { padding: 6px 11px; font-size: 10px; letter-spacing: 1.2px; }
.products-section .cover-symbol { width: 78px; height: 78px; font-size: 34px; }
.products-section .product-cover p { margin-top: 20px; font-size: 12px; font-weight: 600; letter-spacing: .4px; }

.products-section .product-content { display: flex; flex: 1; flex-direction: column; padding: 26px; }
.products-section .product-meta { gap: 8px; font-size: 11px; letter-spacing: .4px; }
.products-section .product-meta span { padding: 5px 11px; border-radius: 20px; }
.products-section .product-content h3 { margin: 16px 0 9px; font-size: 21px; }
.products-section .product-content > p { min-height: 0; margin-bottom: 6px; font-size: 14px; line-height: 1.6; }

.products-section .price-row { margin: 18px 0 22px; }
.products-section .price-row strong { font-size: 24px; }
.products-section .price-row span { font-size: 13px; }

.products-section .product-actions { margin-top: auto; gap: 10px; grid-template-columns: 1fr 1fr; }
.products-section .product-actions .button { min-height: 48px; padding-inline: 12px; border-radius: 12px; font-size: 13px; }

@media (max-width: 560px) {
  .products-section .product-content { padding: 22px; }
  .products-section .product-actions { grid-template-columns: 1fr; }
}

/* Course card with embedded video preview */
.product-cover.has-video { isolation: isolate; cursor: pointer; }
.product-cover .cover-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.product-cover.has-video::after { display: none; }
.product-cover.has-video::before {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  background: radial-gradient(circle at center, rgba(20, 5, 8, .22), transparent 55%);
  z-index: 1;
}
.product-cover.has-video .cover-label,
.product-cover.has-video .cover-symbol,
.product-cover.has-video p { z-index: 2; }
.cover-play {
  padding-left: 4px;
  color: var(--primary);
  background: rgba(255, 255, 255, .94);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 14px 32px rgba(20, 5, 8, .38);
  transform: none;
  transition: transform .25s ease, box-shadow .25s ease;
}
.product-card:hover .cover-play {
  transform: scale(1.08);
  box-shadow: 0 18px 38px rgba(20, 5, 8, .45);
}

/* Popup: make the course video the focal point, hide the placeholder when a video exists */
.video-preview[hidden] { display: none; }
.modal-course-video {
  aspect-ratio: auto;
  max-height: 62vh;
}

/* Contact section */
.contact-section { background: var(--background); }
.contact-form {
  max-width: 700px;
  margin-inline: auto;
  padding: 34px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 14px 40px rgba(51, 38, 38, .07);
}
.contact-form .button { justify-self: stretch; width: 100%; }
.form-error {
  padding: 12px 15px;
  color: #9e1015;
  background: #fff0f0;
  border: 1px solid #f6d7d8;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 700;
}
@media (max-width: 560px) {
  .contact-form { padding: 24px 20px; }
}

/* Brand card (store + Instagram) */
.start-card-actions { display: flex; flex-direction: column; flex-shrink: 0; gap: 9px; }
.start-card-actions .button { min-height: 42px; padding-inline: 18px; font-size: 11px; white-space: nowrap; }
.start-card-actions .button-ghost {
  color: #fff;
  background: rgba(255, 255, 255, .14);
  border-color: rgba(255, 255, 255, .55);
  box-shadow: none;
}
.start-card-actions .button-ghost:hover {
  color: var(--primary-dark);
  background: #fff;
  border-color: #fff;
}
@media (max-width: 560px) {
  .start-card-actions { width: 100%; }
  .start-card-actions .button { width: 100%; }
}

/* Client video reviews */
.reviews-section {
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #fcf7f5 100%);
}
.video-review-card {
  display: grid;
  max-width: 960px;
  margin-inline: auto;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 28px;
  box-shadow: var(--shadow);
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, .82fr);
}
.video-review-media {
  min-height: 430px;
  padding: 14px;
  background: linear-gradient(145deg, #3b3032, #171315);
}
.video-review-media video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 402px;
  max-height: 620px;
  object-fit: contain;
  background: #0f0d0e;
  border-radius: 18px;
}
.video-review-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px 42px;
}
.video-review-copy h3 {
  margin: 14px 0 12px;
  font-family: "Cairo", "Inter", sans-serif;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.35;
}
.video-review-copy p {
  color: var(--muted);
  font-size: 13px;
}
.review-quote {
  position: absolute;
  top: 22px;
  left: 30px;
  color: #f5dfdc;
  font-family: Georgia, serif;
  font-size: 96px;
  line-height: 1;
}
.review-rating {
  display: flex;
  margin-top: 28px;
  align-items: center;
  gap: 12px;
}
.review-rating span {
  color: #e0a323;
  font-size: 17px;
  letter-spacing: 2px;
}
.review-rating strong {
  color: var(--primary-dark);
  font-size: 11px;
}

@media (max-width: 820px) {
  .video-review-card {
    max-width: 620px;
    grid-template-columns: 1fr;
  }
  .video-review-media {
    min-height: 380px;
  }
  .video-review-media video {
    min-height: 352px;
  }
  .video-review-copy {
    padding: 40px 30px;
  }
}

@media (max-width: 600px) {
  .video-review-card {
    border-radius: 20px;
  }
  .video-review-media {
    min-height: 300px;
    padding: 8px;
  }
  .video-review-media video {
    min-height: 284px;
    border-radius: 14px;
  }
  .video-review-copy {
    padding: 34px 22px;
  }
  .review-quote {
    top: 15px;
    left: 18px;
    font-size: 72px;
  }
}

.review-media-grid {
  display: grid;
  max-width: 1050px;
  margin-inline: auto;
  gap: 22px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.review-media-grid > .media-review-card { grid-column: span 2; }
.review-media-grid > .audio-review-card { grid-column: span 3; }
.media-review-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 22px;
  box-shadow: 0 12px 35px rgba(100, 65, 67, .09);
}
.media-review-card video {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: contain;
  background: #171315;
}
.media-review-info {
  min-height: 78px;
  padding: 17px 20px;
}
.review-client-name:empty {
  display: none;
}
.media-review-info span {
  color: var(--primary-dark);
  font-size: 11px;
  font-weight: 700;
}
.empty-media-placeholder {
  display: grid;
  height: 360px;
  place-content: center;
  gap: 12px;
  color: var(--muted);
  background: linear-gradient(145deg, #fff, #f8efed);
  text-align: center;
}
.empty-media-placeholder span {
  display: grid;
  width: 58px;
  height: 58px;
  margin-inline: auto;
  place-items: center;
  color: var(--primary-dark);
  background: var(--white);
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(100, 65, 67, .12);
}
.empty-media-placeholder strong {
  font-size: 12px;
}

.audio-review-body {
  display: grid;
  height: 360px;
  padding: 30px;
  place-content: center;
  justify-items: center;
  gap: 20px;
  text-align: center;
  background: linear-gradient(160deg, #fff 0%, #fbeeed 100%);
}
.audio-review-body .audio-icon {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, #ef252c, #b51218);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 14px 30px rgba(181, 18, 24, .3);
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease;
}
.audio-review-body .audio-icon:hover { transform: scale(1.06); box-shadow: 0 16px 34px rgba(181, 18, 24, .38); }
.audio-review-body .audio-icon:active { transform: scale(.97); }
.audio-review-body .audio-icon svg { width: 32px; height: 32px; }
.audio-review-body strong { color: var(--ink); font-family: "Poppins"; font-size: 16px; }
.audio-progress-wrap {
  display: flex;
  width: 100%;
  max-width: 270px;
  align-items: center;
  gap: 10px;
}
.audio-progress-track {
  position: relative;
  flex: 1;
  height: 6px;
  overflow: hidden;
  background: #f0dcdb;
  border-radius: 999px;
  cursor: pointer;
}
.audio-progress-fill {
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #ef252c, #b51218);
  border-radius: 999px;
  transition: width .1s linear;
}
.audio-time {
  flex-shrink: 0;
  color: var(--muted);
  font-family: "Poppins";
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 900px) {
  .review-media-grid {
    max-width: none;
    margin-inline: 0;
    padding: 4px 2px 16px;
    gap: 14px;
    grid-auto-flow: column;
    grid-auto-columns: min(82%, 330px);
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }
  .review-media-grid::-webkit-scrollbar { display: none; }
  .review-media-grid > .media-review-card,
  .review-media-grid > .audio-review-card {
    grid-column: auto;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }
  .media-review-card video,
  .empty-media-placeholder,
  .audio-review-body {
    height: 400px;
  }
}

@media (max-width: 600px) {
  .media-review-card video,
  .empty-media-placeholder,
  .audio-review-body {
    height: 310px;
  }
}

/* Fix: on mobile the start-card and found-card stack vertically, so their
   combined height is unpredictable (depends on the founder bio text length).
   The desktop "float the card over the hero" trick (negative margin +
   translateY, compensated by a fixed padding-top on the next section) breaks
   here because the reserved space no longer matches the real stacked height,
   letting "من هي سعاد بلحاج؟" overlap the section below. Drop the float and
   let the cards sit in normal flow instead, so spacing is always correct. */
@media (max-width: 820px) {
  .hero-bottom {
    margin-top: 20px;
    transform: none;
  }
  .products-section {
    padding-top: 80px;
  }
}
@media (max-width: 600px) {
  .hero-bottom {
    margin-top: 16px;
  }
  .products-section {
    padding-top: 64px;
  }
}
