/*
 * Athar Homepage & Shortcodes Pro v1.9
 * Scoped RTL design for WordPress + Tutor LMS.
 */

.athar-home-pro,
.athar-shortcode-pro {
    --ah-bg: #f7f6ff;
    --ah-surface: #ffffff;
    --ah-surface-soft: rgba(255,255,255,.78);
    --ah-ink: #19162a;
    --ah-muted: #6f6b82;
    --ah-primary: #6546ff;
    --ah-primary-2: #8067ff;
    --ah-primary-dark: #312a58;
    --ah-navy: #151b2e;
    --ah-cyan: #29d3ff;
    --ah-gold: #ffcb66;
    --ah-border: rgba(101,70,255,.16);
    --ah-border-dark: rgba(255,255,255,.14);
    --ah-shadow: 0 24px 80px rgba(31, 25, 67, .14);
    --ah-shadow-soft: 0 16px 46px rgba(31, 25, 67, .10);
    --ah-radius-xl: 34px;
    --ah-radius-lg: 24px;
    --ah-radius-md: 18px;
    --ah-container: min(1180px, calc(100vw - 40px));
    direction: rtl;
    color: var(--ah-ink);
    font-family: inherit;
}

.athar-home-pro,
.athar-home-pro *,
.athar-home-pro *::before,
.athar-home-pro *::after,
.athar-shortcode-pro,
.athar-shortcode-pro *,
.athar-shortcode-pro *::before,
.athar-shortcode-pro *::after {
    box-sizing: border-box;
}

.athar-home-pro {
    position: relative !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 12%, rgba(101, 70, 255, .12), transparent 26%),
        radial-gradient(circle at 88% 24%, rgba(41, 211, 255, .10), transparent 26%),
        linear-gradient(180deg, #fff 0%, var(--ah-bg) 38%, #fff 100%);
    isolation: isolate;
}

.entry-content > .athar-home-pro,
.wp-block-post-content > .athar-home-pro,
.elementor-widget-container > .athar-home-pro {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.athar-home-pro :where(h1,h2,h3,p),
.athar-shortcode-pro :where(h1,h2,h3,p) {
    margin-top: 0;
}

.athar-home-pro a,
.athar-shortcode-pro a {
    color: inherit;
    text-decoration: none !important;
}

.athar-home-pro img,
.athar-shortcode-pro img {
    max-width: 100%;
    height: auto;
}

.ah-container {
    width: var(--ah-container);
    margin-inline: auto;
}

.ah-section {
    padding: clamp(72px, 8vw, 112px) 0;
}

.ah-section-sm {
    padding: clamp(30px, 4vw, 48px) 0;
}

.ah-kicker,
.ah-brand-pill {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    gap: 10px;
    padding: 10px 14px;
    border: 1px solid var(--ah-border);
    border-radius: 999px;
    background: rgba(255,255,255,.74);
    color: var(--ah-primary-dark);
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 10px 30px rgba(101,70,255,.08);
    backdrop-filter: blur(12px);
}

.ah-kicker::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--ah-primary);
    box-shadow: 0 0 0 7px rgba(101,70,255,.12);
}

.ah-brand-pill img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.ah-section-head {
    max-width: 780px;
    margin: 0 auto 38px;
    text-align: center;
}

.ah-section-head-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    max-width: none;
    gap: 24px;
    text-align: right;
}

.ah-section-head-side {
    position: sticky;
    top: 28px;
    max-width: 520px;
    margin: 0;
    text-align: right;
}

.ah-section-head h2,
.ah-section-head-side h2,
.ah-hero-copy h1,
.ah-cta-card h2 {
    margin: 16px 0 14px !important;
    color: var(--ah-ink) !important;
    font-weight: 950;
    letter-spacing: -.045em;
    line-height: 1.12;
}

.ah-section-head h2,
.ah-section-head-side h2,
.ah-cta-card h2 {
    font-size: clamp(30px, 4vw, 52px);
}

.ah-section-head p,
.ah-section-head-side p,
.ah-hero-copy p,
.ah-cta-card p {
    margin: 0;
    color: var(--ah-muted) !important;
    font-size: clamp(15px, 1.5vw, 18px);
    line-height: 1.9;
}

.ah-text-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--ah-primary) !important;
    font-weight: 950;
}

.ah-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.ah-btn {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 26px;
    overflow: hidden;
    border: 0;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 950;
    line-height: 1;
    cursor: pointer;
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.ah-btn:hover {
    transform: translateY(-3px);
}

.ah-btn-primary {
    color: #fff !important;
    background: linear-gradient(135deg, var(--ah-primary), var(--ah-primary-2));
    box-shadow: 0 18px 42px rgba(101,70,255,.28);
}

.ah-btn-primary::after {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(120%);
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent);
    transition: transform .58s ease;
}

.ah-btn-primary:hover::after {
    transform: translateX(-120%);
}

.ah-btn-ghost,
.ah-btn-soft {
    color: var(--ah-primary-dark) !important;
    background: rgba(255,255,255,.76);
    border: 1px solid var(--ah-border);
    box-shadow: 0 12px 34px rgba(31,25,67,.08);
}

/* Hero */
.athar-hero {
    position: relative;
    min-height: 720px;
    display: grid;
    align-items: center;
    padding-top: clamp(80px, 9vw, 130px);
    padding-bottom: clamp(70px, 8vw, 110px);
    color: #fff;
    background:
        radial-gradient(circle at 18% 8%, rgba(41,211,255,.26), transparent 28%),
        radial-gradient(circle at 88% 18%, rgba(101,70,255,.36), transparent 25%),
        linear-gradient(135deg, #0f1424 0%, #1b2140 44%, #2b2361 100%);
}

.athar-hero::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 34px;
    pointer-events: none;
}

.ah-hero-glow {
    position: absolute;
    z-index: 0;
    border-radius: 999px;
    filter: blur(4px);
    opacity: .88;
}

.ah-hero-glow-one {
    width: 260px;
    height: 260px;
    right: -88px;
    top: 74px;
    background: rgba(101,70,255,.35);
}

.ah-hero-glow-two {
    width: 220px;
    height: 220px;
    left: -70px;
    bottom: 86px;
    background: rgba(41,211,255,.20);
}

.ah-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, .86fr);
    gap: clamp(34px, 6vw, 76px);
    align-items: center;
}

.ah-hero-copy {
    min-width: 0;
}

.ah-hero-copy .ah-brand-pill {
    color: rgba(255,255,255,.86);
    border-color: rgba(255,255,255,.16);
    background: rgba(255,255,255,.08);
    box-shadow: none;
}

.ah-hero-copy h1 {
    max-width: 780px;
    margin-top: 22px !important;
    margin-bottom: 22px !important;
    color: #fff !important;
    font-size: clamp(44px, 7.5vw, 86px);
}

.ah-hero-copy p {
    max-width: 720px;
    color: rgba(255,255,255,.76) !important;
    font-size: clamp(17px, 2vw, 22px);
}

.ah-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.ah-trust-row span {
    padding: 10px 13px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    color: rgba(255,255,255,.80);
    font-size: 13px;
    font-weight: 850;
}

.ah-hero-visual {
    position: relative;
    min-height: 560px;
    perspective: 1100px;
}

.ah-visual-logo {
    position: absolute;
    top: 22px;
    left: 50%;
    z-index: 2;
    width: 178px;
    height: 178px;
    transform: translateX(-50%);
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 42px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 24px 80px rgba(0,0,0,.22);
}

.ah-visual-logo img {
    width: 142px;
    height: 142px;
    object-fit: contain;
}

.ah-dashboard,
.ah-metric-card {
    position: absolute;
    z-index: 3;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.10);
    color: #fff;
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 80px rgba(0,0,0,.18);
    transform-style: preserve-3d;
}

.ah-dashboard {
    left: 0;
    right: 0;
    bottom: 26px;
    min-height: 370px;
    padding: clamp(24px, 4vw, 34px);
    border-radius: 34px;
    background:
        radial-gradient(circle at 0 0, rgba(41,211,255,.16), transparent 34%),
        rgba(255,255,255,.10);
}

.ah-dashboard h3 {
    max-width: 420px;
    margin: 10px 0 18px !important;
    color: #fff !important;
    font-size: clamp(28px, 3.6vw, 44px);
    line-height: 1.2;
    letter-spacing: -.035em;
}

.ah-mini-label {
    color: rgba(255,255,255,.66);
    font-size: 13px;
    font-weight: 950;
}

.ah-dashboard-bars {
    position: absolute;
    top: 42px;
    left: 34px;
    display: flex;
    align-items: end;
    gap: 10px;
    width: 140px;
    height: 120px;
    padding: 14px;
    border-radius: 22px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.10);
}

.ah-dashboard-bars span {
    flex: 1;
    min-height: 24px;
    border-radius: 999px 999px 8px 8px;
    background: linear-gradient(180deg, var(--ah-cyan), var(--ah-primary-2));
}

.ah-progress {
    height: 12px;
    margin: 22px 0;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
}

.ah-progress span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--ah-cyan), var(--ah-gold));
    transition: width 1.1s ease;
}

.athar-home-pro.is-visible .ah-progress span,
.athar-home-pro .is-visible .ah-progress span {
    width: var(--ah-progress, 86%);
}

.ah-dashboard ul {
    display: grid;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.ah-dashboard li {
    color: rgba(255,255,255,.78);
    font-weight: 800;
}

.ah-dashboard li::before {
    content: "✓";
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    margin-left: 9px;
    border-radius: 999px;
    color: #171b2d;
    background: var(--ah-gold);
    font-size: 12px;
    font-weight: 950;
}

.ah-metric-card {
    display: flex;
    align-items: center;
    gap: 12px;
    width: min(350px, 92%);
    padding: 16px;
    border-radius: 24px;
}

.ah-metric-card > span {
    display: grid;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 17px;
    color: #171b2d;
    background: var(--ah-gold);
    font-weight: 950;
}

.ah-metric-card strong {
    display: block;
    color: #fff;
    font-size: 16px;
}

.ah-metric-card small {
    display: block;
    margin-top: 4px;
    color: rgba(255,255,255,.66);
}

.ah-metric-top {
    top: 122px;
    right: 0;
}

.ah-metric-bottom {
    left: 18px;
    bottom: 0;
}

/* Stats */
.ah-stats {
    margin-top: -46px;
    position: relative;
    z-index: 4;
}

.ah-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.ah-stat-card {
    position: relative;
    min-height: 132px;
    padding: 24px;
    overflow: hidden;
    border: 1px solid var(--ah-border);
    border-radius: 28px;
    background: rgba(255,255,255,.86);
    box-shadow: var(--ah-shadow-soft);
    backdrop-filter: blur(18px);
}

.ah-stat-card::after {
    content: "";
    position: absolute;
    width: 86px;
    height: 86px;
    left: -30px;
    top: -30px;
    border-radius: 999px;
    background: rgba(101,70,255,.09);
}

.ah-stat-card strong {
    display: block;
    color: var(--ah-primary) !important;
    font-size: clamp(28px, 3.4vw, 42px);
    font-weight: 1000;
    line-height: 1.1;
}

.ah-stat-card span {
    display: block;
    margin-top: 10px;
    color: var(--ah-muted);
    font-size: 14px;
    font-weight: 850;
    line-height: 1.6;
}

/* Split sections */
.ah-split-grid,
.ah-path-grid {
    display: grid;
    grid-template-columns: minmax(280px, .78fr) minmax(0, 1.12fr);
    gap: clamp(26px, 5vw, 58px);
    align-items: start;
}

.ah-track-card {
    position: relative;
    padding: clamp(18px, 3vw, 26px);
    border: 1px solid var(--ah-border);
    border-radius: var(--ah-radius-xl);
    background:
        radial-gradient(circle at 0 0, rgba(101,70,255,.12), transparent 34%),
        rgba(255,255,255,.82);
    box-shadow: var(--ah-shadow);
}

.ah-track-tabs,
.ah-course-switch {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 7px;
    border: 1px solid var(--ah-border);
    border-radius: 999px;
    background: rgba(255,255,255,.74);
}

.ah-track-tabs button,
.ah-course-switch button {
    border: 0;
    border-radius: 999px;
    min-height: 42px;
    padding: 0 16px;
    color: var(--ah-muted);
    background: transparent;
    font: inherit;
    font-size: 13px;
    font-weight: 950;
    cursor: pointer;
    transition: color .2s ease, background .2s ease, box-shadow .2s ease;
}

.ah-track-tabs button.is-active,
.ah-course-switch button.is-active {
    color: #fff;
    background: linear-gradient(135deg, var(--ah-primary), var(--ah-primary-2));
    box-shadow: 0 12px 28px rgba(101,70,255,.22);
}

.ah-track-panel {
    margin-top: 18px;
    padding: clamp(24px, 4vw, 36px);
    border-radius: 28px;
    color: #fff;
    background:
        radial-gradient(circle at 0 0, rgba(41,211,255,.18), transparent 34%),
        linear-gradient(135deg, var(--ah-navy), var(--ah-primary-dark));
    overflow: hidden;
}

.ah-track-panel[hidden],
.ah-course-panel[hidden],
.ah-faq-answer[hidden] {
    display: none !important;
}

.ah-track-panel > span {
    color: var(--ah-gold);
    font-size: 13px;
    font-weight: 950;
}

.ah-track-panel h3 {
    margin: 12px 0 14px !important;
    color: #fff !important;
    font-size: clamp(26px, 4vw, 46px);
    line-height: 1.18;
    letter-spacing: -.04em;
}

.ah-track-panel p {
    max-width: 760px;
    color: rgba(255,255,255,.74) !important;
    font-size: 17px;
    line-height: 1.9;
}

.ah-skill-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.ah-skill-cloud span {
    padding: 10px 14px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    color: rgba(255,255,255,.82);
    font-size: 13px;
    font-weight: 850;
}

/* Courses */
.ah-programs-section {
    background:
        radial-gradient(circle at 92% 10%, rgba(101,70,255,.08), transparent 26%),
        linear-gradient(180deg, rgba(255,255,255,.68), rgba(247,246,255,.82));
}

.ah-course-panels {
    min-height: 260px;
}

.ah-courses-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.ah-course-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--ah-border);
    border-radius: 28px;
    background: var(--ah-surface);
    box-shadow: var(--ah-shadow-soft);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.ah-course-card:hover {
    transform: translateY(-7px);
    border-color: rgba(101,70,255,.28);
    box-shadow: 0 26px 80px rgba(31,25,67,.16);
}

.ah-course-media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 20%, rgba(41,211,255,.22), transparent 32%),
        linear-gradient(135deg, rgba(101,70,255,.18), rgba(255,203,102,.22));
}

.ah-course-media img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: transform .45s ease;
}

.ah-course-card:hover .ah-course-media img {
    transform: scale(1.07);
}

.ah-course-placeholder {
    display: grid;
    height: 100%;
    place-items: center;
    color: var(--ah-primary);
    font-size: 34px;
    font-weight: 1000;
}

.ah-discount-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    padding: 7px 12px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #ff5b8c, var(--ah-primary));
    font-size: 12px;
    font-weight: 950;
    box-shadow: 0 12px 28px rgba(101,70,255,.22);
}

.ah-course-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px;
}

.ah-course-topline,
.ah-course-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ah-course-topline span,
.ah-course-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(101,70,255,.08);
    color: var(--ah-primary-dark);
    font-size: 12px;
    font-weight: 900;
}

.ah-course-topline span:last-child {
    background: rgba(255,203,102,.20);
    color: #7a560e;
}

.ah-course-card h3 {
    margin: 16px 0 10px !important;
    color: var(--ah-ink) !important;
    font-size: 21px;
    line-height: 1.45;
    letter-spacing: -.025em;
}

.ah-course-card h3 a:hover {
    color: var(--ah-primary) !important;
}

.ah-course-card p {
    margin: 0 0 18px;
    color: var(--ah-muted) !important;
    font-size: 14px;
    line-height: 1.85;
}

.ah-course-meta {
    margin-top: auto;
}

.ah-course-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding-top: 18px;
    margin-top: 18px;
    border-top: 1px solid rgba(101,70,255,.12);
}

.ah-price {
    color: var(--ah-primary) !important;
    font-size: 16px;
    font-weight: 1000;
}

.ah-price del,
.ah-price .tutor-color-muted {
    margin-inline-end: 6px;
    color: #9d98b2 !important;
    font-weight: 700;
}

.ah-course-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    color: #fff !important;
    background: var(--ah-primary);
    font-size: 13px;
    font-weight: 950;
    white-space: nowrap;
    transition: transform .22s ease, background .22s ease;
}

.ah-course-link:hover {
    transform: translateY(-2px);
    background: var(--ah-primary-dark);
}

.ah-center-action {
    margin-top: 34px;
    text-align: center;
}

.ah-empty-state {
    padding: 42px 24px;
    border: 1px dashed var(--ah-border);
    border-radius: 24px;
    background: rgba(255,255,255,.74);
    text-align: center;
}

.ah-empty-state h3 {
    margin-bottom: 8px !important;
    color: var(--ah-ink) !important;
}

.ah-empty-state p {
    margin: 0;
    color: var(--ah-muted) !important;
}

/* Journey */
.ah-path-section {
    background:
        radial-gradient(circle at 8% 20%, rgba(255,203,102,.16), transparent 28%),
        linear-gradient(180deg, #fff, rgba(247,246,255,.75));
}

.ah-path-list {
    display: grid;
    gap: 16px;
    counter-reset: path;
}

.ah-path-item {
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 18px;
    align-items: start;
    padding: clamp(20px, 3vw, 26px);
    border: 1px solid var(--ah-border);
    border-radius: 26px;
    background: rgba(255,255,255,.84);
    box-shadow: var(--ah-shadow-soft);
    transition: transform .25s ease, border-color .25s ease;
}

.ah-path-item:hover {
    transform: translateY(-5px);
    border-color: rgba(101,70,255,.28);
}

.ah-path-item > span {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(135deg, var(--ah-primary), var(--ah-primary-2));
    font-weight: 1000;
    box-shadow: 0 14px 30px rgba(101,70,255,.20);
}

.ah-path-item h3 {
    margin: 0 0 7px !important;
    color: var(--ah-ink) !important;
    font-size: 22px;
    line-height: 1.3;
}

.ah-path-item p {
    margin: 0;
    color: var(--ah-muted) !important;
    line-height: 1.85;
}

/* Why */
.ah-features-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.ah-feature-card {
    min-height: 248px;
    padding: 26px;
    border: 1px solid var(--ah-border);
    border-radius: 26px;
    background: rgba(255,255,255,.86);
    box-shadow: var(--ah-shadow-soft);
    transition: transform .25s ease, box-shadow .25s ease;
}

.ah-feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 70px rgba(31,25,67,.14);
}

.ah-feature-card > span {
    display: grid;
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    place-items: center;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(135deg, var(--ah-primary), var(--ah-primary-2));
    font-size: 22px;
    font-weight: 1000;
}

.ah-feature-card h3 {
    margin: 0 0 10px !important;
    color: var(--ah-ink) !important;
    font-size: 21px;
}

.ah-feature-card p {
    margin: 0;
    color: var(--ah-muted) !important;
    line-height: 1.85;
}

/* Testimonials */
.ah-testimonials-section {
    color: #fff;
    background:
        radial-gradient(circle at 12% 20%, rgba(41,211,255,.20), transparent 28%),
        linear-gradient(135deg, #111629, #221b52 70%, #312a58);
}

.ah-testimonials-section .ah-section-head h2,
.ah-testimonials-section .ah-section-head p {
    color: #fff !important;
}

.ah-testimonials-section .ah-kicker {
    color: rgba(255,255,255,.86);
    border-color: rgba(255,255,255,.14);
    background: rgba(255,255,255,.08);
}

.ah-slider-controls {
    display: flex;
    gap: 10px;
}

.ah-slider-controls button {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 999px;
    color: #fff;
    background: rgba(255,255,255,.08);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

.ah-slider-controls button:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,.14);
}

.ah-testimonials-slider {
    overflow: hidden;
}

.ah-slider-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 40px) / 3);
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-bottom: 4px;
}

.ah-slider-track::-webkit-scrollbar {
    display: none;
}

.ah-testimonial-card {
    min-height: 290px;
    scroll-snap-align: start;
    padding: 28px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 28px;
    background: rgba(255,255,255,.09);
    box-shadow: 0 20px 70px rgba(0,0,0,.18);
    backdrop-filter: blur(18px);
}

.ah-stars {
    margin-bottom: 18px;
    color: var(--ah-gold);
    letter-spacing: 2px;
}

.ah-testimonial-card p {
    min-height: 126px;
    margin: 0 0 22px;
    color: rgba(255,255,255,.88) !important;
    line-height: 1.9;
    font-weight: 750;
}

.ah-person {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ah-person > span {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, var(--ah-primary), var(--ah-cyan));
    font-weight: 1000;
}

.ah-person strong {
    display: block;
    color: #fff;
}

.ah-person small {
    display: block;
    margin-top: 3px;
    color: rgba(255,255,255,.62);
}

/* FAQ */
.ah-faq-list {
    display: grid;
    gap: 12px;
}

.ah-faq-item {
    border: 1px solid var(--ah-border);
    border-radius: 24px;
    background: rgba(255,255,255,.86);
    box-shadow: 0 12px 36px rgba(31,25,67,.08);
    overflow: hidden;
}

.ah-faq-item button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
    padding: 20px 22px;
    border: 0;
    color: var(--ah-ink);
    background: transparent;
    font: inherit;
    font-weight: 950;
    text-align: right;
    cursor: pointer;
}

.ah-faq-item button i {
    display: grid;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 999px;
    color: #fff;
    background: var(--ah-primary);
    font-style: normal;
    font-size: 20px;
    transition: transform .2s ease;
}

.ah-faq-item.is-open button i {
    transform: rotate(45deg);
}

.ah-faq-answer {
    padding: 0 22px 20px;
}

.ah-faq-answer p {
    margin: 0;
    color: var(--ah-muted) !important;
    line-height: 1.9;
}

/* Blog */
.ah-blog-section {
    background: linear-gradient(180deg, #fff, rgba(247,246,255,.65));
}

.ah-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.ah-blog-card {
    overflow: hidden;
    border: 1px solid var(--ah-border);
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--ah-shadow-soft);
    transition: transform .25s ease, box-shadow .25s ease;
}

.ah-blog-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 26px 78px rgba(31,25,67,.15);
}

.ah-blog-img {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(101,70,255,.14), rgba(41,211,255,.16));
}

.ah-blog-img img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: transform .45s ease;
}

.ah-blog-card:hover .ah-blog-img img {
    transform: scale(1.06);
}

.ah-blog-img span {
    display: grid;
    height: 100%;
    place-items: center;
    color: var(--ah-primary);
    font-size: 32px;
    font-weight: 1000;
}

.ah-blog-body {
    padding: 22px;
}

.ah-blog-body time {
    color: var(--ah-primary);
    font-size: 13px;
    font-weight: 950;
}

.ah-blog-body h3 {
    margin: 11px 0 10px !important;
    color: var(--ah-ink) !important;
    font-size: 21px;
    line-height: 1.45;
}

.ah-blog-body p {
    margin: 0;
    color: var(--ah-muted) !important;
    line-height: 1.85;
}

/* CTA */
.ah-cta-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: clamp(30px, 5vw, 56px);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 38px;
    color: #fff;
    background:
        radial-gradient(circle at 10% 15%, rgba(41,211,255,.22), transparent 32%),
        radial-gradient(circle at 92% 0%, rgba(255,203,102,.22), transparent 28%),
        linear-gradient(135deg, #13182b, #241e58 60%, var(--ah-primary));
    box-shadow: var(--ah-shadow);
}

.ah-cta-card h2,
.ah-cta-card p {
    color: #fff !important;
}

.ah-cta-card p {
    color: rgba(255,255,255,.74) !important;
}

.ah-cta-card .ah-kicker {
    color: #fff;
    border-color: rgba(255,255,255,.14);
    background: rgba(255,255,255,.10);
}

.ah-cta-card .ah-btn-primary {
    color: var(--ah-primary-dark) !important;
    background: #fff;
    box-shadow: 0 18px 42px rgba(0,0,0,.14);
}

.ah-cta-card .ah-btn-ghost {
    color: #fff !important;
    border-color: rgba(255,255,255,.18);
    background: rgba(255,255,255,.10);
}

/* Reveal effects - only active after JS adds is-js. */
.athar-home-pro.is-js [data-ah-reveal] {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .72s ease, transform .72s ease;
}

.athar-home-pro.is-js [data-ah-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

.athar-home-pro.is-js [data-ah-tilt] {
    will-change: transform;
}

/* Shortcode library compatibility */
.athar-shortcode-pro {
    width: 100%;
}

.athar-courses-shortcode {
    width: 100%;
}

.ah-shortcode-grid.columns-1 { grid-template-columns: 1fr; }
.ah-shortcode-grid.columns-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ah-shortcode-grid.columns-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ah-shortcode-grid.columns-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.ah-shortcode-grid.is-list {
    grid-template-columns: 1fr;
}

.ah-shortcode-grid.is-list .ah-course-card {
    display: grid;
    grid-template-columns: minmax(220px, .36fr) 1fr;
    align-items: stretch;
}

.ah-shortcode-grid.is-list .ah-course-media,
.ah-course-mini-media {
    aspect-ratio: auto;
    min-height: 100%;
}

.ah-course-card.is-compact .ah-course-media {
    aspect-ratio: 16 / 8;
}

.ah-course-hero-shortcode {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .74fr);
    gap: 28px;
    align-items: center;
    padding: clamp(24px, 4vw, 44px);
    border: 1px solid var(--ah-border);
    border-radius: var(--ah-radius-xl);
    background:
        radial-gradient(circle at 0 0, rgba(101,70,255,.16), transparent 32%),
        linear-gradient(135deg, rgba(255,255,255,.96), rgba(247,246,255,.92));
    box-shadow: var(--ah-shadow);
    overflow: hidden;
}

.ah-course-hero-copy h2 {
    margin: 16px 0 12px !important;
    color: var(--ah-ink) !important;
    font-size: clamp(30px, 4vw, 54px);
    line-height: 1.15;
    letter-spacing: -.04em;
}

.ah-course-hero-copy p {
    margin: 0 0 20px;
    color: var(--ah-muted) !important;
    font-size: 17px;
    line-height: 1.9;
}

.ah-course-hero-copy .ah-btn {
    margin-top: 24px;
}

.ah-course-hero-media {
    position: relative;
    display: block;
    min-height: 320px;
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(101,70,255,.14), rgba(41,211,255,.16));
}

.ah-course-hero-media img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    min-height: 320px;
    object-fit: cover;
}

.ah-course-hero-media span,
.ah-course-mini-media span,
.ah-page-media span {
    display: grid;
    width: 100%;
    height: 100%;
    min-height: inherit;
    place-items: center;
    color: var(--ah-primary);
    font-size: 34px;
    font-weight: 1000;
}

.ah-course-mini {
    display: grid;
    grid-template-columns: 128px 1fr auto;
    gap: 18px;
    align-items: center;
    padding: 14px;
    border: 1px solid var(--ah-border);
    border-radius: var(--ah-radius-lg);
    background: var(--ah-surface);
    box-shadow: var(--ah-shadow-soft);
}

.ah-course-mini-media {
    display: block;
    height: 112px;
    overflow: hidden;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(101,70,255,.14), rgba(41,211,255,.16));
}

.ah-course-mini-media img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.ah-course-mini-body > span {
    color: var(--ah-primary);
    font-size: 12px;
    font-weight: 900;
}

.ah-course-mini h3 {
    margin: 8px 0 12px !important;
    color: var(--ah-ink) !important;
    font-size: 20px;
    line-height: 1.45;
}

.ah-page-card {
    display: grid;
    grid-template-columns: minmax(220px, .42fr) 1fr;
    overflow: hidden;
    border: 1px solid var(--ah-border);
    border-radius: var(--ah-radius-xl);
    background: var(--ah-surface);
    box-shadow: var(--ah-shadow);
}

.ah-page-card.is-banner {
    grid-template-columns: 1fr minmax(240px, .38fr);
    background:
        radial-gradient(circle at 0 0, rgba(101,70,255,.14), transparent 30%),
        linear-gradient(135deg, #fff, rgba(247,246,255,.92));
}

.ah-page-media {
    display: block;
    min-height: 260px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(101,70,255,.14), rgba(41,211,255,.16));
}

.ah-page-media img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    min-height: 260px;
    object-fit: cover;
}

.ah-page-body {
    padding: clamp(22px, 4vw, 36px);
}

.ah-page-body h3 {
    margin: 18px 0 12px !important;
    color: var(--ah-ink) !important;
    font-size: clamp(24px, 3vw, 38px);
    line-height: 1.25;
    letter-spacing: -.035em;
}

.ah-page-body p {
    margin: 0 0 22px;
    color: var(--ah-muted) !important;
    font-size: 16px;
    line-height: 1.9;
}

/* Responsive */
@media (max-width: 1120px) {
    .ah-hero-grid,
    .ah-split-grid,
    .ah-path-grid {
        grid-template-columns: 1fr;
    }

    .ah-section-head-side {
        position: static;
        max-width: 760px;
    }

    .ah-hero-visual {
        max-width: 680px;
        width: 100%;
        margin-inline: auto;
    }

    .ah-features-grid,
    .ah-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .ah-courses-grid,
    .ah-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ah-slider-track {
        grid-auto-columns: calc((100% - 20px) / 2);
    }

    .ah-shortcode-grid.columns-4,
    .ah-shortcode-grid.columns-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ah-course-hero-shortcode,
    .ah-page-card,
    .ah-page-card.is-banner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .athar-home-pro,
    .athar-shortcode-pro {
        --ah-container: min(100vw - 24px, 1180px);
    }

    .ah-section {
        padding: 62px 0;
    }

    .athar-hero {
        min-height: auto;
        padding-top: 74px;
        padding-bottom: 70px;
    }

    .athar-hero::before {
        inset: 10px;
        border-radius: 24px;
    }

    .ah-hero-copy h1 {
        font-size: clamp(38px, 12vw, 58px);
    }

    .ah-actions,
    .ah-section-head-row,
    .ah-cta-card {
        align-items: stretch;
        flex-direction: column;
    }

    .ah-btn {
        width: 100%;
    }

    .ah-hero-visual {
        min-height: 610px;
    }

    .ah-visual-logo {
        width: 132px;
        height: 132px;
        border-radius: 32px;
    }

    .ah-visual-logo img {
        width: 104px;
        height: 104px;
    }

    .ah-dashboard {
        bottom: 32px;
        padding: 22px;
    }

    .ah-dashboard-bars {
        position: static;
        width: 100%;
        height: 96px;
        margin: 16px 0;
    }

    .ah-metric-card {
        width: calc(100% - 18px);
    }

    .ah-metric-top {
        top: 156px;
        right: 9px;
    }

    .ah-metric-bottom {
        left: 9px;
        bottom: 0;
    }

    .ah-stats {
        margin-top: 0;
    }

    .ah-stats-grid,
    .ah-features-grid,
    .ah-courses-grid,
    .ah-blog-grid,
    .ah-shortcode-grid.columns-4,
    .ah-shortcode-grid.columns-3,
    .ah-shortcode-grid.columns-2,
    .ah-shortcode-grid.is-list .ah-course-card,
    .ah-course-mini {
        grid-template-columns: 1fr;
    }

    .ah-course-switch,
    .ah-track-tabs {
        border-radius: 22px;
    }

    .ah-course-switch button,
    .ah-track-tabs button {
        flex: 1 1 auto;
    }

    .ah-path-item {
        grid-template-columns: 1fr;
    }

    .ah-course-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .ah-course-link {
        width: 100%;
    }

    .ah-slider-track {
        grid-auto-columns: 86%;
    }

    .ah-course-mini .ah-course-link {
        width: 100%;
    }

    .ah-course-mini-media {
        height: 190px;
    }

    .ah-course-hero-media,
    .ah-course-hero-media img,
    .ah-page-media,
    .ah-page-media img {
        min-height: 220px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .athar-home-pro *,
    .athar-shortcode-pro * {
        animation-duration: .001ms !important;
        transition-duration: .001ms !important;
        scroll-behavior: auto !important;
    }
}

/* v1.3 homepage fixes and trainee ratings gallery */
.athar-home-pro,
.athar-shortcode-pro {
    --ah-container: min(1220px, calc(100vw - 44px));
}

.athar-home-pro button,
.athar-shortcode-pro button {
    font-family: inherit;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.athar-home-pro > * {
    position: relative;
    z-index: 1;
}

.elementor-editor-active .athar-home-pro {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.elementor-editor-active .athar-home-pro .ah-container {
    width: min(1180px, calc(100% - 32px));
}

.elementor-editor-active .athar-home-pro .athar-hero {
    min-height: 640px;
}

.athar-home-v12 .athar-hero {
    min-height: clamp(650px, 84vh, 780px);
    overflow: hidden;
}

.athar-home-v12 .ah-hero-grid {
    grid-template-columns: minmax(0, .98fr) minmax(340px, .92fr);
    gap: clamp(30px, 5vw, 70px);
}

.athar-home-v12 .ah-hero-copy h1 {
    max-width: 720px;
    font-size: clamp(42px, 6.4vw, 76px);
    text-wrap: balance;
}

.athar-home-v12 .ah-hero-copy p {
    max-width: 690px;
}

.athar-home-v12 .ah-hero-visual {
    min-height: 530px;
}

.athar-home-pro.is-js .ah-hero-glow-one {
    transform: translate3d(calc(var(--ah-mx, 0) * 22px), calc(var(--ah-my, 0) * -18px), 0);
    transition: transform .18s ease-out;
}

.athar-home-pro.is-js .ah-hero-glow-two {
    transform: translate3d(calc(var(--ah-mx, 0) * -20px), calc(var(--ah-my, 0) * 22px), 0);
    transition: transform .18s ease-out;
}

.athar-home-pro.is-js .ah-dashboard-bars span:nth-child(1) { animation: ah-bar-dance 2.8s ease-in-out infinite alternate; }
.athar-home-pro.is-js .ah-dashboard-bars span:nth-child(2) { animation: ah-bar-dance 3.1s ease-in-out infinite alternate .12s; }
.athar-home-pro.is-js .ah-dashboard-bars span:nth-child(3) { animation: ah-bar-dance 2.6s ease-in-out infinite alternate .2s; }
.athar-home-pro.is-js .ah-dashboard-bars span:nth-child(4) { animation: ah-bar-dance 3.3s ease-in-out infinite alternate .28s; }
.athar-home-pro.is-js .ah-dashboard-bars span:nth-child(5) { animation: ah-bar-dance 2.9s ease-in-out infinite alternate .34s; }

@keyframes ah-bar-dance {
    from { transform: scaleY(.78); filter: saturate(.95); }
    to { transform: scaleY(1.06); filter: saturate(1.25); }
}

.ah-hero-proof {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.ah-proof-item,
.ah-proof-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 56px;
    padding: 10px 16px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    color: rgba(255,255,255,.86) !important;
    backdrop-filter: blur(14px);
}

.ah-proof-item strong {
    color: #fff;
    font-size: 22px;
    font-weight: 1000;
    line-height: 1;
}

.ah-proof-item span,
.ah-proof-link {
    font-size: 13px;
    font-weight: 900;
}

.ah-proof-link {
    background: rgba(255,203,102,.16);
    border-color: rgba(255,203,102,.26);
    transition: transform .22s ease, background .22s ease;
}

.ah-proof-link:hover {
    transform: translateY(-3px);
    background: rgba(255,203,102,.24);
}

.ah-reviews-section {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 12% 16%, rgba(41,211,255,.22), transparent 28%),
        radial-gradient(circle at 86% 8%, rgba(101,70,255,.28), transparent 30%),
        linear-gradient(135deg, #101527 0%, #1d1b48 54%, #33266f 100%);
}

.ah-reviews-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
}

.ah-reviews-shell {
    display: grid;
    grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr);
    gap: clamp(24px, 5vw, 58px);
    align-items: center;
}

.ah-reviews-copy {
    position: relative;
    padding: clamp(24px, 4vw, 34px);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 34px;
    background: rgba(255,255,255,.08);
    box-shadow: 0 24px 90px rgba(0,0,0,.20);
    backdrop-filter: blur(18px);
}

.ah-reviews-copy::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    left: -48px;
    bottom: -54px;
    border-radius: 999px;
    background: rgba(255,203,102,.18);
    filter: blur(2px);
}

.ah-reviews-copy .ah-kicker {
    color: rgba(255,255,255,.88);
    border-color: rgba(255,255,255,.16);
    background: rgba(255,255,255,.10);
}

.ah-reviews-copy h2 {
    margin: 18px 0 14px !important;
    color: #fff !important;
    font-size: clamp(34px, 5vw, 60px);
    line-height: 1.1;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.ah-reviews-copy p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: rgba(255,255,255,.75) !important;
    font-size: 17px;
    line-height: 1.9;
}

.ah-rating-panel {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 8px;
    margin-top: 22px;
    padding: 20px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 26px;
    background: rgba(255,255,255,.10);
}

.ah-rating-score {
    display: flex;
    align-items: end;
    gap: 8px;
}

.ah-rating-score strong {
    color: #fff;
    font-size: 54px;
    font-weight: 1000;
    line-height: .9;
}

.ah-rating-score span {
    color: rgba(255,255,255,.68);
    font-weight: 900;
}

.ah-rating-stars {
    color: var(--ah-gold);
    font-size: 22px;
    letter-spacing: 3px;
}

.ah-rating-panel b {
    color: #fff;
    font-weight: 1000;
}

.ah-review-bars {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 12px;
    margin-top: 20px;
}

.ah-review-bars div {
    display: grid;
    grid-template-columns: 112px 1fr 46px;
    gap: 10px;
    align-items: center;
    color: rgba(255,255,255,.82);
    font-size: 13px;
    font-weight: 900;
}

.ah-review-bars i {
    position: relative;
    display: block;
    height: 10px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
}

.ah-review-bars i::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: var(--ah-bar, 95%);
    border-radius: inherit;
    background: linear-gradient(90deg, var(--ah-cyan), var(--ah-gold));
    transform-origin: left center;
    animation: ah-bar-fill 1.4s ease both;
}

@keyframes ah-bar-fill {
    from { transform: scaleX(.1); opacity: .4; }
    to { transform: scaleX(1); opacity: 1; }
}

.ah-review-gallery {
    min-width: 0;
}

.ah-review-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.ah-review-toolbar strong {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 1000;
}

.ah-review-toolbar span {
    display: block;
    margin-top: 4px;
    color: rgba(255,255,255,.62);
    font-size: 13px;
    font-weight: 850;
}

.ah-review-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(250px, 31%);
    gap: 18px;
    overflow-x: auto;
    padding: 4px 2px 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,.30) transparent;
}

.ah-review-track::-webkit-scrollbar {
    height: 8px;
}

.ah-review-track::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(255,255,255,.26);
}

.ah-review-shot {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 28px;
    background: rgba(255,255,255,.10);
    cursor: zoom-in;
    scroll-snap-align: start;
    box-shadow: 0 20px 70px rgba(0,0,0,.20);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.ah-review-shot:hover {
    transform: translateY(-7px);
    border-color: rgba(255,203,102,.42);
    box-shadow: 0 30px 100px rgba(0,0,0,.28);
}

.ah-review-shot img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    min-height: 360px;
    object-fit: cover;
    transition: transform .45s ease, filter .45s ease;
}

.ah-review-shot:hover img {
    transform: scale(1.045);
    filter: saturate(1.08) contrast(1.02);
}

.ah-review-shot span {
    position: absolute;
    inset-inline: 14px;
    bottom: 14px;
    display: inline-flex;
    justify-content: center;
    min-height: 42px;
    padding: 12px 14px;
    border-radius: 999px;
    color: #fff;
    background: rgba(15,20,36,.72);
    font-size: 13px;
    font-weight: 950;
    opacity: 0;
    transform: translateY(10px);
    backdrop-filter: blur(14px);
    transition: opacity .22s ease, transform .22s ease;
}

.ah-review-shot:hover span,
.ah-review-shot:focus-visible span {
    opacity: 1;
    transform: translateY(0);
}

.ah-lightbox[hidden] {
    display: none !important;
}

.ah-lightbox {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 72px;
    gap: 14px;
    align-items: center;
    padding: clamp(16px, 4vw, 44px);
    background: rgba(8, 10, 21, .86);
    backdrop-filter: blur(18px);
}

body.ah-lightbox-open {
    overflow: hidden;
}

.ah-lightbox figure {
    min-width: 0;
    max-width: min(920px, 86vw);
    max-height: 88vh;
    margin: 0 auto;
    text-align: center;
}

.ah-lightbox img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 82vh;
    margin: 0 auto;
    border-radius: 24px;
    box-shadow: 0 28px 120px rgba(0,0,0,.45);
    background: #fff;
}

.ah-lightbox figcaption {
    margin-top: 12px;
    color: rgba(255,255,255,.78);
    font-weight: 900;
}

.ah-lightbox button {
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    color: #fff;
    background: rgba(255,255,255,.10);
    cursor: pointer;
    transition: transform .22s ease, background .22s ease;
}

.ah-lightbox button:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,.18);
}

.ah-lightbox-close {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 48px;
    height: 48px;
    font-size: 30px;
    line-height: 1;
}

.ah-lightbox-nav {
    width: 58px;
    height: 58px;
    font-size: 36px;
    line-height: 1;
}

@media (max-width: 1120px) {
    .athar-home-v12 .ah-hero-grid,
    .ah-reviews-shell {
        grid-template-columns: 1fr;
    }

    .athar-home-v12 .ah-hero-copy,
    .athar-home-v12 .ah-hero-copy h1,
    .athar-home-v12 .ah-hero-copy p {
        max-width: 760px;
    }

    .ah-reviews-copy {
        max-width: 780px;
    }

    .ah-review-track {
        grid-auto-columns: minmax(260px, 42%);
    }
}

@media (max-width: 720px) {
    .athar-home-pro,
    .athar-shortcode-pro {
        --ah-container: min(100vw - 24px, 1180px);
    }

    .athar-home-v12 .ah-hero-copy h1 {
        font-size: clamp(36px, 10.8vw, 54px);
    }

    .ah-hero-proof,
    .ah-proof-item,
    .ah-proof-link,
    .ah-review-toolbar,
    .ah-review-bars div {
        align-items: stretch;
    }

    .ah-proof-item,
    .ah-proof-link {
        width: 100%;
        justify-content: space-between;
        border-radius: 22px;
    }

    .ah-review-bars div {
        grid-template-columns: 1fr 50px;
    }

    .ah-review-bars i {
        grid-column: 1 / -1;
        order: 3;
    }

    .ah-review-toolbar {
        flex-direction: column;
    }

    .ah-review-controls {
        width: 100%;
    }

    .ah-review-controls button {
        flex: 1;
    }

    .ah-review-track {
        grid-auto-columns: 84%;
    }

    .ah-review-shot,
    .ah-review-shot img {
        min-height: 320px;
    }

    .ah-lightbox {
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr auto;
        padding: 16px;
    }

    .ah-lightbox figure {
        max-width: 100%;
    }

    .ah-lightbox-nav {
        width: 100%;
        height: 46px;
    }

    .ah-lightbox-prev {
        order: 3;
    }

    .ah-lightbox-next {
        order: 1;
    }

    .ah-lightbox figure {
        order: 2;
    }
}


/* v1.4 - stronger interactive hero, visible logo, mobile refinements */
.athar-home-pro {
    --ah-container: min(1240px, calc(100vw - 44px));
}

.athar-hero-v14 {
    min-height: clamp(720px, 88vh, 860px);
    padding-top: clamp(82px, 8vw, 126px);
    padding-bottom: clamp(74px, 8vw, 120px);
    overflow: hidden;
}

.athar-hero-v14::before {
    border-color: rgba(255,255,255,.10);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.ah-hero-pattern {
    position: absolute;
    inset: 0;
    opacity: .36;
    pointer-events: none;
    background-image:
        radial-gradient(circle at center, rgba(255,255,255,.16) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 28px 28px, 76px 76px, 76px 76px;
    mask-image: radial-gradient(circle at 48% 42%, #000, transparent 72%);
}

.ah-hero-grid-v14 {
    grid-template-columns: minmax(0, 1.02fr) minmax(390px, .88fr);
    gap: clamp(34px, 6vw, 86px);
}

.athar-home-v12 .ah-hero-grid-v14 .ah-hero-copy h1,
.athar-home-pro .ah-hero-grid-v14 .ah-hero-copy h1 {
    max-width: 760px;
    font-size: clamp(44px, 6.8vw, 84px);
    line-height: 1.06;
}

.ah-hero-magnet {
    position: relative;
    max-width: 720px;
    margin-top: 30px;
    padding: clamp(18px, 2.6vw, 24px);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 30px;
    background:
        radial-gradient(circle at 4% 0%, rgba(41,211,255,.20), transparent 36%),
        rgba(255,255,255,.09);
    box-shadow: 0 28px 90px rgba(0,0,0,.20);
    backdrop-filter: blur(20px);
    transform-style: preserve-3d;
}

.ah-hero-magnet::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(255,255,255,.30), rgba(101,70,255,.06), rgba(255,203,102,.20));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.ah-magnet-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
}

.ah-magnet-head span {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    color: #171b2d;
    background: var(--ah-gold);
    font-size: 12px;
    font-weight: 1000;
}

.ah-magnet-head strong {
    color: #fff;
    font-size: clamp(16px, 1.8vw, 20px);
    font-weight: 1000;
}

.ah-goal-buttons {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 14px;
}

.ah-goal-buttons button {
    min-height: 46px;
    padding: 0 12px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 999px;
    color: rgba(255,255,255,.78);
    background: rgba(255,255,255,.07);
    font-size: 13px;
    font-weight: 950;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.ah-goal-buttons button:hover,
.ah-goal-buttons button.is-active {
    transform: translateY(-2px);
    color: #fff;
    border-color: rgba(255,203,102,.34);
    background: linear-gradient(135deg, rgba(101,70,255,.78), rgba(128,103,255,.68));
}

.ah-goal-panel {
    position: relative;
    overflow: hidden;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 24px;
    background: rgba(10, 14, 29, .28);
}

.ah-goal-panel[hidden] {
    display: none !important;
}

.ah-goal-panel.is-active {
    animation: ah-goal-in .28s ease both;
}

@keyframes ah-goal-in {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.ah-goal-meter {
    height: 9px;
    margin-bottom: 14px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
}

.ah-goal-meter span {
    display: block;
    width: var(--ah-goal-progress, 70%);
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--ah-cyan), var(--ah-gold));
    transform-origin: right center;
    animation: ah-meter-pulse 1.6s ease-in-out infinite alternate;
}

@keyframes ah-meter-pulse {
    from { filter: saturate(.95); transform: scaleX(.94); }
    to { filter: saturate(1.2); transform: scaleX(1); }
}

.ah-goal-panel h3 {
    margin: 0 0 8px !important;
    color: #fff !important;
    font-size: clamp(21px, 2.4vw, 30px);
    line-height: 1.25;
}

.ah-goal-panel p {
    color: rgba(255,255,255,.76) !important;
    font-size: 15px;
    line-height: 1.8;
}

.ah-goal-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.ah-goal-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 7px 11px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 999px;
    color: rgba(255,255,255,.86);
    background: rgba(255,255,255,.08);
    font-size: 12px;
    font-weight: 900;
}

.ah-hero-visual-v14 {
    min-height: 610px;
    display: grid;
    align-items: center;
}

.ah-orbit-logo {
    position: absolute;
    top: 2px;
    right: 24px;
    z-index: 8;
    display: grid;
    width: 116px;
    height: 116px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.20);
    border-radius: 30px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 26px 90px rgba(0,0,0,.26);
    transform-style: preserve-3d;
}

.ah-orbit-logo::after {
    content: "";
    position: absolute;
    inset: -10px;
    z-index: -1;
    border-radius: 38px;
    background: conic-gradient(from 0deg, rgba(101,70,255,.0), rgba(101,70,255,.42), rgba(41,211,255,.36), rgba(255,203,102,.34), rgba(101,70,255,.0));
    filter: blur(10px);
    animation: ah-spin 7s linear infinite;
}

@keyframes ah-spin { to { transform: rotate(360deg); } }

.ah-orbit-logo img {
    width: 88px;
    height: 88px;
    object-fit: contain;
}

.ah-flow-card {
    position: relative;
    z-index: 4;
    width: min(100%, 500px);
    margin-inline: auto;
    margin-top: 72px;
    padding: clamp(20px, 3vw, 28px);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 34px;
    color: #fff;
    background:
        radial-gradient(circle at 0 0, rgba(41,211,255,.20), transparent 36%),
        linear-gradient(160deg, rgba(255,255,255,.14), rgba(255,255,255,.06));
    box-shadow: 0 34px 110px rgba(0,0,0,.28);
    backdrop-filter: blur(22px);
    transform-style: preserve-3d;
}

.ah-flow-card::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    left: -96px;
    top: -104px;
    border-radius: 999px;
    background: rgba(101,70,255,.22);
    pointer-events: none;
}

.ah-flow-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.ah-live-dot {
    position: relative;
    display: inline-block;
    flex: 0 0 14px;
    width: 14px;
    height: 14px;
    border-radius: 999px;
    background: #30f2a0;
    box-shadow: 0 0 0 8px rgba(48,242,160,.12);
}

.ah-live-dot::after {
    content: "";
    position: absolute;
    inset: -8px;
    border: 1px solid rgba(48,242,160,.44);
    border-radius: inherit;
    animation: ah-ping 1.5s ease-out infinite;
}

@keyframes ah-ping {
    from { transform: scale(.8); opacity: 1; }
    to { transform: scale(1.7); opacity: 0; }
}

.ah-flow-head strong {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 1000;
}

.ah-flow-head small {
    display: block;
    margin-top: 3px;
    color: rgba(255,255,255,.64);
    font-weight: 850;
}

.ah-flow-steps {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
}

.ah-flow-steps button {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 54px;
    padding: 10px 12px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 20px;
    color: rgba(255,255,255,.78);
    background: rgba(255,255,255,.07);
    font-size: 14px;
    font-weight: 950;
    text-align: right;
    cursor: pointer;
    transition: transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
}

.ah-flow-steps button span {
    display: grid;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 14px;
    color: #171b2d;
    background: rgba(255,255,255,.86);
    font-weight: 1000;
}

.ah-flow-steps button.is-active,
.ah-flow-steps button:hover {
    transform: translateX(-4px);
    color: #fff;
    border-color: rgba(255,203,102,.32);
    background: rgba(101,70,255,.42);
}

.ah-flow-steps button.is-active span {
    background: var(--ah-gold);
}

.ah-flow-preview {
    position: relative;
    z-index: 1;
    min-height: 114px;
    margin-top: 18px;
}

.ah-preview-card {
    display: none;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 24px;
    background: rgba(10,14,29,.30);
}

.ah-preview-card.is-active {
    display: block;
    animation: ah-goal-in .28s ease both;
}

.ah-preview-card b {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 1000;
}

.ah-preview-card span {
    display: block;
    margin-top: 6px;
    color: rgba(255,255,255,.70);
    line-height: 1.75;
}

.ah-flow-projects {
    position: relative;
    z-index: 1;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 62px;
    margin-top: 14px;
    padding: 12px 16px;
    border: 1px solid rgba(255,203,102,.32);
    border-radius: 22px;
    color: #fff !important;
    background: rgba(255,203,102,.13);
    transition: transform .22s ease, background .22s ease;
}

.ah-flow-projects:hover {
    transform: translateY(-3px);
    background: rgba(255,203,102,.20);
}

.ah-flow-projects span,
.ah-flow-projects b {
    font-size: 13px;
    font-weight: 950;
}

.ah-flow-projects b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    color: #171b2d;
    background: var(--ah-gold);
    white-space: nowrap;
}

.ah-pulse-badge {
    position: absolute;
    z-index: 6;
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 10px 15px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    color: rgba(255,255,255,.90);
    background: rgba(255,255,255,.10);
    box-shadow: 0 18px 60px rgba(0,0,0,.20);
    backdrop-filter: blur(16px);
    font-size: 13px;
    font-weight: 950;
    animation: ah-float-soft 4.2s ease-in-out infinite;
}

.ah-pulse-badge-one {
    right: 0;
    bottom: 76px;
}

.ah-pulse-badge-two {
    left: 0;
    top: 164px;
    animation-delay: .7s;
}

@keyframes ah-float-soft {
    0%, 100% { transform: translate3d(0,0,0); }
    50% { transform: translate3d(0,-14px,0); }
}

.ah-proof-item-soft strong {
    color: var(--ah-gold);
}

.ah-rating-project-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    width: fit-content;
    margin-top: 12px;
    padding: 0 15px;
    border-radius: 999px;
    color: #171b2d !important;
    background: var(--ah-gold);
    font-size: 13px;
    font-weight: 1000;
}

.ah-review-toolbar strong::before {
    content: "★";
    margin-left: 8px;
    color: var(--ah-gold);
}

.athar-home-pro.is-js .ah-flow-card {
    animation: ah-card-breathe 4.8s ease-in-out infinite;
}

@keyframes ah-card-breathe {
    0%, 100% { box-shadow: 0 34px 110px rgba(0,0,0,.28); }
    50% { box-shadow: 0 38px 130px rgba(101,70,255,.28); }
}

@media (max-width: 1120px) {
    .ah-hero-grid-v14 {
        grid-template-columns: 1fr;
    }

    .ah-hero-visual-v14 {
        max-width: 680px;
        min-height: 620px;
    }

    .ah-pulse-badge-one { right: 18px; }
    .ah-pulse-badge-two { left: 18px; }
}

@media (max-width: 780px) {
    .athar-home-pro {
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .athar-home-pro,
    .athar-shortcode-pro {
        --ah-container: min(100vw - 26px, 1180px);
    }

    .athar-hero-v14 {
        min-height: auto;
        padding-top: 58px;
        padding-bottom: 54px;
    }

    .athar-home-v12 .ah-hero-grid-v14 .ah-hero-copy h1,
    .athar-home-pro .ah-hero-grid-v14 .ah-hero-copy h1 {
        font-size: clamp(36px, 10.5vw, 52px);
    }

    .ah-magnet-head {
        align-items: stretch;
        flex-direction: column;
    }

    .ah-magnet-head span {
        width: fit-content;
    }

    .ah-goal-buttons {
        grid-template-columns: 1fr;
    }

    .ah-hero-visual-v14 {
        min-height: 580px;
    }

    .ah-orbit-logo {
        top: 0;
        right: 50%;
        width: 104px;
        height: 104px;
        border-radius: 28px;
        transform: translateX(50%);
    }

    .ah-orbit-logo img {
        width: 78px;
        height: 78px;
    }

    .ah-flow-card {
        width: 100%;
        margin-top: 88px;
        border-radius: 28px;
    }

    .ah-flow-steps button {
        min-height: 50px;
        font-size: 13px;
    }

    .ah-flow-projects {
        align-items: stretch;
        flex-direction: column;
    }

    .ah-flow-projects b {
        width: 100%;
    }

    .ah-pulse-badge {
        position: relative;
        inset: auto !important;
        justify-content: center;
        width: 100%;
        margin-top: 10px;
        animation: none;
    }

    .ah-pulse-badge-one {
        margin-top: 14px;
    }

    .ah-pulse-badge-two {
        margin-top: 10px;
    }

    .ah-hero-proof,
    .ah-proof-item,
    .ah-proof-link {
        width: 100%;
    }

    .ah-proof-item,
    .ah-proof-link {
        min-height: 54px;
        justify-content: space-between;
        border-radius: 20px;
    }

    .ah-review-toolbar span {
        display: none;
    }
}

@media (max-width: 420px) {
    .ah-flow-card {
        padding: 16px;
    }

    .ah-flow-head strong {
        font-size: 16px;
    }

    .ah-flow-head small,
    .ah-flow-projects span {
        font-size: 12px;
    }

    .ah-flow-steps button span {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
    }
}


/* v1.4 final polish: keep the logo clean and separated from the interactive card */
.athar-home-v14 .ah-stars-inline {
    color: var(--ah-gold) !important;
    font-size: 18px !important;
    letter-spacing: 2px;
    white-space: nowrap;
}

.athar-home-v14 .ah-hero-visual-v14 {
    min-height: 700px;
}

.athar-home-v14 .ah-orbit-logo {
    top: 8px;
    right: 50%;
    transform: translateX(50%);
}

.athar-home-v14 .ah-flow-card {
    margin-top: 158px;
}

@media (max-width: 1120px) {
    .athar-home-v14 .ah-hero-visual-v14 {
        min-height: 690px;
    }
}

@media (max-width: 780px) {
    .athar-home-v14 .ah-hero-visual-v14 {
        min-height: auto;
        padding-top: 0;
    }

    .athar-home-v14 .ah-orbit-logo {
        position: relative;
        top: auto;
        right: auto;
        margin: 0 auto 14px;
        transform: none;
    }

    .athar-home-v14 .ah-flow-card {
        margin-top: 0;
    }
}


/* v1.5 professional copy pages: About + Contact */
.athar-page-pro {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 10%, rgba(101,70,255,.10), transparent 28%),
        radial-gradient(circle at 88% 20%, rgba(41,211,255,.10), transparent 28%),
        linear-gradient(180deg, #fff 0%, #f7f6ff 42%, #fff 100%);
}

.elementor-editor-active .athar-page-pro {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.ah-page-hero {
    position: relative;
    padding: clamp(78px, 9vw, 130px) 0 clamp(64px, 8vw, 110px);
    color: #fff;
    background:
        radial-gradient(circle at 18% 8%, rgba(41,211,255,.20), transparent 28%),
        radial-gradient(circle at 88% 12%, rgba(101,70,255,.36), transparent 28%),
        linear-gradient(135deg, #0f1424 0%, #1b2140 48%, #2b2361 100%);
}

.ah-page-hero::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 34px;
    pointer-events: none;
}

.ah-page-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .78fr);
    gap: clamp(26px, 6vw, 74px);
    align-items: center;
}

.ah-page-hero-copy h1 {
    max-width: 820px;
    margin: 18px 0 20px !important;
    color: #fff !important;
    font-size: clamp(42px, 6.6vw, 78px);
    line-height: 1.12;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.ah-page-hero-copy p {
    max-width: 760px;
    margin: 0;
    color: rgba(255,255,255,.76) !important;
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.9;
}

.ah-page-hero .ah-kicker {
    color: #fff;
    border-color: rgba(255,255,255,.16);
    background: rgba(255,255,255,.10);
}

.ah-page-hero-card,
.ah-contact-orb {
    position: relative;
    padding: clamp(24px, 4vw, 36px);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 34px;
    background:
        radial-gradient(circle at 10% 0%, rgba(255,203,102,.18), transparent 36%),
        rgba(255,255,255,.10);
    box-shadow: 0 24px 90px rgba(0,0,0,.22);
    backdrop-filter: blur(18px);
}

.ah-page-hero-card img,
.ah-contact-orb img {
    width: 112px;
    height: 112px;
    object-fit: contain;
    margin-bottom: 18px;
    padding: 12px;
    border-radius: 28px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 18px 44px rgba(0,0,0,.18);
}

.ah-page-hero-card h2,
.ah-contact-orb h2 {
    margin: 0 0 12px !important;
    color: #fff !important;
    font-size: clamp(28px, 3.4vw, 42px);
    line-height: 1.2;
    letter-spacing: -.035em;
}

.ah-page-hero-card p,
.ah-contact-orb p {
    margin: 0;
    color: rgba(255,255,255,.72) !important;
    line-height: 1.9;
}

.ah-mini-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 10px;
    margin-top: 24px;
}

.ah-mini-stats span {
    min-height: 82px;
    padding: 14px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 20px;
    background: rgba(255,255,255,.08);
    color: rgba(255,255,255,.74);
    font-size: 12px;
    font-weight: 850;
    line-height: 1.6;
}

.ah-mini-stats strong {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 1000;
}

.ah-values-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 18px;
}

.ah-value-card,
.ah-milestone-card,
.ah-leader-card,
.ah-contact-card {
    position: relative;
    padding: clamp(22px, 3vw, 30px);
    border: 1px solid var(--ah-border);
    border-radius: 28px;
    background: rgba(255,255,255,.88);
    box-shadow: var(--ah-shadow-soft);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.ah-value-card:hover,
.ah-milestone-card:hover,
.ah-leader-card:hover,
.ah-contact-card:hover {
    transform: translateY(-6px);
    border-color: rgba(101,70,255,.28);
    box-shadow: 0 26px 78px rgba(31,25,67,.14);
}

.ah-value-card h3,
.ah-milestone-card h3,
.ah-leader-card h3,
.ah-contact-card strong {
    margin: 0 0 10px !important;
    color: var(--ah-ink) !important;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 1000;
}

.ah-value-card p,
.ah-milestone-card p,
.ah-leader-card p {
    margin: 0;
    color: var(--ah-muted) !important;
    line-height: 1.9;
}

.ah-about-proof {
    background:
        radial-gradient(circle at 10% 16%, rgba(255,203,102,.16), transparent 26%),
        linear-gradient(180deg, #fff, rgba(247,246,255,.78));
}

.ah-milestone-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.ah-milestone-card {
    min-height: 250px;
}

.ah-milestone-card > span {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    padding: 0 12px;
    margin-bottom: 18px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, var(--ah-primary), var(--ah-primary-2));
    font-size: 12px;
    font-weight: 1000;
}

.ah-leaders-section {
    background: linear-gradient(180deg, rgba(247,246,255,.70), #fff);
}

.ah-leaders-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 20px;
}

.ah-leader-avatar {
    display: grid;
    width: 64px;
    height: 64px;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 22px;
    color: #fff;
    background: linear-gradient(135deg, var(--ah-primary), var(--ah-cyan));
    font-size: 28px;
    font-weight: 1000;
}

.ah-leader-card strong {
    display: block;
    min-height: 50px;
    margin-bottom: 12px;
    color: var(--ah-primary-dark);
    line-height: 1.7;
}

.ah-message-section {
    color: #fff;
    background:
        radial-gradient(circle at 10% 10%, rgba(41,211,255,.20), transparent 28%),
        linear-gradient(135deg, #111629, #221b52 70%, #312a58);
}

.ah-message-card {
    max-width: 920px;
    margin-inline: auto;
    padding: clamp(30px, 5vw, 56px);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 36px;
    background: rgba(255,255,255,.09);
    box-shadow: 0 24px 90px rgba(0,0,0,.22);
    backdrop-filter: blur(18px);
    text-align: center;
}

.ah-message-card h2 {
    margin: 16px 0 14px !important;
    color: #fff !important;
    font-size: clamp(32px, 5vw, 58px);
    line-height: 1.12;
    letter-spacing: -.045em;
}

.ah-message-card p {
    margin: 0 auto 28px;
    max-width: 760px;
    color: rgba(255,255,255,.76) !important;
    font-size: 18px;
    line-height: 1.95;
}

.ah-message-card .ah-kicker {
    color: #fff;
    border-color: rgba(255,255,255,.14);
    background: rgba(255,255,255,.10);
}

.ah-contact-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 18px;
    margin-top: -42px;
    position: relative;
    z-index: 5;
}

.ah-contact-card span {
    display: inline-flex;
    margin-bottom: 14px;
    color: var(--ah-primary);
    font-size: 13px;
    font-weight: 1000;
}

.ah-contact-card strong {
    display: block;
    min-height: 58px;
}

.ah-contact-card a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    color: #fff !important;
    background: var(--ah-primary);
    font-size: 13px;
    font-weight: 950;
}

.ah-contact-topic-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.ah-contact-topic-list button {
    min-height: 44px;
    padding: 0 15px;
    border: 1px solid var(--ah-border);
    border-radius: 999px;
    color: var(--ah-primary-dark);
    background: rgba(255,255,255,.82);
    font: inherit;
    font-size: 13px;
    font-weight: 950;
    cursor: pointer;
    transition: transform .22s ease, background .22s ease, color .22s ease;
}

.ah-contact-topic-list button:hover,
.ah-contact-topic-list button.is-active {
    transform: translateY(-2px);
    color: #fff;
    background: var(--ah-primary);
}

.ah-contact-form {
    display: grid;
    gap: 16px;
    padding: clamp(22px, 4vw, 34px);
    border: 1px solid var(--ah-border);
    border-radius: 32px;
    background: rgba(255,255,255,.90);
    box-shadow: var(--ah-shadow);
}

.ah-contact-form label {
    display: grid;
    gap: 8px;
    margin: 0;
}

.ah-contact-form label span {
    color: var(--ah-ink);
    font-size: 14px;
    font-weight: 950;
}

.ah-contact-form input,
.ah-contact-form select,
.ah-contact-form textarea {
    width: 100%;
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid rgba(101,70,255,.18);
    border-radius: 18px;
    color: var(--ah-ink);
    background: #fff;
    font: inherit;
    font-size: 15px;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.ah-contact-form textarea {
    min-height: 140px;
    padding-top: 14px;
    resize: vertical;
}

.ah-contact-form input:focus,
.ah-contact-form select:focus,
.ah-contact-form textarea:focus {
    border-color: rgba(101,70,255,.48);
    box-shadow: 0 0 0 4px rgba(101,70,255,.10);
}

.ah-contact-form .ah-btn {
    width: 100%;
}

.ah-form-note {
    margin: 0;
    color: var(--ah-muted) !important;
    font-size: 13px;
    line-height: 1.8;
    text-align: center;
}

.ah-contact-help {
    background: linear-gradient(180deg, rgba(247,246,255,.68), #fff);
}

@media (max-width: 1120px) {
    .ah-page-hero-grid,
    .ah-milestone-grid {
        grid-template-columns: 1fr;
    }

    .ah-milestone-grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }
}

@media (max-width: 980px) {
    .ah-leaders-grid,
    .ah-contact-cards {
        grid-template-columns: 1fr;
    }

    .ah-contact-cards {
        margin-top: 22px;
    }
}

@media (max-width: 720px) {
    .athar-page-pro {
        --ah-container: min(100vw - 22px, 1180px);
    }

    .ah-page-hero {
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .ah-page-hero::before {
        inset: 10px;
        border-radius: 24px;
    }

    .ah-page-hero-copy {
        text-align: center;
    }

    .ah-page-hero-copy h1 {
        font-size: clamp(34px, 10.4vw, 50px);
    }

    .ah-page-hero-copy .ah-kicker,
    .ah-page-hero-copy .ah-actions {
        justify-content: center;
    }

    .ah-page-hero-card,
    .ah-contact-orb {
        border-radius: 26px;
    }

    .ah-mini-stats,
    .ah-values-grid,
    .ah-milestone-grid {
        grid-template-columns: 1fr;
    }

    .ah-leader-card strong {
        min-height: 0;
    }

    .ah-contact-topic-list {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ah-contact-topic-list button {
        width: 100%;
    }
}


/* v1.6: bootcamps-first Arabic copy, student gallery polish, and executive message */
.athar-home-v14 .ah-proof-link[href="#athar-students-gallery"] {
    border-color: rgba(255,203,102,.30);
    background: rgba(255,203,102,.12);
}

.ah-review-track {
    grid-auto-columns: minmax(270px, 32%);
}

.ah-review-shot {
    display: grid;
    min-height: 390px;
    padding: 10px;
    background:
        radial-gradient(circle at 20% 0%, rgba(255,203,102,.14), transparent 28%),
        rgba(255,255,255,.10);
}

.ah-review-shot img {
    height: 370px !important;
    min-height: 0 !important;
    object-fit: contain !important;
    border-radius: 20px;
    background: rgba(255,255,255,.96);
}

.ah-review-shot span {
    bottom: 18px;
}

.ah-reviews-copy h2 {
    max-width: 560px;
}

.ah-rating-panel {
    overflow: hidden;
}

.ah-rating-panel::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    inset-block-start: -50px;
    inset-inline-start: -40px;
    border-radius: 999px;
    background: rgba(41,211,255,.16);
}

.ah-rating-score,
.ah-rating-stars,
.ah-rating-panel p,
.ah-rating-project-link {
    position: relative;
    z-index: 1;
}

.ah-exec-section {
    background:
        radial-gradient(circle at 14% 12%, rgba(101,70,255,.14), transparent 26%),
        linear-gradient(180deg, #fff, rgba(247,246,255,.82));
}

.ah-exec-card {
    display: grid;
    grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
    gap: clamp(24px, 5vw, 56px);
    align-items: center;
    padding: clamp(24px, 5vw, 54px);
    border: 1px solid var(--ah-border);
    border-radius: 38px;
    background:
        radial-gradient(circle at 0% 0%, rgba(255,203,102,.18), transparent 28%),
        linear-gradient(135deg, rgba(255,255,255,.96), rgba(247,246,255,.88));
    box-shadow: var(--ah-shadow-soft);
}

.ah-exec-photo {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 360px;
    overflow: hidden;
    border-radius: 32px;
    background:
        radial-gradient(circle at 50% 20%, rgba(41,211,255,.22), transparent 32%),
        linear-gradient(135deg, #13182d, #2b2361);
}

.ah-exec-photo::after {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 26px;
    pointer-events: none;
}

.ah-exec-photo img {
    position: relative;
    z-index: 1;
    width: min(260px, 72%);
    max-height: 300px;
    object-fit: cover;
    border-radius: 28px;
    box-shadow: 0 22px 80px rgba(0,0,0,.28);
    background: #fff;
}

.ah-exec-photo span {
    position: absolute;
    z-index: 2;
    inset-inline: 22px;
    bottom: 22px;
    padding: 12px 14px;
    border-radius: 999px;
    color: rgba(255,255,255,.86);
    background: rgba(255,255,255,.12);
    backdrop-filter: blur(14px);
    font-size: 12px;
    font-weight: 900;
    text-align: center;
}

.ah-exec-copy h2 {
    margin: 18px 0 16px !important;
    color: var(--ah-ink) !important;
    font-size: clamp(34px, 4.8vw, 62px);
    line-height: 1.16;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.ah-exec-copy p {
    margin: 0 0 14px;
    color: var(--ah-muted) !important;
    font-size: 17px;
    line-height: 2;
}

.ah-exec-sign {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid var(--ah-border);
}

.ah-exec-sign strong {
    color: var(--ah-primary-dark);
    font-size: 18px;
    font-weight: 1000;
}

.ah-exec-sign span {
    color: var(--ah-muted);
    font-size: 14px;
    font-weight: 850;
}

@media (max-width: 980px) {
    .ah-exec-card {
        grid-template-columns: 1fr;
    }

    .ah-exec-photo {
        min-height: 300px;
    }
}

@media (max-width: 720px) {
    .ah-review-track {
        grid-auto-columns: minmax(240px, 84vw);
    }

    .ah-review-shot {
        min-height: 340px;
    }

    .ah-review-shot img {
        height: 320px !important;
    }

    .ah-exec-card {
        padding: 22px;
        border-radius: 28px;
    }

    .ah-exec-copy {
        text-align: center;
    }

    .ah-exec-copy .ah-kicker,
    .ah-exec-sign {
        justify-content: center;
    }
}

/* v1.7 course purchase button and editable page helpers */
.ah-course-footer .ah-course-link,
.ah-course-footer .ah-course-buy-link {
    flex: 1 1 0;
}

.ah-course-buy-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    color: var(--ah-primary) !important;
    background: #fff;
    border: 1px solid rgba(101, 70, 255, .55);
    font-size: 13px;
    font-weight: 950;
    white-space: nowrap;
    transition: transform .22s ease, background .22s ease, border-color .22s ease;
}

.ah-course-buy-link:hover {
    transform: translateY(-2px);
    background: rgba(101, 70, 255, .08);
    border-color: var(--ah-primary);
}

.athar-editable-page {
    --ah-editable-card: rgba(255,255,255,.08);
}

.athar-editable-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 15%, rgba(37, 197, 255, .18), transparent 34%),
        radial-gradient(circle at 88% 15%, rgba(121, 76, 255, .22), transparent 32%),
        linear-gradient(135deg, #102e46 0%, #191844 56%, #2d2369 100%);
    color: #fff !important;
}

.athar-editable-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
    background-size: 32px 32px;
    opacity: .55;
}

.ah-editable-hero-grid,
.ah-contact-launch-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
    gap: 34px;
    align-items: center;
}

.ah-editable-hero-copy h1,
.ah-contact-launch-copy h1 {
    margin: 16px 0;
    color: #fff !important;
    font-size: clamp(38px, 5vw, 72px);
    line-height: 1.08;
    font-weight: 1000;
    letter-spacing: -.04em;
}

.ah-editable-hero-copy p,
.ah-contact-launch-copy p {
    margin: 0 0 24px;
    color: rgba(255,255,255,.78) !important;
    font-size: 18px;
    line-height: 1.95;
}

.ah-editable-hero-card,
.ah-contact-routing {
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 30px;
    padding: 28px;
    background: linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.06));
    box-shadow: 0 30px 80px rgba(0,0,0,.2);
    backdrop-filter: blur(14px);
}

.ah-editable-hero-card img {
    width: 88px;
    height: 88px;
    object-fit: contain;
    border-radius: 24px;
    margin-bottom: 18px;
    filter: drop-shadow(0 12px 24px rgba(75,229,255,.25));
}

.ah-editable-hero-card h2,
.ah-contact-routing strong {
    margin: 0 0 18px;
    color: #fff !important;
    font-size: 24px;
    font-weight: 1000;
}

.ah-editable-hero-card ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.ah-editable-hero-card li,
.ah-contact-routing a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.14);
    color: #fff !important;
    font-weight: 900;
}

.ah-editable-hero-card li::before {
    content: "✓";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ffc75b;
    color: #17142f;
    flex: 0 0 auto;
}

.ah-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.ah-trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    color: #fff !important;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.16);
    font-size: 13px;
    font-weight: 850;
}

.athar-contact-launch {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 20%, rgba(255, 199, 91, .18), transparent 28%),
        radial-gradient(circle at 86% 18%, rgba(75, 229, 255, .15), transparent 30%),
        linear-gradient(135deg, #f7f5ff 0%, #eef7ff 45%, #ffffff 100%);
}

.athar-contact-launch::before {
    content: "";
    position: absolute;
    inset-inline-start: -90px;
    top: -90px;
    width: 260px;
    height: 260px;
    border-radius: 80px;
    background: rgba(101,70,255,.12);
    transform: rotate(20deg);
}

.ah-contact-launch-copy h1 {
    color: var(--ah-heading) !important;
}

.ah-contact-launch-copy p {
    color: var(--ah-muted) !important;
}

.athar-contact-launch .ah-kicker {
    background: rgba(101,70,255,.1);
    color: var(--ah-primary) !important;
    border-color: rgba(101,70,255,.18);
}

.athar-contact-launch .ah-contact-routing {
    background: #fff;
    border-color: rgba(101,70,255,.13);
    box-shadow: 0 24px 70px rgba(41, 33, 92, .12);
}

.athar-contact-launch .ah-contact-routing span {
    display: inline-flex;
    margin-bottom: 10px;
    color: var(--ah-primary) !important;
    font-weight: 1000;
}

.athar-contact-launch .ah-contact-routing strong {
    display: block;
    color: var(--ah-heading) !important;
}

.athar-contact-launch .ah-contact-routing a {
    color: var(--ah-heading) !important;
    background: #f7f5ff;
    border-color: rgba(101,70,255,.14);
    margin-top: 10px;
}

.athar-contact-launch .ah-contact-routing a::after {
    content: "←";
    color: var(--ah-primary);
}

.ah-contact-strip {
    margin-top: -36px;
    position: relative;
    z-index: 3;
}

.ah-contact-strip-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.ah-contact-strip-card {
    padding: 20px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(101,70,255,.12);
    box-shadow: 0 18px 50px rgba(41,33,92,.08);
}

.ah-contact-strip-card strong {
    display: block;
    margin-bottom: 6px;
    color: var(--ah-heading) !important;
    font-weight: 1000;
}

.ah-contact-strip-card span {
    color: var(--ah-muted) !important;
    font-size: 14px;
}

@media (max-width: 900px) {
    .ah-editable-hero-grid,
    .ah-contact-launch-grid {
        grid-template-columns: 1fr;
    }

    .ah-editable-hero-card,
    .ah-contact-routing {
        padding: 22px;
    }

    .ah-contact-strip-grid {
        grid-template-columns: 1fr;
    }

    .ah-course-footer .ah-course-link,
    .ah-course-footer .ah-course-buy-link {
        width: 100%;
    }
}

/* v1.8: remove the extra hero student-gallery chip and improve editable full template handling */
.athar-home-v18 .ah-proof-link[href="#athar-students-gallery"],
.athar-editable-page .ah-proof-link[href="#athar-students-gallery"] {
    display: none !important;
}

.athar-editor-full-home {
    position: relative;
}

/* v1.8: remove the extra hero gallery button while keeping trust badges clean */
.athar-home-pro .ah-hero-proof .ah-proof-link,
.athar-editable-page .ah-hero-proof .ah-proof-link {
    display: none !important;
}

/* v1.8: editable full homepage layout support */
.athar-editable-full-home .ah-hero-copy h1 {
    color: #fff !important;
}

/* v1.9: contact page spacing fix for default shortcode output */
.athar-contact-pro .athar-contact-launch {
    padding: clamp(78px, 8vw, 118px) 0 56px !important;
}

.athar-contact-pro .ah-contact-strip {
    margin-top: 0 !important;
    padding-top: 18px !important;
}

.athar-contact-pro .ah-contact-cards {
    margin-top: 0 !important;
}

.athar-contact-pro .ah-contact-cards-section {
    padding-top: clamp(24px, 4vw, 44px) !important;
}

@media (max-width: 900px) {
    .athar-contact-pro .ah-contact-launch {
        padding: 58px 0 36px !important;
    }
}
