/* =========================================================
   PREMIUM VILLAS
   Main Website Styles
========================================================= */


/* =========================================================
   RESET
========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #f7f5f0;
    color: #17233d;
    line-height: 1.6;
}

img {
    max-width: 100%;
    display: block;
}

button,
input,
select {
    font: inherit;
}


/* =========================================================
   COMMON CONTAINER
========================================================= */

.container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}


/* =========================================================
   HERO / TOP BANNER
========================================================= */

.hero-banner {
    width: 100%;
    background: #06132f;
    overflow: hidden;
}

.hero-banner-image {
    width: 100%;
    height: auto;
    display: block;
}


/* =========================================================
   COMMON SECTION LABEL
========================================================= */

.section-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #d8af3d;
    text-transform: uppercase;
    margin-bottom: 12px;
}


/* =========================================================
   GOLD DIVIDER
========================================================= */

.gold-divider {
    width: 100px;
    height: 3px;
    background: #d8af3d;
    margin: 25px auto;
    position: relative;
}

.gold-divider::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #d8af3d;
    transform: rotate(45deg);
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -5px;
}


/* =========================================================
   PRE-LAUNCH HERO OFFER
========================================================= */

.prelaunch-hero-section {
    padding: 85px 0 75px;
    text-align: center;
    background:
        linear-gradient(
            180deg,
            #07183b 0%,
            #0b326f 100%
        );
    color: #ffffff;
}

.prelaunch-hero-section h1 {
    font-size: clamp(36px, 5vw, 60px);
    line-height: 1.12;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.prelaunch-location {
    max-width: 850px;
    margin: 0 auto 35px;
    font-size: 20px;
    color: #e9d47b;
}

.prelaunch-offer {
    max-width: 800px;
    margin: 30px auto;
    padding: 35px 30px;
    border: 1px solid rgba(216, 175, 61, 0.55);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.18);
}

.offer-label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #f1cc55;
    margin-bottom: 10px;
}

.prelaunch-offer h2 {
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.2;
    color: #ffffff;
}

.launch-price-text {
    margin-top: 12px;
    color: #f4df91;
    font-size: 17px;
}

.prelaunch-description {
    max-width: 800px;
    margin: 30px auto;
    color: #e7ebf2;
    font-size: 18px;
    line-height: 1.8;
}

.booking-amount {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #f1cc55;
}

.terms-note {
    margin-top: 8px;
    color: #c6ccd7;
    font-size: 13px;
}


/* =========================================================
   COMMUNITY OVERVIEW
========================================================= */

.community-overview-section {
    padding: 80px 0;
    background: #ffffff;
}

.community-overview-section .section-heading {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.community-overview-section .section-heading p:not(.section-label) {
    color: #646c79;
    font-size: 17px;
    line-height: 1.8;
    margin-top: 18px;
}

.community-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin: 50px 0 65px;
}

.stat-card {
    padding: 35px 25px;
    text-align: center;
    background: #f8f5ed;
    border: 1px solid #eadfbe;
    border-radius: 14px;
}

.stat-card h3 {
    color: #b88a18;
    font-size: 30px;
    margin-bottom: 8px;
}

.stat-card p {
    color: #626975;
    font-size: 15px;
}

.project-highlights-content > .section-label {
    text-align: center;
    margin-bottom: 30px;
}


/* =========================================================
   INTRO SECTION
========================================================= */

.intro-section {
    padding: 75px 0 60px;
    text-align: center;
    background:
        linear-gradient(
            180deg,
            #07183b 0%,
            #0c2d67 100%
        );
    color: #ffffff;
}

.intro-section h1 {
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.15;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}

.intro-description {
    font-size: 18px;
    font-weight: 500;
    color: #f4df91;
}

.intro-description span {
    margin: 0 12px;
    color: #d8af3d;
}


/* =========================================================
   PRICING SECTION
========================================================= */

.pricing-section {
    padding: 70px 0;
    background: #f7f5f0;
}

.pricing-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 45px;
    box-shadow:
        0 15px 45px rgba(12, 31, 65, 0.12);
}

.pricing-heading {
    text-align: center;
    margin-bottom: 35px;
}

.pricing-heading h2 {
    font-size: 32px;
    color: #102858;
    margin-bottom: 8px;
}

.pricing-heading p {
    color: #6d7480;
}


/* =========================================================
   PRICING TABLE
========================================================= */

.pricing-table-wrapper {
    width: 100%;
    overflow-x: auto;
}

.pricing-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 12px;
    min-width: 800px;
}

.pricing-table thead th {
    background: #f1cc55;
    color: #16213b;
    padding: 20px 18px;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pricing-table thead th:first-child {
    border-radius: 12px 0 0 12px;
}

.pricing-table thead th:last-child {
    border-radius: 0 12px 12px 0;
}

.pricing-table tbody tr {
    background: #102d65;
}

.pricing-table tbody td {
    padding: 25px 18px;
    color: #ffffff;
    font-size: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.pricing-table tbody tr td:first-child {
    border-radius: 12px 0 0 12px;
    border-left: 1px solid rgba(255, 255, 255, 0.04);
}

.pricing-table tbody tr td:last-child {
    border-radius: 0 12px 12px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.04);
}


/* =========================================================
   PRICE VISIBILITY / PRICE LOCK
========================================================= */

.protected-price {
    position: relative;
    font-weight: 700;
    color: #f1cc55 !important;
}

.hidden-price-box {
    display: block;
    width: 110px;
    height: 30px;
    background: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 auto;

    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.price-trigger {
    cursor: pointer;
    user-select: none;
}

.price-trigger:hover .hidden-price-box {
    background: #f2f2f2;
    transform: scale(1.03);
}

.price-trigger:focus {
    outline: 2px solid #f1cc55;
    outline-offset: -3px;
}


/* =========================================================
   ACTUAL PRICES
========================================================= */

.price-value {
    display: none;
}

body.prices-unlocked .hidden-price-box {
    display: none;
}

body.prices-unlocked .price-value {
    display: inline-block;
}


/* =========================================================
   PRICING NOTES
========================================================= */

.pricing-notes-section {
    padding: 70px 0;
    background:
        linear-gradient(
            135deg,
            #07183b,
            #0b4c8c
        );
    color: #ffffff;
}

.pricing-notes {
    max-width: 950px;
    margin: 0 auto;
}

.pricing-notes h2 {
    font-size: 30px;
    margin-bottom: 30px;
    color: #f1cc55;
}

.pricing-notes ul {
    list-style: none;
}

.pricing-notes li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 18px;
    font-size: 17px;
    color: #f3f5f8;
}

.pricing-notes li::before {
    content: "◆";
    position: absolute;
    left: 0;
    top: 1px;
    color: #f1cc55;
    font-size: 11px;
}


/* =========================================================
   NEW PRE-LAUNCH PRICING
========================================================= */

.prelaunch-pricing-section {
    padding: 85px 0;
    background: #f7f5f0;
}

.prelaunch-pricing-section .section-heading {
    margin-bottom: 45px;
}

.prelaunch-pricing-table-wrapper {
    max-width: 1000px;
    margin: 0 auto 45px;
    overflow-x: auto;
}

.prelaunch-pricing-table {
    width: 100%;
    min-width: 650px;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.prelaunch-pricing-table thead th {
    padding: 18px 20px;
    background: #102d65;
    color: #f1cc55;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.prelaunch-pricing-table thead th:first-child {
    border-radius: 10px 0 0 10px;
}

.prelaunch-pricing-table thead th:last-child {
    border-radius: 0 10px 10px 0;
}

.prelaunch-pricing-table tbody tr {
    background: #ffffff;
}

.prelaunch-pricing-table tbody td {
    padding: 22px 20px;
    color: #26334b;
    border-top: 1px solid #e6e0d3;
    border-bottom: 1px solid #e6e0d3;
}

.prelaunch-pricing-table tbody tr td:first-child {
    border-left: 1px solid #e6e0d3;
    border-radius: 10px 0 0 10px;
}

.prelaunch-pricing-table tbody tr td:last-child {
    border-right: 1px solid #e6e0d3;
    border-radius: 0 10px 10px 0;
}

.prelaunch-pricing-table tbody td:last-child {
    color: #b88a18;
    font-size: 18px;
}


/* =========================================================
   SPECIAL PRE-LAUNCH OFFER
========================================================= */

.special-offer-card {
    max-width: 850px;
    margin: 0 auto;
    padding: 45px 30px;
    text-align: center;
    background:
        linear-gradient(
            135deg,
            #07183b,
            #0b4c8c
        );
    border-radius: 18px;
    color: #ffffff;
    box-shadow: 0 20px 50px rgba(7, 24, 59, 0.18);
}

.special-offer-card .section-label {
    margin-bottom: 10px;
}

.special-offer-card h2 {
    font-size: clamp(30px, 4vw, 44px);
    margin-bottom: 12px;
}

.special-price {
    font-size: clamp(38px, 6vw, 62px);
    line-height: 1;
    font-weight: 800;
    color: #f1cc55;
}

.special-price-note {
    margin-top: 15px;
    color: #d9e0eb;
}

.regular-launch-card {
    max-width: 650px;
    margin: 25px auto 0;
    padding: 30px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #eadfbe;
    border-radius: 16px;
}

.regular-launch-card .section-label {
    margin-bottom: 5px;
}

.regular-price {
    font-size: 38px;
    font-weight: 800;
    color: #102858;
}

.early-booking-message {
    text-align: center;
    margin-top: 45px;
}

.early-booking-message h2 {
    color: #102858;
    font-size: 30px;
    margin-bottom: 20px;
}

.pricing-disclaimer {
    max-width: 900px;
    margin: 30px auto 0;
    text-align: center;
    color: #747b86;
    font-size: 13px;
    line-height: 1.7;
}


/* =========================================================
   HIGHLIGHTS
========================================================= */

.highlights-section {
    padding: 80px 0;
    background: #ffffff;
}

.section-heading {
    text-align: center;
    margin-bottom: 45px;
}

.section-heading h2 {
    font-size: 40px;
    color: #102858;
}

.highlights-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.highlight-card {
    padding: 35px 25px;
    text-align: center;
    background: #f8f5ed;
    border: 1px solid #eadfbe;
    border-radius: 14px;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.highlight-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(20, 40, 80, 0.12);
}

.highlight-card h3 {
    font-size: 23px;
    color: #b88a18;
    margin-bottom: 10px;
}

.highlight-card p {
    color: #626975;
    font-size: 15px;
}


/* =========================================================
   WHY CHIRRAVURU
========================================================= */

.why-location-section {
    padding: 85px 0;
    background:
        linear-gradient(
            180deg,
            #f7f5f0 0%,
            #ffffff 100%
        );
}

.why-location-section .section-heading {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.why-location-section .section-heading > p:last-child {
    margin-top: 20px;
    color: #646c79;
    font-size: 17px;
    line-height: 1.8;
}

.landmarks-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.landmark-card {
    padding: 30px 25px;
    background: #ffffff;
    border: 1px solid #e5dfd1;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(20, 40, 80, 0.06);
}

.landmark-card h3 {
    color: #102858;
    font-size: 21px;
    margin-bottom: 10px;
}

.landmark-card p {
    color: #686f7b;
    font-size: 15px;
    line-height: 1.7;
}


/* =========================================================
   DESIGNED FOR FAMILIES
========================================================= */

.family-features-section {
    padding: 85px 0;
    background: #ffffff;
}

.family-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.family-feature-card {
    padding: 35px;
    background: #f8f5ed;
    border: 1px solid #eadfbe;
    border-radius: 15px;
}

.family-feature-card h3 {
    color: #b88a18;
    font-size: 24px;
    margin-bottom: 12px;
}

.family-feature-card p {
    color: #626975;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   WHY BOOK DURING PRE-LAUNCH
========================================================= */

.why-prelaunch-section {
    padding: 85px 0;
    background:
        linear-gradient(
            135deg,
            #07183b,
            #0b4c8c
        );
    color: #ffffff;
}

.why-prelaunch-section .section-heading h2 {
    color: #ffffff;
}

.prelaunch-reasons {
    max-width: 950px;
    margin: 0 auto;
}

.prelaunch-reason {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 25px;
    align-items: start;
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.prelaunch-reason:last-child {
    border-bottom: none;
}

.reason-number {
    font-size: 27px;
    font-weight: 800;
    color: #f1cc55;
}

.prelaunch-reason h3 {
    color: #f1cc55;
    font-size: 20px;
    margin-bottom: 8px;
}

.prelaunch-reason p {
    color: #e3e8f0;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   FINAL PRE-LAUNCH CTA
========================================================= */

.final-prelaunch-cta-section {
    padding: 90px 0;
    background: #f7f5f0;
}

.final-prelaunch-cta {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 45px;
    text-align: center;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 20px 55px rgba(12, 31, 65, 0.12);
}

.final-prelaunch-cta h2 {
    font-size: clamp(32px, 4vw, 48px);
    color: #102858;
    margin-bottom: 15px;
}

.final-prelaunch-cta > p:not(.section-label) {
    max-width: 750px;
    margin: 0 auto;
    color: #626975;
    font-size: 17px;
    line-height: 1.8;
}

.price-comparison {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 700px;
    margin: 35px auto;
}

.price-comparison-item {
    padding: 25px;
    background: #f8f5ed;
    border: 1px solid #eadfbe;
    border-radius: 12px;
}

.price-comparison-item span {
    display: block;
    color: #6c7480;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
}

.price-comparison-item strong {
    display: block;
    color: #b88a18;
    font-size: 27px;
}

.final-cta-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}


/* =========================================================
   ENQUIRY SECTION
========================================================= */

.enquiry-section {
    padding: 85px 0;
    background: #ffffff;
}

.enquiry-content {
    max-width: 850px;
    margin: 0 auto;
}

.main-enquiry-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 40px;
    background: #f8f5ed;
    border: 1px solid #eadfbe;
    border-radius: 18px;
}

.main-enquiry-form .form-submit-button {
    grid-column: 1 / -1;
    margin-top: 5px;
}

.main-enquiry-form .form-disclaimer {
    grid-column: 1 / -1;
    font-size: 13px;
    line-height: 1.6;
}


/* =========================================================
   PROJECT LOCATION
========================================================= */

.project-location-section {
    padding: 85px 0;
    background:
        linear-gradient(
            135deg,
            #07183b,
            #123e77
        );
    color: #ffffff;
    text-align: center;
}

.project-location-content {
    max-width: 950px;
    margin: 0 auto;
}

.project-location-content h2 {
    color: #ffffff;
    font-size: clamp(30px, 4vw, 46px);
    margin-bottom: 20px;
}

.project-location-content > p:not(.section-label) {
    color: #dfe5ee;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 30px;
}


/* =========================================================
   EXISTING LOCATION
========================================================= */

.location-section {
    padding: 80px 0;
    background:
        linear-gradient(
            135deg,
            #07183b,
            #123e77
        );
    text-align: center;
    color: #ffffff;
}

.location-content h2 {
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 5px;
}

.location-content > p:last-child {
    color: #e9d47b;
    font-size: 18px;
}


/* =========================================================
   CTA
========================================================= */

.cta-section {
    padding: 75px 0;
    background: #f7f5f0;
}

.cta-content {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.cta-content h2 {
    font-size: 38px;
    color: #102858;
    margin-bottom: 12px;
}

.cta-content p:not(.cta-note) {
    color: #656d78;
}

.cta-note {
    max-width: 700px;
    margin: 0 auto;
    color: #656d78;
    font-size: 16px;
    line-height: 1.7;
}

.cta-button,
.form-submit-button {
    border: none;
    cursor: pointer;
    background:
        linear-gradient(
            135deg,
            #d5aa32,
            #f2d66b
        );
    color: #18213a;
    padding: 15px 32px;
    border-radius: 7px;
    font-weight: 700;
    letter-spacing: 0.4px;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.cta-button:hover,
.form-submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(130, 95, 15, 0.25);
}

.secondary-cta-button {
    background: #102d65;
    color: #ffffff;
}


/* =========================================================
   DISCLAIMER
========================================================= */

.disclaimer-section {
    padding: 55px 0;
    background: #efede7;
}

.disclaimer-content {
    max-width: 1050px;
    margin: 0 auto;
}

.disclaimer-content .section-label {
    margin-bottom: 20px;
}

.disclaimer-content p:not(.section-label) {
    color: #6c727d;
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 12px;
}


/* =========================================================
   MODAL
========================================================= */

.modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.modal.active {
    display: flex;
}

.modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(3, 10, 27, 0.78);
    backdrop-filter: blur(5px);
}

.modal-content {
    position: relative;
    z-index: 2;
    width: min(500px, 100%);
    max-height: 90vh;
    overflow-y: auto;
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
}

.modal-close {
    position: absolute;
    right: 18px;
    top: 12px;
    width: 38px;
    height: 38px;
    border: none;
    background: transparent;
    color: #28354d;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

.modal-header {
    text-align: center;
    margin-bottom: 28px;
}

.modal-header h2 {
    color: #102858;
    font-size: 29px;
    margin-bottom: 8px;
}

.modal-header p:last-child {
    color: #727985;
    font-size: 14px;
}


/* =========================================================
   FORM
========================================================= */

.price-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.form-group label {
    font-size: 14px;
    font-weight: 700;
    color: #26334b;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid #d5d9df;
    border-radius: 7px;
    background: #ffffff;
    color: #202a3c;
    outline: none;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.form-group input:focus,
.form-group select:focus {
    border-color: #c29a2c;
    box-shadow: 0 0 0 3px rgba(194, 154, 44, 0.12);
}

.form-submit-button {
    width: 100%;
    margin-top: 5px;
}

.form-disclaimer {
    text-align: center;
    color: #858b94;
    font-size: 11px;
}


/* =========================================================
   FOOTER
========================================================= */

.footer {
    background: #070b14;
    color: #ffffff;
    padding: 60px 0 25px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
    padding-bottom: 45px;
}

.footer-column h3 {
    color: #e0bc50;
    font-size: 17px;
    margin-bottom: 12px;
}

.footer-column p {
    color: #b7bdc8;
    font-size: 14px;
    margin-bottom: 5px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    color: #858c99;
    font-size: 12px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .community-stats {
        grid-template-columns: repeat(3, 1fr);
    }

    .highlights-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .landmarks-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .family-features-grid {
        grid-template-columns: 1fr;
    }

    .footer-content {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-column:last-child {
        grid-column: 1 / -1;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .container {
        width: min(100% - 28px, 1180px);
    }


    /* PRE-LAUNCH HERO */

    .prelaunch-hero-section {
        padding: 55px 0 50px;
    }

    .prelaunch-hero-section h1 {
        font-size: 30px;
    }

    .prelaunch-location {
        font-size: 16px;
    }

    .prelaunch-offer {
        padding: 28px 18px;
    }

    .prelaunch-offer h2 {
        font-size: 28px;
    }

    .prelaunch-description {
        font-size: 15px;
    }


    /* COMMUNITY */

    .community-overview-section {
        padding: 55px 0;
    }

    .community-stats {
        grid-template-columns: 1fr;
        gap: 15px;
        margin: 35px 0 45px;
    }


    /* INTRO */

    .intro-section {
        padding: 50px 0 40px;
    }

    .intro-section h1 {
        font-size: 30px;
    }

    .intro-description {
        font-size: 15px;
        line-height: 1.8;
    }

    .intro-description span {
        margin: 0 5px;
    }


    /* PRICING */

    .pricing-section {
        padding: 45px 0;
    }

    .pricing-card {
        padding: 22px 15px;
        border-radius: 12px;
    }

    .pricing-heading h2 {
        font-size: 25px;
    }

    .pricing-table {
        min-width: 700px;
    }

    .pricing-table tbody td {
        padding: 20px 14px;
        font-size: 14px;
    }

    .pricing-table thead th {
        padding: 17px 14px;
        font-size: 12px;
    }


    /* PRE-LAUNCH PRICING */

    .prelaunch-pricing-section {
        padding: 55px 0;
    }

    .prelaunch-pricing-table {
        min-width: 600px;
    }

    .prelaunch-pricing-table tbody td {
        padding: 18px 14px;
        font-size: 14px;
    }

    .special-offer-card {
        padding: 35px 20px;
    }

    .special-price {
        font-size: 42px;
    }

    .regular-price {
        font-size: 30px;
    }


    /* NOTES */

    .pricing-notes-section {
        padding: 50px 0;
    }

    .pricing-notes h2 {
        font-size: 25px;
    }

    .pricing-notes li {
        font-size: 15px;
    }


    /* HIGHLIGHTS */

    .highlights-section {
        padding: 55px 0;
    }

    .section-heading h2 {
        font-size: 30px;
    }

    .highlights-grid {
        grid-template-columns: 1fr;
    }


    /* WHY LOCATION */

    .why-location-section {
        padding: 55px 0;
    }

    .landmarks-grid {
        grid-template-columns: 1fr;
    }


    /* FAMILY FEATURES */

    .family-features-section {
        padding: 55px 0;
    }

    .family-feature-card {
        padding: 27px 22px;
    }


    /* WHY PRE-LAUNCH */

    .why-prelaunch-section {
        padding: 55px 0;
    }

    .prelaunch-reason {
        grid-template-columns: 50px 1fr;
        gap: 15px;
        padding: 25px 0;
    }

    .reason-number {
        font-size: 21px;
    }

    .prelaunch-reason h3 {
        font-size: 17px;
    }

    .prelaunch-reason p {
        font-size: 14px;
    }


    /* FINAL CTA */

    .final-prelaunch-cta-section {
        padding: 55px 0;
    }

    .final-prelaunch-cta {
        padding: 40px 20px;
        border-radius: 14px;
    }

    .price-comparison {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .price-comparison-item strong {
        font-size: 24px;
    }

    .final-cta-buttons {
        flex-direction: column;
    }

    .final-cta-buttons .cta-button {
        width: 100%;
    }


    /* ENQUIRY */

    .enquiry-section {
        padding: 55px 0;
    }

    .main-enquiry-form {
        grid-template-columns: 1fr;
        padding: 25px 18px;
    }

    .main-enquiry-form .form-submit-button,
    .main-enquiry-form .form-disclaimer {
        grid-column: auto;
    }


    /* LOCATION */

    .project-location-section {
        padding: 55px 0;
    }

    .project-location-content h2 {
        font-size: 30px;
    }

    .project-location-content > p:not(.section-label) {
        font-size: 15px;
    }

    .location-section {
        padding: 55px 0;
    }

    .location-content h2 {
        font-size: 38px;
    }


    /* CTA */

    .cta-section {
        padding: 55px 0;
    }

    .cta-content h2 {
        font-size: 29px;
    }


    /* DISCLAIMER */

    .disclaimer-section {
        padding: 40px 0;
    }


    /* MODAL */

    .modal-content {
        padding: 30px 22px;
    }


    /* FOOTER */

    .footer {
        padding-top: 45px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-column:last-child {
        grid-column: auto;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .prelaunch-offer h2 {
        font-size: 25px;
    }

    .special-price {
        font-size: 36px;
    }

    .intro-section h1 {
        font-size: 27px;
    }

    .location-content h2 {
        font-size: 32px;
    }

    .modal-content {
        padding: 28px 18px;
    }

}
.price-comparison-note {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #9a7612;
    line-height: 1.4;
}