*,
li,
ul {
    margin: 0;
}
#popular-domains .domain-card,
#pricing-home .explore-btn,
.btn-pulse,
.hero-wrap {
    position: relative;
    overflow: hidden;
}
* {
    padding: 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(64, 37, 125, 0.9) rgba(25, 12, 56, 0.25);
}
:root {
    --color-primary: #190c38;
    --color-secondary: #9b96b0;
    --color-accent: #5a3ea6;
    --color-accent-light: #a48ad7;
    --color-text: #190c38;
    --color-text-light: #6f6a85;
    --color-light-gray: #f5f4f9;
    --color-white: #ffffff;
    --radius-16: 16px;
    --radius-18: 18px;
    --radius-24: 24px;
    --radius-28: 28px;
    --shadow-sm: 0 3px 6px rgba(25, 12, 56, 0.08);
    --shadow-md: 0 6px 12px rgba(25, 12, 56, 0.12);
    --shadow-lg: 0 12px 24px rgba(25, 12, 56, 0.16);
    --shadow-xl: 0 20px 40px rgba(25, 12, 56, 0.18);
    --shadow-special: 0 10px 25px rgba(25, 12, 56, 0.15), 0 6px 15px rgba(164, 138, 215, 0.12);
    --drop-shadow: 9.34px 16.01px 28.02px rgba(25, 12, 56, 0.08), -9.34px -16.01px 28.02px rgba(90, 62, 166, 0.08);
    --transition-base: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    --transition-bounce: all 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
#choice-home .cards-container .card-item:hover .card-desc,
#choice-home .cards-container .card-item:hover .card-title,
#pricing-home .feature-icon.check,
#pricing-home .pricing-card.featured .plan-description,
#pricing-home .pricing-card.featured .plan-period,
#pricing-home .pricing-card.featured li,
.hero-heading {
    color: #fff;
}
.btn,
input {
    border: none;
    outline: 0;
}
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}
body {
    font-family: Nunito, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    font-size: 16px;
    color: var(--color-primary);
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.3s linear;
}
img {
    width: 100%;
    height: auto;
}
a {
    text-decoration: none;
    color: inherit;
}
li,
ul {
    list-style-type: none;
    padding-left: 0;
}
section {
    overflow: hidden;
}
.section-padding {
    padding: 5rem 0;
    scroll-margin-top: 2rem;
}
.main-container {
    width: min(1280px, 90%);
    margin: 0 auto;
}
#popular-domains .domain-info,
.hero-heading {
    margin-bottom: 2rem;
}
.hero-heading {
    font-size: 5.2rem;
    font-weight: 700;
    text-align: center;
}
.clr-text,
.comparison-table td,
.description {
    color: var(--color-text);
}
.section-heading {
    font-size: 2.9rem;
    font-weight: 700;
    margin-bottom: 2.8rem;
    line-height: 1.3;
}
.description {
    font-size: 2.2rem;
    line-height: 1.5;
}
.btn {
    display: inline;
    width: inherit;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}
[data-animate] {
    opacity: 0;
}
#testimonials-section .testimonial-card.active,
[data-animate].animated {
    opacity: 1;
}
.card-hover-effect:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
}
.btn-pulse-infinite,
.btn-pulse:hover {
    animation: 1s infinite pulse;
}
@keyframes pulse {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}
.img-float {
    animation: 6s ease-in-out infinite float;
}
@keyframes float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}
@media (min-width: 1600px) {
    html {
        font-size: 90%;
    }
    .main-container {
        width: 1700px;
        max-width: 90%;
    }
}
#academy-home,
#banner-home,
#choice-home,
#testimonials-section,
.features-home {
    background: #fff;
}
.nav-hostina img {
    width: 90%;
}
.hero-title {
    opacity: 0;
    transform: translateY(12px);
    animation: 0.6s forwards appear;
    background: linear-gradient(180deg, #fff 22.5%, rgba(255, 255, 255, 0.7) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.hero-wrap {
    min-height: 840px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
    background: linear-gradient(90deg, #0a0118 0, #1b0e38 50%, #0a0118 100%);
}
#popular-domains .domain-card {
    background: #fff;
    padding: 3rem 2rem;
    border-radius: var(--radius-18);
    box-shadow: var(--shadow-sm);
    border: 2px solid #f1f3f4;
    transition: var(--transition-base);
    height: 100%;
}
#popular-domains .domain-name {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
#popular-domains .domain-price {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0;
}
#popular-domains .domain-card .ellipse {
    position: absolute;
    border-radius: 50%;
    background-color: #fbf7ffcc;
}
#popular-domains .domain-card .ellipse-1 {
    top: 1rem;
    right: -5rem;
    width: 10rem;
    height: 10rem;
}
#popular-domains .domain-card .ellipse-2 {
    top: 9.5rem;
    right: -3rem;
    width: 5rem;
    height: 5rem;
}
.tos-container header {
    min-height: 8rem;
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: var(--color-primary);
    padding: 0 20px 20px;
}
#pricing-home .section-heading {
    max-width: 60rem;
}
#pricing-home .plan-features,
#pricing-home .pricing-toggle {
    margin-bottom: 3rem;
}
#pricing-home .toggle-buttons {
    background-color: #fff;
    border-radius: var(--radius-28);
    padding: 0 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: inline-flex;
}
#pricing-home .toggle-btn {
    padding: 12px 24px;
    border: none;
    background: 0 0;
    border-radius: var(--radius-28);
    font-size: 1.4rem;
    color: var(--color-text);
}
#pricing-home .toggle-btn.active {
    background-color: var(--color-primary);
    color: #fff;
}
#pricing-home .pricing-card {
    border-radius: var(--radius-24);
    padding: 3rem 2.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: 0.3s linear;
}
#pricing-home .pricing-card.featured::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(2.5px 2.5px at 25% 65%, rgba(255, 255, 255, 0.7), transparent),
        radial-gradient(3px 3px at 80% 45%, rgba(255, 255, 255, 0.8), transparent),
        radial-gradient(2px 2px at 50% 15%, rgba(255, 255, 255, 0.6), transparent),
        radial-gradient(2.5px 2.5px at 90% 75%, rgba(255, 255, 255, 0.5), transparent);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#pricing-home .pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
#pricing-home .pricing-card.featured {
    background: var(--color-primary);
}
#banner-home .left-side button,
#pricing-home .feature-icon.check {
    background: linear-gradient(135deg, #2c185d 0, #3c2084 35%, #40257d 65%, #a959d3 100%);
}
#pricing-home .best-choice {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
#pricing-home .plan-name {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}
#pricing-home .price-container {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 2rem;
}
#pricing-home .plan-price {
    font-size: 4rem;
    font-weight: 700;
}
#pricing-home .plan-period {
    font-size: 1.4rem;
}
#pricing-home .plan-description {
    font-size: 1.2rem;
    margin-bottom: 3rem;
    line-height: 1.4;
}
#pricing-home .plan-features li {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    color: #190c38;
}
#pricing-home .feature-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    font-size: 1.2rem;
    font-weight: 600;
    flex-shrink: 0;
}
#pricing-home .feature-icon.cross {
    border: 1px solid #dc354540;
    color: var(--color-text);
}
#pricing-home .pricing-card.featured .feature-icon.check {
    background: #fff;
    color: var(--color-primary);
}
#pricing-home .explore-btn {
    width: 100%;
    padding: 15px 24px;
    background: 0 0;
    border: 0.5px solid #ae5fd7;
    border-radius: var(--radius-24);
    font-size: 1.4rem;
    font-weight: 600;
    color: #ae5fd7;
    transition: 0.4s;
}
#academy-home .btn::after,
#banner-home .left-side button::after,
#pricing-home .explore-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -80%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0.05) 60%);
    transform: skewX(-20deg);
    transition: 0.5s;
}
#pricing-home .explore-btn:hover,
#pricing-home .pricing-card.featured .explore-btn:hover {
    background: linear-gradient(135deg, #3c2084 0, #40257d 40%, #a959d3 80%, #ae5fd7 100%);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 8px 20px rgba(169, 89, 211, 0.35);
}
#academy-home .btn:hover::after,
#banner-home .left-side button:hover::after,
#choice-home .cards-container .card-item:hover::after,
#pricing-home .explore-btn:hover::after {
    left: 120%;
}
#pricing-home .pricing-card.featured .explore-btn {
    background: #fff;
    border-color: #fff;
    color: #40257d;
}
.comparison-table {
    border-collapse: separate;
    border-spacing: 10px;
    max-width: 1280px;
}
.comparison-table thead span {
    display: block;
}
.comparison-table td,
.comparison-table th {
    border-radius: 10px;
    box-shadow: var(--drop-shaow);
}
.faq-section {
    background-color: #fbf7ff;
}
.accordion-item {
    border-radius: 22px !important;
    overflow: hidden;
    box-shadow: 0 0 31px #184f7817;
    border: none;
}
.accordion-header button {
    font-size: 2rem;
    font-weight: 600;
    padding: 3.5rem;
}
.accordion-icon {
    transition: transform 0.3s;
    background-color: #e6e6e66b;
    padding: 1rem;
    border-radius: 50%;
    font-size: 1.3rem;
}
.accordion-button:not(.collapsed) .accordion-icon {
    transform: rotate(180deg);
}
.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.125);
}
.accordion-button {
    border: none;
}
.accordion-button::after {
    display: none;
}
.accor-desc {
    color: var(--color-text);
    font-size: 1.8rem;
}
#testimonials-section .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 50px 20px;
}
#testimonials-section .nav-controls {
    display: flex;
    gap: 12px;
}
#testimonials-section .nav-btn {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
}
#testimonials-section .nav-btn:hover:not(.disabled) {
    border-color: #6366f1;
    color: #6366f1;
    transform: scale(1.05);
}
#testimonials-section .nav-btn.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.testimonials-container {
    padding: 20px 50px 50px;
    overflow: hidden;
}
.testimonials-wrapper {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 2.5rem;
}
.testimonials-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.testimonial-card {
    min-width: calc(33.333% - 20px);
    border-radius: var(--radius-16);
    padding: 0 3rem 3rem;
    margin-right: 30px;
    box-shadow: var(--drop-shaow);
    border: 0.8px solid #00000010;
    opacity: 0.6;
    transition: 0.3s linear;
    background: #fff;
    transition:
        transform 0.4s,
        box-shadow 0.4s;
    box-shadow: 0 4px 12px rgba(64, 37, 125, 0.08);
}
#choice-home .cards-container .card-item,
#features-home .card {
    border-radius: var(--radius-24);
    border-radius: var(--radius-24);
}
#features-home .card:hover,
.testimonial-card:hover {
    transform: translateY(-12px);
    box-shadow:
        0 10px 28px rgba(64, 37, 125, 0.15),
        0 6px 14px rgba(169, 89, 211, 0.12);
}
.testimonial-card.active {
    background-color: #fff;
    transform: scale(1.05);
}
.testimonial-card figure {
    margin-bottom: 0;
}
#testimonials-section .avatar {
    width: 6.4rem;
    height: 6.4rem;
    border-radius: 50%;
    margin: -3rem auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
img.cover {
    object-position: center;
    object-fit: cover;
    height: 65%;
    width: 75%;
}
.testimonial-text {
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-text);
}
#testimonials-section .star {
    color: #fbbf24;
    font-size: 16px;
}
#testimonials-section .author-name {
    font-weight: 600;
    color: #1f2937;
    font-size: 14px;
}
#testimonials-section .author-title {
    color: #6b7280;
    font-size: 13px;
}
#testimonials-section .dots-container {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 32px;
    flex-wrap: wrap;
}
#testimonials-section .dot {
    width: 33px;
    height: 7px;
    border-radius: var(--radius-16);
    background: #853fc833;
    cursor: pointer;
}
#choice-home .cards-container .card-item {
    box-shadow: var(--drop-shaow);
    gap: 2rem;
    transform: rotate(0);
    transition: 0.4s;
    background: #fff;
    border: none;
    overflow: hidden;
    position: relative;
    transition:
        transform 0.4s,
        box-shadow 0.4s;
    box-shadow: 0 4px 12px rgba(64, 37, 125, 0.08);
}
#choice-home .cards-container .card-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: -80%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0.08) 60%);
    transform: skewX(-20deg);
    transition: 0.5s;
    pointer-events: none;
}
#choice-home .cards-container .card-item:hover {
    background: linear-gradient(135deg, #3c2084 0, #40257d 40%, #a959d3 80%, #ae5fd7 100%);
    box-shadow:
        0 10px 30px rgba(169, 89, 211, 0.55),
        inset 0 2px 8px rgba(255, 255, 255, 0.12);
    transform: translateY(-6px);
}
#choice-home .cards-container .card-title {
    font-size: 1.8rem;
    transition: color 0.3s;
}
#choice-home .cards-container .card-desc {
    font-size: 1.2rem;
    padding-right: 2rem;
    color: var(--color-text);
    margin-bottom: 0;
    transition: color 0.3s;
}
#choice-home .cards-container .card-num {
    border-radius: 50%;
    transition:
        transform 0.3s,
        background 0.3s,
        color 0.3s;
}
#choice-home .cards-container .card-num span {
    background-color: #f3f3f3;
    color: var(--color-primary);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
    font-size: 1.4rem;
    font-weight: 600;
    transition: 0.3s;
}
#choice-home .cards-container .card-item:hover .card-num span {
    background: #fff;
    color: #3c2084;
}
#best-plan-section .toggle-switch {
    background-color: #f1f3f4;
    border-radius: 50px;
    position: relative;
    display: inline-flex;
}
#best-plan-section .toggle-option {
    padding: 8px 24px;
    border: none;
    background: 0 0;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 50px;
    transition: 0.3s;
}
#best-plan-section .toggle-option.active {
    background-color: #000;
    color: #fff;
}
#best-plan-section .price-range {
    width: 100%;
    height: 4px;
    border-radius: 5px;
    background: #e5e7eb;
    outline: 0;
    appearance: none;
    position: relative;
}
#best-plan-section .price-range::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
    border: none;
}
#best-plan-section .price-range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
    border: none;
}
#best-plan-section .price-tooltip {
    position: absolute;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 8px 16px;
    font-weight: 600;
    transform: translateX(-50%);
    top: 50px;
    display: none;
    white-space: nowrap;
    z-index: 10;
}
#best-plan-section .price-tooltip::after {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #dee2e6;
}
@media (max-width: 1023px) {
    .testimonial-card {
        min-width: calc(50% - 15px);
    }
    .comparison-table {
        max-width: auto;
        min-width: 900px;
    }
}
@media (max-width: 767px) {
    html {
        font-size: 70%;
    }
    .hero-heading {
        font-size: 3.6rem;
    }
    .section-padding {
        padding: 3rem 0;
    }
    .section-heading {
        font-size: 2.2rem;
    }
    #pricing-home .plan-description,
    #pricing-home .plan-features li {
        font-size: 1.5rem;
    }
    #testimonials-section .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 30px 30px 20px;
    }
    .testimonials-container {
        padding: 20px 30px 40px;
    }
    .testimonial-card {
        min-width: calc(100% - 0px);
        margin-right: 0;
    }
    .comparison-pricing {
        padding: 3rem 5%;
    }
}
#academy-home .card-date,
#academy-home .card-desc,
#choice-home .cards-container .card-desc,
#pricing-home .plan-period {
    color: #9b96b0;
}
#academy-home .card-title,
#choice-home .cards-container .card-title,
#pricing-home .plan-description {
    color: #190c38;
}
#pricing-home .feature-icon.cross {
    background: 0 0;
    border: 1px solid #b367d9;
    color: #b367d9;
}
.pricing-card .price-container {
    transition:
        transform 0.5s,
        opacity 0.5s;
    opacity: 1;
}
#features-home .card {
    border: none;
    overflow: hidden;
    position: relative;
    background: #fff;
    transition:
        transform 0.4s,
        box-shadow 0.4s;
    box-shadow: 0 4px 12px rgba(64, 37, 125, 0.08);
}
#banner-home .container,
#banner-home .content {
    border-radius: var(--radius-24);
    overflow: hidden;
}
#features-home .card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #40257d, #3c2084, #a959d3, #ae5fd7);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    border-top-left-radius: var(--radius-24);
    border-top-right-radius: var(--radius-24);
}
#features-home .card:hover::before {
    transform: scaleX(1);
}
#features-home figure {
    width: 50px;
    height: 50px;
    border-radius: var(--radius-16);
    transition: 0.4s;
}
#features-home .card:hover figure {
    transform: scale(1.1) rotate(360deg);
}
#features-home .card-heading {
    font-size: 18px;
    transition: 0.3s;
}
#features-home .card-desc {
    transition: 0.3s;
    font-size: 1.2rem;
}
#banner-home .content {
    padding: 3rem;
    position: relative;
    background: linear-gradient(90deg, #0a0118 0, #1b0e38 50%, #0a0118 100%);
    color: #fff;
}
#banner-home .content::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(3px 3px at 10% 10%, rgba(255, 255, 255, 0.25), transparent),
        radial-gradient(2.5px 2.5px at 25% 85%, rgba(255, 255, 255, 0.18), transparent),
        radial-gradient(3px 3px at 90% 70%, rgba(255, 255, 255, 0.22), transparent),
        radial-gradient(3px 3px at 40% 70%, rgba(255, 255, 255, 0.2), transparent),
        radial-gradient(3px 3px at 60% 20%, rgba(255, 255, 255, 0.18), transparent);
    background-size: cover;
    pointer-events: none;
    z-index: 0;
}
#academy-home .btn:hover,
#banner-home .left-side button:hover {
    background: linear-gradient(135deg, #3c2084 0, #40257d 40%, #a959d3 80%, #ae5fd7 100%);
}
#banner-home .section-heading {
    font-size: 2.8rem;
    font-weight: 700;
    position: relative;
    z-index: 1;
}
#banner-home .description {
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
    margin-top: 1rem;
    position: relative;
    z-index: 1;
}
#banner-home .left-side button {
    padding: 1.4rem 3rem;
    border-radius: 20px;
    border: none;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #fff;
    transition: 0.4s;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: none !important;
    -webkit-box-shadow: 0 !important;
}
#banner-home .left-side button:hover {
    -webkit-box-shadow: none !important;
    -webkit-box-shadow: 0 !important;
}
#academy-home .card-item {
    border-radius: 32px;
    overflow: hidden;
    box-shadow: var(--drop-shaow);
    transition: 0.3s linear;
    background: #fff;
    transition:
        transform 0.4s,
        box-shadow 0.4s;
    box-shadow: 0 4px 12px rgba(64, 37, 125, 0.08);
}
#academy-home figure {
    height: 20rem;
    width: 100%;
}
#academy-home figure img {
    transition: 0.3s linear;
}
#academy-home .card-item:hover img {
    transform: scale(1.05);
}
#academy-home .card-title {
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 1rem;
}
#academy-home .card-date {
    font-size: 1rem;
    font-weight: 700;
}
#academy-home .card-desc {
    font-size: 1.4rem;
    color: var(--color-text);
    margin-bottom: 2rem;
}
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
::-webkit-scrollbar-track {
    background: rgba(25, 12, 56, 0.25);
    border-radius: var(--radius-16);
    backdrop-filter: blur(6px);
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, rgba(30, 18, 61, 0.95), rgba(64, 37, 125, 0.95), rgba(25, 12, 56, 0.95));
    border-radius: var(--radius-16);
    border: 2px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        inset 0 2px 6px rgba(255, 255, 255, 0.15),
        inset 0 -2px 6px rgba(0, 0, 0, 0.5);
    transition: var(--transition-base);
}
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #40257d, #190c38);
    box-shadow:
        inset 0 2px 8px rgba(255, 255, 255, 0.2),
        inset 0 -2px 8px rgba(0, 0, 0, 0.7);
}
#academy-home .btn {
    width: 100%;
    font-size: 1.2rem;
    padding: 0.8rem 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #fff;
    background: linear-gradient(135deg, #2c185d 0, #3c2084 35%, #40257d 65%, #a959d3 100%);
    border: none;
    border-radius: 50px;
    box-shadow:
        0 6px 15px rgba(169, 89, 211, 0.35),
        inset 0 2px 6px rgba(255, 255, 255, 0.1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
}
#academy-home .btn:hover {
    box-shadow:
        0 8px 25px rgba(169, 89, 211, 0.55),
        inset 0 2px 8px rgba(255, 255, 255, 0.12);
}
#academy-home {
    padding-top: 0;
}
#choice-home {
    padding-bottom: 10px;
}
#banner-home.stats .content {
    padding: 0;
}
.clean-stats {
    background: linear-gradient(135deg, rgba(139, 108, 255, 0.15), rgba(64, 37, 125, 0.18));
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 40px 44px;
    width: 100%;
    margin: 0 auto;
    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.35),
        inset 0 0 40px rgba(255, 255, 255, 0.05);
}
.stats-row {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}
.stat-card {
    flex: 1;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 24px 18px;
    text-align: center;
    transition:
        transform 0.25s,
        box-shadow 0.25s;
}
.stat-badge,
.stat-card:hover {
    background: rgba(255, 255, 255, 0.08);
}
.stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
}
.stat-badge {
    width: 50px;
    height: 50px;
    margin: 0 auto 12px;
    border-radius: 50%;
    display: grid;
    place-items: center;
}
.stat-badge svg {
    width: 26px;
    height: 26px;
}
.stat-value {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 6px;
    text-shadow: 0 4px 20px rgba(139, 108, 255, 0.35);
}
.stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 992px) {
    .stats-row {
        flex-direction: column;
    }
}
