/*
Theme Name: TLG - العبقري الصغير
Theme URI: https://tlg.stim.studio
Author: Stim Studio
Description: Custom WordPress theme for The Little Genius (العبقري الصغير) Arabic RTL landing page
Version: 1.0.0
Text Domain: tlg-theme
*/

        :root {
            --color-primary: #003a63;
            --color-white: #ffffff;
            --color-bg: #f5f7fa;
            --gradient-main: linear-gradient(89.97deg, #37ACDE 0%, #9ABB48 100%);
            --shadow-card: 0px 10px 40px rgba(0, 0, 0, 0.05);
            --font-family: 'Tajawal', sans-serif;
            --radius-card: 10px;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html, body {
            overflow-x: hidden;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: var(--font-family);
            direction: rtl;
            text-align: right;
            background-color: var(--color-bg);
        }

        /* ===== NAVBAR ===== */
        .navbar {
            max-width: 1440px;
            margin: 0 auto;
            padding: 16px 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 280px;
            background: transparent;
        }

        .nav-logo {
            display: flex;
            align-items: center;
            gap: 14px;
            flex-shrink: 0;
        }

        .nav-logo-icon {
            position: relative;
            width: 45px;
            height: 44px;
        }

        .nav-logo-icon svg {
            position: absolute;
        }

        .nav-logo-text {
            display: block;
        }

        .nav-links {
            display: flex;
            align-items: center;
            gap: 83px;
            list-style: none;
        }

        .nav-link {
            font-size: 16px;
            font-weight: 700;
            color: var(--color-primary);
            text-decoration: none;
            line-height: 1;
            white-space: nowrap;
        }

        .nav-link:hover {
            opacity: 0.8;
        }

        .nav-link--active {
            background: var(--gradient-main);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            line-height: 1.5;
            padding-top: 4px;
            padding-bottom: 4px;
            border-bottom: 2px solid #37ACDE;
            display: inline-block;
        }

        /* ===== HERO SECTION ===== */
        .hero {
            max-width: 1440px;
            margin: 0 auto;
            padding: 42px 10px;
            position: relative;
            overflow: visible;
        }

        .hero__inner {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 40px;
            width: 1420px;
            height: 543px;
            margin: 0 auto;
            position: relative;
        }

        .hero__content {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 24px;
            width: 532px;
            flex-shrink: 0;
            text-align: right;
        }

        .hero__headline {
            font-size: 60px;
            font-weight: 800;
            line-height: 94px;
            letter-spacing: -0.02em;
            text-align: right;
            direction: rtl;
            background: var(--gradient-main);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .hero__cta {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 250px;
            height: 48px;
            background: var(--gradient-main);
            border-radius: 8px;
            border: none;
            cursor: pointer;
            font-family: var(--font-family);
            font-size: 15px;
            font-weight: 700;
            color: var(--color-white);
            text-decoration: none;
            white-space: nowrap;
            margin-right: 0;
            margin-left: auto;
        }

        .hero__cta:hover {
            opacity: 0.9;
        }

        .hero__cards {
            position: relative;
            width: 480px;
            height: 460px;
        }

        .hero-card {
            position: absolute;
            background: #ffffff;
            border-radius: var(--radius-card);
            box-shadow: var(--shadow-card);
        }

        .hero-card--age {
            top: 0;
            right: 30px;
            width: 260px;
            padding: 14px 18px 18px;
            text-align: center;
            z-index: 10;
        }

        .hero-card--age .line1 {
            font-size: 15px;
            font-weight: 500;
            color: #003a63;
            margin-bottom: 2px;
        }

        .hero-card--age .line2 {
            font-size: 13px;
            color: #003a63;
            margin-bottom: 10px;
        }

        .hero-card--age .gradient-text {
            font-weight: 800;
            background: linear-gradient(90deg, #37ACDE 0%, #9ABB48 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .hero-card--age .brain-illustration {
            position: relative;
            width: 140px;
            height: 140px;
            margin: 0 auto;
        }

        .hero-card--age .brain-ring {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .hero-card--age .brain-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 85px;
            height: 85px;
            object-fit: contain;
        }

        .hero-card--success {
            top: 80px;
            left: 0;
            width: 150px;
            padding: 18px 14px;
            text-align: center;
            z-index: 6;
        }

        .hero-card--success .card-label {
            display: block;
            font-size: 13px;
            font-weight: 700;
            color: #003a63;
            margin-bottom: 6px;
        }

        .hero-card--success .card-value {
            font-size: 44px;
            font-weight: 700;
            background: linear-gradient(90deg, #37ACDE 0%, #9ABB48 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            line-height: 1;
        }

        .hero-card--years {
            top: 230px;
            left: 0;
            width: 250px;
            padding: 14px 18px;
            z-index: 7;
        }

        .hero-card--years .card-inner {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 12px;
        }

        .hero-card--years .card-icon {
            width: 55px;
            height: 55px;
            flex-shrink: 0;
        }

        .hero-card--years .card-icon img {
            width: 100%;
            height: 100%;
        }

        .hero-card--years .card-text {
            font-size: 16px;
            font-weight: 700;
            color: #003a63;
            text-align: right;
            flex: 1;
        }

        .hero-card--growth {
            top: 220px;
            right: 0;
            width: 190px;
            padding: 14px 18px;
            z-index: 4;
        }

        .hero-card--growth .card-label {
            font-size: 13px;
            font-weight: 700;
            color: #003a63;
            text-align: center;
            margin-bottom: 10px;
            white-space: nowrap;
        }

        .hero-card--growth .chart-bars {
            display: flex;
            align-items: flex-end;
            justify-content: center;
            gap: 10px;
            height: 95px;
        }

        .hero-card--growth .bar {
            width: 28px;
            border-radius: 4px;
            background: linear-gradient(to top, #37ACDE, #9ABB48);
        }

        .hero-card--growth .bar-1 { height: 35%; }
        .hero-card--growth .bar-2 { height: 58%; }
        .hero-card--growth .bar-3 { height: 88%; }

        .hero-card--intel {
            top: 340px;
            left: 0;
            width: 230px;
            padding: 14px 18px;
            z-index: 8;
        }

        .hero-card--intel .card-inner {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 12px;
        }

        .hero-card--intel .card-icon {
            width: 55px;
            height: 55px;
            flex-shrink: 0;
        }

        .hero-card--intel .card-icon img {
            width: 100%;
            height: 100%;
        }

        .hero-card--intel .card-text {
            font-size: 16px;
            font-weight: 700;
            color: #003a63;
            text-align: right;
            flex: 1;
            white-space: nowrap;
        }

        .hero__star {
            position: absolute;
            z-index: 0;
            pointer-events: none;
        }

        .hero__star--1 {
            top: 0;
            left: 40px;
            width: 44px;
            height: 44px;
        }

        .hero__star--2 {
            top: 50px;
            left: 10px;
            width: 26px;
            height: 26px;
            opacity: 0.5;
        }

        /* ===== TRUST / LOGO SLIDER SECTION ===== */
        .trust-section {
            background: linear-gradient(180deg, #f5f7fa 0%, #eef2f6 100%);
            padding: 40px 0 50px;
            overflow: hidden;
        }

        .trust-section__title {
            text-align: center;
            font-size: 19px;
            font-weight: 400;
            color: var(--color-primary);
            letter-spacing: -0.38px;
            line-height: 26px;
            margin-bottom: 20px;
        }

        /* Logo Slider */
        .logo-slider {
            position: relative;
            width: 100%;
            overflow: hidden;
            padding: 14px 0;
            direction: ltr;
        }

        .logo-slider::before,
        .logo-slider::after {
            content: '';
            position: absolute;
            top: 0;
            width: 120px;
            height: 100%;
            z-index: 2;
            pointer-events: none;
        }

        .logo-slider::before {
            left: 0;
            background: linear-gradient(to right, #eef2f6, transparent);
        }

        .logo-slider::after {
            right: 0;
            background: linear-gradient(to left, #eef2f6, transparent);
        }

        .logo-slider__track {
            display: flex;
            align-items: center;
            width: max-content;
            animation: logo-scroll 30s linear infinite;
        }

        @keyframes logo-scroll {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }

        .logo-slider__item {
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 60px;
        }

        .logo-slider__item img {
            display: block;
            opacity: 0.5;
        }

        .logo-slider__item--aljazeera img {
            width: 168px;
            height: 56px;
        }

        .logo-slider__item--mbc img {
            width: 94px;
            height: 36px;
        }

        .logo-slider__item--rotana img {
            width: 160px;
            height: 30px;
        }

        /* ===== DISCOVER SECTION ===== */
        .discover-section {
            background: linear-gradient(180deg, #eef2f6 0%, #f5f7fa 100%);
            padding: 24px 0;
            overflow: visible;
            position: relative;
        }

        .discover__inner {
            display: flex;
            align-items: center;
            max-width: 1440px;
            margin: 0 auto;
            padding: 0 136px 0 10px;
            gap: 191px;
            position: relative;
            z-index: 2;
        }

        .discover__text {
            flex: 0 1 496px;
            text-align: right;
            font-size: 36px;
            font-weight: 400;
            color: #3e4581;
            line-height: 1.8;
            letter-spacing: -0.72px;
            overflow: visible;
        }

        .discover__text .gradient-text {
            font-weight: 700;
            background: linear-gradient(90deg, #9ABB48 4.54%, #37ACDE 105.37%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            padding-top: 0.3em;
            -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
        }

        .discover__phones {
            position: relative;
            flex-shrink: 0;
            width: 400px;
            height: 532px;
        }

        .discover__phone {
            position: absolute;
        }

        .discover__phone img {
            display: block;
            height: 100%;
            width: auto;
        }

        .discover__phone--back {
            top: 0;
            left: 0;
            height: 505px;
            z-index: 2;
        }

        .discover__phone--front {
            top: 16px;
            left: 120px;
            height: 516px;
            z-index: 3;
        }

        /* Decorative gradient star near phones */
        .discover__gradient-star {
            position: absolute;
            left: 10px;
            bottom: 10px;
            width: 120px;
            height: 115px;
            z-index: 3;
            pointer-events: none;
        }

        /* Decorative stars + swoosh — positioned below the section content */
        .discover__stars-decoration {
            position: absolute;
            left: 50%;
            bottom: -40px;
            transform: translateX(-50%);
            width: 220px;
            height: 190px;
            z-index: 1;
            pointer-events: none;
        }

        /* ===== DEVELOPMENT STAGES SECTION ===== */
        .stages-section {
            background: linear-gradient(180deg, #f5f7fa 0%, #eef2f6 100%);
            padding: 42px 0;
            position: relative;
        }

        .stages__inner {
            max-width: 1440px;
            margin: 0 auto;
            padding: 0 110px;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0;
        }

        .stages__header {
            text-align: center;
            width: 1052px;
            max-width: 100%;
            display: flex;
            flex-direction: column;
            gap: 20px;
            margin-bottom: 40px;
        }

        .stages__title {
            font-size: 60px;
            font-weight: 700;
            line-height: 1;
            background: linear-gradient(89.42deg, #9ABB48 4.54%, #37ACDE 105.37%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            padding-top: 0.3em;
            -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
        }

        .stages__subtitle {
            font-size: 19px;
            font-weight: 400;
            color: #3e4581;
            line-height: 1.2;
        }

        .stages__content {
            width: 1052px;
            max-width: 100%;
            display: flex;
            flex-direction: column;
            gap: 12px;
            align-items: flex-end;
        }

        .stages__content-title {
            font-size: 36px;
            font-weight: 400;
            color: #3e4581;
            line-height: 66px;
            letter-spacing: -0.72px;
            text-align: center;
            width: 100%;
            padding-top: 0.15em;
        }

        .stages__card-area {
            width: 100%;
            background: #eceeff;
            border-radius: 14px;
            padding: 32px 90px;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .stages__row {
            display: flex;
            align-items: center;
            gap: 16px;
        }

        .stages__row-text {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
        }

        .stages__row-label {
            font-size: 20px;
            font-weight: 700;
            color: #3e4581;
            line-height: 1.2;
            text-align: right;
            width: 100%;
            height: 32px;
        }

        .stages__row-card {
            background: #ffffff;
            border-radius: 10px;
            padding: 42px 16px;
            width: 100%;
            height: 108px;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            text-align: right;
        }

        .stages__row-card p {
            font-size: 19px;
            font-weight: 400;
            color: #3e4581;
            line-height: 1.2;
            text-align: right;
            width: 100%;
        }

        .stages__row-icon {
            width: 100px;
            height: 100px;
            border-radius: 100px;
            background: linear-gradient(89.97deg, #9ABB48 4.54%, #37ACDE 105.37%);
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .stages__row-icon img {
            width: 52px;
            height: 60px;
            object-fit: contain;
        }

        .stages__cta-bar {
            width: 100%;
            height: 100px;
            background: linear-gradient(89.71deg, #9ABB48 4.54%, #37ACDE 105.37%);
            border-radius: 9px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            font-weight: 700;
            font-family: var(--font-family);
            color: #ffffff;
            line-height: 1.2;
            text-align: center;
            white-space: nowrap;
            text-decoration: none;
            cursor: pointer;
            transition: opacity 0.3s ease, transform 0.2s ease;
        }

        .stages__cta-bar:hover {
            opacity: 0.9;
            transform: translateY(-2px);
        }

        /* ===== DISCOVER ABILITIES SECTION ===== */
        .abilities-section {
            background: linear-gradient(180deg, #eef2f6 0%, #f5f7fa 100%);
            padding: 42px 0;
        }

        .abilities__inner {
            max-width: 1440px;
            margin: 0 auto;
            padding: 0 40px;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 51px;
        }

        .abilities__title {
            font-size: 60px;
            font-weight: 700;
            line-height: 1;
            text-align: center;
            background: linear-gradient(89.22deg, #9ABB48 4.54%, #37ACDE 105.37%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            padding-top: 0.3em;
            -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
        }

        .abilities__grid {
            width: 1064px;
            max-width: 100%;
            display: flex;
            flex-wrap: wrap;
            gap: 28px 46px;
            justify-content: center;
        }

        .abilities__card {
            width: 324px;
            height: 230px;
            background: #ffffff;
            border-radius: 10px;
            box-shadow: 0px 1px 2.5px rgba(0, 0, 0, 0.05);
            padding: 27px 30px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-end;
        }

        .abilities__card-text {
            font-size: 22px;
            font-weight: 500;
            color: #3e4581;
            line-height: 1.2;
            text-align: right;
            width: 100%;
        }

        .abilities__card-icon {
            height: 70px;
            object-fit: contain;
        }

        /* ===== ACHIEVEMENTS SECTION ===== */
        .achievements-section {
            background: linear-gradient(180deg, #f5f7fa 0%, #eef2f6 100%);
            padding: 42px 0;
            overflow: hidden;
        }

        .achievements__inner {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 74px;
        }

        .achievements__title {
            font-size: 60px;
            font-weight: 700;
            line-height: 1;
            text-align: center;
            background: linear-gradient(89.02deg, #9ABB48 4.54%, #37ACDE 105.37%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            padding-top: 0.3em;
            -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
        }

        .carousel-wrapper {
            position: relative;
            width: 100%;
            overflow: hidden;
            direction: ltr;
        }

        .carousel-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 5;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            border: none;
            background: linear-gradient(135deg, #37ACDE, #9ABB48);
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 15px rgba(55, 172, 222, 0.3);
            transition: transform 0.2s, box-shadow 0.2s;
        }

        .carousel-arrow:hover {
            transform: translateY(-50%) scale(1.1);
            box-shadow: 0 6px 20px rgba(55, 172, 222, 0.4);
        }

        .carousel-arrow svg {
            width: 20px;
            height: 20px;
            fill: #ffffff;
        }

        .carousel-arrow--left { left: calc(50% - 250px); }
        .carousel-arrow--right { right: calc(50% - 250px); }

        .achievements__track {
            display: flex;
            align-items: flex-start;
            gap: 15px;
            padding: 20px 0;
            direction: ltr;
        }

        .achieve-card {
            width: 345px;
            flex-shrink: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            opacity: 0.2;
            transition: opacity 0.5s ease, transform 0.5s ease;
            direction: rtl;
        }

        .achieve-card.active {
            opacity: 1;
        }

        .achieve-card.near {
            opacity: 0.35;
        }

        .achieve-card__photo {
            width: 118px;
            height: 118px;
            border-radius: 50%;
            overflow: hidden;
            position: relative;
            z-index: 2;
        }

        .achieve-card__photo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .achieve-card__photo-ring {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 3;
            pointer-events: none;
        }

        .achieve-card__header {
            background: #ffffff;
            border-radius: 10px;
            box-shadow: 0px 1px 2.5px rgba(0, 0, 0, 0.05);
            width: 100%;
            padding: 12px 16px;
            text-align: center;
            margin-top: 10px;
            position: relative;
            z-index: 1;
        }

        .achieve-card__name {
            font-size: 17px;
            font-weight: 700;
            color: #3e4581;
            line-height: 1.2;
        }

        .achieve-card__student {
            font-size: 17px;
            font-weight: 400;
            color: #3e4581;
            line-height: 1.2;
        }

        .achieve-card__body {
            background: #ffffff;
            border-radius: 10px;
            box-shadow: 0px 1px 2.5px rgba(0, 0, 0, 0.05);
            width: 100%;
            padding: 28px 33px;
            margin-top: 10px;
            min-height: 247px;
            position: relative;
        }

        .achieve-card__body p {
            font-size: 16px;
            font-weight: 400;
            color: #3e4581;
            line-height: 1.2;
            text-align: right;
        }

        .achieve-card__body p strong {
            font-weight: 900;
        }

        .achieve-card__icon {
            position: absolute;
            bottom: 20px;
            left: 25px;
            height: 85px;
            object-fit: contain;
        }

        /* ===== TESTIMONIALS SECTION ===== */
        .testimonials-section {
            background: linear-gradient(180deg, #eef2f6 0%, #f5f7fa 100%);
            padding: 42px 0;
            overflow: hidden;
        }

        .testimonials__inner {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 43px;
        }

        .testimonials__title {
            font-size: 60px;
            font-weight: 700;
            line-height: 1;
            text-align: center;
            background: linear-gradient(89.13deg, #9ABB48 4.54%, #37ACDE 105.37%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            padding-top: 0.3em;
            -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
        }

        .testimonials__track {
            display: flex;
            align-items: flex-start;
            gap: 22px;
            padding: 20px 0;
            direction: ltr;
        }

        .testimonial-card {
            width: 380px;
            height: 453px;
            flex-shrink: 0;
            background: #ffffff;
            border-radius: 10px;
            box-shadow: 0px 41px 42.5px rgba(0, 0, 0, 0.05);
            padding: 27px 24px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            opacity: 0.2;
            transition: opacity 0.5s ease, transform 0.5s ease;
            direction: rtl;
        }

        .testimonial-card.active {
            opacity: 1;
        }

        .testimonial-card.near {
            opacity: 0.35;
        }

        .testimonial-card__quote {
            width: 49px;
            height: 40px;
            margin-bottom: 14px;
        }

        .testimonial-card__top {
            display: flex;
            align-items: center;
            gap: 12px;
            align-self: flex-end;
            margin-bottom: 19px;
        }

        .testimonial-card__info {
            font-size: 16px;
            font-weight: 700;
            color: #3e4581;
            line-height: normal;
            text-align: right;
        }

        .testimonial-card__photo {
            width: 110px;
            height: 110px;
            border-radius: 50%;
            overflow: hidden;
            flex-shrink: 0;
            position: relative;
        }

        .testimonial-card__photo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .testimonial-card__text {
            font-size: 16px;
            font-weight: 400;
            color: #3e4581;
            line-height: 30px;
            text-align: right;
            width: 100%;
        }

        /* WhatsApp floating button */
        .whatsapp-btn {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 56px;
            height: 56px;
            border-radius: 50%;
            background: var(--gradient-main);
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
            cursor: pointer;
            z-index: 100;
            text-decoration: none;
        }

        .whatsapp-btn svg {
            width: 28px;
            height: 28px;
            fill: var(--color-white);
        }

        /* ===== PRICING PLANS SECTION ===== */
        .pricing-section {
            background: transparent;
            padding: 42px 0 60px;
            position: relative;
            overflow: hidden;
        }

        .pricing__abacus {
            position: absolute;
            top: -20px;
            right: -40px;
            width: 393px;
            height: 393px;
            pointer-events: none;
            z-index: 0;
        }

        .pricing__inner {
            position: relative;
            z-index: 1;
            max-width: 1440px;
            margin: 0 auto;
            padding: 0 98px;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 32px;
        }

        .pricing__title {
            font-size: 60px;
            font-weight: 700;
            line-height: 1;
            text-align: center;
            background: linear-gradient(89.22deg, #9ABB48 4.54%, #37ACDE 105.37%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            padding-top: 0.3em;
            -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
        }

        .pricing__cards {
            display: flex;
            justify-content: center;
            align-items: stretch;
            gap: 32px;
            direction: rtl;
            width: 100%;
            max-width: 860px;
        }

        .pricing-card {
            flex: 1;
            max-width: 414px;
            background: #ffffff;
            border-radius: 16px;
            box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.06);
            padding: 44px 28px 40px;
            display: flex;
            flex-direction: column;
            align-items: center;
            direction: rtl;
        }

        .pricing-card--featured {
            background: #2e87ad;
            position: relative;
            padding-top: 56px;
        }

        .pricing-card--featured .pricing-card__plan-name,
        .pricing-card--featured .pricing-card__plan-desc,
        .pricing-card--featured .pricing-card__period,
        .pricing-card--featured .pricing-card__feature-text {
            color: #ffffff;
        }

        /* Badge pill */
        .pricing-card__badge-pill {
            position: absolute;
            top: -16px;
            left: 50%;
            transform: translateX(-50%);
            background: linear-gradient(135deg, #9ABB48 0%, #37ACDE 100%);
            color: #ffffff;
            font-size: 16px;
            font-weight: 700;
            padding: 6px 22px;
            border-radius: 50px;
            white-space: nowrap;
            z-index: 3;
        }

        /* Card header area */
        .pricing-card__header {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
            width: 100%;
        }

        .pricing-card__plan-name {
            font-size: 28px;
            font-weight: 700;
            color: #3e4581;
            text-align: center;
            width: 100%;
            line-height: 1.3;
        }

        .pricing-card__plan-desc {
            font-size: 16px;
            font-weight: 500;
            color: #3e4581;
            text-align: center;
            width: 100%;
            line-height: 1.5;
            opacity: 0.85;
        }

        /* Price area */
        .pricing-card__price {
            margin-top: 24px;
            text-align: center;
            direction: ltr;
        }

        .pricing-card__amount {
            font-family: 'Tajawal', sans-serif;
            font-size: 52px;
            font-weight: 900;
            line-height: normal;
            text-align: center;
            background: linear-gradient(89.93deg, #9ABB48 4.54%, #37ACDE 105.37%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            display: inline-block;
        }

        .pricing-card--featured .pricing-card__amount {
            background: linear-gradient(-90deg, #72CDF4 0%, #C5E576 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .pricing-card__period {
            font-size: 16px;
            font-weight: 500;
            color: #3e4581;
            text-align: center;
            margin-top: 8px;
            line-height: 1.4;
        }

        .pricing-card--featured .pricing-card__period {
            margin-top: 8px;
        }

        /* Features list */
        .pricing-card__features {
            display: flex;
            flex-direction: column;
            gap: 16px;
            align-items: flex-end;
            width: 100%;
            margin-top: 32px;
            margin-bottom: 32px;
            flex-grow: 1;
        }

        .pricing-card__feature {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            width: 100%;
            justify-content: flex-start;
        }

        .pricing-card__feature-text {
            font-size: 16px;
            font-weight: 400;
            color: #3e4581;
            text-align: right;
            line-height: 1.6;
        }

        .pricing-card__check {
            width: 14px;
            height: 14px;
            flex-shrink: 0;
            margin-top: 4px;
            order: -1;
        }

        /* CTA Button — base style */
        .pricing-card__cta {
            text-decoration: none;
            margin-top: auto;
            width: 100%;
            max-width: 278px;
            padding: 16px 24px;
            border-radius: 8px;
            border: none;
            background: linear-gradient(89.85deg, #9ABB48 4.54%, #37ACDE 105.37%);
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            cursor: pointer;
            font-family: 'Tajawal', sans-serif;
            font-size: 18px;
            font-weight: 700;
            color: #ffffff;
            -webkit-text-fill-color: #ffffff;
            line-height: 1;
        }

        /* Featured card CTA */
        .pricing-card--featured .pricing-card__cta {
            text-decoration: none;
            background: linear-gradient(89.85deg, #C5E576 0%, #ffffff 100%);
            color: #2e87ad;
            -webkit-text-fill-color: #2e87ad;
            font-weight: 800;
        }

        /* Ghost/outline CTA (non-featured card) */
        .pricing-card__cta--ghost {
            background: transparent;
            border: 2px solid #9abb48;
            color: #3e8a5e;
            -webkit-text-fill-color: #3e8a5e;
        }

        /* "Everything in Group, plus:" label in Private card */
        .pricing-card__includes-label {
            font-size: 13px;
            font-weight: 700;
            color: #5a7d9a;
            text-align: right;
            width: 100%;
            margin: 0 0 4px 0;
            padding-bottom: 10px;
            border-bottom: 1px solid rgba(62, 69, 129, 0.1);
        }


        /* ===== GUARANTEE SECTION ===== */
        .guarantee-section {
            background: transparent;
            padding: 42px 10px;
        }

        .guarantee__inner {
            max-width: 1440px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 21px;
            color: #3e4581;
        }

        .guarantee__title {
            font-size: 60px;
            font-weight: 700;
            line-height: 1.3;
            text-align: center;
            background: linear-gradient(89.22deg, #9ABB48 4.54%, #37ACDE 105.37%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            padding-top: 0.3em;
            -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
        }

        .guarantee__text {
            font-size: 32px;
            font-weight: 400;
            line-height: 66px;
            text-align: right;
            letter-spacing: -0.64px;
            width: 1065px;
            max-width: 100%;
            color: #3e4581;
        }

        .guarantee__text p {
            margin: 0;
        }

        .guarantee__text .gradient-bold {
            font-weight: 900;
            background: linear-gradient(89.82deg, #9ABB48 4.54%, #37ACDE 105.37%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            padding-top: 0.3em;
            -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
        }

        /* ===== FAQ SECTION ===== */
        .faq-section {
            background: #f8f8ff;
            padding: 73px 161px;
        }

        .faq__inner {
            max-width: 1118px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 30px;
        }

        .faq__title {
            font-size: 60px;
            font-weight: 700;
            line-height: 1;
            text-align: center;
            background: linear-gradient(89.22deg, #9ABB48 4.54%, #37ACDE 105.37%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            padding-top: 0.3em;
            -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
        }

        .faq__list {
            display: flex;
            flex-direction: column;
            gap: 16px;
            width: 100%;
        }

        .faq-item {
            background: #ffffff;
            border-radius: 10px;
            box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1), 0px 0px 6px rgba(0, 0, 0, 0.07);
            overflow: hidden;
        }

        .faq-item__question {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 32px;
            cursor: pointer;
            gap: 16px;
            border: none;
            background: none;
            width: 100%;
            font-family: 'Tajawal', sans-serif;
            text-align: right;
        }

        .faq-item__question-text {
            font-size: 19px;
            font-weight: 700;
            color: #3e4581;
            line-height: 1.4;
        }

        .faq-item__chevron {
            width: 19px;
            height: 11px;
            flex-shrink: 0;
            transition: transform 0.3s ease;
        }

        .faq-item.active .faq-item__chevron {
            transform: rotate(180deg);
        }

        .faq-item__answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
        }

        .faq-item.active .faq-item__answer {
            max-height: 500px;
        }

        .faq-item__answer-inner {
            border-top: 1px solid #9abb48;
            margin: 0 32px;
            padding: 24px 0 32px 0;
        }

        .faq-item__answer-text {
            font-size: 19px;
            font-weight: 400;
            color: #3e4581;
            line-height: 1.2;
            text-align: right;
        }

        /* ===== FOOTER ===== */
        .footer {
            padding: 42px 10px;
            background: #f5f7fa;
        }

        .footer__inner {
            max-width: 1440px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
            min-height: 299px;
        }

        .footer__logo {
            display: flex;
            align-items: center;
            gap: 14px;
        }

        .footer__logo-icon {
            position: relative;
            width: 45px;
            height: 44px;
        }

        .footer__logo-icon svg {
            position: absolute;
        }

        .footer__bottom {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            gap: 34px;
        }

        .footer__nav {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 83px;
            list-style: none;
            width: 100%;
        }

        .footer__nav-link {
            font-size: 16px;
            font-weight: 300;
            color: #000000;
            text-decoration: none;
            white-space: nowrap;
        }

        .footer__nav-link:hover {
            opacity: 0.7;
        }

        .footer__legal {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 14px;
            width: 100%;
        }

        .footer__disclaimer {
            font-size: 16px;
            font-weight: 300;
            color: #000000;
            text-align: center;
            line-height: 1.4;
        }

        .footer__divider {
            width: 1074.5px;
            max-width: 100%;
            height: 1px;
            background: #3e4581;
        }

        .footer__copyright {
            font-size: 16px;
            font-weight: 300;
            color: #000000;
            text-align: center;
        }

        /* ===== ANIMATIONS ===== */

        /* Scroll-reveal base: hidden until observed */
        .reveal {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
                        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
            will-change: opacity, transform;
        }
        .reveal.visible {
            opacity: 1;
            transform: translateY(0);
        }

        /* Slide from right (natural for RTL) */
        .reveal-right {
            opacity: 0;
            transform: translateX(-40px);
            transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
                        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
            will-change: opacity, transform;
        }
        .reveal-right.visible {
            opacity: 1;
            transform: translateX(0);
        }

        /* Slide from left */
        .reveal-left {
            opacity: 0;
            transform: translateX(40px);
            transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
                        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
            will-change: opacity, transform;
        }
        .reveal-left.visible {
            opacity: 1;
            transform: translateX(0);
        }

        /* Scroll-linked smooth parallax for discover section */
        .discover__text.scroll-linked,
        .discover__phones.scroll-linked {
            transition: none;
            will-change: opacity, transform;
        }

        /* Scale-in */
        .reveal-scale {
            opacity: 0;
            transform: scale(0.9);
            transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1),
                        transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
            will-change: opacity, transform;
        }
        .reveal-scale.visible {
            opacity: 1;
            transform: scale(1);
        }

        /* Stagger delays for children */
        .stagger-1 { transition-delay: 0.1s; }
        .stagger-2 { transition-delay: 0.2s; }
        .stagger-3 { transition-delay: 0.3s; }
        .stagger-4 { transition-delay: 0.4s; }
        .stagger-5 { transition-delay: 0.5s; }
        .stagger-6 { transition-delay: 0.6s; }

        /* Hero entrance — plays on load, not on scroll */
        @keyframes heroFadeUp {
            from { opacity: 0; transform: translateY(40px); }
            to { opacity: 1; transform: translateY(0); }
        }
        @keyframes heroFadeScale {
            from { opacity: 0; transform: scale(0.85); }
            to { opacity: 1; transform: scale(1); }
        }
        .hero__content {
            animation: heroFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
        }
        .hero__cards {
            animation: heroFadeScale 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.25s both;
        }
        .hero__star {
            animation: heroFadeScale 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.6s both;
        }

        /* Floating animation for hero stars */
        @keyframes float {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-8px); }
        }
        .hero__star--1 { animation: heroFadeScale 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.6s both, float 4s ease-in-out 1.5s infinite; }
        .hero__star--2 { animation: heroFadeScale 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.75s both, float 4s ease-in-out 2s infinite; }

        /* Card hover lifts */
        .hero-card,
        .abilities__card,
        .achieve-card,
        .testimonial-card,
        .pricing-card,
        .faq-item {
            transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
                        box-shadow 0.3s ease;
        }
        .hero-card:hover,
        .abilities__card:hover,
        .pricing-card:hover,
        .faq-item:hover {
            transform: translateY(-4px);
            box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.1);
        }
        .pricing-card--featured:hover {
            box-shadow: 0px 16px 40px rgba(46, 135, 173, 0.25);
        }

        /* CTA button pulse glow */
        @keyframes pulseGlow {
            0%, 100% { box-shadow: 0 0 0 0 rgba(55, 172, 222, 0.4); }
            50% { box-shadow: 0 0 20px 6px rgba(55, 172, 222, 0.15); }
        }
        .hero__cta {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            animation: pulseGlow 3s ease-in-out infinite;
        }
        .hero__cta:hover {
            transform: scale(1.03);
        }

        .pricing-card__cta {
            text-decoration: none;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .pricing-card__cta:hover {
            transform: scale(1.04);
            box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.12);
        }

        /* Navbar subtle slide-down on load */
        @keyframes slideDown {
            from { opacity: 0; transform: translateY(-20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        .navbar {
            animation: slideDown 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
        }

        /* Footer logo subtle entrance */
        .footer__logo {
            transition: opacity 0.5s ease;
        }
        .footer__logo:hover {
            opacity: 0.8;
        }

        /* Smooth section background transitions */
        section {
            transition: background-color 0.3s ease;
        }

        /* ===== RESPONSIVE: TABLET LANDSCAPE (max-width: 1024px) ===== */
        @media (max-width: 1024px) {
            /* Typography */
            .hero__headline,
            .stages__title,
            .abilities__title,
            .achievements__title,
            .testimonials__title,
            .pricing__title,
            .guarantee__title,
            .faq__title {
                font-size: 42px;
            }
            .hero__headline {
                line-height: 1.3;
            }
            .discover__text {
                font-size: 28px;
            }
            .guarantee__text {
                font-size: 24px;
                line-height: 1.8;
                width: 100%;
                padding: 0 20px;
            }
            .pricing-card__amount {
                font-size: 40px;
            }
            .stages__content-title {
                font-size: 28px;
                line-height: 1.6;
            }

            /* Navbar */
            .navbar {
                gap: 40px;
                padding: 20px 20px 10px;
            }
            .nav-links {
                gap: 32px;
            }

            /* Hero */
            .hero {
                overflow: hidden;
            }
            .hero__inner {
                width: 100%;
                height: auto;
                flex-direction: column;
                gap: 40px;
            }
            .hero__content {
                width: 100%;
                max-width: 532px;
                align-items: center;
                text-align: center;
                order: 2;
            }
            .hero__headline {
                text-align: center;
            }
            .hero__cta {
                margin: 0 auto;
            }
            .hero__cards {
                width: 100%;
                max-width: 480px;
                height: 460px;
                order: 1;
            }
            .hero__star {
                display: none;
            }

            /* Discover */
            .discover-section {
                overflow: hidden;
            }
            .discover__inner {
                flex-direction: column;
                align-items: center;
                gap: 60px;
                padding: 0 40px;
            }
            .discover__text {
                flex: none;
                width: 100%;
                max-width: 600px;
                text-align: center;
            }
            .discover__phones {
                width: 320px;
                height: 425px;
                flex-shrink: 1;
                --phone-scale: 0.8;
                transform: scale(0.8);
                transform-origin: top center;
            }

            /* Stages */
            .stages__inner {
                padding: 0 40px;
            }
            .stages__header {
                width: 100%;
            }
            .stages__content {
                width: 100%;
            }
            .stages__card-area {
                padding: 28px 40px;
            }
            .stages__cta-bar {
                height: auto;
                padding: 20px;
                white-space: normal;
            }

            /* Abilities */
            .abilities__grid {
                width: 100%;
                gap: 20px 24px;
            }
            .abilities__card {
                width: calc(50% - 12px);
                height: auto;
                min-height: 200px;
            }

            /* Carousel arrows */
            .carousel-arrow--left { left: 10px; }
            .carousel-arrow--right { right: 10px; }

            /* Pricing */
            .pricing__inner {
                padding: 0 40px;
            }
            .pricing__cards {
                flex-direction: column;
                align-items: center;
                gap: 30px;
            }
            .pricing-card {
                width: 100%;
                max-width: 440px;
            }
            .pricing-card--featured {
                order: -1;
            }
            /* FAQ */
            .faq-section {
                padding: 50px 40px;
            }

            /* Footer */
            .footer__nav {
                gap: 32px;
                flex-wrap: wrap;
            }
        }

        /* ===== RESPONSIVE: TABLET PORTRAIT (max-width: 768px) ===== */
        @media (max-width: 768px) {
            /* Typography */
            .hero__headline,
            .stages__title,
            .abilities__title,
            .achievements__title,
            .testimonials__title,
            .pricing__title,
            .guarantee__title,
            .faq__title {
                font-size: 34px;
            }
            .discover__text {
                font-size: 24px;
            }
            .guarantee__text {
                font-size: 20px;
                line-height: 1.7;
            }
            .pricing-card__amount {
                font-size: 36px;
            }
            .stages__content-title {
                font-size: 24px;
                line-height: 1.5;
            }
            .stages__cta-bar {
                font-size: 18px;
            }
            .achievements__title {
                padding-left: 20px;
                padding-right: 20px;
            }

            /* Navbar */
            .navbar {
                gap: 20px;
                flex-wrap: wrap;
                justify-content: center;
            }
            .nav-links {
                gap: 20px;
            }

            /* Hero cards — scale approach */
            .hero__cards {
                transform: scale(0.8);
                transform-origin: top center;
                height: 368px;
                animation: heroFadeScaleTablet 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.25s both;
            }
            @keyframes heroFadeScaleTablet {
                from { opacity: 0; transform: scale(0.65); }
                to { opacity: 1; transform: scale(0.8); }
            }

            /* Discover */
            .discover__phones {
                width: 280px;
                height: 375px;
                --phone-scale: 0.7;
                transform: scale(0.7);
                transform-origin: top center;
            }

            /* Stages rows stack */
            .stages__inner {
                padding: 0 20px;
            }
            .stages__row {
                flex-direction: column;
                align-items: center;
                text-align: center;
            }
            .stages__row-text {
                align-items: center;
            }
            .stages__row-label {
                text-align: center;
            }
            .stages__row-card {
                height: auto;
                padding: 24px 16px;
            }
            .stages__row-card p {
                text-align: center;
            }
            .stages__card-area {
                padding: 24px 20px;
            }

            /* Abilities — keep 2 columns */
            .abilities__inner {
                padding: 0 32px;
            }
            .abilities__card {
                width: calc(50% - 10px);
            }
            .abilities__grid {
                gap: 18px;
                justify-content: center;
            }

            /* Pricing */
            .pricing__inner {
                padding: 0 28px;
            }
            .pricing-card {
                max-width: 100%;
            }
            /* FAQ */
            .faq-section {
                padding: 40px 20px;
            }
            .faq-item__question {
                padding: 24px 20px;
            }
            .faq-item__answer-inner {
                margin: 0 20px;
                padding: 18px 0 24px;
            }

            /* Footer */
            .footer__nav {
                flex-direction: column;
                gap: 16px;
                align-items: center;
            }
            .footer__inner {
                min-height: auto;
                gap: 30px;
            }

            /* Touch targets */
            .nav-link {
                padding: 10px 4px;
                min-height: 44px;
                display: inline-flex;
                align-items: center;
            }
            .faq-item__question {
                min-height: 44px;
            }
            .pricing-card__cta {
            text-decoration: none;
                min-height: 48px;
            }
            .hero__cta {
                min-height: 48px;
            }
        }

        /* ===== RESPONSIVE: MOBILE (max-width: 480px) ===== */
        @media (max-width: 480px) {
            /* Typography */
            .hero__headline,
            .stages__title,
            .abilities__title,
            .achievements__title,
            .testimonials__title,
            .pricing__title,
            .guarantee__title,
            .faq__title {
                font-size: 28px;
            }
            .discover__text {
                font-size: 20px;
            }
            .guarantee__text {
                font-size: 18px;
                line-height: 1.6;
                padding: 0;
            }
            .pricing-card__amount {
                font-size: 32px;
            }
            .pricing-card__plan-name {
                font-size: 24px;
            }
            .stages__content-title {
                font-size: 20px;
            }
            .abilities__card-text {
                font-size: 18px;
            }
            .faq-item__question-text {
                font-size: 16px;
            }
            .faq-item__answer-text {
                font-size: 16px;
            }
            .stages__cta-bar {
                font-size: 16px;
            }
            .achievements__title {
                padding-left: 20px;
                padding-right: 20px;
            }

            /* Navbar — stack vertically */
            .navbar {
                flex-direction: column;
                gap: 12px;
                padding: 32px 20px 10px;
            }
            .nav-links {
                gap: 16px;
                flex-wrap: wrap;
                justify-content: center;
            }
            .nav-link {
                font-size: 13px;
            }

            /* Hero */
            .hero {
                padding: 24px 20px;
            }
            .hero__content {
                gap: 16px;
            }
            .hero__cta {
                width: 100%;
                max-width: 280px;
            }
            /* Hero cards — compact zigzag for mobile */
            .hero__cards {
                transform: scale(0.65);
                transform-origin: top center;
                height: 290px;
                animation: heroFadeScaleMobile 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.25s both;
            }
            @keyframes heroFadeScaleMobile {
                from { opacity: 0; transform: scale(0.5); }
                to { opacity: 1; transform: scale(0.65); }
            }
            /* Row 1: brain centered */
            .hero-card--age {
                top: 0;
                right: 110px;
            }
            /* Row 2: 100% far-left, growth far-right (no horizontal overlap) */
            .hero-card--success {
                top: 150px;
                left: 15px;
                z-index: 11;
            }
            .hero-card--growth {
                top: 140px;
                right: 15px;
                left: auto;
                z-index: 12;
            }
            /* Row 3: years left, intel right-below — no text hidden */
            .hero-card--years {
                top: 280px;
                left: 0;
                z-index: 10;
            }
            .hero-card--intel {
                top: 360px;
                left: auto;
                right: 0;
                z-index: 10;
            }

            /* Trust / Logo slider */
            .trust-section__title {
                font-size: 12px;
                padding: 0 20px;
            }
            .logo-slider__item {
                padding: 0 30px;
            }
            .logo-slider__item--aljazeera img {
                width: 120px;
                height: 40px;
            }
            .logo-slider__item--mbc img {
                width: 70px;
                height: 27px;
            }
            .logo-slider__item--rotana img {
                width: 110px;
                height: 20px;
            }

            /* Discover */
            .discover__inner {
                gap: 30px;
                padding: 0 20px;
            }
            .discover__phones {
                width: 240px;
                height: 320px;
                --phone-scale: 0.58;
                transform: scale(0.58);
                transform-origin: top center;
            }

            /* Stages */
            .stages__inner {
                padding: 0 20px;
            }
            .stages__row-icon {
                width: 70px;
                height: 70px;
            }
            .stages__row-icon img {
                width: 36px;
                height: 42px;
            }

            /* Abilities — 2-col grid per Figma small mobile */
            .abilities__inner {
                gap: 9px;
                padding: 24px 20px;
            }
            .abilities__title {
                font-size: 32px;
            }
            .abilities__grid {
                gap: 13px;
                padding: 16px 10px;
            }
            .abilities__card {
                width: calc(50% - 7px);
                padding: 13px 10px;
                min-height: 162px;
                height: auto;
            }
            .abilities__card-text {
                font-size: 16px;
            }
            .abilities__card-icon {
                height: 37px;
            }

            /* Achievements & Testimonials */
            .achieve-card {
                width: 280px;
            }
            .achieve-card__body {
                padding: 20px;
                min-height: 200px;
            }
            .testimonial-card {
                width: 300px;
                height: auto;
                min-height: 380px;
                padding: 20px 18px;
            }
            .testimonial-card__photo {
                width: 80px;
                height: 80px;
            }

            /* Pricing */
            .pricing__inner {
                padding: 0 20px;
                gap: 32px;
            }
            .pricing__abacus {
                width: 200px;
                height: 200px;
                top: -10px;
                right: -20px;
            }
            .pricing-card {
                padding: 30px 16px;
            }
            .pricing-card--featured {
                padding: 36px 16px;
            }
            .pricing-card__cta {
            text-decoration: none;
                width: 100%;
                max-width: 278px;
            }
            .pricing-card__plan-name {
                font-size: 24px;
            }
            /* Guarantee */
            .guarantee-section {
                padding: 30px 20px;
            }

            /* FAQ */
            .faq-section {
                padding: 30px 20px;
            }
            .faq-item__question {
                padding: 20px 16px;
            }
            .faq-item__answer-inner {
                margin: 0 16px;
                padding: 14px 0 20px;
            }

            /* Footer */
            .footer {
                padding: 30px 20px;
            }
            .footer__disclaimer {
                font-size: 16px;
            }
            .footer__copyright {
                font-size: 16px;
            }
            .footer__nav-link {
                font-size: 16px;
                padding: 8px 0;
                min-height: 44px;
                display: inline-flex;
                align-items: center;
            }

            /* WhatsApp */
            .whatsapp-btn {
                bottom: 16px;
                right: 16px;
                width: 50px;
                height: 50px;
            }
        }

        /* Reduce motion for accessibility */
        @media (prefers-reduced-motion: reduce) {
            *, *::before, *::after {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
            }
        }
