/*
 * MigroStack Marketing Site Enhancements
 * Accessibility, animations, mobile navigation, and visual improvements
 */

/* ==================== COMPACT TYPOGRAPHY & SPACING ==================== */

/* Reduce base font sizes */
body {
    font-size: 12px;
    line-height: 1.4;
}

/* Smaller headings */
h1, .h1 {
    font-size: 1.2rem !important;
    margin-bottom: 0.5rem !important;
}

h2, .h2 {
    font-size: 1rem !important;
    margin-bottom: 0.4rem !important;
}

h3, .h3 {
    font-size: 0.85rem !important;
    margin-bottom: 0.3rem !important;
}

h4, .h4 {
    font-size: 0.75rem !important;
    margin-bottom: 0.25rem !important;
}

h5, .h5, h6, .h6 {
    font-size: 0.7rem !important;
    margin-bottom: 0.2rem !important;
}

p {
    font-size: 0.7rem !important;
    margin-bottom: 0.4rem;
    line-height: 1.4;
}

li {
    font-size: 0.7rem !important;
    line-height: 1.4;
}

/* Compact header/navbar - keep logo original size */
.navbar,
nav,
header {
    padding: 0 !important;
}

.nav-container {
    padding: 0.25rem 1rem !important;
}

.nav-links {
    gap: 0.6rem !important;
}

.nav-links a {
    font-size: 15.2px !important;
    padding: 0.25rem 0.4rem !important;
}

.nav-cta {
    gap: 0.5rem !important;
}

.nav-cta .btn {
    padding: 0.25rem 0.7rem !important;
    font-size: 0.7rem !important;
}

/* Compact hero section - needs top padding for fixed nav */
.hero {
    padding: 2rem 1rem 0.75rem 1rem !important;
    min-height: auto !important;
}

.hero h1 {
    font-size: 1.1rem !important;
    margin-bottom: 0.3rem !important;
}

.hero p {
    font-size: 0.9rem !important;
    margin-bottom: 0.5rem !important;
}

.hero-content {
    gap: 1.5rem !important;
}

.hero-text h1 {
    font-size: 1.1rem !important;
    line-height: 1.2 !important;
    margin-bottom: 0.4rem !important;
}

.hero-text p {
    font-size: 0.7rem !important;
    margin-bottom: 0.5rem !important;
}

.hero-cta {
    gap: 0.5rem !important;
    margin-top: 0.5rem !important;
}

.hero-cta .btn {
    padding: 0.5rem 1.25rem !important;
    font-size: 0.85rem !important;
}

/* Compact trust badges */
.trust-badges {
    gap: 1rem !important;
    margin-top: 1rem !important;
}

.trust-badge {
    padding: 0.4rem 0.6rem !important;
}

.trust-badge-value {
    font-size: 1.1rem !important;
}

.trust-badge-label {
    font-size: 0.65rem !important;
}

/* Compact sections */
section,
.section {
    padding: 2rem 1rem !important;
}

.section-header {
    margin-bottom: 1.5rem !important;
}

.section-header h2 {
    font-size: 1.5rem !important;
    margin-bottom: 0.4rem !important;
}

.section-header p {
    font-size: 0.85rem !important;
}

.section-label {
    font-size: 0.7rem !important;
    padding: 0.25rem 0.75rem !important;
    margin-bottom: 0.5rem !important;
}

/* Compact cards */
.feature-card,
.migration-card,
.pricing-card,
.testimonial-card,
.value-card,
.stat-card,
.guide-card,
.support-card,
.team-card,
.card {
    padding: 1rem !important;
    border-radius: 10px !important;
}

.feature-card h3,
.migration-card h3,
.card h3 {
    font-size: 1rem !important;
    margin-bottom: 0.35rem !important;
}

.feature-card p,
.migration-card p,
.card p {
    font-size: 0.8rem !important;
    line-height: 1.4 !important;
}

.feature-icon,
.migration-icon {
    font-size: 1.75rem !important;
    margin-bottom: 0.5rem !important;
}

/* Compact pricing cards */
.pricing-card {
    padding: 1.25rem !important;
}

.pricing-card h3 {
    font-size: 1.1rem !important;
}

.pricing-card .price {
    font-size: 1.75rem !important;
}

.pricing-card .price span {
    font-size: 0.8rem !important;
}

.pricing-card ul {
    margin: 0.75rem 0 !important;
}

.pricing-card li {
    font-size: 0.8rem !important;
    padding: 0.25rem 0 !important;
}

/* Compact grids */
.features-grid,
.migration-types,
.pricing-grid {
    gap: 1rem !important;
}

/* Compact footer */
footer,
.footer {
    padding: 1.5rem 1rem !important;
}

.footer-content {
    gap: 1.5rem !important;
}

.footer-section h4 {
    font-size: 0.9rem !important;
    margin-bottom: 0.5rem !important;
}

.footer-section ul {
    gap: 0.25rem !important;
}

.footer-section li,
.footer-section a {
    font-size: 0.8rem !important;
}

.footer-bottom {
    padding-top: 1rem !important;
    margin-top: 1rem !important;
    font-size: 0.75rem !important;
}

/* Compact buttons globally */
.btn {
    padding: 0.5rem 1rem !important;
    font-size: 0.85rem !important;
    border-radius: 6px !important;
}

.btn-lg {
    padding: 0.6rem 1.5rem !important;
    font-size: 0.9rem !important;
}

.btn-sm {
    padding: 0.3rem 0.75rem !important;
    font-size: 0.75rem !important;
}

/* Compact testimonials */
.testimonial-card {
    padding: 1rem !important;
}

.testimonial-card p {
    font-size: 0.85rem !important;
}

.testimonial-author {
    font-size: 0.8rem !important;
}

/* Compact FAQ */
.faq-item {
    padding: 0.75rem !important;
    margin-bottom: 0.5rem !important;
}

.faq-question {
    font-size: 0.9rem !important;
}

.faq-answer {
    font-size: 0.85rem !important;
    padding-top: 0.5rem !important;
}

/* Compact comparison table */
.comparison-table th,
.comparison-table td {
    padding: 0.5rem 0.35rem !important;
    font-size: 0.8rem !important;
}

/* Compact forms */
input,
textarea,
select {
    padding: 0.5rem 0.75rem !important;
    font-size: 0.85rem !important;
}

label {
    font-size: 0.8rem !important;
    margin-bottom: 0.25rem !important;
}

.form-group {
    margin-bottom: 0.75rem !important;
}

/* Reduce list spacing */
ul, ol {
    padding-left: 1.25rem;
}

li {
    margin-bottom: 0.25rem;
    font-size: 0.85rem;
}

/* Compact modals */
.modal-content {
    padding: 1rem !important;
}

.modal-header {
    padding-bottom: 0.5rem !important;
    margin-bottom: 0.75rem !important;
}

.modal-header h2,
.modal-header h3 {
    font-size: 1.1rem !important;
}

/* ==================== ACCESSIBILITY ==================== */

/* Skip to content link */
.skip-to-content {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary-blue, #F59E0B);
    color: white;
    padding: 1rem 2rem;
    border-radius: 0 0 8px 8px;
    z-index: 10000;
    font-weight: 600;
    text-decoration: none;
    transition: top 0.3s ease;
}

.skip-to-content:focus {
    top: 0;
    outline: 3px solid var(--accent-orange, #D97634);
    outline-offset: 2px;
}

/* Focus visible styles for keyboard navigation */
*:focus-visible {
    outline: 3px solid var(--primary-blue, #F59E0B);
    outline-offset: 3px;
}

button:focus-visible,
.btn:focus-visible {
    outline: 3px solid var(--accent-orange, #D97634);
    outline-offset: 3px;
    box-shadow: 0 0 0 6px rgba(217, 118, 52, 0.2);
}

a:focus-visible {
    outline: 2px solid var(--primary-blue, #F59E0B);
    outline-offset: 2px;
    border-radius: 4px;
}

/* Remove default focus outline when using mouse */
:focus:not(:focus-visible) {
    outline: none;
}

/* ==================== MOBILE NAVIGATION ==================== */

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 1001;
    border-radius: 8px;
    transition: background 0.3s ease;
}

.mobile-menu-toggle:hover {
    background: rgba(255, 255, 255, 0.1);
}

.mobile-menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: white;
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
}

.mobile-menu-toggle span:nth-child(1) {
    margin-bottom: 6px;
}

.mobile-menu-toggle span:nth-child(3) {
    margin-top: 6px;
}

/* Hamburger animation when open */
.mobile-menu-toggle.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

/* Mobile menu overlay - HIDDEN on desktop */
.mobile-menu-overlay {
    display: none !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10, 14, 39, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-menu-overlay.active {
    display: block !important;
    opacity: 1;
    visibility: visible;
}

.mobile-menu-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 2rem;
}

.mobile-menu-content .mobile-nav-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    list-style: none;
    margin-bottom: 2rem;
}

.mobile-menu-content .mobile-nav-links a {
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    transition: color 0.3s ease, transform 0.3s ease;
    display: block;
    padding: 0.5rem 1rem;
}

.mobile-menu-content .mobile-nav-links a:hover {
    color: var(--primary-blue, #F59E0B);
    transform: scale(1.05);
}

.mobile-menu-content .mobile-nav-cta {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 280px;
}

.mobile-menu-content .mobile-nav-cta .btn {
    width: 100%;
    text-align: center;
    padding: 1rem 2rem;
    font-size: 1.1rem;
}

/* Show hamburger on mobile */
@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: flex;
    }

    /* On mobile, overlay is still hidden until .active is added */
    .mobile-menu-overlay {
        display: none !important;
    }

    .mobile-menu-overlay.active {
        display: block !important;
    }

    /* Hide desktop nav elements */
    .nav-links {
        display: none !important;
    }

    .nav-cta {
        display: none !important;
    }
}

/* ==================== ENTRANCE ANIMATIONS ==================== */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideInFromBottom {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Staggered animation classes */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-on-scroll.animated {
    opacity: 1;
    transform: translateY(0);
}

/* Hero animations */
.hero-text h1 {
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 0.1s;
    opacity: 0;
}

.hero-text p {
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 0.3s;
    opacity: 0;
}

.hero-cta {
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 0.5s;
    opacity: 0;
}

.trust-badges {
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 0.7s;
    opacity: 0;
}

.hero-visual {
    animation: fadeInRight 1s ease forwards;
    animation-delay: 0.3s;
    opacity: 0;
}

/* Feature cards stagger */
.feature-card,
.migration-card,
.pricing-card,
.testimonial-card,
.value-card,
.stat-card,
.guide-card,
.support-card,
.team-card {
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}

.feature-card:nth-child(1), .migration-card:nth-child(1), .pricing-card:nth-child(1), .value-card:nth-child(1), .stat-card:nth-child(1) { animation-delay: 0.1s; }
.feature-card:nth-child(2), .migration-card:nth-child(2), .pricing-card:nth-child(2), .value-card:nth-child(2), .stat-card:nth-child(2) { animation-delay: 0.2s; }
.feature-card:nth-child(3), .migration-card:nth-child(3), .pricing-card:nth-child(3), .value-card:nth-child(3), .stat-card:nth-child(3) { animation-delay: 0.3s; }
.feature-card:nth-child(4), .migration-card:nth-child(4), .pricing-card:nth-child(4), .value-card:nth-child(4), .stat-card:nth-child(4) { animation-delay: 0.4s; }
.feature-card:nth-child(5), .value-card:nth-child(5) { animation-delay: 0.5s; }
.feature-card:nth-child(6), .value-card:nth-child(6) { animation-delay: 0.6s; }

.testimonial-card:nth-child(1), .guide-card:nth-child(1), .team-card:nth-child(1) { animation-delay: 0.15s; }
.testimonial-card:nth-child(2), .guide-card:nth-child(2), .team-card:nth-child(2) { animation-delay: 0.25s; }
.testimonial-card:nth-child(3), .guide-card:nth-child(3), .team-card:nth-child(3) { animation-delay: 0.35s; }
.testimonial-card:nth-child(4), .guide-card:nth-child(4), .team-card:nth-child(4) { animation-delay: 0.45s; }

/* Section headers animation */
.section-header,
.section-title,
.category-header {
    animation: fadeInUp 0.7s ease forwards;
    opacity: 0;
}

/* ==================== ENHANCED CTA INTERACTIONS ==================== */

.btn {
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.btn:hover::before {
    width: 300px;
    height: 300px;
}

.btn-primary {
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(245, 158, 11, 0.5), 0 0 40px rgba(245, 158, 11, 0.2);
}

.btn-primary:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4);
}

.btn-outline:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}

/* ==================== TRUST BADGES - PROFESSIONAL STYLING ==================== */

.trust-badges-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 2rem 0;
}

.trust-badge-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1.5rem;
    background: rgba(26, 31, 58, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    transition: all 0.3s ease;
    min-width: 140px;
}

.trust-badge-item:hover {
    transform: translateY(-5px);
    border-color: rgba(245, 158, 11, 0.3);
    box-shadow: 0 10px 30px rgba(245, 158, 11, 0.15);
}

.trust-badge-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trust-badge-icon svg {
    width: 100%;
    height: 100%;
}

.trust-badge-text {
    text-align: center;
    font-size: 0.875rem;
    color: var(--text-secondary, #A0AEC0);
    font-weight: 500;
    line-height: 1.4;
}

/* ==================== VISUAL HIERARCHY IMPROVEMENTS ==================== */

/* Alternating section backgrounds */
.section:nth-child(even) {
    background: linear-gradient(180deg, rgba(245, 158, 11, 0.02) 0%, rgba(217, 119, 6, 0.02) 100%);
}

/* Section dividers */
.section-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 80%, transparent);
    margin: 0 auto;
    max-width: 1200px;
}

/* Gradient accent lines */
.accent-line {
    width: 60px;
    height: 4px;
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    border-radius: 2px;
    margin: 0 auto 1.5rem;
}

/* Featured card styling */
.card-featured {
    position: relative;
    border: 2px solid transparent;
    background:
        linear-gradient(var(--dark-secondary, #27272A), var(--dark-secondary, #27272A)) padding-box,
        linear-gradient(135deg, #F59E0B, #D97706) border-box;
}

.card-featured::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 20%;
    right: 20%;
    height: 3px;
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    border-radius: 0 0 3px 3px;
}

/* ==================== FAQ ACCESSIBILITY ==================== */

.faq-item[aria-expanded="true"] .faq-icon {
    transform: rotate(45deg);
}

.faq-question {
    cursor: pointer;
}

.faq-question:focus-visible {
    outline: 2px solid var(--primary-blue, #F59E0B);
    outline-offset: 2px;
    border-radius: 8px;
}

/* ==================== REDUCED MOTION ==================== */

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .animate-on-scroll {
        opacity: 1;
        transform: none;
    }

    .hero-text h1,
    .hero-text p,
    .hero-cta,
    .trust-badges,
    .hero-visual,
    .feature-card,
    .migration-card,
    .pricing-card,
    .testimonial-card,
    .value-card,
    .stat-card,
    .section-header,
    .section-title {
        opacity: 1;
        animation: none;
    }
}

/* ==================== SCROLLBAR STYLING ==================== */

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: var(--dark, #18181B);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #D97706 0%, #B45309 100%);
}

/* Firefox scrollbar */
* {
    scrollbar-width: thin;
    scrollbar-color: #F59E0B var(--dark, #18181B);
}

/* ==================== MOBILE MARKETING FIXES ==================== */

@media (max-width: 768px) {
    /* Navigation container - ensure proper spacing */
    .nav-container {
        padding: 0.75rem 1rem !important;
        justify-content: space-between !important;
    }

    /* Logo - smaller on mobile */
    .logo img {
        height: 50px !important;
        width: auto !important;
    }

    /* Hide nav CTA buttons on mobile */
    .nav-cta {
        display: none !important;
    }

    /* Mobile menu toggle - position on right side in nav flow */
    .mobile-menu-toggle {
        display: flex !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        background: transparent !important;
        border: 2px solid #F59E0B !important;
        border-radius: 8px !important;
        width: 44px !important;
        height: 44px !important;
        padding: 0 !important;
        z-index: 1001 !important;
        align-items: center !important;
        justify-content: center !important;
        flex-shrink: 0 !important;
    }

    .mobile-menu-toggle span {
        display: block !important;
        width: 18px !important;
        height: 2px !important;
        background: #F59E0B !important;
        position: absolute !important;
        left: 50% !important;
        margin-left: -9px !important;
        transition: all 0.3s ease !important;
    }

    .mobile-menu-toggle span:nth-child(1) {
        top: 12px !important;
    }

    .mobile-menu-toggle span:nth-child(2) {
        top: 20px !important;
    }

    .mobile-menu-toggle span:nth-child(3) {
        top: 28px !important;
    }

    /* X state when menu is open */
    .mobile-menu-toggle.active span:nth-child(1) {
        top: 20px !important;
        transform: rotate(45deg) !important;
    }

    .mobile-menu-toggle.active span:nth-child(2) {
        opacity: 0 !important;
    }

    .mobile-menu-toggle.active span:nth-child(3) {
        top: 20px !important;
        transform: rotate(-45deg) !important;
    }

    /* Mobile Menu Overlay - Charcoal/Gold theme */
    .mobile-menu-overlay {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100vh !important;
        background: linear-gradient(180deg, #18181B 0%, #27272A 100%) !important;
        z-index: 9999 !important;
        padding-top: 80px !important;
    }

    .mobile-menu-overlay.active {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .mobile-menu-content {
        padding: 2rem 1.5rem !important;
        display: block !important;
        height: auto !important;
    }

    .mobile-nav-links {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 0 2rem 0 !important;
        display: block !important;
    }

    .mobile-nav-links li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    }

    .mobile-nav-links a {
        display: block !important;
        padding: 1rem 0 !important;
        color: #FAFAFA !important;
        text-decoration: none !important;
        font-size: 1.1rem !important;
        font-weight: 500 !important;
        transition: color 0.2s ease !important;
    }

    .mobile-nav-links a:hover {
        color: #F59E0B !important;
    }

    .mobile-nav-cta {
        display: flex !important;
        flex-direction: column !important;
        gap: 1rem !important;
        margin-top: 1.5rem !important;
    }

    .mobile-nav-cta .btn {
        width: 100% !important;
        text-align: center !important;
        padding: 1rem !important;
        font-size: 1rem !important;
    }

    .mobile-nav-cta .btn-primary {
        background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%) !important;
        border: none !important;
        color: white !important;
    }

    .mobile-nav-cta .btn-outline {
        background: transparent !important;
        border: 2px solid #F59E0B !important;
        color: #F59E0B !important;
    }

    /* Hero Section - Mobile with proper clearance for fixed nav */
    .hero {
        min-height: auto !important;
        padding: 1rem !important;
        padding-top: 100px !important;
        margin-top: 0 !important;
        overflow: visible !important;
        align-items: flex-start !important;
        display: block !important;
    }

    .hero-content {
        display: block !important;
        width: 100% !important;
    }

    .hero-text {
        padding-top: 0 !important;
    }

    .hero-text h1 {
        font-size: 1.5rem !important;
        line-height: 1.3 !important;
        margin-bottom: 1rem !important;
        margin-top: 0 !important;
        opacity: 1 !important;
        animation: none !important;
    }

    .hero-text p {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
        margin-bottom: 1.5rem !important;
        opacity: 1 !important;
        animation: none !important;
    }

    .hero-cta {
        flex-direction: column !important;
        gap: 0.75rem !important;
        opacity: 1 !important;
        animation: none !important;
    }

    .hero-cta .btn {
        padding: 0.875rem 1.5rem !important;
        font-size: 1rem !important;
        width: 100% !important;
        text-align: center !important;
    }

    /* Hide hero visual (floating cards) on mobile */
    .hero-visual {
        display: none !important;
    }

    /* Trust badges - Grid on mobile with card styling */
    .trust-badges {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 0.75rem !important;
        margin-top: 2rem !important;
        padding-top: 1.5rem !important;
        border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
        opacity: 1 !important;
        animation: none !important;
    }

    .trust-badge {
        background: rgba(39, 39, 42, 0.8) !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
        border-radius: 12px !important;
        padding: 1rem !important;
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 0.25rem !important;
    }

    .trust-badge-value {
        font-size: 1.5rem !important;
        font-weight: 700 !important;
        color: #F59E0B !important;
        background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%) !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
        background-clip: text !important;
    }

    .trust-badge-label {
        font-size: 0.75rem !important;
        color: #A1A1AA !important;
        line-height: 1.3 !important;
    }

    /* Section padding on mobile */
    section,
    .section {
        padding: 3rem 1rem !important;
    }

    .section-header h2 {
        font-size: 1.5rem !important;
    }

    .section-header p {
        font-size: 0.9rem !important;
    }
}

/* Landscape orientation fixes */
@media (max-width: 926px) and (orientation: landscape) {
    .hero {
        padding-top: 90px !important;
    }

    .hero-text h1 {
        font-size: 1.3rem !important;
    }
}
