/* Mobile Responsive Styles for RealSealHub */

/* Premier Gateway Section Mobile Styles */
@media (max-width: 768px) {
    /* Main Content Grid - Stack on mobile */
    .premier-gateway-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
        margin-bottom: 3rem !important;
    }
    
    /* Header text adjustments */
    .premier-gateway-header h2 {
        font-size: clamp(1.8rem, 6vw, 2.5rem) !important;
        line-height: 1.3 !important;
        margin-bottom: 1rem !important;
    }
    
    .premier-gateway-header p {
        font-size: 1rem !important;
        padding: 0 1rem !important;
    }
    
    /* Story card mobile adjustments */
    .story-card {
        padding: 2rem 1.5rem !important;
        margin-bottom: 2rem !important;
    }
    
    .story-card-header {
        flex-direction: column !important;
        text-align: center !important;
        margin-bottom: 1.5rem !important;
    }
    
    .story-card-icon {
        margin-right: 0 !important;
        margin-bottom: 1rem !important;
    }
    
    .story-card p {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
    }
    
    /* Feature badges - stack on mobile */
    .feature-badges {
        flex-direction: column !important;
        gap: 0.75rem !important;
    }
    
    .feature-badges > div {
        text-align: center !important;
        padding: 0.75rem 1rem !important;
    }
    
    /* Floating stats card - reposition for mobile */
    .floating-stats {
        position: relative !important;
        bottom: auto !important;
        right: auto !important;
        margin-top: 2rem !important;
        max-width: 100% !important;
        text-align: center !important;
    }
    
    /* Visual content adjustments */
    .visual-content img {
        height: 250px !important;
    }
    
    /* Floating feature cards - hide on mobile for cleaner look */
    .floating-feature-card {
        display: none !important;
    }
    
    /* Core Values Section */
    .core-values-section {
        padding: 3rem 1rem !important;
    }
    
    .core-values-grid {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
    }
    
    .core-value-item {
        padding: 1.5rem 1rem !important;
    }
    
    .core-value-item h4 {
        font-size: 1.1rem !important;
    }
    
    .core-value-item p {
        font-size: 0.9rem !important;
    }
}

/* What Makes RealSealHub Different Section Mobile Styles */
@media (max-width: 768px) {
    /* Main section padding */
    .different-section {
        padding: 4rem 0 !important;
    }
    
    /* Header adjustments */
    .different-header h2 {
        font-size: clamp(1.8rem, 6vw, 2.5rem) !important;
        line-height: 1.3 !important;
        margin-bottom: 1rem !important;
    }
    
    .different-header p {
        font-size: 1rem !important;
        padding: 0 1rem !important;
    }
    
    /* Advantages grid - single column on mobile */
    .advantages-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
        margin-bottom: 3rem !important;
        max-width: 100% !important;
        padding: 0 1rem !important;
    }
    
    /* Individual advantage cards */
    .advantage-card {
        padding: 2rem 1.5rem !important;
        margin: 0 !important;
        border-radius: 20px !important;
    }
    
    .advantage-card h3 {
        font-size: 1.3rem !important;
        margin-bottom: 1rem !important;
        line-height: 1.3 !important;
    }
    
    .advantage-card p {
        font-size: 1rem !important;
        line-height: 1.6 !important;
        margin-bottom: 1.5rem !important;
    }
    
    /* Number badges - smaller on mobile */
    .advantage-number {
        width: 40px !important;
        height: 40px !important;
        font-size: 1rem !important;
        top: 1rem !important;
        right: 1rem !important;
    }
    
    /* Icon containers */
    .advantage-icon {
        width: 60px !important;
        height: 60px !important;
        margin-bottom: 1.5rem !important;
        border-radius: 15px !important;
    }
    
    .advantage-icon svg {
        width: 30px !important;
        height: 30px !important;
    }
    
    /* Feature highlights */
    .feature-highlight {
        padding: 0.75rem !important;
        font-size: 0.9rem !important;
        border-radius: 12px !important;
    }
    
    .feature-highlight div:first-child {
        font-size: 1rem !important;
        margin-bottom: 0.25rem !important;
    }
    
    .feature-highlight div:last-child {
        font-size: 0.8rem !important;
    }
    
    /* Call to action section */
    .cta-section {
        padding: 2rem 1.5rem !important;
        margin: 0 1rem !important;
        border-radius: 20px !important;
    }
    
    .cta-section h3 {
        font-size: 1.4rem !important;
        line-height: 1.4 !important;
        margin-bottom: 1rem !important;
    }
    
    .cta-section p {
        font-size: 1rem !important;
        margin-bottom: 2rem !important;
        padding: 0 !important;
    }
    
    .cta-button {
        padding: 1rem 2rem !important;
        font-size: 1rem !important;
        width: 100% !important;
        justify-content: center !important;
        border-radius: 15px !important;
    }
    
    .cta-button svg {
        margin-left: 0.5rem !important;
    }
}

/* Extra small devices (phones, 480px and down) */
@media (max-width: 480px) {
    /* Premier Gateway Section */
    .premier-gateway-section {
        padding: 3rem 0 !important;
    }
    
    .story-card {
        padding: 1.5rem 1rem !important;
    }
    
    .story-card-icon {
        width: 50px !important;
        height: 50px !important;
    }
    
    .story-card-icon svg {
        width: 24px !important;
        height: 24px !important;
    }
    
    .story-card h3 {
        font-size: 1.2rem !important;
    }
    
    /* What Makes Different Section - Extra Small Screens */
    .different-section {
        padding: 3rem 0 !important;
    }
    
    .different-header {
        margin-bottom: 3rem !important;
    }
    
    .different-header h2 {
        font-size: clamp(1.5rem, 8vw, 2rem) !important;
        padding: 0 0.5rem !important;
    }
    
    .different-header p {
        font-size: 0.95rem !important;
        padding: 0 0.5rem !important;
    }
    
    .advantages-grid {
        padding: 0 0.5rem !important;
        gap: 1rem !important;
    }
    
    .advantage-card {
        padding: 1.5rem 1rem !important;
        border-radius: 15px !important;
    }
    
    .advantage-number {
        width: 35px !important;
        height: 35px !important;
        font-size: 0.9rem !important;
        top: 0.75rem !important;
        right: 0.75rem !important;
    }
    
    .advantage-icon {
        width: 50px !important;
        height: 50px !important;
        border-radius: 12px !important;
        margin-bottom: 1rem !important;
    }
    
    .advantage-icon svg {
        width: 25px !important;
        height: 25px !important;
    }
    
    .advantage-card h3 {
        font-size: 1.2rem !important;
        margin-bottom: 0.75rem !important;
    }
    
    .advantage-card p {
        font-size: 0.95rem !important;
        margin-bottom: 1rem !important;
    }
    
    .feature-highlight {
        padding: 0.5rem 0.75rem !important;
        border-radius: 10px !important;
    }
    
    .feature-highlight div:first-child {
        font-size: 0.95rem !important;
    }
    
    .feature-highlight div:last-child {
        font-size: 0.75rem !important;
    }
    
    /* CTA section */
    .cta-section {
        padding: 1.5rem 1rem !important;
        margin: 0 0.5rem !important;
        border-radius: 15px !important;
    }
    
    .cta-section h3 {
        font-size: 1.2rem !important;
        margin-bottom: 0.75rem !important;
    }
    
    .cta-section p {
        font-size: 0.95rem !important;
        margin-bottom: 1.5rem !important;
    }
    
    .cta-button {
        padding: 0.875rem 1.5rem !important;
        font-size: 0.95rem !important;
        border-radius: 12px !important;
    }
    
    .cta-button svg {
        width: 16px !important;
        height: 16px !important;
    }
}

/* Tablet specific adjustments */
@media (min-width: 769px) and (max-width: 1024px) {
    /* Premier Gateway Section */
    .premier-gateway-grid {
        gap: 3rem !important;
    }
    
    .story-card {
        padding: 2.5rem 2rem !important;
    }
    
    /* What Makes Different Section */
    .advantages-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 1.5rem !important;
    }
    
    .advantage-card {
        padding: 2.5rem 2rem !important;
    }
}

/* Utility classes for mobile optimization */
.mobile-hidden {
    display: block;
}

@media (max-width: 768px) {
    .mobile-hidden {
        display: none !important;
    }
}

.mobile-only {
    display: none;
}

@media (max-width: 768px) {
    .mobile-only {
        display: block !important;
    }
}

/* Animation adjustments for mobile */
@media (max-width: 768px) {
    .floating-decoration {
        display: none !important;
    }
    
    /* Reduce motion for better mobile performance */
    * {
        animation-duration: 0.3s !important;
        transition-duration: 0.3s !important;
    }
}

/* Container adjustments for mobile */
@media (max-width: 768px) {
    .container {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

/* Background pattern adjustments for mobile */
@media (max-width: 768px) {
    .background-pattern {
        opacity: 0.3 !important;
    }
    
    .animated-background > div {
        display: none !important;
    }
} 