#creator-hero {
    background-color: #04112F;
    position: relative;
    overflow: hidden;
}

/* Decorative placeholders */
#creator-hero .decor {
    position: absolute;
    z-index: 0;
}

#creator-hero .decor-left-top {
    top: 30px;
    left: -200px;
    width: 366px;
}

#creator-hero .decor-left-top img {
    width: 100%;
}

#creator-hero .decor-left-bot {
    width: 226px;
    bottom: 30px;
    left: -80px;
}

#creator-hero .decor-left-bot img {
    width: 100%;
}

#creator-hero .decor-right {
    bottom: -40px;
    right: -100px;
    width: 366px;
}

#creator-hero .decor-right img {
    width: 100%;
}

#creator-hero .hero-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.05);
    background-repeat: repeat;
    border-radius: 30px;
    padding: 30px 60px;
    margin: -30px -60px;
}

#creator-hero .hero-content {
    color: #ffffff;
}

#creator-hero .logo-placeholder {
    width: 120px;
    margin-bottom: 25px;
}

#creator-hero .hero-subtitle {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    color: white;
    margin: 0 0 15px 0;
}

#creator-hero .hero-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin: 0 0 25px 0;
}

#creator-hero .hero-title span {
    font-style: italic;
    color: #FFD000;
}

#creator-hero .hero-description {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 25px 0;
}

#creator-hero .hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 25px;
}

#creator-hero .badge-item {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 10px 20px;
}

#creator-hero .badge-item img {
    width: 18px;
}

#creator-hero .badge-item span {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

#creator-hero .hero-audience {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 15px 0;
}

#creator-hero .hero-note {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

#creator-hero .hero-video {
    text-align: center;
}

#creator-hero .video-placeholder {
    width: 100%;
    aspect-ratio: 16 / 10;
    background-color: rgba(255, 255, 255, 0.1);
    border: 2px dashed rgba(255, 255, 255, 0.3);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

#creator-hero .play-button {
    width: 70px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease;
}

#creator-hero .play-button:hover {
    transform: scale(1.1);
}

#creator-hero .play-button svg {
    width: 28px;
    height: 28px;
    stroke: #333333;
    stroke-width: 2;
    margin-left: 4px;
}

#creator-hero .video-caption {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.5;
    margin: 25px 0 25px 0;
}

#creator-hero .cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(to right, #FFD000, #FFAA00);
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    padding: 18px 40px;
    border-radius: 50px;
    margin-bottom: 25px;
    transition: opacity 0.3s ease;
}

#creator-hero .cta-button:hover {
    opacity: 0.9;
}

#creator-hero .cta-button svg {
    width: 20px;
    height: 20px;
    stroke: #333333;
    stroke-width: 2.5;
}

.creator-page-v2 #creator-hero .hero-cta-group {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 10px;
}

.creator-page-v2 #creator-hero .hero-cta-group .cta-button {
    margin-bottom: 0;
}

.creator-page-v2 #creator-hero .cta-button-secondary {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 208, 0, 0.8);
    box-shadow: none;
    animation: none !important;
}

.creator-page-v2 #creator-hero .cta-button-secondary i {
    color: #ffffff;
}

.creator-page-v2 #creator-hero .cta-button-secondary:hover {
    border-color: #FFAA00;
    box-shadow: none;
}

.creator-page-v2 #creator-hero .hero-cta-microcopy {
    margin: 0 0 25px 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    line-height: 1.5;
}

#creator-hero .pricing-info {
    text-align: center;
}

#creator-hero .price-main {
    font-size: 16px;
    font-weight: 700;
    color: #FFD000;
    margin: 0 0 8px 0;
}

#creator-hero .price-badges {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 8px 0;
}

#creator-hero .price-note {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

/* Google Translate injects <font> wrappers; preserve section text colors. */
.creator-page-wrap font,
.creator-page-wrap font * {
    color: inherit !important;
}

@media (max-width: 991px) {
    #creator-hero .hero-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    #creator-hero .hero-content {
        text-align: center;
    }

    #creator-hero .logo-placeholder {
        margin: 0 auto 25px;
    }

    #creator-hero .hero-badges {
        justify-content: center;
    }

    #creator-hero .decor {
        display: none;
    }
}

@media (max-width: 767px) {
    #creator-hero {
        padding: 40px 0;
    }

    #creator-hero .hero-title {
        font-size: 28px;
    }

    #creator-hero .hero-title br {
        display: none;
    }

    #creator-hero .hero-description {
        font-size: 16px;
    }

    #creator-hero .hero-description br,
    #creator-hero .hero-audience br,
    #creator-hero .video-caption br {
        display: none;
    }

    #creator-hero .badge-item {
        padding: 8px 15px;
        font-size: 13px;
    }

    #creator-hero .cta-button {
        width: 100%;
        font-size: 16px;
        padding: 16px 30px;
    }

    .creator-page-v2 #creator-hero .hero-cta-group {
        flex-direction: column;
        gap: 10px;
    }

    .creator-page-v2 #creator-hero .hero-cta-group .cta-button {
        width: 100%;
    }

    #creator-hero .video-caption {
        font-size: 16px;
    }
}

#creator-hero .vimeo-iframe-wrapper iframe {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#creator-hero .languageSelectorDropdown button>i {
    color: white;
}

.creator-page-wrap .tgd-vod-translation--widget .vod-share-toggle,
.creator-page-wrap .tgd-vod-translation--widget .vod-share-toggle i,
.creator-page-wrap .tgd-vod-translation--widget .vod-share-toggle:hover,
.creator-page-wrap .tgd-vod-translation--widget .vod-share-toggle:hover i,
.creator-page-wrap .tgd-vod-translation--widget .vod-share-toggle:focus,
.creator-page-wrap .tgd-vod-translation--widget .vod-share-toggle:focus i {
    color: #ffffff !important;
}

#creator-why-sec {
    background: #F7F7F7;
}

#creator-why-sec .creator-why-box {
    background: #FFFFF6;
    padding: 30px;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
}

#creator-why-sec .creator-why-box .creator-why-box-image {
    width: 80px;
    height: 80px;
    margin: 0px auto;
    margin-bottom: 30px;
}

#creator-why-sec .creator-why-box .creator-why-box-image img {
    width: 100%;
}

#creator-why-sec .creator-why-box .creator-why-box-content {
    text-align: center;
}

#creator-why-sec .creator-why-box .creator-why-box-content h4 {
    font-size: 2.2rem;
    margin-bottom: 15px;
}

#creator-why-sec .creator-why-box .creator-why-box-content p {
    font-size: 1.6rem;
    color: #444;
}

#creator-why-sec .read-more-btn p {
    font-size: 2.2rem;
    color: #444;
}

#creator-why-sec .read-more-btn p strong {
    font-weight: bold;
    font-weight: 500;
}

.creator-page-v2 #creator-why-sec .read-more-btn .v2-add-new-line {
    display: block;
    margin-top: 8px;
    color: #FF8A00;
    font-weight: 700;
}

.tgd-sec-about-wrap {
    background: #F7F7F7;
}

.creator-sec-about {}

.creator-sec-about h1.title {
    margin-bottom: 60px;
}

.creator-sec-about ul {
    list-style: none;
}

.creator-sec-about ul li {
    list-style: none;
    display: flex;
    align-items: flex-start;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: normal;
    color: #111;
    font-weight: 300;
}

.creator-sec-about ul li:not(:last-child) {
    margin-bottom: 5px;
}

.creator-sec-about ul li img {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 5px;
}

#creator-sec-results {
    padding: 100px 20px;
    background: url('https://ik.imagekit.io/tgd2023/TGD_Production/Creators%20Page/Version%202/BG1.png');
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    text-align: center;
}

#creator-sec-results .section-title {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 60px;
    color: white;
}

#creator-sec-results .section-title span {
    color: #FFD400;
    font-weight: bold;
}

#creator-sec-results .results-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-direction: column;
}

#creator-sec-results .result-card {
    position: relative;
    padding: 40px 30px;
    background: #1526517c;
    border-radius: 14px;
    text-align: left;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    border: 1px solid #3E66AA;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    #creator-sec-results .results-grid {
        flex-direction: row;
        flex-wrap: wrap;
    }

    #creator-sec-results .result-card {
        width: 40%;
    }
}

@media only screen and (min-width: 1024px) {
    #creator-sec-results .result-card {
        width: 31%;
    }
}

.result-card-2nd-row {
    justify-self: center;
}

#creator-sec-results .result-card .quote-image {
    width: 80px;
    height: 80px;
}

#creator-sec-results .result-card .quote-image img {
    width: 100%;
}

#creator-sec-results .quote {
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 20px;
    padding-top: 20px;
    color: white;
    font-weight: 600;
}

#creator-sec-results .author {
    display: block;
    font-size: 2rem;
    font-weight: 600;
    color: #FFD400;
}

/* Responsive */
@media (max-width: 1024px) {
    #creator-sec-results .results-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    #creator-sec-results .section-title {
        font-size: 32px;
    }

    #creator-sec-results .results-grid {
        grid-template-columns: 1fr;
    }
}

#creator-sec-comparison {
    position: relative;
    padding: 80px 20px;
    background: #ffffff;
    overflow: hidden;
    text-align: center;
}

/* Section Title */
#creator-sec-comparison .section-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 70px;
    color: #2b2b2b;
}

#creator-sec-comparison .section-title span {
    color: #F5A400;
    font-weight: bold;
}

/* Grid */
#creator-sec-comparison .comparison-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    position: relative;
    z-index: 2;
}

/* Cards */
#creator-sec-comparison .comparison-card {
    padding: 40px;
    border-radius: 16px;
    text-align: left;
}

#creator-sec-comparison .comparison-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}

/* Most Platforms */
#creator-sec-comparison .comparison-card.platforms {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    color: #6b6b6b;
}

#creator-sec-comparison .comparison-card.platforms h3 {
    color: #6b6b6b;
}

/* The Great Discovery */
#creator-sec-comparison .comparison-card.discovery {
    background: #FFF3D6;
    border: 1px solid #F5A400;
    color: #2b2b2b;
}

#creator-sec-comparison .comparison-card.discovery h3 {
    color: #000;
}

/* Lists */
#creator-sec-comparison ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#creator-sec-comparison ul.negative li i {
    color: #EB6A6A;
}

#creator-sec-comparison ul.positive li i {
    color: #EBAA26;
}

#creator-sec-comparison li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 18px;
    font-weight: 300;
}

#creator-sec-comparison .comparison-card.platforms li {
    color: #555;
}

#creator-sec-comparison .comparison-card.discovery li {
    color: #000;
}

#creator-sec-comparison i {
    margin-top: 5px;
}

/* Parallax Circles (placeholders) */
#creator-sec-comparison .parallax-circle {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.25;
    pointer-events: none;
}

/* You can attach background-image URLs here */
#creator-sec-comparison .parallax-left {
    bottom: 5%;
    left: -80px;
    /* background-image: url('your-left-circle.png'); */
}

#creator-sec-comparison .parallax-right {
    top: 5%;
    right: -80px;
    /* background-image: url('your-right-circle.png'); */
}

/* Responsive */
@media (max-width: 900px) {
    #creator-sec-comparison .comparison-grid {
        grid-template-columns: 1fr;
    }

    #creator-sec-comparison .section-title {
        font-size: 32px;
    }
}

#creator-sec-translation {
    position: relative;
    background: url('https://ik.imagekit.io/tgd2023/TGD_Production/Creators%20Page/Version%202/BG-Globe.png');
    background-repeat: no-repeat;
    background-size: cover;
}

#creator-sec-translation h2 {
    font-size: 44px;
    font-weight: 700;
    color: #2b2b2b;
    margin-bottom: 40px;
    line-height: 1.2;
}

/* Feature list */
#creator-sec-translation .feature-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

#creator-sec-translation .feature-item {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #ffffff;
    padding: 25px 30px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);

}

#creator-sec-translation .feature-item img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

#creator-sec-translation .feature-item p {
    color: #000;
    font-weight: 300;
    font-size: 1.8rem;
}

/* CTA Button */
#creator-sec-translation .cta-button {
    display: block;
    background: #1c1206;
    color: #ffffff;
    padding: 20px 30px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    font-size: 2rem;
}

@media only screen and (min-width: 1024px) {
    #creator-sec-translation .cta-button {
        max-width: 80%;
    }
}

#creator-sec-translation .cta-button span {
    color: #FFD966;
    font-weight: 600;
}

#creator-sec-earn h1.title {}

#creator-sec-earn p.description {
    color: #333;
    font-weight: 300;
    line-height: 3rem;
}

#creator-sec-earn .earn-boxes-wrap {
    margin: 40px 0;
}

#creator-sec-earn .earn-box {
    border: 1px solid #C6C6C6;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
}

#creator-sec-earn .earn-box .earn-box-icon {
    width: 100px;
    min-width: 100px;
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
    #creator-sec-earn .earn-box {
        display: flex;
    }

    #creator-sec-earn .earn-box .earn-box-icon {
        margin-right: 30px;
        margin-bottom: 15px;
    }
}

#creator-sec-earn .earn-box .earn-box-icon img {
    width: 100%;
}

#creator-sec-earn .earn-box .earn-box-content {
    flex-grow: 1;
}

#creator-sec-earn .earn-box .earn-box-content h3 {
    font-size: 2.8rem;
}

#creator-sec-earn .earn-box .earn-box-content p {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 3.2rem;
}

#creator-sec-earn .earn-green-box {
    background: #E2F7EE;
    padding: 25px;
    border-radius: 15px;
    display: flex;
    width: 100%;
}

#creator-sec-earn .earn-green-box .earn-green-box-icon {
    width: 30px;
    margin-right: 15px;
}

#creator-sec-earn .earn-green-box .earn-green-box-icon img {
    width: 100%;
}

#creator-sec-earn .earn-green-box .earn-green-box-content {
    color: #00A12E;
}

#creator-sec-earn .earn-items {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

#creator-sec-earn .earn-items li:not(:last-child) {
    margin-right: 15px;
}

#creator-sec-earn .earn-items li {
    font-size: 1.8rem;
    line-height: 3.2rem;
    color: #333;
}

#creator-rev-share {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    background: url('https://ik.imagekit.io/tgd2023/TGD_Production/Creators%20Page/Version%202/BG1.png');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

/* Section Title */
#creator-rev-share .section-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 70px;
    color: white;
}

/* Grid */
#creator-rev-share .comparison-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    position: relative;
    z-index: 2;
}

/* Cards */
#creator-rev-share .comparison-card {
    padding: 30px;
    border-radius: 16px;
    text-align: left;
}

#creator-rev-share .comparison-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: left;
}

/* Most Platforms */
#creator-rev-share .comparison-card.platforms {
    background: #1F2639;
    border: 1px solid #404551;
    color: #6b6b6b;
}

#creator-rev-share .comparison-card.platforms>img {
    max-width: 80px;
    margin-bottom: 30px;
}

#creator-rev-share .comparison-card.platforms h3 {
    color: white;
}

#creator-rev-share .comparison-card.platforms p {
    color: white;
}

/* The Great Discovery */
#creator-rev-share .comparison-card.discovery {
    background: #05102A;
    border: 1px solid #72680E;
    color: white;
}

#creator-rev-share .comparison-card.discovery>img {
    max-width: 145px;
    margin-bottom: 30px;
}

#creator-rev-share .comparison-card.discovery h3 {
    color: #FFE601;
}

#creator-rev-share .comparison-card.discovery p {
    color: white;
}

#creator-rev-share .box {
    display: flex;
    padding: 30px;
    border-radius: 15px;
    align-items: center;
}

#creator-rev-share .box .box-arrow {
    margin-right: 15px;
    width: 30px;
    min-width: 30px;
}

#creator-rev-share .box .box-arrow img {
    width: 100%;
}

#creator-rev-share .box.box-green {
    background: #16473C;
}

#creator-rev-share .box.box-red {
    background: #471616;
}

.box .box-content {
    color: white;
    font-size: 1.8rem;
}

/* Responsive */
@media (max-width: 900px) {
    #creator-rev-share .comparison-grid {
        grid-template-columns: 1fr;
    }

    #creator-rev-share .section-title {
        font-size: 32px;
    }
}

#creator-refferal {
    background-color: #FBF8F2;
    padding: 100px 0;
}

#creator-refferal .cr-content {
    max-width: 520px;
}

#creator-refferal .cr-title {
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #111;
}

#creator-refferal .cr-description {
    font-size: 2rem;
    color: #222;
    margin-bottom: 12px;
}

#creator-refferal .cr-highlight {
    font-weight: 700;
    color: #000;
}

#creator-refferal .cr-subtext {
    font-size: 2rem;
    color: #444;
    margin-bottom: 32px;
    margin-top: 15px;
}

#creator-refferal .cr-divider {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
}

#creator-refferal .cr-divider-line {
    flex: 1;
    height: 2px;
    background-color: #F2A900;
}

#creator-refferal .cr-divider-icon {
    width: 40px;
    height: 40px;
    background-color: #F2A900;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

#creator-refferal .cr-footer-title {
    font-size: 32px;
    font-weight: 700;
    color: #2B2B2B;
}

#creator-refferal .cr-accent {
    color: #F2A900;
}

#creator-refferal .cr-image-placeholder {
    width: 100%;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 16px;
    font-weight: 500;
}

#creator-refferal .cr-image-placeholder img {
    width: 100%;
}

#creator-global-net {
    background-color: #ffffff;
}

#creator-global-net .cgn-title {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.25;
    color: #2B2B2B;
    margin-bottom: 64px;
}

#creator-global-net .cgn-cards {
    margin-bottom: 64px;
}

#creator-global-net .cgn-card {
    background-color: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 16px;
    padding: 32px 28px;
    height: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
}

#creator-global-net .cgn-icon {
    font-size: 28px;
    line-height: 1;
    color: #2E4C9A;
}

#creator-global-net .cgn-text {
    font-size: 18px;
    color: #444;
    margin: 0;
}

#creator-global-net .cgn-banner {
    background: linear-gradient(135deg, #020F2B, #061B46);
    color: #ffffff;
    padding: 32px 40px;
    border-radius: 16px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

#creator-full-lev {
    background-color: #1a2634;
    background-image: url('https://ik.imagekit.io/tgd2023/TGD_Production/Creators%20Page/Version%202/BF-3.3.png');
    position: relative;
}

#creator-full-lev .section-title {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 40px;
}

#creator-full-lev .section-title span {
    color: #FFD401;
    font-style: italic;
    font-weight: bold;
}

#creator-full-lev .features-card {
    background-color: #F9F9F9;
    border-radius: 20px;
    padding: 40px 50px;
    max-width: 900px;
    margin: 0 auto;
}

#creator-full-lev .features-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 20px;
    margin-bottom: 30px;
}

#creator-full-lev .feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #ffffff;
    border: 1px solid #e8e4d0;
    border-radius: 30px;
    padding: 12px;
    font-size: 1.6rem;
    color: #111;
}

#creator-full-lev .feature-item i {
    color: #FFAB01;
    font-size: 1.8rem;
}

#creator-full-lev .pricing-box {
    background-color: #FFF9E5;
    border: 2px solid #FFBD00;
    border-radius: 15px;
    padding: 25px 30px;
    text-align: center;
    margin-bottom: 30px;
}

#creator-full-lev .pricing-title {
    font-size: 28px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 8px 0;
}

#creator-full-lev .pricing-title .price {
    font-size: 48px;
    color: #FFAA01;
    font-weight: 700;
}

#creator-full-lev .pricing-title .currency {
    font-size: 20px;
    color: #888888;
    font-weight: 400;
}

#creator-full-lev .pricing-note {
    font-size: 14px;
    color: #666666;
    font-style: italic;
    margin: 0 0 5px 0;
}

#creator-full-lev .pricing-highlight {
    font-size: 16px;
    color: #E3A00B;
    font-weight: 600;
    margin: 0;
    margin-top: 15px;
}

#creator-full-lev .cta-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: fit-content;
    margin: 0 auto 20px;
    background: linear-gradient(to right, #FFD000, #FFAA00);
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    padding: 18px 40px;
    border-radius: 15px;
    transition: opacity 0.3s ease;
}

#creator-full-lev .cta-button:hover {
    opacity: 0.9;
}

#creator-full-lev .trust-badges {
    display: flex;
    justify-content: center;
    gap: 30px;
    font-size: 13px;
    font-weight: 200;
}

#creator-full-lev .trust-badges span {
    display: flex;
    align-items: center;
    font-style: italic;
    color: #999;
}

.creator-page-v2 #creator-full-lev .v2-plan-grid {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.creator-page-v2 #creator-full-lev .v2-plan-card {
    max-width: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 34px 30px;
}

.creator-page-v2 #creator-full-lev .v2-plan-unlimited {
    border: 1px solid #e8e4d0;
}

.creator-page-v2 #creator-full-lev .v2-plan-monthly {
    border: 1px solid #f5c28b;
    background: #fffaf3;
}

.creator-page-v2 #creator-full-lev .v2-plan-title {
    font-size: 2.5rem;
    margin: 0 0 10px;
    text-align: center;
}

.creator-page-v2 #creator-full-lev .v2-plan-subtitle {
    text-align: center;
    font-size: 1.7rem;
    color: #333;
    margin: 0 0 8px;
}

.creator-page-v2 #creator-full-lev .v2-plan-subtitle-secondary {
    text-align: center;
    font-size: 1.5rem;
    color: #6b6b6b;
    margin: 0 0 20px;
}

.creator-page-v2 #creator-full-lev .features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 24px;
}

.creator-page-v2 #creator-full-lev .feature-item {
    justify-content: flex-start;
}

.creator-page-v2 #creator-full-lev .pricing-box {
    margin-top: auto;
}

.creator-page-v2 #creator-full-lev .v2-plan-monthly .pricing-box {
    background-color: #fff3df;
    border-color: #ff9f2d;
}

.creator-page-v2 #creator-full-lev .v2-plan-monthly .cta-button {
    background: transparent;
    color: #8a4b00;
    border: 1px solid #ffb04a;
    box-shadow: none;
    animation: none !important;
}

.creator-page-v2 #creator-full-lev .v2-plan-monthly .cta-button i {
    color: #8a4b00;
}

.creator-page-v2 #creator-full-lev .v2-plan-monthly .cta-button:hover {
    border-color: #ff9800;
    box-shadow: none;
}

.creator-page-v2 #creator-full-lev .cta-button {
    width: 100%;
}

@media (max-width: 991px) {
    #creator-full-lev .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    #creator-full-lev .section-title {
        font-size: 36px;
    }

}

@media (max-width: 767px) {
    #creator-full-lev {
        padding: 50px 0;
    }

    #creator-full-lev .features-grid {
        grid-template-columns: 1fr;
    }

    #creator-full-lev .section-title {
        font-size: 28px;
    }

    #creator-full-lev .features-card {
        padding: 30px 20px;
    }

    #creator-full-lev .pricing-title {
        font-size: 22px;
    }

    #creator-full-lev .pricing-title .price {
        font-size: 36px;
    }

    #creator-full-lev .trust-badges {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    #creator-full-lev .cta-button {
        font-size: 16px;
        padding: 15px 30px;
    }

    .creator-page-v2 #creator-full-lev .v2-plan-grid {
        grid-template-columns: 1fr;
    }
}

#creator-addons {
    background-color: #F7F7F7;
}

#creator-addons .section-title {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 50px;
}

.creator-page-v2 #creator-addons .v2-monthly-addon-subtitle {
    max-width: 900px;
    margin: -20px auto 35px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.6;
    color: #5b5b5b;
}

.creator-page-v2 #creator-addons .v2-monthly-addon-subtitle strong {
    display: inline-block;
    margin-right: 4px;
    color: #c76400;
    font-weight: 700;
}

#creator-addons .addons-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

#creator-addons .addon-card {
    border-radius: 20px;
    padding: 35px 40px;
    border: 1px solid #e0e0e0;
}

#creator-addons .addon-card-yellow {
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    border: 1px solid #FFAB01;
}

#creator-addons .addon-card-white {
    background-color: #ffffff;
    border: 1px solid #A4A4A4;
}

#creator-addons .addon-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 25px;
}

#creator-addons .addon-info {
    flex: 1;
}

#creator-addons .addon-name {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#creator-addons .addon-price {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 5px 0;
}

#creator-addons .addon-price span {
    font-size: 20px;
    font-weight: 400;
}

#creator-addons .addon-note {
    font-size: 13px;
    color: #888888;
    margin: 0;
}

#creator-addons .addon-logo {
    flex-shrink: 0;
    margin-left: 20px;
}

#creator-addons .logo-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
}

#creator-addons .logo-genius {}

#creator-addons .logo-genius img {
    max-width: 180px;
}

#creator-addons .logo-channel {}

#creator-addons .logo-channel img {
    max-width: 80px;
}

#creator-addons .addon-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 30px;
    margin-bottom: 25px;
}

#creator-addons .features-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#creator-addons .feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.6rem;
    color: #111;
}

#creator-addons .feature-item i {
    top: 5px;
    color: #FFAB01;
}

#creator-addons .addon-promo-group {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

#creator-addons .addon-promo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #dcfce7;
    border-radius: 8px;
    padding: 12px 20px;
    margin-bottom: 25px;
}

#creator-addons .addon-promo.addon-promo-yellow {
    background-color: #FFF9DF;
    color: #FF8D01;
}

#creator-addons .addon-promo img {
    width: 25px;
}

#creator-addons .addon-promo-group .addon-promo {
    margin-bottom: 0;
    flex: 1;
}

#creator-addons .addon-promo-group .addon-promo-small {
    flex: 0 0 auto;
}

#creator-addons .addon-promo span {
    font-size: 1.4rem;
    font-weight: 400;
    color: #22c55e;
}

#creator-addons .addon-promo.addon-promo-yellow span {
    color: #FF8D01;
}

#creator-addons .addon-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 16px 30px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

#creator-addons .addon-cta:hover {
    opacity: 0.9;
}

#creator-addons .addon-cta svg {
    width: 18px;
    height: 18px;
    stroke-width: 2.5;
}

#creator-addons .addon-cta-yellow {
    background: linear-gradient(to right, #FFD000, #FFAA00);
    color: #333333;
}

#creator-addons .addon-cta-yellow svg {
    stroke: #333333;
}

#creator-addons .addon-cta-blue {
    background: linear-gradient(to right, #1e3a8a, #3b82f6);
    color: #ffffff;
}

#creator-addons .addon-cta-blue i {
    color: #ffffff;
}

@media (max-width: 991px) {
    #creator-addons .addons-grid {
        grid-template-columns: 1fr;
    }

    #creator-addons .section-title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    #creator-addons {
        padding: 50px 0;
    }

    #creator-addons .section-title {
        font-size: 26px;
    }

    #creator-addons .addon-card {
        padding: 25px 20px;
    }

    #creator-addons .addon-features {
        grid-template-columns: 1fr;
    }

    #creator-addons .addon-header {
        flex-direction: column;
    }

    #creator-addons .addon-logo {
        margin-left: 0;
        margin-top: 15px;
    }

    #creator-addons .addon-promo-group {
        flex-direction: column;
    }

    #creator-addons .addon-cta {
        max-width: 100%;
        font-size: 14px;
        padding: 14px 20px;
    }
}

#creator-best-value {
    background: url('https://ik.imagekit.io/tgd2023/TGD_Production/Creators%20Page/Version%202/BG1.png?updatedAt=1767984200780');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    position: relative;
}

/* ensure content stays above overlay */
#creator-best-value>* {
    position: relative;
    z-index: 2;
}

#creator-best-value::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0.15;
    pointer-events: none;
}

#creator-best-value .container {
    position: relative;
    z-index: 1;
    text-align: center;
}

#creator-best-value .badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #FFFFF6;
    border-radius: 50px;
    padding: 12px 25px;
    margin-bottom: 30px;
}

#creator-best-value .badge span {
    font-size: 16px;
    font-weight: 600;
    color: #1c1c1c;
}

#creator-best-value .badge img {
    max-width: 20px;
}

#creator-best-value .section-title {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 40px;
    line-height: 1.3;
}

#creator-best-value .value-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
}

#creator-best-value .value-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background-color: #08090F;
    border: 1px solid #636363;
    border-radius: 15px;
    padding: 20px 60px;
    min-width: 450px;
}

#creator-best-value .value-item i {
    color: #FFAB01;
}

#creator-best-value .value-item span {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

#creator-best-value .divider {
    width: 100%;
    max-width: 500px;
    height: 1px;
    margin: 0 auto 40px;
    border-bottom: 2px dashed rgba(255, 255, 255);
}

#creator-best-value .value-text {
    font-size: 22px;
    color: #ffffff;
    line-height: 1.5;
    margin: 0;
}

#creator-best-value .value-text span {
    color: #FFD000;
    font-weight: 700;
}

@media (max-width: 767px) {
    #creator-best-value {
        padding: 50px 0;
    }

    #creator-best-value .section-title {
        font-size: 28px;
    }

    #creator-best-value .section-title br {
        display: none;
    }

    #creator-best-value .value-item {
        min-width: 100%;
        padding: 16px 30px;
    }

    #creator-best-value .value-item span {
        font-size: 16px;
    }

    #creator-best-value .value-text {
        font-size: 18px;
    }

    #creator-best-value .value-text br {
        display: none;
    }
}

#creator-start-once {
    background-color: #f9f7f2;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

#creator-start-once .container {
    position: relative;
}

#creator-start-once .content-wrapper {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

/* Decorative placeholders */
#creator-start-once .decor {
    position: absolute;
}

#creator-start-once .decor img {
    height: 100%;
}

#creator-start-once .decor-top-right {
    top: 0px;
    right: -50px;
}

#creator-start-once .decor-right {
    top: 50%;
    right: -30px;
}

#creator-start-once .decor-bottom-left {
    bottom: 0;
    left: -40px;
}

#creator-start-once .icon-placeholder {
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
}

#creator-start-once .icon-placeholder img {
    width: 100%;
}

#creator-start-once .section-title {
    font-size: 52px;
    font-weight: 700;
    font-style: italic;
    color: #1a1a1a;
    margin-bottom: 40px;
}

#creator-start-once .quote-card {
    background-color: #ffffff;
    border: 1px solid #e8e4d0;
    border-radius: 20px;
    padding: 40px 50px;
    margin-bottom: 30px;
}

#creator-start-once .quote-intro {
    font-size: 16px;
    font-style: italic;
    color: #888888;
    margin: 0 0 15px 0;
}

#creator-start-once .quote-text {
    font-size: 28px;
    font-weight: 700;
    color: #333333;
    line-height: 1.4;
    margin: 0 0 20px 0;
}

#creator-start-once .quote-highlight {
    font-size: 22px;
    font-weight: 600;
    color: #FFAB00;
    margin: 0;
}

#creator-start-once .cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(to right, #FFD000, #FFAA00);
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    padding: 20px 50px;
    border-radius: 15px;
    margin-bottom: 25px;
    transition: opacity 0.3s ease;
}

#creator-start-once .cta-button:hover {
    opacity: 0.9;
}

#creator-start-once .cta-button svg {
    width: 20px;
    height: 20px;
    stroke: #333333;
    stroke-width: 2.5;
}

#creator-start-once .pricing-info {
    margin-bottom: 30px;
}

#creator-start-once .price-main {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 8px 0;
}

#creator-start-once .price-badges {
    font-size: 14px;
    color: #888888;
    margin: 0 0 8px 0;
}

#creator-start-once .price-note {
    font-size: 13px;
    color: #aaaaaa;
    margin: 0;
}

#creator-start-once .divider {
    width: 100%;
    max-width: 400px;
    height: 1px;
    margin: 0 auto 30px;
    border-bottom: 2px dashed #d4d4d4;
}

#creator-start-once .tagline {
    font-size: 28px;
    font-weight: 700;
    font-style: italic;
    color: #FFAA00;
    margin: 0;
}

.creator-page-v2 #creator-start-once .content-wrapper {
    max-width: 1160px;
}

.creator-page-v2 #creator-start-once .v2-start-subtitle {
    margin: -16px auto 26px;
    max-width: 720px;
    font-size: 1.9rem;
    line-height: 1.6;
    color: #5d5d5d;
}

.creator-page-v2 #creator-start-once .v2-start-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 24px;
}

.creator-page-v2 #creator-start-once .v2-start-card {
    text-align: left;
    margin-bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.creator-page-v2 #creator-start-once .v2-start-unlimited {
    border: 1px solid #e8e4d0;
}

.creator-page-v2 #creator-start-once .v2-start-monthly {
    border: 1px solid #f5c28b;
    background: #fffaf3;
}

.creator-page-v2 #creator-start-once .v2-start-card .quote-text {
    font-size: 2.4rem;
}

.creator-page-v2 #creator-start-once .v2-start-card .quote-highlight {
    font-size: 1.8rem;
    margin-bottom: 30px;
}

.creator-page-v2 #creator-start-once .v2-start-card .cta-button {
    width: 100%;
    margin-bottom: 20px;
}

.creator-page-v2 #creator-start-once .v2-start-monthly .price-main {
    color: #c76a00;
}

.creator-page-v2 #creator-start-once .v2-start-monthly .cta-button {
    background: transparent;
    color: #8a4b00;
    border: 1px solid #ffb04a;
    box-shadow: none;
    animation: none !important;
}

.creator-page-v2 #creator-start-once .v2-start-monthly .cta-button i {
    color: #8a4b00;
}

.creator-page-v2 #creator-start-once .v2-start-monthly .cta-button:hover {
    border-color: #ff9800;
    box-shadow: none;
}

@media (max-width: 991px) {
    #creator-start-once .decor {
        display: none;
    }
}

@media (max-width: 767px) {
    #creator-start-once {
        padding: 50px 0;
    }

    #creator-start-once .section-title {
        font-size: 32px;
    }

    #creator-start-once .quote-card {
        padding: 30px 20px;
    }

    #creator-start-once .quote-text {
        font-size: 20px;
    }

    #creator-start-once .quote-text br {
        display: none;
    }

    #creator-start-once .quote-highlight {
        font-size: 18px;
    }

    #creator-start-once .cta-button {
        font-size: 16px;
        padding: 16px 30px;
        width: 100%;
    }

    #creator-start-once .tagline {
        font-size: 22px;
    }

    .creator-page-v2 #creator-start-once .v2-start-grid {
        grid-template-columns: 1fr;
    }

    .creator-page-v2 #creator-start-once .v2-start-card {
        text-align: center;
    }
}

        @import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

        /* ==========================================
                                                           ANIMATION STYLES - Glow, Hover, Transitions
                                                           ========================================== */

        /* Subtle glow effect for CTA buttons */
        .cta-button,
        .addon-cta,
        #creator-hero .cta-button,
        #creator-full-lev .cta-button,
        #creator-start-once .cta-button,
        #creator-sec-translation .cta-button {
position: relative;
overflow: hidden;
transition: all 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
        }

        /* Continuous glow animation for hero CTA button */
        @keyframes ctaGlow {

0%,
100% {
    box-shadow: 0 4px 15px rgba(255, 208, 0, 0.4), 0 0 20px rgba(255, 170, 0, 0.2);
}

50% {
    box-shadow: 0 4px 25px rgba(255, 208, 0, 0.6), 0 0 40px rgba(255, 170, 0, 0.4), 0 0 60px rgba(255, 208, 0, 0.2);
}
        }

        #creator-hero .cta-button {
animation: ctaGlow 2s ease-in-out infinite;
        }

        #creator-hero .cta-button:hover {
animation: none;
        }

        /* Continuous glow animation for light background CTA button */
        @keyframes ctaGlowLight {

0%,
100% {
    box-shadow: 0 4px 15px rgba(255, 170, 0, 0.5), 0 0 20px rgba(255, 140, 0, 0.3), 0 2px 8px rgba(0, 0, 0, 0.1);
}

50% {
    box-shadow: 0 6px 30px rgba(255, 170, 0, 0.7), 0 0 45px rgba(255, 140, 0, 0.5), 0 4px 12px rgba(0, 0, 0, 0.15);
}
        }

        #creator-start-once .cta-button {
animation: ctaGlowLight 2s ease-in-out infinite;
        }

        #creator-start-once .cta-button:hover {
animation: none;
        }

        .cta-button:hover,
        .addon-cta:hover,
        #creator-hero .cta-button:hover,
        #creator-full-lev .cta-button:hover,
        #creator-start-once .cta-button:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(255, 208, 0, 0.4), 0 0 30px rgba(255, 170, 0, 0.3);
        }

        #creator-sec-translation .cta-button:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(28, 18, 6, 0.3), 0 0 20px rgba(0, 0, 0, 0.2);
        }

        .addon-cta-blue:hover {
box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4), 0 0 30px rgba(30, 58, 138, 0.3) !important;
        }

        /* Button arrow animation on hover */
        .cta-button i,
        .cta-button svg,
        .addon-cta i {
transition: transform 0.3s ease;
        }

        .cta-button:hover i,
        .cta-button:hover svg,
        .addon-cta:hover i {
transform: translateX(5px);
        }

        /* Hover effects for cards and boxes */
        #creator-why-sec .creator-why-box,
        #creator-sec-results .result-card,
        #creator-sec-comparison .comparison-card,
        #creator-sec-translation .feature-item,
        #creator-sec-earn .earn-box,
        #creator-global-net .cgn-card,
        #creator-addons .addon-card,
        #creator-best-value .value-item,
        #creator-start-once .quote-card {
transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
        }

        #creator-why-sec .creator-why-box:hover {
transform: translateY(-5px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
border-color: #FFAB01;
        }

        #creator-sec-results .result-card:hover {
transform: translateY(-5px);
box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
border-color: #FFD400;
        }

        #creator-sec-comparison .comparison-card:hover {
transform: translateY(-5px);
        }

        #creator-sec-comparison .comparison-card.platforms:hover {
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
        }

        #creator-sec-comparison .comparison-card.discovery:hover {
box-shadow: 0 15px 40px rgba(245, 164, 0, 0.2);
border-color: #FFD000;
        }

        #creator-sec-translation .feature-item:hover {
transform: translateX(8px);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
        }

        #creator-sec-earn .earn-box:hover {
transform: translateY(-3px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
border-color: #FFAB01;
        }

        #creator-global-net .cgn-card:hover {
transform: translateY(-5px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
border-color: #2E4C9A;
        }

        #creator-addons .addon-card:hover {
transform: translateY(-5px);
        }

        #creator-addons .addon-card-yellow:hover {
box-shadow: 0 20px 50px rgba(255, 171, 1, 0.2);
        }

        #creator-addons .addon-card-white:hover {
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
        }

        #creator-best-value .value-item:hover {
transform: translateX(8px);
border-color: #FFAB01;
box-shadow: 0 10px 30px rgba(255, 171, 1, 0.2);
        }

        #creator-start-once .quote-card:hover {
transform: translateY(-3px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
        }

        /* Hero badge hover effect */
        #creator-hero .badge-item {
transition: all 0.3s ease;
        }

        #creator-hero .badge-item:hover {
background-color: rgba(255, 208, 0, 0.1);
border-color: rgba(255, 208, 0, 0.5);
transform: translateY(-2px);
        }

        /* List item hover effects */
        .creator-sec-about ul li,
        #creator-sec-comparison li,
        #creator-sec-earn .earn-items li {
transition: transform 0.2s ease, color 0.2s ease;
        }

        .creator-sec-about ul li:hover,
        #creator-sec-comparison li:hover {
transform: translateX(5px);
        }

        /* Image hover effects */
        .tgd-vox-about-image img {
transition: transform 0.4s ease;
        }

        .tgd-vox-about-image:hover img {
transform: scale(1.02);
        }

        /* Quote image icon bounce */
        #creator-sec-results .result-card .quote-image {
transition: transform 0.3s ease;
        }

        #creator-sec-results .result-card:hover .quote-image {
transform: scale(1.1);
        }

        /* Addon promo badge hover */
        #creator-addons .addon-promo {
transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        #creator-addons .addon-promo:hover {
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        /* Feature item checkmark animation */
        #creator-full-lev .feature-item,
        #creator-addons .feature-item {
transition: transform 0.2s ease, background-color 0.2s ease;
        }

        #creator-full-lev .feature-item:hover,
        #creator-addons .feature-item:hover {
transform: translateY(-2px);
background-color: #FFFBEB;
        }

        /* Decorative elements subtle float animation */
        @keyframes float {

0%,
100% {
    transform: translateY(0);
}

50% {
    transform: translateY(-10px);
}
        }

        #creator-hero .decor img,
        #creator-start-once .decor img {
animation: float 6s ease-in-out infinite;
        }

        #creator-hero .decor-left-top img {
animation-delay: 0s;
        }

        #creator-hero .decor-left-bot img {
animation-delay: 2s;
        }

        #creator-hero .decor-right img {
animation-delay: 4s;
        }

        /* Parallax circle pulse animation */
        @keyframes pulse {

0%,
100% {
    opacity: 0.25;
    transform: scale(1);
}

50% {
    opacity: 0.35;
    transform: scale(1.05);
}
        }

        #creator-sec-comparison .parallax-circle {
animation: pulse 4s ease-in-out infinite;
        }

        /* Pricing highlight pulse */
        @keyframes pricePulse {

0%,
100% {
    transform: scale(1);
}

50% {
    transform: scale(1.02);
}
        }

        #creator-full-lev .pricing-box {
transition: transform 0.3s ease;
        }

        #creator-full-lev .pricing-box:hover {
animation: pricePulse 1s ease-in-out;
        }

        /* Divider icon rotation on scroll into view */
        #creator-refferal .cr-divider-icon {
transition: transform 0.5s ease;
        }

        #creator-refferal:hover .cr-divider-icon {
transform: rotate(180deg);
        }

        /* SAL animation overrides for smooth entrance */
        [data-sal] {
transition-duration: 0.5s;
        }

        [data-sal="fade"] {
opacity: 0;
transition-property: opacity;
        }

        [data-sal="fade"].sal-animate {
opacity: 1;
        }

        [data-sal="slide-up"] {
opacity: 0;
transform: translateY(30px);
transition-property: opacity, transform;
        }

        [data-sal="slide-up"].sal-animate {
opacity: 1;
transform: translateY(0);
        }

        [data-sal="slide-right"] {
opacity: 0;
transform: translateX(-30px);
transition-property: opacity, transform;
        }

        [data-sal="slide-right"].sal-animate {
opacity: 1;
transform: translateX(0);
        }

        [data-sal="zoom-in"] {
opacity: 0;
transform: scale(0.95);
transition-property: opacity, transform;
        }

        [data-sal="zoom-in"].sal-animate {
opacity: 1;
transform: scale(1);
        }

        /* Stagger animation delays for grid items */
        .stagger-item:nth-child(1) {
transition-delay: 0.1s;
        }

        .stagger-item:nth-child(2) {
transition-delay: 0.2s;
        }

        .stagger-item:nth-child(3) {
transition-delay: 0.3s;
        }

        .stagger-item:nth-child(4) {
transition-delay: 0.4s;
        }

        .stagger-item:nth-child(5) {
transition-delay: 0.5s;
        }

        .creator-page-wrap * {
font-family: "Plus Jakarta Sans", sans-serif;
font-weight: normal;
color: #111;
        }

        .creator-page-wrap h1,
        .creator-page-wrap h2,
        .creator-page-wrap h3,
        .creator-page-wrap h4,
        .creator-page-wrap h5,
        .creator-page-wrap h6 {
font-family: "Raleway", sans-serif;
font-weight: 600;
color: #000;
        }

        .side-join-newsletter {
display: none !important;
        }
