/* New Design Styles - Teal/Turquoise Theme - HisseMarket */

/* Navigation Updates */
.nav-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.nav-slogan {
    font-size: 0.75rem;
    color: var(--text-secondary);
    font-weight: 500;
    font-style: italic;
    opacity: 0.8;
}

@media (max-width: 768px) {
    .nav-slogan {
        display: none;
    }
}

.search-btn-mobile {
    display: none;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    color: var(--text-secondary);
    cursor: pointer;
    font-size: 0.875rem;
}

.nav-dropdown-btn {
    background: transparent;
    border: none;
    color: var(--text-secondary);
    cursor: pointer;
    font-size: 0.95rem;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    transition: all 0.3s;
}

.nav-dropdown-btn:hover {
    color: var(--text-primary);
    background: rgba(16, 185, 129, 0.1);
}

.playtrade-link {
    position: relative;
}

.playtrade-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: var(--danger-color);
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
}

.lang-toggle,
.notifications-btn {
    background: transparent;
    border: none;
    color: var(--text-secondary);
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 8px;
    transition: all 0.3s;
}

.lang-toggle:hover,
.notifications-btn:hover {
    background: var(--bg-secondary);
    color: var(--text-primary);
}

.btn-signup {
    padding: 0.625rem 1.5rem;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-signup:hover {
    transform: translateY(-1px);
    box-shadow: var(--shadow-lg);
}

.menu-toggle {
    display: none;
    background: transparent;
    border: none;
    color: var(--text-primary);
    cursor: pointer;
    font-size: 1.5rem;
}

/* Dark Mode Toggle */
.dark-mode-toggle {
    background: transparent;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 0.5rem 0.75rem;
    color: var(--text-primary);
    cursor: pointer;
    transition: all 0.3s;
}

.dark-mode-toggle:hover {
    background: var(--bg-secondary);
    border-color: var(--primary-color);
}

/* Hero New Section */
.hero-new {
    padding: 6rem 0 4rem;
    background: var(--bg-primary);
}

.hero-content-new {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.hero-text h1 {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 2rem;
    color: var(--text-primary);
}

.profit-highlight,
.hissemarket-highlight {
    display: inline-flex;
    border-radius: 16px;
    background: var(--primary-color);
    padding: 0 0.5rem;
    line-height: 1.5;
    color: white;
    font-weight: inherit;
}

.hero-mobile-title {
    display: none;
}

@media (max-width: 768px) {
    .hero-text h1 {
        display: none;
    }
    
    .hero-mobile-title {
        display: block;
        font-size: 2.5rem;
        font-weight: 800;
        line-height: 1.2;
        margin-bottom: 2rem;
        color: var(--text-primary);
    }
}

.hero-text p,
.hero-subtitle {
    font-size: 1.25rem;
    color: var(--text-secondary);
    margin-bottom: 2rem;
    line-height: 1.6;
}

.hero-subtitle {
    margin-top: 1rem;
    font-weight: 400;
}

.hero-stats-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    list-style: none;
    padding: 0;
}

.stat-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.375rem 0.5rem;
    background: var(--bg-card);
    border-radius: 12px;
    border: 1px solid var(--border-color);
    transition: all 0.3s;
}

.stat-badge:hover {
    border-color: var(--primary-color);
    box-shadow: var(--shadow);
}

.stat-badge i {
    font-size: 1.25rem;
    color: var(--primary-color);
}

.stat-badge strong {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--text-primary);
}

.stat-badge span {
    font-size: 0.875rem;
    color: var(--text-secondary);
    font-weight: 500;
}

.btn-hero-cta {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.75rem 1.75rem;
    background: var(--primary-color);
    color: white;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-decoration: none;
    font-weight: 600;
    font-size: 1.125rem;
    transition: all 0.3s;
    box-shadow: 0px 41px 50px 0px rgba(16, 129, 90, 0.16), 0px 12.36px 15.074px 0px rgba(16, 129, 90, 0.10), 0px 5.134px 6.261px 0px rgba(16, 129, 90, 0.08), 0px 1.857px 2.264px 0px rgba(16, 129, 90, 0.06);
    min-height: 56px;
    min-width: 290px;
    margin-bottom: 1rem;
}

.btn-hero-cta .sparkle-icon {
    width: 20px;
    height: 20px;
}

.btn-hero-cta span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-hero-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0px 50px 60px 0px rgba(16, 129, 90, 0.20), 0px 15px 18px 0px rgba(16, 129, 90, 0.12), 0px 6px 7px 0px rgba(16, 129, 90, 0.10), 0px 2px 3px 0px rgba(16, 129, 90, 0.08);
    background: var(--secondary-color);
}

.trusted-by {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.trusted-by span {
    color: var(--text-secondary);
    font-size: 0.875rem;
}

.trusted-avatars {
    display: flex;
    gap: -0.5rem;
}

.avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid var(--bg-card);
    margin-left: -6px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.avatar:first-child {
    margin-left: 0;
    z-index: 0;
}

.avatar:nth-child(2) {
    z-index: 1;
}

.avatar:nth-child(3) {
    z-index: 2;
}

.avatar:nth-child(4) {
    z-index: 3;
}

.avatar:nth-child(5) {
    z-index: 4;
}

.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-video {
    position: relative;
}

.tagline-before,
.tagline-after {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.tagline-after {
    margin-top: 1rem;
    margin-bottom: 0;
    justify-content: flex-end;
}

.tagline-text {
    font-family: 'Gochi Hand', cursive;
    font-size: 1.625rem;
    font-weight: normal;
    line-height: 1.375rem;
    letter-spacing: 0.26px;
    color: var(--primary-color);
    transform: translateY(1.5rem) rotate(-15deg);
}

.tagline-after .tagline-text {
    transform: rotate(-5deg);
}

.curve-chevron {
    width: auto;
    height: auto;
}

.video-wrapper {
    position: relative;
    margin: 0 auto;
}

.video-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 100px;
    height: 100px;
    min-width: 100px;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    backdrop-filter: blur(10px);
}

.video-play-btn:hover {
    transform: translate(-50%, -50%) scale(1.05);
    background: rgba(0, 0, 0, 0.7);
}

.video-play-btn i {
    font-size: 1.75rem;
    color: white;
    margin-left: 4px;
}

.link-icon {
    position: absolute;
    right: -30px;
    top: -30px;
    z-index: 3;
    width: 100px;
    height: 100px;
    display: none;
}

@media (min-width: 768px) {
    .link-icon {
        display: block;
    }
}

@media (min-width: 1280px) {
    .link-icon {
        right: -40px;
    }
}

.video-container {
    position: relative;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    border: 3px solid var(--primary-color);
}

.video-thumbnail {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center center;
    display: block;
}

.video-element {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    z-index: 2;
}

@media (min-width: 1280px) {
    .video-play-btn {
        display: none;
    }
}

/* Section Header */
.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-label {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: var(--bg-secondary);
    border-radius: 20px;
    color: var(--text-secondary);
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.section-header h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--text-primary);
    line-height: 1.2;
}

/* What is HisseMarket? */
.what-is-profit,
.what-is-hissemarket {
    padding: 4rem 0;
    background: var(--bg-secondary);
}

.profit-features-grid,
.hissemarket-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.profit-feature-card,
.hissemarket-feature-card {
    background: var(--bg-card);
    padding: 3rem 2rem;
    border-radius: 16px;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow);
    text-align: center;
    transition: all 0.3s ease;
    animation: fade-in-up 0.6s ease-out;
}

.profit-feature-card:hover,
.hissemarket-feature-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
    border-color: var(--primary-color);
}

.profit-feature-card.stagger-item,
.hissemarket-feature-card.stagger-item {
    opacity: 0;
    animation: fade-in-up 0.6s ease-out forwards;
}

.profit-feature-card p,
.hissemarket-feature-card p {
    margin-top: 1rem;
    color: var(--text-secondary);
    font-size: 1rem;
    line-height: 1.6;
}

.profit-feature-card h3,
.hissemarket-feature-card h3 {
    margin: 0;
    color: var(--text-primary);
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.4;
}

.profit-feature-card h3 .profit-highlight,
.profit-feature-card h3 .hissemarket-highlight,
.hissemarket-feature-card h3 .profit-highlight,
.hissemarket-feature-card h3 .hissemarket-highlight {
    display: inline;
}

/* Key Features */
.key-features {
    padding: 4rem 0;
    background: var(--bg-primary);
}

.key-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.key-feature-card {
    background: var(--bg-card);
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow);
    text-align: center;
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
    display: block;
    animation: fade-in-up 0.6s ease-out;
}

.key-feature-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
    border-color: var(--primary-color);
    color: inherit;
    text-decoration: none;
}

.key-feature-card.stagger-item {
    opacity: 0;
    animation: fade-in-up 0.6s ease-out forwards;
}

.key-feature-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
    font-size: 1.75rem;
}

.key-feature-card h3 {
    margin-bottom: 1rem;
    color: var(--text-primary);
    font-size: 1.25rem;
}

.key-feature-card p {
    color: var(--text-secondary);
    line-height: 1.6;
}

/* Playtrade Section */
.playtrade-section {
    padding: 4rem 0;
    background: var(--bg-secondary);
}

.tournaments-carousel {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.tournament-card-new {
    background: var(--bg-card);
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow);
    position: relative;
    transition: all 0.3s ease;
    animation: scale-in 0.4s ease-out;
}

.tournament-card-new:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
}

.tournament-badge-new {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 12px;
    font-size: 0.875rem;
    font-weight: 600;
    color: white;
}

.tournament-badge-new.daily {
    background: var(--primary-color);
}

.tournament-badge-new.weekly {
    background: var(--secondary-color);
}

.tournament-badge-new.monthly {
    background: var(--warning-color);
}

.tournament-card-new h3 {
    margin: 2rem 0 1rem;
    color: var(--text-primary);
    font-size: 1.5rem;
}

.tournament-card-new p {
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.tournament-prize {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
}

.btn-tournament {
    width: 100%;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-tournament:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* Alternatives */
.alternatives-section {
    padding: 4rem 0;
    background: var(--bg-primary);
}

.alternatives-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
    margin-top: 3rem;
}

.alt-logo {
    padding: 1rem 2rem;
    background: var(--bg-secondary);
    border-radius: 12px;
    border: 1px solid var(--border-color);
    color: var(--text-secondary);
    font-weight: 600;
    transition: all 0.3s;
}

.alt-logo:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

/* Success Stories */
.success-stories {
    padding: 4rem 0;
    background: var(--bg-secondary);
}

.stories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.story-card {
    background: var(--bg-card);
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow);
    text-align: center;
    transition: all 0.3s ease;
    animation: fade-in-up 0.6s ease-out;
}

.story-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
}

.story-video {
    width: 100%;
    aspect-ratio: 16/9;
    background: var(--bg-secondary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    cursor: pointer;
}

.story-video i {
    font-size: 3rem;
    color: var(--primary-color);
}

.story-card h3 {
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.story-card p {
    color: var(--text-secondary);
    line-height: 1.6;
    font-style: italic;
}

/* Pricing New */
.pricing-section-new {
    padding: 4rem 0;
    background: var(--bg-primary);
}

.pricing-grid-new {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.pricing-card-new {
    background: var(--bg-card);
    padding: 2.5rem 2rem;
    border-radius: 16px;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow);
    position: relative;
    transition: all 0.3s ease;
    animation: scale-in 0.5s ease-out;
}

.pricing-card-new:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
}

.pricing-card-new.featured {
    border: 2px solid var(--primary-color);
    box-shadow: var(--shadow-xl);
}

.popular-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 12px;
    font-size: 0.875rem;
    font-weight: 600;
}

.pricing-card-new h3 {
    text-align: center;
    margin-bottom: 1rem;
    color: var(--text-primary);
    font-size: 1.5rem;
}

.price-amount-new {
    text-align: center;
    margin-bottom: 2rem;
}

.price-amount-new {
    font-size: 3rem;
    font-weight: 800;
    color: var(--primary-color);
}

.price-amount-new span {
    font-size: 1.25rem;
    color: var(--text-secondary);
    font-weight: 400;
}

.pricing-features-list {
    list-style: none;
    margin-bottom: 2rem;
}

.pricing-features-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0;
    color: var(--text-secondary);
}

.pricing-features-list i {
    color: var(--primary-color);
}

.btn-pricing {
    width: 100%;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-pricing:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* Footer New */
.footer-new {
    padding: 4rem 0 2rem;
    background: var(--bg-secondary);
    border-top: 1px solid var(--border-color);
}

.footer-grid-new {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-col-new h4 {
    margin-bottom: 1.5rem;
    color: var(--text-primary);
    font-size: 1.125rem;
}

.footer-col-new ul {
    list-style: none;
}

.footer-col-new ul li {
    margin-bottom: 0.75rem;
}

.footer-col-new ul li a {
    color: var(--text-secondary);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-col-new ul li a:hover {
    color: var(--primary-color);
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.social-links a {
    width: 40px;
    height: 40px;
    background: var(--bg-card);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-primary);
    transition: all 0.3s;
    border: 1px solid var(--border-color);
}

.social-links a:hover {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
    transform: translateY(-2px);
}

.qr-code {
    text-align: center;
}

.qr-placeholder {
    width: 120px;
    height: 120px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.75rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.qr-code p {
    color: var(--text-secondary);
    font-size: 0.875rem;
}

.footer-bottom-new {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid var(--border-color);
    color: var(--text-secondary);
}

/* Playtrade Section Main */
.playtrade-section-main {
    padding: 4rem 0;
    background: var(--bg-primary);
}

.playtrade-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-bottom: 3rem;
}

.playtrade-stats {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.playtrade-stat-card {
    background: var(--bg-card);
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow);
}

.stat-label {
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

.stat-value-large {
    font-size: 3rem;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
}

.playtrade-info h2 {
    margin-bottom: 1rem;
    color: var(--text-primary);
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
}

.playtrade-info p {
    color: var(--text-secondary);
    font-size: 1.125rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.btn-play-now {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-play-now:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.playtrade-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

/* Playtrade Explained */
.playtrade-explained {
    padding: 4rem 0;
    background: var(--bg-secondary);
}

.playtrade-features-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.playtrade-feature {
    background: var(--bg-card);
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow);
    text-align: center;
    transition: all 0.3s ease;
    animation: fade-in-up 0.6s ease-out;
}

.playtrade-feature:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
}

.playtrade-feature.special {
    grid-column: span 2;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(45, 184, 158, 0.1));
    border: 2px solid var(--primary-color);
}

.special-badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: var(--primary-color);
    color: white;
    border-radius: 12px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.feature-image-placeholder {
    width: 100%;
    aspect-ratio: 16/9;
    background: var(--bg-secondary);
    border-radius: 12px;
    margin: 1.5rem 0;
}

.playtrade-feature h3 {
    margin-bottom: 1rem;
    color: var(--text-primary);
    font-size: 1.5rem;
}

.playtrade-feature p {
    color: var(--text-secondary);
    line-height: 1.6;
}

.btn-join-arena {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 1.5rem;
    transition: all 0.3s;
}

.btn-join-arena:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.playtrade-cta-section {
    margin-top: 3rem;
}

.playtrade-cta-link {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
    background: var(--bg-card);
    border-radius: 16px;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow);
    text-decoration: none;
    color: inherit;
    transition: all 0.3s;
}

.playtrade-cta-link:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-2px);
    border-color: var(--primary-color);
}

.playtrade-cta-link h3 {
    margin: 0;
    color: var(--text-primary);
    font-size: 1.5rem;
}

.playtrade-cta-link i {
    color: var(--primary-color);
    font-size: 1.5rem;
    margin-left: auto;
}

/* Alternatives Updates */
.alternatives-description {
    text-align: center;
    color: var(--text-secondary);
    margin: 1.5rem 0 2rem;
    font-size: 1.125rem;
}

.btn-compare {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    margin: 0 auto 3rem;
    display: block;
    text-align: center;
    max-width: 300px;
    transition: all 0.3s;
}

.btn-compare:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.alt-logo {
    padding: 1.5rem 2rem;
    background: var(--bg-card);
    border-radius: 12px;
    border: 1px solid var(--border-color);
    color: var(--text-secondary);
    font-weight: 600;
    transition: all 0.3s;
    text-decoration: none;
    display: block;
    text-align: center;
}

.alt-logo:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
    box-shadow: var(--shadow);
    transform: translateY(-2px);
}

/* Success Stories Updates */
.stories-description {
    text-align: center;
    color: var(--text-secondary);
    margin-bottom: 3rem;
    font-size: 1.125rem;
}

/* Pricing Updates */
.pricing-description {
    text-align: center;
    color: var(--text-secondary);
    margin-bottom: 2rem;
    font-size: 1.125rem;
}

.pricing-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.toggle-btn {
    padding: 0.5rem 1rem;
    background: transparent;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    color: var(--text-secondary);
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 600;
}

.toggle-btn.active {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

.toggle-switch {
    position: relative;
    width: 60px;
    height: 32px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--border-color);
    transition: 0.3s;
    border-radius: 32px;
}

.toggle-slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.3s;
    border-radius: 50%;
}

.toggle-switch input:checked + .toggle-slider {
    background-color: var(--primary-color);
}

.toggle-switch input:checked + .toggle-slider:before {
    transform: translateX(28px);
}

.pricing-savings {
    text-align: center;
    margin-bottom: 3rem;
    color: var(--text-secondary);
}

.savings-badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: var(--warning-color);
    color: white;
    border-radius: 12px;
    font-weight: 600;
    margin-left: 0.5rem;
}

.pricing-header-new {
    text-align: center;
    margin-bottom: 2rem;
}

.pricing-header-new img {
    width: 60px;
    height: 60px;
    margin-bottom: 1rem;
}

.pricing-price-new {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.25rem;
    margin-bottom: 0.5rem;
}

.currency {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--primary-color);
}

.amount {
    font-size: 3rem;
    font-weight: 800;
    color: var(--primary-color);
}

.period {
    font-size: 1.25rem;
    color: var(--text-secondary);
    font-weight: 400;
}

.pricing-subtitle {
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin: 0;
}

.pricing-yearly-info {
    text-align: center;
    margin-top: 0.5rem;
}

.pricing-yearly-info p {
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin: 0.25rem 0;
}

.pricing-yearly-info i {
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-left: 0.5rem;
    cursor: help;
}

.pricing-description-card {
    text-align: center;
    color: var(--text-secondary);
    margin-bottom: 2rem;
    line-height: 1.6;
}

.pricing-guarantee {
    text-align: center;
    margin: 3rem 0;
    padding: 2rem;
    background: var(--bg-secondary);
    border-radius: 16px;
    border: 1px solid var(--border-color);
}

.pricing-guarantee img {
    width: 80px;
    height: 80px;
    margin-bottom: 1rem;
}

.pricing-guarantee p {
    color: var(--text-secondary);
    margin: 0;
    line-height: 1.6;
}

.payment-methods {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin: 3rem 0;
}

.payment-method-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    background: var(--bg-card);
    border-radius: 12px;
    border: 1px solid var(--border-color);
    min-width: 100px;
    transition: all 0.3s;
}

.payment-method-item:hover {
    border-color: var(--primary-color);
    box-shadow: var(--shadow);
}

.payment-method-item img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.payment-method-item span {
    color: var(--text-secondary);
    font-size: 0.75rem;
    font-weight: 600;
}

.view-full-pricing {
    text-align: center;
    margin-top: 3rem;
}

.btn-view-full {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-view-full:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-2px);
}

/* Final CTA */
.final-cta {
    padding: 4rem 0;
    background: var(--bg-secondary);
    text-align: center;
}

.final-cta h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 2rem;
}

.btn-start-now {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.125rem;
    transition: all 0.3s;
}

.btn-start-now:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* Trusted Section */
.trusted-section {
    padding: 4rem 0;
    background: var(--bg-primary);
    text-align: center;
}

.trusted-section .section-label {
    display: block;
    margin-bottom: 2rem;
}

.trusted-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.trusted-logos img {
    height: 40px;
    opacity: 0.6;
    transition: opacity 0.3s;
}

.trusted-logos img:hover {
    opacity: 1;
}

/* Footer Updates */
.footer-cta-section {
    padding: 3rem 0;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 3rem;
}

.footer-cta-content {
    text-align: center;
}

.footer-cta-content h2 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--text-primary);
    margin: 1rem 0 2rem;
}

.btn-footer-cta {
    padding: 1rem 2rem;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1.125rem;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-footer-cta:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.footer-mobile-app {
    padding: 2rem 0;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    margin: 3rem 0;
}

.mobile-app-content {
    text-align: center;
}

.mobile-app-content h4 {
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.mobile-app-content p {
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.mobile-app-content img {
    max-width: 300px;
    height: auto;
}

.footer-bottom-new {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
    border-top: 1px solid var(--border-color);
    flex-wrap: wrap;
    gap: 2rem;
}

.footer-logo a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: var(--text-primary);
    font-size: 1.5rem;
    font-weight: 700;
}

.footer-logo img {
    width: 40px;
    height: 40px;
}

.footer-copyright p {
    color: var(--text-secondary);
    margin: 0;
}

.footer-social {
    display: flex;
    gap: 1rem;
}

.footer-social a {
    width: 40px;
    height: 40px;
    background: var(--bg-card);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-primary);
    text-decoration: none;
    border: 1px solid var(--border-color);
    transition: all 0.3s;
}

.footer-social a:hover {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 1024px) {
    .hero-content-new {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .profit-features-grid,
    .key-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .playtrade-features-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .playtrade-feature.special {
        grid-column: span 3;
    }
    
    .tournaments-carousel,
    .stories-grid,
    .pricing-grid-new {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .footer-grid-new {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .playtrade-content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .hero-text h1 {
        font-size: 2.5rem;
    }
    
    .hero-stats-badges {
        flex-direction: column;
        gap: 1rem;
    }
    
    .profit-features-grid,
    .key-features-grid,
    .tournaments-carousel,
    .stories-grid,
    .pricing-grid-new {
        grid-template-columns: 1fr;
    }
    
    .playtrade-features-grid {
        grid-template-columns: 1fr;
    }
    
    .playtrade-feature.special {
        grid-column: span 1;
    }
    
    .footer-grid-new {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .footer-bottom-new {
        flex-direction: column;
        text-align: center;
    }
    
    .search-btn-mobile {
        display: flex;
    }
    
    .menu-toggle {
        display: block;
    }
}

/* About Intro */
.about-intro {
    margin-bottom: 3rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.about-description {
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--text-secondary);
    text-align: center;
}

/* Advanced Tools Section */
.advanced-tools-section {
    padding: 5rem 0;
    background: var(--bg-primary);
}

.tools-intro {
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--text-secondary);
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
}

.tools-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.tool-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 2rem;
    transition: all 0.3s ease;
}

.tool-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.15);
    border-color: var(--primary-color);
}

.tool-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: white;
    font-size: 1.5rem;
}

.tool-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.tool-card p {
    color: var(--text-secondary);
    line-height: 1.7;
    font-size: 0.95rem;
}

/* AI Signal Section */
.ai-signal-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.05), rgba(45, 184, 158, 0.05));
}

.ai-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
    align-items: center;
    margin-top: 3rem;
}

.ai-stats {
    display: flex;
    justify-content: center;
}

.ai-stat-card {
    background: var(--bg-card);
    border: 2px solid var(--primary-color);
    border-radius: 20px;
    padding: 2.5rem;
    text-align: center;
    min-width: 250px;
}

.stat-number {
    font-size: 4rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

.ai-stat-card .stat-label {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 1rem;
}

.ai-stat-card p {
    color: var(--text-secondary);
    font-size: 0.9rem;
    line-height: 1.6;
}

.ai-description {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.ai-description > p {
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--text-secondary);
}

.ai-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.ai-feature-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: var(--bg-card);
    border-radius: 8px;
    border: 1px solid var(--border-color);
}

.ai-feature-item i {
    color: var(--primary-color);
    font-size: 1.125rem;
}

.ai-feature-item span {
    color: var(--text-primary);
    font-weight: 500;
}

.btn-ai-explore {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    width: fit-content;
}

.btn-ai-explore:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(16, 185, 129, 0.3);
}

.success-badge {
    background: linear-gradient(135deg, #10b981, #2db89e);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 700;
    margin-left: 0.5rem;
}

/* Portfolio & Tournament Section */
.portfolio-tournament-section {
    padding: 5rem 0;
    background: var(--bg-primary);
}

.portfolio-intro {
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--text-secondary);
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
}

.portfolio-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.portfolio-feature-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 2.5rem;
    transition: all 0.3s ease;
}

.portfolio-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.15);
    border-color: var(--primary-color);
}

.portfolio-feature-card .feature-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: white;
    font-size: 2rem;
}

.portfolio-feature-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.portfolio-feature-card p {
    color: var(--text-secondary);
    line-height: 1.8;
    font-size: 1rem;
}

/* User Experience Section */
.user-experience-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.03), rgba(45, 184, 158, 0.03));
}

.ux-content {
    margin-top: 3rem;
}

.ux-intro {
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--text-secondary);
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
}

.ux-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.ux-feature-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
}

.ux-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.15);
    border-color: var(--primary-color);
}

.ux-feature-card i {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.ux-feature-card h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.ux-feature-card p {
    color: var(--text-secondary);
    line-height: 1.7;
    font-size: 0.9rem;
}

/* Responsive Updates */
@media (max-width: 1024px) {
    .ai-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .portfolio-features-grid {
        grid-template-columns: 1fr;
    }
    
    .ux-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .tools-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .tools-grid,
    .ux-features-grid {
        grid-template-columns: 1fr;
    }
    
    .ai-features {
        grid-template-columns: 1fr;
    }
}

