

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ========================================
   MARKET REPORT SECTION
======================================== */


.market-report {
    background: linear-gradient(0deg, #144633 0%, #427059 100%);
    padding: 130px 0 0px 0 !important;
    position: relative;
}

.market-report-header {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.market-report-content {
    color: white;
}

.market-report-content h2 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 0;
    text-align: center;
}

.report-date {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 12px;
    font-weight: 400;
    text-align: center;
}

.report-description {
    color: white;
    text-align: left;
}

.report-subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
    margin-top: 0;
}

.report-intro {
    font-size: 17px;
    font-weight: 600;
    color: white;
    margin-bottom: 10px;
}

.report-highlights {
    list-style: none;
    padding-left: 0;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
}

.report-highlights li {
    font-size: 16px;
    line-height: 1.7;
    padding-left: 28px;
    position: relative;
}

.report-highlights li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: #4ade80;
    font-size: 16px;
    font-weight: 700;
}

/* ========================================
   MARKET STATISTICS SECTION
======================================== */

/* ========================================
   ESTIMATED MARKET VALUATION SECTION
======================================== */

.market-valuation {
    background: linear-gradient(135deg, #E91E63 0%, #AD1457 100%);
    padding: 40px 0;
    color: white;
}

.valuation-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 60px;
    text-align: center;
}

.cta-box {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 20px;
    max-width: 350px;
    margin: 0 auto;
    position: relative;
}

.cta-box p {
    font-size: 16px;
    margin-bottom: 15px;
    color: white;
}

.whatsapp-link {
    display: inline-block;
    background: #25D366;
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
}

.whatsapp-link:hover {
    background: #128C7E;
    transform: translateY(-2px);
    text-decoration: none;
}

.upload-video-link {
    display: inline-block;
    background: white;
    color: #E91E63;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
}

.upload-video-link:hover {
    background: #f5f5f5;
    transform: translateY(-2px);
    text-decoration: none;
}

.cta-video-note {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    margin-top: 12px;
    margin-bottom: 0;
}




/* ========================================
   MARKET STATS SECTION
======================================== */

.market-stats {
    background: #f5f5f5;
    padding: 60px 0;
}

.market-stats-content {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 60px;
}

.stats-boxes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.stats-box {
    background: #FFF7EB;
    border-radius: 8px;
    padding: 30px;
    border: 1px solid #e8e8e8;
    text-align: left;
}

.stats-box h3 {
    font-size: 20px;
    font-weight: 600;
    color: #144633;
    margin-bottom: 15px;
}

.stats-main {
    font-size: 18px;
    font-weight: 700;
    color: #C43B69;
    margin-bottom: 15px;
    line-height: 1.3;
}

.stats-box p {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    margin: 0;
}

/* ========================================
   STANDALONE COMPETITION SECTION
======================================== */

.competition-standalone {
    background: #f5f5f5;
    padding: 40px 0;
}

.competition-standalone-content {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 60px;
}

/* ========================================
   FINAL CTA BANNER
======================================== */

.final-cta-banner {
    background: linear-gradient(135deg, #E91E63 0%, #AD1457 100%);
    padding: 20px 0;
}

.final-cta-content {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 60px;
    text-align: center;
}

.final-cta-content p {
    font-size: 16px;
    color: white;
    margin: 0 0 15px 0;
    font-weight: 500;
}

.final-cta-content .whatsapp-link {
    text-decoration: none;
}

.final-cta-content .whatsapp-link:hover {
    text-decoration: none;
}

.final-cta-content .upload-video-link {
    color: #E91E63;
    text-decoration: none;
}

.final-cta-content .upload-video-link:hover {
    text-decoration: none;
}

.stat-card {
    background: #FFF7EB;
    border-radius: 8px;
    padding: 40px;
    border: 1px solid #e8e8e8;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.stat-card.wide-card {
    max-width: 100%;
}

.stat-left h3 {
    font-size: 22px;
    font-weight: 600;
    color: #144633;
    margin-bottom: 12px;
    line-height: 1.3;
}

.stat-value {
    font-size: 18px;
    font-weight: 600;
    color: #c43b69;
}

.stat-right {
    color: #666;
}

.stat-right p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

/* ========================================
   MARKET ANALYSIS SECTION
======================================== */

.market-analysis {
    background: #e8e8e8;
    padding: 80px 0;
    position: relative;
}

.market-analysis-content {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 60px;
}

.market-analysis h2 {
    font-size: 42px;
    font-weight: 600;
    color: #144633;
    margin-bottom: 40px;
    line-height: 1.2;
    text-align: center;
}

.market-demand-layout {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.market-demand-text {
    margin-top: 30px;
    text-align: left;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.market-demand-text p {
    font-size: 18px;
    color: #333;
    margin: 0 0 10px 0;
    line-height: 1.5;
}

.competition-points {
    margin: 14px 0 0 0;
    padding-left: 20px;
    color: #555;
    font-size: 16px;
    line-height: 1.6;
    list-style: disc;
}

.competition-points li {
    margin-bottom: 6px;
    list-style-type: disc;
    display: list-item;
}

.market-gauge {
    margin-bottom: 20px;
}

.market-summary p {
    font-size: 16px;
    color: #333;
    margin: 0;
    max-width: 400px;
    margin: 0 auto;
}

.gauge-container {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

.gauge-track {
    width: 100%;
    height: 20px;
    background: linear-gradient(to right, #427059 0%, #ef4a81 100%);
    border-radius: 10px;
    position: relative;
    margin-top: 20px;
}

.gauge-marker {
    position: absolute;
    top: -60px;
    left: 60%;
    transform: translateX(-50%);
    z-index: 2;
}

.marker-value {
    background: #144633;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.marker-value::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #144633;
}

.gauge-marker::after {
    content: '';
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: white;
    border: 3px solid transparent;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #ef4a81;
}

.gauge-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    padding: 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.gauge-label {
    font-size: 14px;
    font-weight: 600;
    color: #666;
}

.gauge-label.cold {
    color: #427059;
}

.gauge-label.hot {
    color: #ef4a81;
}

.market-message {
    max-width: 800px;
    margin: 0 auto;
}

.market-status {
    font-size: 18px;
    font-weight: 600;
    color: #144633;
    margin-bottom: 20px;
    line-height: 1.4;
}

.market-details {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* ========================================
   PRICING ADVICE SECTION
======================================== */

.pricing-advice {
    background: #f5f5f5;
    padding: 80px 0;
}

.pricing-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}

.pricing-left h3,
.pricing-right-col h3 {
    font-size: 32px;
    font-weight: 600;
    color: #144633;
    margin-bottom: 20px;
    line-height: 1.3;
}

.pricing-left p,
.pricing-right-col p {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 1.6;
    margin: 0 0 6px 0;
}

/* ========================================
   COMPARABLE PROPERTIES SECTION
======================================== */

.comparable-properties {
    background: #f8f9fa;
    padding: 80px 0;
}

.comparable-content {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 60px;
}

.comparable-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
    margin-bottom: 40px;
}

.comparable-title h2 {
    font-size: 42px;
    font-weight: 600;
    color: #144633;
    margin-bottom: 20px;
    line-height: 1.2;
}

.comparable-title p {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.comparable-description {
    text-align: right;
}

.comparable-description p {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 1.6;
    margin: 0;
    max-width: 350px;
    margin-left: auto;
}

.properties-table {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-bottom: 20px;
}

.properties-table table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

.properties-table thead {
    background: linear-gradient(90deg, #EF4A81 0%, #C33A68 100%);
}

.properties-table th {
    padding: 20px 16px;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: white;
    border: none;
}

.properties-table td {
    padding: 16px;
    text-align: left;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #e8e8e8;
}

.properties-table tbody tr:last-child td {
    border-bottom: none;
}

.properties-table tbody tr:hover {
    background: #f8f9fa;
}

/* ========================================
   COMPARABLE PROPERTIES SELLING SECTION
======================================== */

.comparable-selling {
    background: #F1F1F1;
    padding: 80px 0;
}

.selling-content {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 60px;
}

.selling-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
    margin-bottom: 40px;
}

.selling-title h2 {
    font-size: 42px;
    font-weight: 700;
    color: #144633;
    margin-bottom: 20px;
    line-height: 1.2;
}

.selling-title p {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.selling-description {
    text-align: right;
}

.selling-description p {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 1.6;
    margin: 0;
    max-width: 350px;
    margin-left: auto;
}

.selling-table {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-bottom: 20px;
}

.selling-table table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

.selling-table thead {
    background: linear-gradient(90deg, #144633 0%, #427059 100%);
}

.selling-table th {
    padding: 20px 16px;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: white;
    border: none;
}

.selling-table td {
    padding: 16px;
    text-align: left;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #e8e8e8;
}

.selling-table tbody tr:last-child td {
    border-bottom: none;
}

.selling-table tbody tr:hover {
    background: #f8f9fa;
}

/* ========================================
   HOW WE CAN HELP SECTION
======================================== */

.how-we-help {
    min-height: 100vh;
    background: #f8f9fa;
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

/* Left Semi-Circle */
.help-left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50vw;
    min-width: 600px;
    height: 522px;
    z-index: 2;
}

.semi-circle-container-left {
    position: relative;
    width: 100%;
    height: 100%;
}

.semi-circle-background-left {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 0 300px 300px 0;
    box-shadow: 0 14px 11px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.house-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 300px 300px 0;
    overflow: hidden;
}

.house-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.building-icon {
    position: absolute;
    top: 50px;
    right: -47px;
    width: 94px;
    height: 94px;
    background: linear-gradient(135deg, #ef4a81 0%, #c23a67 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 19px 47px rgba(0, 0, 0, 0.4);
    z-index: 4;
}

/* Right Content */
.help-right {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 60px;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    min-height: 600px;
}

.help-content {
    width: 50%;
    max-width: 600px;
    margin-left: auto;
    padding-left: 60px;
}

.help-content h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    color: #144633;
    margin-bottom: 30px;
}

.help-points {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
}

.help-point {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.help-point .point-icon {
    width: 40px;
    height: 40px;
    background: rgba(196, 59, 105, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 4px;
}

.help-point .point-content {
    flex: 1;
}

.help-point .point-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #c43b69;
    margin-bottom: 8px;
    line-height: 1.3;
}

.help-point .point-content p {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 1.5;
    margin: 0 0 8px 0;
}

.help-footer {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* ========================================
   TRANSPARENCY STATEMENT SECTION
======================================== */

.transparency-statement {
    min-height: 60vh;
    background: url("https://awesomeagents.co.uk/wp-content/themes/awesome-agents-only-wordpress-theme/assets/images/v725_2074.png") center center / cover no-repeat;
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.transparency-statement::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(20, 70, 51, 0.8) 0%, rgba(66, 112, 89, 0.6) 100%);
    z-index: 1;
}

.transparency-content {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 60px;
    position: relative;
    z-index: 2;
    text-align: center;
}

.transparency-content h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    color: white;
    margin-bottom: 30px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.transparency-content p {
    font-size: 18px;
    font-weight: 400;
    color: #f1f1f1;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

/* ========================================
   PROPERTY VIDEO CTA SECTION
======================================== */

.property-video-cta {
    background: linear-gradient(180deg, #EF4A81 0%, #C33A68 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

/* Left Content */
.video-cta-content {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 60px;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    min-height: 600px;
}

.video-cta-inner {
    width: 50%;
    max-width: 600px;
    padding-right: 60px;
}

.video-cta-inner h2 {
    font-size: 48px;
    font-weight: 600;
    color: white;
    margin-bottom: 40px;
    line-height: 1.2;
}

.cta-steps {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
}

.cta-step {
    display: flex;
    align-items: center;
    gap: 16px;
}

.step-icon {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cta-step span {
    font-size: 18px;
    font-weight: 400;
    color: white;
    line-height: 1.4;
}

.cta-step-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
    min-width: 0;
}

.cta-step-btn {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    width: fit-content;
}

.cta-step-btn.whatsapp-link {
    background: #25D366;
    color: white;
}

.cta-step-btn.upload-video-link {
    background: white;
    color: #E91E63;
    border: 2px solid white;
}

.cta-step-btn:hover {
    text-decoration: none;
    opacity: 0.9;
}

.cta-footer {
    font-size: 16px;
    color: white;
    line-height: 1.6;
    margin: 0;
}

.cta-footer strong {
    text-decoration: underline;
}

/* Right Image */
.video-cta-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50vw;
    height: 600px;
    z-index: 2;
}

.video-image-container {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 300px 0 0 300px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.video-image {
    width: 100%;
    height: 100%;
}

.video-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}



/* ========================================
   RESPONSIVE STYLES
======================================== */
@media (max-width: 1200px) {
    .help-left {
        position: relative;
        left: -3%;
        top: 0;
        transform: translateY(0%);
        width: 100%;
        min-width: 608px;
        height: 373px;
        z-index: 2;
    }

    .help-right {
        width: 100%;


    }

    .help-content {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        padding-left: 0px;
        padding-top: 40px;

    }


}

/* Tablet Portrait (768px - 1024px) */
@media (max-width: 1024px) {

    .video-cta-content {
        max-width: 1440px;
        margin: 0 auto;
        padding: 0 60px;
        position: relative;
        z-index: 3;
        display: flex;
        align-items: center;
        min-height: auto;
    }

    .video-cta-inner {
        width: 100%;
        max-width: none;
        padding-right: 0px;
    }

    .video-cta-right {
        position: relative;
        right: -3%;
        top: 40px;
        transform: translateY(0%);
        width: 100%;
        height: 300px;
        z-index: 2;
    }

    /* Typography adjustments */
    .market-report-content h2 {
        font-size: 36px;
    }

    .valuation-container h2,
    .market-analysis h2 {
        font-size: 36px;
    }

    .comparable-title h2,
    .selling-title h2 {
        font-size: 36px;
    }

    .help-content h2,
    .transparency-content h2 {
        font-size: 40px;
    }

    /* Market info grid adjustment */
    .market-demand-text p {
        font-size: 17px;
    }

    /* Stats grid adjustment */
    .stats-boxes-grid {
        gap: 25px;
    }

    /* Table font size */
    .properties-table table,
    .selling-table table {
        font-size: 14px;
    }
}

/* Mobile (480px - 768px) */
@media (max-width: 768px) {

  

    /* Reset all container padding */
    .market-report-header,
    .valuation-container,
    .market-analysis-content,
    .market-stats-content,
    .competition-standalone-content,
    .pricing-container,
    .comparable-content,
    .selling-content,
    .help-content,
    .transparency-content,
    .final-cta-content,
    .video-cta-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* Green header section */
    .market-report {
        padding: 60px 0 40px 0;
    }

    .market-report-header {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .market-report-content h2 {
        font-size: 36px;
        line-height: 1.2;
    }

    .report-subtitle {
        font-size: 18px;
    }

    .report-intro {
        font-size: 15px;
    }

    /* Pink valuation section */
    .market-valuation {
        padding: 40px 0;
    }

    .cta-box {
        padding: 15px;
        max-width: 100%;
    }

    .whatsapp-link {
        padding: 12px 25px;
        font-size: 14px;
    }

    /* Market analysis section */
    .market-analysis {
        padding: 50px 0;
    }

    .market-analysis h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .market-demand-text p {
        font-size: 16px;
    }

    .gauge-container {
        max-width: 350px;
    }

    .gauge-marker .marker-value {
        font-size: 14px;
    }

    .gauge-labels {
        font-size: 12px;
    }

    .market-summary p {
        font-size: 14px;
    }

    .competition-points {
        font-size: 15px;
    }

    /* Stats boxes */
    .market-stats {
        padding: 40px 0;
    }

    .stats-boxes-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .stats-box {
        padding: 20px;
    }

    .stats-box h3 {
        font-size: 18px;
    }

    .stats-main {
        font-size: 16px;
    }

    .stats-box p {
        font-size: 13px;
    }

    /* Competition standalone section */
    .competition-standalone {
        padding: 40px 0;
    }

    .stat-card {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 25px 20px;
    }

    .stat-left h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .stat-value {
        font-size: 16px;
        margin-bottom: 0;
    }

    .stat-right p {
        font-size: 14px;
        margin-top: 15px;
    }

    /* Pricing advice */
    .pricing-advice {
        padding: 40px 0;
    }

    .pricing-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .pricing-left h3,
    .pricing-right-col h3 {
        font-size: 20px;
    }

    .pricing-left p,
    .pricing-right-col p {
        font-size: 15px;
    }

    /* Video CTA section */
    .property-video-cta {
        padding: 40px 0;
        display: block;
    }

    .video-cta-inner {
        width: 100%;
        max-width: none;
        text-align: center;
    }

    .video-cta-inner h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .cta-steps {
        gap: 20px;
    }

    .cta-step {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        align-items: center;
    }

    .cta-step span {
        font-size: 14px;
    }

    .cta-step-content {
        align-items: center;
    }

    .cta-step-btn {
        font-size: 13px;
    }

    .cta-footer {
        font-size: 14px;
        margin-top: 25px;
    }

    .video-cta-right {
        display: none;
    }

    /* Comparable properties sections */
    .comparable-properties,
    .comparable-selling {
        padding: 40px 0;
    }

    .comparable-header,
    .selling-header {
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: center;
        margin-bottom: 30px;
    }

    .comparable-title h2,
    .selling-title h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .comparable-title p,
    .selling-title p {
        font-size: 14px;
    }

    .comparable-description,
    .selling-description {
        text-align: center;
    }

    .comparable-description p,
    .selling-description p {
        font-size: 14px;
    }

    /* Tables responsive */
    .properties-table,
    .selling-table {
        margin-top: 20px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .properties-table table {
        min-width: 0;
    }

    .selling-table table {
        min-width: 0;
    }

    .properties-table th,
    .selling-table th {
        padding: 10px 6px;
        font-size: 10px;
        white-space: nowrap;
    }

    .properties-table td,
    .selling-table td {
        padding: 10px 6px;
        font-size: 11px;
        word-break: break-word;
    }

    .selling-table th:nth-child(3),
    .selling-table td:nth-child(3) {
        width: 40px;
        text-align: center;
    }

    .selling-table th:nth-child(5),
    .selling-table td:nth-child(5) {
        width: 60px;
    }

    .selling-table th:nth-child(6),
    .selling-table td:nth-child(6) {
        width: 55px;
        text-align: center;
    }

    .selling-table th:nth-child(7),
    .selling-table td:nth-child(7) {
        width: 50px;
        text-align: center;
    }

    .properties-table a,
    .selling-table a {
        font-size: 11px;
    }

    /* How we help section */
    .how-we-help {
        padding: 40px 0;
        display: block;
        position: relative;
    }

    .help-left {
        display: none;
    }

    .help-right {
        position: static;
        max-width: none;
        padding: 0;
    }

    .help-content {
        width: 100%;
        max-width: none;
        padding: 0 20px;
    }

    .help-content h2 {
        font-size: 28px;
        text-align: center;
        margin-bottom: 30px;
    }

    .help-points {
        gap: 25px;
    }

    .help-point {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        align-items: center;
    }

    .point-icon {
        margin-bottom: 0;
    }

    .point-content h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .point-content p {
        font-size: 14px;
        line-height: 1.5;
    }

    .help-footer {
        font-size: 14px;
        text-align: center;
        margin-top: 25px;
    }

    /* Transparency section */
    .transparency-statement {
        padding: 40px 0;
        min-height: 40vh;
    }

    .transparency-content {
        text-align: center;
    }

    .transparency-content h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .transparency-content p {
        font-size: 15px;
    }

    /* Final CTA banner */
    .final-cta-banner {
        padding: 25px 0;
    }

    .final-cta-content p {
        font-size: 14px;
        margin-bottom: 15px;
    }
}

/* Small Mobile (320px - 480px) */
@media (max-width: 480px) {

    /* Further reduce typography */
    .market-report-content h2 {
        font-size: 32px;
    }

    .report-subtitle {
        font-size: 16px;
    }

    .valuation-container h2,
    .market-analysis h2 {
        font-size: 24px;
    }

    .comparable-title h2,
    .selling-title h2,
    .help-content h2,
    .transparency-content h2 {
        font-size: 24px;
    }

    .video-cta-inner h2 {
        font-size: 24px;
    }

    /* Tighter spacing */
    .stats-box {
        padding: 15px;
    }

    .stat-card {
        padding: 20px 15px;
    }



    .properties-table th,
    .selling-table th,
    .properties-table td,
    .selling-table td {
        padding: 8px 4px;
        font-size: 9px;
    }

    .properties-table table {
        min-width: 0;
    }

    .selling-table table {
        min-width: 0;
    }

    /* Smaller buttons */
    .whatsapp-link {
        padding: 10px 20px;
        font-size: 13px;
    }

    /* Tighter containers */
    .market-report-header,
    .valuation-container,
    .market-analysis-content,
    .market-stats-content,
    .competition-standalone-content,
    .pricing-container,
    .comparable-content,
    .selling-content,
    .help-content,
    .transparency-content,
    .final-cta-content,
    .video-cta-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}