/* ============================================================
   PHARIOON — RESPONSIVE
   Version: 1.1.0
   ============================================================ */

@media (max-width: 1023px) {
    :root { --ph-container-pad: 32px; }

    .ph-problem-grid,
    .ph-solution-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ph-header-whatsapp span { display: none; }
    .ph-header-whatsapp { padding: 10px 14px; }

    .ph-creator-card {
        grid-template-columns: 130px 1fr;
        gap: var(--ph-space-lg);
        padding: var(--ph-space-xl);
    }

    .ph-creator-avatar {
        width: 130px;
        height: 130px;
    }
}

@media (max-width: 767px) {
    :root {
        --ph-container-pad: 20px;
        --ph-space-5xl: 80px;
    }

    .ph-header { padding: var(--ph-space-sm) 0; }
    .ph-header-back span { display: none; }
    .ph-header-logo img { height: 32px; }
    .ph-header-whatsapp { padding: 8px 12px; font-size: 11px; }

    .ph-hero {
        padding: 120px 0 80px;
        min-height: auto;
    }

    .ph-hero-logo {
        width: 120px;
        height: 120px;
        padding: 20px;
    }

    .ph-hero-title { font-size: clamp(28px, 8vw, 40px); }
    .ph-hero-description { font-size: 15px; }

    .ph-hero-actions {
        flex-direction: column;
        width: 100%;
        max-width: 320px;
    }

    .ph-hero-actions .ph-btn { width: 100%; }

    .ph-hero-meta {
        flex-direction: column;
        gap: var(--ph-space-sm);
    }

    .ph-hero-scroll { display: none; }

    .ph-section { padding: var(--ph-space-4xl) 0; }
    .ph-section-title { font-size: clamp(24px, 7vw, 32px); }
    .ph-section-subtitle { font-size: 15px; }

    .ph-problem-grid,
    .ph-solution-grid,
    .ph-preview {
        grid-template-columns: 1fr;
    }

    .ph-preview-large { aspect-ratio: 16/9; }

    .ph-philosophy-text { font-size: clamp(20px, 6vw, 28px); }

    .ph-roadmap::before { left: 24px; }
    .ph-roadmap-item { padding-left: 70px; margin-bottom: var(--ph-space-xl); }
    .ph-roadmap-marker { width: 48px; height: 48px; font-size: 16px; }
    .ph-roadmap-content h3 { font-size: 17px; }

    .ph-creator-card {
        grid-template-columns: 1fr;
        text-align: center;
        padding: var(--ph-space-lg);
    }

    .ph-creator-avatar {
        width: 120px;
        height: 120px;
        margin: 0 auto;
    }

    .ph-creator-links { flex-direction: column; }
    .ph-creator-links .ph-btn { width: 100%; }

    .ph-cta-actions {
        flex-direction: column;
        width: 100%;
        max-width: 320px;
    }

    .ph-cta-actions .ph-btn { width: 100%; }

    .ph-footer-inner { gap: var(--ph-space-lg); }

    .ph-whatsapp-float {
        width: 54px;
        height: 54px;
        font-size: 26px;
        bottom: 18px;
        right: 18px;
    }

    .ph-whatsapp-tooltip { display: none; }
    .ph-notify-form { max-width: 100%; }
}

@media (max-width: 374px) {
    .ph-hero-title { font-size: 26px; }
    .ph-section-title { font-size: 22px; }
    .ph-hero-logo { width: 100px; height: 100px; }
}