.pd-container {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    min-height: 100vh;
    width: 100%;
}

/* Container centering fix */
.container-lg {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 1rem;
    width: 100%;
}

@media (min-width: 576px) {
    .container-lg {
        padding: 0 1.5rem;
    }
}

@media (min-width: 992px) {
    .container-lg {
        padding: 0 2rem;
    }
}

/* Enhanced Breadcrumbs */
.pd-breadcrumb {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 0.75rem 1rem;
    margin-bottom: 1.5rem;
}

.pd-breadcrumb a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.3s ease;
}

.pd-breadcrumb a:hover {
    color: #00d4ff;
}

.pd-breadcrumb .current {
    color: #e2e8f0;
}

/* Hero Image Section */
.pd-hero {
    position: relative;
    height: 60vh;
    min-height: 400px;
    border-radius: 20px;
    overflow: hidden;
    background: #1e293b;
    margin-bottom: 2rem;
}

.pd-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.pd-hero-image:hover {
    transform: scale(1.02);
}

.pd-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.3) 100%);
}

.pd-hero-actions {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    display: flex;
    gap: 0.75rem;
}

.pd-action-btn {
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    text-decoration: none;
    font-size: 0.9rem;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pd-action-btn:hover {
    background: rgba(0, 212, 255, 0.8);
    border-color: #00d4ff;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
}

.pd-gallery-counter {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    backdrop-filter: blur(10px);
}

/* Property Header */
.pd-header {
    margin-bottom: 2rem;
}

.pd-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.5rem;
}

.pd-location {
    color: #00d4ff;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pd-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.pd-badge {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #e2e8f0;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pd-badge.featured {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    border-color: #f59e0b;
}

.pd-badge.superhost {
    background: linear-gradient(135deg, #10b981, #059669);
    border-color: #10b981;
}

.pd-badge.rating {
    background: rgba(251, 191, 36, 0.2);
    border-color: #fbbf24;
    color: #fbbf24;
}

/* Quick Specs Bar */
.pd-specs-bar {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 1.25rem;
    margin-bottom: 2rem;
}

.pd-specs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1rem;
}

.pd-spec-item {
    text-align: center;
    color: #94a3b8;
}

.pd-spec-item i {
    font-size: 1.5rem;
    color: #00d4ff;
    margin-bottom: 0.5rem;
}

.pd-spec-value {
    display: block;
    font-weight: 600;
    color: white;
    font-size: 1.1rem;
}

/* Tabbed Content */
.pd-tabs {
    margin-bottom: 2rem;
}

.pd-tab-nav {
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 0.25rem;
    margin-bottom: 1.5rem;
    overflow-x: auto;
}

.pd-tab-btn {
    background: transparent;
    border: none;
    color: #94a3b8;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-weight: 500;
}

.pd-tab-btn.active {
    background: #00d4ff;
    color: #0f172a;
}

.pd-tab-content {
    display: none;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 1.5rem;
}

.pd-tab-content.active {
    display: block;
}

.pd-tab-content h3 {
    color: white;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.pd-tab-content p {
    color: #e2e8f0;
    line-height: 1.6;
}

/* Enhanced Amenities */
.pd-amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
}

.pd-amenity-category {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    padding: 1rem;
}

.pd-amenity-category h4 {
    color: #00d4ff;
    font-size: 1rem;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    font-weight: 600;
}

.pd-amenity-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #e2e8f0;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.pd-amenity-item i {
    color: #00d4ff;
    width: 16px;
    text-align: center;
}

/* Enhanced Reviews */
.pd-review-summary {
    background: rgba(251, 191, 36, 0.1);
    border: 1px solid rgba(251, 191, 36, 0.2);
    border-radius: 16px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.pd-review-score {
    font-size: 3rem;
    font-weight: 800;
    color: #fbbf24;
    line-height: 1;
}

.pd-review-breakdown {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.pd-review-item {
    text-align: center;
}

.pd-review-item .label {
    color: #94a3b8;
    font-size: 0.9rem;
}

.pd-review-item .score {
    color: #fbbf24;
    font-weight: 600;
    font-size: 1.1rem;
}

/* Sticky Sidebar */
.pd-sidebar {
    position: sticky;
    top: 2rem;
}

/* Inquiry Form Widget */
.pd-inquiry-card {
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.1), rgba(124, 58, 237, 0.1));
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 20px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.pd-inquiry-title {
    color: white;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.pd-price-display {
    background: rgba(0, 212, 255, 0.2);
    border: 1px solid rgba(0, 212, 255, 0.4);
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

.pd-price-main {
    font-size: 1.8rem;
    font-weight: 800;
    color: #00d4ff;
    line-height: 1;
}

.pd-price-period {
    color: #94a3b8;
    font-size: 1rem;
}

.pd-price-note {
    color: #10b981;
    font-size: 0.8rem;
    margin-top: 0.5rem;
}

.pd-inquiry-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.pd-form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.pd-form-label {
    color: #e2e8f0;
    font-weight: 500;
    font-size: 0.9rem;
}

.pd-form-input {
    background: rgba(15, 23, 42, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    padding: 0.75rem;
    color: #e2e8f0;
    font-size: 1rem;
}

.pd-form-input:focus {
    outline: none;
    border-color: #00d4ff;
    box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.2);
}

.pd-form-input::placeholder {
    color: #94a3b8;
}

.pd-inquiry-btn {
    background: linear-gradient(135deg, #00d4ff, #7c3aed);
    border: none;
    color: white;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pd-inquiry-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 212, 255, 0.4);
}

/* Host Card */
.pd-host-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.pd-host-info {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.pd-host-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(0, 212, 255, 0.3);
}

.pd-host-details h3 {
    color: white;
    margin: 0 0 0.25rem 0;
    font-size: 1.1rem;
}

.pd-host-badge {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .pd-title {
        font-size: 1.8rem;
    }
    
    .pd-hero {
        height: 50vh;
        min-height: 300px;
    }
    
    .pd-hero-actions {
        top: 1rem;
        right: 1rem;
        flex-direction: column;
    }
    
    .pd-specs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .pd-tab-nav {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    
    .pd-amenities-grid {
        grid-template-columns: 1fr;
    }
    
    .pd-review-breakdown {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .pd-specs-grid {
        grid-template-columns: 1fr;
    }
    
    .pd-review-breakdown {
        grid-template-columns: 1fr;
    }
}

/* Availability Calendar tweaks */
#availabilityCalendar {
    min-height: 420px;
}
#availabilityCalendar .fc-bg-event {
    opacity: 0.35;
}
#availabilityCalendar .fc-theme-standard .fc-scrollgrid {
    border-color: rgba(255, 255, 255, 0.1);
}
#availabilityCalendar .fc-theme-standard td, 
#availabilityCalendar .fc-theme-standard th {
    border-color: rgba(255, 255, 255, 0.1);
}

/* Enhanced Multi-calendar grid with container queries support */
.availability-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.25rem;
    width: 100%;
    min-height: 0;
    height: auto;
    container-type: inline-size;
}

/* Responsive grid breakpoints using container queries where supported */
@container (min-width: 900px) {
    .availability-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@container (max-width: 899px) and (min-width: 600px) {
    .availability-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@container (max-width: 599px) {
    .availability-grid {
        grid-template-columns: 1fr;
    }
}

/* Fallback for browsers without container query support */
@media (max-width: 992px) {
    .availability-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .availability-grid {
        grid-template-columns: 1fr;
    }
}

/* Pricing bar below gallery */
.pd-pricing {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 1.5rem;
}
.price-chip { display: inline-flex; flex-direction: column; align-items: flex-start; gap: 6px; padding: 0.45rem 0.6rem; border-radius: 10px; background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.12); }
.price-chip .price-line { white-space: nowrap; display: inline-flex; align-items: baseline; gap: 0.15rem; }
.price-chip .price-value { color: #00d4ff; font-weight: 800; }
.price-chip .price-period { color: #94a3b8; }
.price-chip .price-contact { color: #e2e8f0; }
.price-chip .price-note { margin-left: 0; font-size: 0.75rem; color: #fecaca; background: rgba(239,68,68,0.12); border: 1px solid rgba(239,68,68,0.35); padding: 3px 8px; border-radius: 999px; }

/* Force 3 columns on large screens regardless of container size */
@media (min-width: 1200px) {
    .availability-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.availability-calendar {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 1rem 1rem 0.5rem 1rem;
    overflow: visible;
    min-height: 0;
    min-width: 280px;
    height: auto;
    display: flex;
    flex-direction: column;
}

/* Fix calendar height and spacing issues */
.availability-calendar .fc {
    height: auto !important;
    margin: 0 !important;
    flex: 1;
    display: flex !important;
    flex-direction: column !important;
}

.availability-calendar .fc-view-harness {
    flex: 1 !important;
    height: auto !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
}

.availability-calendar .fc-daygrid {
    height: auto !important;
    flex: 1 !important;
}

.availability-calendar .fc-scrollgrid {
    height: auto !important;
    flex: 1 !important;
    margin: 0 !important;
}

/* Remove any bottom margins from FullCalendar components */
.availability-calendar .fc-daygrid-body,
.availability-calendar .fc-scrollgrid-sync-table,
.availability-calendar .fc-scrollgrid-section {
    margin-bottom: 0 !important;
}

.availability-calendar .fc-view-harness {
    margin-bottom: 0 !important;
}

/* Target the specific element causing bottom space */
.availability-calendar .fc-daygrid-day-bottom {
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
    display: none !important;
}

.availability-calendar .fc-daygrid-day-events {
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
}

.availability-calendar .fc-daygrid-day-frame {
    padding: 0 !important;
    margin: 0 !important;
}

/* Force table structure to be compact */
.availability-calendar table {
    margin: 0 !important;
    border-spacing: 0 !important;
    border-collapse: collapse !important;
}

.availability-calendar td,
.availability-calendar th {
    padding: 0 !important;
    margin: 0 !important;
    vertical-align: top !important;
}

/* Force the entire calendar to fit content exactly */
.availability-calendar .fc-scrollgrid {
    border-spacing: 0 !important;
    margin: 0 !important;
}

.availability-calendar .fc-scroller {
    overflow: hidden !important;
}
.availability-calendar .fc-theme-standard .fc-scrollgrid,
.availability-calendar .fc-theme-standard td,
.availability-calendar .fc-theme-standard th {
    border-color: rgba(255, 255, 255, 0.1);
}
.availability-calendar .fc-theme-standard .fc-scrollgrid {
    border-radius: 8px;
    overflow: hidden;
}
.availability-calendar .fc-daygrid-day.fc-day-other .fc-daygrid-day-frame {
    opacity: 1; /* Keep background events same shade on other-month days */
}
.availability-calendar .fc-daygrid-day.fc-day-other .fc-daygrid-day-number {
    color: #94a3b8; /* Subtle cue that it's outside the current month */
}
.availability-calendar .fc .fc-toolbar {
    margin-bottom: 0.5rem;
}
.availability-calendar .fc-col-header-cell-cushion,
.availability-calendar .fc-daygrid-day-number {
    color: #e2e8f0;
}
.availability-calendar .fc-toolbar-title {
    color: #fff;
    font-weight: 600;
}
/* Enhanced blocked days styling with strikethrough and improved red coloring */
.availability-calendar .fc-daygrid-day.fc-day-blocked {
    background-color: rgba(239, 68, 68, 0.2) !important;
    border-color: #dc2626 !important;
}

.availability-calendar .fc-daygrid-day.fc-day-blocked .fc-daygrid-day-number {
    color: #ffffff !important;
    font-weight: 600;
    text-decoration: line-through;
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* Subtle strikethrough effect that preserves number readability */
.availability-calendar .fc-daygrid-day.fc-day-blocked .fc-daygrid-day-number::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(220, 38, 38, 0.8);
    transform: translateY(-50%);
    border-radius: 0.5px;
}

/* Availability controls */
.availability-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}
.availability-controls .controls-left,
.availability-controls .controls-right {
    display: flex;
    gap: 0.5rem;
}
.availability-btn {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #e2e8f0;
    padding: 0.4rem 0.75rem;
    border-radius: 8px;
    font-size: 0.9rem;
    cursor: pointer;
}
.availability-btn:hover {
    background: rgba(255, 255, 255, 0.12);
}

/* Live sync chip */
.sync-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(16, 185, 129, 0.35);
    color: #10b981;
    padding: 0.25rem 0.6rem;
    border-radius: 9999px;
    font-size: 0.8rem;
    white-space: nowrap;
}
.sync-chip--neutral {
    background: rgba(59, 130, 246, 0.15);
    border: 1px solid rgba(59, 130, 246, 0.35);
    color: #60a5fa;
}
.sync-chip-group {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    align-items: flex-end;
}

/* Gallery Grid Layout */
.pd-gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    height: 60vh;
    min-height: 400px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 2rem;
}

.pd-gallery-main {
    position: relative;
    overflow: hidden;
    border-radius: 20px 0 0 20px;
}

.pd-gallery-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s ease;
    border-radius: 20px 0 0 20px;
}

.pd-gallery-main-img:hover {
    transform: scale(1.02);
}

.pd-gallery-grid-small {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.pd-gallery-small-item {
    position: relative;
    overflow: hidden;
    border-radius: 0 20px 20px 0;
    cursor: pointer;
}

.pd-gallery-small-item:first-child {
    border-radius: 0 20px 0 0;
}

.pd-gallery-small-item:last-child {
    border-radius: 0 0 20px 0;
}

.pd-gallery-small-item:first-child:last-child {
    border-radius: 0 20px 20px 0;
}

.pd-gallery-small-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.pd-gallery-small-item:hover .pd-gallery-small-img {
    transform: scale(1.05);
}

.pd-gallery-overlay-item .pd-gallery-more-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
}

.pd-gallery-empty {
    background: rgba(255, 255, 255, 0.05);
    border: 2px dashed rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pd-gallery-empty-placeholder {
    color: #94a3b8;
    font-size: 2rem;
}

.pd-gallery-actions {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    display: flex;
    gap: 0.75rem;
    z-index: 10;
}

.pd-show-photos-btn {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-size: 0.9rem;
    backdrop-filter: blur(10px);
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pd-show-photos-btn:hover {
    background: rgba(0, 212, 255, 0.8);
    border-color: #00d4ff;
    transform: translateY(-2px);
}

/* Loading states and animations */
.pd-card {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease-out forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pd-card:nth-child(2) { animation-delay: 0.1s; }
.pd-card:nth-child(3) { animation-delay: 0.2s; }
.pd-card:nth-child(4) { animation-delay: 0.3s; }

/* Toast notification */
.toast-notification {
    position: fixed;
    top: 2rem;
    right: 2rem;
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.3);
    z-index: 10000;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    transform: translateX(100%);
    transition: transform 0.3s ease-out;
    font-weight: 500;
}

.toast-notification.show {
    transform: translateX(0);
}

.toast-notification i {
    font-size: 1.2rem;
}

/* Fix for blue overlay/selection on images */
.pd-gallery-grid img,
.pd-gallery-main-img,
.pd-gallery-small-img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.pd-gallery-grid img::-moz-selection,
.pd-gallery-main-img::-moz-selection,
.pd-gallery-small-img::-moz-selection {
    background: transparent;
}

.pd-gallery-grid img::selection,
.pd-gallery-main-img::selection,
.pd-gallery-small-img::selection {
    background: transparent;
}

/* Swiper gallery images fix */
.swiper-slide img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.swiper-slide img::-moz-selection {
    background: transparent;
}

.swiper-slide img::selection {
    background: transparent;
}

/* Booking Wizard Styles */
.booking-wizard {
    margin-top: 1.5rem;
}

/* Wizard Progress */
.wizard-progress {
    position: relative;
    margin-bottom: 2rem;
}

.step-indicator {
    position: relative;
    align-items: center;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    z-index: 2;
    position: relative;
}

.step-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.step.active .step-circle {
    background: linear-gradient(135deg, #00d4ff, #7c3aed);
    border-color: #00d4ff;
    color: white;
    box-shadow: 0 4px 12px rgba(0, 212, 255, 0.3);
}

.step.completed .step-circle {
    background: #10b981;
    border-color: #10b981;
    color: white;
}

.step-label {
    font-size: 0.85rem;
    color: #94a3b8;
    font-weight: 500;
    text-align: center;
}

.step.active .step-label {
    color: #00d4ff;
    font-weight: 600;
}

.step.completed .step-label {
    color: #10b981;
}

.step-line {
    position: absolute;
    top: 20px;
    left: 50%;
    right: 50%;
    height: 2px;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
    transform: translateX(-50%);
    width: calc(100% - 80px);
}

/* Wizard Steps */
.wizard-step {
    display: none;
}

.wizard-step.active {
    display: block;
    animation: fadeInUp 0.4s ease-out;
}

.wizard-step-title {
    color: white;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.wizard-step-subtitle {
    color: #94a3b8;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.contact-options-chip {
    background: rgba(0, 212, 255, 0.15);
    border: 1px solid rgba(0, 212, 255, 0.3);
    color: #00d4ff;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.95rem;
    font-weight: 500;
    display: inline-block;
}

.spam-policy-chip {
    color: #fecaca;
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(239, 68, 68, 0.35);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    display: inline-block;
}

.optional-label {
    color: #00d4ff;
    font-weight: 500;
    font-size: 0.9rem;
}

/* Phone Input Container */
.phone-input-container {
    display: flex;
    gap: 0.5rem;
}

.country-select {
    flex-shrink: 0;
    width: 100px;
    font-size: 0.9rem;
}

.phone-number {
    flex: 1;
}

/* Discord Option */
.wizard-divider {
    position: relative;
    text-align: center;
    margin: 2rem 0;
}

.wizard-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.wizard-divider span {
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.1), rgba(124, 58, 237, 0.1));
    color: #94a3b8;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
    position: relative;
    z-index: 2;
}

.discord-option {
    text-align: center;
    background: rgba(88, 101, 242, 0.1);
    border: 1px solid rgba(88, 101, 242, 0.2);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.discord-option h5 {
    color: white;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.discord-option p {
    color: #94a3b8;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.discord-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #5865f2, #4752c4);
    color: white;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.discord-btn:hover {
    background: linear-gradient(135deg, #4752c4, #3c45a3);
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(88, 101, 242, 0.4);
}

/* Contact Method Options */
.contact-method-option {
    transition: all 0.3s ease;
}

.contact-method-option:hover {
    border-color: rgba(0, 212, 255, 0.3) !important;
    background: rgba(0, 212, 255, 0.05) !important;
}

.contact-method-option input:checked + div {
    color: #00d4ff !important;
}

/* Contact Alternatives */
.contact-alternatives {
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.contact-alternatives h5 {
    color: white;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.contact-alternatives p {
    color: #94a3b8;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.alternatives-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.alternative-option {
    display: flex;
    justify-content: center;
}

.hubspot-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #ff7a59, #ff5c3a);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    cursor: pointer;
    text-decoration: none;
}

.hubspot-btn:hover {
    background: linear-gradient(135deg, #ff5c3a, #e54b2b);
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 122, 89, 0.4);
}

@media (max-width: 768px) {
    .alternatives-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
}

/* Wizard Actions */
.wizard-actions {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.wizard-btn {
    flex: 1;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.wizard-btn.primary {
    background: linear-gradient(135deg, #00d4ff, #7c3aed);
    color: white;
}

.wizard-btn.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 212, 255, 0.4);
}

.wizard-btn.primary:disabled {
    background: rgba(255, 255, 255, 0.1);
    color: #64748b;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.wizard-btn.secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #e2e8f0;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.wizard-btn.secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-1px);
}

/* Optional Field Labels */
.pd-form-label.optional span {
    color: #64748b;
    font-weight: 400;
    font-size: 0.8rem;
}

/* Form Validation States */
.pd-form-input.valid {
    border-color: #10b981;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}

.pd-form-input.invalid {
    border-color: #ef4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

.validation-message {
    font-size: 0.8rem;
    margin-top: 0.25rem;
    color: #ef4444;
}

.validation-message.success {
    color: #10b981;
}

/* Contact Method Field Spacing */
#email-group {
    margin-top: 0.75rem;
}

#phone-group {
    margin-top: 0.75rem;
}

/* Address Overview Section */
.address-overview-section {
    background: rgba(0, 212, 255, 0.1);
    border: 1px solid rgba(0, 212, 255, 0.2);
    border-radius: 16px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.address-display {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.address-main {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.4;
}

.address-actions {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.view-on-maps {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #00d4ff, #7c3aed);
    color: white;
    text-decoration: none;
    padding: 0.75rem 1.25rem;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.view-on-maps:hover {
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 212, 255, 0.4);
}

.coordinates {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #94a3b8;
    font-size: 0.85rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.5rem 0.75rem;
    border-radius: 20px;
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
}

.coordinates i {
    color: #00d4ff;
    font-size: 0.9rem;
}

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

/* Mobile Responsive */
@media (max-width: 768px) {
    .step-indicator {
        justify-content: space-around;
    }
    
    .step-circle {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    .step-label {
        font-size: 0.8rem;
    }
    
    .wizard-actions {
        flex-direction: column;
    }
    
    .phone-input-container {
        flex-direction: column;
    }
    
    .country-select {
        width: 100%;
    }
    
    .discord-option {
        padding: 1rem;
    }
    
    /* Address overview mobile styles */
    .address-overview-section {
        padding: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .address-main {
        font-size: 1.1rem;
    }
    
    .address-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }
    
    .view-on-maps {
        justify-content: center;
        text-align: center;
    }
    
    .coordinates {
        justify-content: center;
        text-align: center;
        font-size: 0.8rem;
    }
}

/* Responsive Gallery */
@media (max-width: 768px) {
    .pd-gallery-grid {
        display: block;
        height: auto;
    }
    
    .pd-gallery-main {
        height: 50vh;
        min-height: 300px;
        border-radius: 20px;
        margin-bottom: 0.75rem;
    }
    
    .pd-gallery-main-img {
        border-radius: 20px;
    }
    
    .pd-gallery-grid-small {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .pd-gallery-small-item {
        height: 80px;
        border-radius: 8px;
    }
    
    .pd-gallery-small-item:first-child,
    .pd-gallery-small-item:last-child,
    .pd-gallery-small-item:first-child:last-child {
        border-radius: 8px;
    }
}


