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

img {
    opacity: 0;
    transition: opacity 0.3s ease;
}

img[loading="eager"] {
    opacity: 1;
}

img.loaded {
    opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

:root {
    --primary: #ffd600;
    --accent: #5f4bb6;
    --support: #ff5a36;
    --background: #f7f7fa;
    --surface: #fff;
    --text: #232323;
    --text-light: #555;
    --border: #e0e0e0;
    --primary-rgb: 255, 214, 0;
    --gta-bg-image: none;
    --gta-vignette-solid: #f7f3d7;
    --gta-vignette-cream: #fffbe6;
    --gta-vignette-opacity: 0.22;
    --gta-vignette-radius-x: 58%;
    --gta-vignette-radius-y: 43%;
    --gta-vignette-center-x: 52%;
    --gta-vignette-center-y: 48%;
    --gta-gradient-brightness: 1.08;
    --gta-gradient-sepia: 0.22;
    --gta-header-text: #232323;
    --gta-step-bullet-bg: rgba(255, 214, 0, 0.82);
    --gta-step-bullet-color: #5f4bb6;
}

body {
    background: linear-gradient(120deg, #f8f0ff 0%, #fff6e6 100%);
    background-image: none;
    color: var(--text);
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    margin: 0;
    min-height: 100vh;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

nav {
    background: linear-gradient(90deg, #2a2a2a 0%, #2a2a2a 70%, #ff2200 100%, #ff2200 100%) !important;

    box-shadow: 0 2px 12px 0 rgba(255, 224, 102, 0.08);
    padding: 0.8rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
    overflow: hidden;
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
}

nav .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 20px;
}

.logo {
    font-family: 'Bungee', 'Montserrat', Arial, Helvetica, sans-serif !important;
    color: #fff700 !important;
    text-shadow: 0 2px 12px #fffbe6, 0 1px 0 #bfa100, 0 0 0 #f35700, 2px 2px 0 #f35700, -2px -2px 0 #f35700, 2px -2px 0 #f35700, -2px 2px 0 #f35700;
    font-size: 2.2rem !important;
    letter-spacing: 2px;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    -webkit-text-stroke: 1.5px #f35700;
    text-stroke: 1.5px #f35700;
    font-weight: 400;
}

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

.nav-links a, .cta-button.nav-link {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.18rem;
    color: #fff !important;
    background: rgba(0,0,0,0.08);
    border-radius: 18px;
    padding: 0.5rem 1.3rem;
    text-shadow: 0 1px 6px rgba(0,0,0,0.18);
    transition: background 0.18s, color 0.18s;
    text-decoration: none;
}

.nav-links a:hover, .nav-links a:focus, .cta-button.nav-link:hover, .cta-button.nav-link:focus {
    background: #fff700;
    color: #f35700 !important;
    text-shadow: none;
}

.nav-links a.active {
    background: #fff700;
    color: #f35700 !important;
    text-shadow: none;
}

.nav-links a.last-clicked {
    background: #fff700;
    color: #f35700 !important;
    text-shadow: none;
}

.cta-button {
    background: var(--primary);
    color: var(--accent) !important;
    font-size: 1.1rem;
    font-weight: 900;
    border: none;
    border-radius: 24px;
    padding: 0.6rem 1.8rem;
    box-shadow: 0 2px 8px rgba(255,214,0,0.10);
    transition: background 0.18s, color 0.18s, transform 0.18s;
    cursor: pointer;
}
.cta-button:hover, .cta-button:focus {
    background: var(--accent);
    color: var(--primary) !important;
    transform: translateY(-2px) scale(1.05);
}

.hero {
    position: relative;
    min-height: 600px;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: none;
    box-shadow: 0 8px 32px rgba(95,75,182,0.06);
    border-bottom-left-radius: 60px 30px;
    border-bottom-right-radius: 60px 30px;
    --gta-vignette-radius-x: 60%;
    --gta-vignette-radius-y: 60%;
    --gta-vignette-center-x: 50%;
    --gta-vignette-center-y: 50%;
    --gta-vignette-opacity: 0.02;
}
.hero-bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background:
        radial-gradient(ellipse var(--gta-vignette-radius-x, 65%) var(--gta-vignette-radius-y, 53%) at var(--gta-vignette-center-x, 52%) var(--gta-vignette-center-y, 60%), rgba(255,251,230,0) 68%, #f7f3d7 100%),
        linear-gradient(rgba(255,251,230,var(--gta-vignette-opacity, 0.22)), rgba(255,251,230,var(--gta-vignette-opacity, 0.22))),
        url('images/IRAN.webp') center center/cover no-repeat;
    filter: sepia(0.18) hue-rotate(-8deg) brightness(1.08) contrast(1.04);
    opacity: 1;
    pointer-events: none;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    filter: sepia(0.18) hue-rotate(-8deg) brightness(1.08) contrast(1.04);
    display: none;
}
.hero-bg::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(30,24,10,0.38), rgba(30,24,10,0.38));
    z-index: 1;
    pointer-events: none;
}
.hero .container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.hero h1, .hero p {
    position: relative;
    z-index: 2;
}
.hero h1::before, .hero p::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(ellipse 60% 40% at 50% 50%, rgba(30,24,10,0.72) 60%, rgba(30,24,10,0.12) 100%);
    filter: blur(10px);
    z-index: -1;
    border-radius: 2rem;
    pointer-events: none;
}
.hero h1 {
    font-family: 'Bungee', 'Montserrat', Arial, Helvetica, sans-serif !important;
    font-weight: 400;
    font-size: 2rem;
    color: #ffe082;
    margin-bottom: 0.01rem;
    letter-spacing: 1px;
}
.hero p {
    font-family: 'Pricedown', 'Montserrat', Arial, Helvetica, sans-serif !important;
    font-size: 1.32rem !important;
    color: #ffff00 !important;
    font-weight: 400 !important;
    margin-bottom: 1rem !important;
    margin-top: 0 !important;
    text-shadow: 0 2px 12px #1e180a, 0 1px 0 #000, 0 0 2px #000 !important;
    background: none !important;
    border: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
}
.hero p::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 102%;
    height: 100%;
    background: radial-gradient(ellipse 55% 40% at 50% 50%, rgba(20,16,4,0.38) 70%, rgba(20,16,4,0.06) 100%);
    filter: blur(3px);
    z-index: -1;
    border-radius: 1rem;
    pointer-events: none;
}
.cta-buttons {
    display: flex;
    gap: 1.2rem;
    justify-content: center;
}
.primary-button, .secondary-button {
    font-size: 1rem;
    font-weight: 900;
    border-radius: 30px;
    padding: 0.4rem 1.5rem;
    border: none;
    margin: 0 0.5rem;
    box-shadow: 0 2px 8px rgba(95,75,182,0.08);
    transition: background 0.18s, color 0.18s, transform 0.18s;
    cursor: pointer;
}
.primary-button {
    background: #ff9900;
    color: #fff;
    border-radius: 2rem;
    padding: 0.8rem 2.2rem;
    font-size: 1.2rem;
    font-weight: 700;
    box-shadow: 0 2px 12px 0 rgba(255, 186, 73, 0.12);
    transition: background 0.2s;
    text-decoration: none;
}
.primary-button:hover, .primary-button:focus {
    background: #b97a00;
}
.secondary-button {
    background: var(--accent);
    color: var(--primary);
}
.secondary-button:hover, .secondary-button:focus {
    background: var(--primary);
    color: var(--accent);
    transform: scale(1.05);
}
.hero .mascot-placeholder {
    width: 320px;
    height: 320px;
    border-radius: 0;
    margin-bottom: 1rem;
    object-fit: contain;
    box-shadow: 0 12px 40px 0 rgba(95,75,182,0.13);
    background: none;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}
.hero .mascot-placeholder::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    background: radial-gradient(ellipse 60% 60% at 50% 50%, rgba(255,251,230,0.32) 60%, rgba(255,251,230,0.01) 100%);
    filter: blur(22px);
    z-index: 1;
    pointer-events: none;
    border-radius: 1.2rem;
}
.hero .mascot-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0;
    box-shadow: none;
    background: none;
    position: relative;
    z-index: 2;
}

.about {
    padding: 5.5rem 0;
    min-height: 650px;
    background-color: var(--surface);
    background: var(--surface);
    border-radius: 40px;
    box-shadow: 0 4px 24px rgba(95,75,182,0.08);
}
.about h2 {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--accent);
    letter-spacing: 0.5px;
}
.about-content {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    flex-wrap: wrap;
}
.about-text {
    flex: 1;
    min-width: 220px;
}

.tokenomics {
    padding: 3rem 0;
    background-color: var(--surface);
}
.tokenomics h2 {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--accent);
    letter-spacing: 0.5px;
}
.tokenomics ul {
    list-style: none;
    padding: 0;
}
.tokenomics ul li {
    position: relative;
    padding: 1rem 0 1rem 3rem;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, rgba(255, 251, 230, 0.95) 0%, rgba(255, 214, 0, 0.10) 100%);
    border-radius: 1.2rem;
    border-left: 4px solid var(--primary);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 2px 12px 0 rgba(95,75,182,0.06);
}
.tokenomics ul li:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(255, 214, 0, 0.15);
}
.tokenomics ul li::before {
    content: '';
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: var(--primary);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(255, 214, 0, 0.3);
}
.tokenomics ul li strong {
    color: var(--accent);
    font-weight: 900;
}
.tokenomics code {
    background: rgba(95, 75, 182, 0.1);
    color: var(--accent);
    padding: 0.2rem 0.5rem;
    border-radius: 0.5rem;
    font-family: 'Courier New', monospace;
    font-weight: 600;
}

.tokenomics code a {
    color: var(--accent);
    text-decoration: none;
    transition: color 0.2s ease;
}

.tokenomics code a:hover {
    color: var(--support);
    text-decoration: underline;
}

.roadmap {
    padding: 5rem 0;
    background-color: var(--background);
}
.roadmap h2 {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--accent);
    letter-spacing: 0.5px;
}
.roadmap ul {
    list-style: none;
    padding: 0;
}
.roadmap-section-gta ul li {
    background: linear-gradient(135deg, rgba(255, 251, 230, 0.82) 0%, rgba(255, 214, 0, 0.04) 100%);
    box-shadow: 0 2px 12px 0 rgba(95,75,182,0.04);
    border-radius: 1.2rem;
    border-left: 4px solid var(--primary);
    margin-bottom: 1.2rem;
    padding: 1.2rem 2rem 1.2rem 2.5rem;
    color: #232323;
    font-size: 1.08rem;
    font-weight: 500;
    backdrop-filter: blur(1.5px);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.roadmap-section-gta ul li:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(255, 214, 0, 0.15);
}
.roadmap ul li::before {
    content: '🚀';
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}
.roadmap ul li strong {
    color: var(--accent);
    font-weight: 900;
    display: block;
    margin-bottom: 0.3rem;
    font-size: 1.1rem;
}
.roadmap-section-gta h2 {
    text-align: left;
    margin-left: 2.5rem;
    margin-bottom: 2.2rem;
}

footer {
    background: #fffbe6;
    color: var(--text-light);
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    box-shadow: 0 -2px 16px rgba(95,75,182,0.04);
    padding: 2.5rem 0 1rem;
    text-align: center;
    font-size: 1.1rem;
}
.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}
.footer-section h3 {
    margin-bottom: 1rem;
    color: var(--accent);
    font-weight: 900;
}
.footer-section ul {
    list-style: none;
}
.footer-section ul li {
    margin-bottom: 0.5rem;
}
.footer-section a {
    color: var(--text-light);
    text-decoration: none;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}
.footer-section a:hover {
    opacity: 1;
}
.social-links {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}
.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--surface);
    background: var(--accent);
    border-radius: 50%;
    padding: 0.5rem;
    margin: 0 0.2rem;
    font-size: 1.2rem;
    box-shadow: 0 2px 8px rgba(95,75,182,0.10);
    transition: background 0.18s, color 0.18s, transform 0.18s;
}
.social-links a:hover {
    background: var(--primary);
    color: var(--accent);
    transform: scale(1.12) rotate(-6deg);
}

.x-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-family: 'Arial Black', 'Impact', sans-serif;
    font-size: 1.7rem;
    font-weight: bold;
    color: #fff;
    background: #000;
    border-radius: 50%;
    text-decoration: none;
    line-height: 1;
    padding: 0;
    margin: 0;
    transition: all 0.3s ease;
}

.x-logo:hover {
    background: #fff;
    color: #000;
    transform: translateY(-2px) scale(1.1);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

@media (max-width: 600px) {
    .x-logo {
        width: 32px;
        height: 32px;
        font-size: 1.3rem;
    }
    .social-links a {
        padding: 0.3rem;
    }
}

body::before, body::after {
    content: '✨';
    position: fixed;
    font-size: 3rem;
    opacity: 0.18;
    z-index: 0;
    pointer-events: none;
}
body::before {
    top: 10%;
    left: 5%;
}
body::after {
    bottom: 8%;
    right: 7%;
}

@media (max-width: 900px) {
    .container { max-width: 95vw; }
    .hero {
        min-height: 520px;
        height: 520px;
    }
    .hero h1 { font-size: 2rem; }
    section h2 { font-size: 1.3rem; }
    .stat-item, .feature-card, .faq-item { min-width: 110px; padding: 1rem 0.5rem; }
    .logo { font-size: 1.8rem !important; }
    nav .container { padding: 0.4rem 15px; }
    .nav-links a, .cta-button.nav-link { font-size: 1rem; padding: 0.4rem 1rem; }
    .section-flex,
    .section-flex.reverse {
        flex-direction: column !important;
        gap: 1.5rem;
    }
    .section-img-placeholder {
        margin: 0 auto;
        width: 160px;
        height: 160px;
        aspect-ratio: 1 / 1;
        min-width: 0;
        min-height: 0;
        max-width: 160px;
        max-height: 160px;
        position: relative;
        overflow: hidden;
    }
    
    .scene-info h3 {
        font-size: 0.95rem;
        margin-bottom: 0.5rem;
        line-height: 1.1;
    }
    
    .scene-info p {
        font-size: 0.65rem;
        line-height: 1.2;
        margin: 0;
    }
    
    .flip-card-back {
        padding: 0.8rem;
    }
    .mascot-placeholder {
        width: 160px;
        height: 160px;
    }
    .mascot-placeholder::before {
        width: 210px;
        height: 210px;
        filter: blur(12px);
    }
    .about-section-gta .floating-gta-bear,
    .roadmap-section-gta .floating-gta-bear,
    .faq-section-gta .floating-faq-bear,
    .floating-bear,
    .floating-gta-bear,
    .floating-faq-bear {
        margin: 0 auto !important;
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        display: block !important;
        position: relative !important;

    }
    .roadmap-section-gta .gta-bg-unified {
        background-position: right center !important;
        background-position-x: calc(100% + 169px) !important;
    }
    .faq-section-gta .gta-bg-faq {
        background-position: left center !important;
    }
    nav {
        position: sticky !important;
        top: 0 !important;
        z-index: 100 !important;
        background: linear-gradient(90deg, #2a2a2a 0%, #2a2a2a 70%, #ff2200 100%, #ff2200 100%) !important;
        overflow: hidden;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
    }
}
@media (max-width: 600px) {
    nav {
        background: linear-gradient(90deg, #2a2a2a 0%, #2a2a2a 70%, #ff2200 100%, #ff2200 100%) !important;
        overflow: hidden;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        position: relative;
    }
    .nav-links { gap: 0.5rem; }
    .hero {
        min-height: 100vh;
        height: 100vh;
        max-height: none;
        padding: 1rem 0 1rem 0;
        justify-content: center;
        padding-top: 0;
    }
    .hero .mascot-placeholder {
        width: 60vw;
        max-width: 210px;
        height: 60vw;
        max-height: 210px;
        margin-bottom: 1.2rem;
        margin-top: 0;
    }
    .hero .mascot-placeholder::before {
        width: 105%;
        height: 105%;
        background: radial-gradient(ellipse 55% 40% at 50% 50%, rgba(20,16,4,0.45) 60%, rgba(20,16,4,0.08) 100%);
        filter: blur(4px);
        border-radius: 1rem;
    }
    .hero .container {
        padding-top: 60px;
        justify-content: flex-start;
        align-items: center;
    }
    .hero p::before {
        width: 102%;
        height: 100%;
        background: radial-gradient(ellipse 55% 40% at 50% 50%, rgba(20,16,4,0.38) 70%, rgba(20,16,4,0.06) 100%);
        filter: blur(3px);
    }
    .logo { font-size: 1.6rem !important; letter-spacing: 1px; }
    nav .container { padding: 0.3rem 10px; }
    .nav-links a, .cta-button.nav-link { font-size: 0.9rem; padding: 0.3rem 0.8rem; }
    body { min-width: 320px; }
    .container { max-width: 100vw; }
    html { font-size: 14px; }
    .nav-links { flex-wrap: wrap; justify-content: center; }
    .nav-links li { margin: 0.2rem; }
    .buy-step-item.expanded .buy-step-details { max-height: 1500px; }
    .section-anchor { scroll-margin-top: 80px; }
}

button, a {
    outline: none;
}
button:focus, a:focus {
    box-shadow: 0 0 0 3px var(--accent);
}
section {
    margin: 3.5rem 0;
    padding: 2.5rem 1rem;
    background: transparent;
    border-radius: 36px;
    box-shadow: 0 2px 16px rgba(95,75,182,0.06);
    position: relative;
}
.section-bg {
  background: #fffbe6;
  border-radius: 2rem;
  margin: 2rem 0;
  box-shadow: 0 2px 12px 0 rgba(255, 186, 73, 0.08);
}

.total-supply-highlight {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0.2rem 0 2rem 0;
    padding: 2rem 1rem;
    background: linear-gradient(90deg, rgba(248, 231, 162, 0.85) 0%, rgba(246, 176, 66, 0.85) 100%);
    border-radius: 2rem;
    box-shadow: 0 4px 32px 0 rgba(255, 186, 73, 0.15);
    position: relative;
    transition: background 0.3s, box-shadow 0.3s, transform 0.2s, box-shadow 0.2s;
}
.total-supply-highlight:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 18px rgba(255, 214, 0, 0.15), 0 4px 32px 0 rgba(255, 186, 73, 0.15);
}
.supply-label {
    font-size: 1.3rem;
    font-weight: 700;
    color: #b97a00;
    margin-bottom: 0.5rem;
    letter-spacing: 1px;
}
.supply-animated {
    font-size: 3.2rem;
    font-weight: 900;
    color: #ff9900;
    letter-spacing: 2px;
    text-shadow: 0 2px 12px #fffbe6, 0 1px 0 #b97a00;
    margin-bottom: 0.2rem;
    transition: color 0.3s;
}
.supply-unit {
    font-size: 1.5rem;
    font-weight: 700;
    color: #b97a00;
    margin-top: 0.2rem;
}

nav, footer {
    box-shadow: 0 2px 12px 0 rgba(255, 186, 73, 0.08);
}
nav {
    background: linear-gradient(90deg, #2a2a2a 0%, #2a2a2a 70%, #ff2200 100%, #ff2200 100%) !important;
}
footer {
    background: #fffbe6;
}
nav .nav-links a.cta-button {
    background: #ff9900;
    color: #fff;
    border-radius: 2rem;
    padding: 0.5rem 1.5rem;
    font-weight: 700;
    transition: background 0.2s;
}
nav .nav-links a.cta-button:hover {
    background: #b97a00;
}
.hero {
    background: linear-gradient(120deg, #fffbe6 0%, #ffe0b2 100%);
    padding: 4rem 0 2rem 0;
    text-align: center;
}
.hero h1 {
    font-size: 3rem;
    color: #ff9900;
    font-family: 'Bungee', 'Montserrat', Arial, Helvetica, sans-serif !important;
    font-weight: 400;
    margin-bottom: 1rem;
}
.hero p {
    font-size: 1.3rem;
    color: #b97a00;
    margin-bottom: 2rem;
}
.cta-buttons .primary-button {
    background: #ff9900;
    color: #fff;
    border-radius: 2rem;
    padding: 0.8rem 2.2rem;
    font-size: 1.2rem;
    font-weight: 700;
    box-shadow: 0 2px 12px 0 rgba(255, 186, 73, 0.12);
    transition: background 0.2s;
}
.cta-buttons .primary-button:hover {
    background: #b97a00;
}
.section-bg {
    background: #fffbe6;
    border-radius: 2rem;
    margin: 2rem 0;
    box-shadow: 0 2px 12px 0 rgba(255, 186, 73, 0.08);
}
.about-content {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    flex-wrap: wrap;
}
.about-text {
    flex: 1;
    min-width: 220px;
}
@media (max-width: 768px) {
    .about-content {
        flex-direction: column;
        align-items: center;
    }
    .total-supply-highlight {
        font-size: 1.2rem;
        padding: 1.2rem 0.5rem;
    }
    .supply-animated {
        font-size: 2.1rem;
    }
}

#buy-section.section {
    background: #fffbe6 !important;
    border-radius: 2rem;
    margin: 2rem 0;
    box-shadow: 0 2px 12px 0 rgba(255, 186, 73, 0.08);
}

.buy-title {
    text-align: center;
    font-family: 'Bungee', 'Montserrat', Arial, Helvetica, sans-serif !important;
    font-size: 2.3rem;
    color: #ff9900;
    margin-bottom: 2rem;
    font-weight: 400;
    letter-spacing: 1px;
}
.buy-highlight {
    color: #ff9900;
    font-family: inherit;
    font-weight: 900;
}
.buy-steps {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.buy-step-item {
    scroll-margin-top: 120px;
    position: relative;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, rgba(255, 251, 230, 0.82) 0%, rgba(255, 214, 0, 0.04) 100%);
    box-shadow: 0 2px 12px 0 rgba(95,75,182,0.04);
    border-radius: 1.2rem;
    border-left: 4px solid var(--primary);
    padding: 1.2rem 2rem 1.2rem 2.5rem;
    color: #232323;
    font-size: 1.08rem;
    font-weight: 500;
    backdrop-filter: blur(1.5px);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.15s ease;
}

.buy-step-item:hover {
    transform: scale(1.02) translateY(-2px);
    box-shadow: 0 8px 24px rgba(255, 251, 230, 0.25);
    background: linear-gradient(135deg, rgba(255, 251, 230, 0.92) 0%, rgba(255, 214, 0, 0.08) 100%);
}

.buy-step-item.expanded {
    background: rgba(255, 251, 230, 0.96);
    padding-bottom: 2rem;
    transition: background 0.15s ease, padding 0.3s ease;
}

.buy-step-header {
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    color: inherit !important;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.buy-step-details {
    background: none;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
    padding-top: 1rem;
    color: #232323;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.buy-step-item.expanded .buy-step-details {
    max-height: 1000px;
    padding-top: 1rem;
}

.buy-step-number {
    position: relative;
    left: 0;
    top: 0;
    font-size: 1.3rem;
    color: var(--gta-step-bullet-color);
    font-family: 'Bungee', 'Montserrat', Arial, Helvetica, sans-serif !important;
    font-weight: 900;
    margin-right: 1rem;
    background: var(--gta-step-bullet-bg);
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(255, 214, 0, 0.18);
    opacity: 1;
}

.buy-step-title {
    flex: 1;
    font-size: 1.1rem;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    color: #222;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
}

.buy-step-icon {
    color: var(--primary);
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.buy-step-item.expanded .buy-step-icon {
    transform: rotate(180deg);
}

.buy-step-details p {
    margin-bottom: 1rem;
    color: #333;
    font-size: 1rem;
    line-height: 1.6;
}

.buy-step-details ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
}

.buy-step-details ul li {
    position: relative;
    padding: 0.5rem 0 0.5rem 1.5rem;
    color: #555;
    font-size: 0.95rem;
    line-height: 1.5;
}

.buy-step-details ul li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--primary);
    font-weight: bold;
    font-size: 1.1rem;
}

.buy-step-details a {
    color: var(--accent);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}

.buy-step-details a:hover {
    color: var(--primary);
    text-decoration: underline;
}

.buy-step-tip {
    background: rgba(255, 251, 230, 0.98);
    border-left: 3px solid var(--primary);
    box-shadow: 0 2px 12px 0 rgba(95,75,182,0.06);
    padding: 1rem 1.2rem;
    border-radius: 0.7rem;
    margin: 1rem 0;
    font-size: 0.95rem;
    color: #555;
}

.buy-step-warning {
    background: rgba(255, 251, 230, 0.98);
    border-left: 3px solid var(--support);
    box-shadow: 0 2px 12px 0 rgba(255,90,54,0.08);
    padding: 1rem 1.2rem;
    border-radius: 0.7rem;
    margin: 1rem 0;
    font-size: 0.95rem;
    color: #555;
}

.contract-address-section {
    background: linear-gradient(135deg, rgba(95, 75, 182, 0.1) 0%, rgba(255, 214, 0, 0.05) 100%);
    border: 2px solid rgba(95, 75, 182, 0.2);
    border-radius: 1rem;
    padding: 1.2rem;
    margin: 1.5rem 0;
}

.contract-address-section h4 {
    margin: 0 0 1rem 0;
    color: var(--accent);
    font-size: 1.1rem;
    font-weight: 700;
}

.contract-address-container {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0.8rem;
    padding: 0.8rem;
    border: 1px solid rgba(95, 75, 182, 0.2);
}

.contract-address {
    flex: 1;
    font-family: 'Courier New', monospace;
    font-size: 0.9rem;
    color: var(--accent);
    background: rgba(95, 75, 182, 0.05);
    padding: 0.5rem 0.8rem;
    border-radius: 0.5rem;
    border: 1px solid rgba(95, 75, 182, 0.1);
    word-break: break-all;
    font-weight: 600;
}

.copy-button {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--accent);
    color: white;
    border: none;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.copy-button:hover {
    background: var(--primary);
    color: var(--accent);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(95, 75, 182, 0.3);
}

.copy-button:active {
    transform: translateY(0);
}

.copy-button.copied {
    background: #28a745;
    color: white;
}

.copy-button.copied .copy-text {
    content: "Copied!";
}

.contract-note {
    margin: 0.8rem 0 0 0;
    font-size: 0.85rem;
    color: #666;
    font-style: italic;
}

.buy-note {
    text-align: center;
    font-size: 1rem;
    color: #b97a00;
    opacity: 0.95;
    margin-top: 1.5rem;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    background: rgba(255, 251, 230, 0.98);
    box-shadow: 0 2px 12px 0 rgba(95,75,182,0.06);
    padding: 1rem 1.2rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 214, 0, 0.18);
}

h1, h2, h3, h4, h5, h6, .buy-title, .buy-step-number, .logo {
    font-family: 'Bungee', 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
}

.buy-steps li, .faq-answer, .about-text, .tokenomics, .roadmap, .footer-section, .nav-links a, .primary-button, .secondary-button, .cta-button {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.logo {
    font-family: 'Bungee', 'Montserrat', Arial, Helvetica, sans-serif !important;
}

/* Section image frames: larger but compact */
.section-img-placeholder {
    flex: 0 0 300px;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    background: #f3e9ff;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 24px rgba(95,75,182,0.10);
    /* Ensure square aspect ratio is maintained */
    aspect-ratio: 1 / 1;
    /* Force square shape even if content tries to stretch it */
    min-width: 0;
    min-height: 0;
    max-width: 300px;
    max-height: 300px;
    /* Ensure bears are always centered within their container */
    position: relative;
    /* Create positioning context for absolutely positioned bear images */
    overflow: hidden;
    /* Flip card functionality */
    cursor: pointer;
    perspective: 1000px;
}
.section-img {
    width: 90%;
    height: 90%;
    object-fit: contain;
    border-radius: 24px;
    /* Ensure the bear image is perfectly centered both horizontally and vertically */
    display: block;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Flip Card Styles */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card.flipped .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flip-card-front {
    background: #f3e9ff;
}

.flip-card-back {
    background: linear-gradient(135deg, #5f4bb6 0%, #7c6bff 100%);
    transform: rotateY(180deg);
    color: white;
    padding: 1rem;
    box-sizing: border-box;
}

.scene-info {
    text-align: center;
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    box-sizing: border-box;
}

.scene-info h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    line-height: 1.2;
}

.scene-info p {
    font-size: 0.85rem;
    line-height: 1.3;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    margin: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Keep layout compact */
.section-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
    padding: 2rem 0;
}

.section-flex.reverse {
    flex-direction: row-reverse !important;
}

@media (max-width: 1100px) {
    .section-flex {
        gap: 1.2rem;
    }
    .section-img-placeholder {
        width: 200px;
        height: 200px;
        /* Ensure square aspect ratio is maintained */
        aspect-ratio: 1 / 1;
        /* Force square shape even if content tries to stretch it */
        min-width: 0;
        min-height: 0;
        max-width: 200px;
        max-height: 200px;
        /* Ensure proper positioning context for bear images */
        position: relative;
        overflow: hidden;
    }
    
    /* Reset custom positioning on tablet to center bears while preserving floating animation */
    .about-section-gta .floating-gta-bear,
    .roadmap-section-gta .floating-gta-bear,
    .faq-section-gta .floating-faq-bear,
    .floating-bear,
    .floating-gta-bear,
    .floating-faq-bear {
        margin: 0 auto !important;
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        display: block !important;
        position: relative !important;
        /* Preserve floating animation - don't override transform */
    }
    
    /* Adjust flip card text size for tablet */
    .scene-info h3 {
        font-size: 1.1rem;
        margin-bottom: 0.6rem;
        line-height: 1.2;
    }
    
    .scene-info p {
        font-size: 0.75rem;
        line-height: 1.2;
        margin: 0;
    }
    
    .flip-card-back {
        padding: 1.2rem;
    }
}

.section-anchor {
    scroll-margin-top: 100px;
}

.section-content {
    flex: 1 1 340px;
    min-width: 260px;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* FAQ Section Styling */
.faq-container {
    max-width: 600px;
    margin: 0 auto;
    padding-top: 1rem;
}

.faq h2 {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--accent);
    letter-spacing: 0.5px;
}

.faq-item {
    background: linear-gradient(135deg, rgba(255, 251, 230, 0.82) 0%, rgba(255, 214, 0, 0.04) 100%);
    box-shadow: 0 2px 12px 0 rgba(95,75,182,0.04);
    border-radius: 1.2rem;
    border-left: 4px solid var(--primary);
    margin-bottom: 1.2rem;
    padding: 1.2rem 2rem 1.2rem 2.5rem;
    color: #232323;
    font-size: 1.08rem;
    font-weight: 500;
    backdrop-filter: blur(1.5px);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.faq-item:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(255, 214, 0, 0.15);
}

.faq-item.expanded {
    background: linear-gradient(135deg, rgba(255, 251, 230, 0.98) 0%, rgba(255, 251, 230, 0.92) 50%, rgba(255, 214, 0, 0.30) 100%);
    padding-bottom: 2rem;
}

.faq-header {
    background: none;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
}

.faq-answer {
    background: none;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
    padding-top: 1rem;
    color: #232323;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.expanded .faq-answer {
    max-height: 1000px;
    padding-top: 1rem;
}

.buy-step-item.expanded {
    background: rgba(255, 251, 230, 0.96);
    box-shadow: 0 2px 12px 0 rgba(95,75,182,0.04);
    border-radius: 1.2rem;
    border-left: 4px solid var(--primary);
    margin-bottom: 1.2rem;
    padding: 1.2rem 2rem 1.2rem 2.5rem;
    color: #232323;
    font-size: 1.08rem;
    font-weight: 500;
    backdrop-filter: blur(1.5px);
}

.buy-step-item.expanded .buy-step-header {
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    color: inherit !important;
}

.buy-step-item.expanded .buy-step-details {
    background: none;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
    padding-top: 1rem;
    color: #232323;
}

.buy-step-item.expanded .buy-step-icon {
    transform: rotate(180deg);
}

.buy-step-details p {
    margin-bottom: 1rem;
    color: #333;
    font-size: 1rem;
    line-height: 1.6;
}

.buy-step-details ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
}

.buy-step-details ul li {
    position: relative;
    padding: 0.5rem 0 0.5rem 1.5rem;
    color: #555;
    font-size: 0.95rem;
    line-height: 1.5;
}

.buy-step-details ul li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--primary);
    font-weight: bold;
    font-size: 1.1rem;
}

.buy-step-details a {
    color: var(--accent);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}

.buy-step-details a:hover {
    color: var(--primary);
    text-decoration: underline;
}

.buy-step-tip {
    background: rgba(255, 251, 230, 0.98);
    border-left: 3px solid var(--primary);
    box-shadow: 0 2px 12px 0 rgba(95,75,182,0.06);
    padding: 1rem 1.2rem;
    border-radius: 0.7rem;
    margin: 1rem 0;
    font-size: 0.95rem;
    color: #555;
}

.buy-step-warning {
    background: rgba(255, 251, 230, 0.98);
    border-left: 3px solid var(--support);
    box-shadow: 0 2px 12px 0 rgba(255,90,54,0.08);
    padding: 1rem 1.2rem;
    border-radius: 0.7rem;
    margin: 1rem 0;
    font-size: 0.95rem;
    color: #555;
}

.contract-address-section {
    background: linear-gradient(135deg, rgba(95, 75, 182, 0.1) 0%, rgba(255, 214, 0, 0.05) 100%);
    border: 2px solid rgba(95, 75, 182, 0.2);
    border-radius: 1rem;
    padding: 1.2rem;
    margin: 1.5rem 0;
}

.contract-address-section h4 {
    margin: 0 0 1rem 0;
    color: var(--accent);
    font-size: 1.1rem;
    font-weight: 700;
}

.contract-address-container {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0.8rem;
    padding: 0.8rem;
    border: 1px solid rgba(95, 75, 182, 0.2);
}

.contract-address {
    flex: 1;
    font-family: 'Courier New', monospace;
    font-size: 0.9rem;
    color: var(--accent);
    background: rgba(95, 75, 182, 0.05);
    padding: 0.5rem 0.8rem;
    border-radius: 0.5rem;
    border: 1px solid rgba(95, 75, 182, 0.1);
    word-break: break-all;
    font-weight: 600;
}

.copy-button {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--accent);
    color: white;
    border: none;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.copy-button:hover {
    background: var(--primary);
    color: var(--accent);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(95, 75, 182, 0.3);
}

.copy-button:active {
    transform: translateY(0);
}

.copy-button.copied {
    background: #28a745;
    color: white;
}

.copy-button.copied .copy-text {
    content: "Copied!";
}

.contract-note {
    margin: 0.8rem 0 0 0;
    font-size: 0.85rem;
    color: #666;
    font-style: italic;
}

.buy-note {
    text-align: center;
    font-size: 1rem;
    color: #b97a00;
    opacity: 0.95;
    margin-top: 1.5rem;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    background: rgba(255, 251, 230, 0.98);
    box-shadow: 0 2px 12px 0 rgba(95,75,182,0.06);
    padding: 1rem 1.2rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 214, 0, 0.18);
}

.buy-subtitle {
  display: block;
  text-align: center;
  color: #333;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
  letter-spacing: 0.01em;
}

.buy-disclaimer {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.disclaimer-content {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  background: linear-gradient(135deg, rgba(255, 153, 0, 0.85) 0%, rgba(255, 214, 0, 0.8) 100%);
  border: 2px solid rgba(255, 153, 0, 0.8);
  border-radius: 12px;
  padding: 1rem 1.5rem;
  max-width: 600px;
  box-shadow: 0 4px 12px rgba(255, 153, 0, 0.3);
}

.disclaimer-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.disclaimer-text {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.4;
}

.disclaimer-text strong {
  color: #000000;
  font-weight: 800;
}

.phase-note {
  display: block;
  font-size: 0.98rem;
  color: #888;
  font-style: italic;
  margin-top: 0.3em;
  margin-bottom: 0.2em;
}

.buy-section-gta {
  position: relative;
  overflow: hidden;
  background: none;
}
.gta-bg {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background:
    radial-gradient(ellipse 58% 43% at 52% 48%, rgba(255,251,230,0) 58%, #f7f3d7 100%),
    linear-gradient(rgba(255,251,230,0.42), rgba(255,251,230,0.42)),
    url('images/Isfahan.webp') center center/cover no-repeat;
  filter: sepia(0.32) hue-rotate(-8deg) brightness(1.08) contrast(1.04);
  opacity: 1;
  pointer-events: none;
}
.floating-bear {
  position: relative;
  left: 69px;
  z-index: 2;
  animation: float-bear 4s ease-in-out infinite;
}
@keyframes float-bear {
  0%, 100% { transform: translateY(0) scale(1.04); }
  50% { transform: translateY(-18px) scale(1.08); }
}
.buy-section-gta .section-content, .buy-section-gta .container.section-content {
  position: relative;
  z-index: 3;
}
.buy-section-gta .section-flex {
  position: relative;
  z-index: 2;
}
.buy-section-gta .primary-button {
  background: #fffbe6;
  color: var(--accent);
  border: 2px solid var(--accent);
  box-shadow: 0 2px 12px 0 rgba(95,75,182,0.08);
  font-weight: 900;
}
.buy-section-gta .primary-button:hover, .buy-section-gta .primary-button:focus {
  background: var(--accent);
  color: #fffbe6;
  border-color: #fffbe6;
}
.buy-section-gta .buy-title {
  color: var(--accent);
}

.buy-step-item.expanded .buy-step-header {
  background: linear-gradient(135deg, rgba(255, 153, 0, 0.068) 0%, rgba(255, 214, 0, 0.0425) 100%);
}

.faq-section-gta {
  position: relative;
  overflow: hidden;
  background: none;
}
.gta-bg-faq {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background:
    radial-gradient(ellipse 58% 43% at 52% 48%, rgba(255,251,230,0) 68%, #f7f3d7 100%),
    linear-gradient(rgba(255,251,230,0.22), rgba(255,251,230,0.22)),
    url('images/Shahyad.webp') center center/cover no-repeat;
  filter: sepia(0.22) hue-rotate(-8deg) brightness(1.18) contrast(1.04);
  opacity: 1;
  pointer-events: none;
}
.floating-faq-bear {
  position: relative;
  left: 320px;
  animation: float-bear 4s ease-in-out infinite;
}
.faq-section-gta .section-content, .faq-section-gta .container.section-content {
  position: relative;
  z-index: 3;
}
.faq-section-gta .section-flex {
  position: relative;
  z-index: 2;
}

/* Utility for dynamic vignette on expandable buttons/cards */
.gta-vignette-dynamic {
  background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(255,251,230,0.7) 70%, transparent 100%);
  will-change: background;
  transition: background 0.3s;
}

.buy-section-gta {
  --gta-bg-image: url('images/Isfahan.webp');
  --gta-vignette-solid: #f7f3d7;
  --gta-vignette-radius-x: 70%;
  --gta-vignette-radius-y: 60%;
  --gta-vignette-center-y: 60%;
  --gta-bg-position: center 40%;
}
.faq-section-gta {
  --gta-bg-image: url('images/Shahyad.webp');
  --gta-vignette-solid: #f7f3d7;
  --gta-vignette-radius-x: 70%;
  --gta-vignette-radius-y: 50%;
}

.gta-bg-unified,
.gta-bg-faq {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background:
    radial-gradient(ellipse var(--gta-vignette-radius-x, 58%) var(--gta-vignette-radius-y, 43%) at var(--gta-vignette-center-x, 52%) var(--gta-vignette-center-y, 48%), rgba(255,251,230,0) 68%, #f7f3d7 100%),
    linear-gradient(rgba(255,251,230,var(--gta-vignette-opacity, 0.22)), rgba(255,251,230,var(--gta-vignette-opacity, 0.22))),
    var(--gta-bg-image) var(--gta-bg-position, center center)/cover no-repeat;
  filter: sepia(var(--gta-gradient-sepia)) hue-rotate(-8deg) brightness(var(--gta-gradient-brightness)) contrast(1.04);
  opacity: 1;
  pointer-events: none;
}

.tokenomics-section-gta {
  --gta-bg-image: url('images/Ahwaz.webp');
  --gta-vignette-solid: #f7f3d7;
  --gta-vignette-radius-x: 65%;
  --gta-vignette-radius-y: 50%;
}

.floating-gta-bear {
  position: relative;
  z-index: 2;
  animation: float-bear 4s ease-in-out infinite;
}

.roadmap-section-gta {
  --gta-bg-image: url('images/Mashhad.webp');
  --gta-vignette-solid: #f7f3d7;
  --gta-vignette-radius-x: 70%;
  --gta-vignette-radius-y: 50%;
  --gta-vignette-center-y: 50%;
  --gta-bg-position: center 15%;
}

.roadmap-section-gta .floating-gta-bear {
  left: -300px;
  position: relative;
}

.about-section-gta {
  --gta-bg-image: url('images/Shiraz.webp');
  --gta-vignette-solid: #f7f3d7;
  --gta-vignette-radius-x: 70%;
  --gta-vignette-radius-y: 50%;
  --gta-vignette-center-y: 50%;
}

.about-section-gta .section-content,
.about-section-gta .container.section-content {
  position: relative;
  z-index: 3;
}
.about-section-gta .section-flex {
  position: relative;
  z-index: 2;
  padding: 0;
}
.tokenomics-section-gta .section-content,
.tokenomics-section-gta .container.section-content {
  position: relative;
  z-index: 3;
}
.tokenomics-section-gta .section-flex {
  position: relative;
  z-index: 2;
}
.roadmap-section-gta .section-content,
.roadmap-section-gta .container.section-content {
  position: relative;
  z-index: 3;
}
.roadmap-section-gta .section-flex {
  position: relative;
  z-index: 2;
}

.about-section-gta .floating-gta-bear {
  margin-left: 300px;
  margin-top: 200px;
}

.about-section-gta .about-content {
  background: rgba(255, 251, 230, 0.82);
  border-left: 3px solid var(--primary);
  box-shadow: 0 2px 12px 0 rgba(95,75,182,0.06);
  border-radius: 1.2rem;
  padding: 2.2rem 2rem 2.2rem 2.2rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  transition: background 0.3s, box-shadow 0.3s, transform 0.2s, box-shadow 0.2s;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.about-section-gta .about-content:hover {
  transform: translateX(5px);
  box-shadow: 0 4px 18px rgba(255, 214, 0, 0.15), 0 2px 12px 0 rgba(95,75,182,0.06);
}

.about-section-gta .about-text p {
  font-size: 1.25rem;
  color: #4a3a00;
  font-weight: 600;
  line-height: 1.7;
  text-shadow: 0 2px 12px #fffbe6, 0 1px 0 #ffe082, 0 0 2px #fffbe6;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  margin-top: 0.2em;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  transition: color 0.3s, text-shadow 0.3s;
}

.faq-section-gta .floating-faq-bear {
  position: relative;
  left: 100px;
}

.about-section-gta h2, .tokenomics-section-gta h2 {
  position: relative;
  z-index: 1;
}
.about-section-gta h2::before, .tokenomics-section-gta h2::before {
  display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .faq-section-gta .floating-faq-bear,
  .roadmap-section-gta .floating-gta-bear {
    margin-left: 0 !important;
    left: 0 !important;
    position: relative !important;
    display: block !important;
    margin: 0 auto !important;
  }
  .hero {
    min-height: 85vh;
    height: 85vh;
  }
  .hero .container {
    justify-content: center;
    padding-top: 0;
  }
  .hero .mascot-placeholder {
    margin-top: 0;
  }
  .nav-links {
    gap: 1rem;
  }
  .nav-links a, .cta-button.nav-link {
    padding: 0.4rem 1rem;
    font-size: 0.95rem;
  }
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .hero {
    min-height: 95vh;
    height: 95vh;
    padding-bottom: 3rem;
  }
  .hero .container {
    padding-bottom: 2rem;
  }
}

@media (max-width: 1024px) {
  .faq-item {
    display: block !important;
    width: 100% !important;
    background: linear-gradient(135deg, rgba(255, 251, 230, 0.96) 0%, rgba(255, 251, 230, 0.88) 50%, rgba(255, 214, 0, 0.25) 100%) !important;
    box-shadow: 0 2px 12px 0 rgba(95,75,182,0.04) !important;
    border-radius: 1.2rem !important;
    border-left: 4px solid var(--primary) !important;
    margin-bottom: 1.2rem !important;
    padding: 1.2rem 2rem 1.2rem 2.5rem !important;
    color: #232323 !important;
    font-size: 1.08rem !important;
    font-weight: 500 !important;
    backdrop-filter: blur(1.5px) !important;
  }
  .faq-item.expanded {
    background: linear-gradient(135deg, rgba(255, 251, 230, 0.98) 0%, rgba(255, 251, 230, 0.92) 50%, rgba(255, 214, 0, 0.30) 100%) !important;
    padding-bottom: 2rem !important;
  }
  .faq-header {
    display: block !important;
    width: 100% !important;
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .faq-answer {
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    padding-top: 1rem !important;
    color: #232323 !important;
  }
  .buy-step-item.expanded {
    background: rgba(255, 251, 230, 0.96) !important;
    box-shadow: 0 2px 12px 0 rgba(95,75,182,0.04) !important;
    border-radius: 1.2rem !important;
    border-left: 4px solid var(--primary) !important;
    margin-bottom: 1.2rem !important;
    padding: 1.2rem 2rem 1.2rem 2.5rem !important;
    color: #232323 !important;
    font-size: 1.08rem !important;
    font-weight: 500 !important;
    backdrop-filter: blur(1.5px) !important;
  }
  .buy-step-item.expanded .buy-step-header {
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .buy-step-item.expanded .buy-step-details {
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    padding-top: 1rem !important;
    color: #232323 !important;
  }
}

.faq-tip {
  background: linear-gradient(135deg, rgba(95, 75, 182, 0.15) 0%, rgba(255, 214, 0, 0.1) 100%);
  border-left: 3px solid var(--accent);
  padding: 1rem;
  border-radius: 0.5rem;
  margin: 1rem 0;
  font-size: 0.9rem;
  color: #555;
  box-shadow: 0 2px 8px rgba(95, 75, 182, 0.08);
}

.faq-warning {
  background: linear-gradient(135deg, rgba(255, 90, 54, 0.15) 0%, rgba(255, 153, 0, 0.1) 100%);
  border-left: 3px solid var(--support);
  padding: 1rem;
  border-radius: 0.5rem;
  margin: 1rem 0;
  font-size: 0.9rem;
  color: #555;
  box-shadow: 0 2px 8px rgba(255, 90, 54, 0.08);
}

/* News Ticker Styles */
.news-ticker {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: #0a0a0a;
    border-top: 2px solid #00ff41;
    z-index: 1000;
    overflow: hidden;
    box-shadow: 0 -4px 20px rgba(0, 255, 65, 0.3);
}

.ticker-container {
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.ticker-content {
    display: flex;
    align-items: center;
    white-space: nowrap;
    animation: ticker-scroll 75s linear infinite;
    padding: 0 20px;
}

.ticker-content:hover {
    animation-play-state: paused;
}

.ticker-item {
    font-family: 'Courier New', 'Monaco', 'Consolas', monospace;
    font-size: 16px;
    font-weight: 600;
    color: #00ff41;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 80px;
    text-shadow: 0 0 10px rgba(0, 255, 65, 0.8);
    position: relative;
}

.ticker-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(0, 255, 128, 0.95) 50%, transparent 100%);
    animation: glitch-scan 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
    pointer-events: none;
    z-index: 1;
    animation-delay: calc(var(--glitch-delay, 0) * 1s);
}

.ticker-item {
    font-family: 'Courier New', 'Monaco', 'Consolas', monospace;
    font-size: 16px;
    font-weight: 600;
    color: #00ff41;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 80px;
    text-shadow: 0 0 10px rgba(0, 255, 65, 0.8);
    position: relative;
    animation: character-glitch 3s infinite;
    animation-delay: calc(var(--char-delay, 0) * 1s);
}

.ticker-separator {
    font-family: 'Courier New', 'Monaco', 'Consolas', monospace;
    font-size: 20px;
    color: #00ff41;
    margin: 0 40px;
    text-shadow: 0 0 8px rgba(0, 255, 65, 0.6);
    animation: separator-pulse 2s ease-in-out infinite;
}

@keyframes ticker-scroll {
    0% {
        transform: translateX(30%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes glitch-scan {
    0% {
        opacity: 0;
        transform: translateX(-100%) scaleX(0.3);
    }
    20% {
        opacity: 0.8;
        transform: translateX(-50%) scaleX(0.4);
    }
    30% {
        opacity: 1;
        transform: translateX(0%) scaleX(0.5);
    }
    40% {
        opacity: 0.9;
        transform: translateX(50%) scaleX(0.4);
    }
    50% {
        opacity: 0.7;
        transform: translateX(100%) scaleX(0.3);
    }
    60% {
        opacity: 0.5;
        transform: translateX(150%) scaleX(0.2);
    }
    70% {
        opacity: 0.3;
        transform: translateX(200%) scaleX(0.1);
    }
    80% {
        opacity: 0.1;
        transform: translateX(250%) scaleX(0.05);
    }
    90% {
        opacity: 0.05;
        transform: translateX(300%) scaleX(0.02);
    }
    100% {
        opacity: 0;
        transform: translateX(350%) scaleX(0);
    }
}

@keyframes character-glitch {
    0%, 90%, 100% {
        transform: translateY(0);
        text-shadow: 0 0 10px rgba(0, 255, 65, 0.8);
    }
    15% {
        transform: translateY(-2px);
        text-shadow: 0 0 15px rgba(0, 255, 65, 1);
    }
    20% {
        transform: translateY(1px);
        text-shadow: 0 0 8px rgba(0, 255, 65, 0.6);
    }
    25% {
        transform: translateY(0);
        text-shadow: 0 0 10px rgba(0, 255, 65, 0.8);
    }
    95% {
        transform: translateY(-1px);
        text-shadow: 0 0 12px rgba(0, 255, 65, 1);
    }
    98% {
        transform: translateY(0);
        text-shadow: 0 0 10px rgba(0, 255, 65, 0.8);
    }
}

@keyframes separator-pulse {
    0%, 100% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}

/* Responsive adjustments for news ticker */
@media (max-width: 768px) {
    .news-ticker {
        height: 32px;
    }
    
    .ticker-item {
        font-size: 14px;
        margin: 0 60px;
        letter-spacing: 0.5px;
    }
    
    .ticker-separator {
        font-size: 16px;
        margin: 0 30px;
    }
    
    .ticker-content {
        animation-duration: 150s;
    }
}

@media (max-width: 480px) {
    .news-ticker {
        height: 28px;
    }
    
    .ticker-item {
        font-size: 12px;
        margin: 0 50px;
    }
    
    .ticker-separator {
        font-size: 14px;
        margin: 0 25px;
    }
    
    .ticker-content {
        animation-duration: 120s;
    }
}

.contract-link {
    background: rgba(95, 75, 182, 0.1);
    color: var(--accent);
    padding: 0.2rem 0.5rem;
    border-radius: 0.5rem;
    font-family: 'Courier New', monospace;
    font-weight: 600;
}
.contract-link a {
    color: var(--accent);
    text-decoration: none;
    transition: color 0.2s ease;
}
.contract-link a:hover {
    color: var(--support);
    text-decoration: underline;
}

/* Contact Buttons Styles */
.contact-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1.5rem 0;
    justify-content: center;
}

.contact-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 1.2rem;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    background: linear-gradient(135deg, #f8f0ff 0%, #fff6e6 100%);
    color: #232323;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

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

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

.contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.contact-icon {
    font-size: 1.2rem;
    display: flex;
    align-items: center;
}

.contact-text {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 600;
}

/* Platform-specific button styles */
.x-btn {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
    color: #ffffff;
    border-color: #333333;
}

.x-btn:hover {
    background: linear-gradient(135deg, #1a1a1a 0%, #000000 100%);
    border-color: #666666;
}

.telegram-btn {
    background: linear-gradient(135deg, #0088cc 0%, #0077b3 100%);
    color: #ffffff;
    border-color: #006699;
}

.telegram-btn:hover {
    background: linear-gradient(135deg, #0077b3 0%, #0088cc 100%);
    border-color: #0099dd;
}

.instagram-btn {
    background: linear-gradient(135deg, #e4405f 0%, #c13584 50%, #833ab4 100%);
    color: #ffffff;
    border-color: #c13584;
}

.instagram-btn:hover {
    background: linear-gradient(135deg, #c13584 0%, #e4405f 50%, #833ab4 100%);
    border-color: #e4405f;
}

.email-btn {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    color: #ffffff;
    border-color: #e55a2b;
}

.email-btn:hover {
    background: linear-gradient(135deg, #f7931e 0%, #ff6b35 100%);
    border-color: #ff8c42;
}

/* Social Links in Footer */
.social-links {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid transparent;
}

.social-link:hover {
    transform: translateY(-2px) scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.x-logo {
    color: #ffffff;
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
}

.telegram-logo {
    color: #ffffff;
    background: linear-gradient(135deg, #0088cc 0%, #0077b3 100%);
}

.instagram-logo {
    color: #ffffff;
    background: linear-gradient(135deg, #e4405f 0%, #c13584 50%, #833ab4 100%);
}

.email-logo {
    color: #ffffff;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
}

/* SVG Icon Styles */
.contact-icon svg,
.social-link svg {
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease;
}

.telegram-icon svg,
.instagram-icon svg {
    width: 16px;
    height: 16px;
}

.social-link svg {
    width: 20px;
    height: 20px;
}

/* Responsive adjustments for contact buttons */
@media (max-width: 768px) {
    .contact-buttons {
        flex-direction: column;
        gap: 0.8rem;
    }
    
    .contact-btn {
        padding: 0.7rem 1rem;
        font-size: 0.9rem;
    }
    
    .social-links {
        gap: 0.8rem;
    }
    
    .social-link {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    .social-link svg {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 480px) {
    .contact-btn {
        padding: 0.6rem 0.9rem;
        font-size: 0.85rem;
    }
    
    .contact-icon {
        font-size: 1rem;
    }
    
    .contact-icon svg {
        width: 14px;
        height: 14px;
    }
    
    .social-link {
        width: 32px;
        height: 32px;
        font-size: 0.9rem;
    }
    
    .social-link svg {
        width: 16px;
        height: 16px;
    }
}
  