/* ==============================
   PAGINA TIPOLOGIA A
   Colle degli Ulivi Frascati
================================= */

/* Hero */
.villa-detail-hero {
    padding: 155px 0 95px;
    background:
        radial-gradient(circle at left top, rgba(79, 92, 64, 0.14), transparent 34%),
        linear-gradient(135deg, #f8f4eb 0%, #fffaf1 48%, #edf2e8 100%);
}

.villa-detail-hero-grid {
    display: grid;
    grid-template-columns: 0.86fr 1.14fr;
    gap: 64px;
    align-items: center;
}

.villa-detail-hero-copy h1 {
    max-width: 700px;
    font-size: clamp(44px, 5.4vw, 76px);
}

.villa-detail-hero-copy p {
    max-width: 620px;
    margin-top: 26px;
    font-size: 18px;
}

.villa-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 36px;
}

.villa-detail-hero-media {
    position: relative;
    height: 640px;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow);
}

.villa-detail-hero-card {
    position: absolute;
    left: 28px;
    bottom: 28px;
    width: min(360px, calc(100% - 56px));
    padding: 26px;
    border-radius: 26px;
    color: #fff;
    background: rgba(79, 92, 64, 0.92);
    backdrop-filter: blur(14px);
    box-shadow: 0 20px 60px rgba(38, 48, 31, 0.28);
}

.villa-detail-hero-card span {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.villa-detail-hero-card strong {
    display: block;
    color: #fff;
    font-family: var(--font-title);
    font-size: 34px;
    line-height: 1.05;
    font-weight: 400;
}

.villa-detail-hero-card p {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.5;
}

/* Key cards */
.villa-key-section {
    padding: 85px 0;
    background: var(--cream-light);
}

.villa-key-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.villa-key-card {
    padding: 34px;
    border-radius: var(--radius-lg);
    background: #fff;
    border: 1px solid var(--border);
    box-shadow: 0 18px 60px rgba(38, 48, 31, 0.06);
}

.villa-key-card span {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border-radius: 50%;
    color: var(--green);
    background: var(--green-soft);
    font-size: 13px;
    font-weight: 900;
}

.villa-key-card strong {
    display: block;
    margin-bottom: 12px;
    color: var(--green-dark);
    font-family: var(--font-title);
    font-size: 32px;
    line-height: 1.05;
    font-weight: 400;
}

.villa-key-card p {
    font-size: 15px;
}

/* Intro */
.villa-intro-section {
    padding: 95px 0;
    background:
        radial-gradient(circle at right top, rgba(79, 92, 64, 0.10), transparent 30%),
        var(--green-pale);
}

.villa-intro-box {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 70px;
    align-items: start;
    padding: 54px;
    border-radius: var(--radius-xl);
    background: var(--cream-light);
    box-shadow: 0 22px 70px rgba(38, 48, 31, 0.08);
}

.villa-intro-title h2 {
    max-width: 640px;
    font-size: 54px;
}

.villa-intro-text p {
    margin-bottom: 20px;
    font-size: 18px;
}

/* Titles */
.villa-section-title {
    max-width: 860px;
    margin-bottom: 54px;
}

.villa-section-title.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.villa-section-title.center .eyebrow {
    justify-content: center;
}

.villa-section-title.center .eyebrow::after {
    content: "";
    width: 42px;
    height: 1px;
    background: currentColor;
}

.villa-section-title p {
    max-width: 720px;
    margin: 22px auto 0;
    font-size: 18px;
}

/* Layout */
.villa-layout-section {
    padding: 110px 0;
    background:
        linear-gradient(180deg, var(--sand-light) 0%, var(--cream) 100%);
}

.villa-layout-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.villa-layout-card {
    min-height: 430px;
    padding: 32px;
    border-radius: var(--radius-lg);
    background: var(--cream-light);
    border: 1px solid var(--border);
    box-shadow: 0 18px 60px rgba(38, 48, 31, 0.06);
    transition: 0.35s ease;
}

.villa-layout-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 80px rgba(38, 48, 31, 0.10);
}

.villa-layout-number {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border-radius: 50%;
    color: #fff;
    background: var(--green);
    font-size: 13px;
    font-weight: 900;
}

.villa-layout-card h3 {
    margin-bottom: 14px;
    font-size: 31px;
}

.villa-layout-card p {
    margin-bottom: 20px;
    font-size: 15px;
}

.villa-layout-card ul {
    display: grid;
    gap: 9px;
    list-style: none;
}

.villa-layout-card li {
    position: relative;
    padding-left: 24px;
    color: var(--green-dark);
    font-size: 14px;
    font-weight: 700;
}

.villa-layout-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--green);
}

/* Emotional */
.villa-emotional-section {
    padding: 110px 0;
    background: var(--cream-light);
}

.villa-emotional-box {
    display: grid;
    grid-template-columns: 1.06fr 0.94fr;
    gap: 24px;
    align-items: stretch;
    padding: 20px;
    border-radius: var(--radius-xl);
    background: var(--green-dark);
    box-shadow: var(--shadow);
}

.villa-emotional-media {
    min-height: 620px;
    border-radius: 32px;
}

.villa-emotional-content {
    padding: 54px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.villa-emotional-content .eyebrow {
    color: var(--green-soft);
}

.villa-emotional-content h2 {
    color: #fff;
    font-size: 50px;
}

.villa-emotional-content p {
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 18px;
}

.villa-emotional-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 32px;
}

.villa-emotional-tags span {
    padding: 10px 16px;
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 13px;
    font-weight: 800;
}

/* Planimetrie */
.villa-plans-section {
    padding: 110px 0;
    background:
        radial-gradient(circle at left bottom, rgba(79, 92, 64, 0.12), transparent 32%),
        var(--green-pale);
}

.villa-plans-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.villa-plan-card {
    display: block;
    padding: 16px;
    border-radius: var(--radius-xl);
    background: var(--cream-light);
    border: 1px solid var(--border);
    box-shadow: 0 18px 60px rgba(38, 48, 31, 0.07);
    transition: 0.35s ease;
}

.villa-plan-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 80px rgba(38, 48, 31, 0.12);
}

.villa-plan-media {
    height: 520px;
    border-radius: 28px;
    background: #ffffff;
}

.villa-plan-media img {
    object-fit: contain;
    padding: 10px;
}

.villa-plan-content {
    padding: 26px 14px 10px;
}

.villa-plan-content span {
    display: block;
    margin-bottom: 10px;
    color: var(--clay);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.villa-plan-content h3 {
    margin-bottom: 10px;
    font-size: 32px;
}

.villa-plan-content p {
    font-size: 15px;
}

/* Gallery */
.villa-gallery-section {
    padding: 110px 0;
    background: var(--cream-light);
}

.villa-gallery-header {
    display: grid;
    grid-template-columns: 1fr 0.75fr;
    gap: 60px;
    align-items: end;
    margin-bottom: 42px;
}

.villa-gallery-header p {
    font-size: 18px;
}

.villa-gallery-slider {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr 0.85fr 0.85fr;
    gap: 22px;
    overflow: hidden;
}

.villa-gallery-item {
    height: 500px;
    border-radius: var(--radius-lg);
    box-shadow: 0 20px 70px rgba(38, 48, 31, 0.09);
}

.villa-gallery-item:nth-child(2),
.villa-gallery-item:nth-child(3),
.villa-gallery-item:nth-child(4) {
    height: 390px;
    margin-top: 70px;
}

/* Contact */
.villa-contact-section {
    padding: 110px 0;
    background:
        radial-gradient(circle at left bottom, rgba(79, 92, 64, 0.16), transparent 32%),
        var(--sand-light);
}

.villa-contact-box {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 34px;
    align-items: start;
}

.villa-contact-copy {
    padding: 48px;
    border-radius: var(--radius-xl);
    color: #fff;
    background:
        linear-gradient(135deg, rgba(79, 92, 64, 0.96), rgba(37, 48, 31, 0.98)),
        url("../18.webp") center/cover no-repeat;
    box-shadow: var(--shadow);
}

.villa-contact-copy .eyebrow {
    color: var(--green-soft);
}

.villa-contact-copy h2 {
    color: #fff;
    font-size: clamp(34px, 4vw, 54px);
}

.villa-contact-copy p {
    margin-top: 22px;
    color: rgba(255, 255, 255, 0.76);
}

.villa-contact-points {
    display: grid;
    gap: 14px;
    margin-top: 34px;
}

.villa-contact-points div {
    padding: 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.villa-contact-points strong {
    display: block;
    margin-bottom: 4px;
    color: #fff;
}

.villa-contact-points span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
}

.villa-contact-form {
    padding: 44px;
    border-radius: var(--radius-xl);
    background: var(--cream-light);
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.form-group {
    display: grid;
    gap: 8px;
    margin-bottom: 18px;
}

.form-group label {
    color: var(--green-dark);
    font-size: 13px;
    font-weight: 800;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    min-height: 54px;
    padding: 14px 16px;
    border: 1px solid var(--border);
    border-radius: 16px;
    outline: none;
    color: var(--green-dark);
    background: #fbf8f0;
    transition: 0.3s ease;
}

.form-group textarea {
    resize: vertical;
    min-height: 140px;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--green);
    background: #fff;
}

.privacy {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 6px 0 22px;
}

.privacy input {
    margin-top: 5px;
    accent-color: var(--green);
}

.privacy label {
    font-size: 13px;
    line-height: 1.55;
}

/* Responsive */
@media (max-width: 1160px) {

    .villa-detail-hero-grid,
    .villa-intro-box,
    .villa-emotional-box,
    .villa-contact-box {
        grid-template-columns: 1fr;
    }

    .villa-detail-hero-media {
        height: 560px;
    }

    .villa-key-grid,
    .villa-layout-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .villa-gallery-header {
        grid-template-columns: 1fr;
    }

    .villa-gallery-slider {
        grid-template-columns: repeat(2, 1fr);
    }

    .villa-gallery-item,
    .villa-gallery-item:nth-child(2),
    .villa-gallery-item:nth-child(3),
    .villa-gallery-item:nth-child(4) {
        height: 390px;
        margin-top: 0;
    }
}

@media (max-width: 900px) {
    .villa-detail-hero {
        padding: 135px 0 40px;
    }

    .villa-detail-hero-media {
        height: 460px;
        border-radius: 30px;
    }

    .villa-detail-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .villa-detail-actions .btn {
        width: 100%;
    }

    .villa-key-section,
    .villa-intro-section,
    .villa-layout-section,
    .villa-emotional-section,
    .villa-plans-section,
    .villa-gallery-section,
    .villa-contact-section {
        padding: 40px 0;
    }

    .villa-key-grid,
    .villa-layout-grid,
    .villa-plans-grid,
    .villa-complex-grid,
    .villa-gallery-slider {
        grid-template-columns: 80% !important;
        grid-auto-flow: column;
        grid-auto-columns: 80%;
        overflow-x: auto;
        align-content: start;
    }

    .villa-intro-box,
    .villa-emotional-content,
    .villa-contact-copy,
    .villa-contact-form {
        padding: 32px;
    }

    .villa-emotional-media {
        min-height: 420px;
    }

    .villa-plan-media {
        height: 430px;
    }

    .form-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .villa-intro-title h2 {
        max-width: 640px;
        font-size: 42px;
    }
    .villa-intro-box {
        gap: 35px;
    }
    .villa-emotional-content h2 {
        font-size: 36px;
    }
}

@media (max-width: 560px) {
    .villa-detail-hero-copy h1 {
        font-size: 42px;
    }

    .villa-detail-hero-media {
        height: 380px;
    }

    .villa-detail-hero-card {
        left: 18px;
        bottom: 18px;
        width: calc(100% - 36px);
        padding: 22px;
    }

    .villa-detail-hero-card strong {
        font-size: 28px;
    }

    .villa-key-card,
    .villa-intro-box,
    .villa-layout-card,
    .villa-emotional-content,
    .villa-contact-copy,
    .villa-contact-form {
        padding: 26px;
    }

    .villa-emotional-box,
    .villa-plan-card {
        padding: 12px;
        border-radius: 30px;
    }

    .villa-emotional-media {
        min-height: 330px;
        border-radius: 22px;
    }

    .villa-plan-media {
        height: 330px;
        border-radius: 22px;
    }

    .villa-gallery-item,
    .villa-gallery-item:nth-child(2),
    .villa-gallery-item:nth-child(3),
    .villa-gallery-item:nth-child(4) {
        height: 320px;
    }
}

/* Collegamenti e punti di interesse */
.villa-distances-section {
    padding: 110px 0;
    background: linear-gradient(180deg, var(--sand-light) 0%, var(--cream) 100%);
}

.villa-distances-box {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 24px;
    align-items: stretch;
    padding: 20px;
    border-radius: var(--radius-xl);
    background: var(--cream-light);
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
    margin-bottom: 34px;
}

.villa-distances-content {
    padding: 54px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.villa-distances-content h2 {
    max-width: 680px;
    font-size: 52px;
}

.villa-distances-content p {
    margin-top: 22px;
    font-size: 18px;
}

.villa-distances-note {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-top: 30px;
    padding: 18px;
    border-radius: 20px;
    background: var(--green-soft);
    color: var(--green-dark);
}

.villa-distances-note strong {
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 900;
}

.villa-distances-note span {
    font-size: 14px;
    line-height: 1.5;
}

.villa-distances-map {
    min-height: 620px;
    border-radius: 32px;
    background: #f6f3ea;
}

.villa-distances-map img {
    object-fit: unset;
}

.villa-distances-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.distance-card {
    padding: 34px;
    border-radius: var(--radius-lg);
    background: var(--cream-light);
    border: 1px solid var(--border);
    box-shadow: 0 18px 60px rgba(38, 48, 31, 0.06);
    transition: 0.35s ease;
}

.distance-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 80px rgba(38, 48, 31, 0.10);
}

.distance-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 24px;
}

.distance-card-top span {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: var(--green);
    font-size: 13px;
    font-weight: 900;
}

.distance-card-top small {
    padding: 8px 12px;
    border-radius: 999px;
    color: var(--green-dark);
    background: var(--green-soft);
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

.distance-card h3 {
    margin-bottom: 14px;
    font-size: 32px;
}

.distance-card p {
    margin-bottom: 20px;
    font-size: 15px;
}

.distance-card ul {
    display: grid;
    gap: 9px;
    list-style: none;
}

.distance-card li {
    position: relative;
    padding-left: 24px;
    color: var(--green-dark);
    font-size: 14px;
    font-weight: 700;
}

.distance-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--green);
}

/* Responsive */
@media (max-width: 1160px) {
    .villa-distances-box {
        grid-template-columns: 1fr;
    }

    .villa-distances-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .villa-distances-map {
        min-height: 520px;
    }
}

@media (max-width: 900px) {
    .villa-distances-section {
        padding: 78px 0;
    }

    .villa-distances-content {
        padding: 32px;
    }

    .villa-distances-map {
        min-height: 420px;
    }

    .villa-distances-grid {
        grid-template-columns: 1fr;
    }

    .villa-distances-content h2 {
        font-size: 36px;
    }
}

@media (max-width: 560px) {
    .villa-distances-box {
        padding: 12px;
        border-radius: 30px;
    }

    .villa-distances-content,
    .distance-card {
        padding: 26px;
    }

    .villa-distances-map {
        min-height: 330px;
        border-radius: 22px;
    }

    .distance-card h3 {
        font-size: 30px;
    }

    .distance-card-top {
        align-items: flex-start;
        /* flex-direction: column; */
    }
}

/* Comprensorio e caratteristiche generali */
.villa-complex-section {
    padding: 110px 0;
    background:
        radial-gradient(circle at right top, rgba(79, 92, 64, 0.12), transparent 32%),
        var(--green-pale);
}

.villa-complex-box {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 24px;
    align-items: stretch;
    padding: 20px;
    border-radius: var(--radius-xl);
    background: var(--cream-light);
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
    margin-bottom: 34px;
}

.villa-complex-content {
    padding: 54px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.villa-complex-content h2 {
    max-width: 680px;
    font-size: 45px;
}

.villa-complex-content p {
    margin-top: 22px;
    font-size: 18px;
}

.villa-complex-highlight {
    margin-top: 32px;
    padding: 22px;
    border-radius: 22px;
    background: var(--green-soft);
    border: 1px solid rgba(79, 92, 64, 0.12);
}

.villa-complex-highlight strong {
    display: block;
    margin-bottom: 6px;
    color: var(--green-dark);
    font-family: var(--font-title);
    font-size: 30px;
    line-height: 1.05;
    font-weight: 400;
}

.villa-complex-highlight span {
    display: block;
    color: var(--text);
    font-size: 15px;
}

.villa-complex-media {
    min-height: 620px;
    border-radius: 32px;
    background: #f6f3ea;
}

.villa-complex-media img {
    object-fit: cover;
}

/* Card comprensorio */
.villa-complex-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-bottom: 34px;
}

.villa-complex-card {
    min-height: 300px;
    padding: 34px;
    border-radius: var(--radius-lg);
    background: var(--cream-light);
    border: 1px solid var(--border);
    box-shadow: 0 18px 60px rgba(38, 48, 31, 0.06);
    transition: 0.35s ease;
}

.villa-complex-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 80px rgba(38, 48, 31, 0.10);
}

.villa-complex-number {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border-radius: 50%;
    color: #fff;
    background: var(--green);
    font-size: 13px;
    font-weight: 900;
}

.villa-complex-card h3 {
    margin-bottom: 14px;
    font-size: 31px;
}

.villa-complex-card p {
    font-size: 15px;
}

/* Specs */
.villa-specs-box {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 70px;
    align-items: start;
    padding: 54px;
    border-radius: var(--radius-xl);
    background: var(--green-dark);
    box-shadow: var(--shadow);
    margin-bottom: 34px;
}

.villa-specs-title .eyebrow {
    color: var(--green-soft);
}

.villa-specs-title h2 {
    color: #fff;
    max-width: 620px;
}

.villa-specs-list {
    display: grid;
    gap: 14px;
}

.villa-spec-item {
    padding: 22px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.villa-spec-item strong {
    display: block;
    margin-bottom: 6px;
    color: #fff;
    font-size: 16px;
}

.villa-spec-item span {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.6;
}

/* Finiture */
.villa-finishes-section {
    padding: 54px;
    border-radius: var(--radius-xl);
    background: var(--cream-light);
    box-shadow: 0 22px 70px rgba(38, 48, 31, 0.08);
    border: 1px solid var(--border);
}

.villa-finishes-header {
    display: grid;
    grid-template-columns: 1fr 0.75fr;
    gap: 60px;
    align-items: end;
    margin-bottom: 42px;
}

.villa-finishes-header p {
    font-size: 18px;
}

.villa-finishes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.villa-finish-card {
    padding: 30px;
    border-radius: var(--radius-lg);
    background: var(--green-pale);
    border: 1px solid var(--border);
    transition: 0.35s ease;
}

.villa-finish-card:hover {
    transform: translateY(-5px);
    background: var(--green-soft);
}

.villa-finish-card span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 50%;
    color: #fff;
    background: var(--green);
    font-size: 12px;
    font-weight: 900;
}

.villa-finish-card h3 {
    margin-bottom: 12px;
    font-size: 30px;
}

.villa-finish-card p {
    font-size: 15px;
}

/* Responsive */
@media (max-width: 1160px) {

    .villa-complex-box,
    .villa-specs-box {
        grid-template-columns: 1fr;
    }

    .villa-complex-grid,
    .villa-finishes-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .villa-complex-media {
        min-height: 520px;
    }

    .villa-finishes-header {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .villa-complex-section {
        padding: 78px 0;
    }

    .villa-complex-content,
    .villa-specs-box,
    .villa-finishes-section {
        padding: 32px;
    }

    .villa-finishes-grid {
        grid-template-columns: 1fr;
    }

    .villa-complex-media {
        min-height: 420px;
    }
}

@media (max-width: 560px) {
    .villa-complex-box {
        padding: 12px;
        border-radius: 30px;
    }

    .villa-complex-content,
    .villa-complex-card,
    .villa-specs-box,
    .villa-finishes-section,
    .villa-finish-card {
        padding: 26px;
    }

    .villa-complex-media {
        min-height: 330px;
        border-radius: 22px;
    }

    .villa-complex-card h3,
    .villa-finish-card h3 {
        font-size: 29px;
    }
}