/* Additional Responsive Styles */

/* Tablet Styles */
@media (max-width: 1024px) {
    .container {
        max-width: 900px;
    }
    
    .hero-content {
        gap: 3rem;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .global-content {
        gap: 3rem;
    }
    
    .global-map {
        font-size: 6rem;
    }
}

/* Large Mobile Styles */
@media (max-width: 768px) {
    .container {
        max-width: 100%;
        padding: 0 20px;
    }
    
    .header {
        padding: 0.75rem 0;
    }
    
    .logo-text h1 {
        font-size: 1.25rem;
    }
    
    .logo-text p {
        font-size: 0.7rem;
    }
    
    .logo i {
        font-size: 1.5rem;
    }
    
    .header-right {
        gap: 0.5rem;
    }
    
    .app-btn {
        min-width: 140px;
        padding: 6px 12px;
    }
    
    .nav {
        top: 70px;
    }
    
    .nav-menu {
        padding: 0.75rem 0;
        gap: 1rem;
    }
    
    .nav-link {
        padding: 0.4rem 0.8rem;
        font-size: 0.9rem;
    }
    
    .hero {
        padding: 3rem 0 4rem;
    }
    
    .hero-title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
        margin-bottom: 2rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }
    
    .hero-buttons .app-btn {
        transform: scale(1);
        min-width: 180px;
    }
    
    .phone-mockup {
        width: 250px;
        height: 500px;
    }
    
    .features {
        padding: 4rem 0;
    }
    
    .section-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .feature-card {
        padding: 1.5rem;
    }
    
    .feature-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .feature-card h3 {
        font-size: 1.1rem;
    }
    
    .global-reach {
        padding: 4rem 0;
    }
    
    .global-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .global-text h2 {
        font-size: 2rem;
    }
    
    .global-text p {
        font-size: 1rem;
    }
    
    .global-stats {
        justify-content: center;
        gap: 1.5rem;
    }
    
    .global-map {
        font-size: 4rem;
    }
    
    .footer {
        padding: 3rem 0 1rem;
    }
    
    .footer-content {
        gap: 2rem;
    }
    
    .footer-column {
        text-align: center;
    }
    
    .footer-app-buttons {
        align-items: center;
    }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .header-content {
        gap: 0.75rem;
    }
    
    .logo {
        gap: 8px;
    }
    
    .logo i {
        font-size: 1.25rem;
    }
    
    .logo-text h1 {
        font-size: 1.1rem;
    }
    
    .logo-text p {
        font-size: 0.65rem;
    }
    
    .header-right {
        flex-direction: column;
        gap: 0.5rem;
        width: 100%;
    }
    
    .app-btn {
        min-width: auto;
        width: 100%;
        justify-content: center;
    }
    
    .nav {
        top: 120px;
    }
    
    .nav-menu {
        justify-content: flex-start;
        overflow-x: auto;
        white-space: nowrap;
        padding: 0.5rem 0;
        gap: 0.5rem;
    }
    
    .nav-link {
        padding: 0.3rem 0.6rem;
        font-size: 0.85rem;
    }
    
    .hero {
        padding: 2rem 0 3rem;
    }
    
    .hero-title {
        font-size: 1.75rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .phone-mockup {
        width: 200px;
        height: 400px;
        padding: 15px;
    }
    
    .screen {
        padding: 15px;
    }
    
    .transaction-item {
        padding: 0.75rem;
        gap: 0.75rem;
    }
    
    .transaction-icon {
        width: 30px;
        height: 30px;
    }
    
    .transaction-details h4 {
        font-size: 0.8rem;
    }
    
    .transaction-details p {
        font-size: 0.9rem;
    }
    
    .features {
        padding: 3rem 0;
    }
    
    .section-title {
        font-size: 1.75rem;
    }
    
    .feature-card {
        padding: 1.25rem;
    }
    
    .global-reach {
        padding: 3rem 0;
    }
    
    .global-text h2 {
        font-size: 1.75rem;
    }
    
    .global-stats {
        flex-direction: column;
        gap: 1rem;
    }
    
    .footer-content {
        gap: 1.5rem;
    }
    
    .footer-column h4 {
        font-size: 1rem;
    }
}

/* Extra Small Mobile Styles */
@media (max-width: 320px) {
    .hero-title {
        font-size: 1.5rem;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .phone-mockup {
        width: 180px;
        height: 360px;
    }
    
    .app-btn-text span {
        font-size: 0.55rem;
    }
    
    .app-btn-text strong {
        font-size: 0.75rem;
    }
}

/* Contact Page Responsive */
@media (max-width: 768px) {
    .contact-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .contact-hero-title {
        font-size: 2rem;
    }
    
    .contact-hero-subtitle {
        font-size: 1rem;
    }
    
    .contact-form-container {
        padding: 1.5rem;
    }
    
    .contact-info {
        order: 2;
    }
    
    .contact-form-container {
        order: 1;
    }
    
    .contact-methods {
        gap: 1rem;
    }
    
    .contact-method {
        padding: 1rem;
    }
    
    .contact-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .contact-form-container {
        padding: 1rem;
    }
    
    .form-control {
        padding: 0.8rem;
        font-size: 0.9rem;
    }
    
    .submit-btn {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }
    
    .contact-hero {
        padding: 3rem 0;
    }
    
    .contact-hero-title {
        font-size: 1.8rem;
    }
}

/* Privacy Policy Page Responsive */
@media (max-width: 768px) {
    .legal-hero-title {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    
    .legal-hero-subtitle {
        flex-direction: column;
        gap: 0.5rem;
        font-size: 1rem;
    }
    
    .privacy-left,
    .privacy-center,
    .privacy-right {
        text-align: center;
        flex: none;
    }
    
    .privacy-center {
        flex: none;
    }
    
    .legal-header {
        padding: 2rem 1.5rem;
    }
    
    .legal-header h3 {
        font-size: 1.8rem;
    }
    
    .legal-section {
        padding: 2rem 1.5rem;
    }
    
    .legal-section h4 {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .legal-hero {
        padding: 3rem 0;
    }
    
    .legal-hero-title {
        font-size: 1.8rem;
    }
    
    .legal-hero-subtitle {
        font-size: 0.9rem;
    }

    .legal-hero-info {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }

    .legal-hero-left,
    .legal-hero-center,
    .legal-hero-right {
        text-align: center !important;
        flex: none;
        width: 100%;
    }

    .legal-hero-text {
        font-size: 0.85rem;
    }
    
    .legal-header {
        padding: 1.5rem 1rem;
    }
    
    .legal-header h3 {
        font-size: 1.5rem;
    }
    
    .legal-section {
        padding: 1.5rem 1rem;
    }
}

/* Support Page Responsive */
@media (max-width: 768px) {
    .support-hero-title {
        font-size: 2rem;
    }
    
    .support-hero-subtitle {
        font-size: 1.1rem;
    }
    
    .quick-links-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1.5rem;
        margin-top: 2rem;
    }
    
    .quick-link {
        padding: 2rem 1rem;
    }
    
    .quick-link-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .support-item {
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
    }
    
    .support-number {
        margin: 0 auto;
    }
    
    .download-buttons {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .support-hero {
        padding: 3rem 0;
    }
    
    .support-hero-title {
        font-size: 1.8rem;
    }
    
    .quick-links-grid {
        grid-template-columns: 1fr;
    }
    
    .quick-link {
        padding: 1.5rem 1rem;
    }
    
    .support-section {
        padding: 3rem 0;
    }
    
    .support-content-text h4 {
        font-size: 1.1rem;
    }
}

/* High DPI Display Support */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .logo i,
    .feature-icon {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

/* Print Styles */
@media print {
    .header,
    .nav,
    .footer,
    .hero-buttons,
    .app-btn {
        display: none;
    }
    
    .hero {
        background: var(--white);
        color: var(--text-primary);
    }
    
    .hero-title,
    .section-title {
        color: var(--text-primary);
    }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    
    html {
        scroll-behavior: auto;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    :root {
        --white: #1a1a1a;
        --off-white: #2a2a2a;
        --text-primary: #ffffff;
        --text-secondary: #b3b3b3;
        --light-gray: #404040;
        --medium-gray: #808080;
        --dark-gray: #f0f0f0;
    }
    
    body {
        background: var(--white);
        color: var(--text-primary);
    }
}