/* Landing Page Variant B - Responsive Styles */
/* Tablet (768px+) and Desktop (1024px+) breakpoints */

/* Tablet Styles */
@media (min-width: 768px) {
    .landing-nav {
        padding: 20px 40px;
    }

    .hero {
        padding: 100px 40px 60px;
    }

    .hero-content {
        max-width: 500px;
    }

    .hero-headline {
        font-size: 48px;
    }

    .hero-subhead {
        font-size: 20px;
    }

    .section {
        padding: 100px 40px;
    }

    .section-content {
        max-width: 700px;
    }

    /* Tablet Why Section */
    .why-rmr {
        padding: 80px 40px;
    }

    .why-rmr .section-content {
        max-width: 700px;
    }

    .why-rmr-title {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .credibility-bar {
        gap: 48px;
        padding: 24px 40px;
        display: inline-flex;
    }

    .stat-number {
        font-size: 40px;
    }

    .stat-label {
        font-size: 13px;
    }

    .contrast-cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .contrast-card {
        padding: 24px;
    }

    .card-header {
        font-size: 17px;
    }

    .trust-signals {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        gap: 16px;
    }

    .trust-item {
        padding: 12px 20px;
    }

    /* Tablet: Tabbed Preview */
    .tabbed-preview {
        max-width: 600px;
    }

    .tab-nav {
        justify-content: center;
        flex-wrap: wrap;
        overflow-x: visible;
    }

    .tab-btn {
        flex-direction: row;
        gap: 8px;
        padding: 12px 20px;
        min-width: auto;
        font-size: 13px;
    }

    .tab-btn svg {
        width: 18px;
        height: 18px;
    }

    .panel-image {
        max-width: 400px;
    }

    .panel-description {
        font-size: 16px;
        max-width: 400px;
    }

    .swipe-hint {
        display: none;
    }

    /* Desktop comparison table */
    .comparison-header {
        display: grid;
        grid-template-columns: 2fr 1.5fr 1.5fr;
        background: #FAFAFA;
        border-bottom: 1px solid var(--landing-border);
    }

    .comparison-header-cell {
        padding: 16px 20px;
        font-size: 14px;
        font-weight: 600;
        color: var(--landing-text-secondary);
    }

    .comparison-header-cell.highlight {
        background: var(--landing-accent-sage);
        color: white;
    }

    .comparison-row {
        display: grid;
        grid-template-columns: 2fr 1.5fr 1.5fr;
        flex-direction: row;
    }

    .comparison-cell.feature {
        border-bottom: none;
    }

    .comparison-cell.old-way::before,
    .comparison-cell.our-way::before {
        display: none;
    }

    .comparison-cell.old-way,
    .comparison-cell.our-way {
        flex-direction: row;
    }

    .proof-badges {
        flex-direction: row;
        justify-content: center;
        gap: 60px;
    }

    .proof-number {
        font-size: 56px;
    }

    .proof-points {
        flex-direction: row;
        justify-content: center;
        gap: 32px;
    }

    .steps {
        gap: 40px;
    }

    /* Tablet Value Prop */
    .value-prop {
        padding: 120px 40px;
        background: linear-gradient(135deg, var(--landing-bg-primary) 0%, rgba(224, 122, 95, 0.03) 100%);
    }

    .value-prop .section-content {
        max-width: 800px;
    }

    .value-hook {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .value-cost {
        font-size: 56px;
        margin-bottom: 48px;
    }

    .value-better {
        font-size: 20px;
        margin-bottom: 56px;
    }

    .pricing-hint {
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        padding: 36px 40px;
        gap: 40px;
        max-width: 550px;
    }

    .price-item {
        flex-direction: column;
        gap: 8px;
        text-align: center;
        flex: 1;
    }

    .price-label {
        font-size: 15px;
    }

    .price-value {
        font-size: 18px;
    }

    .price-value.free-highlight {
        font-size: 22px;
    }

    .price-divider {
        width: 2px;
        height: 60px;
        margin: 0 20px;
    }

    .cta-title {
        font-size: 36px;
    }
}

/* Desktop Styles */
@media (min-width: 1024px) {
    .hero-content {
        max-width: 600px;
    }

    .hero-headline {
        font-size: 56px;
    }

    .map-container {
        max-width: 600px;
        margin: 0 auto;
    }

    .section-content {
        max-width: 800px;
    }

    /* Desktop Why Section */
    .why-rmr .section-content {
        max-width: 900px;
    }

    .why-rmr-title {
        font-size: 36px;
    }

    .stat-number {
        font-size: 48px;
    }

    .contrast-cards {
        grid-template-columns: repeat(3, 1fr);
        gap: 28px;
    }

    .contrast-card {
        padding: 28px 24px;
        box-shadow: 0 4px 12px rgba(61, 64, 91, 0.06);
    }

    .card-icon {
        width: 44px;
        height: 44px;
    }

    .card-icon svg {
        width: 22px;
        height: 22px;
    }

    .card-header {
        font-size: 18px;
    }

    .card-line {
        font-size: 14px;
    }

    .card-line.right {
        font-size: 14px;
    }

    .trust-signals {
        gap: 24px;
    }

    /* Desktop Value Prop */
    .value-prop {
        padding: 140px 40px;
    }

    .value-prop .section-content {
        max-width: 900px;
    }

    .value-cost {
        font-size: 64px;
    }

    .pricing-hint {
        padding: 40px 48px;
        gap: 60px;
        max-width: 620px;
    }

    .price-value {
        font-size: 20px;
    }

    .price-value.free-highlight {
        font-size: 24px;
    }

    .price-divider {
        height: 70px;
    }

    /* Desktop: Tabbed Preview */
    .product-preview {
        padding: 100px 40px;
    }

    .tabbed-preview {
        max-width: 900px;
    }

    .tab-nav {
        gap: 12px;
    }

    .tab-btn {
        padding: 14px 24px;
        font-size: 14px;
        border-radius: 16px;
    }

    .tab-btn svg {
        width: 20px;
        height: 20px;
    }

    .panel-image {
        max-width: 500px;
        border-radius: 20px;
        box-shadow: 0 12px 48px rgba(61, 64, 91, 0.15);
    }

    .panel-description {
        font-size: 18px;
        max-width: 500px;
        margin-top: 28px;
    }

    .steps {
        flex-direction: row;
        justify-content: center;
    }

    .step {
        flex-direction: column;
        text-align: center;
        max-width: 200px;
    }

    .step-number {
        margin: 0 auto 12px;
    }
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    .screenshot-frame,
    .hero-cta,
    .cta-arrow {
        transition: none;
    }

    .screenshot-frame:hover {
        transform: none;
    }
}

/* Google Sign-In Button Styles */
.hero-google-signin, .final-google-signin {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.hero-trust-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #6b7280;
    font-weight: 400;
    margin-bottom: 8px;
    background: none !important;
    border: none !important;
    padding: 0 !important;
}

.hero-trust-row .trust-item {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    font-size: 14px;
    color: #6b7280;
}

.hero-trust-row .trust-divider {
    color: #d1d5db;
    font-weight: 400;
    background: none !important;
    border: none !important;
    padding: 0 !important;
}

.scroll-hint {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin-top: 24px;
    font-size: 13px;
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.2s;
}

.scroll-hint:hover {
    color: #6b7280;
}

.scroll-hint svg {
    width: 20px;
    height: 20px;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(4px); }
    60% { transform: translateY(2px); }
}

/* Scale up the map on mobile only to make tooltip more readable */
@media (max-width: 480px) {
    .map-preview {
        overflow: hidden;
    }
    .map-container {
        transform: scale(1.35);
        transform-origin: center 30%;
    }
}
