.grecaptcha-badge { visibility: hidden; }
.page-inner { background-color: rgb(0, 0, 0); min-height: 100vh; }

/* Trophy Properties Page Styles */

/* Luxury Typography Enhancements */
.page-title,
.property-name,
.section-title,
.overview-text h3,
.investment-highlight h4,
.building-option h4,
.unit-building-option h4,
.info-card h4,
.detailed-info h4,
.location-advantages h4,
.investment-content .section-title,
.penthouse-showcase h3,
.penthouse-intro h4,
.amenities-gallery h3,
.credibility-content .section-title,
.downloads .section-title,
.urgent-cta h3,
.community-lifestyle .section-title {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.property-name,
.section-title {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Enhanced Section Titles with Luxury Styling */
.section-title {
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: none;
    margin-bottom: 50px;
}

/* Hero Section */
.luxury-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)), url('//img1.wsimg.com/isteam/ip/656d337f-6e9f-4bbf-869e-1e74d489d913/Aquarous-Jomtien-Pattaya-Sky-Facility_05-ATOM-.jpg') center/cover no-repeat;
    padding: 80px 20px 60px;
    text-align: center;
    color: #fff;
    position: relative;
}

.exclusive-badge {
    background: rgba(212, 206, 163, 0.2);
    border: 1px solid #d4cea3;
    border-radius: 30px;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    font-weight: 500;
}

.exclusive-badge p {
    margin: 0;
    color: #d4cea3;
}

.building-logo {
    margin-bottom: 30px;
}

.logo-img {
    max-width: 300px;
    height: auto;
    border: 2px solid #d4cea3;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(212, 206, 163, 0.3);
}

.page-title {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #d4cea3;
}

.property-name {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

/* Property Overview */
.property-overview {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
    padding: 60px 20px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    position: relative;
}

.property-overview::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(212, 206, 163, 0.03) 50%, transparent 70%);
    pointer-events: none;
}

.overview-content {
    max-width: 1200px;
    margin: 0 auto;
}

.overview-text h3 {
    font-size: 32px;
    color: #d4cea3;
    margin-bottom: 20px;
    text-align: center;
}

.overview-text p {
    font-size: 18px;
    color: #ccc;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 20px;
    line-height: 1.6;
}

.investment-highlight {
    background: linear-gradient(135deg, rgba(212, 206, 163, 0.15) 0%, rgba(255, 215, 0, 0.08) 50%, rgba(212, 206, 163, 0.15) 100%);
    border: 1px solid #d4cea3;
    border-radius: 12px;
    padding: 20px;
    margin: 20px auto;
    max-width: 800px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(212, 206, 163, 0.15);
    position: relative;
}

.investment-highlight::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffd700, transparent);
    border-radius: 12px 12px 0 0;
}

.investment-highlight p {
    margin: 0;
    color: #d4cea3;
    font-weight: 500;
}

.building-selector {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}

.building-option {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #333;
    border-radius: 8px;
    padding: 25px;
    text-align: center;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    width: 250px;
    position: relative;
    overflow: hidden;
}

.building-option::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(212, 206, 163, 0.1), transparent);
    transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.building-option:hover::before,
.building-option.active::before {
    left: 100%;
}

.building-option:hover,
.building-option.active {
    background: rgba(212, 206, 163, 0.1);
    border-color: #d4cea3;
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4), 0 0 25px rgba(212, 206, 163, 0.15);
}

.building-option h4 {
    font-size: 24px;
    color: #d4cea3;
    margin-bottom: 10px;
}

.building-option p {
    font-size: 16px;
    color: #aaa;
    margin: 0 0 10px 0;
}

/* Building Selector Description */
.building-selector-description {
    text-align: center;
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 16px;
    color: #d4cea3;
    font-style: italic;
    margin: 25px 0 0 0;
    padding: 15px 20px;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.08), rgba(212, 206, 163, 0.12));
    border-left: 3px solid #d4cea3;
    border-radius: 8px;
    letter-spacing: 0.3px;
    line-height: 1.5;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.scarcity-note {
    font-size: 13px;
    color: #c0392b;
    font-weight: 600;
    margin: 15px 0 10px 0;
    padding: 8px 16px;
    background: linear-gradient(135deg, rgba(192, 57, 43, 0.1), rgba(231, 76, 60, 0.08));
    border-radius: 20px;
    border: 1px solid rgba(192, 57, 43, 0.2);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Arial', sans-serif;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.scarcity-note::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.scarcity-note:hover::before {
    left: 100%;
}

/* Section Titles */
.section-title {
    font-size: 36px;
    color: #d4cea3;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #d4cea3 20%, #ffd700 50%, #d4cea3 80%, transparent);
    border-radius: 2px;
}

/* Property Gallery Enhanced */
.property-gallery {
    background: linear-gradient(135deg, #000 0%, #0a0a0a 50%, #000 100%);
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}

.property-gallery::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(ellipse at top, rgba(212, 206, 163, 0.1) 0%, transparent 70%),
        radial-gradient(ellipse at bottom, rgba(255, 215, 0, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.gallery-description {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.gallery-description p {
    font-size: 20px;
    color: #d4cea3;
    line-height: 1.7;
    margin: 0;
    font-family: 'Georgia', serif;
    font-style: italic;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.3px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.gallery-item {
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.gallery-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(212, 206, 163, 0.1) 0%, rgba(255, 215, 0, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

.gallery-item:hover {
    transform: translateY(-12px) scale(1.03);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5), 0 0 30px rgba(212, 206, 163, 0.2);
}

.gallery-item:hover::after {
    opacity: 1;
}

.gallery-item.featured {
    grid-column: span 2;
    grid-row: span 2;
}

.placeholder-image {
    background: linear-gradient(45deg, #1a1a1a, #2a2a2a);
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d4cea3;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #333;
}

.gallery-item.featured .placeholder-image {
    height: 100%;
}

.image-caption {
    text-align: center;
    padding: 20px;
    color: #d4cea3;
    font-size: 16px;
    font-family: 'Georgia', serif;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.9) 0%, rgba(10, 10, 10, 0.9) 100%);
    border-top: 1px solid #333;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* Floor Plans */
.floor-plans {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
    padding: 80px 20px;
    border-top: 1px solid #333;
    position: relative;
}

.floor-plans::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(212, 206, 163, 0.02) 50%, transparent 70%);
    pointer-events: none;
}

.floor-plan-selector {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.plan-option {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(212, 206, 163, 0.05) 100%);
    border: 2px solid #333;
    border-radius: 35px;
    padding: 15px 30px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    min-width: 200px;
    text-align: center;
}

.plan-option::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(212, 206, 163, 0.2), transparent);
    transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.plan-option:hover::before {
    left: 100%;
}

.plan-option:hover,
.plan-option.active {
    background: linear-gradient(135deg, #d4cea3 0%, #c5bfa0 100%);
    color: #000;
    border-color: #ffd700;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 
        0 8px 25px rgba(0, 0, 0, 0.4),
        0 0 20px rgba(212, 206, 163, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.plan-option.active {
    background: linear-gradient(135deg, #ffd700 0%, #d4cea3 100%);
    border-color: #ffd700;
    box-shadow: 
        0 8px 25px rgba(0, 0, 0, 0.4),
        0 0 25px rgba(255, 215, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.plan-option h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Georgia', serif;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1;
}

.floor-plan-display {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.floor-plan-container {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(212, 206, 163, 0.05) 100%);
    border: 1px solid #333;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 8px 30px rgba(0, 0, 0, 0.4),
        0 2px 10px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.floor-plan-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #d4cea3 20%, #ffd700 50%, #d4cea3 80%, transparent);
    border-radius: 20px 20px 0 0;
}

.floor-plan-container.active {
    border-color: #d4cea3;
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.5),
        0 0 30px rgba(212, 206, 163, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.floor-plan-container.active::before {
    background: linear-gradient(90deg, transparent, #ffd700 20%, #fff 50%, #ffd700 80%, transparent);
}

.floor-plan-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 15px;
    margin: 0 auto 20px;
    display: block;
    cursor: zoom-in;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 
        0 6px 20px rgba(0, 0, 0, 0.3),
        0 2px 8px rgba(0, 0, 0, 0.2);
    filter: brightness(0.9) contrast(1.1);
    position: relative;
}

.floor-plan-image:hover {
    filter: brightness(1.05) contrast(1.2);
    transform: scale(1.02);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.4),
        0 4px 15px rgba(212, 206, 163, 0.2);
}

.floor-plan-image.zoomed {
    cursor: zoom-out;
    transform: scale(1.5);
    z-index: 100;
    position: relative;
    box-shadow: 
        0 15px 50px rgba(0, 0, 0, 0.6),
        0 0 40px rgba(255, 215, 0, 0.3);
}

/* Gallery Image Zoom States */
.gallery-image.zoomed,
.amenity-image.zoomed,
.penthouse-hero-image.zoomed {
    cursor: zoom-out;
    transform: scale(1.8);
    z-index: 100;
    position: relative;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.7),
        0 0 50px rgba(212, 206, 163, 0.4);
}

.plan-description {
    text-align: center;
    color: #d4cea3;
    font-size: 18px;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
    font-family: 'Georgia', serif;
    font-style: italic;
    position: relative;
    z-index: 1;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.2px;
    padding: 15px 20px;
    background: rgba(212, 206, 163, 0.05);
    border-radius: 8px;
    border-left: 2px solid #d4cea3;
    margin-top: 20px;
}

.floor-plan-display .placeholder-image.large {
    height: 500px;
    font-size: 24px;
    background: linear-gradient(45deg, #1a1a1a, #2a2a2a, #1a1a1a);
    border-radius: 15px;
    position: relative;
}

.floor-plan-display .placeholder-image.large::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 15px,
            rgba(212, 206, 163, 0.03) 15px,
            rgba(212, 206, 163, 0.03) 30px
        );
    border-radius: 15px;
}

/* Floor Plan Loading States */
.floor-plan-loading {
    position: relative;
    background: linear-gradient(90deg, #1a1a1a 25%, #2a2a2a 50%, #1a1a1a 75%);
    background-size: 200% 100%;
    animation: floorPlanShimmer 2s infinite;
    border-radius: 15px;
    overflow: hidden;
}

@keyframes floorPlanShimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.floor-plan-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    border: 4px solid rgba(212, 206, 163, 0.2);
    border-top-color: #d4cea3;
    border-right-color: #ffd700;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: luxurySpin 1.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes luxurySpin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Floor Plan Transition Effects */
.floor-plan-container.transitioning {
    pointer-events: none;
}

.floor-plan-container.transitioning .floor-plan-image {
    opacity: 0.7;
    filter: blur(2px) brightness(0.8);
    transform: scale(0.98);
}

.floor-plan-container.fade-in {
    animation: fadeInPlan 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes fadeInPlan {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Floor Plan Zoom Overlay */
.floor-plan-container::after {
    content: '🔍 Click to zoom';
    position: absolute;
    top: 20px;
    right: 25px;
    background: rgba(0, 0, 0, 0.8);
    color: #d4cea3;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 14px;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    font-family: 'Georgia', serif;
    border: 1px solid #d4cea3;
    z-index: 10;
}

.floor-plan-container:hover::after {
    opacity: 1;
    transform: translateY(0);
}

/* Virtual Tour */
.virtual-tour {
    background-color: #000;
    padding: 80px 20px;
    border-top: 1px solid #222;
}

.tour-description {
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
}

.tour-description p {
    font-size: 18px;
    color: #d4cea3;
    line-height: 1.6;
    font-family: 'Georgia', serif;
    font-style: italic;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.2px;
}

.enhanced-experience {
    font-weight: 500;
    color: #d4cea3 !important;
    margin-top: 15px;
}

.tour-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.virtual-tour-iframe {
    width: 100%;
    height: 700px;
    border: 1px solid #333;
    border-radius: 8px;
    margin-bottom: 20px;
    background: #000;
}

/* Responsive styles for virtual tour iframe */
@media (max-width: 1200px) {
    .virtual-tour-iframe {
        height: 600px;
    }
}

@media (max-width: 992px) {
    .virtual-tour-iframe {
        height: 500px;
    }
}

@media (max-width: 768px) {
    .virtual-tour-iframe {
        height: 450px;
    }
}

@media (max-width: 576px) {
    .virtual-tour-iframe {
        height: 400px;
    }
}

.placeholder-iframe {
    background: linear-gradient(45deg, #1a1a1a, #2a2a2a);
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d4cea3;
    font-size: 24px;
    border: 1px solid #333;
    border-radius: 8px;
    margin-bottom: 20px;
}

.tour-options {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.tour-button, .vr-button {
    background: #d4cea3;
    color: #000;
    border: none;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.tour-button::before, .vr-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.tour-button:hover::before, .vr-button:hover::before {
    width: 300px;
    height: 300px;
}

.tour-button:hover, .vr-button:hover {
    background: #c5bfa0;
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 10px 25px rgba(212, 206, 163, 0.5), 0 0 20px rgba(255, 215, 0, 0.3);
}

.vr-button {
    background: #000;
    color: #d4cea3;
    border: 2px solid #d4cea3;
}

.vr-button:hover {
    background: #111;
}

/* Property Information */
.property-info {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
    padding: 80px 20px;
    border-top: 1px solid #333;
    position: relative;
}

.property-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(212, 206, 163, 0.02) 50%, transparent 70%);
    pointer-events: none;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto 40px;
}

.info-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid #333;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 
        0 4px 8px rgba(0, 0, 0, 0.2),
        0 1px 3px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.info-card:hover {
    background: rgba(212, 206, 163, 0.05);
    border-color: #d4cea3;
    transform: translateY(-8px);
    box-shadow: 
        0 12px 25px rgba(0, 0, 0, 0.4),
        0 8px 15px rgba(0, 0, 0, 0.2),
        0 4px 8px rgba(212, 206, 163, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.info-card h4 {
    color: #d4cea3;
    font-size: 20px;
    margin-bottom: 15px;
}

.info-card p {
    color: #ccc;
    font-size: 16px;
    line-height: 1.6;
}

/* Special styling for completion dates and locations */
.info-card p:contains("Q3 2025"),
.info-card p:contains("Jomtien") {
    color: #d4cea3;
    font-weight: 600;
    font-size: 18px;
}

/* Specific styling for completion date urgency */
.info-card:nth-child(2) p:first-of-type {
    color: #ff6b6b;
    font-weight: 700;
    font-size: 18px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* Specific styling for location prestige */
.info-card:first-child p:first-of-type {
    color: #d4cea3;
    font-weight: 600;
    font-size: 18px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.location-highlight {
    font-weight: 500;
    color: #d4cea3 !important;
    margin-top: 10px;
}

.detailed-info {
    max-width: 1000px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid #333;
    border-radius: 8px;
    padding: 30px;
}

.detailed-info h4 {
    color: #d4cea3;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.detailed-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 15px;
}

.detailed-info li {
    color: #ccc;
    padding: 10px 0 10px 30px;
    position: relative;
    font-size: 16px;
}

.detailed-info li:before {
    content: '✓';
    color: #d4cea3;
    position: absolute;
    left: 0;
    top: 10px;
    font-weight: bold;
}

/* Location Advantages */
.location-advantages {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #333;
}

.location-advantages h4 {
    color: #d4cea3;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.advantage-item {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid #333;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}

.advantage-item h5 {
    color: #d4cea3;
    font-size: 18px;
    margin-bottom: 10px;
}

.advantage-item p {
    color: #ccc;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

/* Investment Value Proposition */
.investment-proposition {
    background-color: #000;
    padding: 80px 20px;
    border-top: 1px solid #222;
}

.investment-content {
    max-width: 1200px;
    margin: 0 auto;
}

.investment-highlight h4 {
    color: #d4cea3;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.investment-highlight p {
    color: #d4cea3;
    font-size: 18px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
    line-height: 1.6;
    font-family: 'Georgia', serif;
    font-style: italic;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.2px;
    padding: 20px 25px;
    background: rgba(212, 206, 163, 0.08);
    border-radius: 12px;
    border: 1px solid rgba(212, 206, 163, 0.2);
}

.investment-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.stat-card {
    background: linear-gradient(135deg, rgba(212, 206, 163, 0.08) 0%, rgba(255, 215, 0, 0.05) 50%, rgba(212, 206, 163, 0.08) 100%);
    border: 1px solid #d4cea3;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffd700, transparent);
    border-radius: 12px 12px 0 0;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.stat-card h5 {
    color: #d4cea3;
    font-size: 36px;
    margin-bottom: 10px;
}

.stat-card p {
    color: #ccc;
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
}

/* Premium Amenities */
.premium-amenities {
    background-color: #0a0a0a;
    padding: 80px 20px;
    border-top: 1px solid #222;
}

.amenities-content {
    max-width: 1200px;
    margin: 0 auto;
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.amenity-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid #333;
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.amenity-item:hover {
    background: rgba(212, 206, 163, 0.05);
    border-color: #d4cea3;
    transform: translateY(-5px);
}

.amenity-icon {
    font-size: 40px;
    margin-bottom: 20px;
    color: #d4cea3;
}

.amenity-item h4 {
    color: #d4cea3;
    font-size: 20px;
    margin-bottom: 15px;
}

.amenity-item p {
    color: #ccc;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

/* Developer Credibility */
.developer-credibility {
    background-color: #000;
    padding: 80px 20px;
    border-top: 1px solid #222;
}

.credibility-content {
    max-width: 1200px;
    margin: 0 auto;
}

.credibility-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.highlight-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid #333;
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.highlight-item:hover {
    background: rgba(212, 206, 163, 0.05);
    border-color: #d4cea3;
    transform: translateY(-5px);
}

.highlight-item h4 {
    color: #d4cea3;
    font-size: 20px;
    margin-bottom: 15px;
}

.highlight-item p {
    color: #ccc;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

.success-stories {
    background: rgba(212, 206, 163, 0.1);
    border: 1px solid #d4cea3;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
}

.success-stories h4 {
    color: #d4cea3;
    font-size: 24px;
    margin-bottom: 20px;
}

.success-stories p {
    color: #ccc;
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Downloads */
.downloads {
    background-color: #000;
    padding: 80px 20px;
    border-top: 1px solid #222;
}

.download-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.download-item {
    text-align: center;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid #333;
    border-radius: 8px;
    padding: 40px 20px;
    transition: all 0.3s ease;
}

.download-item:hover {
    background: rgba(212, 206, 163, 0.05);
    border-color: #d4cea3;
    transform: translateY(-5px);
}

.placeholder-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.download-item h4 {
    color: #d4cea3;
    font-size: 20px;
    margin-bottom: 20px;
}

.download-button {
    background: transparent;
    color: #d4cea3;
    border: 2px solid #d4cea3;
    padding: 12px 25px;
    font-size: 16px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.download-button:hover {
    background: #d4cea3;
    color: #000;
}

/* Footing Ceremony Enhanced */
.footing-ceremony {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
    padding: 80px 20px;
    border-top: 1px solid #333;
    position: relative;
}

.footing-ceremony::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(212, 206, 163, 0.03) 50%, transparent 70%);
    pointer-events: none;
}

.footing-ceremony .section-title {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.ceremony-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.ceremony-item {
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    box-shadow: 
        0 8px 25px rgba(0, 0, 0, 0.4),
        0 2px 8px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.ceremony-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(212, 206, 163, 0.1) 0%, rgba(255, 215, 0, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

.ceremony-item:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.5),
        0 5px 15px rgba(212, 206, 163, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.ceremony-item:hover::after {
    opacity: 1;
}

.ceremony-item .placeholder-image {
    height: 300px;
    background: linear-gradient(45deg, #1a1a1a, #2a2a2a, #1a1a1a);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d4cea3;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Georgia', serif;
    border: none;
    position: relative;
}

.ceremony-item .placeholder-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgba(212, 206, 163, 0.05) 10px,
            rgba(212, 206, 163, 0.05) 20px
        );
    pointer-events: none;
}

/* Enhanced Gallery Images Effects */
.gallery-image,
.amenity-image {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    filter: brightness(0.85) contrast(1.1) saturate(1.05);
    border-radius: 0;
}

.gallery-item:hover .gallery-image,
.amenity-gallery-item:hover .amenity-image {
    filter: brightness(1.1) contrast(1.3) saturate(1.2);
    transform: scale(1.08);
}

/* Gallery Item Featured Enhancements */
.gallery-item.featured .gallery-image {
    height: 350px;
}

/* Gallery Zoom Overlay Effect */
.gallery-item,
.amenity-gallery-item {
    cursor: pointer;
    position: relative;
}

.gallery-item::before,
.amenity-gallery-item::before {
    content: '🔍';
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.8);
    color: #d4cea3;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
}

.gallery-item:hover::before,
.amenity-gallery-item:hover::before {
    opacity: 1;
    transform: scale(1);
}

/* Professional Image Loading Placeholder */
.gallery-loading {
    position: relative;
    background: linear-gradient(90deg, #1a1a1a 25%, #2a2a2a 50%, #1a1a1a 75%);
    background-size: 200% 100%;
    animation: galleryShimmer 2s infinite;
}

@keyframes galleryShimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.gallery-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    border: 3px solid rgba(212, 206, 163, 0.3);
    border-top-color: #d4cea3;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: spin 1s linear infinite;
}

/* Urgent CTA Banner */
.urgent-cta {
    background: linear-gradient(135deg, #d4cea3 0%, #c5bfa0 100%);
    padding: 60px 20px;
    text-align: center;
}

.cta-content {
    max-width: 1000px;
    margin: 0 auto;
}

.cta-content h3 {
    color: #000;
    font-size: 32px;
    margin-bottom: 20px;
}

.cta-content p {
    color: #333;
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto 30px;
    line-height: 1.6;
}

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

.cta-button {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.cta-button.primary {
    background: #000;
    color: #d4cea3;
}

.cta-button.secondary {
    background: #333;
    color: #d4cea3;
}

.cta-button.tertiary {
    background: transparent;
    color: #000;
    border: 2px solid #000;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Community & Lifestyle */
.community-lifestyle {
    background-color: #000;
    padding: 80px 20px;
    border-top: 1px solid #222;
}

.community-content {
    max-width: 1200px;
    margin: 0 auto;
}

.community-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.community-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid #333;
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.community-item:hover {
    background: rgba(212, 206, 163, 0.05);
    border-color: #d4cea3;
    transform: translateY(-5px);
}

.community-item h4 {
    color: #d4cea3;
    font-size: 20px;
    margin-bottom: 15px;
}

.community-item p {
    color: #ccc;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

/* Penthouse Gallery Styling */
.penthouse-showcase {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
    padding: 80px 20px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    position: relative;
}

.penthouse-showcase::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(212, 206, 163, 0.03) 50%, transparent 70%);
    pointer-events: none;
}

.penthouse-showcase .section-title {
    font-size: 42px;
    margin-bottom: 30px;
    color: #ffd700;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.penthouse-intro {
    text-align: center;
    margin-bottom: 50px;
}

.penthouse-badge {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.15) 0%, rgba(212, 206, 163, 0.1) 100%);
    border: 2px solid #ffd700;
    border-radius: 15px;
    padding: 25px;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    box-shadow: 
        0 8px 25px rgba(0, 0, 0, 0.3),
        0 0 30px rgba(255, 215, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.penthouse-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #ffd700, transparent);
    border-radius: 15px 15px 0 0;
}

.penthouse-badge h4 {
    font-size: 28px;
    color: #ffd700;
    margin-bottom: 15px;
    font-family: 'Georgia', 'Times New Roman', serif;
}

.penthouse-size {
    font-size: 18px;
    color: #d4cea3;
    font-weight: 500;
    margin: 0;
}

.exclusivity {
    font-size: 14px;
    color: #ff6b6b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 8px 0 0 0;
    padding: 6px 12px;
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.1), rgba(231, 76, 60, 0.08));
    border-radius: 15px;
    border: 1px solid rgba(255, 107, 107, 0.3);
    text-align: center;
    font-family: 'Arial', sans-serif;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.exclusivity::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.exclusivity:hover::before {
    left: 100%;
}

.penthouse-description {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 18px;
    color: #d4cea3;
    line-height: 1.7;
    text-align: center;
    max-width: 800px;
    margin: 30px auto 0;
    font-style: italic;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.3px;
    padding: 20px 25px;
    background: rgba(212, 206, 163, 0.06);
    border-radius: 12px;
    border: 1px solid rgba(212, 206, 163, 0.15);
    position: relative;
    overflow: hidden;
}

.penthouse-description::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(212, 206, 163, 0.1), transparent);
    transition: left 0.8s ease;
}

.penthouse-description:hover::before {
    left: 100%;
}

.penthouse-gallery {
    max-width: 1400px;
    margin: 0 auto;
}

.penthouse-main-image {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 
        0 12px 30px rgba(0, 0, 0, 0.4),
        0 0 40px rgba(255, 215, 0, 0.1);
}

.penthouse-hero-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 15px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.penthouse-hero-image:hover {
    transform: scale(1.05);
}

.penthouse-thumbnails {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.penthouse-thumb {
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid #333;
    position: relative;
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.penthouse-thumb::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255, 215, 0, 0.1) 0%, rgba(212, 206, 163, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.penthouse-thumb:hover,
.penthouse-thumb.active {
    transform: translateY(-5px) scale(1.02);
    border-color: #ffd700;
    box-shadow: 
        0 8px 25px rgba(0, 0, 0, 0.4),
        0 0 20px rgba(255, 215, 0, 0.3);
}

.penthouse-thumb:hover::after,
.penthouse-thumb.active::after {
    opacity: 1;
}

.penthouse-thumb img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.penthouse-thumb p {
    padding: 10px;
    font-size: 14px;
    color: #ccc;
    text-align: center;
    margin: 0;
    background: rgba(0, 0, 0, 0.8);
}

.penthouse-features {
    margin-top: 50px;
}

.penthouse-features h4 {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 24px;
    color: #d4cea3;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.penthouse-feature {
    background: rgba(255, 215, 0, 0.05);
    border: 1px solid #d4cea3;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.penthouse-feature:hover {
    background: rgba(255, 215, 0, 0.1);
    transform: translateY(-3px);
    box-shadow: 
        0 8px 25px rgba(0, 0, 0, 0.3),
        0 0 15px rgba(255, 215, 0, 0.2);
}

.penthouse-feature h5 {
    color: #ffd700;
    font-size: 18px;
    margin-bottom: 10px;
}

.penthouse-feature p {
    color: #ccc;
    font-size: 14px;
    margin: 0;
    line-height: 1.4;
}

/* Amenity Gallery Styling */
.amenities-gallery {
    background: linear-gradient(135deg, #000 0%, #0a0a0a 50%, #000 100%);
    padding: 80px 20px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.amenities-gallery .section-title {
    color: #d4cea3;
    margin-bottom: 40px;
}

.amenity-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    max-width: 1400px;
    margin: 0 auto;
}

.amenity-gallery-item {
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    box-shadow: 
        0 6px 20px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.amenity-gallery-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(212, 206, 163, 0.1) 0%, rgba(255, 215, 0, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

.amenity-gallery-item:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.5),
        0 0 25px rgba(212, 206, 163, 0.2);
}

.amenity-gallery-item:hover::after {
    opacity: 1;
}

.amenity-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    filter: brightness(0.9) contrast(1.1);
}

.amenity-gallery-item:hover .amenity-image {
    transform: scale(1.1);
    filter: brightness(1.1) contrast(1.2) saturate(1.15);
}

.amenity-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
    padding: 30px 20px 20px;
    color: white;
}

.amenity-overlay h4 {
    color: #d4cea3;
    font-size: 18px;
    margin-bottom: 8px;
    font-family: 'Georgia', serif;
}

.amenity-overlay p {
    color: #ccc;
    font-size: 14px;
    margin: 0;
    line-height: 1.4;
}

/* Sophisticated Loading States and Animations */
.loading {
    position: relative;
    overflow: hidden;
}

.loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(212, 206, 163, 0.4), 
        transparent);
    animation: shimmer 1.5s infinite;
    pointer-events: none;
}

@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.luxury-spinner {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 3px solid rgba(212, 206, 163, 0.2);
    border-radius: 50%;
    border-top-color: #d4cea3;
    animation: spin 1s ease-in-out infinite;
    margin: 20px auto;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Fade-in Animations */
.fade-in-element {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-in-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Staggered Animations */
.stagger-animation {
    animation: slideInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Page Entrance Animations */
.slideInLeft {
    animation: slideInLeft 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.slideInRight {
    animation: slideInRight 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Progressive Image Loading */
.progressive-image {
    filter: blur(5px);
    transition: filter 0.5s ease-in-out;
}

.progressive-image.loaded {
    filter: blur(0);
}

/* Performance Optimization */
.unit-type-card,
.gallery-item,
.amenity-gallery-item,
.penthouse-thumb,
.info-card {
    will-change: transform, box-shadow;
    backface-visibility: hidden;
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .luxury-hero {
        padding: 60px 15px 40px;
    }
    
    .property-name {
        font-size: 32px;
    }
    
    .building-selector {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    
    .gallery-item.featured {
        grid-column: span 1;
        grid-row: span 1;
    }
    
    .info-grid,
    .detailed-info ul,
    .investment-stats,
    .credibility-highlights,
    .amenities-grid,
    .community-grid {
        grid-template-columns: 1fr;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .tour-options,
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .tour-button, .vr-button,
    .cta-button {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .download-options {
        grid-template-columns: 1fr;
    }
    
    /* Mobile Floor Plan Enhancements */
    .floor-plan-selector {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .plan-option {
        width: 100%;
        max-width: 350px;
        text-align: center;
        min-width: auto;
        padding: 12px 25px;
    }
    
    .plan-option h4 {
        font-size: 15px;
    }
    
    .floor-plan-container {
        padding: 20px;
        border-radius: 15px;
    }
    
    .floor-plan-image {
        border-radius: 10px;
        max-width: 100%;
    }
    
    .floor-plan-image.zoomed {
        transform: scale(1.3); /* Reduced zoom for mobile */
    }
    
    /* Mobile Gallery Image Zoom */
    .gallery-image.zoomed,
    .amenity-image.zoomed,
    .penthouse-hero-image.zoomed {
        transform: scale(1.4); /* Reduced zoom for mobile */
    }
    
    .plan-description {
        font-size: 16px;
        padding: 0 10px;
    }
    
    /* Mobile Floor Plan Zoom Overlay */
    .floor-plan-container::after {
        content: '👆 Tap to zoom';
        top: 15px;
        right: 20px;
        padding: 6px 10px;
        font-size: 12px;
    }
    
    /* Mobile Floor Plan Loading */
    .floor-plan-loading::after {
        width: 50px;
        height: 50px;
        border-width: 3px;
    }
    
    .advantages-grid {
        grid-template-columns: 1fr;
    }
    
    /* Mobile Penthouse Gallery Optimizations */
    .penthouse-showcase .section-title {
        font-size: 32px;
    }
    
    .penthouse-badge {
        margin: 0 15px;
        padding: 20px;
    }
    
    .penthouse-badge h4 {
        font-size: 24px;
    }
    
    .penthouse-hero-image {
        height: 300px;
    }
    
    .penthouse-thumbnails {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .penthouse-features h4 {
        font-size: 20px;
        margin-bottom: 30px;
        letter-spacing: 0.3px;
    }
    
    .penthouse-description {
        font-size: 16px;
        padding: 15px 20px;
        margin: 25px auto 0;
        letter-spacing: 0.2px;
        max-width: 95%;
    }
    
    .exclusivity {
        font-size: 12px;
        padding: 5px 10px;
        margin: 6px 0 0 0;
        letter-spacing: 0.5px;
    }
    
    /* Mobile Amenity Gallery Optimizations */
    .amenity-gallery-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .amenity-image {
        height: 200px;
    }
    
    /* Enhanced Touch Targets for Mobile */
    .building-option,
    .unit-building-option,
    .plan-option,
    .tour-button,
    .vr-button,
    .cta-button,
    .penthouse-thumb {
        min-height: 44px;
        touch-action: manipulation;
    }
    
    /* Mobile Gallery Optimizations */
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .ceremony-gallery {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .gallery-description p {
        font-size: 18px;
    }
    
    .gallery-image,
    .amenity-image {
        height: 220px;
    }
    
    .gallery-item.featured .gallery-image {
        height: 260px;
    }
    
    /* Mobile Hover States */
    .building-option:active,
    .unit-building-option:active,
    .info-card:active,
    .unit-type-card:active,
    .amenity-gallery-item:active,
    .penthouse-thumb:active,
    .gallery-item:active,
    .ceremony-item:active {
        transform: scale(0.98);
        transition: transform 0.1s ease-out;
    }
    
    /* Mobile Zoom Overlay Adjustments */
    .gallery-item::before,
    .amenity-gallery-item::before {
        top: 15px;
        right: 15px;
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .download-options {
        grid-template-columns: 1fr;
    }
    
    .floor-plan-selector {
        flex-direction: column;
        align-items: center;
    }
    
    .plan-option {
        width: 100%;
        text-align: center;
    }
    
    .advantages-grid {
        grid-template-columns: 1fr;
    }
    
    /* Ultra-small Mobile Optimizations */
    .penthouse-thumbnails {
        grid-template-columns: 1fr;
    }
    
    .penthouse-thumb img {
        height: 150px;
    }
    
    .luxury-hero {
        padding: 40px 10px 30px;
    }
    
    .property-name {
        font-size: 28px;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .penthouse-showcase .section-title {
        font-size: 28px;
    }
    
    /* Ultra-Small Gallery Optimizations */
    .gallery-image,
    .amenity-image {
        height: 200px;
    }
    
    .gallery-item.featured .gallery-image {
        height: 230px;
    }
    
    .ceremony-item .placeholder-image {
        height: 250px;
        font-size: 18px;
    }
    
    .image-caption {
        padding: 15px;
        font-size: 14px;
    }
    
    .gallery-description p {
        font-size: 16px;
        padding: 0 10px;
    }
    
    /* Ultra-Small Zoom Overlay */
    .gallery-item::before,
    .amenity-gallery-item::before {
        display: none; /* Hide zoom indicator on very small screens */
    }
}
/* Unit Types Showcase */
.unit-types-showcase {
    background-color: #0a0a0a;
    padding: 60px 20px;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}

.unit-types-showcase .section-title {
    text-align: center;
    font-size: 36px;
    color: #d4cea3;
    margin-bottom: 40px;
}

.building-units h4 {
    text-align: center;
    font-size: 28px;
    color: #d4cea3;
    margin-bottom: 30px;
}

.unit-types-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.unit-type-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid #333;
    border-radius: 12px;
    padding: 25px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 
        0 4px 12px rgba(0, 0, 0, 0.15),
        0 2px 6px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.unit-type-card:hover {
    background: rgba(212, 206, 163, 0.05);
    border-color: #d4cea3;
    transform: translateY(-8px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.4),
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 5px 10px rgba(212, 206, 163, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.unit-type-card h5 {
    font-size: 22px;
    color: #d4cea3;
    margin-bottom: 10px;
}

.unit-size {
    font-size: 16px;
    color: #d4cea3;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: center;
    padding: 8px 12px;
    background: linear-gradient(135deg, rgba(212, 206, 163, 0.1), rgba(255, 215, 0, 0.08));
    border: 1px solid rgba(212, 206, 163, 0.3);
    border-radius: 20px;
    font-family: 'Arial', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 14px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.unit-description {
    font-size: 16px;
    color: #ccc;
    line-height: 1.5;
}

.special-unit {
    background: rgba(212, 206, 163, 0.1);
    border-color: #d4cea3;
}

.special-unit h5 {
    font-size: 24px;
    color: #fff;
}

/* Size Specifications */
.size-specifications {
    background-color: #000;
    padding: 60px 20px;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}

.size-specifications .section-title {
    text-align: center;
    font-size: 32px;
    color: #d4cea3;
    margin-bottom: 30px;
}

.comparison-content p {
    font-size: 18px;
    color: #ccc;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 30px;
    line-height: 1.6;
}

.size-differences h4 {
    color: #d4cea3;
    text-align: center;
    margin-bottom: 20px;
}

.size-differences ul {
    max-width: 800px;
    margin: 0 auto;
    color: #ccc;
    padding-left: 30px;
}

.size-differences li {
    margin-bottom: 15px;
    line-height: 1.5;
}

/* Responsive adjustments for new sections */
@media (max-width: 768px) {
    .unit-types-grid {
        grid-template-columns: 1fr;
    }
    
    .unit-types-showcase .section-title,
    .size-specifications .section-title {
        font-size: 28px;
    }
    
    .building-units h4 {
        font-size: 24px;
    }
    
    .building-selector-description {
        font-size: 14px;
        margin: 20px 0 0 0;
        padding: 12px 15px;
        border-left-width: 2px;
    }
    
    .scarcity-note {
        font-size: 12px;
        padding: 6px 12px;
        margin: 12px 0 8px 0;
        letter-spacing: 0.3px;
    }
    
    /* Mobile responsive styling for enhanced text elements */
    .gallery-description p {
        font-size: 18px;
        padding: 0 15px;
        letter-spacing: 0.2px;
    }
    
    .tour-description p {
        font-size: 16px;
        padding: 0 15px;
        letter-spacing: 0.1px;
    }
    
    .plan-description {
        font-size: 16px;
        padding: 12px 15px;
        margin: 15px 10px 0;
        border-left-width: 2px;
    }
    
    .unit-size {
        font-size: 13px;
        padding: 6px 10px;
        margin-bottom: 12px;
        letter-spacing: 0.3px;
    }
    
    .investment-highlight p {
        font-size: 16px;
        padding: 15px 20px;
        margin: 0 auto 30px;
        letter-spacing: 0.1px;
    }
    
    .info-card:nth-child(2) p:first-of-type,
    .info-card:first-child p:first-of-type {
        font-size: 16px;
    }
}

/* Unit Building Selector */
.unit-building-selector {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 30px 0 40px;
}

.unit-building-option {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #333;
    border-radius: 8px;
    padding: 25px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 250px;
}

.unit-building-option:hover,
.unit-building-option.active {
    background: rgba(212, 206, 163, 0.1);
    border-color: #d4cea3;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.unit-building-option h4 {
    font-size: 24px;
    color: #d4cea3;
    margin-bottom: 10px;
}

.unit-building-option p {
    font-size: 16px;
    color: #aaa;
    margin: 0;
}

/* Responsive adjustments for unit building selector */
@media (max-width: 768px) {
    .unit-building-selector {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
}

/* Fix anchor links styled as buttons - override base.css color inheritance */
a.tour-button, a.vr-button {
    color: #000 !important;
    text-decoration: none;
}

a.download-button {
    color: #d4cea3 !important;
    text-decoration: none;
}

a.cta-button.primary {
    color: #d4cea3 !important;
    text-decoration: none;
}

a.cta-button.secondary {
    color: #d4cea3 !important;
    text-decoration: none;
}

a.cta-button.tertiary {
    color: #000 !important;
    text-decoration: none;
}

a.tour-button:hover, a.vr-button:hover {
    color: #000 !important;
}

a.download-button:hover {
    color: #000 !important;
}

a.cta-button.primary:hover {
    color: #d4cea3 !important;
}

a.cta-button.secondary:hover {
    color: #d4cea3 !important;
}

a.cta-button.tertiary:hover {
    color: #000 !important;
}
