/* ============================================
   ROOM2RENT PAGE RESPONSIVE STYLES
   ============================================ */

/* 🔵 Desktop – 1024px to 1439px */
@media (max-width: 1439px) {

    /* Main Content */
    .main-content {
        margin-top: 170px;
        margin-bottom: 80px;
    }

    /* Info Sections */
    .info-section {
        padding: 0 120px;
        margin-top: 50px;
    }

    .info-section:first-of-type {
        margin-top: 50px;
    }

    /* Section Titles */
    .r2r-section-title,
    .section-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    /* Logo Containers */
    .brand-logo {
        width: 350px;
        height: 87px;
    }

    .mobile-logo,
    .flat-logo {
        width: 90px;
        height: 70px;
    }

    .logo-container {
        margin: 30px 0;
    }

    /* Section Paragraph */
    .section-paragraph {
        font-size: 18px;
    }

    /* Section List */
    .section-list {
        margin-left: 80px;
    }

    .section-list li {
        font-size: 18px;
    }

    /* Arrow Section */
    .arrow-section {
        padding: 0 120px;
        margin-top: 50px;
    }

    /* Owner CTA Section */
    .owner-cta-section {
        padding: 0 120px;
        margin-top: 50px;
    }

    .owner-cta-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .owner-cta-paragraph {
        font-size: 18px;
        margin-bottom: 30px;
        padding: 0 80px;
    }

    .owner-cta-button {
        width: 270px;
        height: 45px;
        font-size: 18px;
    }
}

/* 🟡 Tablet – 768px to 1023px */
@media (max-width: 1023px) {

    /* Main Content */
    .main-content {
        margin-top: 140px;
        margin-bottom: 60px;
        min-height: 150vh;
    }

    /* Info Sections */
    .info-section {
        padding: 0 60px;
        margin-top: 40px;
    }

    .info-section:first-of-type {
        margin-top: 40px;
    }

    /* Section Titles */
    .r2r-section-title,
    .section-title {
        font-size: 26px;
        margin-bottom: 25px;
    }

    /* Logo Containers */
    .brand-logo {
        width: 320px;
        height: 80px;
    }

    .mobile-logo,
    .flat-logo {
        width: 85px;
        height: 66px;
    }

    .logo-container {
        margin: 25px 0;
    }

    /* Section Paragraph */
    .section-paragraph {
        font-size: 17px;
        line-height: 1.5;
    }

    .section-paragraph-small-gap {
        margin-top: 18px;
    }

    /* Section List */
    .section-list {
        margin-left: 60px;
        margin-bottom: 25px;
    }

    .section-list li {
        font-size: 17px;
        margin-bottom: 8px;
    }

    /* Arrow Section */
    .arrow-section {
        padding: 0 60px;
        margin-top: 40px;
    }

    .arrow-icon {
        width: 45px;
        height: 18px;
    }

    /* Owner CTA Section */
    .owner-cta-section {
        padding: 0 60px;
        margin-top: 40px;
    }

    .owner-cta-title {
        font-size: 26px;
        margin-bottom: 25px;
    }

    .owner-cta-paragraph {
        font-size: 17px;
        margin-bottom: 25px;
        padding: 0 60px;
    }

    .owner-cta-button {
        width: 260px;
        height: 43px;
        font-size: 17px;
    }
}

/* 🟠 Large Phones – 480px to 767px */
@media (max-width: 767px) {

    /* Main Content */
    .main-content {
        margin-top: 100px;
        margin-bottom: 50px;
        min-height: 120vh;
    }

    /* Info Sections */
    .info-section {
        padding: 0 30px;
        margin-top: 35px;
    }

    .info-section:first-of-type {
        margin-top: 35px;
    }

    /* Section Titles */
    .r2r-section-title,
    .section-title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    /* Logo Containers */
    .brand-logo {
        width: 280px;
        height: 70px;
    }

    .mobile-logo,
    .flat-logo {
        width: 75px;
        height: 58px;
    }

    .logo-container {
        margin: 20px 0;
    }

    /* Section Paragraph */
    .section-paragraph {
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 12px;
    }

    .section-paragraph-small-gap {
        margin-top: 16px;
    }

    /* Section List */
    .section-list {
        margin-left: 40px;
        margin-bottom: 20px;
    }

    .section-list li {
        font-size: 15px;
        margin-bottom: 8px;
        padding-left: 18px;
    }

    /* Arrow Section */
    .arrow-section {
        padding: 0 30px;
        margin-top: 35px;
    }

    .arrow-icon {
        width: 40px;
        height: 16px;
    }

    /* Owner CTA Section */
    .owner-cta-section {
        padding: 0 30px;
        margin-top: 35px;
    }

    .owner-cta-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .owner-cta-paragraph {
        font-size: 16px;
        margin-bottom: 20px;
        padding: 0 20px;
    }

    .owner-cta-button {
        width: 100%;
        max-width: 280px;
        height: 42px;
        font-size: 16px;
    }
}

/* 🔴 Small Phones – up to 479px */
@media (max-width: 479px) {

    /* Main Content */
    .main-content {
        margin-top: 80px;
        margin-bottom: 40px;
        min-height: 100vh;
    }

    /* Info Sections */
    .info-section {
        padding: 0 20px;
        margin-top: 30px;
    }

    .info-section:first-of-type {
        margin-top: 30px;
    }

    /* Section Titles */
    .r2r-section-title,
    .section-title {
        font-size: 20px;
        margin-bottom: 18px;
    }

    /* Logo Containers */
    .brand-logo {
        width: 240px;
        height: 60px;
    }

    .mobile-logo,
    .flat-logo {
        width: 65px;
        height: 50px;
    }

    .logo-container {
        margin: 18px 0;
    }

    /* Section Paragraph */
    .section-paragraph {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .section-paragraph-small-gap {
        margin-top: 14px;
    }

    /* Section List */
    .section-list {
        margin-left: 25px;
        margin-bottom: 18px;
    }

    .section-list li {
        font-size: 14px;
        margin-bottom: 7px;
        padding-left: 16px;
    }

    .section-list li::before {
        font-size: 14px;
    }

    /* Arrow Section */
    .arrow-section {
        padding: 0 20px;
        margin-top: 30px;
    }

    .arrow-icon {
        width: 36px;
        height: 14px;
    }

    /* Owner CTA Section */
    .owner-cta-section {
        padding: 0 20px;
        margin-top: 30px;
    }

    .owner-cta-title {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .owner-cta-paragraph {
        font-size: 15px;
        margin-bottom: 18px;
        padding: 0 10px;
    }

    .owner-cta-button {
        width: 100%;
        max-width: 100%;
        height: 40px;
        font-size: 15px;
    }
}