/* ===== RESPONSIVE CSS ===== */
/* Layout adjustments only - font sizes remain the same */

/* Large Desktop (1200px and below) */
@media (max-width: 1200px) {
    .header-container { 
        padding: 0 30px; 
    }
    .promo-container { 
        gap: 45px; 
    }
    .promo-image-box img { 
        height: 550px; 
    }
    .hero-wrapper {
        gap: 50px;
    }
    .hero-left h1 {
        font-size: 38px;
    }
}

/* Desktop (1120px and below) */
@media (max-width: 1120px) {
    .challenges-top-grid {
        flex-direction: column;
        align-items: flex-start;
        gap: 35px;
    }
    .challenges-heading-block {
        flex: none;
        max-width: 100%;
    }
    .challenges-icons-grid {
        width: 100%;
    }
    .content-text-inner .premium-desc-paragraph {
        font-size: 32px;
    }
    .split-banner-container {
        min-height: 380px;
    }
}

/* Tablet Landscape (1024px and below) */
@media (max-width: 1024px) {
    .coach-about-container {
        gap: 40px;
    }
    .coach-content-column .main-profile-heading {
        font-size: 28px;
    }
    .hero-left {
        width: 55%;
    }
    .strategy-call-card {
        max-width: 340px;
        padding: 20px 25px;
    }
}

/* Tablet (992px and below) */
@media (max-width: 992px) {
    .main-nav { 
        display: none;
    }
    .mobile-menu-btn {
        display: block;
    }
    /* Hide CTA button from header on mobile - show only in overlay */
    .header-icons .login-btn {
        display: none;
    }
    .promo-container { 
        grid-template-columns: 1fr; 
        text-align: center;
        gap: 50px;
    }
    .promo-image-box img { 
        height: 500px; 
        box-shadow: 0px 15px 30px rgba(0,0,0,0.05);
    }
    .brand-identity h1 { 
        letter-spacing: 14px; 
    }
    .luxury-divider {
        margin: 25px auto 30px auto;
    }
    .diamond-icon {
        left: 50%;
        transform: translate(-50%) rotate(45deg);
    }
    .hero-content-box {
        text-align: center;
    }
    .hero-wrapper {
        flex-direction: column;
        min-height: auto;
        padding: 60px 0;
    }
    .hero-left {
        width: 100%;
        text-align: center;
    }
    .hero-left h1 {
        font-size: 42px;
    }
    .hero-text {
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .rating {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .hero-trust-badge-text-only {
        text-align: center;
        align-items: center;
    }
    .cta-flex {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
        flex-direction: column;
        align-items: center;
    }
    .hero-btn {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
    .strategy-call-card {
        max-width: 500px;
        margin: 40px auto 0;
    }
    .logo img {
        width: 180px;
    }
    .logo h4 {
        font-size: 10px;
    }
}

/* Tablet Portrait (900px and below) */
@media (max-width: 900px) {
    .challenges-callout-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px;
        gap: 20px;
    }
    .callout-divider {
        width: 100%;
        height: 1px;
        margin: 10px 0;
    }
    .callout-right {
        align-items: flex-start;
        width: 100%;
    }
    .callout-left {
        width: 100%;
        text-align: left;
    }
    .callout-left h3 {
        text-align: left;
        font-size: 28px;
    }
    .callout-text {
        flex-direction: column;
    }
    .callout-text p {
        width: 100% !important;
    }
}

/* Mobile Landscape (768px and below) */
@media (max-width: 768px) {
    /* Center background image for mobile only */
    .main-hero-banner {
        background-position: center center;
        background-size: cover;
    }
    .beyond-split-banner-section {
        background-position: center center;
    }
    .challenges-callout-box {
        background-position: center center;
    }
    
    .professionals-challenges-section {
        padding: 50px 20px;
    }
    .challenges-icons-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px 0;
    }
    .challenge-item {
        border-left: none;
        border-right: 1px solid #e5dfd8;
    }
    .challenge-item:nth-child(3n) {
        border-right: none;
    }
    .professionals-testimonials-section {
        padding: 50px 20px;
    }
    .testimonials-trust-bar {
        flex-wrap: wrap;
        gap: 15px;
    }
    .bar-divider {
        display: none;
    }
    .split-banner-container {
        flex-direction: column;
        min-height: auto;
    }
    .split-content-side {
        padding: 50px 30px;
        text-align: center;
    }
    .content-text-inner {
        max-width: 100%;
    }
    .split-image-side {
        height: 280px;
        width: 100%;
    }
    .split-image-side::before {
        background: linear-gradient(to bottom, 
            #111111 0%, 
            rgba(17, 17, 17, 0.6) 30%, 
            rgba(17, 17, 17, 0) 100%
        );
    }
    .coach-about-container {
        flex-direction: column;
        padding: 0 25px;
        gap: 45px;
    }
    .coach-image-column {
        width: 100%;
        max-width: 480px;
    }
    .coach-image-column img {
        mask-image: none;
        -webkit-mask-image: none;
        border-radius: 8px;
    }
    .coach-content-column {
        width: 100%;
        align-items: center;
        text-align: center;
    }
    .profile-biography-text p {
        max-width: 100%;
        text-align: center;
    }
    .coach-features-row {
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }
    .feature-divider-line {
        display: none;
    }
    .beyond-footer-cta-section {
        padding: 65px 30px 30px 30px;
    }
    .beyond-main-footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 45px;
    }
    .footer-grid-column {
        align-items: center;
        text-align: center;
    }
    .brand-pitch-description {
        max-width: 100%;
        text-align: center;
    }
    .footer-col-heading {
        margin-bottom: 14px;
    }
    .footer-copyright-bottom-bar {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    .copyright-right-legal-links {
        justify-content: center;
    }
    .hero-trust-badge-text-only .trust-text {
        font-size: 15px;
    }
    .hero-left h1 {
        font-size: 42px;
    }
    .hero-text {
        font-size: 16px;
    }
    .container-testimonials {
        gap: 30px;
    }
    .testimonial-card {
        width: 100%;
        max-width: 500px;
    }
    .pillars-content-grid {
        flex-direction: column;
        gap: 50px;
    }
    .pillar-vertical-border {
        display: none;
    }
    .pillar-single-card {
        width: 100%;
        padding: 0;
    }
    .pillar-card-title {
        min-height: auto;
    }
    .pillars-master-container {
        gap: 50px;
    }
    .testimonial-card {
        width: 300px;
    }
}

/* Mobile (580px and below) */
@media (max-width: 580px) {
    .beyond-cta-block-wrap .cta-primary-title {
        font-size: 28px;
    }
    .cta-premium-orange-button {
        width: 100%;
        justify-content: center;
        padding: 12px 20px;
    }
    .cta-trust-badges-row {
        flex-direction: column;
        gap: 8px;
    }
    .badge-dot-divider {
        display: none;
    }
    .hero-btn {
        width: 100%;
        justify-content: center;
        max-width: 100%;
    }
    .hero-left h1 {
        font-size: 36px;
    }
    .strategy-card-header h2 {
        font-size: 28px;
    }
    .strategy-call-card {
        padding: 20px;
    }
    .challenges-heading-block .text-dark,
    .challenges-heading-block .text-orange {
        font-size: 18px;
    }
    .approach-heading p {
        font-size: 24px;
    }
    .testimonials-header h3 {
        font-size: 24px;
    }
    .callout-left h3 {
        font-size: 24px;
    }
    .callout-right p {
        font-size: 16px;
        width: 100% !important;
    }
    .coach-content-column .main-profile-heading {
        font-size: 26px;
    }
    .cta-primary-title {
        font-size: 24px !important;
    }
    .cta-secondary-subtext {
        font-size: 14px !important;
    }
    .pillars-orange-badge {
        font-size: 22px;
    }
    .pillars-main-heading {
        font-size: 28px;
    }
    .pillar-card-title {
        font-size: 14px;
    }
    .pillar-card-description {
        font-size: 14px;
    }
}

/* Small Mobile (480px and below) */
@media (max-width: 480px) {
    .challenges-icons-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .challenge-item {
        border-right: none;
    }
    .challenge-item:nth-child(odd) {
        border-right: 1px solid #e5dfd8;
    }
    .challenge-item:nth-child(even) {
        border-right: none;
    }
    .testimonial-card {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .card-text-wrap {
        align-items: center;
    }
    .split-content-side {
        padding: 40px 20px;
    }
    .content-text-inner .premium-desc-paragraph {
        font-size: 28px;
        line-height: 1.4;
    }
    .split-image-side {
        height: 220px;
    }
    .coach-features-row {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 0;
        gap: 20px;
    }
    .micro-feature-item {
        width: 100%;
        justify-content: center;
    }
    .hero-left h1 {
        font-size: 32px;
    }
    .hero-tag {
        font-size: 12px;
    }
    .hero-btn {
        font-size: 13px;
        padding: 8px 20px;
    }
    .rating-stars-row .star {
        font-size: 16px;
    }
    .rating-stars-row .rating-number {
        font-size: 13px;
    }
    .strategy-card-header h2 {
        font-size: 26px;
    }
    .intro-subtext {
        font-size: 14px;
    }
    .strategy-benefits-list li p {
        font-size: 14px;
    }
    .btn-submit-strategy {
        font-size: 14px;
    }
    .quote-text {
        font-size: 14px;
    }
    .client-role {
        font-size: 13px;
    }
    .brand-pitch-description {
        font-size: 13px;
    }
    .footer-links-list a,
    .contact-text-item {
        font-size: 13px;
    }
    .copyright-left-text {
        font-size: 14px;
    }
    .mobile-nav-overlay {
        width: 85%;
    }
    .mobile-nav-overlay ul li a {
        font-size: 16px;
    }
    .pillars-main-heading {
        font-size: 24px;
    }
    .pillar-icon-box {
        width: 40px;
        height: 40px;
        margin-bottom: 20px;
    }
    .testimonial-card {
        width: 280px;
    }
    .logo img {
        width: 140px;
    }
    .logo h4 {
        font-size: 8px;
    }
    .mobile-menu-btn {
        font-size: 22px;
    }
}

/* Extra Small Mobile (375px and below) */
@media (max-width: 375px) {
    .hero-left h1 {
        font-size: 28px;
    }
    .hero-text {
        font-size: 14px;
    }
    .strategy-call-card {
        padding: 15px;
    }
    .strategy-card-header h2 {
        font-size: 24px;
    }
    .challenge-item span {
        font-size: 12px;
    }
    .approach-heading p {
        font-size: 20px;
    }
    .testimonials-header h3 {
        font-size: 20px;
    }
    .testimonial-card {
        padding: 20px 15px;
    }
    .quote-text {
        font-size: 13px;
    }
    .callout-left h3 {
        font-size: 20px;
    }
    .callouthead-flex h4 {
        font-size: 18px;
    }
    .coach-content-column .main-profile-heading {
        font-size: 24px;
    }
    .profile-biography-text p {
        font-size: 14px;
    }
    .micro-feature-item span {
        font-size: 12px;
    }
    .cta-primary-title {
        font-size: 22px !important;
    }
    .pillars-main-heading {
        font-size: 22px;
    }
    .pillars-orange-badge {
        font-size: 18px;
    }
    .pillar-card-description {
        font-size: 13px;
    }
    .testimonial-card {
        width: 260px;
    }
}

/* iPhone SE / Small devices (320px) */
@media (max-width: 320px) {
    .hero-left h1 {
        font-size: 26px;
    }
    .hero-btn {
        font-size: 12px;
        padding: 8px 15px;
    }
    .challenge-item .icon-wrap img {
        width: 50px;
    }
    .challenge-item span {
        font-size: 11px;
    }
    .testimonial-card {
        width: 260px;
    }
    .quote-text {
        font-size: 12px;
    }
    .pillars-main-heading {
        font-size: 20px;
    }
    .pillar-card-title {
        font-size: 12px;
    }
    .pillar-card-description {
        font-size: 12px;
    }
    .header-icons {
        gap: 10px;
    }
}