/* ===============================
   EXPLORE MOBILE FINAL
================================ */

@media (max-width:1024px) {

    section,
    .explore-footer {
        width: min(100% - 28px, 1200px);
    }

    .explore-hero {
        grid-template-columns: 1fr;
        gap: 34px;
        text-align: center;
        padding: 60px 0 20px;
    }

    .hero-content p {
        margin: 0 auto;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-right {
        min-height: 420px;
    }

    .macbook-wrapper {
        width: min(720px, 100%);
    }

    .features-layout {
        grid-template-columns: 1fr;
    }

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

    .showcase-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .youtube-layout {
        grid-template-columns: 1fr;
    }

    .guide-grid {
        grid-template-columns: 1fr;
    }
}


/* ===============================
   MOBILE HEADER + HERO
================================ */

@media (max-width:768px) {

    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    body {
        -webkit-text-size-adjust: 100%;
    }

    .explore-page {
        width: 100%;
        padding-top: 0;
        overflow: hidden;
    }

    section,
    .explore-footer,
    .footer-bottom {
        width: calc(100% - 28px);
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    /* Hero */
    .explore-hero {
        width: calc(100% - 28px);
        padding: 42px 0 16px;
        gap: 24px;
        overflow: hidden;
    }

    .hero-badge {
        padding: 10px 16px;
        font-size: 12px;
    }

    .hero-content h1 {
        font-size: 52px;
        line-height: .95;
        letter-spacing: -3px;
        margin-top: 22px;
        margin-bottom: 22px;
    }

    .hero-content p {
        font-size: 15px;
        line-height: 1.75;
    }

    .hero-buttons {
        width: 100%;
        flex-direction: column;
        gap: 12px;
        margin-top: 28px;
    }

    .hero-btn {
        width: 100%;
    }

    .hero-right {
        width: 100%;
        min-height: 310px;
        margin-top: 8px;
        overflow: hidden;
    }

    .hero-glow {
        width: 320px;
        height: 320px;
        filter: blur(90px);
    }

    .macbook-wrapper {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
        transform: none;
    }

    .phone-wrapper {
        width: 82px;
        height: 172px;
        right: 8px;
        bottom: 42px;
        border-radius: 18px;
    }

    /* Brand */
    .brand-showcase {
        width: calc(100% - 28px);
        margin: 10px auto 34px;
        padding: 0;
        gap: 14px;
        overflow: hidden;
    }

    .brand-line {
        max-width: 70px;
    }

    .brand-center {
        gap: 12px;
    }

    .brand-icon {
        width: 52px;
        height: 52px;
    }

    .brand-wordmark {
        width: 220px;
    }

    /* Section titles */
    .section-title {
        margin-bottom: 24px;
    }

    .section-title span {
        height: 32px;
        padding: 0 14px;
        font-size: 12px;
    }

    .section-title span::after {
        right: -16px;
        width: 16px;
        height: 32px;
    }

    /* Feature / showcase / videos */
    .features-grid,
    .showcase-grid,
    .guide-grid,
    .coming-list {
        grid-template-columns: 1fr;
    }

    .features-intro h2,
    .showcase-header h2 {
        font-size: 38px;
        letter-spacing: -1.5px;
    }

    .feature-card {
        min-height: auto;
    }

    .showcase-card img {
        height: 210px;
    }

    .youtube-section {
        padding: 55px 0 80px;
    }

    .main-video img {
        height: 220px;
    }

    .video-mini {
        grid-template-columns: 1fr;
    }

    .video-mini img {
        width: 100%;
        height: 180px;
        border-right: none;
        border-bottom: 1px solid var(--border);
    }

    .guide-section {
        padding: 20px 0 80px;
    }

    .guide-card img {
        height: 180px;
    }

    /* Stats / coming / CTA */
    .stats-box {
        grid-template-columns: 1fr;
    }

    .stat-item {
        border-right: none;
        border-bottom: 1px solid var(--border);
    }

    .stat-item:last-child {
        border-bottom: none;
    }

    .coming-content {
        padding: 40px 26px;
    }

    .coming-content h2 {
        letter-spacing: -2px;
    }

    .explore-cta {
        padding: 90px 0;
    }

    .explore-cta h2 {
        letter-spacing: -3px;
    }

    /* Footer */
    .explore-footer {
        flex-direction: column;
        gap: 32px;
        text-align: left;
        padding: 70px 0 40px;
    }

    .footer-right {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-social {
        flex-wrap: wrap;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 18px;
        text-align: center;
        padding: 24px 0 42px;
    }

    .footer-bottom-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 18px;
    }
}


/* ===============================
   SMALL MOBILE
================================ */

@media (max-width:480px) {

    section,
    .explore-footer,
    .footer-bottom {
        width: calc(100% - 24px);
    }

    .hero-content h1 {
        font-size: 44px;
    }

    .hero-right {
        min-height: 285px;
    }

    .macbook-wrapper {
        max-width: 335px;
    }

    .phone-wrapper {
        width: 76px;
        height: 160px;
        right: 4px;
        bottom: 38px;
    }

    .brand-icon {
        width: 44px;
        height: 44px;
    }

    .brand-wordmark {
        width: 180px;
    }

    .brand-line {
        max-width: 48px;
    }

    .features-intro h2,
    .showcase-header h2 {
        font-size: 34px;
    }

    .stat-item h3 {
        font-size: 44px;
    }

    .coming-content {
        padding: 34px 22px;
    }

    .coming-content h2 {
        font-size: 48px;
    }

    .explore-cta h2 {
        font-size: 56px;
    }
}
