/* ============================================
   RESPONSIVE.CSS
   Font sizes maintained - Banner Left Aligned
   ============================================ */

/* Tablet Styles (max-width: 991px) */
@media (max-width: 991px) {
    .hero-wrapper {
        flex-direction: column;
        gap: 50px;
        min-height: auto;
    }
    
    .hero-left,
    .hero-form-box {
        width: 100%;
    }
    
    .hero-left h1 {
        font-size: 42px;
    }
    
    .form-row {
        flex-direction: column;
        gap: 15px;
    }
    
    .hero-section {
        padding: 60px 0;
    }
    
    /* Hide slider arrows on tablet */
    .prev-btn,
    .next-btn {
        display: none !important;
    }
    
    .reviews-wrapper {
        gap: 20px;
        padding: 20px 5px;
    }
    
    .review-card {
        min-width: 280px;
    }
    
    .pathway-grid {
        gap: 25px;
    }
    
    .path-card.large, 
    .path-card.small { 
        grid-column: span 6; 
    }
    
    .quiz-cta { 
        flex-direction: column; 
        text-align: center; 
        gap: 25px;
        padding: 30px 25px;
    }
    
    .quiz-content h3 {
        font-size: 42px;
    }
    
    .quiz-content p {
        max-width: 100%;
    }
    
    .quiz-btn {
        white-space: normal;
        display: inline-block;
        width: auto;
    }
    
    .spotlight-wrapper { 
        flex-direction: column; 
        text-align: center;
        gap: 40px;
    }
    
    .spotlight-title {
        font-size: 49px;
    }
    
    .trial-btn { 
        width: 100%; 
        padding: 14px 0;
        text-align: center;
        font-size: 19px;
    }
    
    .spotlight-video { 
        width: 100%; 
    }
    
    .heartbeat-bg { 
        width: 250px; 
        bottom: -10px;
        opacity: 0.06;
    }
    
    .video-container iframe {
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    .services-cta-section {
        padding: 80px 0;
    }
    
    .services-cta-content {
        max-width: 100%;
        text-align: left;
    }
    
    .cta-heading {
        font-size: 35px;
    }
    
    .cta-description {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    
    .cta-book-btn {
        width: auto;
        text-align: center;
        padding: 18px 45px;
    }
    
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .benefits-header h2 {
        font-size: 42px;
    }
    
    .story-header { 
        flex-direction: column-reverse; 
        gap: 40px;
    }
    
    .story-intro-content {
        padding-top: 0;
    }
    
    .story-intro-content h2 {
        font-size: 49px;
        text-align: left;
    }
    
    .marker-label-desktop { 
        display: none; 
    }
    
    .timeline-row {
        margin-bottom: 70px;
    }
    
    .team-grid {
        gap: 30px;
    }
    
    .team-header-content h2 {
        font-size: 44px;
    }
    
    .profile-grid {
        gap: 40px;
    }
    
    .profile-info-col {
        padding-top: 0;
    }
    
    .member-name {
        font-size: 48px;
    }
    
    .member-img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    
    .cta-quote-block {
        padding: 50px 40px;
    }
    
    .cta-quote-text {
        font-size: 38px;
    }
    
    .cta-action-block {
        padding: 40px;
    }
    
    .action-description {
        max-width: 100%;
    }
    
    .pricing-grid {
        gap: 30px;
        flex-wrap: wrap;
    }
    
    .pricing-card {
        min-width: calc(50% - 30px);
        flex: 1 1 calc(50% - 30px);
    }
    
    .card-img-header {
        height: 240px;
    }
    
    .card-img-overlay h4 {
        font-size: 36px;
        margin-bottom: 30px;
    }
    
    .program-tag {
        font-size: 28px;
    }
    
    .package-title {
        font-size: 32px;
    }
    
    .pricing-banner-header {
        padding: 50px 0;
    }
    
    .pricing-banner-header h2 {
        font-size: 49px;
        text-align: left;
    }
    
    .pricing-sub-header h3 {
        font-size: 42px;
    }
    
    .faq-grid {
        gap: 30px;
    }
    
    .section-header-center h2 {
        font-size: 42px;
    }
    
    .faq-question h3 {
        font-size: 18px;
    }
    
    .faq-hero {
        padding: 50px 0 30px;
    }
    
    .final-message-card {
        padding: 40px 30px;
    }
    
    .final-message-card h2 {
        font-size: 32px;
    }
    
    .footer-contact-grid {
        flex-direction: column;
        gap: 40px;
    }
    
    .footer-links-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px;
    }
    
    .footer-form-title {
        font-size: 42px;
    }
    
    .footer-call-link {
        font-size: 25px;
    }
    
    .skyline-deco {
        display: none;
    }
    
    .steps-grid {
        gap: 20px;
    }
    
    .step-title {
        font-size: 28px;
    }
    
    .method-split-grid {
        gap: 35px;
    }
    
    .method-inner-title {
        font-size: 36px;
    }
    
    .method-global-header {
        margin-bottom: 40px;
    }
    
    .inbody-split-grid {
        gap: 35px;
    }
    
    .inbody-inner-title {
        font-size: 36px;
    }
    
    .faq-question {
        font-size: 28px;
    }
}

/* Mobile Landscape (max-width: 768px) */
@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }
    
    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100%;
        background: white;
        flex-direction: column;
        padding: 80px 25px 40px;
        transition: 0.3s ease-in-out;
        z-index: 999;
        box-shadow: -5px 0 30px rgba(0,0,0,0.15);
        gap: 5px;
    }
    
    .nav-menu.active {
        right: 0;
    }
    
    .nav-menu li {
        width: 100%;
    }
    
    .nav-menu li a {
        display: block;
        padding: 12px 0;
        font-size: 16px;
    }
    
    .book-btn a {
        display: inline-flex;
        justify-content: center;
        margin-top: 10px;
    }
    
    .top-bar .container {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
    
    .contact-info {
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px;
    }
    
    .top-bar-right {
        justify-content: center;
        gap: 20px;
    }
    
    .hero-left h1 {
        font-size: 42px;
    }
    
    .hero-left {
        text-align: center;
    }
    
    .hero-text {
        font-size: 16px;
        margin: 0 auto;
    }
    
    .hero-points p {
        font-size: 17px;
    }
    
    .hero-btn {
        padding: 10px 40px;
        font-size: 15px;
    }
    
    .hero-form-box {
        padding: 25px 20px;
    }
    
    .hero-form-box h3 {
        font-size: 17px;
    }
    
    .hero-form-box p {
        font-size: 15px;
    }
    
    .prev-btn,
    .next-btn,
    .gallery-nav.prev,
    .gallery-nav.next {
        display: none !important;
    }
    
    .reviews-section {
        padding: 40px 0;
    }
    
    .review-header h2 {
        font-size: 24px;
    }
    
    .review-card {
        min-width: 260px;
        padding: 15px;
    }
    
    .text-content {
        font-size: 14px;
    }
    
    .pathway-header h2 {
        font-size: 42px;
    }
    
    .path-card.large, 
    .path-card.small { 
        grid-column: span 12; 
    }
    
    .pathway-grid {
        gap: 20px;
        margin-top: 30px;
    }
    
    .path-card {
        height: 220px;
    }
    
    .card-overlay h3 {
        font-size: 22px;
    }
    
    .sub-heading {
        font-size: 18px;
    }
    
    .description {
        font-size: 15px;
    }
    
    .spotlight-section {
        padding: 40px 0;
    }
    
    .spotlight-title {
        font-size: 49px;
    }
    
    .spotlight-description p {
        font-size: 17px;
    }
    
    .podcast-callout {
        font-size: 17px;
        margin-bottom: 25px;
    }
    
    .trial-btn {
        font-size: 19px;
        padding: 12px 0;
    }
    
    .heartbeat-bg {
        display: none;
    }
    
    .benefits-section {
        padding: 50px 0;
    }
    
    .benefits-grid { 
        grid-template-columns: 1fr; 
        gap: 20px;
    }
    
    .benefits-header h2 { 
        font-size: 42px; 
    }
    
    .benefits-header p {
        font-size: 16px;
    }
    
    .benefit-card {
        padding: 25px 20px;
    }
    
    .benefit-card h3 {
        font-size: 18px;
    }
    
    .benefit-card p {
        font-size: 18px;
    }
    
    .benefits-bg-logo {
        display: none;
    }
    
    .gallery-slider-section {
        padding: 20px 0;
    }
    
    .gallery-card {
        min-width: 240px;
        padding: 15px;
    }
    
    .img-box {
        height: 180px;
    }
    
    .services-cta-section {
        padding: 60px 0;
    }
    
    .services-cta-section::before {
        background: rgba(0, 0, 0, 0.8);
    }
    
    .services-cta-content {
        text-align: left;
    }
    
    .cta-heading {
        font-size: 35px;
    }
    
    .cta-heading br {
        display: none;
    }
    
    .cta-subtitle {
        font-size: 16px;
    }
    
    .cta-description {
        font-size: 15px;
    }
    
    .cta-book-btn {
        width: auto;
        padding: 18px 45px;
    }
    
    .main-footer-section {
        padding: 40px 0 30px;
    }
    
    .footer-contact-card { 
        padding: 30px 20px;
        margin-bottom: 40px;
    }
    
    .footer-links-grid { 
        grid-template-columns: 1fr; 
        gap: 35px;
        padding-bottom: 35px;
    }
    
    .form-row-half { 
        flex-direction: column; 
        gap: 15px;
    }
    
    .footer-bottom-bar { 
        flex-direction: column; 
        gap: 12px; 
        text-align: center;
        padding-top: 20px;
    }
    
    .footer-form-title {
        font-size: 42px;
    }
    
    .footer-form-desc {
        font-size: 15px;
    }
    
    .footer-call-link {
        font-size: 25px;
    }
    
    .f-col h3 {
        margin-bottom: 20px;
    }
    
    .f-social-icons {
        justify-content: flex-start;
    }
    
    .story-section {
        padding: 40px 0;
    }
    
    .main-line { 
        left: 20px; 
        transform: none;
        display: none;
    }
    
    .timeline-row { 
        flex-direction: column; 
        margin-bottom: 50px;
        padding-left: 0;
    }
    
    .timeline-col, 
    .timeline-empty { 
        width: 100%; 
    }
    
    .timeline-empty { 
        display: none; 
    }
    
    .timeline-marker { 
        position: relative;
        margin-bottom: 20px;
        width: 100%;
    }
    
    .dot { 
        width: 45px; 
        height: 45px;
        margin: 0 auto;
    }
    
    .card-text { 
        padding: 20px 0 0; 
    }
    
    .card-text h3 {
        font-size: 29px;
    }
    
    .card-text p {
        font-size: 15px;
    }
    
    .timeline-row.active-dot .card-box {
        padding: 20px;
    }
    
    .beyondfit-holistic-section {
        padding: 50px 0;
    }
    
    .holistic-flex-container {
        flex-direction: column;
        gap: 35px;
    }
    
    .holistic-text-content h2 {
        font-size: 42px;
    }
    
    .holistic-text-content p {
        font-size: 16px;
    }
    
    .holistic-image-wrapper {
        width: 100%;
    }
    
    .beyondfit-mission-section {
        padding: 50px 0;
    }
    
    .mission-statement {
        font-size: 29px;
        line-height: 1.45;
    }
    
    .beyondfit-team-section {
        padding: 40px 0;
    }
    
    .team-header-content h2 {
        font-size: 44px;
    }
    
    .team-header-content p {
        font-size: 16px;
    }
    
    .team-grid {
        flex-direction: column;
        gap: 30px;
    }
    
    .team-card {
        min-width: 100%;
    }
    
    .team-image-wrapper {
        aspect-ratio: 1 / 1;
    }
    
    .overlay-text h3 {
        font-size: 24px;
    }
    
    .member-profile-section {
        padding: 40px 0;
    }
    
    .profile-grid {
        flex-direction: column;
        gap: 30px;
    }
    
    .profile-image-col {
        max-width: 100%;
        width: 100%;
    }
    
    .profile-main-header h2 {
        font-size: 49px;
    }
    
    .profile-main-header p {
        font-size: 16px;
    }
    
    .member-name {
        font-size: 48px;
    }
    
    .member-bio {
        font-size: 16px;
    }
    
    .specialties-list li {
        font-size: 16px;
    }
    
    .cta-grid-container {
        flex-direction: column;
    }
    
    .cta-quote-block {
        width: 100%;
        padding: 40px 25px;
    }
    
    .cta-action-block {
        width: 100%;
        padding: 35px 25px;
    }
    
    .cta-quote-text {
        font-size: 38px;
        text-align: center;
    }
    
    .action-description {
        font-size: 16px;
        text-align: left;
    }
    
    .action-btn-wrapper {
        display: block;
        text-align: left;
    }
    
    .pricing-grid {
        flex-direction: column;
        gap: 40px;
    }
    
    .pricing-card {
        width: 100%;
        min-width: 100%;
    }
    
    .pricing-banner-header {
        padding: 40px 20px;
    }
    
    .pricing-banner-header h2 {
        font-size: 49px;
        text-align: left;
    }
    
    .pricing-sub-header h3 {
        font-size: 42px;
        margin-bottom: 20px;
    }
    
    .card-body-content {
        padding: 25px 15px;
    }
    
    .package-title {
        font-size: 32px;
    }
    
    .package-desc {
        font-size: 15px;
        margin-bottom: 20px;
    }
    
    .features-list li {
        font-size: 16px;
        gap: 12px;
        margin-bottom: 12px;
    }
    
    .orange-check {
        width: 18px;
        height: 18px;
        font-size: 11px;
    }
    
    .btn-outline-orange {
        width: 100%;
        text-align: center;
        font-size: 22px;
        padding: 12px 20px;
    }
    
    .card-img-header {
        height: 220px;
    }
    
    .card-img-overlay h4 {
        font-size: 36px;
        margin-bottom: 20px;
    }
    
    .program-tag {
        font-size: 28px;
    }
    
    .free-intake-link {
        font-size: 15px;
    }
    
    .pricing-detail-box {
        padding: 12px;
        margin: 15px 0;
    }
    
    .pricing-detail-box strong {
        font-size: 16px;
    }
    
    .pricing-detail-box small {
        font-size: 13px;
    }
    
    .faq-hero {
        padding: 40px 0 25px;
    }
    
    .section-header-center h2 {
        font-size: 42px;
    }
    
    .premium-tag {
        font-size: 12px;
        padding: 5px 15px;
    }
    
    .section-description {
        font-size: 18px;
    }
    
    .faq-main {
        padding: 40px 0;
    }
    
    .faq-grid {
        flex-direction: column;
        gap: 0;
    }
    
    .faq-column {
        width: 100%;
    }
    
    .faq-question {
        padding: 15px 18px;
    }
    
    .faq-question h3 {
        font-size: 18px;
        line-height: 1.4;
    }
    
    .faq-toggle {
        width: 28px;
        height: 28px;
    }
    
    .faq-toggle i {
        font-size: 12px;
    }
    
    .faq-item.active .faq-answer {
        padding: 0 18px 18px 18px;
    }
    
    .faq-answer p {
        font-size: 16px;
        line-height: 1.6;
    }
    
    .final-message {
        padding: 40px 0;
    }
    
    .final-message-card {
        padding: 30px 20px;
    }
    
    .final-message-card i {
        font-size: 48px;
        margin-bottom: 15px;
    }
    
    .final-message-card h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    
    .final-message-card p {
        font-size: 16px;
        margin-bottom: 25px;
    }
    
    .btn-primary {
        padding: 12px 32px;
        font-size: 16px;
    }
    
    .welcome-section {
        padding: 40px 0 20px;
    }
    
    .welcome-title {
        font-size: 42px;
    }
    
    .welcome-text {
        font-size: 16px;
    }
    
    .back-to-top {
        bottom: 80px;
        right: 15px;
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    
    .steps-grid {
        flex-direction: column;
        gap: 60px;
    }
    
    .step-card {
        width: 100%;
    }
    
    .step-arrow {
        margin-bottom: 15px;
    }
    
    .method-split-grid {
        flex-direction: column-reverse;
        gap: 40px;
    }
    
    .method-text-col, 
    .method-image-col {
        width: 100%;
        flex: none;
    }
    
    .method-img-frame {
        max-width: 100%;
    }
    
    .method-global-header h2 {
        font-size: 42px;
    }
    
    .method-inner-title {
        font-size: 44px;
    }
    
    .inbody-split-grid {
        flex-direction: column;
        gap: 40px;
    }
    
    .inbody-text-col, 
    .inbody-image-col {
        width: 100%;
        flex: none;
    }
    
    .inbody-img-frame {
        max-width: 100%;
    }
    
    .inbody-inner-title {
        font-size: 44px;
    }
    
    .beyondfit-faq-section {
        padding: 55px 0;
    }
    
    .faq-main-header h2 {
        font-size: 44px;
    }
    
    .faq-question {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 10px;
    }
    
    .faq-answer {
        font-size: 16px;
    }
    
    .faq-main-header {
        margin-bottom: 45px;
    }
}

/* Small Mobile (max-width: 600px) */
@media (max-width: 600px) {
    .container {
        padding: 0 15px;
    }
    
    .hero-left h1 {
        font-size: 42px;
    }
    
    .hero-text {
        font-size: 16px;
    }
    
    .hero-btn {
        padding: 10px 30px;
        font-size: 15px;
    }
    
    .path-card {
        height: 200px;
    }
    
    .card-overlay h3 {
        font-size: 22px;
    }
    
    .quiz-cta {
        padding: 25px 20px;
    }
    
    .quiz-content h3 {
        font-size: 42px;
    }
    
    .quiz-sub {
        font-size: 16px;
    }
    
    .quiz-content p {
        font-size: 17px;
    }
    
    .quiz-btn {
        font-size: 21px;
        padding: 10px 20px;
        width: auto;
        text-align: center;
    }
    
    .benefits-header h2 {
        font-size: 42px;
    }
    
    .gallery-card {
        min-width: 200px;
    }
    
    .img-box {
        height: 150px;
    }
    
    .story-intro-content h2 {
        font-size: 49px;
    }
    
    .story-intro-content p {
        font-size: 16px;
    }
    
    .profile-main-header h2 {
        font-size: 49px;
    }
    
    .member-name {
        font-size: 48px;
    }
    
    .cta-quote-text {
        font-size: 38px;
    }
    
    .footer-form-title {
        font-size: 42px;
    }
    
    .footer-call-link {
        font-size: 25px;
    }
    
    .pricing-banner-header h2 {
        font-size: 49px;
    }
    
    .pricing-sub-header h3 {
        font-size: 42px;
    }
    
    .package-title {
        font-size: 32px;
    }
    
    .section-header-center h2 {
        font-size: 42px;
    }
    
    .final-message-card h2 {
        font-size: 32px;
    }
}

/* Extra Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
    .contact-info {
        gap: 8px;
        font-size: 14px;
        flex-wrap: wrap;
    }
    
    .hero-left h1 {
        font-size: 42px;
    }
    
    .hero-points p {
        font-size: 17px;
    }
    
    .path-card {
        height: 180px;
    }
    
    .card-overlay h3 {
        font-size: 22px;
    }
    
    .card-overlay span {
        font-size: 12px;
    }
    
    .view-program {
        font-size: 14px;
    }
    
    .spotlight-title {
        font-size: 49px;
    }
    
    .spotlight-description p {
        font-size: 17px;
    }
    
    .benefits-header h2 {
        font-size: 42px;
    }
    
    .review-card {
        min-width: 240px;
    }
    
    .faq-question {
        padding: 12px 15px;
    }
    
    .faq-question h3 {
        font-size: 18px;
    }
    
    .faq-toggle {
        width: 26px;
        height: 26px;
    }
    
    .faq-toggle i {
        font-size: 12px;
    }
    
    .final-message-card {
        padding: 25px 15px;
    }
    
    .final-message-card i {
        font-size: 48px;
    }
    
    .final-message-card h2 {
        font-size: 32px;
    }
    
    .btn-primary {
        padding: 12px 32px;
        font-size: 16px;
    }
    
    .card-img-overlay h4 {
        font-size: 36px;
        margin-bottom: 15px;
    }
    
    .program-tag {
        font-size: 28px;
    }
    
    .free-intake-link {
        font-size: 15px;
    }
    
    .features-list li {
        font-size: 16px;
        gap: 10px;
    }
    
    .orange-check {
        width: 16px;
        height: 16px;
        font-size: 10px;
    }
    
    .btn-outline-orange {
        font-size: 22px;
        padding: 10px 15px;
    }
}

/* Print Styles */
@media print {
    .top-bar,
    .site-header,
    .footer,
    .back-to-top,
    .prev-btn,
    .next-btn,
    .menu-toggle,
    .services-cta-section::before,
    .heartbeat-bg,
    .benefits-bg-logo,
    .skyline-deco,
    .wa-button,
    .wa-popup {
        display: none !important;
    }
    
    .faq-hero, 
    .final-message {
        background: none;
    }
    
    .faq-item {
        break-inside: avoid;
        page-break-inside: avoid;
    }
    
    .faq-answer {
        max-height: none !important;
        display: block !important;
        padding: 10px 15px !important;
    }
    
    .faq-toggle {
        display: none;
    }
    
    .btn-primary,
    .btn-outline-orange,
    .cta-book-btn,
    .quiz-btn,
    .trial-btn {
        background: none !important;
        border: 1px solid #ccc !important;
        color: #333 !important;
        box-shadow: none !important;
    }
    
    .pricing-banner-header {
        background: #333 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
    
    .hero-section,
    .services-cta-section {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
    
    .pricing-card,
    .faq-item,
    .benefit-card,
    .team-card {
        break-inside: avoid;
    }
}

/* Accessibility - Reduce Motion */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}