.elementor-38 .elementor-element.elementor-element-cba78f1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-38 .elementor-element.elementor-element-f778ed0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-23px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-38 .elementor-element.elementor-element-1c60989{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-38 .elementor-element.elementor-element-1fe0433{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-38 .elementor-element.elementor-element-fe066bd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-38 .elementor-element.elementor-element-6649e4f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-38 .elementor-element.elementor-element-d4edac1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-38 .elementor-element.elementor-element-ca77134{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-38 .elementor-element.elementor-element-c60781f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-38 .elementor-element.elementor-element-7e3d854{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-38 .elementor-element.elementor-element-9b863d8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-38 .elementor-element.elementor-element-b8c467b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-38 .elementor-element.elementor-element-d4edac1{--width:50%;}.elementor-38 .elementor-element.elementor-element-ca77134{--width:50%;}}/* Start custom CSS *//* =============================================
   WOHNMOBILSTELLPLATZ "AN DEN LINDEN"
   Custom CSS für Elementor
   → Einfügen unter:
     Elementor → Seiteneinstellungen → Erweitert → Custom CSS
     ODER
     Elementor → Einstellungen → Custom Code → Custom CSS
   ============================================= */

/* === VARIABLEN === */
:root {
    --wml-green-900: #1a2e1a;
    --wml-green-800: #2d4a2d;
    --wml-green-700: #3d6b3d;
    --wml-green-600: #4a8c4a;
    --wml-green-500: #5ba65b;
    --wml-green-400: #7bc47b;
    --wml-green-100: #e8f5e8;
    --wml-green-50: #f3faf3;
    --wml-sand-100: #faf6f0;
    --wml-brown-800: #3e3225;
    --wml-white: #ffffff;
    --wml-gray-50: #f9fafb;
    --wml-gray-100: #f3f4f6;
    --wml-gray-200: #e5e7eb;
    --wml-gray-300: #d1d5db;
    --wml-gray-400: #9ca3af;
    --wml-gray-500: #6b7280;
    --wml-gray-600: #4b5563;
    --wml-gray-700: #374151;
    --wml-gray-800: #1f2937;
    --wml-gray-900: #111827;
    --wml-radius: 12px;
    --wml-radius-lg: 20px;
    --wml-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08);
    --wml-shadow-md: 0 4px 16px rgba(0, 0, 0, 0.1);
    --wml-shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.12);
    --wml-shadow-xl: 0 16px 48px rgba(0, 0, 0, 0.16);
}

/* === BASIS === */
.wml {
    font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
    color: var(--wml-gray-800);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

.wml *,
.wml *::before,
.wml *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.wml a {
    text-decoration: none;
}

.wml img {
    max-width: 100%;
    height: auto;
}

.wml-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.wml-text-center {
    text-align: center;
}

.wml-mx-auto {
    margin-left: auto;
    margin-right: auto;
}

/* === HERO === */
.wml-hero {
    position: relative;
    padding: 80px 0 60px;
    background: linear-gradient(145deg, var(--wml-green-900) 0%, var(--wml-green-800) 40%, var(--wml-brown-800) 100%);
    overflow: hidden;
}

.wml-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 70% 30%, rgba(74, 140, 74, 0.15) 0%, transparent 60%);
}

.wml-hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.wml-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(91, 166, 91, 0.2);
    border: 1px solid rgba(91, 166, 91, 0.3);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    color: var(--wml-green-400);
    font-weight: 500;
    margin-bottom: 24px;
}

.wml-hero-badge svg {
    width: 16px;
    height: 16px;
}

.wml-hero h1 {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(2.5rem, 5vw, 3.75rem);
    color: var(--wml-white);
    line-height: 1.15;
    margin-bottom: 20px;
}

.wml-hero h1 em {
    font-style: normal;
    background: linear-gradient(135deg, var(--wml-green-400), #a8e6a8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.wml-hero-sub {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin-bottom: 36px;
    max-width: 520px;
}

.wml-hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

/* === BUTTONS === */
.wml-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--wml-green-600);
    color: var(--wml-white);
    padding: 16px 32px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.25s;
    box-shadow: 0 4px 16px rgba(74, 140, 74, 0.4);
    text-decoration: none;
}

.wml-btn-primary:hover {
    background: var(--wml-green-500);
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(74, 140, 74, 0.5);
    color: var(--wml-white);
}

.wml-btn-primary svg {
    width: 20px;
    height: 20px;
}

.wml-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--wml-white);
    padding: 16px 32px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.25s;
    text-decoration: none;
}

.wml-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.18);
    color: var(--wml-white);
}

.wml-btn-secondary svg {
    width: 20px;
    height: 20px;
}

/* === HERO STATS === */
.wml-hero-stats {
    display: flex;
    gap: 40px;
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.wml-hero-stat-value {
    font-family: 'DM Serif Display', serif;
    font-size: 1.75rem;
    color: var(--wml-white);
}

.wml-hero-stat-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 2px;
}

/* === HERO VISUAL === */
.wml-hero-visual {
    position: relative;
}

.wml-hero-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--wml-radius-lg);
    padding: 32px;
}

.wml-hero-card-img {
    width: 100%;
    aspect-ratio: 4/3;
    background: var(--wml-green-900);
    border-radius: var(--wml-radius);
    margin-bottom: 20px;
    overflow: hidden;
}

.wml-hero-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.wml-hero-card-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.wml-hero-card-detail {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.wml-hero-card-detail svg {
    width: 20px;
    height: 20px;
    color: var(--wml-green-400);
    flex-shrink: 0;
}

.wml-hero-float {
    position: absolute;
    background: var(--wml-white);
    border-radius: var(--wml-radius);
    padding: 16px 20px;
    box-shadow: var(--wml-shadow-xl);
    display: flex;
    align-items: center;
    gap: 12px;
    animation: wmlFloat 3s ease-in-out infinite;
}

.wml-hero-float-price {
    bottom: -20px;
    left: -20px;
}

.wml-hero-float-rating {
    top: 20px;
    right: -20px;
    animation-delay: 1.5s;
}

.wml-hero-float-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.wml-hero-float-icon.green {
    background: var(--wml-green-100);
}

.wml-hero-float-icon.sand {
    background: var(--wml-sand-100);
}

.wml-hero-float-text {
    font-weight: 600;
    color: var(--wml-gray-800);
    font-size: 0.95rem;
}

.wml-hero-float-sub {
    font-size: 0.8rem;
    color: var(--wml-gray-500);
    font-weight: 400;
}

@keyframes wmlFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

/* === TRUST BAR === */
.wml-trust {
    background: var(--wml-white);
    border-bottom: 1px solid var(--wml-gray-100);
    padding: 24px 0;
}

.wml-trust-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
}

.wml-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--wml-gray-500);
    font-size: 0.9rem;
    font-weight: 500;
}

.wml-trust-item svg {
    width: 20px;
    height: 20px;
    color: var(--wml-green-600);
}

/* === SECTIONS === */
.wml-section {
    padding: 100px 0;
}

.wml-section--gray {
    background: var(--wml-gray-50);
}

.wml-section--white {
    background: var(--wml-white);
}

.wml-section-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--wml-green-100);
    color: var(--wml-green-700);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
}

.wml-section-title {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    color: var(--wml-gray-900);
    margin-bottom: 12px;
}

.wml-section-sub {
    font-size: 1.05rem;
    color: var(--wml-gray-500);
    max-width: 560px;
    margin-bottom: 56px;
}

/* === FEATURES === */
.wml-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.wml-feature-card {
    background: var(--wml-white);
    border: 1px solid var(--wml-gray-200);
    border-radius: var(--wml-radius-lg);
    padding: 36px 28px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.wml-feature-card:hover {
    border-color: var(--wml-green-400);
    box-shadow: var(--wml-shadow-md);
    transform: translateY(-4px);
}

.wml-feature-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--wml-green-600);
    transform: scaleX(0);
    transition: transform 0.3s;
}

.wml-feature-card:hover::after {
    transform: scaleX(1);
}

.wml-feature-icon {
    width: 56px;
    height: 56px;
    background: var(--wml-green-50);
    border: 1px solid var(--wml-green-100);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.wml-feature-icon svg {
    width: 28px;
    height: 28px;
    color: var(--wml-green-600);
}

.wml-feature-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--wml-gray-900);
    margin-bottom: 8px;
}

.wml-feature-card p {
    font-size: 0.92rem;
    color: var(--wml-gray-500);
    line-height: 1.6;
}

/* === PRICING === */
.wml-pricing-card {
    max-width: 820px;
    margin: 0 auto;
    background: linear-gradient(135deg, var(--wml-green-900), var(--wml-green-800));
    border-radius: 24px;
    padding: 56px;
    position: relative;
    overflow: hidden;
    color: var(--wml-white);
}

.wml-pricing-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(91, 166, 91, 0.2) 0%, transparent 70%);
    border-radius: 50%;
}

.wml-pricing-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
    gap: 24px;
}

.wml-pricing-tag {
    background: rgba(255, 255, 255, 0.15);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
    display: inline-block;
}

.wml-pricing-amount {
    font-family: 'DM Serif Display', serif;
    font-size: 3.5rem;
    line-height: 1;
}

.wml-pricing-amount span {
    font-size: 1.25rem;
    opacity: 0.7;
}

.wml-pricing-period {
    opacity: 0.6;
    font-size: 0.95rem;
    margin-top: 4px;
}

.wml-pricing-includes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    position: relative;
    z-index: 1;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.wml-pricing-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.95rem;
    opacity: 0.9;
}

.wml-pricing-item svg {
    width: 22px;
    height: 22px;
    color: var(--wml-green-400);
    flex-shrink: 0;
}

.wml-pricing-extras {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1;
}

.wml-pricing-extras h4 {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    opacity: 0.5;
    margin-bottom: 12px;
}

.wml-pricing-extra-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 0.92rem;
    opacity: 0.8;
}

/* === GALLERY === */
.wml-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto;
    gap: 16px;
}

.wml-gallery-item {
    border-radius: var(--wml-radius-lg);
    overflow: hidden;
    background: var(--wml-gray-200);
    aspect-ratio: 4/3;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s;
}

.wml-gallery-item:hover {
    transform: scale(1.02);
}

.wml-gallery-item.large {
    grid-column: span 2;
    grid-row: span 2;
    aspect-ratio: auto;
}

.wml-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.wml-gallery-item:hover img {
    transform: scale(1.05);
}

.wml-gallery-label {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    color: white;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 500;
}

/* === BOOKING INFO (linke Seite) === */
.wml-booking-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}

.wml-booking-info h2 {
    font-family: 'DM Serif Display', serif;
    font-size: 2.25rem;
    margin-bottom: 16px;
}

.wml-booking-info>p {
    color: var(--wml-gray-500);
    margin-bottom: 32px;
    font-size: 1.05rem;
}

.wml-booking-steps {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.wml-booking-step {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.wml-booking-step-num {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background: var(--wml-green-100);
    color: var(--wml-green-700);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.95rem;
}

.wml-booking-step h4 {
    font-weight: 600;
    margin-bottom: 2px;
}

.wml-booking-step p {
    font-size: 0.9rem;
    color: var(--wml-gray-500);
}

/* === AMELIA STYLING OVERRIDES === */
.wml-amelia-wrapper {
    background: var(--wml-white);
    border: 1px solid var(--wml-gray-200);
    border-radius: var(--wml-radius-lg);
    padding: 40px;
    box-shadow: var(--wml-shadow-lg);
}

/* Amelia Primary Color Override */
.amelia-app-booking .el-button--primary,
.amelia-app-booking .am-button-primary {
    background-color: var(--wml-green-700) !important;
    border-color: var(--wml-green-700) !important;
    border-radius: var(--wml-radius) !important;
}

.amelia-app-booking .el-button--primary:hover,
.amelia-app-booking .am-button-primary:hover {
    background-color: var(--wml-green-600) !important;
    border-color: var(--wml-green-600) !important;
}

/* Amelia remove box shadow */
div[id^="amelia-step-booking"] {
    box-shadow: none !important;
    border: none !important;
}

/* === LOCATION === */
.wml-location-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.wml-location-map {
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: var(--wml-radius-lg);
    overflow: hidden;
    border: 1px solid var(--wml-gray-200);
    box-shadow: var(--wml-shadow-md);
}

.wml-location-map iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.wml-location-details {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.wml-location-detail {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.wml-location-detail-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background: var(--wml-green-100);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wml-location-detail-icon svg {
    width: 24px;
    height: 24px;
    color: var(--wml-green-700);
}

.wml-location-detail h4 {
    font-weight: 600;
    margin-bottom: 2px;
}

.wml-location-detail p {
    font-size: 0.9rem;
    color: var(--wml-gray-500);
}

.wml-location-detail a {
    color: var(--wml-green-700);
    text-decoration: none;
    font-weight: 500;
}

.wml-location-detail a:hover {
    text-decoration: underline;
}

/* === FAQ === */
.wml-faq-grid {
    max-width: 780px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.wml-faq-item {
    border: 1px solid var(--wml-gray-200);
    border-radius: var(--wml-radius);
    overflow: hidden;
    transition: border-color 0.2s;
}

.wml-faq-item.active {
    border-color: var(--wml-green-400);
}



.wml-faq-question {
    width: 100%;
    padding: 20px 24px;
    background: transparent !important;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    color: var(--wml-gray-800);
    cursor: pointer;
    text-align: left;
}

.wml-faq-item.active .wml-faq-question {
    background-color: #274127 !important;
    color: var(--wml-green-100) !important;
}

.wml-faq-question svg {
    width: 20px;
    height: 20px;
    color: var(--wml-gray-400);
    transition: transform 0.3s;
    flex-shrink: 0;
}

.wml-faq-item.active .wml-faq-question svg {
    transform: rotate(180deg);
    color: var(--wml-green-100) !important;
}

.wml-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.wml-faq-item.active .wml-faq-answer {
    max-height: 200px;
}

.wml-faq-answer-inner {
    padding: 0 24px 20px;
    font-size: 0.92rem;
    color: var(--wml-gray-500);
    line-height: 1.7;
}

.wml-faq-answer-inner a {
    color: var(--wml-green-700);
    text-decoration: underline;
    font-weight: 500;
}

.wml-faq-answer-inner a:hover {
    color: var(--wml-green-600);
}

/* === CTA === */
.wml-cta {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--wml-green-900), var(--wml-green-800));
    text-align: center;
    color: var(--wml-white);
    position: relative;
    overflow: hidden;
}

.wml-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(ellipse at 30% 50%, rgba(91, 166, 91, 0.15) 0%, transparent 50%);
}

.wml-cta .wml-container {
    position: relative;
    z-index: 1;
}

.wml-cta h2 {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 16px;
    color: var(--wml-white);
}

.wml-cta p {
    font-size: 1.1rem;
    opacity: 0.7;
    max-width: 520px;
    margin: 0 auto 36px;
}

.wml-cta .wml-btn-primary {
    font-size: 1.1rem;
    padding: 18px 40px;
}

/* === FOOTER === */
.wml-footer {
    background: var(--wml-green-900);
    color: rgba(255, 255, 255, 0.6);
    padding: 60px 0 32px;
}

.wml-footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    gap: 32px;
    flex-wrap: wrap;
}

.wml-footer-brand {
    font-family: 'DM Serif Display', serif;
    font-size: 1.2rem;
    color: var(--wml-white);
    margin-bottom: 8px;
}

.wml-footer-brand-sub {
    font-size: 0.85rem;
    max-width: 300px;
}

.wml-footer-links {
    display: flex;
    gap: 48px;
}

.wml-footer-links h4 {
    color: var(--wml-white);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
}

.wml-footer-links a {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-size: 0.9rem;
    padding: 3px 0;
    transition: color 0.2s;
}

.wml-footer-links a:hover {
    color: var(--wml-white);
    text-decoration: underline;
}

.wml-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
    .wml-hero-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .wml-hero-sub {
        margin: 0 auto 36px;
    }

    .wml-hero-actions {
        justify-content: center;
    }

    .wml-hero-stats {
        justify-content: center;
    }

    .wml-hero-visual {
        display: none;
    }

    .wml-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wml-booking-wrapper {
        grid-template-columns: 1fr;
    }

    .wml-location-grid {
        grid-template-columns: 1fr;
    }

    .wml-pricing-header {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .wml-features-grid {
        grid-template-columns: 1fr;
    }

    .wml-gallery-grid {
        grid-template-columns: 1fr 1fr;
    }

    .wml-gallery-item.large {
        grid-column: span 2;
    }

    .wml-pricing-card {
        padding: 36px 24px;
    }

    .wml-pricing-includes {
        grid-template-columns: 1fr;
    }

    .wml-pricing-amount {
        font-size: 2.5rem;
    }

    .wml-footer-links {
        flex-direction: column;
        gap: 24px;
    }

    .wml-footer-bottom {
        flex-direction: column;
        gap: 8px;
    }

    .wml-trust-inner {
        gap: 24px;
    }
}

@media (max-width: 480px) {
    .wml-hero-stats {
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }

    .wml-gallery-grid {
        grid-template-columns: 1fr;
    }

    .wml-gallery-item.large {
        grid-column: span 1;
    }

    /* === HEADER & NAVIGATION === */
    .wml-header {
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(10px);
        border-bottom: 1px solid var(--wml-gray-100);
        z-index: 1000;
        padding: 16px 0;
        transition: transform 0.3s;
    }

    .wml-header-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .wml-logo {
        font-family: 'DM Serif Display', serif;
        font-size: 1.25rem;
        color: var(--wml-green-900);
        font-weight: 700;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .wml-logo-icon {
        width: 32px;
        height: 32px;
        background: var(--wml-green-100);
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--wml-green-700);
    }

    .wml-nav {
        display: flex;
        gap: 32px;
    }

    .wml-nav-link {
        font-size: 0.9rem;
        font-weight: 600;
        color: var(--wml-gray-600);
        text-decoration: none;
        transition: color 0.2s;
    }

    .wml-nav-link:hover {
        color: var(--wml-green-700);
    }
}

/* Closing brace for @media (max-width: 480px) */

/* RESPONSIVE CSS */
@media (max-width: 1024px) {

    /* Existing responsive styles... */
    .wml-nav {
        display: none;
        /* In a real project, we'd add a toggleable menu here */
    }
}/* End custom CSS */