/* ============================================
   OWNERS PAGE RESPONSIVE STYLES
   ============================================ */

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

    /* Main Content */
    .main-content {
        margin-top: 85px;
    }

    /* Logo Section */
    .logo-section {
        padding-top: 80px;
    }

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

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

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

    /* 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;
    }

    /* Doubts Section */
    .doubts-container {
        width: 1000px;
        height: 250px;
        padding: 0 50px;
    }

    .doubts-title {
        font-size: 32px;
    }

    .doubts-item {
        font-size: 18px;
    }
}

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

    /* Main Content */
    .main-content {
        margin-top: 60px;
    }

    /* Logo Section */
    .logo-section {
        padding-top: 60px;
    }

    .page-logo {
        width: 90px;
        height: 70px;
    }

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

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

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

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

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

    .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;
    }

    /* Doubts Section */
    .doubts-section {
        padding: 50px 20px;
    }

    .doubts-container {
        width: 100%;
        max-width: 650px;
        height: auto;
        flex-direction: column;
        padding: 40px 30px;
        gap: 30px;
    }

    .doubts-content {
        padding-right: 0;
        text-align: center;
    }

    .doubts-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .doubts-item {
        font-size: 16px;
        text-align: left;
    }

    .doubts-actions {
        flex-direction: row;
        gap: 15px;
    }
}

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

    /* Main Content */
    .main-content {
        margin-top: 60px;
    }

    /* Logo Section */
    .logo-section {
        padding-top: 50px;
    }

    .page-logo {
        width: 80px;
        height: 62px;
    }

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

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

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

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

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

    .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;
    }

    /* Doubts Section */
    .doubts-section {
        padding: 40px 15px;
    }

    .doubts-container {
        max-width: 100%;
        padding: 35px 25px;
        gap: 25px;
    }

    .doubts-title {
        font-size: 24px;
    }

    .doubts-item {
        font-size: 15px;
    }

    .doubts-actions {
        flex-direction: column;
        width: 100%;
    }

    .whatsapp-button,
    .contact-button {
        width: 100%;
        max-width: 100%;
        height: 45px;
        font-size: 16px;
    }
}

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

    /* Main Content */
    .main-content {
        margin-top: 50px;
    }

    /* Logo Section */
    .logo-section {
        padding-top: 40px;
    }

    .page-logo {
        width: 70px;
        height: 54px;
    }

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

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

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

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

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

    .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;
    }

    /* Doubts Section */
    .doubts-section {
        padding: 35px 12px;
    }

    .doubts-container {
        padding: 30px 20px;
        gap: 20px;
        border-radius: 35px;
    }

    .doubts-title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .doubts-item {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .whatsapp-button,
    .contact-button {
        height: 42px;
        font-size: 15px;
    }

    .whatsapp-icon {
        width: 100px;
        height: 23px;
    }
}