:root {
    --alfa-v2-bg: #05071a;
    --alfa-v2-panel: rgba(20, 24, 50, .78);
    --alfa-v2-panel-strong: #10142c;
    --alfa-v2-border: rgba(255, 255, 255, .14);
    --alfa-v2-white: #ffffff;
    --alfa-v2-muted: rgba(255, 255, 255, .82);
    --alfa-v2-lime: #9be51d;
    --alfa-v2-purple: #951144;
    --alfa-v2-red: #d71354;
}

.alfa-v2-body {
    background: #05071a !important;
}

.alfa-v2-body p, 
.alfa-v2-body h1, 
.alfa-v2-body h2, 
.alfa-v2-body h3, 
.alfa-v2-body h4, 
.alfa-v2-body h5, 
.alfa-v2-body h6, 
.alfa-v2-body span, 
.alfa-v2-body a {
    color: var(--alfa-v2-white) !important;
}

.alfa-v2-body *,
.alfa-v2-shell *,
.alfa-v2-header *,
.alfa-v2-footer * {
    box-sizing: border-box;
}

.alfa-v2-body .alfa-v2-header,
.alfa-v2-body .alfa-v2-shell,
.alfa-v2-body .alfa-v2-footer {
    color: var(--alfa-v2-white) !important;
}

.alfa-v2-body .alfa-v2-header,
.alfa-v2-body .alfa-v2-shell,
.alfa-v2-body .alfa-v2-footer {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    background: #040614 !important;
    padding: 0 !important;
    border-top: 0 !important;
    position: relative;
    z-index: 10;
}

/* Fix Login State Overrides */
body.logged-in .alfa-v2-header {
    top: 32px !important;
}

@media screen and (max-width: 782px) {
    body.logged-in .alfa-v2-header {
        top: 46px !important;
    }
}

.alfa-v2-footer *, .alfa-v2-footer {
    box-sizing: border-box;
}

.alfa-v2-footer__cta {
    width: 100%;
    margin: 0 auto;
    padding: 70px 90px;
    background: linear-gradient(135deg, #951144, #700d33);
    border-radius: 45px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(149, 17, 68, 0.4);
}

.alfa-v2-cta-section {
    padding-bottom: 60px !important;
}

.alfa-v2-footer__cta-content {
    max-width: 600px;
}

.alfa-v2-footer-art {
    display: flex;
    gap: 20px;
}

.alfa-v2-footer-art .alfa-v2-icon-chip {
    position: static;
    animation: none;
    transform: none;
}

.alfa-v2-footer__cta h2 {
    font-size: 32px;
    margin: 0 0 10px;
}

.alfa-v2-footer__grid {
    width: min(1148px, calc(100% - 48px));
    margin: 0 auto;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    padding: 80px 0 60px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.alfa-v2-footer-col {
    flex: 0 0 22% !important;
    max-width: 22% !important;
}

@media (max-width: 820px) {
    .alfa-v2-footer-col {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 30px;
    }
}

.alfa-v2-enamad-box img {
    max-width: 120px;
    height: auto;
    background: #fff;
    padding: 10px;
    border-radius: 12px;
}

.alfa-v2-footer-col h3 {
    font-size: 18px;
    margin-bottom: 20px;
    color: var(--alfa-v2-lime) !important;
}

.alfa-v2-footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.alfa-v2-footer-menu li {
    margin-bottom: 10px;
}

.alfa-v2-footer-menu a {
    color: var(--alfa-v2-muted);
    text-decoration: none;
    transition: color 0.3s;
}

.alfa-v2-footer-menu a:hover {
    color: var(--alfa-v2-lime);
}

.alfa-v2-social {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.alfa-v2-social a {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, .1);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    text-decoration: none;
}

.alfa-v2-copy {
    text-align: center;
    padding-top: 20px;
    color: var(--alfa-v2-muted);
    font-size: 14px;
}

.alfa-v2-container {
    width: min(1148px, calc(100% - 48px));
    margin-inline: auto;
}

.alfa-v2-body .alfa-v2-header {
    background: rgba(4, 6, 20, .98) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .08) !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    z-index: 1000;
}

@media (max-width: 820px) {
    .alfa-v2-body .alfa-v2-header {
        z-index: 1000;
    }
.alfa-v2-mobile-drawer {
        z-index: 9998 !important;
    }
    .alfa-v2-menu-button {
        z-index: 9999 !important; /* Ensure it's always on top */
    }
}

.alfa-v2-header__inner {
    width: min(1240px, calc(100% - 40px));
    margin: 0 auto;
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 0 38px;
}

.alfa-v2-logo {
    display: inline-flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    flex: 0 0 auto;
    overflow: visible;
}

.alfa-v2-logo img,
.alfa-v2-header .custom-logo,
body:not(.wp-admin) header .site-logo img,
body:not(.wp-admin) header .header-logo img,
body:not(.wp-admin) header .tm-logo img {
    width: auto !important;
    max-width: 420px !important;
    max-height: none !important;
    height: 76px !important;
    transform: scale(1.85);
    transform-origin: right center;
    object-fit: contain;
}

.alfa-v2-nav {
    margin-inline-start: auto;
    position: relative;
    z-index: 120;
}

.alfa-v2-nav__list {
    display: flex;
    align-items: center;
    gap: 34px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.alfa-v2-nav__list > li {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 80px;
}

.alfa-v2-nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    white-space: nowrap;
    transition: color .2s ease;
}

.alfa-v2-nav a:hover,
.alfa-v2-nav li:hover > a,
.alfa-v2-nav li:focus-within > a {
    color: var(--alfa-v2-lime);
}

.alfa-v2-nav__list > li.menu-item-has-children > a::before,
.alfa-v2-nav__list > li.page_item_has_children > a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
    margin-top: -4px;
    opacity: .85;
    transition: transform .2s ease;
}

.alfa-v2-nav__list > li.menu-item-has-children:hover > a::before,
.alfa-v2-nav__list > li.menu-item-has-children:focus-within > a::before,
.alfa-v2-nav__list > li.page_item_has_children:hover > a::before,
.alfa-v2-nav__list > li.page_item_has_children:focus-within > a::before {
    transform: rotate(135deg);
    margin-top: 2px;
}

.alfa-v2-nav__list > li:first-child > a {
    color: var(--alfa-v2-lime);
}

.alfa-v2-nav__list > li:first-child > a::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -14px;
    height: 2px;
    border-radius: 99px;
    background: var(--alfa-v2-lime);
    box-shadow: 0 0 14px rgba(155, 229, 29, .8);
}

.alfa-v2-nav .sub-menu,
.alfa-v2-nav .children {
    position: absolute;
    top: calc(100% - 6px);
    right: 50%;
    min-width: 220px;
    list-style: none;
    margin: 0;
    padding: 10px;
    background: rgba(7, 10, 29, .98);
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .32), 0 0 24px rgba(155, 229, 29, .08);
    transform: translate(50%, 12px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
    z-index: 9999;
}

.alfa-v2-nav li:hover > .sub-menu,
.alfa-v2-nav li:focus-within > .sub-menu,
.alfa-v2-nav li:hover > .children,
.alfa-v2-nav li:focus-within > .children {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(50%, 0);
}

.alfa-v2-nav .sub-menu li,
.alfa-v2-nav .children li {
    position: relative;
    margin: 0;
}

.alfa-v2-nav .sub-menu a,
.alfa-v2-nav .children a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 12px;
    border-radius: 10px;
    color: rgba(255, 255, 255, .9);
    font-size: 13px;
    font-weight: 700;
}

.alfa-v2-nav .sub-menu a::after,
.alfa-v2-nav .children a::after {
    content: none !important;
}

.alfa-v2-nav .sub-menu a:hover,
.alfa-v2-nav .children a:hover,
.alfa-v2-nav .sub-menu li:hover > a,
.alfa-v2-nav .children li:hover > a {
    background: rgba(155, 229, 29, .10);
    color: var(--alfa-v2-lime);
}

.alfa-v2-nav .sub-menu .sub-menu,
.alfa-v2-nav .children .children {
    top: -10px;
    right: calc(100% + 10px);
    transform: translate(8px, 0);
}

.alfa-v2-nav .sub-menu li:hover > .sub-menu,
.alfa-v2-nav .sub-menu li:focus-within > .sub-menu,
.alfa-v2-nav .children li:hover > .children,
.alfa-v2-nav .children li:focus-within > .children {
    transform: translate(0, 0);
}

.alfa-v2-login {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border: 1px solid rgba(155, 229, 29, .8);
    border-radius: 999px;
    color: var(--alfa-v2-lime) !important;
    text-decoration: none;
    font-weight: 800;
    box-shadow: inset 0 0 12px rgba(155, 229, 29, .08), 0 0 18px rgba(155, 229, 29, .12);
}

.alfa-v2-menu-button {
    display: none;
    width: 32px;
    height: 32px;
    border: 0;
    background: transparent;
    position: relative;
    cursor: pointer;
    z-index: 2001;
    padding: 0;
}

/* Framer-style Animations */
.alfa-v2-animate-fade-up {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.alfa-v2-animate-fade-up.is-visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.alfa-v2-animate-fade-in {
    opacity: 0;
    -webkit-transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1);
    transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.alfa-v2-animate-fade-in.is-visible {
    opacity: 1;
}

.alfa-v2-animate-scale {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.alfa-v2-animate-scale.is-visible {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.alfa-v2-menu-button span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    transition: all 0.3s ease;
}

.alfa-v2-menu-button span:nth-child(1) { top: 0; }
.alfa-v2-menu-button span:nth-child(2) { top: 11px; }
.alfa-v2-menu-button span:nth-child(3) { bottom: 0; }

.alfa-v2-menu-button.active span:nth-child(1) { transform: rotate(45deg); top: 11px; }
.alfa-v2-menu-button.active span:nth-child(2) { opacity: 0; }
.alfa-v2-menu-button.active span:nth-child(3) { transform: rotate(-45deg); bottom: 11px; }

.alfa-v2-mobile-drawer {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100%;
    height: 100vh;
    background: #05071a;
    z-index: 2000;
    padding: 80px 30px;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -10px 0 30px rgba(0,0,0,0.5);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.alfa-v2-mobile-drawer.active {
    right: 0;
}

.alfa-v2-drawer-close {
    position: absolute;
    top: 20px;
    left: 20px;
    background: none;
    border: 0;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
}

.alfa-v2-drawer-menu {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.alfa-v2-drawer-menu li {
    margin-bottom: 25px;
}

.alfa-v2-drawer-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.alfa-v2-drawer-menu .sub-menu,
.alfa-v2-drawer-menu .children {
    list-style: none;
    margin: 14px 14px 0 0;
    padding: 0 14px 0 0;
    border-right: 1px solid rgba(155, 229, 29, .35);
}

.alfa-v2-drawer-menu .sub-menu li,
.alfa-v2-drawer-menu .children li {
    margin-bottom: 12px;
}

.alfa-v2-drawer-menu .sub-menu a,
.alfa-v2-drawer-menu .children a {
    color: rgba(255, 255, 255, .78);
    font-size: 15px;
    font-weight: 700;
}

.alfa-v2-drawer-login {
    display: block;
    text-align: center;
    padding: 15px;
    background: var(--alfa-v2-lime);
    color: #000;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
}

.alfa-v2-drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.7);
    z-index: 9997 !important;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.alfa-v2-drawer-overlay.active {
    opacity: 1;
    visibility: visible;
}

.alfa-v2-shell {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 0%, rgba(102, 43, 220, .28), transparent 30rem),
        radial-gradient(circle at 78% 2%, rgba(155, 229, 29, .08), transparent 24rem),
        var(--alfa-v2-bg);
}

.alfa-v2-shell h1,
.alfa-v2-shell h2,
.alfa-v2-shell h3,
.alfa-v2-shell p,
.alfa-v2-shell li,
.alfa-v2-shell b,
.alfa-v2-shell strong,
.alfa-v2-footer h2,
.alfa-v2-footer h3,
.alfa-v2-footer p {
    color: #fff;
}

.alfa-v2-hero {
    position: relative;
    isolation: isolate;
    padding: 50px 0 20px; /* Halved padding */
    background:
        radial-gradient(ellipse at 15% 8%, rgba(149, 17, 68, .55), transparent 30%),
        radial-gradient(circle at 28% 15%, rgba(149, 17, 68, .32), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, .02), transparent);
}

.alfa-v2-hero-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    aspect-ratio: 1672 / 941;
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: #000;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Force RevSlider to occupy full container height without gaps */
.alfa-v2-hero-container .rev_slider_wrapper,
.alfa-v2-hero-container .rev_slider,
.alfa-v2-hero-container .tp-fullwidth-forcer,
.alfa-v2-hero-container .tp-revslider-mainul,
.alfa-v2-hero-container .tp-revslider-slidesli {
    height: 100% !important;
    max-height: 100% !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    top: 0 !important;
}

.alfa-v2-hero-container img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
}

.alfa-v2-hero-container .tp-bgimg.defaultimg {
    background-size: cover !important;
    background-position: center center !important;
}

.alfa-v2-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image:
        radial-gradient(circle, rgba(255, 255, 255, .16) 0 1px, transparent 1px),
        radial-gradient(circle, rgba(155, 229, 29, .14) 0 1px, transparent 1px);
    background-size: 42px 42px, 70px 70px;
    mask-image: linear-gradient(90deg, #000, transparent 70%);
    opacity: .65;
    animation: alfa-v2-star-drift 18s linear infinite;
}

.alfa-v2-hero-slides {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
}

.alfa-v2-hero__grid {
    flex: 0 0 100%;
    min-width: 100%;
    min-height: 486px;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 30px;
    align-items: center;
}

.alfa-v2-hero__copy {
    position: relative;
    z-index: 4;
}

.alfa-v2-hero h1 {
    margin: 0;
    font-size: clamp(42px, 4.9vw, 64px);
    line-height: 1.34;
    letter-spacing: 0;
}

.alfa-v2-hero h1 span,
.alfa-v2-title span,
.alfa-v2-intro__copy h2 span {
    color: var(--alfa-v2-lime);
    text-shadow: 0 0 24px rgba(155, 229, 29, .36);
}

.alfa-v2-hero p,
.alfa-v2-title p,
.alfa-v2-intro__copy p,
.alfa-v2-test-card p,
.alfa-v2-test-card li {
    color: var(--alfa-v2-muted);
    line-height: 2;
}

.alfa-v2-hero p {
    max-width: 520px;
    margin: 22px 0 26px;
    font-size: 17px;
}

.alfa-v2-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

.alfa-v2-button,
.alfa-v2-mini-button,
.alfa-v2-mobile-more {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0 24px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    position: relative;
    overflow: hidden;
}

.alfa-v2-button::after,
.alfa-v2-mini-button::after,
.alfa-v2-mobile-more::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -150%;
    width: 60px;
    height: 200%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    transform: rotate(25deg);
    animation: alfa-v2-shining 3s infinite;
}

@keyframes alfa-v2-shining {
    0% { left: -150%; }
    50% { left: 150%; }
    100% { left: 150%; }
}

.alfa-v2-button:hover,
.alfa-v2-mini-button:hover,
.alfa-v2-course-card:hover,
.alfa-v2-test-card:hover {
    transform: translateY(-4px);
}

.alfa-v2-button--lime {
    background: linear-gradient(135deg, #a7cf3a, #789c25 58%, #5d7f18) !important;
    color: #fff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .28);
    box-shadow: 0 12px 28px rgba(93, 127, 24, .32), inset 0 1px 0 rgba(255, 255, 255, .16) !important;
}

.alfa-v2-button--purple {
    background: linear-gradient(135deg, #dd1154, #951144) !important;
    color: #fff !important;
    box-shadow: 0 0 28px rgba(221, 17, 84, .34) !important;
}

.alfa-v2-button--outline {
    color: #fff !important;
    border: 1px solid rgba(155, 229, 29, .55);
    background: rgba(255, 255, 255, .035);
}

.alfa-v2-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 560px;
    gap: 0;
    margin-top: 34px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.alfa-v2-stats div {
    padding: 18px 12px 0;
    border-inline-start: 1px solid rgba(255, 255, 255, .08);
}

.alfa-v2-stats div:last-child {
    border-inline-start: 0;
}

.alfa-v2-stats strong {
    display: block;
    color: #fff;
    font-size: 18px;
}

.alfa-v2-stats span {
    display: block;
    margin-top: 6px;
    color: #fff;
    font-size: 13px;
}

.alfa-v2-hero__art {
    position: relative;
    min-height: 460px;
    display: grid;
    place-items: end center;
}

.alfa-v2-hero__art img,
.alfa-v2-hero-placeholder {
    position: relative;
    z-index: 5;
    width: min(580px, 100%);
    max-height: 468px;
    object-fit: contain;
    filter: drop-shadow(0 28px 45px rgba(0, 0, 0, .55));
}

.alfa-v2-hero-placeholder {
    aspect-ratio: 1.15 / 1;
    border-radius: 48% 52% 40% 60%;
    background:
        radial-gradient(circle at 50% 34%, rgba(255, 255, 255, .18), transparent 15%),
        radial-gradient(circle at 52% 48%, rgba(155, 229, 29, .35), transparent 22%),
        radial-gradient(circle at 55% 55%, rgba(149, 17, 68, .66), transparent 32%),
        rgba(255, 255, 255, .04);
}

.alfa-v2-orbit {
    position: absolute;
    z-index: 2;
    width: 420px;
    height: 420px;
    border: 3px solid rgba(155, 229, 29, .82);
    border-radius: 50%;
    filter: drop-shadow(0 0 18px rgba(155, 229, 29, .7));
    transform: rotate(-20deg) scaleY(.58);
    animation: alfa-v2-orbit 8s ease-in-out infinite;
}

.alfa-v2-orbit--two {
    width: 500px;
    height: 500px;
    border-color: rgba(149, 17, 68, .78);
    filter: drop-shadow(0 0 22px rgba(149, 17, 68, .75));
    animation-duration: 11s;
    animation-direction: reverse;
}

.alfa-v2-icon-chip {
    position: absolute;
    z-index: 6;
    min-width: 68px;
    min-height: 68px;
    display: grid;
    place-items: center;
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(135deg, rgba(149, 17, 68, .96), rgba(100, 10, 50, .82));
    border: 1px solid rgba(255, 255, 255, .2);
    box-shadow: 0 0 26px rgba(149, 17, 68, .65);
    font-size: 13px;
    font-weight: 900;
    animation: alfa-v2-float 4.5s ease-in-out infinite;
}

.alfa-v2-icon-chip--brain {
    top: 62px;
    right: 86px;
}

.alfa-v2-icon-chip--learn {
    top: 226px;
    right: 14px;
    color: #071018;
    background: linear-gradient(135deg, #bbff38, #80c915);
    box-shadow: 0 0 26px rgba(155, 229, 29, .58);
    animation-delay: .45s;
}

.alfa-v2-icon-chip--family {
    top: 144px;
    left: 16px;
    animation-delay: .9s;
}

.alfa-v2-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.alfa-v2-hero > .alfa-v2-dots {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 20px;
}

.alfa-v2-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, .62);
    opacity: 0.5;
    display: inline-block;
    margin: 0 4px;
}
.alfa-v2-dots span.active {
    opacity: 1;
    background: var(--alfa-v2-lime);
}

/* Removed hardcoded first-dot active state */

.alfa-v2-side-arrow {
    position: absolute;
    z-index: 10;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    border-radius: 50% !important;
    min-width: 32px !important;
    min-height: 32px !important;
    padding: 0 !important;
    /* Ensure content is centered */
    text-align: center !important;
    line-height: 1 !important;
    background: #951144 !important;
    color: #fff !important;
    font-size: 20px;
    box-shadow: 0 0 18px rgba(149, 17, 68, .6) !important;
    cursor: pointer;
    transition: all 0.3s ease;
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
}

.alfa-v2-side-arrow:hover {
    background: var(--alfa-v2-lime) !important;
    color: #000 !important;
    box-shadow: 0 0 20px var(--alfa-v2-lime) !important;
}

.alfa-v2-side-arrow--right {
    right: 28px;
}

.alfa-v2-side-arrow--left {
    left: 28px;
}

.alfa-v2-section {
    padding: 40px 0; /* Consistent padding */
}

.alfa-v2-title {
    margin-bottom: 40px; /* Spacing below title */
}

.alfa-v2-glass,
.alfa-v2-reviews-wrapper {
    position: relative;
    padding: 0 80px;
    margin-top: 40px;
}

.alfa-v2-reviews {
    overflow: hidden;
    width: 100%;
}

.alfa-v2-reviews-wrapper .alfa-v2-side-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    margin: 0;
}

.alfa-v2-reviews-wrapper .alfa-v2-side-arrow--right {
    right: 0;
}

@media (max-width: 820px) {
    .alfa-v2-reviews-wrapper .alfa-v2-side-arrow {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
        font-size: 24px;
    }
    .alfa-v2-reviews-wrapper .alfa-v2-side-arrow--right {
        right: 10px;
    }
    .alfa-v2-reviews-wrapper .alfa-v2-side-arrow--left {
        left: 10px;
    }
}

.alfa-v2-reviews-wrapper .alfa-v2-side-arrow--left {
    left: 0;
}

.alfa-v2-intro__grid {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    align-items: center;
    gap: 52px;
    padding: 44px 64px;
}

.alfa-v2-video-card {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(155, 229, 29, .45);
    background:
        radial-gradient(circle at 15% 18%, rgba(149, 17, 68, .52), transparent 30%),
        radial-gradient(circle at 84% 58%, rgba(155, 229, 29, .48), transparent 28%),
        rgba(255, 255, 255, .05);
    box-shadow: 0 0 32px rgba(149, 17, 68, .35), inset 0 0 32px rgba(155, 229, 29, .15);
}

.alfa-v2-video-card {
    position: relative;
    padding: 3px;
    background: #000;
    overflow: hidden;
}

.alfa-v2-video-card::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.alfa-v2-neon-dot {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    filter: blur(40px);
    z-index: 1;
    animation: alfa-v2-rotate-dots 5s linear infinite;
}

.alfa-v2-neon-dot--red {
    background: #951144;
    top: -60px;
    left: -60px;
}

.alfa-v2-neon-dot--green {
    background: #9be51d;
    bottom: -60px;
    right: -60px;
    animation-delay: -2.5s;
}

@keyframes alfa-v2-rotate-dots {
    0% { transform: translate(0, 0); }
    25% { transform: translate(100%, 0); }
    50% { transform: translate(100%, 100%); }
    75% { transform: translate(0, 100%); }
    100% { transform: translate(0, 0); }
}

.alfa-v2-video-card::after {
    content: "";
    position: absolute;
    inset: 3px;
    background: #05071a;
    border-radius: 15px;
    z-index: 1;
}

.alfa-v2-video-card img,
.alfa-v2-video-card button {
    position: relative;
    z-index: 2;
}

@keyframes alfa-v2-rotate-neon {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.alfa-v2-video-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.alfa-v2-play-button {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    width: 80px !important;
    height: 80px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(255, 255, 255, .28) !important;
    border-radius: 50% !important;
    min-width: 80px !important;
    min-height: 80px !important;
    /* Ensure content is centered */
    text-align: center !important;
    line-height: 1 !important;
    background: var(--alfa-v2-lime);
    color: #071018;
    font-size: 24px;
    box-shadow: 0 0 30px rgba(155, 229, 29, .6);
    cursor: pointer;
    transition: all 0.3s ease;
    aspect-ratio: 1 / 1 !important;
}

.alfa-v2-play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 0 40px rgba(155, 229, 29, 0.8);
}

.alfa-v2-kicker {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 8px 18px;
    border-radius: 999px;
    background: rgba(149, 17, 68, .45);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
}

.alfa-v2-intro__copy h2,
.alfa-v2-title h2 {
    margin: 0;
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.5;
    letter-spacing: 0;
}

.alfa-v2-intro__copy p {
    max-width: 620px;
}

.alfa-v2-mobile-more {
    display: none;
    margin: 6px auto 24px;
    color: #fff;
    background: linear-gradient(135deg, #b01a55, #951144);
}

.alfa-v2-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 24px;
}

.alfa-v2-feature-grid div {
    min-height: 86px;
    display: grid;
    place-items: center;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 14px;
    background: rgba(255, 255, 255, .035);
    text-align: center;
}

.alfa-v2-feature-grid span {
    color: #fff;
    font-weight: 900;
    font-size: 14px;
}

.alfa-v2-feature-grid small {
    color: rgba(255, 255, 255, .72);
    font-size: 11px;
}

.alfa-v2-test-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.alfa-v2-test-card {
    min-height: 328px;
    display: grid;
    grid-template-columns: .86fr 1fr;
    gap: 24px;
    align-items: center;
    overflow: hidden;
    padding: 30px;
    border: 1px solid var(--alfa-v2-border);
    border-radius: 18px;
    background:
        radial-gradient(circle at 18% 15%, rgba(149, 17, 68, .22), transparent 34%),
        rgba(8, 11, 31, .88);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.alfa-v2-test-card--green {
    background:
        radial-gradient(circle at 18% 20%, rgba(155, 229, 29, .18), transparent 34%),
        rgba(8, 11, 31, .88);
}

.alfa-v2-test-card:hover {
    border-color: rgba(155, 229, 29, .42);
    box-shadow: 0 0 30px rgba(149, 17, 68, .16);
}

.alfa-v2-test-card > div:last-child {
    position: relative;
    z-index: 2;
}

.alfa-v2-test-card > div:last-child > span {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(149, 17, 68, .4);
    color: #fff;
    font-size: 12px;
}

.alfa-v2-test-card h2 {
    margin: 0 0 8px;
    font-size: 30px;
    line-height: 1.45;
}

.alfa-v2-test-card b {
    color: #a56cff;
}

.alfa-v2-test-card ul {
    margin: 16px 0 22px;
    padding-inline-start: 18px;
}

.alfa-v2-test-art {
    position: relative;
    min-height: 230px;
    border-radius: 28px;
    background: radial-gradient(circle, rgba(149, 17, 68, .86), rgba(149, 17, 68, .18) 42%, transparent 70%);
    filter: drop-shadow(0 0 34px rgba(149, 17, 68, .62));
    animation: alfa-v2-pulse 3.4s ease-in-out infinite;
}

.alfa-v2-test-art img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.alfa-v2-test-art--drawing {
    background:
        radial-gradient(circle at 20% 20%, rgba(155, 229, 29, .4), transparent 32%),
        linear-gradient(135deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .04));
    filter: drop-shadow(0 0 28px rgba(155, 229, 29, .28));
}

.alfa-v2-title {
    text-align: center;
    margin-bottom: 26px;
}

.alfa-v2-title h2 {
    font-size: clamp(26px, 3vw, 34px);
}

.alfa-v2-course-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px;
}

.alfa-v2-course-card {
    overflow: hidden;
    border: 1px solid var(--alfa-v2-border);
    border-radius: 14px;
    background: rgba(14, 18, 40, .9);
    box-shadow: 0 18px 48px rgba(0, 0, 0, .22);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.alfa-v2-course-card:hover {
    border-color: rgba(155, 229, 29, .55);
}

.alfa-v2-course-card__media {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    background:
        radial-gradient(circle at 28% 20%, rgba(155, 229, 29, .2), transparent 34%),
        radial-gradient(circle at 72% 75%, rgba(149, 17, 68, .3), transparent 40%),
        rgba(255, 255, 255, .05);
}

.alfa-v2-course-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.alfa-v2-course-card__media strong {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    background: var(--alfa-v2-lime);
    color: #071018;
    font-size: 12px;
}

.alfa-v2-course-card__body {
    padding: 15px;
}

.alfa-v2-course-card h3 {
    min-height: 48px;
    margin: 0 0 8px;
    font-size: 15px;
    line-height: 1.55;
}

.alfa-v2-course-meta {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 15px;
    font-size: 12px;
    color: var(--alfa-v2-muted);
}

.alfa-v2-course-card a {
    color: #fff;
    text-decoration: none;
}

.alfa-v2-course-card p {
    margin: 0 0 12px;
    color: #fff;
    font-size: 13px;
}

.alfa-v2-mini-button {
    width: 100%;
    min-height: 36px;
    border: 1px solid rgba(155, 229, 29, .72);
    color: var(--alfa-v2-lime) !important;
    font-size: 12px;
}

.alfa-v2-center {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.alfa-v2-empty {
    text-align: center;
    color: #fff;
}

.alfa-v2-reviews {
    position: relative;
    padding: 34px 0 42px;
    overflow: hidden;
    width: 100%;
}

.alfa-v2-review-grid {
    display: block !important;
    white-space: nowrap !important;
    position: relative;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    font-size: 0; /* Remove whitespace gap */
}

.alfa-v2-review-grid article {
    display: inline-block !important;
    width: calc(33.333% - 14.66px) !important;
    max-width: calc(33.333% - 14.66px) !important;
    box-sizing: border-box;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative;
    z-index: 1;
    margin: 0 0 0 22px !important;
    white-space: normal !important;
    font-size: 16px; /* Restore font size */
    vertical-align: top;
}

.alfa-v2-review-grid article:last-child {
    margin-left: 0 !important;
}

@media (max-width: 820px) {
    .alfa-v2-review-grid article {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }
}

.alfa-v2-dots span {
    cursor: pointer;
    transition: all 0.3s ease;
}

.alfa-v2-dots span.active {
    background: var(--alfa-v2-lime) !important;
    box-shadow: 0 0 14px rgba(155, 229, 29, .8) !important;
    transform: scale(1.2) !important;
    opacity: 1 !important;
}

.alfa-v2-review-grid article:last-child {
    margin-inline-end: 0;
}

/* Force 3 items in desktop regardless of login state */
@media (min-width: 821px) {
    .alfa-v2-review-grid {
        display: block !important;
        white-space: nowrap !important;
    }
}

.alfa-v2-review-grid em {
    position: absolute;
    top: 22px;
    left: 26px;
    color: var(--alfa-v2-lime);
    font-size: 56px;
    font-style: normal;
    line-height: 1;
    z-index: 2; /* Fix icon positioning */
}

.alfa-v2-reviews {
    position: relative;
    padding: 34px 0 42px;
    overflow: hidden;
    width: 100%;
}

.alfa-v2-reviews-wrapper {
    position: relative;
    width: 100%;
    padding: 0 60px; /* Space for arrows */
}

@media (max-width: 820px) {
    .alfa-v2-review-grid article {
        flex: 0 0 100% !important;
        min-width: 100% !important;
        width: 100% !important;
    }
}

@media (max-width: 820px) {
    .alfa-v2-review-grid article {
        flex: 0 0 100%;
        min-width: 100%;
    }
}

.alfa-v2-review-grid article {
    position: relative;
    min-height: 178px;
    padding: 24px 28px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 14px;
    background: rgba(255, 255, 255, .052);
}

.alfa-v2-review-grid strong {
    display: block;
    color: #ffd84c;
    letter-spacing: 2px;
}

.alfa-v2-review-grid em {
    position: absolute;
    top: 22px;
    left: 26px;
    color: var(--alfa-v2-lime);
    font-size: 56px;
    font-style: normal;
    line-height: 1;
}

.alfa-v2-review-grid p {
    color: #fff;
    line-height: 1.9;
}

.alfa-v2-review-grid b,
.alfa-v2-review-grid small {
    display: block;
    color: #fff;
}

.alfa-v2-review-grid small {
    opacity: .72;
}

.alfa-v2-reviews .alfa-v2-shell {
    padding-top: 0; /* Fix header gap */
}

.alfa-v2-partners-slider-wrapper {
    position: relative;
    padding: 0 60px;
}

.alfa-v2-partners-viewport {
    overflow: hidden;
    width: 100%;
}

.alfa-v2-partners-track {
    display: flex;
    gap: 30px;
    transition: transform 0.5s ease;
}

@media (max-width: 820px) {
    .alfa-v2-partners-track {
        gap: 15px;
    }
    .alfa-v2-partner-item {
        flex: 0 0 calc(100% - 15px) !important; /* Single item per slide */
        max-width: calc(100% - 15px) !important;
        height: 120px; /* Larger image area */
    }
    .alfa-v2-partner-item img {
        max-width: 90%;
        max-height: 90%;
    }
    .alfa-v2-partners-slider-wrapper .alfa-v2-side-arrow {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
        font-size: 24px;
    }
    .alfa-v2-partners-slider-wrapper .alfa-v2-side-arrow--right {
        right: 10px;
    }
    .alfa-v2-partners-slider-wrapper .alfa-v2-side-arrow--left {
        left: 10px;
    }
}

.alfa-v2-partner-item {
    flex: 0 0 calc(20% - 24px);
    height: 100px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    display: grid;
    place-items: center;
    position: relative;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.alfa-v2-partner-item img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
    position: absolute;
    transition: opacity 0.3s ease;
}

.alfa-v2-partner-item .logo-green {
    opacity: 0;
}

.alfa-v2-partner-item:hover {
    background: rgba(155, 229, 29, 0.08);
    border-color: var(--alfa-v2-lime);
}

.alfa-v2-partner-item:hover .logo-white {
    opacity: 0;
}

.alfa-v2-partner-item:hover .logo-green {
    opacity: 1;
}

@media (max-width: 820px) {
    .alfa-v2-partner-item {
        flex: 0 0 calc(50% - 15px);
    }
}

.alfa-v2-footer {
    margin-bottom: 14px;
    padding: 24px 34px 22px;
    background: #05071a;
    border: 1px solid rgba(255, 255, 255, .08);
    border-top: 0;
    border-radius: 0 0 28px 28px;
}

.alfa-v2-footer__cta {
    position: relative;
    overflow: hidden;
    max-width: 1200px; /* Fixed width for CTA */
    margin: 0 auto 34px;
    min-height: 140px;
    display: grid;
    grid-template-columns: 1fr 1fr .8fr;
    align-items: center;
    gap: 22px;
    padding: 26px 34px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 18px;
    background:
        radial-gradient(circle at 16% 28%, rgba(221, 17, 84, .72), transparent 35%),
        radial-gradient(circle at 84% 52%, rgba(149, 17, 68, .5), transparent 32%),
        rgba(16, 19, 43, .86);
    box-shadow: 0 0 30px rgba(221, 17, 84, .12);
}

.alfa-v2-footer-col p {
    margin-bottom: 12px; /* Spacing for right column */
}

.alfa-v2-enamad {
    margin-top: 20px;
    background: rgba(255, 255, 255, 0.05);
    padding: 10px;
    border-radius: 8px;
    display: inline-block;
}

.alfa-v2-footer-icons {
    display: flex;
    justify-content: flex-start; /* Icons Left */
    gap: 14px;
}

.alfa-v2-footer__cta h2 {
    margin: 0;
    font-size: 28px;
    line-height: 1.5;
}

.alfa-v2-footer__cta p {
    margin: 6px 0 0;
    color: rgba(255, 255, 255, .82);
}

.alfa-v2-footer-icons {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
}

.alfa-v2-footer-icons span {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    color: #fff;
    background: rgba(149, 17, 68, .36);
    box-shadow: 0 0 24px rgba(149, 17, 68, .45);
}

.alfa-v2-footer__grid {
    width: min(1148px, calc(100% - 48px));
    margin: 0 auto;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    padding: 80px 0 60px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.alfa-v2-footer .alfa-v2-logo img,
    .alfa-v2-footer .custom-logo,
body:not(.wp-admin) footer .site-logo img,
body:not(.wp-admin) footer .footer-logo img,
body:not(.wp-admin) footer .tm-logo img {
    width: auto !important;
    max-width: 320px !important;
    max-height: 90px !important;
    height: auto !important;
    object-fit: contain;
}

.alfa-v2-body .alfa-v2-footer p,
.alfa-v2-body .alfa-v2-footer a,
.alfa-v2-body .alfa-v2-copy {
    color: #fff !important;
}

.alfa-v2-footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 2.1;
}

.alfa-v2-copy {
    margin-top: 14px;
    padding: 40px 0;
    text-align: center;
    opacity: .75;
    font-size: 13px;
}

@keyframes alfa-v2-orbit {
    0%, 100% {
        transform: rotate(-20deg) scaleY(.58) translateY(0);
    }
    50% {
        transform: rotate(-14deg) scaleY(.62) translateY(-14px);
    }
}

@keyframes alfa-v2-float {
    0%, 100% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(-14px) rotate(3deg);
    }
}

@keyframes alfa-v2-pulse {
    0%, 100% {
        opacity: .76;
        filter: brightness(1);
    }
    50% {
        opacity: 1;
        filter: brightness(1.18);
    }
}

@keyframes alfa-v2-star-drift {
    from {
        background-position: 0 0, 0 0;
    }
    to {
        background-position: 90px 120px, -120px 80px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .alfa-v2-shell *,
    .alfa-v2-shell *::before,
    .alfa-v2-shell *::after {
        animation: none !important;
        transition: none !important;
    }
}

@media (max-width: 1100px) {
    .alfa-v2-course-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .alfa-v2-logo-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 820px) {
    .alfa-v2-body {
        background: #05071a;
        overflow: visible !important;
    }

    .alfa-v2-header,
    .alfa-v2-shell,
    .alfa-v2-footer {
        width: 100%;
        margin: 0;
        border-radius: 0;
        border-inline: 0;
    }
    .alfa-v2-shell {
        overflow: visible !important;
    }

    .alfa-v2-container {
        width: min(100% - 24px, 560px);
    }

    .alfa-v2-header {
        position: sticky;
        top: 0;
        z-index: 80;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
    }

    .alfa-v2-header__inner {
        min-height: 68px;
        padding: 0 16px;
        justify-content: space-between;
    }

    .alfa-v2-nav,
    .alfa-v2-login {
        display: none !important;
    }

.alfa-v2-menu-button {
    display: grid !important;
    place-items: center !important;
    z-index: 9999 !important; /* Ensure it's always on top */
}

    .alfa-v2-logo img,
    .alfa-v2-header .custom-logo {
        max-width: 320px !important;
        max-height: 100px !important;
    }

    .alfa-v2-hero {
        min-height: 0;
        padding: 18px 0 22px;
        background:
            radial-gradient(ellipse at 20% 8%, rgba(221, 17, 84, .68), transparent 34%),
            radial-gradient(circle at 70% 18%, rgba(149, 17, 68, .28), transparent 38%),
            var(--alfa-v2-bg);
    }

    .alfa-v2-hero__grid {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .alfa-v2-hero__copy {
        text-align: center;
    }

    .alfa-v2-hero h1 {
        font-size: 30px;
        line-height: 1.45;
    }

    .alfa-v2-hero p {
        max-width: 330px;
        margin: 12px auto 18px;
        font-size: 14px;
        line-height: 1.9;
    }

    .alfa-v2-actions {
        justify-content: center;
        gap: 10px;
    }

    .alfa-v2-button {
        min-height: 40px;
        padding: 0 18px;
        font-size: 12px;
    }

    .alfa-v2-stats {
        display: none;
    }
    
    .alfa-v2-hero .alfa-v2-side-arrow {
        display: none;
    }

    .alfa-v2-hero__art {
        min-height: 220px;
    }

    .alfa-v2-hero__art img,
    .alfa-v2-hero-placeholder {
        width: min(315px, 100%);
        max-height: 245px;
    }

    .alfa-v2-orbit {
        width: 260px;
        height: 260px;
    }

    .alfa-v2-orbit--two {
        width: 310px;
        height: 310px;
    }

    .alfa-v2-icon-chip {
        min-width: 48px;
        min-height: 48px;
        border-radius: 15px;
        font-size: 10px;
    }

    .alfa-v2-icon-chip--brain {
        top: 12px;
        right: 40px;
    }

    .alfa-v2-icon-chip--learn {
        top: 112px;
        right: 20px;
    }

    .alfa-v2-icon-chip--family {
        top: 68px;
        left: 24px;
    }

    .alfa-v2-hero > .alfa-v2-dots {
        bottom: 8px;
    }

    .alfa-v2-section {
        padding: 10px 0;
    }

    .alfa-v2-intro__grid {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 24px 16px;
        text-align: center;
    }

    .alfa-v2-intro__copy {
        order: -1;
    }

    .alfa-v2-intro__copy h2,
    .alfa-v2-title h2 {
        font-size: 22px;
    }

    .alfa-v2-intro__copy p,
    .alfa-v2-title p {
        font-size: 13px;
        line-height: 1.85;
    }

    .alfa-v2-mobile-more {
        display: inline-flex;
        min-height: 38px;
    }

    .alfa-v2-video-card {
        border-radius: 16px;
    }

    .alfa-v2-video-card button {
        width: 54px !important;
        height: 54px !important;
        border-radius: 50% !important;
        aspect-ratio: 1 / 1 !important;
    }

    .alfa-v2-feature-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
        margin-top: 16px;
    }

    .alfa-v2-feature-grid div {
        min-height: 70px;
        padding: 8px 5px;
        border-radius: 12px;
    }

    .alfa-v2-feature-grid span {
        font-size: 11px;
    }

    .alfa-v2-feature-grid small {
        font-size: 9px;
    }

    .alfa-v2-test-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .alfa-v2-test-card {
        min-height: 0;
        grid-template-columns: .55fr 1fr;
        gap: 12px;
        padding: 16px;
        border-radius: 14px;
    }

    .alfa-v2-test-card h2 {
        font-size: 19px;
    }

    .alfa-v2-test-card p {
        margin: 0 0 10px;
        font-size: 12px;
        line-height: 1.65;
    }

    .alfa-v2-test-card ul {
        display: none;
    }

    .alfa-v2-test-art {
        min-height: 112px;
        border-radius: 18px;
    }

    .alfa-v2-course-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .alfa-v2-course-card:nth-child(n+3) {
        display: none;
    }

    .alfa-v2-course-card {
        border-radius: 12px;
    }

    .alfa-v2-course-card__body {
        padding: 10px;
    }

    .alfa-v2-course-card h3 {
        min-height: 40px;
        font-size: 12px;
    }

    .alfa-v2-course-card p,
    .alfa-v2-mini-button {
        font-size: 10px;
    }

    .alfa-v2-reviews {
        padding: 24px 16px 28px;
        border-radius: 16px;
    }

    .alfa-v2-review-grid {
        grid-template-columns: 1fr;
    }

    /* Removed single-item force on mobile */

    .alfa-v2-review-grid article {
        min-height: 154px;
        padding: 20px;
        margin-bottom: 20px; /* Add spacing between review boxes */
    }

    .alfa-v2-review-grid p {
        font-size: 12px;
    }

    .alfa-v2-logo-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .alfa-v2-logo-grid div {
        min-height: 58px;
        padding: 10px;
        font-size: 12px;
    }

    .alfa-v2-footer {
        padding: 10px 12px 22px;
    }

    .alfa-v2-footer__cta {
        min-height: 220px;
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 24px 18px;
        text-align: center;
        background:
            radial-gradient(ellipse at 20% 10%, rgba(221, 17, 84, .78), transparent 42%),
            radial-gradient(circle at 86% 68%, rgba(149, 17, 68, .45), transparent 34%),
            rgba(16, 19, 43, .88);
    }

    .alfa-v2-footer__cta .alfa-v2-actions {
        order: 2;
        display: grid;
        grid-template-columns: 1fr;
    }

    .alfa-v2-footer__cta h2 {
        font-size: 26px;
    }

    .alfa-v2-footer .alfa-v2-logo img,
    .alfa-v2-footer .custom-logo {
        max-width: 320px !important;
        max-height: 100px !important;
    }

    .alfa-v2-footer-icons {
        display: none;
    }

    .alfa-v2-footer__grid {
        grid-template-columns: 1fr;
        gap: 18px;
        text-align: center;
    }

    .alfa-v2-footer .alfa-v2-logo {
        justify-content: center;
    }
}

/* Final visual tuning: stronger logos and calmer green call-to-action buttons. */
body:not(.wp-admin) .alfa-v2-header {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: rgba(4, 6, 20, .98) !important;
    color: #fff !important;
    border-top: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, .08) !important;
    box-shadow: 0 12px 34px rgba(0, 0, 0, .16) !important;
    position: relative;
    z-index: 1000;
}

body:not(.wp-admin) .alfa-v2-header *,
body:not(.wp-admin) .alfa-v2-header a,
body:not(.wp-admin) .alfa-v2-header span,
body:not(.wp-admin) .alfa-v2-header button {
    color: inherit;
}

body:not(.wp-admin) .alfa-v2-header .alfa-v2-nav a {
    color: #fff !important;
}

body:not(.wp-admin) .alfa-v2-header .alfa-v2-nav a:hover,
body:not(.wp-admin) .alfa-v2-header .alfa-v2-nav li:hover > a,
body:not(.wp-admin) .alfa-v2-header .alfa-v2-nav li:focus-within > a,
body:not(.wp-admin) .alfa-v2-header .alfa-v2-nav__list > li:first-child > a {
    color: var(--alfa-v2-lime) !important;
}

body:not(.wp-admin) .alfa-v2-header .alfa-v2-login {
    color: var(--alfa-v2-lime) !important;
    background: transparent !important;
}

body:not(.wp-admin) .alfa-v2-header .alfa-v2-mobile-drawer,
body:not(.wp-admin) .alfa-v2-header .alfa-v2-nav .sub-menu,
body:not(.wp-admin) .alfa-v2-header .alfa-v2-nav .children {
    background: #05071a !important;
}

.alfa-v2-header__inner {
    min-height: 84px !important;
    overflow: visible !important;
}

.alfa-v2-header,
.alfa-v2-footer,
.alfa-v2-footer__grid {
    overflow: visible !important;
}

.alfa-v2-header .alfa-v2-logo,
.alfa-v2-footer .alfa-v2-logo {
    overflow: visible !important;
}

.alfa-v2-header .alfa-v2-logo img,
.alfa-v2-header .custom-logo,
body:not(.wp-admin) header .site-logo img,
body:not(.wp-admin) header .header-logo img,
body:not(.wp-admin) header .tm-logo img {
    width: auto !important;
    height: 76px !important;
    max-width: 520px !important;
    max-height: none !important;
    transform: scale(1.85) !important;
    transform-origin: right center !important;
}

.alfa-v2-footer .alfa-v2-logo img,
.alfa-v2-footer .custom-logo,
body:not(.wp-admin) footer .site-logo img,
body:not(.wp-admin) footer .footer-logo img,
body:not(.wp-admin) footer .tm-logo img {
    width: auto !important;
    height: 86px !important;
    max-width: 520px !important;
    max-height: none !important;
    transform: scale(1.85) !important;
    transform-origin: right center !important;
}

.alfa-v2-button--lime,
.alfa-v2-drawer-login {
    background: linear-gradient(135deg, #a7cf3a 0%, #7f9f28 54%, #5f8119 100%) !important;
    color: #fff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .32);
    box-shadow: 0 12px 28px rgba(95, 129, 25, .34), inset 0 1px 0 rgba(255, 255, 255, .16) !important;
}

.alfa-v2-button--lime:hover,
.alfa-v2-drawer-login:hover {
    background: linear-gradient(135deg, #b0d746 0%, #88aa2e 54%, #688d20 100%) !important;
}

@media (max-width: 820px) {
    .alfa-v2-header__inner {
        min-height: 72px !important;
    }

    .alfa-v2-header .alfa-v2-logo img,
    .alfa-v2-header .custom-logo {
        height: 58px !important;
        max-width: 300px !important;
        transform: scale(1.55) !important;
    }

    .alfa-v2-footer .alfa-v2-logo img,
    .alfa-v2-footer .custom-logo {
        height: 68px !important;
        max-width: 320px !important;
        transform: scale(1.55) !important;
    }
}

/* Helper for JS Slider */
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}
.alfa-v2-review-grid {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
