/**
 * S K TAXIS — Responsive Styles
 * Mobile-first responsive design
 */

/* ============================================
   LARGE DESKTOP (max-width: 1400px)
============================================= */
@media (max-width: 1400px) {
    .navbar__container,
    .hero__container {
        padding: 0 var(--spacing-lg);
    }
    
    .navbar__link {
        padding: var(--spacing-sm) var(--spacing-md);
        font-size: 0.875rem;
    }
}

/* ============================================
   DESKTOP (max-width: 1200px)
============================================= */
@media (max-width: 1200px) {
    .navbar__link {
        padding: var(--spacing-sm) var(--spacing-md);
        font-size: 0.875rem;
    }
    
    .navbar__phone-label {
        display: none;
    }
    
    .navbar__phone-text {
        align-items: center;
    }
    
    .navbar__phone-number {
        font-size: 0.8125rem;
    }
}

/* ============================================
   TABLET & BELOW (max-width: 1024px)
============================================= */
@media (max-width: 1024px) {
    /* Navigation - Hide desktop menu */
    .navbar__menu {
        display: none;
    }

    .navbar__phone-text {
        display: none;
    }

    .navbar__phone {
        padding: var(--spacing-xs);
    }
    
    .navbar__phone-icon {
        width: 40px;
        height: 40px;
    }

    .navbar__hamburger {
        display: flex;
    }
    
    .navbar__actions {
        gap: var(--spacing-sm);
    }

    /* Hero */
    .hero__wrapper {
        grid-template-columns: 1fr;
        gap: var(--spacing-2xl);
    }

    .hero__title {
        font-size: 3rem;
    }
    
    .hero__description {
        font-size: 1.0625rem;
    }

    .hero__stats {
        flex-wrap: wrap;
        gap: var(--spacing-sm);
    }
    
    .hero__stat {
        flex: 1;
        min-width: 140px;
    }

    .hero__actions {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .hero__cta {
        flex: 1;
        min-width: 200px;
    }
}

/* ============================================
   MOBILE (max-width: 768px)
============================================= */
@media (max-width: 768px) {
    :root {
        --spacing-3xl: 4rem;
        --spacing-2xl: 3rem;
        --spacing-xl: 2.5rem;
    }

    /* Navigation */
    .navbar__container {
        padding: 0 var(--spacing-md);
    }
    
    .navbar__inner {
        padding: 0.5rem 0;
    }
    
    .navbar--sticky .navbar__inner {
        padding: 0.375rem 0;
    }
    
    .navbar__inner {
        padding: var(--spacing-sm) 0;
    }

    .navbar__logo-icon {
        width: 42px;
        height: 42px;
        font-size: 1.25rem;
    }
    
    .navbar__logo-container {
        width: 60px;
        height: 60px;
        padding: 0.1875rem;
    }

    .navbar__logo-name {
        font-size: 1.0625rem;
    }

    .navbar__logo-tagline {
        font-size: 0.5625rem;
    }

    .navbar__cta {
        display: none;
    }

    .navbar__actions {
        gap: var(--spacing-xs);
    }
    
    .navbar__phone-icon {
        width: 38px;
        height: 38px;
        font-size: 0.8125rem;
    }

    /* Hero */
    .hero {
        padding-top: 80px;
        padding-bottom: var(--spacing-2xl);
    }

    .hero__container {
        padding: 0 var(--spacing-md);
    }
    
    .hero__wrapper {
        gap: var(--spacing-lg);
    }

    .hero__badge {
        font-size: 0.6875rem;
        padding: 0.3125rem 0.75rem;
    }

    .hero__title {
        font-size: 2.25rem;
        margin-bottom: var(--spacing-sm);
    }

    .hero__description {
        font-size: 0.9375rem;
        margin-bottom: var(--spacing-md);
    }

    .hero__stats {
        gap: var(--spacing-sm);
        padding: 0;
        margin-bottom: var(--spacing-md);
    }
    
    .hero__stat {
        padding: var(--spacing-sm);
    }
    
    .hero__stat-icon {
        width: 34px;
        height: 34px;
        font-size: 0.875rem;
    }
    
    .hero__stat-value {
        font-size: 1.1875rem;
    }
    
    .hero__stat-label {
        font-size: 0.6875rem;
    }

    .hero__actions {
        flex-direction: column;
        gap: var(--spacing-xs);
    }

    .hero__cta {
        width: 100%;
        padding: 0.5rem 1rem;
        gap: var(--spacing-xs);
    }

    .hero__cta-icon {
        width: 32px;
        height: 32px;
        font-size: 0.875rem;
    }

    .hero__cta-label {
        font-size: 0.625rem;
    }

    .hero__cta-value {
        font-size: 0.8125rem;
    }

    /* Booking Form */
    .booking-form {
        padding: 2rem;
    }
    
    .booking-form__header {
        margin-bottom: 1.75rem;
    }

    .booking-form__title {
        font-size: 1.75rem;
    }
    
    .booking-form__subtitle {
        font-size: 0.875rem;
    }

    .form-row {
        grid-template-columns: 1fr;
    }
    
    .form-input,
    .form-select {
        padding: 0.875rem 1rem;
        padding-left: 3rem;
        font-size: 0.9375rem;
    }
    
    .form-icon {
        left: 1rem;
        font-size: 1rem;
    }
    
    .booking-form__submit {
        padding: 1.125rem 1.75rem;
        font-size: 1.0625rem;
    }
    
    .booking-form__submit i {
        font-size: 1.25rem;
    }
    
    .booking-form__footer {
        font-size: 0.8125rem;
    }

    /* Scroll Indicator */
    .hero__scroll {
        display: none;
    }

    /* Section Headers */
    .section-header__title {
        font-size: 2rem;
    }

    .section-header__desc {
        font-size: 1rem;
    }
    
    /* Services */
    .service-card {
        padding: 1.5rem;
    }
    
    .service-card__icon {
        width: 52px;
        height: 52px;
        font-size: 1.375rem;
        margin-bottom: 1rem;
    }
    
    .service-card__title {
        font-size: 1.0625rem;
    }
    
    .service-card__desc {
        font-size: 0.875rem;
        margin-bottom: 1rem;
    }
    
    /* About */
    .about__content {
        padding-left: 0;
        margin-top: 2rem;
    }
    
    .about__title {
        font-size: 2rem;
    }
    
    .about__text {
        font-size: 0.9375rem;
    }
    
    .about__experience-badge {
        bottom: 1.5rem;
        right: 1.5rem;
        padding: 1.25rem;
    }
    
    .about__experience-number {
        font-size: 2rem;
    }
    
    .about__experience-text {
        font-size: 0.75rem;
    }
    
    .about__feature-icon {
        width: 44px;
        height: 44px;
        font-size: 1.125rem;
    }
    
    .about__feature h5 {
        font-size: 0.9375rem;
    }
    
    .about__feature p {
        font-size: 0.875rem;
    }
    
    /* How It Works */
    .step-card {
        padding: 2rem 1.75rem;
    }
    
    .step-card__number {
        font-size: 6rem;
        top: -1.25rem;
        right: 1.25rem;
        letter-spacing: -3px;
    }
    
    .step-card__icon {
        width: 80px;
        height: 80px;
        font-size: 2.25rem;
        margin-bottom: 1.5rem;
    }
    
    .step-card__title {
        font-size: 1.25rem;
    }
    
    .step-card__desc {
        font-size: 0.9375rem;
    }
    
    /* Areas */
    .areas__grid {
        gap: 0.5rem;
        margin-bottom: 2.5rem;
    }
    
    .area-tag {
        padding: 0.5rem 1rem;
        font-size: 0.8125rem;
    }
    
    .area-tag i {
        font-size: 0.6875rem;
    }
    
    .area-tag--primary i {
        font-size: 0.8125rem;
    }
    
    /* Fleet */
    .fleet__title {
        font-size: 2rem;
    }
    
    .fleet__desc {
        font-size: 0.9375rem;
    }
    
    .fleet__specs {
        grid-template-columns: 1fr;
        gap: 0.875rem;
        margin-bottom: 1.75rem;
    }
    
    .fleet__specs li {
        font-size: 0.875rem;
    }
    
    .fleet__specs i {
        width: 22px;
        height: 22px;
        font-size: 0.6875rem;
    }
    
    /* Testimonials */
    .testimonial-card {
        padding: 1.75rem;
    }
    
    .testimonial-card__text {
        font-size: 0.875rem;
    }
    
    .testimonial-card__avatar {
        width: 44px;
        height: 44px;
        font-size: 0.8125rem;
    }
    
    /* CTA */
    .cta {
        padding: 5rem 0;
    }
    
    .cta__title {
        font-size: 2rem;
    }
    
    .cta__desc {
        font-size: 1rem;
    }
    
    .cta__buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-dark {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
    
    /* Contact */
    .contact-section__title {
        font-size: 2rem;
    }
    
    /* Footer */
    .footer__main {
        padding: 3rem 0 1.5rem;
    }
    
    .footer__bottom-inner {
        flex-direction: column;
        text-align: center;
    }
    
    /* Mobile Menu */
    .mobile-menu__panel {
        width: 340px;
    }
}

/* ============================================
   SMALL MOBILE (max-width: 480px)
============================================= */
@media (max-width: 480px) {
    :root {
        --spacing-3xl: 3rem;
        --spacing-2xl: 2.5rem;
        --spacing-xl: 2rem;
    }

    /* Navigation */
    .navbar__logo-container {
        width: 55px;
        height: 55px;
        padding: 0.1875rem;
    }
    
    .navbar__logo-name {
        font-size: 1rem;
    }

    .navbar__logo-tagline {
        font-size: 0.5rem;
    }
    
    .navbar__hamburger span {
        width: 22px;
    }

    /* Hero */
    .hero {
        padding-top: 80px;
    }
    
    .hero__badge {
        font-size: 0.6875rem;
    }
    
    .hero__badge-dot {
        width: 6px;
        height: 6px;
    }

    .hero__title {
        font-size: 2rem;
    }
    
    .hero__description {
        font-size: 0.9375rem;
    }

    .hero__stats {
        gap: var(--spacing-sm);
        padding: 0;
        margin-bottom: var(--spacing-lg);
    }
    
    .hero__stat {
        flex: 1;
        padding: var(--spacing-xs) var(--spacing-sm);
    }
    
    .hero__stat-icon {
        width: 32px;
        height: 32px;
        font-size: 0.8125rem;
    }
    
    .hero__stat-value {
        font-size: 1.125rem;
    }
    
    .hero__stat-label {
        font-size: 0.6875rem;
    }

    .hero__actions {
        gap: 6px;
    }
    
    .hero__cta {
        padding: 0.5rem 0.875rem;
    }
    
    .hero__cta-icon {
        width: 30px;
        height: 30px;
        font-size: 0.8125rem;
    }
    
    .hero__cta-content {
        gap: 0;
    }
    
    .hero__cta-label {
        font-size: 0.5625rem;
    }
    
    .hero__cta-value {
        font-size: 0.75rem;
    }

    /* Booking Form */
    .booking-form {
        padding: 1.25rem;
    }
    
    .booking-form__header {
        margin-bottom: 0.875rem;
    }

    .booking-form__title {
        font-size: 1rem;
    }
    
    .booking-form__subtitle {
        font-size: 0.6875rem;
    }
    
    .form-input,
    .form-select {
        padding: 0.625rem 0.75rem;
        padding-left: 2rem;
        font-size: 0.8125rem;
    }
    
    .form-icon {
        left: 0.5rem;
        font-size: 0.75rem;
    }
    
    .booking-form__submit {
        padding: 0.75rem 1rem;
        font-size: 0.8125rem;
    }
    
    .booking-form__submit i {
        font-size: 0.875rem;
    }
    
    .booking-form__footer {
        font-size: 0.625rem;
    }
    
    /* Services */
    .service-card {
        padding: 1.25rem;
    }
    
    .service-card__icon {
        width: 48px;
        height: 48px;
        font-size: 1.25rem;
        margin-bottom: 0.875rem;
    }
    
    .service-card__title {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
    
    .service-card__desc {
        font-size: 0.8125rem;
        margin-bottom: 0.875rem;
    }
    
    .service-card__link {
        font-size: 0.8125rem;
    }
    
    .service-card__badge {
        font-size: 0.625rem;
        padding: 0.1875rem 0.5rem;
    }
    
    /* About */
    .about__title {
        font-size: 1.75rem;
    }
    
    .about__text {
        font-size: 0.875rem;
        margin-bottom: 1.5rem;
    }
    
    .about__features {
        gap: 1.25rem;
        margin-bottom: 1.5rem;
    }
    
    .about__experience-badge {
        bottom: 1rem;
        right: 1rem;
        padding: 1rem;
    }
    
    .about__experience-number {
        font-size: 1.75rem;
    }
    
    .about__experience-text {
        font-size: 0.6875rem;
    }
    
    .about__feature {
        gap: 0.875rem;
    }
    
    .about__feature-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .about__feature h5 {
        font-size: 0.875rem;
        margin-bottom: 0.25rem;
    }
    
    .about__feature p {
        font-size: 0.8125rem;
    }
    
    /* How It Works */
    .step-card {
        padding: 1.75rem 1.5rem;
    }
    
    .step-card__number {
        font-size: 5rem;
        top: -1rem;
        right: 1rem;
        letter-spacing: -2px;
    }
    
    .step-card__icon {
        width: 72px;
        height: 72px;
        font-size: 2rem;
        margin-bottom: 1.25rem;
    }
    
    .step-card__title {
        font-size: 1.125rem;
        margin-bottom: 0.75rem;
    }
    
    .step-card__desc {
        font-size: 0.875rem;
    }
    
    /* Areas */
    .areas__grid {
        gap: 0.5rem;
        margin-bottom: 2rem;
    }
    
    .area-tag {
        padding: 0.5rem 0.875rem;
        font-size: 0.75rem;
    }
    
    .area-tag i {
        font-size: 0.625rem;
    }
    
    .area-tag--primary i {
        font-size: 0.75rem;
    }
    
    /* Fleet */
    .fleet__title {
        font-size: 1.75rem;
    }
    
    .fleet__desc {
        font-size: 0.875rem;
        margin-bottom: 1.5rem;
    }
    
    .fleet__specs {
        gap: 0.75rem;
        margin-bottom: 1.5rem;
    }
    
    .fleet__specs li {
        font-size: 0.8125rem;
    }
    
    .fleet__specs i {
        width: 20px;
        height: 20px;
        font-size: 0.625rem;
    }
    
    /* Testimonials */
    .testimonial-card {
        padding: 1.5rem;
    }
    
    .testimonial-card__quote {
        font-size: 1.75rem;
    }
    
    .testimonial-card__text {
        font-size: 0.8125rem;
        margin-bottom: 1.25rem;
    }
    
    .testimonial-card__stars {
        margin-bottom: 1rem;
    }
    
    .testimonial-card__stars i {
        font-size: 0.8125rem;
    }
    
    .testimonial-card__avatar {
        width: 40px;
        height: 40px;
        font-size: 0.75rem;
    }
    
    .testimonial-card__author h5 {
        font-size: 0.875rem;
    }
    
    .testimonial-card__author span {
        font-size: 0.75rem;
    }
    
    /* CTA */
    .cta {
        padding: 4rem 0;
    }
    
    .cta__title {
        font-size: 1.75rem;
    }
    
    .cta__desc {
        font-size: 0.9375rem;
        margin-bottom: 1.5rem;
    }
    
    .btn-dark {
        padding: 0.875rem 1.5rem;
        font-size: 0.9375rem;
    }
    
    /* Contact */
    .contact-section__title {
        font-size: 1.75rem;
    }
    
    .contact-section__desc {
        font-size: 0.9375rem;
        margin-bottom: 1.5rem;
    }
    
    .contact-info {
        gap: 1.25rem;
    }
    
    .contact-info__icon {
        width: 44px;
        height: 44px;
        font-size: 1rem;
    }
    
    /* Contact Form */
    .contact-form-card {
        padding: 2rem;
    }
    
    .contact-form-card__title {
        font-size: 1.375rem;
        margin-bottom: 1.5rem;
    }
    
    .contact-form .form-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .contact-form .form-group--half {
        margin-bottom: 1rem;
    }
    
    .btn-book {
        padding: 0.875rem 1.75rem;
        font-size: 0.9375rem;
    }
    
    /* Footer */
    .footer__main {
        padding: 2.5rem 0 1.5rem;
    }
    
    .footer__heading {
        font-size: 1rem;
        margin-bottom: 1.25rem;
    }
    
    .footer__about {
        font-size: 0.875rem;
    }
    
    .footer__socials a {
        width: 36px;
        height: 36px;
    }

    /* Floating Buttons */
    .float-whatsapp,
    .back-to-top {
        width: 52px;
        height: 52px;
        font-size: 1.25rem;
        bottom: var(--spacing-md);
        right: var(--spacing-md);
    }

    .back-to-top {
        bottom: calc(var(--spacing-md) + 68px);
    }
    
    /* Mobile Menu */
    .mobile-menu__panel {
        width: 100%;
        max-width: 100%;
    }
    
    .mobile-menu__nav {
        padding: var(--spacing-lg) var(--spacing-md);
    }
    
    .mobile-menu__nav a {
        padding: var(--spacing-sm) var(--spacing-md);
        font-size: 0.9375rem;
    }
}

/* ============================================
   EXTRA SMALL MOBILE (max-width: 360px)
============================================= */
@media (max-width: 360px) {
    .hero__title {
        font-size: 1.75rem;
    }
    
    .hero__stat-content {
        gap: 1px;
    }
    
    .hero__stat-value {
        font-size: 1rem;
    }
    
    .hero__stat-label {
        font-size: 0.625rem;
    }
    
    .booking-form__title {
        font-size: 1.125rem;
    }
}
