/* Mobile Styles - Responsive Design */

/* Large Desktop */
@media (max-width: 1200px) {
  .container {
    padding: 0 2rem;
  }
}

/* Tablet Landscape */
@media (max-width: 992px) {
  .hero h1 {
    font-size: 3rem;
  }
  
  .hero-stats {
    gap: 1.5rem;
  }
  
  .stat-item {
    min-width: 130px;
    padding: 1.5rem 1rem;
  }
  
  .features-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  
  .process-steps {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .process-steps::before {
    display: none;
  }
}

/* Tablet Portrait & Mobile */
@media (max-width: 768px) {
  .container {
    padding: 0 1rem;
  }
  
  /* Hero Section Mobile */
  .hero {
    padding-top: 70px;
    min-height: auto;
    padding-bottom: 4rem;
  }
  
  .hero h1 {
    font-size: 2.5rem;
    line-height: 1.1;
    margin-bottom: 1rem;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
  
  .hero-stats {
    gap: 1rem;
    margin: 2rem 0;
  }
  
  .stat-item {
    min-width: 120px;
    padding: 1.5rem 1rem;
  }
  
  .stat-number {
    font-size: 2rem;
  }
  
  .security-badges {
    gap: 1rem;
    margin: 1.5rem 0;
  }
  
  .badge {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  
  .hero .btn {
    padding: 0.9rem 1.8rem;
    font-size: 1rem;
    width: 100%;
    max-width: 280px;
  }
  
  /* Section Headers Mobile */
  .section-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1rem;
  }
  
  /* Features Mobile */
  .features-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .feature-card {
    padding: 2rem;
  }
  
  /* Process Mobile */
  .process {
    padding: 4rem 0;
  }
  
  .process-step {
    padding: 2rem 1.5rem;
  }
  
  .step-number {
    width: 70px;
    height: 70px;
    font-size: 1.8rem;
  }
  
  .process-step h3 {
    font-size: 1.3rem;
  }
  
  /* Testimonials Mobile */
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .testimonial-card {
    padding: 1.5rem;
  }
  
  /* FAQ Mobile */
  .faq-question {
    padding: 1.5rem;
    font-size: 1.1rem;
  }
  
  .faq-answer-content {
    padding: 0 1.5rem 1.5rem;
    font-size: 1rem;
  }
  
  .faq-icon {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }
  
  /* CTA Mobile */
  .cta h2 {
    font-size: 2rem;
  }
  
  .cta p {
    font-size: 1rem;
  }
  
  /* Footer Mobile */
  .footer-content {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  /* Hero Small Mobile */
  .hero {
    padding-top: 65px;
  }
  
  .hero h1 {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .hero-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  
  .stat-item {
    min-width: auto;
    padding: 1rem 0.5rem;
  }
  
  .stat-number {
    font-size: 1.8rem;
  }
  
  .stat-label {
    font-size: 0.8rem;
  }
  
  .security-badges {
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
  }
  
  .hero .btn {
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
  }
  
  /* Sections Small Mobile */
  .section-title {
    font-size: 1.8rem;
  }
  
  .features,
  .process,
  .testimonials,
  .faq,
  .cta {
    padding: 3rem 0;
  }
  
  /* Features Small Mobile */
  .feature-card {
    padding: 1.5rem;
  }
  
  .feature-icon {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
  }
  
  /* Process Small Mobile */
  .process-step {
    padding: 1.5rem 1rem;
  }
  
  .step-number {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .process-step h3 {
    font-size: 1.2rem;
  }
  
  /* Testimonials Small Mobile */
  .testimonial-card {
    padding: 1.2rem;
  }
  
  .author-avatar {
    width: 40px;
    height: 40px;
    font-size: 0.9rem;
  }
  
  /* FAQ Small Mobile */
  .faq-question {
    padding: 1.2rem;
    font-size: 1rem;
  }
  
  .faq-answer-content {
    padding: 0 1.2rem 1.2rem;
  }
  
  .faq-icon {
    width: 30px;
    height: 30px;
    font-size: 0.9rem;
  }
  
  /* CTA Small Mobile */
  .cta h2 {
    font-size: 1.8rem;
  }
  
  .cta-buttons {
    gap: 0.8rem;
  }
  
  .cta .btn {
    width: 100%;
    max-width: 250px;
  }
}

/* Extra Small Mobile */
@media (max-width: 360px) {
  .container {
    padding: 0 0.8rem;
  }
  
  .hero h1 {
    font-size: 1.8rem;
  }
  
  .section-title {
    font-size: 1.6rem;
  }
  
  .feature-card,
  .process-step,
  .testimonial-card {
    padding: 1rem;
  }
  
  .stat-item {
    padding: 0.8rem 0.3rem;
  }
  
  .stat-number {
    font-size: 1.5rem;
  }
  
  .faq-question {
    padding: 1rem;
    font-size: 0.9rem;
  }
  
  .faq-answer-content {
    padding: 0 1rem 1rem;
  }
}

/* Landscape Mobile */
@media (max-height: 500px) and (orientation: landscape) {
  .hero {
    min-height: 100vh;
    padding-top: 60px;
  }
  
  .hero-content {
    padding: 1rem;
  }
  
  .hero h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  
  .hero-stats {
    gap: 1rem;
    margin: 1.5rem 0;
  }
  
  .stat-item {
    padding: 1rem 0.8rem;
  }
  
  .security-badges {
    gap: 0.8rem;
    margin: 1rem 0;
  }
  
  .cta-buttons {
    gap: 0.8rem;
    margin-top: 1.5rem;
  }
}

/* Touch Device Optimizations */
@media (hover: none) and (pointer: coarse) {
  .btn {
    padding: 1rem 1.5rem;
    font-size: 1rem;
  }
  
  .faq-question {
    padding: 1.5rem;
  }
  
  .mobile-nav a {
    padding: 1.2rem 2rem;
  }
  
  /* Larger touch targets */
  .scroll-arrow {
    width: 50px;
    height: 50px;
  }
  
  .mobile-menu-toggle {
    padding: 12px;
  }
  
  .hamburger {
    width: 32px;
    height: 22px;
  }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hero-image {
    background-image: linear-gradient(135deg, 
      rgba(31, 41, 55, 0.1) 0%,
      rgba(59, 130, 246, 0.1) 50%,
      rgba(16, 185, 129, 0.1) 100%
    ),
    url('/images/hero-img.jpg');
  }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
  .feature-card,
  .process-step,
  .testimonial-card {
    background: rgba(31, 41, 55, 0.8);
    color: white;
  }
  
  .feature-card p,
  .process-step p,
  .testimonial-text {
    color: rgba(255, 255, 255, 0.8);
  }
}

/* Reduced Motion Preferences */
@media (prefers-reduced-motion: reduce) {
  .hero-image {
    animation: none;
    background-attachment: scroll;
  }
  
  .particle,
  .shape,
  .floating-shapes * {
    animation: none;
  }
  
  .step-number::before {
    animation: none;
  }
  
  .hero-badge {
    animation: none;
  }
  
  .scroll-arrow {
    animation: none;
  }
  
  .btn-primary.pulse {
    animation: none;
  }
}

/* Print Styles for Mobile */
@media print {
  .mobile-menu-toggle,
  .mobile-nav,
  .hamburger {
    display: none !important;
  }
  
  .hero-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    page-break-inside: avoid;
  }
  
  .features-grid,
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
  
  .feature-card,
  .process-step,
  .testimonial-card,
  .faq-item {
    page-break-inside: avoid;
    margin-bottom: 1rem;
  }
}