* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background: #353c48;
    color: #e4e6eb;
    line-height: 1.6;
    overflow-x: hidden;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(53, 60, 72, 0.95);
    backdrop-filter: blur(10px);
    padding: 1rem 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(234, 189, 35, 0.15);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #eabd23;
    text-decoration: none;
}

.logo img {
    height: 40px;
    width: auto;
}

.nav-links {
    display: flex;
    gap: 2rem;
    list-style: none;
    align-items: center;
}

.nav-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.nav-links a:hover {
    color: #eabd23;
}

.nav-links .btn {
    color: inherit;
}

.nav-links .btn-outline {
    color: #eabd23;
}

.nav-links .btn-primary {
    color: #000;
}

.btn {
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    border: 2px solid transparent;
    cursor: pointer;
    line-height: 1.5;
    font-size: 1rem;
    vertical-align: middle;
    box-sizing: border-box;
}

.btn-primary {
    background: linear-gradient(135deg, #eabd23 0%, #d4a91f 100%);
    color: #000;
    box-shadow: 0 4px 15px rgba(234, 189, 35, 0.3);
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.btn-primary:hover::before {
    left: 100%;
}

.btn-primary:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 25px rgba(234, 189, 35, 0.5);
}

.btn-primary:active {
    transform: translateY(-1px) scale(0.98);
}

.btn-outline {
    border: 2px solid #eabd23;
    color: #eabd23;
    background: transparent;
    box-sizing: border-box;
}

.btn-outline:hover {
    background: #eabd23;
    color: #000 !important;
}

.btn i {
    margin-right: 0.5rem;
    vertical-align: middle;
}

.nav-links .btn {
    z-index: 10;
    position: relative;
}

.nav-links .btn:hover {
    z-index: 11;
}

.nav-links .btn-outline {
    color: #eabd23 !important;
}

.nav-links .btn-outline:hover {
    background: #eabd23 !important;
    color: #000 !important;
    border-color: #eabd23 !important;
}

.nav-links .btn-primary {
    color: #000 !important;
}

.nav-links .btn-primary:hover {
    color: #000 !important;
}

.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 120px 2rem 80px;
    background: linear-gradient(135deg, #353c48 0%, #3c4452 50%, #353c48 100%);
    overflow: hidden;
}

.hero-map-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.25;
    z-index: 0;
    overflow: hidden;
}

.hero-map-background #hero-world-map {
    width: 100%;
    height: 100%;
    min-height: 600px;
    pointer-events: auto;
}

.hero-map-background .jvectormap-container {
    width: 100% !important;
    height: 100% !important;
    pointer-events: auto !important;
}

.hero-map-background .jvectormap-container svg {
    pointer-events: auto !important;
}

.hero-map-background .jvectormap-container svg path {
    pointer-events: none !important;
}

.hero-map-background .jvectormap-container svg circle {
    pointer-events: auto !important;
    cursor: pointer !important;
}

.hero-map-background .jvectormap-container svg g {
    pointer-events: auto !important;
}

.hero-map-background .jvectormap-container svg g circle {
    pointer-events: auto !important;
    cursor: pointer !important;
}

.hero-map-background .jvectormap-container svg g[data-index] {
    pointer-events: auto !important;
}

.hero-map-background .jvectormap-container svg g[data-index] circle {
    pointer-events: auto !important;
    cursor: pointer !important;
}

.hero-map-background .jvectormap-container svg circle[data-index] {
    pointer-events: auto !important;
    cursor: pointer !important;
}

.hero-map-background .jvectormap-container svg g[data-index] circle {
    pointer-events: auto !important;
    cursor: pointer !important;
}

.hero-map-background .jvectormap-container svg circle[data-index]:hover {
    fill: #f5c842 !important;
    stroke: #eabd23 !important;
    stroke-width: 3 !important;
}

.hero-map-background .jvectormap-container svg g[data-index]:hover circle {
    fill: #f5c842 !important;
    stroke: #eabd23 !important;
    stroke-width: 3 !important;
}

.hero-map-background .jvectormap-container svg g[data-index] {
    z-index: 10 !important;
}

.hero-map-background .jvectormap-container svg g[data-index] circle {
    z-index: 11 !important;
}

.hero-map-background .jvectormap-container svg circle[data-index] {
    z-index: 11 !important;
}


.marker-ripple {
    pointer-events: none !important;
}

@keyframes ripplePulse {
    0% {
        r: var(--ripple-start-r);
        opacity: 0.6;
    }
    100% {
        r: var(--ripple-end-r);
        opacity: 0;
    }
}

.custom-map-tooltip {
    position: fixed;
    z-index: 10000;
    pointer-events: none;
}

.custom-map-tooltip {
    position: fixed;
    z-index: 10000;
    pointer-events: none;
}

.jvectormap-tip {
    background: rgba(53, 60, 72, 0.98) !important;
    border: 1px solid rgba(234, 189, 35, 0.3) !important;
    border-radius: 8px !important;
    padding: 0 !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(10px) !important;
    max-width: 240px !important;
    font-family: inherit !important;
    overflow: visible !important;
}

.map-tooltip {
    padding: 0;
    overflow: hidden;
    border-radius: 8px;
}

.map-tooltip-header {
    background: linear-gradient(135deg, rgba(234, 189, 35, 0.2) 0%, rgba(234, 189, 35, 0.1) 100%);
    border-bottom: 1px solid rgba(234, 189, 35, 0.3);
    padding: 8px 12px;
    font-weight: 700;
    color: #eabd23;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    gap: 6px;
    border-radius: 8px 8px 0 0;
}

.map-tooltip-header i {
    font-size: 0.9em;
}

.map-tooltip-content {
    padding: 8px 12px;
    background: rgba(53, 60, 72, 0.98);
    border-radius: 0 0 8px 8px;
}

.map-tooltip-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 4px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    gap: 2px;
}

.map-tooltip-row:last-child {
    border-bottom: none;
}

.map-tooltip-label {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.7em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.map-tooltip-value {
    color: #fff;
    font-size: 0.8em;
    font-weight: 600;
    word-break: break-word;
    width: 100%;
    line-height: 1.3;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(234, 189, 35, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(234, 189, 35, 0.1) 0%, transparent 50%);
    pointer-events: none;
    z-index: 1;
}

.hero::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 2px,
        rgba(255, 193, 7, 0.02) 2px,
        rgba(255, 193, 7, 0.02) 4px
    );
    animation: slide 20s linear infinite;
    pointer-events: none;
}

@keyframes slide {
    0% { transform: translate(0, 0); }
    100% { transform: translate(50px, 50px); }
}

.hero-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.hero-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.hero-badge {
    display: inline-block;
    background: rgba(234, 189, 35, 0.15);
    border: 1px solid rgba(234, 189, 35, 0.4);
    color: #eabd23;
    padding: 0.6rem 1.8rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 2rem;
    animation: fadeInDown 0.6s ease, pulse 2s ease-in-out infinite;
    box-shadow: 0 4px 15px rgba(234, 189, 35, 0.2);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.02); }
}

.hero h1 {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    padding-bottom: 0.3rem;
    background: linear-gradient(135deg, #fff 0%, #eabd23 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: fadeInUp 0.8s ease;
}

.hero p {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2.5rem;
    line-height: 1.8;
    animation: fadeInUp 1s ease;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeInUp 1.2s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.supported-coins-section {
    padding: 80px 2rem;
    background: #3c4452;
    padding-bottom: 60px;
    overflow: visible;
}

.supported-coins-spoiler {
    max-width: 1200px;
    margin: 40px auto 0;
}

.spoiler-toggle {
    width: 100%;
    background: rgba(234, 189, 35, 0.1);
    border: 2px solid rgba(234, 189, 35, 0.3);
    border-radius: 12px;
    padding: 18px 25px;
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.spoiler-toggle:hover {
    background: rgba(234, 189, 35, 0.2);
    border-color: rgba(234, 189, 35, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(234, 189, 35, 0.2);
}

.spoiler-icon {
    transition: transform 0.3s ease;
    color: #eabd23;
    font-size: 1.2em;
}

.spoiler-toggle.active .spoiler-icon {
    transform: rotate(180deg);
}

.coins-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.5s ease;
    padding: 0;
    margin-bottom: 0;
}

.coins-grid.expanded {
    max-height: 5000px;
    padding: 20px 0 60px 0;
    margin-bottom: 20px;
    overflow: visible;
}

.supported-coins-section {
    padding-bottom: 60px;
    overflow: visible;
}

.coin-item {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    opacity: 1;
}

.coin-item:hover {
    background: rgba(234, 189, 35, 0.15);
    border-color: rgba(234, 189, 35, 0.4);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(234, 189, 35, 0.2);
}

.coin-icon-small {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    padding: 5px;
}

.coin-name-small {
    font-size: 0.9em;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.coin-network-small {
    font-size: 0.75em;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
    }
    
    .hero-map-background {
        display: none;
    }
    
    .hero h1 {
        font-size: 2.5rem;
    }
    
    .hero p {
        font-size: 1.1rem;
    }
    
    .section-title {
        font-size: 2rem;
        word-break: break-word;
        hyphens: auto;
        padding-bottom: 0.3rem;
    }
    
    .supported-crypto-title {
        font-size: 1.75rem;
        line-height: 1.3;
    }
    
    .section-subtitle {
        font-size: 1rem;
    }
    
    .stats-grid,
    .features-grid,
    .plans-grid {
        grid-template-columns: 1fr;
    }
    
    .plans-grid {
        gap: 4rem;
    }
    
    .plan-card.featured {
        transform: scale(1);
        margin-bottom: 1rem;
    }
    
    .plan-card:hover {
        transform: translateY(0) scale(1);
    }
    
    .plan-card.featured:hover {
        transform: translateY(0) scale(1);
    }
    
    .coins-grid {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        gap: 12px;
    }
    
    .coins-grid.expanded {
        max-height: 10000px;
        padding: 20px 0 80px 0;
        margin-bottom: 30px;
    }
    
    .supported-coins-section {
        padding-bottom: 80px;
        overflow: visible;
    }
}

@media (max-width: 1024px) {
    .nav-links {
        gap: 1rem;
    }
    
    .hero h1 {
        font-size: 3rem;
    }
}

.btn-lg {
    padding: 1rem 2rem;
    font-size: 1.1rem;
}

.stats-section {
    padding: 80px 2rem;
    background: #3c4452;
    position: relative;
}

.stats-container {
    max-width: 1400px;
    margin: 0 auto;
}

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

.stat-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(234, 189, 35, 0.25);
    border-radius: 20px;
    padding: 2.5rem;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.stat-card::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(234, 189, 35, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.stat-card:hover {
    transform: translateY(-12px) scale(1.02);
    border-color: #eabd23;
    box-shadow: 0 20px 60px rgba(234, 189, 35, 0.4), 0 0 40px rgba(234, 189, 35, 0.2);
    background: rgba(255, 255, 255, 0.08);
}

.stat-card:hover::after {
    opacity: 1;
}

.stat-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1.5rem;
    background: rgba(234, 189, 35, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #eabd23;
}

.stat-number {
    font-size: 3rem;
    font-weight: 800;
    color: #eabd23;
    margin-bottom: 0.5rem;
    font-feature-settings: 'tnum';
    font-variant-numeric: tabular-nums;
}

.stat-label {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.section-title {
    text-align: center;
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1rem;
    padding-bottom: 0.2rem;
    background: linear-gradient(135deg, #fff 0%, #eabd23 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-subtitle {
    text-align: center;
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 3rem;
}

.features-section {
    padding: 100px 2rem;
    background: linear-gradient(180deg, #3c4452 0%, #353c48 100%);
}

.features-container {
    max-width: 1400px;
    margin: 0 auto;
}

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

.feature-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 2.5rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    backdrop-filter: blur(10px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 193, 7, 0.1), transparent);
    transition: left 0.5s ease;
}

.feature-card:hover::before {
    left: 100%;
}

.feature-card:hover {
    transform: translateY(-12px) rotate(1deg);
    border-color: #eabd23;
    background: rgba(234, 189, 35, 0.08);
    box-shadow: 0 25px 70px rgba(234, 189, 35, 0.3), 0 0 30px rgba(234, 189, 35, 0.15);
}

.feature-icon-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
    width: 100%;
}

.feature-icon-wrapper {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(234, 189, 35, 0.2) 0%, rgba(212, 169, 31, 0.1) 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
}

.feature-card:hover .feature-icon-wrapper {
    transform: scale(1.1) rotate(5deg);
}

.feature-icon-wrapper i {
    font-size: 2rem;
    color: #eabd23;
}

.feature-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
}

.feature-card p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    font-size: 1rem;
}

.feature-badge {
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    background: #4caf50;
    color: #000;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    z-index: 2;
    white-space: nowrap;
}

.feature-card h3,
.feature-card p {
    text-align: center;
    width: 100%;
}

.plans-section {
    padding: 100px 2rem;
    background: #353c48;
    overflow: visible;
}

.plans-container {
    max-width: 1400px;
    margin: 0 auto;
    overflow: visible;
}

.plans-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
    margin-top: 4rem;
    overflow: visible;
}

.plan-card {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 2.5rem;
    transition: all 0.4s ease;
    position: relative;
    overflow: visible;
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.plan-card.featured {
    border-color: #eabd23;
    background: rgba(234, 189, 35, 0.08);
    transform: scale(1.05);
    box-shadow: 0 10px 40px rgba(234, 189, 35, 0.3);
}

.plan-card.featured::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #eabd23, #d4a91f, #eabd23);
    border-radius: 20px;
    z-index: -1;
    opacity: 0.5;
    animation: borderGlow 3s ease infinite;
}

@keyframes borderGlow {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 0.8; }
}

.plan-card:hover {
    transform: translateY(-6px) scale(1.02);
    border-color: #eabd23;
    box-shadow: 0 25px 70px rgba(234, 189, 35, 0.4), 0 0 40px rgba(234, 189, 35, 0.2);
    background: rgba(255, 255, 255, 0.08);
}

.plan-card.featured:hover {
    transform: translateY(-6px) scale(1.05);
}

.plan-badge {
    position: absolute;
    top: -14px;
    right: 20px;
    background: linear-gradient(135deg, #4caf50 0%, #66bb6a 100%);
    color: #000;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.4);
    white-space: nowrap;
    z-index: 10;
    max-width: calc(100% - 40px);
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}

.plan-header {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.plan-name {
    font-size: 1.75rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.plan-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    max-width: 100%;
    min-height: 4.5rem;
    word-break: break-word;
}

.plan-price-amount {
    font-size: 3rem;
    font-weight: 800;
    color: #eabd23;
    line-height: 1;
    word-break: break-word;
}

.plan-price-period {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1;
}

.plan-price-old {
    text-decoration: line-through;
    color: rgba(255, 255, 255, 0.4);
    font-size: 1.5rem;
    line-height: 1;
}

.plan-features {
    list-style: none;
    margin-bottom: 2rem;
    flex-grow: 1;
}

.plan-features li {
    padding: 0.75rem 0;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.plan-features i {
    color: #4caf50;
    font-size: 1.1rem;
}

.plan-btn {
    width: 100%;
    padding: 1rem;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    min-height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    box-sizing: border-box;
    box-shadow: 0 4px 15px rgba(234, 189, 35, 0.3) !important;
    border-radius: 12px;
    border: none !important;
    margin: 0;
}

.plan-btn:hover {
    box-shadow: 0 8px 25px rgba(234, 189, 35, 0.5) !important;
}

.vip-badge {
    display: inline-block;
    background: linear-gradient(135deg, #9c27b0, #e91e63);
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 700;
    margin-left: 8px;
}

.faq-section {
    padding: 100px 2rem;
    background: #3c4452;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: rgba(255, 193, 7, 0.3);
}

.faq-question {
    padding: 1.5rem 2rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 1.1rem;
    color: #fff;
    user-select: none;
}

.faq-question:hover {
    color: #eabd23;
}

.faq-icon {
    transition: transform 0.3s ease;
    color: #eabd23;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-answer-content {
    padding: 0 2rem 1.5rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.footer {
    background: #353c48;
    border-top: 1px solid rgba(234, 189, 35, 0.15);
    padding: 60px 2rem 30px;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-section h3 {
    color: #eabd23;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #eabd23;
    padding-left: 5px;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
}

.footer-bottom i {
    color: #ff4d4d;
    animation: heartBeat 1.5s infinite;
}

@keyframes heartBeat {
    0%, 100% { transform: scale(1); }
    25% { transform: scale(1.1); }
    50% { transform: scale(1); }
}
