/* Mobile Styles - Phone Only */
@media (max-width: 768px) {
    html {
        font-size: 14px;
        scroll-snap-type: none;
    }
    
    .section-snap {
        scroll-snap-align: none;
        scroll-snap-stop: normal;
    }
    .page-header {
        justify-content: center;
    }

    /* Header Mobile */
    .header-content {
        padding: 0 var(--padding-mobile);
    }
    
    .brand-name {
        font-size: var(--font-size-brand-mobile);
    }
    
    .logo {
        width: var(--logo-size-mobile);
        height: var(--logo-size-mobile);
    }

    /* Hero Section Mobile */
    .hero-section {
        padding: var(--padding-mobile);
        padding-top: 1rem;
    }
    
    .hero-container {
        grid-template-columns: 1fr;
        gap: var(--gap-small);
        text-align: center;
    }
    
    .hero-content {
        padding-right: 0;
        order: 2;
    }
    
    .hero-video {
        order: 1;
        padding-top: 1.5rem;
    }
    
    .hero-title {
        font-size: var(--font-size-hero-small);
        margin-bottom: 3.5rem;
    }
    
    .hero-description {
        font-size: var(--font-size-description-mobile);
        /* margin-bottom: var(--gap-small); */
    }
    
    .hero-action-section {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }
    
    .cta-button {
        padding: 0.8rem 2rem;
        font-size: var(--font-size-button-mobile);
    }
    
    .hero-buttons {
        flex-direction: column;
        width: 100%;
        gap: 0.8rem;
    }
    
    .hero-buttons .cta-button {
        width: 100%;
        text-align: center;
    }
    
    .free-note {
        /* margin-top: 1.5rem; */
        /* padding: 0.6rem 1.2rem; */
    }
    
    .free-text {
        font-size: 0.85rem;
    }

    /* How It Works Mobile */
    .how-it-works-section {
        padding: 3rem var(--padding-mobile);
    }
    
    .how-it-works-title {
        font-size: 2.5rem;
        margin-bottom: 2.5rem;
    }
    
    .steps-flow {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .step-arrow {
        transform: rotate(90deg);
        height: 40px;
    }
    
    .arrow-svg {
        width: 50px;
    }
    
    .step {
        padding: 1.5rem 1rem;
    }
    
    .step-icon {
        width: 80px;
        height: 80px;
        margin-bottom: 1.5rem;
    }
    
    .icon-mouse,
    .icon-lightning,
    .icon-target {
        font-size: 2rem;
    }
    
    .step-title {
        font-size: 1.4rem;
    }
    
    .step-description {
        font-size: 1rem;
    }

    /* Productivity Section Mobile */
    .productivity-section {
        padding-top: 2rem;
    }
    
    .productivity-title {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }
    
    .productivity-subtitle {
        font-size: 1.1rem;
        margin-bottom: 2.5rem;
    }
    
    .productivity-card {
        padding: 2rem;
    }
    
    .card-header {
        margin-bottom: 2rem;
    }
    
    .card-title {
        font-size: 1.5rem;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .benefit-item {
        padding: 1.2rem;
    }
    
    .benefit-icon-wrapper {
        width: 35px;
        height: 35px;
    }
    
    .benefit-title {
        font-size: 1rem;
    }
    
    .benefit-text {
        font-size: 0.9rem;
    }

    /* Productivity Metrics Mobile */
    .productivity-metrics-section {
        padding: 3rem var(--padding-mobile);
    }
    
    .metrics-header {
        margin-bottom: 3rem;
    }
    
    .metrics-title {
        font-size: 2.5rem;
    }
    
    .metrics-subtitle {
        font-size: 1.1rem;
    }
    
    .metrics-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
        margin-bottom: 2.5rem;
    }
    
    .metric-card {
        padding: 1.8rem 1rem;
    }
    
    .metric-number {
        font-size: 2.8rem;
    }
    
    .metric-label {
        font-size: 1.1rem;
    }
    
    .metric-description {
        font-size: 0.95rem;
    }
    
    .metrics-cta {
        padding: 1.5rem;
    }
    
    .metrics-cta-text {
        font-size: 1.2rem;
        margin-bottom: 1.2rem;
    }

    /* Footer Mobile */
    .page-footer {
        padding: 2rem var(--padding-mobile);
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: var(--gap-medium);
        text-align: center;
    }
    
    .footer-right {
        align-items: center;
    }
    
    .footer-links {
        flex-direction: column;
        gap: 1rem;
    }
    
    .footer-left .brand-name {
        font-size: var(--font-size-brand-mobile);
    }
    
    .footer-left .logo {
        width: var(--logo-size-mobile);
        height: var(--logo-size-mobile);
    }
niguyl-sxcv7cer/...........d7'cx
    /* Contact Section Mobile */
    .contact-section {
        padding: 3rem var(--padding-mobile);
    }
    
    .contact-header {
        margin-top: 2rem;
    }
    
    .contact-title {
        font-size: 2.5rem;
    }
    
    .contact-subtitle {
        font-size: 1.1rem;
    }
    
    .contact-content {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-bottom: 0rem;
    }
    
    .contact-card {
        padding: 2rem 1.5rem;
    }
    
    .contact-icon {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
    
    .contact-card-title {
        font-size: 1.3rem;
    }
    
    .contact-card-description {
        font-size: 0.95rem;
    }
    
    .contact-cta {
        padding: 2rem 1.5rem;
    }
    
    .contact-email-label {
        font-size: 1.1rem;
    }
    
    .contact-email {
        font-size: 1.3rem;
        padding: 0.8rem 1.5rem;
        flex-direction: column;
        gap: 0.3rem;
    }
    
    .email-icon {
        font-size: 1.3rem;
    }
    
    .contact-response-time {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: var(--font-size-hero-xs);
    }
    
    .hero-description {
        font-size: var(--font-size-description-small);
    }
    
    .video-placeholder {
        margin: 0 var(--padding-mobile);
    }
    
    .how-it-works-section {
        padding: 3rem var(--padding-mobile);
    }
    
    .how-it-works-title {
        font-size: 2rem;
    }
    
    .step-icon {
        width: 60px;
        height: 60px;
    }
    
    .icon-mouse,
    .icon-lightning,
    .icon-target {
        font-size: 1.5rem;
    }
    
    .metrics-title {
        font-size: 2rem;
    }
    
    .metric-card {
        padding: 1.5rem 0.8rem;
    }
    
    .metric-number {
        font-size: 2.5rem;
    }
    
    .metric-label {
        font-size: 1rem;
    }
    
    .metric-description {
        font-size: 0.9rem;
    }
    
    .metrics-cta-text {
        font-size: 1.1rem;
    }

    .faq-title {
        font-size: 2rem;
        /* margin-bottom: 30px; */
    }
    
    .faq-item {
        padding: 20px;
    }
    
    .faq-question {
        font-size: 1.125rem;
    }
    
    .footer-links {
        gap: 0.8rem;
    }
    
    .footer-link {
        font-size: 0.9rem;
    }

    .footer-left {
        align-items: center;
    }

    
    .footer-left .brand-name {
        font-size: var(--font-size-brand-small);
    }
    
    .footer-left .logo {
        width: var(--logo-size-small);
        height: var(--logo-size-small);
    }

    /* Contact Section Small Mobile */
    .contact-title {
        font-size: 2rem;
    }
    
    .contact-subtitle {
        font-size: 1rem;
    }
    
    .contact-card {
        padding: 1rem;
        max-width: 24rem;
    }
    
    .contact-icon {
        font-size: 2rem;
    }
    
    .contact-card-title {
        font-size: 1.2rem;
    }
    
    .contact-card-description {
        font-size: 0.9rem;
    }
    
    .contact-cta {
        padding: 1rem 1rem;
        max-width: 24rem;
        width: 24rem;
        margin-bottom: 2rem;
        /* background: #ffffffcc; */
    }
    
    .contact-email-label {
        font-size: 1rem;
    }
    
    .contact-email {
        font-size: 1.1rem;
        padding: 0.7rem 1.2rem;
    }
    .productivity-content {
        padding-top: 0;
    }
} 