/* Mobile Responsive Design */
@media (max-width: 768px) {
    .container {
        padding: 0 1rem;
        max-width: 100%;
    }
    
    /* Header Mobile */
    .header {
        padding: 1rem 0;
    }
    
    .header-content {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
    }
    
    .logo {
        flex-shrink: 0;
    }
    
    .logo h1 {
        font-size: 1.5rem;
    }
    
    .nav-menu {
        display: none;
        position: fixed;
        top: 80px;
        left: 0;
        right: 0;
        background: #2C5F5D;
        flex-direction: column;
        padding: 2rem 1rem;
        z-index: 1000;
        box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    }
    
    .nav-menu.active {
        display: flex;
    }
    
    .nav-menu a {
        padding: 1rem 0;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        text-align: center;
        font-size: 1.1rem;
        color: white;
        text-decoration: none;
    }
    
    .nav-menu a:last-child {
        border-bottom: none;
    }
    
    .mobile-menu-toggle {
        display: block !important;
        background: none;
        border: none;
        color: white;
        font-size: 24px;
        cursor: pointer;
        padding: 8px;
    }
    
    .header-cta {
        display: none;
    }
    
    /* Hero Section Mobile */
    .hero-content {
        flex-direction: column;
        text-align: center;
        gap: 2rem;
        padding: 2rem 0;
    }
    
    .hero-text {
        order: 1;
        max-width: 100%;
    }
    
    .hero-visual {
        order: 2;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .hero-headline {
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 1rem;
    }
    
    .hero-subheadline {
        font-size: 1.1rem;
        line-height: 1.5;
        margin-bottom: 2rem;
    }
    
    .hero-ctas {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
        width: 100%;
    }
    
    .btn-large {
        width: 100%;
        max-width: 280px;
        padding: 1rem 2rem;
        font-size: 1rem;
    }
    
    .pyramid-hero {
        width: 100%;
        height: auto;
        max-width: 280px;
        max-height: 200px;
        object-fit: contain;
    }
    
    /* Section Headlines Mobile */
    .section-headline {
        font-size: 1.8rem;
        line-height: 1.3;
        margin-bottom: 1rem;
        text-align: center;
    }
    
    .section-subheadline {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 2rem;
        text-align: center;
    }
    
    /* Problem Section Mobile */
    .problem-grid {
        padding: 2rem 0;
    }
    
    .problem-intro {
        font-size: 1.1rem;
        text-align: center;
        margin-bottom: 2rem;
    }
    
    .problem-points {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .problem-point {
        background: white;
        padding: 1.5rem;
        border-radius: 10px;
        text-align: center;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
    
    .point-icon {
        font-size: 2rem;
        margin-bottom: 1rem;
        display: block;
    }
    
    .problem-conclusion {
        text-align: center;
        font-size: 1rem;
        margin-top: 2rem;
        font-weight: 600;
    }
    
    /* Pyramid Section Mobile */
    .pyramid-explanation {
        flex-direction: column;
        gap: 2rem;
    }
    
    .pyramid-visual {
        order: 1;
        text-align: center;
        width: 100%;
    }
    
    .pyramid-interactive {
        width: 100%;
        height: auto;
        max-width: 300px;
        max-height: 220px;
        object-fit: contain;
    }
    
    .pyramid-layers {
        order: 2;
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    
    .pyramid-layer {
        background: white;
        padding: 2rem 1.5rem;
        border-radius: 15px;
        text-align: center;
        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    }
    
    .layer-icon {
        font-size: 2.5rem;
        margin-bottom: 1rem;
        display: block;
    }
    
    .pyramid-layer h3 {
        font-size: 1.3rem;
        margin-bottom: 1rem;
        color: #2C5F5D;
    }
    
    .pyramid-layer p {
        font-size: 0.95rem;
        line-height: 1.5;
        margin-bottom: 1.5rem;
        color: #666;
    }
    
    .layer-examples {
        text-align: left;
        max-width: 300px;
        margin: 0 auto;
        list-style: none;
        padding: 0;
    }
    
    .layer-examples li {
        font-size: 0.9rem;
        padding: 0.5rem 0;
        border-bottom: 1px solid #eee;
        color: #555;
    }
    
    .layer-examples li:last-child {
        border-bottom: none;
    }
    
    .key-insight {
        margin-top: 2rem;
        padding: 2rem 1.5rem;
        background: #f8f9fa;
        border-radius: 15px;
        text-align: center;
    }
    
    .key-insight h3 {
        font-size: 1.3rem;
        margin-bottom: 1rem;
        color: #2C5F5D;
    }
    
    .insight-text {
        font-size: 1rem;
        line-height: 1.5;
        color: #666;
    }
    
    /* HPP Difference Mobile */
    .difference-pillars {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    
    .pillar {
        background: white;
        padding: 2rem 1.5rem;
        border-radius: 15px;
        text-align: center;
        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    }
    
    .pillar-icon {
        font-size: 2.5rem;
        margin-bottom: 1rem;
        display: block;
    }
    
    .pillar-title {
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
        color: #2C5F5D;
    }
    
    .pillar-subtitle {
        font-size: 1rem;
        margin-bottom: 1.5rem;
        color: #D4AF37;
    }
    
    .pillar-content p {
        font-size: 0.95rem;
        line-height: 1.5;
        margin-bottom: 1.5rem;
        color: #666;
    }
    
    .pillar-benefits {
        text-align: left;
        max-width: 300px;
        margin: 1.5rem auto 0;
        list-style: none;
        padding: 0;
    }
    
    .pillar-benefits li {
        font-size: 0.9rem;
        padding: 0.5rem 0;
        border-bottom: 1px solid #eee;
        color: #555;
    }
    
    .pillar-benefits li:last-child {
        border-bottom: none;
    }
    
    /* Process Section Mobile */
    .process-steps {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    
    .process-step {
        background: white;
        text-align: center;
        padding: 2rem 1.5rem;
        border-radius: 15px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    }
    
    .step-number {
        font-size: 2rem;
        width: 60px;
        height: 60px;
        line-height: 60px;
        margin: 0 auto 1.5rem;
        background: #2C5F5D;
        color: white;
        border-radius: 50%;
        font-weight: bold;
    }
    
    .step-title {
        font-size: 1.3rem;
        margin-bottom: 1rem;
        color: #2C5F5D;
    }
    
    .step-description {
        font-size: 0.95rem;
        line-height: 1.5;
        color: #666;
    }
    
    /* CTA Section Mobile */
    .cta-form-container {
        flex-direction: column;
        gap: 2rem;
    }
    
    .cta-text {
        order: 1;
        text-align: center;
    }
    
    .cta-headline {
        font-size: 1.8rem;
        line-height: 1.3;
        margin-bottom: 1rem;
    }
    
    .cta-subheadline {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 2rem;
    }
    
    .contact-form {
        order: 2;
        padding: 2rem 1.5rem;
        background: white;
        border-radius: 15px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    }
    
    .contact-form h3 {
        font-size: 1.3rem;
        margin-bottom: 1.5rem;
        text-align: center;
        color: #2C5F5D;
    }
    
    .form-group {
        margin-bottom: 1.5rem;
    }
    
    .form-group label {
        font-size: 0.95rem;
        margin-bottom: 0.5rem;
        display: block;
        color: #333;
        font-weight: 600;
    }
    
    .form-group input,
    .form-group textarea {
        width: 100%;
        font-size: 1rem;
        padding: 1rem;
        border: 2px solid #e0e0e0;
        border-radius: 8px;
        box-sizing: border-box;
    }
    
    .form-group input:focus,
    .form-group textarea:focus {
        border-color: #2C5F5D;
        outline: none;
    }
    
    .btn-full {
        width: 100%;
        padding: 1.2rem;
        font-size: 1rem;
        background: #2C5F5D;
        color: white;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        font-weight: 600;
    }
    
    .btn-full:hover {
        background: #1e4442;
    }
    
    /* Footer Mobile */
    .footer-content {
        flex-direction: column;
        gap: 2rem;
        text-align: center;
    }
    
    .footer-brand {
        margin-bottom: 2rem;
    }
    
    .footer-links {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    
    .footer-column {
        text-align: center;
    }
    
    .footer-column h4 {
        font-size: 1.1rem;
        margin-bottom: 1rem;
        color: #2C5F5D;
    }
    
    .footer-column ul {
        list-style: none;
        padding: 0;
    }
    
    .footer-column li {
        margin-bottom: 0.5rem;
    }
    
    .footer-column a {
        color: #666;
        text-decoration: none;
        font-size: 0.9rem;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
        margin-top: 2rem;
        padding-top: 2rem;
        border-top: 1px solid #eee;
    }
    
    /* Mobile CTA Button */
    .mobile-cta {
        display: block;
        position: fixed;
        bottom: 20px;
        left: 20px;
        right: 20px;
        z-index: 1000;
    }
    
    .btn-mobile {
        width: 100%;
        padding: 1rem;
        font-size: 1rem;
        text-align: center;
        background: #2C5F5D;
        color: white;
        border: none;
        border-radius: 8px;
        text-decoration: none;
        display: block;
        box-shadow: 0 4px 20px rgba(0,0,0,0.3);
        font-weight: 600;
    }
    
    .btn-mobile:hover {
        background: #1e4442;
    }
}

/* Tablet Responsive */
@media (min-width: 769px) and (max-width: 1024px) {
    .container {
        padding: 0 2rem;
    }
    
    .hero-headline {
        font-size: 2.5rem;
    }
    
    .section-headline {
        font-size: 2rem;
    }
    
    .difference-pillars {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .pyramid-explanation {
        flex-direction: column;
        gap: 2rem;
    }
    
    .pyramid-interactive {
        max-width: 500px;
    }
}



/* Mobile Pillar Benefits Spacing Fix */
@media (max-width: 768px) {
    .pillar-benefits li {
        padding-left: 36px; /* Even more spacing on mobile */
        margin-bottom: 16px; /* More vertical spacing */
    }
    
    .pillar-benefits li::before {
        left: 4px; /* Slight offset to prevent overlap */
        font-size: 14px;
    }
}

