/* Responsive */
/* ====== Media Queries ====== */

/* Hero section */
/* Ultra Wide Screens (≥1920px) */
@media (min-width: 1920px) {
    .hero {
        height: 80vh;
    }

    .hero-background {
        height: 70vh;
    }

    .hero-grid {
        display: flex;
        justify-self: center;
        align-items: start;
        width: 100%;
    }

    .hero-content {
        text-align: center;
        width: 50%;
    }

    .hero h1 {
        font-size: clamp(2rem, 2.5rem + 1.5vw, 3.8rem);
    }

    .hero p {
        font-size: 1.4rem;
    }

    .phone-frame {
        max-width: 80%;
        top: 40px;
    }
}

/* Laptop / Desktop (1024px – 1439px) */
@media (min-width: 1024px) and (max-width: 1919PX) {
    .hero {
        height: 90vh;
    }

    .hero-grid {
        display: flex;
        justify-self: start;
        align-items: start;
        width: 100%;
    }

    .hero-content {
        text-align: left;
        width: 50%;
    }

    .hero h1 {
        font-size: clamp(2rem, 2.5rem + 1.5vw, 2.8rem);
    }

    .hero p {
        font-size: 1.2rem;
    }

    .phone-frame {
        max-width: 80%;
        top: 60px;
    }
}

/* Tablet Portrait & Small Laptop (769px - 1023px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .hero {
        height: 80vh;
    }

    .hero-background {
        height: 70vh;
    }

    .hero-grid {
        display: flex;
        justify-self: start;
        align-items: start;
        width: 100%;
    }

    .hero-content {
        text-align: center;
        width: 50%;
    }

    .hero h1 {
        font-size: clamp(2rem, 2.5rem + 1.5vw, 1.6rem);
    }

    .hero p {
        font-size: 1.1rem;
    }

    .phone-frame {
        max-width: 80%;
        top: 40px;
    }
}

/* Tablet  */
@media (max-width: 768px) {
    .hero-background {
        display: none;
        /* Hide background on small devices */
    }

    .hero-grid {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding: 1.5rem;
        position: relative;
        top: 0;
        left: 0;
    }

    .hero-content {
        order: 1;
        /* text first */
        text-align: center;
        padding: 0;
    }

    .hero-image {
        order: 2;
        /* image after text */
    }

    .phone-frame {
        top: 40px;
    }
}

/* Mobile */
@media (max-width: 767px) {

    /* Mobile Nav */
    nav.desktop {
        display: none;
    }

    .nav-mobile {
        display: block;
    }

    .actions {
        display: none;
    }

    /* Adjust nav row spacing */
    .nav-row {
        gap: 1rem;
    }

    /* Hero adjustments */
    .hero {
        padding: 1.5rem 0;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .hero p {
        font-size: 1rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .hero-buttons .btn {
        width: 100%;
        max-width: 250px;
    }
}

/* Small Mobile */
@media (max-width: 360px) {
    .container {
        width: min(100% - 1rem, var(--container));
    }

    .brand span:last-child {
        display: none;
    }

    .hero h1 {
        font-size: 1.75rem;
    }

    .hero p {
        font-size: 0.95rem;
    }
}

/* Work */
@media (min-width: 900px) {
    .steps {
        grid-template-columns: repeat(3, 1fr)
    }

    .steps::before {
        content: "";
        position: absolute;
        left: 0%;
        right: 0%;
        top: 32px;
        height: 2px;
        border-top: 2px dashed #dcdfea;
        z-index: -1;
        width: 70%;
        margin: auto;
    }
}

        /* Quick Section Responsive */
        @media (max-width: 1024px) {
            .quick-section {
                flex-direction: column;
                text-align: center;
                padding: 60px 20px;
            }

            .quickleft {
                flex-direction: column;
                align-items: center;
            }

            .quick-text {
                max-width: 100%;
            }

            .quick-text h1 {
                font-size: 28px;
            }

            .platform {
                max-width: 100%;
            }

            .platform h1 {
                font-size: 28px;
            }
        }

        @media (max-width: 768px) {
            .phone-frames {
                max-width: 250px;
            }

            .quick-text h1 {
                font-size: 24px;
            }

            .quick-text p {
                font-size: 14px;
            }

            .platform h1 {
                font-size: 24px;
            }

            .platform p {
                font-size: 14px;
            }

            .quick-text li h2 {
                font-size: 18px;
            }

            .quick-text li p {
                font-size: 14px;
            }
        }

        @media (max-width: 480px) {
            .quick-section {
                padding: 40px 5%;
            }

            .phone-frames {
                max-width: 220px;
            }

            .quick-text h1 {
                font-size: 20px;
            }

            .platform h1 {
                font-size: 20px;
            }

            .btn-primary {
                padding: 10px 20px;
                font-size: 14px;
            }

            .quick-text li {
                padding: 15px;
            }
        }

        @media (max-width: 320px) {
            .phone-frames {
                max-width: 180px;
            }

            .quick-text h1 {
                font-size: 18px;
            }

            .quick-text p {
                font-size: 13px;
            }

            .platform h1 {
                font-size: 18px;
            }

            .platform p {
                font-size: 13px;
            }

            .btn-primary {
                padding: 8px 18px;
                font-size: 13px;
            }

            .quick-text li h2 {
                font-size: 16px;
            }
        }


/* Platform */
/* ===== Responsive ===== */
@media (max-width: 1024px) {
    .platform-text h1 {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .platform-container {
        flex-direction: column;
        text-align: center;
    }

    .platform-text {
        max-width: 100%;
    }

    .platform-cards {
        justify-content: center;
    }

    .platform-image img {
        max-width: 220px;
        margin-top: 30px;
    }
}

@media (max-width: 480px) {
    .platform {
        padding: 40px 5%;
    }

    .platform-text h1 {
        font-size: 24px;
    }

    .platform-text p {
        font-size: 14px;
    }

    .platform-cards {
        flex-direction: column;
    }

    .platform-cards .card {
        min-width: unset;
    }

    .platform-image img {
        max-width: 180px;
    }
}

@media (max-width: 320px) {
    .platform-text h1 {
        font-size: 20px;
    }

    .platform-text p {
        font-size: 13px;
    }

    .platform-cards h2 {
        font-size: 16px;
    }
}

/* ==== Responsive ==== */

/* Small Mobile (<= 400px) */
@media (max-width: 425px) {
  

  .coming-soon-title {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }

  .coming-soon-timer-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .coming-soon-value {
    font-size: 1.4rem;
  }

  .coming-soon-timer-card {
    padding: 2rem;
  }
}

/* Mobile (401px – 767px) */
@media (min-width: 401px) and (max-width: 767px) {
  .coming-soon-title {
    font-size: 2.3rem;
  }

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

  .coming-soon-value {
    font-size: 1.8rem;
  }

  .coming-soon-timer-card {
    padding: 2.5rem;
  }
}

/* Tablet (768px – 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
  .coming-soon-title {
    font-size: 3.5rem;
  }

  .coming-soon-value {
    font-size: 2.2rem;
  }
}

/* Laptop (1024px – 1439px) */
@media (min-width: 1024px) and (max-width: 1439px) {
  .coming-soon-title {
    font-size: 4.5rem;
  }

  .coming-soon-value {
    font-size: 2.6rem;
  }
}

/* Large Desktop (1440px – 1919px) */
@media (min-width: 1440px) and (max-width: 1919px) {
  .coming-soon-title {
    font-size: 5.5rem;
  }

  .coming-soon-value {
    font-size: 3rem;
  }
}

/* Ultra-Wide (>=1920px) */
@media (min-width: 1920px) {
  .coming-soon-title {
    font-size: 6rem;
  }

  .coming-soon-value {
    font-size: 3.5rem;
  }
}

/* Footer */


/* Responsive Styles */
/* Small mobile devices (320px - 480px) */
@media (max-width: 480px) {
    .footer-middle {
        gap: 2rem;
        padding: 1rem 0;
    }

    .company-info h1 {
        font-size: 1.5rem;
        text-align: center;
    }

    .company-info p {
        font-size: 0.85rem;
        text-align: center;
    }

    .column-continar {
        flex-direction: column;
        gap: 1.5rem;
        width: 100%;
    }

    .footer-column {
        text-align: center;
    }

    .footer-column h3::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .subscribe {
        padding: 1.2rem;
    }

    .subscribe-form {
        flex-direction: column;
    }
    .subscribe-form button {
        height: 40px;
    }

    .footer-links {
        flex-direction: column;
        gap: 0.8rem;
    }
}

/* Medium mobile devices (481px - 767px) */
@media (min-width: 481px) and (max-width: 767px) {
    .footer-middle {
        gap: 2rem;
    }

    .company-info h1 {
        font-size: 1.6rem;
    }

    .column-continar {
        justify-content: space-between;
    }

    .footer-column {
        flex: 0 0 45%;
    }

    .subscribe-form {
        flex-direction: column;
    }
    .subscribe-form button {
        height: 40px;
    }
}

/* Tablets (≥768px) */
@media (min-width: 768px) {
    .footer-middle {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        text-align: left;
    }

    .company-info {
        flex: 1 1 100%;
    }

    .column-continar {
        flex: 2;
        justify-content: flex-start;
    }

    .subscribe {
        flex: 1;
        min-width: 300px;
    }

    .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        text-align: left;
    }
}

/* Desktop (≥1024px) */
@media (min-width: 1024px) {
    footer {
        padding: 3rem 2rem;
    }

    .footer-middle {
        gap: 3rem;
        flex-wrap: nowrap;
    }

    .company-info {
        flex: 1;
    }

    .company-info h1 {
        font-size: 2rem;
    }

    .column-continar {
        flex: 1;
        justify-content: space-around;
    }

    .subscribe {
        flex: 1;
    }
}

/* Large Desktop (≥1200px) */
@media (min-width: 1200px) {
    .footer-middle {
        gap: 4rem;
    }
}