/* Courses page only. Nothing here targets the shared header/footer. */
.wolf-course-body{background:#000;color:#fff;overflow-x:hidden}
.course-page{background:#000;overflow:hidden;font-family:'Outfit',Arial,sans-serif}
.course-container{width:min(1340px,calc(100% - 56px));margin:auto;position:relative;z-index:2}
.course-page .reveal{opacity:0;transform:translateY(24px);animation:courseRise .85s ease forwards}.course-page .delay-1{animation-delay:.18s}.course-page .delay-2{animation-delay:.36s}@keyframes courseRise{to{opacity:1;transform:none}}
.course-static-stage{padding:0;background:#000}.course-static-stage img{display:block;width:100%;height:auto;margin:0 auto}
.course-programs-section{position:relative;padding:34px 0 88px;background:#000;overflow:hidden}.course-programs-bg{position:absolute;inset:32px 0 0;background:var(--course-program-bg) no-repeat center 55%/cover;opacity:.96;pointer-events:none}.course-programs-container-small{width:min(1220px,calc(100% - 72px))}
.course-section-copy{position:relative;z-index:2;max-width:520px;padding:22px 0 34px 0}.course-kicker{display:block;color:#ff5a00;font-size:15px;font-weight:900;letter-spacing:.4px;text-transform:uppercase;margin-bottom:18px}.course-section-copy h2{margin:0;color:#fff;font-size:60px;line-height:.95;font-weight:1000;letter-spacing:-1.5px}.course-section-copy h2 span{color:#ff5a00}.course-divider{width:60px;height:2px;border-radius:999px;background:#ff5a00;margin:15px 0 22px;box-shadow:0 0 18px rgba(255,90,0,.45)}.course-section-copy p{margin:0;color:#f3f3f3;font-size:17px;line-height:1.62;max-width:500px}
.course-card-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.course-card{position:relative;border:1px solid rgba(255,255,255,.26);border-radius:18px;overflow:hidden;background:linear-gradient(180deg,rgba(20,20,20,.92),rgba(5,5,5,.97));box-shadow:0 18px 50px rgba(0,0,0,.5),inset 0 0 26px rgba(255,90,0,.03);transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease}.course-card:hover{transform:translateY(-12px);border-color:rgba(255,90,0,.85);box-shadow:0 28px 70px rgba(0,0,0,.62),0 0 0 1px rgba(255,90,0,.18),0 0 42px rgba(255,90,0,.18)}.course-card-media{height:205px;overflow:hidden}.course-card-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease,filter .45s ease}.course-card:hover .course-card-media img{transform:scale(1.05);filter:saturate(1.08)}.course-card-body{padding:24px 26px 22px}.course-card-title-row{display:flex;align-items:center;gap:16px}.course-card-title-row h3{margin:0;font-size:27px;line-height:1.1;font-weight:900;color:#fff}.course-card-icon{display:inline-block;flex:0 0 auto;color:#ff5a00;position:relative}.course-card-icon.target{width:38px;height:38px;border:3px solid currentColor;border-radius:50%}.course-card-icon.target:before,.course-card-icon.target:after{content:"";position:absolute;background:currentColor;left:50%;top:50%;transform:translate(-50%,-50%)}.course-card-icon.target:before{width:3px;height:50px}.course-card-icon.target:after{width:50px;height:3px}.course-card-icon.bars{width:40px;height:40px}.course-card-icon.bars:before,.course-card-icon.bars:after,.course-card-icon.bars i{content:"";position:absolute;bottom:0;width:10px;background:currentColor;border-radius:2px;box-shadow:0 0 12px rgba(255,90,0,.26)}.course-card-icon.bars:before{left:0;height:15px}.course-card-icon.bars:after{left:15px;height:26px}.course-card-icon.bars i{left:30px;height:36px}.course-card-icon.shield{width:39px;height:43px;border:3px solid currentColor;clip-path:polygon(50% 0,91% 18%,82% 75%,50% 100%,18% 75%,9% 18%)}.course-card-icon.shield:before{content:"★";position:absolute;inset:0;display:grid;place-items:center;font-size:18px;font-weight:700}.course-mini-divider{width:48px;height:2px;background:#ff5a00;margin:14px 0 16px}.course-meta-list{list-style:none;padding:0;margin:0;display:grid;gap:10px;color:#ededed;font-size:16px}.course-meta-list li{position:relative;padding-inline-start:22px}.course-meta-list li:before{content:"";position:absolute;left:0;top:10px;width:6px;height:6px;border-radius:50%;background:#ff5a00;box-shadow:0 0 10px rgba(255,90,0,.55)}.course-card-footer-meta{margin-top:26px;padding:18px 0;border-top:1px solid rgba(255,255,255,.12);display:grid;grid-template-columns:1fr 1fr;gap:8px;color:#fff;font-size:15px}.course-card-footer-meta span{display:flex;align-items:center;gap:10px}.course-card-footer-meta span+span{padding-inline-start:16px;border-inline-start:1px solid rgba(255,255,255,.14)}.course-ico{display:inline-block;position:relative;width:20px;height:20px;color:#ff5a00}.course-ico.clock{border:2px solid currentColor;border-radius:50%}.course-ico.clock:before,.course-ico.clock:after{content:"";position:absolute;left:50%;top:50%;background:currentColor;transform-origin:bottom center}.course-ico.clock:before{width:2px;height:6px;transform:translate(-50%,-95%) rotate(0deg)}.course-ico.clock:after{width:2px;height:8px;transform:translate(-50%,-100%) rotate(55deg)}.course-ico.user:before{content:"";position:absolute;left:50%;top:3px;width:8px;height:8px;border:2px solid currentColor;border-radius:50%;transform:translateX(-50%)}.course-ico.user:after{content:"";position:absolute;left:50%;bottom:1px;width:17px;height:8px;border:2px solid currentColor;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom:0;transform:translateX(-50%)}.course-ico.bars:before,.course-ico.bars:after,.course-ico.bars i{content:"";position:absolute;bottom:0;width:4px;background:currentColor;border-radius:1px}.course-ico.bars:before{left:2px;height:9px}.course-ico.bars:after{left:9px;height:14px}.course-ico.bars i{left:16px;height:18px}.course-ico.star:before{content:"★";position:absolute;inset:0;display:grid;place-items:center;font-size:20px;color:currentColor}.course-cta{display:flex;align-items:center;justify-content:center;gap:14px;height:58px;border:1px solid rgba(255,90,0,.75);border-radius:11px;margin-top:0;font-size:16px;font-weight:900;color:#ff5a00!important;text-decoration:none!important;transition:background .25s ease,color .25s ease,box-shadow .25s ease}.course-cta b{font-size:25px;line-height:1;transition:transform .25s ease}.course-card:hover .course-cta{background:linear-gradient(135deg,rgba(255,90,0,.12),rgba(255,122,25,.06));box-shadow:inset 0 0 24px rgba(255,90,0,.07)}.course-card:hover .course-cta b{transform:translateX(6px)}
.course-why-wolf-static{padding:0;background:#000}.course-why-wolf-static img{display:block;width:100%;height:auto;margin:0 auto}
@media(max-width:1000px){.course-card-grid{grid-template-columns:1fr 1fr}.course-programs-container-small{width:min(100% - 36px,1220px)}.course-section-copy h2{font-size:48px}}@media(max-width:720px){.course-container{width:min(100% - 28px,1340px)}.course-card-grid{grid-template-columns:1fr}.course-section-copy h2{font-size:42px}.course-programs-section{padding-bottom:70px}.course-card-media{height:220px}}

/* v27: the course stylesheet is scoped to .course-page and must not push the shared header/footer. */
.course-page{padding-top:0!important;}

/* ==========================================================================
   PROGRAM STAGES SECTION (Scoped strictly to .course-program-stages)
   Pixel-perfect rebuild of the reference visual
   ========================================================================== */

.page-courses .course-program-stages,
.course-program-stages {
    position: relative;
    background-color: #000000;
    color: #ffffff;
    width: 100%;
    overflow: hidden;
    font-family: 'Outfit', 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.page-courses .course-program-stages *,
.course-program-stages * {
    box-sizing: border-box;
}

.page-courses .course-program-stages__inner,
.course-program-stages__inner {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    aspect-ratio: 1920 / 1080;
    min-height: 700px;
    overflow: hidden;
}

/* Subtle Candlesticks on Top-Left */
.page-courses .course-program-stages__bg-candles,
.course-program-stages__bg-candles {
    position: absolute;
    top: 0;
    left: 0;
    width: clamp(240px, 20.8vw, 400px);
    height: auto;
    pointer-events: none;
    z-index: 1;
    opacity: 0.85;
}

.page-courses .course-program-stages__candles-svg,
.course-program-stages__candles-svg {
    display: block;
    width: 100%;
    height: auto;
}

/* Main Section Title */
.page-courses .course-program-stages__title,
.course-program-stages__title {
    position: absolute;
    top: 7.2%;
    left: 7.9%;
    margin: 0;
    font-size: clamp(34px, 3.85vw, 74px);
    font-weight: 200;
    letter-spacing: -0.5px;
    line-height: 1.1;
    color: #ffffff;
    z-index: 5;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.7);
    font-family: 'Montserrat', 'Outfit', sans-serif;
}

/* SVG Orange Wave Curve */
.page-courses .course-program-stages__curve,
.course-program-stages__curve {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

/* Glowing Orange Circular Badges */
.page-courses .course-program-stages__badge-wrap,
.course-program-stages__badge-wrap {
    position: absolute;
    z-index: 4;
}

.page-courses .course-program-stages__badge,
.course-program-stages__badge {
    width: clamp(64px, 5.52vw, 106px);
    height: clamp(64px, 5.52vw, 106px);
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, #ff8a00, #ff6a00 70%, #f05a00);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 
        0 0 8px 1px rgba(255, 255, 255, 0.2),
        0 0 18px 3px rgba(255, 120, 0, 0.35),
        0 0 32px 6px rgba(255, 95, 0, 0.18);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: default;
}

.page-courses .course-program-stages__badge:hover,
.course-program-stages__badge:hover {
    transform: scale(1.04);
    box-shadow: 
        0 0 12px 2px rgba(255, 255, 255, 0.28),
        0 0 24px 4px rgba(255, 120, 0, 0.48),
        0 0 40px 8px rgba(255, 95, 0, 0.24);
}

.page-courses .course-program-stages__icon,
.course-program-stages__icon {
    width: 58%;
    height: 58%;
    display: block;
}

/* Massive Dark Background Stage Numbers */
.page-courses .course-program-stages__number,
.course-program-stages__number {
    position: absolute;
    font-size: clamp(150px, 16.5vw, 316px);
    font-weight: 800;
    line-height: 0.8;
    color: rgba(255, 255, 255, 0.12);
    user-select: none;
    pointer-events: none;
    z-index: 1;
    font-family: 'Outfit', 'Montserrat', sans-serif;
    letter-spacing: -4px;
}

/* Stage Content (Heading and Paragraph) */
.page-courses .course-program-stages__content,
.course-program-stages__content {
    position: absolute;
    z-index: 3;
}

body.rtl .course-program-stages__content,
body.locale-ar .course-program-stages__content {
    direction: rtl;
    text-align: right;
}

body.rtl .course-program-stages__title,
body.locale-ar .course-program-stages__title {
    direction: rtl;
    text-align: right;
}

.page-courses .course-program-stages__stage-title,
.course-program-stages__stage-title {
    margin: 0 0 14px 0;
    font-size: clamp(24px, 2.1vw, 40px);
    font-weight: 300;
    line-height: 1.2;
    color: #ffffff;
    letter-spacing: -0.3px;
    font-family: 'Montserrat', 'Outfit', sans-serif;
}

.page-courses .course-program-stages__text,
.course-program-stages__text {
    margin: 0;
    font-size: clamp(13px, 0.94vw, 17px);
    font-weight: 200;
    line-height: 1.62;
    color: rgba(255, 255, 255, 0.68);
    font-family: 'Montserrat', 'Outfit', sans-serif;
}

/* Precise Desktop Absolute Placements (Aligned with 1920x1080 canvas) */
/* STAGE 1 */
.page-courses .course-program-stages__stage--1 .course-program-stages__badge-wrap,
.course-program-stages__stage--1 .course-program-stages__badge-wrap {
    left: 20.73%;
    top: 35.19%;
    transform: translate(-50%, -50%);
}

.page-courses .course-program-stages__stage--1 .course-program-stages__number,
.course-program-stages__stage--1 .course-program-stages__number {
    left: 17%;
    top: 39%;
}

.page-courses .course-program-stages__stage--1 .course-program-stages__content,
.course-program-stages__stage--1 .course-program-stages__content {
    left: 5.5%;
    top: 57.8%;
    width: 24%;
    max-width: 390px;
}

/* STAGE 2 (Properly separated from Stage 3) */
.page-courses .course-program-stages__stage--2 .course-program-stages__badge-wrap,
.course-program-stages__stage--2 .course-program-stages__badge-wrap {
    left: 55.63%;
    top: 31.48%;
    transform: translate(-50%, -50%);
}

.page-courses .course-program-stages__stage--2 .course-program-stages__number,
.course-program-stages__stage--2 .course-program-stages__number {
    left: 48%;
    top: 37%;
}

.page-courses .course-program-stages__stage--2 .course-program-stages__content,
.course-program-stages__stage--2 .course-program-stages__content {
    left: 39%;
    top: 54.5%;
    width: 25%;
    max-width: 410px;
}

/* STAGE 3 (Cleanly positioned with generous gap from Stage 2) */
.page-courses .course-program-stages__stage--3 .course-program-stages__badge-wrap,
.course-program-stages__stage--3 .course-program-stages__badge-wrap {
    left: 86.82%;
    top: 18.52%;
    transform: translate(-50%, -50%);
}

.page-courses .course-program-stages__stage--3 .course-program-stages__number,
.course-program-stages__stage--3 .course-program-stages__number {
    left: 81%;
    top: 34%;
}

.page-courses .course-program-stages__stage--3 .course-program-stages__content,
.course-program-stages__stage--3 .course-program-stages__content {
    left: 69%;
    top: 45%;
    width: 25%;
    max-width: 420px;
}

/* Mobile vertical connector (hidden on desktop) */
.page-courses .course-program-stages__mobile-line,
.course-program-stages__mobile-line {
    display: none;
}

/* ==========================================================================
   TABLET RESPONSIVE (768px - 1199px)
   ========================================================================== */
@media (min-width: 768px) and (max-width: 1199px) {
    .page-courses .course-program-stages__inner,
    .course-program-stages__inner {
        aspect-ratio: 16 / 11;
        min-height: 580px;
    }

    .page-courses .course-program-stages__title,
    .course-program-stages__title {
        font-size: clamp(28px, 3.6vw, 40px);
        top: 5%;
        left: 5%;
    }

    .page-courses .course-program-stages__stage-title,
    .course-program-stages__stage-title {
        font-size: clamp(18px, 2.2vw, 24px);
        margin-bottom: 8px;
    }

    .page-courses .course-program-stages__text,
    .course-program-stages__text {
        font-size: clamp(11px, 1.2vw, 13.5px);
        line-height: 1.5;
    }

    .page-courses .course-program-stages__stage--1 .course-program-stages__content,
    .course-program-stages__stage--1 .course-program-stages__content {
        left: 4%;
        width: 25%;
        max-width: 260px;
    }

    .page-courses .course-program-stages__stage--2 .course-program-stages__content,
    .course-program-stages__stage--2 .course-program-stages__content {
        left: 36%;
        width: 26%;
        max-width: 280px;
    }

    .page-courses .course-program-stages__stage--3 .course-program-stages__content,
    .course-program-stages__stage--3 .course-program-stages__content {
        left: 68%;
        width: 26%;
        max-width: 280px;
    }
}

/* ==========================================================================
   MOBILE RESPONSIVE (< 768px)
   Vertical Stack with glowing connector line, flawless touch layout
   ========================================================================== */
@media (max-width: 767px) {
    .page-courses .course-program-stages__inner,
    .course-program-stages__inner {
        aspect-ratio: auto;
        min-height: auto;
        padding: 44px 20px 60px 20px;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    /* Hide desktop horizontal curve */
    .page-courses .course-program-stages__curve,
    .course-program-stages__curve {
        display: none;
    }

    /* Show subtle candles scaled down at top right/left */
    .page-courses .course-program-stages__bg-candles,
    .course-program-stages__bg-candles {
        width: 180px;
        opacity: 0.5;
    }

    /* Title in mobile flow */
    .page-courses .course-program-stages__title,
    .course-program-stages__title {
        position: static;
        font-size: clamp(32px, 8.5vw, 42px);
        margin-bottom: 36px;
        padding-left: 4px;
    }

    /* Vertical connector line */
    .page-courses .course-program-stages__mobile-line,
    .course-program-stages__mobile-line {
        display: block;
        position: absolute;
        left: 48px;
        top: 140px;
        bottom: 100px;
        width: 4px;
        background: linear-gradient(180deg, #ff7900, #ff5a00);
        box-shadow: 0 0 12px rgba(255, 121, 0, 0.6);
        border-radius: 2px;
        z-index: 2;
    }

    /* Stages Stack */
    .page-courses .course-program-stages__stage,
    .course-program-stages__stage {
        position: relative;
        left: auto !important;
        top: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 44px;
        display: flex;
        align-items: flex-start;
        gap: 20px;
        padding-left: 8px;
        z-index: 3;
    }

    .page-courses .course-program-stages__stage:last-child,
    .course-program-stages__stage:last-child {
        margin-bottom: 0;
    }

    /* Badge static in flex flow */
    .page-courses .course-program-stages__badge-wrap,
    .course-program-stages__badge-wrap {
        position: static !important;
        transform: none !important;
        flex-shrink: 0;
        z-index: 4;
    }

    .page-courses .course-program-stages__badge,
    .course-program-stages__badge {
        width: 58px;
        height: 58px;
        box-shadow: 
            0 0 12px 2px rgba(255, 255, 255, 0.35),
            0 0 28px 6px rgba(255, 120, 0, 0.65),
            0 0 45px 12px rgba(255, 95, 0, 0.3);
    }

    /* Number relative/watermark */
    .page-courses .course-program-stages__number,
    .course-program-stages__number {
        position: absolute;
        right: 12px;
        top: -10px;
        left: auto !important;
        font-size: 110px;
        opacity: 0.14;
        z-index: 1;
        line-height: 1;
    }

    /* Content flow */
    .page-courses .course-program-stages__content,
    .course-program-stages__content {
        position: static !important;
        width: auto !important;
        max-width: none !important;
        flex: 1;
        padding-top: 4px;
    }

    .page-courses .course-program-stages__stage-title,
    .course-program-stages__stage-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .page-courses .course-program-stages__text,
    .course-program-stages__text {
        font-size: 15px;
        line-height: 1.6;
    }
}

/* ==========================================================================
   WHY WOLF SECTION (Scoped strictly to .course-why-wolf)
   Pixel-perfect rebuild of the reference visual
   ========================================================================== */

.page-courses .course-why-wolf,
.course-why-wolf {
    position: relative;
    background-color: #030507;
    background-image: 
        radial-gradient(circle at 100% 100%, rgba(255, 106, 0, 0.28) 0%, rgba(255, 90, 0, 0.08) 35%, transparent 60%),
        radial-gradient(circle at 15% 10%, rgba(18, 28, 42, 0.35) 0%, transparent 45%),
        url('/assets/course-page/why-wolf-bg.png');
    background-repeat: no-repeat;
    background-position: right center, left top, right center;
    background-size: cover, cover, contain;
    color: #ffffff;
    width: 100%;
    overflow: hidden;
    font-family: 'Montserrat', 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    box-sizing: border-box;
    padding: clamp(64px, 6.5vw, 110px) 0;
    min-height: 850px;
}

.page-courses .course-why-wolf *,
.course-why-wolf * {
    box-sizing: border-box;
}

.page-courses .course-why-wolf__inner,
.course-why-wolf__inner {
    position: relative;
    width: min(1500px, calc(100% - clamp(40px, 7vw, 140px)));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(32px, 4.5vw, 70px);
    align-items: center;
    z-index: 2;
}

/* Content Left Column */
.page-courses .course-why-wolf__content,
.course-why-wolf__content {
    position: relative;
    max-width: 640px;
    z-index: 3;
}

/* Heading: "Why Wolf?" */
.page-courses .course-why-wolf__title,
.course-why-wolf__title {
    margin: 0;
    font-family: 'Montserrat', 'Outfit', sans-serif;
    font-weight: 700;
    font-size: clamp(44px, 4.8vw, 76px);
    line-height: 1.05;
    letter-spacing: -1px;
}

.page-courses .course-why-wolf__title-why,
.course-why-wolf__title-why {
    color: #ff6a00;
}

.page-courses .course-why-wolf__title-wolf,
.course-why-wolf__title-wolf {
    color: #ffffff;
}

/* Orange Underline */
.page-courses .course-why-wolf__underline,
.course-why-wolf__underline {
    width: 64px;
    height: 3px;
    background: #ff6a00;
    border-radius: 2px;
    margin: 18px 0 26px 0;
    box-shadow: 0 0 12px rgba(255, 106, 0, 0.6);
}

/* Intro text */
.page-courses .course-why-wolf__intro,
.course-why-wolf__intro {
    margin: 0 0 44px 0;
    font-family: 'Montserrat', 'Outfit', sans-serif;
    font-weight: 300;
    font-size: clamp(18px, 1.6vw, 26px);
    line-height: 1.48;
    color: rgba(255, 255, 255, 0.88);
}

.page-courses .course-why-wolf__intro span,
.course-why-wolf__intro span {
    display: block;
}

/* Timeline Container */
.page-courses .course-why-wolf__timeline,
.course-why-wolf__timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: clamp(32px, 3.6vw, 50px);
}

/* Vertical orange line connecting dots */
.page-courses .course-why-wolf__timeline::before,
.course-why-wolf__timeline::before {
    content: '';
    position: absolute;
    top: 14px;
    bottom: 35px;
    left: 5px;
    width: 2px;
    background: linear-gradient(180deg, #ff6a00 0%, #ff7a00 50%, #ff5b00 100%);
    opacity: 0.55;
    z-index: 1;
}

/* Timeline Item Row */
.page-courses .course-why-wolf__item,
.course-why-wolf__item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: clamp(16px, 1.8vw, 26px);
    z-index: 2;
}

/* Glowing Dot Column */
.page-courses .course-why-wolf__dot-col,
.course-why-wolf__dot-col {
    position: relative;
    width: 12px;
    flex-shrink: 0;
    padding-top: 10px;
    z-index: 2;
}

.page-courses .course-why-wolf__dot,
.course-why-wolf__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff6a00;
    box-shadow: 
        0 0 8px 1px rgba(255, 120, 0, 0.8),
        0 0 16px 3px rgba(255, 106, 0, 0.5);
    display: block;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.page-courses .course-why-wolf__item:hover .course-why-wolf__dot,
.course-why-wolf__item:hover .course-why-wolf__dot {
    transform: scale(1.25);
    box-shadow: 
        0 0 12px 2px rgba(255, 140, 0, 0.95),
        0 0 22px 5px rgba(255, 106, 0, 0.7);
}

/* Large Orange Number (01, 02, 03, 04) */
.page-courses .course-why-wolf__number,
.course-why-wolf__number {
    font-family: 'Montserrat', 'Outfit', sans-serif;
    font-weight: 700;
    font-size: clamp(46px, 4.3vw, 68px);
    line-height: 0.88;
    color: #ff6a00;
    letter-spacing: -1.5px;
    flex-shrink: 0;
    width: clamp(62px, 5.6vw, 90px);
    user-select: none;
}

/* Item Content */
.page-courses .course-why-wolf__item-body,
.course-why-wolf__item-body {
    flex: 1;
    padding-top: 2px;
}

.page-courses .course-why-wolf__item-title,
.course-why-wolf__item-title {
    margin: 0 0 8px 0;
    font-family: 'Montserrat', 'Outfit', sans-serif;
    font-weight: 700;
    font-size: clamp(19px, 1.55vw, 25px);
    line-height: 1.25;
    color: #ffffff;
    letter-spacing: -0.3px;
}

.page-courses .course-why-wolf__item-text,
.course-why-wolf__item-text {
    margin: 0;
    font-family: 'Montserrat', 'Outfit', sans-serif;
    font-weight: 300;
    font-size: clamp(14px, 1.05vw, 17px);
    line-height: 1.62;
    color: rgba(255, 255, 255, 0.68);
    max-width: 440px;
}

/* Right Visual Column */
.page-courses .course-why-wolf__visual,
.course-why-wolf__visual {
    position: relative;
    height: 100%;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.page-courses .course-why-wolf__circle-outline,
.course-why-wolf__circle-outline {
    position: absolute;
    width: clamp(380px, 42vw, 680px);
    height: clamp(380px, 42vw, 680px);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.05);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.page-courses .course-why-wolf__glow,
.course-why-wolf__glow {
    position: absolute;
    bottom: -60px;
    right: -60px;
    width: clamp(300px, 35vw, 600px);
    height: clamp(300px, 35vw, 600px);
    background: radial-gradient(circle, rgba(255, 106, 0, 0.32) 0%, rgba(255, 90, 0, 0.1) 42%, transparent 70%);
    pointer-events: none;
    z-index: 1;
}

/* ==========================================================================
   TABLET RESPONSIVE (768px - 1100px)
   ========================================================================== */
@media (min-width: 768px) and (max-width: 1100px) {
    .page-courses .course-why-wolf,
    .course-why-wolf {
        padding: 60px 0;
        min-height: auto;
    }

    .page-courses .course-why-wolf__inner,
    .course-why-wolf__inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .page-courses .course-why-wolf__visual,
    .course-why-wolf__visual {
        display: none;
    }

    .page-courses .course-why-wolf,
    .course-why-wolf {
        background-position: 85% center, left top, 85% center;
        background-size: cover, cover, contain;
    }
}

/* ==========================================================================
   MOBILE RESPONSIVE (< 768px)
   ========================================================================== */
@media (max-width: 767px) {
    .page-courses .course-why-wolf,
    .course-why-wolf {
        padding: 48px 0 64px 0;
        min-height: auto;
        background-position: 90% bottom, left top, 90% bottom;
        background-size: cover, cover, 300px;
    }

    .page-courses .course-why-wolf__inner,
    .course-why-wolf__inner {
        width: calc(100% - 36px);
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .page-courses .course-why-wolf__visual,
    .course-why-wolf__visual {
        display: none;
    }

    .page-courses .course-why-wolf__title,
    .course-why-wolf__title {
        font-size: 38px;
    }

    .page-courses .course-why-wolf__intro,
    .course-why-wolf__intro {
        font-size: 18px;
        margin-bottom: 34px;
    }

    .page-courses .course-why-wolf__timeline,
    .course-why-wolf__timeline {
        gap: 32px;
    }

    .page-courses .course-why-wolf__timeline::before,
    .course-why-wolf__timeline::before {
        top: 10px;
        bottom: 25px;
        left: 4px;
    }

    .page-courses .course-why-wolf__item,
    .course-why-wolf__item {
        gap: 14px;
    }

    .page-courses .course-why-wolf__dot-col,
    .course-why-wolf__dot-col {
        width: 10px;
        padding-top: 6px;
    }

    .page-courses .course-why-wolf__dot,
    .course-why-wolf__dot {
        width: 10px;
        height: 10px;
    }

    .page-courses .course-why-wolf__number,
    .course-why-wolf__number {
        font-size: 36px;
        width: 48px;
    }

    .page-courses .course-why-wolf__item-title,
    .course-why-wolf__item-title {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .page-courses .course-why-wolf__item-text,
    .course-why-wolf__item-text {
        font-size: 14px;
        line-height: 1.55;
    }
}

/* ==========================================================================
   ARABIC / RTL SUPPORT
   ========================================================================== */
body.rtl .course-why-wolf,
body.locale-ar .course-why-wolf {
    background-position: left center, right top, left center;
}

body.rtl .course-why-wolf__inner,
body.locale-ar .course-why-wolf__inner {
    direction: rtl;
    text-align: right;
}

body.rtl .course-why-wolf__underline,
body.locale-ar .course-why-wolf__underline {
    margin-right: 0;
    margin-left: auto;
}

body.rtl .course-why-wolf__timeline::before,
body.locale-ar .course-why-wolf__timeline::before {
    left: auto;
    right: 5px;
}

@media (max-width: 767px) {
    body.rtl .course-why-wolf__timeline::before,
    body.locale-ar .course-why-wolf__timeline::before {
        left: auto;
        right: 4px;
    }
}


