@media (max-width: 1440px) {
    .hero-image-wrapper .hero-image {
        object-position: -266px center;
    }

    .selfhood-section .selfhood-inner {
        grid-template-columns: minmax(321px, 710px) 1fr;
    }

    .selfhood-section .selfhood-visual {
        margin-right: 100px;
    }
}

@media (max-width: 1200px) {
    .hero-section .container-fluid {
        width: 100vw;
        max-width: 100vw;
        padding: 0;
    }

    .hero-section .row {
        position: relative;
        width: 100%;
        margin: 0;
        min-height: 100vh;
    }

    .hero-section .image-column {
        width: 100%;
        height: 100vh;
    }

    .hero-image-wrapper {
        height: 100%;
        width: 100%;
    }

    .hero-section .content-column {
        position: absolute;
        inset: 0;
        z-index: 2;
        pointer-events: none;
        background: none;
        margin-left: 24em;
    }

    .hero-section .content-column .hero-content-wrapper {
        pointer-events: auto;
        margin: 0 2rem;
    }

    .selfhood-section .selfhood-inner {
        grid-template-columns: minmax(321px, 460px) 1fr;
    }

    .selfhood-section .selfhood-visual {
        border-top-right-radius: 180px;
        border-bottom-right-radius: 180px;
        margin-right: 20px;
    }

    .selfhood-section .selfhood-body,
    .selfhood-section .selfhood-points {
        text-align: left;
    }

    .instructor-photo-wrapper .instructor-name-tag {
        right: -155px;
    }

    .pricing-section .pricing-amount-featured .price-number {
        font-size: 50px;
    }

    .pricing-section .price-number {
        font-size: 60px;
    }

    .pricing-section .pricing-watermark {
        font-size: 100px;
    }

    .pricing-section .background-pricing-section2 {
        padding: 20px 0;
    }

    .pricing-section .pricing-features-dark li {
        margin-bottom: 0;
    }

    .pricing-section .pricing-badge {
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .hero-image-wrapper .hero-image {
        object-position: center center;
    }

    .hero-section .content-column {
        margin-left: 0;
        height: auto;
    }

    .hero-section .image-column {
        height: auto;
    }

    .hero-section .min-vh-100 {
        min-height: auto !important;
    }

    .stats-section .stat-icon {
        width: 75px;
        height: 75px;
        margin-bottom: 12px;
    }

    .stats-section .stat-number {
        font-size: 45px;
    }

    .stats-section .stat-label {
        font-size: 16px;
    }

    .content-point .point-image-wrapper {
        padding-top: 0;
    }

    .content-point.content-point-1 {
        padding: 10px 0;
    }

    .content-point .point-content {
        margin: 0 45px;
        padding: 40px;
    }

    .content-point .point-column-2 {
        z-index: 2 !important;
        margin-top: -220px;
    }

    .content-point .point-number.point-number-right {
        left: 20px;
    }

    .content-point .point-title {
        margin-top: 24px;
    }

    .content-point .point-number-column {
        top: 0;
        margin-bottom: -90px;
        margin-top: -168px;
        margin-right: 70px;
        z-index: 4;
    }

    .content-point .point-content-column {
        z-index: 3;
    }

    .stats-section .schedule-icon-background {
        display: none;
    }
}

/* ========================================
   MOBILE DEVICES (max-width: 767.98px)
   ======================================== */
@media (max-width: 767.98px) {

    /* 1. GLOBAL & CONTAINER */
    html,
    body {
        overflow-x: hidden;
    }

    .container-fluid {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    /* 2. NAVBAR */
    .navbar {
        padding: 8px 0;
        background-color: #ffffff !important;
    }

    .navbar-brand img {
        height: 45px !important;
        max-height: 45px !important;
        margin-bottom: 0 !important;
    }

    .navbar-collapse {
        background-color: #ffffff !important;
    }

    .navbar-collapse.show,
    .navbar-collapse.collapsing {
        background-color: #ffffff !important;
    }

    .navbar-nav {
        background-color: #ffffff !important;
    }

    .navbar-nav .nav-link {
        color: #212529 !important;
        text-align: left;
    }

    .btn-register {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    /* 3. HERO SECTION */
    .hero-section {
        padding-top: 60px;
    }

    .hero-section .row {
        flex-direction: column;
        min-height: auto !important;
    }

    .hero-section .content-column {
        position: relative !important;
        width: 100% !important;
        margin-left: 0 !important;
        padding: 1.5rem 1rem !important;
    }

    .hero-content-wrapper {
        padding: 1rem !important;
        max-width: 100%;
        text-align: left;
    }

    .hero-title {
        font-size: 2rem !important;
        line-height: 1.1;
    }

    .hero-title-inline {
        font-size: 2rem !important;
        line-height: 1.1;
    }

    .hero-with {
        font-size: 3rem !important;
        margin-right: 8px;
    }

    .hero-subtitle {
        font-size: 11px;
    }

    .hero-badge {
        font-size: 14px !important;
        padding: 8px 16px !important;
    }

    /* Hero Image - Fixed height with full width */
    .hero-section .image-column {
        width: 100vw !important;
        height: 350px !important;
        overflow: hidden;
    }

    .hero-image-wrapper {
        width: 100% !important;
        height: 350px !important;
        min-height: 350px !important;
    }

    .hero-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

    /* Info Card - Below image, full width */
    .hero-info-card {
        position: relative !important;
        width: calc(100% - 2rem) !important;
        max-width: 100% !important;
        margin: -20px auto 1px auto !important;
        padding: 1.2rem 1rem !important;
        border-radius: 16px !important;
        flex-direction: column;
        gap: 1rem;
        left: 0 !important;
        right: 0 !important;
        bottom: auto !important;
    }

    .hero-info-item {
        width: 100%;
        justify-content: flex-start;
    }

    .hero-info-icon {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .hero-info-label {
        font-size: 10px;
    }

    .hero-info-value {
        font-size: 13px;
    }

    /* Contact Icons */
    .hero-contact-icons.d-flex.gap-3.mt-5 {
        position: static !important;
        margin: 1rem 0 !important;
        justify-content: flex-start;
        padding: 0 1rem;
    }

    .hero-contact-icon {
        width: 42px;
        height: 42px;
        font-size: 15px;
    }

    /* 4. STATS SECTION */
    .stats-section {
        padding: 50px 0;
    }

    .stats-section .row.stats-wrapper {
        flex-direction: column;
        border-width: 0;
        border-radius: 20px;
    }

    .stats-section .col-lg-4,
    .stats-section .col-md-4,
    .stats-section .col-sm-4 {
        width: 100% !important;
        max-width: 100%;
    }

    .stats-section .stat-item {
        padding: 30px 15px;
        border-right: none !important;
    }

    .stats-section .position-relative {
        margin-bottom: 1.5rem;
    }

    .stats-section .position-relative:last-child {
        margin-bottom: 0;
    }

    .stats-section .vach-stat-item {
        display: none !important;
    }

    .stats-section .stat-icon {
        width: 100px;
        height: 100px;
        margin-bottom: 15px;
    }

    .stats-section .stat-icon img {
        width: 36px !important;
        height: 36px !important;
    }

    .stats-section .stat-icon::before {
        width: 120px;
        height: 120px;
    }

    .stats-section .stat-number {
        font-size: 42px !important;
    }

    .stats-section .stat-label {
        font-size: 16px;
        margin-top: 12px;
    }

    /* 5. GENERAL TYPOGRAPHY */
    h1 {
        font-size: 1.75rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.25rem;
    }

    .section-title {
        font-size: 28px !important;
    }

    .section-subtitle {
        font-size: 50px !important;
        margin-bottom: -20px !important;
    }

    .section-description {
        font-size: 16px;
        line-height: 1.6;
    }

    /* SELFHOOD SECTION */
    .selfhood-section {
        padding: 40px 1rem 100px !important;
    }

    .selfhood-section .selfhood-inner {
        grid-template-columns: 1fr !important;
        gap: 0;
    }

    .selfhood-section .selfhood-visual {
        display: none;
    }

    .selfhood-section .selfhood-body {
        padding: 0 1rem;
        text-align: left;
    }

    /* CONTENT POINTS SECTION */
    .content-point {
        padding: 40px 0;
        margin: 0 16px !important;
    }

    .content-point-1 {
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
    }

    .content-point-last {
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    .content-point .point-content {
        margin: 0 20px !important;
        padding: 30px 20px 40px !important;
        border-radius: 30px;
    }

    .content-point .point-content-left {
        margin: 0 20px !important;
        padding: 30px 20px 40px !important;
    }

    .content-point .point-content-full {
        padding: 40px 20px 30px !important;
        margin: 0 !important;
    }

    .content-point .point-title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .content-point .point-description {
        font-size: 15px;
        line-height: 1.6;
    }

    .content-point .point-number {
        top: -80px;
        width: 100px;
    }

    .content-point .point-number img {
        width: 100px;
        height: auto;
    }

    .content-point .point-image-wrapper {
        padding-top: 0;
        margin-left: 0 !important;
    }

    .content-point .point-column-2 {
        margin-top: -120px !important;
    }

    .content-point .point-bottom-icon {
        margin-bottom: -80px;
        padding-right: 30px;
    }

    .content-point .point-bottom-icon img {
        width: 60px;
        height: auto;
    }

    /* SCHEDULE SECTION */
    .schedule-card {
        margin-bottom: 1.5rem !important;
    }

    .instructor-photo-wrapper {
        margin-top: 2rem;
    }

    .instructor-photo-wrapper .instructor-name-tag {
        position: absolute;
        right: 0;
        padding: 1rem;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        top: auto;
    }

    .instructor-header h3 {
        font-size: 28px !important;
    }

    .instructor-credentials li {
        font-size: 14px;
        line-height: 1.8;
    }

    /* PRICING SECTION */
    .pricing-section {
        padding: 0;
    }

    .pricing-section .mt-5 {
        margin-top: 2px !important;
    }

    .pricing-section .pricing-first-item {
        padding: 16px !important;
    }

    .pricing-section .pricing-card {
        margin-bottom: 1.5rem;
    }

    .pricing-section .pricing-watermark {
        font-size: 70px !important;
    }

    .pricing-section .pricing-title {
        font-size: 24px;
    }

    .pricing-section .price-number {
        font-size: 46px !important;
    }

    .pricing-section .pricing-amount-featured .price-number {
        font-size: 42px !important;
    }

    .registration-section .registration-content {
        padding: 20px 0 0;
        border-radius: 6px;
    }

    .registration-section .registration-form {
        padding: 0;
    }

    .registration-section .registration-top {
        padding: 20px 20px 0;
    }

    .registration-section .registration-footer {
        padding: 12px 20px 20px;
    }

    .registration-section .registration-info {
        padding: 40px 0;
    }

    /* ABOUT SECTION */
    .about-section {
        padding: 50px 0;
        background-size: contain;
        background-position-y: -50px;
    }

    .about-section .section-description br {
        display: none;
    }

    /* FOOTER */
    .footer-section {
        padding: 40px 0 20px;
    }

    .footer-logo {
        max-width: 120px;
        margin-bottom: 1.5rem;
    }

    .footer-contact {
        margin-bottom: 1rem;
    }

    .footer-contact p {
        font-size: 13px;
    }

    .social-icons a {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .registration-section {
        padding: 0;
    }
}