/* Global */
body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
}

html {
    scroll-behavior: smooth;
}

/* HERO */
.scaters-hero {
    background: url("https://sihabrezwan.blog/wp-content/uploads/2025/11/ChatGPT-Image-Nov-30-2025-12_25_44-AM-Edited.png");
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    padding: 50px 20px;
    text-align: center;
    color: white;
}

.scaters-hero h1 {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
}

.scaters-hero p,
.scaters-hero h3 {
    font-size: 1.5em;
    margin-bottom: 30px;
}

.scaters-cta {
    display: inline-block;
    background: #ff6b6b !important;
    color: white !important;
    padding: 15px 40px;
    text-decoration: none !important;
    border-radius: 0;
    font-size: 1.2em;
    font-weight: bold;
    transition: all 0.3s ease;
    border: 3px solid #ff6b6b !important;
}

.scaters-cta:hover {
    background: white !important;
    color: #ff6b6b !important;
    transform: translateY(-3px);
}

/* Sections */
.scaters-section {
      
	max-width: 1200px !important;
    margin: 0 auto !important;
    border-radius: 12px;
}

/* Features */
.scaters-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.feature-card {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.2);
}

.feature-card h3 {
    color: #667eea;
    margin-bottom: 15px;
    font-size: 1.5em;
}

/* Roadshow */
.tour-banner {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 40px;
}

/* Grid of 5 cards – 3 top, 2 bottom on desktop */
.roadshow-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.location-box {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    border-left: 5px solid #667eea;
}

.location-box h3 {
    color: #667eea;
    margin-bottom: 15px;
}

/* Roadshow Form */
.roadshow-form {
    margin-top: 40px;
    padding: 30px 25px;
    background: #f8f9fa;
    border-radius: 10px;
    border-left: 5px solid #667eea;
}

.roadshow-form h3 {
    margin-bottom: 10px;
    color: #667eea;
}

.roadshow-form p {
    margin-bottom: 20px;
    color: #555;
}

.roadshow-form form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}

.roadshow-form input[type="text"],
.roadshow-form input[type="email"] {
    padding: 10px 14px;
    border-radius: 6px;
    border: 1px solid #d1d5db;
    min-width: 220px;
    font-size: 0.95em;
}

.roadshow-form .roadshow-btn {
    border-radius: 50px;
}

/* Special VR + Goodies Section */
.special-vr-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
    text-align: center;
}

.special-vr-section h2 {
    font-size: 2.3em;
    margin-bottom: 20px;
}

.special-vr-section p {
    max-width: 700px;
    margin: 0 auto 15px;
    font-size: 1.05em;
    color: #555;
}

/* Retailers CTA */
.retailers-cta {
    background: url("https://sihabrezwan.blog/wp-content/uploads/2025/11/Grunge-Typography-Skateboard-Youtube-Banner_20251119_104332_0000.png") center/cover no-repeat;
    padding: 80px 20px;
    text-align: center;
    color: white;
	margin: 60px auto 0 auto !important;
    max-width: 1200px;
    border-radius: 12px;
}

/* Social */
.social-links {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.social-links a {
    font-size: 1.5em;
    color: #667eea;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-links a:hover {
    transform: scale(1.2);
}

/* Navigation */
.main-navigation {
    background: transparent !important;
}

.main-navigation a {
    color: #2c3e50 !important;
    font-weight: 500;
}

.main-navigation a:hover {
    color: #667eea !important;
}

/* Theme Footer (default) */
.site-footer {
    background: #2c3e50;
    color: white;
    padding: 40px 20px;
    text-align: center;
}

/* Custom Footer */
.custom-footer {
    background: #111827;
    color: #e5e7eb;
    padding: 40px 20px 20px;
}

.custom-footer .footer-inner {
    max-width: 1100px;
    margin: 0 auto 20px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.custom-footer h4 {
    margin-bottom: 10px;
    font-size: 1rem;
    color: #f9fafb;
}

.custom-footer a {
    display: block;
    color: #e5e7eb;
    font-size: 0.9rem;
    text-decoration: none;
    margin-bottom: 4px;
}

.custom-footer a:hover {
    color: #ff6b6b;
}

.custom-footer p {
    font-size: 0.9rem;
}

.footer-bottom {
    text-align: center;
    font-size: 0.85rem;
    color: #9ca3af;
}

/* Responsive Fixes */
@media (max-width: 900px) {
    .scaters-hero h1 {
        font-size: 2.8em;
    }
    .scaters-hero h3 {
        font-size: 1.3em;
    }
    .roadshow-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .scaters-hero {
        height: auto;
        padding: 80px 20px;
    }
    .scaters-hero h1 {
        font-size: 2em;
    }
    .scaters-hero h3 {
        font-size: 1.2em;
    }
    .social-links {
        flex-direction: column;
        gap: 15px;
    }
    .location-box {
        padding: 20px;
    }
    .roadshow-grid {
        grid-template-columns: 1fr;
    }
    .roadshow-form form {
        flex-direction: column;
        align-items: stretch;
    }
    .roadshow-form input[type="text"],
    .roadshow-form input[type="email"],
    .roadshow-form .roadshow-btn {
        width: 100%;
    }
    .custom-footer .footer-inner {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 400px) {
    .custom-footer .footer-inner {
        grid-template-columns: 1fr;
    }
}

.special-vr-section {
    max-width: 1400px;
    margin: 60px auto;
    padding: 20px 20px 200px;  /* TOP | LEFT/RIGHT | BOTTOM */

    text-align: center;
    color: white;

    background: url("https://sihabrezwan.blog/wp-content/uploads/2025/12/ChatGPT-Image-Dec-4-2025-03_53_31-PM.png") center/cover no-repeat;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.18);
}

.special-vr-section p {
    font-size: 1.3em;
    margin-bottom: 35px;
    color: #f2f2f2;
}

/* MOBILE RESPONSIVE */
@media (max-width: 700px) {
    .special-vr-section {
        padding: 100px 20px;
        background-position: center top;
        border-radius: 10px;
    }

    .special-vr-section h2 {
        font-size: 1.9em;
    }

    .special-vr-section p {
        font-size: 1.15em;
    }
}

.special-vr-section h2 {
    color: #111;
}

/* Make title bold and readable */
.special-vr-section h2 {
    color: #000;
    font-weight: 800;
}

/* Highlighted features */
.vr-highlight {
    font-size: 1.4em;
    font-weight: 700;
    color: #111;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* Subtext with clarity */
.vr-subtext {
    font-weight: 800;
    color: #222;
    margin-bottom: 35px;
}

.roadshow-form-section,
#roadshow + .scaters-section {
    margin-bottom: 0 !important;
}

.special-vr-section {
    margin-top: 0 !important;
}
