:root {
    --gold: #FFB300;
    --gold-soft: #FF6A00;
    --gold-deep: #FF6A00;
    --bg-900: #0B0B0D;
    --text-700: #DADBE1;
    --text-500: #d9d9d9;
    --accent: #000000;
}

.hero {
    background-color: #000000;
    color: var(--text-700);
    -webkit-font-smoothing: antialiased;
    position: relative;
    overflow: hidden;
}

.alpha-badge {
    display: inline-flex;
    align-items: center;
    padding: .4rem .8rem;
    gap: .4rem;
    border-radius: 999px;
    border: 1px solid rgba(227, 178, 60, .35);
    background: rgba(227, 178, 60, .07);
    color: var(--gold);
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.title {
    font-weight: 600;
    background: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.15;
    font-size: 37px !important;
}

.gradient-bottom-color {
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.trusted {
    color: var(--text-500);
    font-size: 19px;
}

.trusted-two {
    font-size: 19px;
    background: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.highlight-line {
    font-size: 1.4rem;
    color: #fff;
}

.highlight-line span {
    font-weight: 800;
}

.create-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: .5rem;
}

.create-tags .tag {
    border: 1px solid rgba(227, 177, 60, 0.826);
    background: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: .45rem .7rem;
    border-radius: 999px;
    font-size: .95rem;
}

.benefits-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.benefits-1 .bi {
    color: var(--gold);
    margin-right: .35rem;
}

.profile-wrap {
    margin-top: 15px;
    position: relative;
    display: flex;
    justify-content: center;
}

.profile-img-blend {
    width: 100%;
    max-width: 420px;
    overflow: hidden;
}

.profile-img-blend img {
    width: 100%;
    object-fit: cover;
    filter: brightness(1.05) contrast(1.05);
}

.profile-img-blend::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.profile-info {
    margin-top: 1rem;
    text-align: center;
}

.profile-info h3 {
    font-size: 1.4rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: .5px;
}

.profile-info p {
    font-size: .92rem;
    color: var(--text-500);
    line-height: 1.4;
}

.cta-bar {
    margin-top: 2rem;
    border-top: 1px solid rgba(227, 178, 60, .22);
    padding-top: 1.5rem;
    text-align: center;
}

.price-row {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    justify-content: center;
}

.old-price {
    font-weight: 400;
    color: var(--text-500);
    font-size: 1rem;
}

.strike {
    color: #ffdd00;
    position: relative;
    display: inline-block;
}

.strike-two {
    background: linear-gradient(90deg, #b8860b, #d4b401, #f8e473, #b8860b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    display: inline-block;
}

.strike::after {
    content: "";
    position: absolute;
    left: -2px;
    right: -2px;
    top: 50%;
    height: 2px;
    transform: skewY(-8deg);
}

.new-price {
    font-weight: 900;
    font-size: 1.8rem;
    color: var(--gold-soft);
}

.btn-gold {
    background: linear-gradient(90deg, #655319, #d4af37, #d4af37);
    color: #121212;
    padding: .9rem 2rem;
    border-radius: 999px;
    font-weight: 800;
    border: none;
}

.create-tags .tag,
.create-tags-mobile .tag {
    display: inline-block;
}

.text-gold-gradient {
    background: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 45px;
    font-weight: 700;
}

.text-gold-gradient-two {
    background: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 45px;
    font-weight: 700;
}

.match-gradient {
    font-weight: 500;
    background: linear-gradient(90deg, #00FF99, #00FF55, #B6FF00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.color-white {
    font-size: 18px;
    color: white;
}

@media (max-width:576px) {
    .title {
        font-size: 24px !important;
    }

    .text-gold-gradient-two {
        font-size: 15px;
    }

    .text-gold-gradient {
        font-size: 24px;
        font-weight: 700;
    }

    .highlight-line {
        font-size: 1.2rem;
        color: #fff;
    }

    .trusted-two {
        font-size: 14px;
    }

    .profile-wrap {
        margin-top: -40px;
    }

    .trusted {
        color: var(--text-500);
        font-size: 14px;
    }
}

@media (max-width:768px) {
    .match-gradient {
        font-size: 17px;
    }
}

.desktop-img-two {
    display: block;
    width: 100%;
    height: auto;
}

.mobile-img-two {
    display: none;
    width: 100%;
    height: auto;
}

@media screen and (max-width:768px) {
    .desktop-img-two {
        display: none;
    }

    .mobile-img-two {
        display: block;
    }
}

:root {
    --gold: #E3B23C;
    --bg: #222222;
    --ink: #FFFFFF;
    --ink-dim: #DADBE1;
}

.success-section {
    padding: 20px;
    background: var(--bg);
    color: var(--ink);
}

.success-section .container {
    max-width: 1000px;
    margin-inline: auto;
    text-align: center;
}

.alpha-head {
    margin: 0 0 .25rem 0;
}

.alpha-head-title {
    display: inline-block;
    font-weight: 900;
    letter-spacing: .06em;
    font-size: clamp(1.6rem, 1.1rem + 2vw, 2.6rem);
    background: linear-gradient(90deg, #655319, #d4af37, #d4af37);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.subhead-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: clamp(18px, 2.5vw, 28px);
}

.responsive-update {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    font-size: clamp(1rem, .9rem + .8vw, 1.25rem);
    letter-spacing: .03em;
}

.success-image {
    display: block;
    margin: clamp(16px, 2.5vw, 24px) auto;
    width: 100%;
    max-width: 560px;
    height: auto;
    box-shadow: inset;
    transition: transform .3s ease;
}

.success-image:hover {
    transform: scale(1.02);
}

.success-title {
    margin: clamp(6px, 1.5vw, 10px) 0 0 0;
    font-size: clamp(1.6rem, 1.1rem + 1.8vw, 2.3rem);
    font-weight: 800;
    letter-spacing: .02em;
    background: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.gold-divider {
    width: 120px;
    height: 3px;
    margin: clamp(14px, 2vw, 20px) auto;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    border-radius: 2px;
}

.success-description {
    color: var(--ink-dim);
    font-size: clamp(.98rem, .9rem + .3vw, 1.06rem);
    line-height: 1.75;
    max-width: 720px;
    margin: 0 auto;
}

.success-description .highlight {
    color: var(--gold);
    font-weight: 700;
}

.is-hidden {
    display: none;
}

@media (max-width:768px) {
    .success-image {
        max-width: 260px;
    }

    .success-section {
        padding: clamp(60px, 8vw, 120px) 0px;
    }
}

.alpha-masterclass-section {
    background-color: #000;
    color: #fff;
    padding: 20px 20px;
}

.top-heading {
    margin-bottom: 20px;
}

.top-heading h2 {
    font-size: 2.3rem;
    font-weight: 700;
}

.top-heading .highlight {
    background: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.subtitle {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 10px;
}

.master-class {
    font-size: 20px;
    margin-top: 3px;
}

.alpha-list {
    list-style: none;
    padding-left: 0;
}

.alpha-list li {
    background: rgba(255, 255, 255, 0.05);
    border-left: 4px solid #d4af37;
    margin-bottom: 15px;
    padding: 12px 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.alpha-list li:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(5px);
}

.image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}

.center-image {
    width: 100%;
    max-width: 350px;
    border-radius: 25px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.center-image:hover {
    transform: scale(1.05);
}

.alpha-offer-card {
    background: #fff;
    color: #000;
    border-radius: 20px;
    padding: 20px 25px;
    margin-top: 80px;
    box-shadow: 0 0 25px rgba(212, 175, 55, 0.3);
}

.alpha-offer-card .price {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 10px;
}

.alpha-offer-card .price span {
    text-decoration: line-through;
    color: #888;
}

.alpha-offer-card .offer {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.alpha-offer-card .benefits {
    color: #444;
    font-size: 1rem;
    margin-bottom: 25px;
    line-height: 1.6;
}

.alpha-btn {
    display: inline-block;
    background: linear-gradient(90deg, #d4af37, #b68c2d);
    color: #fff;
    padding: 14px 40px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.4s ease;
}

.alpha-btn:hover {
    background: linear-gradient(90deg, #d4af37, #b68c2d);
    color: #000;
}

@media (max-width:992px) {
    .top-heading h2 {
        font-size: 2rem;
    }

    .center-image {
        max-width: 400px;
    }
}

@media (max-width:768px) {
    .image-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px 0;
    }

    .alpha-list li {
        text-align: left;
    }

    .center-image {
        max-width: 320px;
        margin: 0px auto;
    }
}

@media (max-width:576px) {
    .image-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px 0;
    }

    .top-heading h2 {
        font-size: 1.6rem;
    }

    .center-image {
        max-width: 560px;
    }

    .alpha-offer-card {
        padding: 30px 15px;
    }
}

:root {
    --alpha-bg: #000;
    --alpha-text: #fff;
    --gold: #d4af37;
    --glass: rgba(255, 255, 255, 0.06);
    --glass-2: rgba(255, 255, 255, 0.03);
    --tile-shadow: 0 10px 30px rgba(2, 6, 23, 0.55);
}

.alpha-section {
    position: relative;
    background: var(--alpha-bg);
    color: var(--alpha-text);
    overflow: visible;
}

.alpha-bg {
    position: relative;
    height: 100vh;
    min-height: 650px;
}

.alpha-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    filter: brightness(0.75);
    z-index: 0;
}

.alpha-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.95) 100%);
    z-index: 1;
}

.desktop-img {
    display: block;
}

.mobile-img {
    display: none;
}

@media (max-width:768px) {
    .desktop-img {
        display: none;
    }

    .mobile-img {
        display: block;
    }
}

.content-wrapper {
    position: relative;
    margin-top: -180px;
    z-index: 5;
}

.section-title h2 {
    font-size: clamp(1.8rem, 4vw, 2rem);
    font-weight: 700;
    line-height: 1.2;
    display: inline-block;
}

.section-title .highlight {
    background: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    display: inline-block;
    vertical-align: baseline;
}

@media (max-width:576px) {
    .section-title .highlight {
        display: inline-block;
        line-height: 1.1;
        vertical-align: bottom;
        position: relative;
        top: 2px;
    }
}

.subtitle {
    color: #d7d7d7;
    font-size: 1.05rem;
    margin-bottom: 1.25rem;
}

.alpha-tile {
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
    border-radius: 18px;
    padding: 28px 22px 20px;
    text-align: left;
    color: #fff;
    overflow: visible;
    box-shadow: var(--tile-shadow);
    transform-style: preserve-3d;
    transition: transform .35s cubic-bezier(.2, .9, .2, 1), box-shadow .35s, filter .35s;
    border: 1px solid rgba(212, 175, 55, 0.08);
    backdrop-filter: blur(6px) saturate(120%);
    min-height: 220px;
}

.alpha-tile.featured {
    padding: 36px;
    min-height: 260px;
    margin-top: -12px;
}

.tile-deco {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 30px;
    pointer-events: none;
    opacity: .9;
}

.tile-deco svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: linear-gradient(90deg, var(--gold), #fff);
    fill: rgba(212, 175, 55, 0.08);
}

.tile-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 8px;
}

.tile-header .badge {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
    color: #071017;
    font-weight: 800;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(212, 175, 55, 0.18), inset 0 -2px 6px rgba(0, 0, 0, 0.12);
    transform: translateZ(20px);
}

.alpha-tile h5 {
    background: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    font-weight: 700;
    font-size: 1.05rem;
}

.tile-sub {
    margin: 8px 0 6px;
    color: #e6e6e6;
    font-size: .95rem;
}

.tile-body {
    color: #d8d8d8;
    line-height: 1.45;
    margin-bottom: 12px;
    font-size: .95rem;
}

.tile-footer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-top: auto;
}

.tile-footer .mini-line {
    display: inline-block;
    width: 68px;
    height: 6px;
    border-radius: 6px;
    background: linear-gradient(90deg, rgba(212, 175, 55, 1), rgba(212, 175, 55, 0.18));
    box-shadow: 0 6px 18px rgba(212, 175, 55, 0.08);
}

.alpha-tile:hover {
    transform: translateY(-10px) rotateX(2deg) scale(1.02);
    box-shadow: 0 22px 50px rgba(2, 6, 23, 0.7);
    filter: saturate(1.05);
}

.alpha-tile:hover .badge {
    transform: translateY(-6px);
}

@media (max-width:992px) {
    .alpha-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.95) 100%);
    }

    .content-wrapper {
        margin-top: -120px;
    }

    .alpha-tile {
        min-height: 200px;
        padding: 22px;
    }

    .alpha-tile.featured {
        min-height: 230px;
    }
}

@media (max-width:768px) {
    .desktop-img {
        display: none;
    }

    .mobile-img {
        display: block;
    }

    .alpha-bg {
        height: 75vh;
        min-height: 520px;
    }

    .mobile-img {
        object-fit: cover;
        object-position: top center !important;
    }
}

@media (max-width:480px) {
    .alpha-bg {
        height: 68vh;
        min-height: 480px;
    }

    .mobile-img {
        object-position: 25% top;
    }
}

.content-wrapper {
    position: relative;
    z-index: 5;
    margin-top: -180px;
    padding: 0 15px 0px 15px;
}

@media (max-width:768px) {
    .content-wrapper {
        margin-top: -90px;
    }
}

@media (max-width:576px) {
    .content-wrapper {
        margin-top: -260px;
    }
}

:root {
    --gold: #E3B23C;
    --gold-dark: #C59A2D;
    --text-dark: #111111;
    --text-gray: #6F6F6F;
    --white: #FFFFFF;
}

.lux-testimonial-section {
    background: var(--white);
    padding: clamp(3rem, 5vw, 6rem) 0;
    color: var(--text-dark);
}

.lux-wrap {
    max-width: 1250px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.1fr 1.2fr;
    align-items: center;
    gap: 3rem;
    padding: 0 2rem;
}

.lux-eyebrow {
    letter-spacing: .15em;
    font-size: .9rem;
    font-weight: 700;
    color: var(--gold);
}

.lux-title {
    font-size: clamp(2.4rem, 2rem + 2vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
    margin-top: .4rem;
    background: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.lux-title span {
    color: var(--gold);
}

.lux-sub {
    margin-top: .7rem;
    color: var(--text-gray);
    font-size: 1.2rem;
}

.lux-slider-card {
    position: relative;
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 24px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 40% 60%;
    min-height: 420px;
    box-shadow: 0 6px 28px rgba(0, 0, 0, .08);
}

.lux-image-box {
    background: #ddd;
}

.lux-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lux-text-content {
    padding: 2rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lux-quote {
    font-size: 1.25rem;
    line-height: 1.75;
    color: var(--text-dark);
}

.lux-user-name {
    font-weight: 700;
    font-size: 1.25rem;
    margin-top: 1rem;
    color: var(--text-dark);
}

.lux-user-role {
    font-size: 1rem;
    color: var(--text-gray);
}

.lux-arrow {
    position: absolute;
    bottom: 1.2rem;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
    border: none;
    font-size: 1.4rem;
    font-weight: 700;
    cursor: pointer;
    color: #000;
    box-shadow: 0px 0px 16px rgba(227, 178, 60, .4);
    transition: transform .2s ease;
}

.lux-prev {
    right: 4.5rem;
}

.lux-next {
    right: 1rem;
}

.lux-arrow:hover {
    transform: translateY(-3px);
}

@media (max-width:992px) {
    .lux-wrap {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 0 16px;
        text-align: center;
    }

    .lux-slider-card {
        grid-template-columns: 1fr;
        min-height: unset;
    }

    .lux-image-box {
        height: auto;
    }

    .lux-avatar {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 10;
        object-fit: cover;
        object-position: center;
        display: block;
    }

    .lux-title {
        font-size: clamp(1.9rem, 5.5vw, 2.6rem);
        line-height: 1.12;
    }

    .lux-sub {
        font-size: 1rem;
    }

    .lux-text-content {
        padding: 16px 16px 80px;
        gap: .6rem;
    }

    .lux-quote {
        font-size: 1.03rem;
        line-height: 1.7;
        word-break: break-word;
    }

    .lux-user-name {
        font-size: 1.12rem;
        margin-top: .5rem;
    }

    .lux-user-role {
        font-size: .96rem;
    }

    .lux-arrow {
        bottom: 14px;
        width: 52px;
        height: 52px;
    }

    .lux-prev {
        left: calc(50% - 60px);
        right: auto;
    }

    .lux-next {
        left: calc(50% + 8px);
        right: auto;
    }
}

@media (max-width:576px) {
    .lux-title {
        font-size: clamp(1.7rem, 7vw, 2.2rem);
    }

    .lux-text-content {
        padding: 14px 12px 76px;
    }

    .lux-quote {
        font-size: 1rem;
        line-height: 1.62;
    }

    .lux-arrow {
        width: 48px;
        height: 48px;
    }
}

@media (max-width:380px) {
    .lux-title {
        font-size: clamp(1.55rem, 8vw, 1.9rem);
    }

    .lux-text-content {
        padding: 12px 10px 70px;
    }

    .lux-quote {
        font-size: .98rem;
    }

    .lux-prev {
        left: calc(50% - 56px);
    }

    .lux-next {
        left: calc(50% + 8px);
    }
}

@supports(padding:max(0px)) {
    .lux-testimonial-section {
        padding-left: max(16px, env(safe-area-inset-left));
        padding-right: max(16px, env(safe-area-inset-right));
    }
}

@media (prefers-reduced-motion:reduce) {
    .lux-arrow {
        transition: none;
    }

    .lux-arrow:hover {
        transform: none;
    }
}

.about-gad-section {
    background: linear-gradient(145deg, #0d0d0d, #1a1a1a);
    color: #fff;
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}

.gad-photo-wrapper {
    position: relative;
    display: inline-block;
}

.gad-photo {
    border-radius: 16px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.gad-photo:hover {
    transform: scale(1.05);
}

.gad-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gad-heading span {
    color: #d4af37;
}

.gad-subheading {
    font-size: 1.5rem;
    background: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 10px;
    font-weight: 600;
}

.gad-role {
    color: #ccc;
    font-style: italic;
    margin-bottom: 20px;
}

.gad-list {
    list-style: none;
    padding-left: 0;
}

.gad-list li {
    margin-bottom: 10px;
    font-size: 1rem;
    color: #eaeaea;
    position: relative;
    padding-left: 32px;
}

.gad-list li::before {
    font-family: "Font Awesome 6 Free";
    content: "\f061";
    font-weight: 900;
    color: #d4af37;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 0.95rem;
}

.gad-quote {
    background: rgba(255, 255, 255, 0.05);
    border-left: 4px solid #d4af37;
    padding: 15px 20px;
    border-radius: 10px;
    font-style: italic;
}

.gad-quote span {
    color: #d4af37;
    font-weight: 600;
}

.gad-cta {
    background: #fff;
    color: #000;
    border-radius: 14px;
    padding: 25px 20px;
    max-width: 400px;
    margin: 0 auto;
    box-shadow: 0 0 30px rgba(255, 215, 0, 0.15);
    transition: all 0.3s ease;
}

.gad-cta:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 40px rgba(255, 215, 0, 0.3);
}

.price {
    font-size: 1.1rem;
}

.offer {
    font-size: 1.5rem;
    color: #d4af37;
    font-weight: 700;
}

.benefits {
    font-size: 0.95rem;
    color: #333;
}

.benefits span {
    color: #000;
    font-weight: 600;
}

.btn-gold {
    background: linear-gradient(90deg, #d4af37, #b68c2d);
    border: none;
    color: #000;
    font-weight: 700;
    padding: 10px 28px;
    border-radius: 8px;
    transition: 0.3s ease;
}

.btn-gold:hover {
    background: linear-gradient(90deg, #b68c2d, #d4af37);
    color: #000;
}

@media (max-width:991px) {
    .gad-heading {
        font-size: 2rem;
    }

    .gad-photo {
        width: 80%;
    }

    .gad-cta {
        margin-top: 30px;
    }
}

@media (max-width:767px) {
    .about-gad-section {
        padding: 60px 20px;
    }

    .gad-heading {
        text-align: center;
    }

    .gad-subheading,
    .gad-role {
        text-align: center;
    }

    .gad-photo {
        width: 90%;
    }
}

:root {
    --bg: #0a0b0d;
    --panel: #0e0f12;
    --gold: #e3b23c;
    --muted: #c8cfda;
    --ink: #ffffff;
}

.alpha-hero-split {
    margin: 24px auto;
    position: relative;
    border-radius: 30px;
    max-width: 1280px;
    padding: 0px 0px 0px 0px;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    min-height: 680px;
    background: var(--bg);
    overflow: hidden;
}

.alpha-left {
    position: relative;
    background: #000;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.alpha-left img {
    width: min(900px, 75%);
    height: auto;
    object-fit: contain;
    transform: translateY(8px);
}

.alpha-right {
    position: relative;
    background: #0a0b0d;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(28px, 4vw, 52px);
}

.alpha-right::before,
.alpha-right::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.alpha-right::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, .03) 0 25%, transparent 25% 50%, rgba(255, 255, 255, .03) 50% 75%, transparent 75% 100%);
    background-size: 22px 22px;
    opacity: .25;
}

.alpha-right::after {
    mix-blend-mode: normal;
}

.alpha-right-inner {
    position: relative;
    z-index: 1;
    max-width: 620px;
    color: var(--ink);
    text-align: left;
}

.alpha-eyebrow {
    text-align: center;
    font-weight: 800;
    font-size: clamp(1.6rem, 3vw, 2.6rem);
    letter-spacing: .5px;
    margin-bottom: .6rem;
    color: transparent;
    background: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
    -webkit-background-clip: text;
    background-clip: text;
}

.alpha-headline {
    font-weight: 800;
    line-height: 1.15;
    font-size: clamp(1.9rem, 3.6vw, 2rem);
    align-items: center;
    text-align: center;
    color: #fff;
    margin: 0 0 1.1rem;
}

.alpha-subline {
    text-align: center;
    color: #cfd3db;
    opacity: .9;
    font-style: italic;
    line-height: 1.4;
    margin: 0 0 1.4rem;
}

.alpha-session {
    color: #fff;
    text-align: center;
    font-size: clamp(1rem, 2.1vw, 1.25rem);
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 1.2rem;
}

.alpha-session .hl {
    background: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

.alpha-model {
    background: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-weight: 800;
    letter-spacing: .02em;
    font-size: clamp(1rem, 2vw, 1.15rem);
    margin: .3rem 0 0;
}

@media (max-width:576px) {
    .alpha-headline {
        font-size: 20px;
    }

    .alpha-hero-split {
        grid-template-columns: 1fr;
        min-height: 0;
        border-radius: 0%;
    }
}

@media (max-width:992px) {
    .alpha-hero-split {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .alpha-left {
        padding-top: 24px;
    }

    .alpha-left img {
        width: min(560px, 88%);
        transform: none;
    }

    .alpha-right {
        padding: 28px 20px 44px;
    }

    .alpha-right-inner {
        text-align: center;
        margin: 0 auto;
    }
}

:root {
    --card: #ffffff;
    --text: #111;
    --sub: #6b6b6b;
    --muted: #8c8c8c;
    --a1: #ff6b6b;
    --b1: #ffa06b;
    --a2: #7b5cff;
    --b2: #5ce1ff;
    --a3: #ffd166;
    --b3: #f78fb3;
}

.alpha-bonus-clean {
    padding: 40px 0;
    background: #0b0b0d;
    color: #fff;
}

.abc-eyebrow {
    display: inline-block;
    background: #ffffff10;
    padding: .45rem .9rem;
    margin-bottom: 10px;
    border-radius: 999px;
    font-size: .85rem;
    color: #f1f1f1;
    border: 1px solid #ffffff20;
}

.abc-title {
    font-weight: 800;
    font-size: clamp(1.6rem, 1.1rem + 2vw, 2.6rem);
}

.abc-sub {
    color: #bdbdbd;
    margin-bottom: 0px !important;
}

.abc-card {
    background: var(--card);
    border-radius: 18px;
    border: 1px solid #e8e8e8;
    display: flex;
    height: 100%;
    overflow: visible;
    position: relative;
    transition: transform .2s ease, box-shadow .2s ease;
}

.abc-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .25);
}

.abc-body {
    padding: 26px 24px 22px;
    border-radius: 18px;
    flex: 1;
}

.abc-ribbon {
    position: absolute;
    top: 14px;
    left: -8px;
    padding: .42rem 1.2rem .42rem 1.6rem;
    border-top-right-radius: 999px;
    border-bottom-right-radius: 999px;
    font-size: .86rem;
    font-weight: 800;
    color: #000000;
    letter-spacing: .08em;
    z-index: 10;
}

.abc-top {
    display: flex;
    align-items: center;
    gap: .8rem;
    margin-top: 28px;
}

.abc-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
}

.abc-name {
    margin: 0;
    font-size: 1.22rem;
    font-weight: 800;
    color: var(--text);
}

.abc-tag {
    margin: 3px 0 2px;
    font-size: .92rem;
    color: #000000;
    font-weight: 600;
}

.abc-copy {
    color: #000;
    font-size: .95rem;
    margin-top: 12px;
    line-height: 1.6;
    text-align: center;
}

.abc-grid {
    row-gap: 32px;
}

.abc-card.a .abc-icon,
.abc-card.b .abc-icon,
.abc-card.c .abc-icon,
.abc-card.d .abc-icon,
.abc-card.e .abc-icon,
.abc-card.f .abc-icon {
    background: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.abc-card.a .abc-ribbon {
    background: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
}

.abc-card.b .abc-ribbon {
    background: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
}

.abc-card.c .abc-ribbon {
    background: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
}

.abc-card.d .abc-ribbon {
    background: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
}

.abc-card.e .abc-ribbon {
    background: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
}

.abc-card.f .abc-ribbon {
    background: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
}

.abc-value {
    display: block;
    width: fit-content;
    margin: 14px auto 0;
    padding: 6px 14px;
    font-size: .85rem;
    font-weight: 800;
    text-align: center;
    border-top: 1px dashed #d4af37;
    color: #000;
    border: 1.5px solid #d4af37;
    border-radius: 999px;
    background: transparent;
}

@media (min-width:576px) {
    .abc-value {
        font-size: .88rem;
        padding: 6px 16px;
    }
}

@media (min-width:992px) {
    .abc-value {
        font-size: .9rem;
        padding: 7px 18px;
    }
}

:root {
    --pink: #e9e9e9c2;
    --pink-deep: #000;
    --txt: #263241;
    --muted: #6a7785;
    --cta: #928911;
    --cta-dark: #e6e654;
    --white: #fff;
    --pill: #fffee6;
}

.nova-section {
    background: #ffffff;
    padding: clamp(20px, 4vw, 48px);
    color: var(--txt);
}

.text-gold-gradient-three {
    font-weight: 900;
    font-size: clamp(2.2rem, 5vw, 4rem);
    background: linear-gradient(90deg, #b8860b, #ffd700, #ffdc18, #b8860b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.nova-title {
    font-weight: 800;
    line-height: 1.15;
    font-size: clamp(1.5rem, 3.6vw, 3rem);
    margin: 6px 0 2px;
}

.nova-points {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.nova-points li {
    display: grid;
    grid-template-columns: 40px 1fr;
    align-items: center;
    column-gap: .9rem;
    row-gap: .25rem;
    margin-bottom: .9rem;
    line-height: 1.5;
    font-size: clamp(1rem, 2.6vw, 1.2rem);
}

.nova-num {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    color: #000000;
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: 1rem;
}

.nova-media {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .12);
    min-height: 240px;
}

.nova-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.nova-cta {
    background: #fff;
    border-radius: 18px;
    padding: clamp(16px, 3.6vw, 28px);
    margin-top: clamp(18px, 4vw, 36px);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .08);
}

.nova-price {
    font-size: clamp(1.05rem, 2.6vw, 1rem);
    font-weight: 800;
    color: #253446;
}

.nova-price del {
    color: #253446;
    text-decoration: line-through;
    font-weight: 600;
}

.golden-cta-btn {
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
    border: none;
    padding: 0.9rem 1.8rem;
    border-radius: 999px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    box-shadow: 0 10px 20px rgba(255, 215, 0, 0.3);
    transition: all 0.3s ease;
}

.golden-cta-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 120%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.55) 45%, rgba(255, 255, 255, 0) 90%);
    transform: skewX(-20deg);
    animation: shimmer 2.2s infinite ease-in-out;
    pointer-events: none;
}

@keyframes shimmer {
    0% {
        left: -120%;
    }

    60% {
        left: 120%;
    }

    100% {
        left: 120%;
    }
}

.golden-cta-btn:hover {
    background: linear-gradient(90deg, #ffcc00, #fff6b3, #ffcc00);
    transform: scale(1.05);
}

.nova-benefits {
    font-weight: 600;
    color: #18212b;
    line-height: 1.55;
    max-width: 560px;
}

.nova-pipe {
    opacity: .45;
    padding: 0 .45rem;
}

@media (max-width:768px) {
    .text-gold-gradient-three {
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    .nova-title {
        text-align: center;
    }
}

@media (max-width:399px) {
    .nova-section {
        border-radius: 0;
        padding: 18px;
    }
}

:root {
    --accent: linear-gradient(90deg, #d4af37, #f9e27d, #d4af37);
    --card-bg: #111;
    --text-muted: #aaa;
    --highlight: #d4af37;
    --glow: rgba(212, 175, 55, 0.3);
}

.accent {
    background: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.divider {
    width: 100px;
    height: 3px;
    background: var(--accent);
    border-radius: 2px;
}

.carousel-viewport {
    overflow: hidden;
    position: relative;
}

.carousel-track {
    display: flex;
    gap: 24px;
    transition: transform 0.5s ease;
    cursor: grab;
}

.testimonial-card {
    flex: 0 0 300px;
    background: linear-gradient(180deg, #1a1a1a, #0f0f0f);
    border-radius: 20px;
    padding: 30px 25px;
    text-align: center;
    color: #fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    transition: all 0.4s ease;
}

.testimonial-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(120deg, #d4af37, #f9e27d, #d4af37);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s;
}

.testimonial-card:hover::before {
    opacity: 1;
}

.testimonial-figure {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto 15px;
    overflow: hidden;
    border: 2px solid #d4af37;
    box-shadow: 0 0 15px var(--glow);
}

.testimonial-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.testimonial-card:hover .testimonial-figure img {
    transform: scale(1.08);
}

.testimonial-card h5 {
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 1.1rem;
    background: var(--accent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.role {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 12px;
}

.quote {
    font-size: 0.95rem;
    color: #ccc;
    font-style: italic;
    line-height: 1.6;
}

.arrow-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.4);
    box-shadow: 0 0 10px var(--glow);
    cursor: pointer;
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}

.arrow-btn:hover {
    background: rgba(212, 175, 55, 0.15);
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 0 20px var(--glow);
}

.arrow-left {
    left: 10px;
}

.arrow-right {
    right: 10px;
}

.arrow-svg {
    width: 20px;
    height: 20px;
    fill: #f9e27d;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: var(--highlight);
    box-shadow: 0 0 10px var(--glow);
    transform: scale(1.2);
}

@media(max-width:768px) {
    .testimonial-card {
        flex: 0 0 85%;
    }

    .arrow-btn {
        display: none;
    }
}

.testimonial-card {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 0.8s forwards;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.testimonial-card:nth-child(1) {
    animation-delay: 0.1s;
}

.testimonial-card:nth-child(2) {
    animation-delay: 0.2s;
}

.testimonial-card:nth-child(3) {
    animation-delay: 0.3s;
}

.testimonial-card:nth-child(4) {
    animation-delay: 0.4s;
}

.testimonial-card:nth-child(5) {
    animation-delay: 0.5s;
}

.testimonial-card:nth-child(6) {
    animation-delay: 0.6s;
}

:root {
    --gold: #E3B23C;
    --gold-light: #F4D586;
    --white: #ffffff;
    --shadow: rgba(0, 0, 0, 0.12);
}

.clients-showcase {
    background: var(--white);
    padding: clamp(60px, 7vw, 10px) 20px;
    text-align: center;
}

.clients-heading {
    margin-bottom: 50px;
}

.clients-title {
    font-size: clamp(2.2rem, 1.4rem + 2vw, 3.2rem);
    font-weight: 800;
    background: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: .05em;
}

.clients-sub {
    font-size: clamp(1.05rem, .9rem + .5vw, 1.25rem);
    color: #444;
    margin-top: 6px;
}

.clients-divider {
    width: 140px;
    height: 4px;
    margin: 20px auto 0;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    border-radius: 3px;
}

.clients-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
}

.clients-slider::before,
.clients-slider::after {
    content: "";
    position: absolute;
    top: 0;
    width: 150px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.clients-slider::before {
    left: 0;
    background: linear-gradient(to right, #fff, transparent);
}

.clients-slider::after {
    right: 0;
    background: linear-gradient(to left, #fff, transparent);
}

.clients-track {
    display: flex;
    width: max-content;
    gap: 40px;
    animation: scroll 40s linear infinite;
}

.clients-track:hover {
    animation-play-state: paused;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-50% - 20px));
    }
}

.client-card {
    flex: 0 0 200px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(227, 178, 60, 0.3);
    padding: 18px 22px;
    border-radius: 14px;
    transition: all .35s ease;
    box-shadow: 0 6px 18px var(--shadow);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}

.client-card img {
    max-height: 55px;
    max-width: 100%;
    width: auto;
    filter: none;
    transition: all .4s ease;
}

.client-card:hover {
    background: #fff;
    border-color: #b8860b;
    transform: translateY(-5px);
}

.client-card:hover img {
    transform: scale(1.1);
}

@media (max-width:768px) {
    .clients-track {
        gap: 25px;
        animation-duration: 30s;
    }

    .client-card {
        flex: 0 0 160px;
        height: 80px;
        padding: 12px 15px;
    }

    .client-card img {
        max-height: 40px;
    }

    .clients-slider::before,
    .clients-slider::after {
        width: 80px;
    }
}

:root {
    --golden-grad: linear-gradient(90deg, #d4af37, #f7e26a, #d4af37);
    --accent: #f5d142;
    --dark-bg: #070b13;
}

.identity-hero {
    min-height: 80vh;
    background: radial-gradient(circle at top left, #0a0a0a 0%, #000 70%);
    padding: 40px 0;
    overflow: hidden;
}

.hero-image-wrapper {
    width: 540px;
    height: 540px;
    position: relative;
    margin: 36px auto 0;
}

.hero-profile-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: screen;
    filter: brightness(1.1) contrast(1.05);
    transition: transform 0.4s ease, filter 0.4s ease;
}

.hero-profile-img:hover {
    transform: scale(1.05);
    filter: brightness(1.2);
}

.hero-top-badge {
    color: #ffffff;
    padding: 6px 18px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.95rem;
    display: inline-block;
    outline: 2px solid #B68C1F;
    outline-offset: 2px;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.4);
    transition: all 0.3s ease;
}

.hero-top-badge:hover {
    box-shadow: 0 0 25px rgba(212, 175, 55, 0.6);
    transform: translateY(-2px);
}

.hero-title {
    font-weight: 800;
    font-size: 2.5rem;
    margin: 0.6rem 0;
    color: #fff;
}

.hero-highlight {
    background: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-features li {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #eef2f8;
}

.feature-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 1.05rem;
}

.bg-success-glow {
    background: rgba(0, 255, 102, 0.15);
    box-shadow: 0 0 10px #00ff66;
}

.bg-primary-glow {
    background: rgba(0, 183, 255, 0.15);
    box-shadow: 0 0 10px #00b7ff;
}

.bg-danger-glow {
    background: rgba(255, 80, 80, 0.15);
    box-shadow: 0 0 10px #ff5050;
}

.golden-cta-btn {
    position: relative;
    background: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
    color: #000;
    font-weight: 800;
    font-size: 1rem;
    padding: 12px 26px;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    overflow: hidden;
    display: inline-block;
}

.golden-cta-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

.golden-cta-btn:hover::before {
    left: 100%;
}

.golden-cta-btn:hover {
    color: #000;
    transform: translateY(-3px);
}

.fade-in-up {
    opacity: 0;
    animation: fadeUp 1s ease-out forwards;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.delay-1 {
    animation-delay: 0.3s;
}

.delay-2 {
    animation-delay: 0.9s;
}

@media (max-width:992px) {
    .identity-hero {
        text-align: center;
        padding: 60px 0 40px;
    }

    .hero-title {
        font-size: 2rem;
        line-height: 1.3;
    }

    .hero-features li {
        justify-content: center;
    }

    .hero-image-wrapper {
        width: 100%;
        max-width: 440px;
        height: auto;
        aspect-ratio: 4/5;
    }

    .hero-profile-img {
        object-fit: contain;
    }

    .hero-cta {
        justify-content: center;
    }
}

@media (max-width:768px) {
    .hero-title {
        font-size: 1.8rem;
    }

    .hero-image-wrapper {
        max-width: 360px;
    }
}

@media (max-width:576px) {
    .identity-hero {
        padding: 40px 0;
    }

    .hero-title {
        font-size: 1.6rem;
        line-height: 1.4;
    }

    .hero-image-wrapper {
        max-width: 320px;
        margin-top: 20px;
    }

    .golden-cta-btn {
        font-size: 0.9rem;
        padding: 10px 20px;
    }
}

:root {
    --gold: #E3B23C;
    --gold-dark: #C49A2C;
    --bg-dark: #0B0B0D;
    --bg-deep: #000000;
    --text-light: #F5F5F5;
    --muted: #A7A9B2;
}

.alpha-learn-section {
    background: radial-gradient(900px at 10% 30%, rgba(255, 255, 255, 0.09) 0%, transparent 70%), linear-gradient(140deg, var(--bg-dark) 0%, var(--bg-deep) 100%);
    padding: clamp(6rem, 5vw, 6rem) 0;
    color: var(--text-light);
}

.alpha-learn-eyebrow {
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.alpha-learn-title {
    font-size: clamp(2.2rem, 1.5rem + 2.2vw, 3.6rem);
    font-weight: 800;
}

.alpha-learn-title span {
    background: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: clamp(2.2rem, 1.5rem + 2.2vw, 3.6rem);
    font-weight: 800;
}

.alpha-learn-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

@media (min-width:768px) {
    .alpha-learn-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width:567px) {
    .alpha-learn-section {
        padding: clamp(6rem, 5vw, 9rem) 0;
    }

    .alpha-learn-eyebrow {
        font-size: 1.5rem !important;
    }
}

.alpha-learn-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 22px 18px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 16px;
    height: 100%;
}

.alpha-learn-icon {
    min-width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    font-size: 1.6rem;
    color: #000;
    background: linear-gradient(145deg, var(--gold), var(--gold-dark));
    box-shadow: 0 0 18px rgba(227, 178, 60, .35);
}

.alpha-learn-text {
    flex: 1;
}

.alpha-learn-name {
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.7;
}

.alpha-learn-desc {
    margin-top: 6px;
    color: var(--muted);
    line-height: 1.6;
}

:root {
    --golden-grad: linear-gradient(90deg, #d4af37, #b8860b);
    --black-bg: rgba(0, 0, 0, 0.9);
    --golden-text: #d4af37;
    --white: #fff;
}

.golden-offer-strip {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--black-bg);
    width: 100%;
    padding-bottom: env(safe-area-inset-bottom);
    z-index: 9999;
    border-top: 2px solid rgba(212, 175, 55, 0.4);
    box-shadow: 0 -4px 20px rgba(212, 175, 55, 0.3);
}

.golden-offer-strip::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.7);
}

.golden-offer-container {
    max-width: 1180px;
    margin: 10px auto;
    padding: 6px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.golden-offer-title {
    font-weight: 800;
    font-size: 1.1rem;
    background: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.golden-price-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
}

.golden-old {
    position: relative;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: line-through;
    color: var(--pill);
}

.offer-price {
    color: #ffd700;
}

.offer-text {
    font-size: 1.4rem;
    font-weight: 900;
    color: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
}

.offer-price {
    background: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 15px rgba(212, 175, 55, 0.5);
}

.golden-new {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--white);
    background: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 15px rgba(212, 175, 55, 0.5);
}

.offer-red {
    font-weight: 700;
    background: linear-gradient(90deg, #ffb3b3, #ff3b3b, #b80000, #ff3b3b, #ffb3b3);
    background-size: 300% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: redShimmer 2s infinite linear;
}

@keyframes redShimmer {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.golden-offer-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.golden-offer-time {
    font-size: 0.95rem;
    font-weight: 800;
    margin-bottom: 3px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--golden-text);
    opacity: 0.9;
}

.golden-cta-btn {
    position: relative;
    display: inline-block;
    background: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
    color: #000;
    font-weight: 800;
    font-size: 1rem;
    padding: 12px 32px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 0 25px rgba(212, 175, 55, 0.4);
    overflow: hidden;
    letter-spacing: 0.5px;
    z-index: 1;
}

.golden-cta-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 150%;
    height: 100%;
    transform: skewX(-25deg);
    animation: shimmerInside 2.8s infinite linear;
    z-index: 2;
    border-radius: inherit;
}

@keyframes shimmerInside {
    0% {
        left: -150%;
    }

    100% {
        left: 150%;
    }
}

.golden-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 35px rgba(255, 215, 0, 0.6);
}

@media (max-width:768px) {
    .golden-offer-container {
        flex-direction: row;
        justify-content: space-between;
        gap: 10px;
        padding: 6px 12px;
    }

    .profile-img-blend img {
        object-fit: contain;
    }

    .golden-offer-title {
        font-size: 0.9rem;
    }

    .golden-old {
        font-size: 0.9rem;
    }

    .golden-new {
        font-size: 0.80rem;
    }

    .golden-cta-btn {
        font-size: 0.7rem;
        padding: 10px 18px;
    }

    .golden-offer-right {
        align-items: center;
    }
}

@media (max-width:480px) {
    .golden-offer-container {
        gap: 6px;
    }

    .golden-offer-time {
        font-size: 0.66rem;
    }

    .golden-offer-title {
        font-size: 0.70rem;
    }

    .golden-cta-btn {
        font-size: 0.7rem;
        padding: 8px 14px;
    }

    .golden-offer-right {
        align-items: center;
    }
}

#testimonialDots {
    display: flex;
    gap: 10px;
}

#testimonialDots .dot {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #fff;
    opacity: 0.4;
    transition: all 0.3s ease;
    border: none;
}

#testimonialDots .dot.active {
    width: 28px;
    opacity: 1;
    background: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
}

.desktop-img-two {
    display: block;
    width: 100%;
    height: auto;
}

.mobile-img-two {
    display: none;
    width: 100%;
    height: auto;
}

@media screen and (max-width:768px) {
    .desktop-img-two {
        display: none;
    }

    .mobile-img-two {
        display: block;
    }
}

.hero-img {
    width: 95%;
    max-width: 260px;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease,
}

.hero-img:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

@media (max-width:768px) {
    .hero-img {
        max-width: 50%;
        margin: 0 auto;
        z-index: 999;
    }
}

.live-dot {
    margin-right: 10px !important;
    width: 8px;
    height: 8px;
    background-color: #ff2d2d !important;
    border-radius: 50%;
    display: inline-block;
    animation: livePulse 1.4s infinite;
}

@keyframes livePulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.3);
        opacity: 0.6;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@media (max-width:576px) {
    .live-dot {
        width: 8px !important;
        height: 8px !important;
    }
}

.lux-testimonial-section {
    background: #000000;
    padding: clamp(3rem, 6vw, 8rem) 0;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.lux-testimonial-section::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(184, 134, 11, 0.15), transparent 70%);
    top: -200px;
    right: -200px;
    pointer-events: none;
}

.lux-title {
    font-size: clamp(1.8rem, 1.5rem + 2vw, 3.2rem);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 2rem;
    background: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -1px;
}

.lux-stack-container {
    max-width: 1200px;
    margin: 40px auto 0;
    position: relative;
    perspective: 1200px;
    padding: 0 15px;
}

.lux-stack {
    position: relative;
    height: 520px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
}

.lux-card {
    position: absolute;
    width: 100%;
    max-width: 440px;
    background: #111;
    border: 1px solid rgba(184, 134, 11, 0.3);
    border-radius: 40px;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.8);
    overflow: visible;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    text-align: center;
}

.lux-card.active {
    z-index: 10;
    transform: scale(1) translateX(0) translateZ(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.lux-card.prev {
    z-index: 5;
    transform: scale(0.85) translateX(-40%) translateZ(-150px);
    opacity: 0.5;
    visibility: visible;
}

.lux-card.next {
    z-index: 5;
    transform: scale(0.85) translateX(40%) translateZ(-150px);
    opacity: 0.5;
    visibility: visible;
}

.lux-card.hidden {
    z-index: 1;
    transform: scale(0.7) translateZ(-300px);
    opacity: 0;
}

.lux-card-header {
    height: 120px;
    background: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
    border-radius: 40px 40px 0 0;
}

.lux-card-profile {
    width: 130px;
    height: 130px;
    margin: -65px auto 15px;
    position: relative;
    border-radius: 50%;
    border: 5px solid #b8860b;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    background: #222;
    overflow: hidden;
    z-index: 2;
}

.lux-card-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lux-card-body {
    padding: 10px 35px 40px;
}

.lux-card-name {
    font-size: clamp(1.4rem, 4vw, 1.6rem);
    font-weight: 900;
    background: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.lux-card-role {
    font-size: 0.95rem;
    font-weight: 400;
    color: #b8860b;
    margin-bottom: 20px;
}

.lux-card-quote {
    font-size: clamp(1rem, 3.5vw, 1.15rem);
    line-height: 1.6;
    color: #ddd;
    font-weight: 500;
}

.lux-controls {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.lux-btn-prev,
.lux-btn-next {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
    color: #000;
    border: 1px solid transparent;
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(184, 134, 11, 0.3);
}

.lux-btn-prev:hover,
.lux-btn-next:hover {
    background: #fff;
    color: #b8860b;
    border: 1px solid #b8860b;
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(184, 134, 11, 0.4);
}

@media (max-width:768px) {
    .lux-stack {
        height: 580px;
    }

    .lux-card {
        max-width: 90%;
        border-radius: 30px;
    }

    .lux-card.prev {
        transform: scale(0.8) translateX(-18%) translateZ(-100px);
        opacity: 0.2;
    }

    .lux-card.next {
        transform: scale(0.8) translateX(18%) translateZ(-100px);
        opacity: 0.2;
    }

    .lux-card-header {
        height: 100px;
        border-radius: 30px 30px 0 0;
    }

    .lux-card-profile {
        width: 110px;
        height: 110px;
        margin: -55px auto 10px;
        border-width: 4px;
    }

    .lux-card-body {
        padding: 10px 20px 35px;
    }

    .lux-controls {
        margin-top: 30px;
    }

    .lux-btn-prev,
    .lux-btn-next {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

@media (max-width:480px) {
    .lux-stack {
        height: 390px;
    }

    .lux-card.prev,
    .lux-card.next {
        display: none;
    }
}

#testimonial-wrapper {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 999999;
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
}

#testimonial-toggle {
    background: #000;
    color: #fff;
    width: 50px;
    height: 250px;
    border-radius: 0 20px 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 5px 0 20px rgba(0, 0, 0, 0.2);
}

.vertical-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.arrow {
    font-size: 24px;
    background: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.vertical-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 600;
    background: linear-gradient(90deg, #b8860b, #ffd700, #f8e473, #b8860b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

@keyframes heartBeatPopup {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(1.08);
    }

    40% {
        transform: scale(1);
    }

    60% {
        transform: scale(1.08);
    }

    100% {
        transform: scale(1);
    }
}

.vertical-content {
    animation: heartBeatPopup 1.8s infinite;
    transition: 0.3s ease;
}

#testimonial-toggle {
    animation: glowPulse 2s infinite;
}

@keyframes glowPulse {
    0% {
        box-shadow: 5px 0 20px rgba(0, 0, 0, 0.2);
    }

    50% {
        box-shadow: 5px 0 25px rgba(255, 255, 255, 0.4);
    }

    100% {
        box-shadow: 5px 0 20px rgba(0, 0, 0, 0.2);
    }
}

#testimonial-box {
    position: absolute;
    left: -520px;
    width: 500px;
    height: 280px;
    background: #000;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    transition: 0.4s ease;
}

#testimonial-box.active {
    left: 70px;
}

#testimonial-box iframe {
    width: 100%;
    height: 100%;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
}

@media (max-width:1024px) {
    #testimonial-toggle {
        width: 60px;
        height: 240px;
    }

    #testimonial-box {
        width: 420px;
        height: 240px;
        left: -440px;
    }

    #testimonial-box.active {
        left: 60px;
    }

    .vertical-text {
        font-size: 14px;
    }
}

@media (max-width:768px) {
    #testimonial-toggle {
        width: 40px;
        height: 180px;
    }

    #testimonial-box {
        width: 320px;
        height: 180px;
        left: -340px;
    }

    #testimonial-box.active {
        left: 40px;
    }

    .vertical-text {
        font-size: 15px;
    }

    .arrow {
        font-size: 14px;
    }
}