*{box-sizing:border-box}body{margin:0;font-family:Arial,Tahoma,sans-serif;color:#18202a;background:#fff;line-height:1.6}a{color:inherit;text-decoration:none}.container{width:min(1120px,calc(100% - 32px));margin:0 auto}.site-header{background:#fff;border-bottom:1px solid #e8edf3;position:sticky;top:0;z-index:50}.header-inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{font-size:28px;font-weight:800;color:#0f766e}.logo span{color:#f97316}.main-nav{display:flex;align-items:center;gap:18px;font-size:15px}.main-nav a{color:#334155}.nav-cta{background:#0f766e;color:#fff!important;padding:10px 16px;border-radius:999px}.hero,.page-hero{background:linear-gradient(135deg,rgba(15,118,110,.95),rgba(22,163,74,.86));color:#fff;padding:80px 0}.page-hero{padding:60px 0}.hero-inner{display:grid;grid-template-columns:1.4fr .8fr;gap:40px;align-items:center}.eyebrow{font-weight:700;letter-spacing:.04em;color:#facc15;margin:0 0 10px}.hero h1,.page-hero h1{font-size:clamp(34px,5vw,60px);line-height:1.08;margin:0 0 20px}.hero-text{font-size:18px;max-width:720px;opacity:.95}.search-box{display:flex;gap:10px;background:#fff;padding:10px;border-radius:18px;margin-top:28px;max-width:720px}.search-box input{flex:1;border:0;padding:14px 16px;font-size:16px;outline:none}.search-box button{border:0;background:#f97316;color:#fff;font-weight:700;padding:0 24px;border-radius:12px;cursor:pointer}.hero-actions{margin-top:24px;display:flex;gap:14px;flex-wrap:wrap}.btn-primary,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:999px;font-weight:700}.btn-primary{background:#f97316;color:#fff}.btn-secondary{background:#fff;color:#0f766e}.hero-card{background:rgba(255,255,255,.96);color:#18202a;border-radius:28px;padding:24px;box-shadow:0 24px 60px rgba(0,0,0,.18)}.hero-card h2{margin-top:0}.place-card{display:block;padding:16px;border:1px solid #e8edf3;border-radius:18px;margin-bottom:12px;background:#f8fafc}.place-card strong{display:block;color:#0f766e;font-size:18px}.place-card span{display:block;color:#64748b;font-size:14px}.section{padding:70px 0}.bg-soft{background:#f8fafc}.section-head{max-width:720px;margin-bottom:30px}.section-head h2,.split h2{font-size:36px;line-height:1.2;margin:0 0 12px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.destination-card{background:#fff;border:1px solid #e8edf3;border-radius:24px;overflow:hidden;box-shadow:0 12px 36px rgba(15,23,42,.06)}.card-image{height:190px}.placeholder{background:linear-gradient(135deg,#ccfbf1,#fed7aa)}.card-body{padding:22px}.card-body h3{margin-top:0;font-size:22px}.card-body a{color:#0f766e;font-weight:700}.muted{color:#64748b}.split{display:grid;grid-template-columns:1.1fr .7fr;gap:40px;align-items:start}.check-list{padding-left:0;list-style:none;margin:24px 0}.check-list li{margin-bottom:10px;padding-left:28px;position:relative}.check-list li:before{content:"✓";position:absolute;left:0;color:#16a34a;font-weight:800}.owner-box{background:#fff;border-radius:28px;padding:28px;box-shadow:0 12px 36px rgba(15,23,42,.08)}.owner-box p{padding:14px 16px;border-radius:14px;background:#f1f5f9;margin:10px 0}.site-footer{background:#0f172a;color:#cbd5e1;padding-top:48px}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:30px}.site-footer h3,.site-footer h4{color:#fff}.site-footer a{color:#cbd5e1}.copyright{text-align:center;padding:22px;border-top:1px solid rgba(255,255,255,.08);margin-top:30px;color:#94a3b8}.floating-line{position:fixed;right:18px;bottom:18px;background:#06c755;color:#fff;padding:14px 20px;border-radius:999px;font-weight:800;box-shadow:0 12px 30px rgba(0,0,0,.22);z-index:100}@media(max-width:840px){.header-inner{flex-direction:column;align-items:flex-start;padding:14px 0}.main-nav{flex-wrap:wrap}.hero-inner,.grid-3,.split,.footer-grid{grid-template-columns:1fr}.search-box{flex-direction:column}.search-box button{padding:14px}}

.page-hero {
    background: linear-gradient(135deg, #0f766e, #16a34a);
    color: #fff;
    padding: 64px 0;
}

.resort-hero {
    color: #fff;
    padding: 110px 0;
    background-size: cover;
    background-position: center;
}

.resort-hero h1 {
    font-size: clamp(36px, 5vw, 64px);
    line-height: 1.08;
    max-width: 900px;
    margin: 0 0 18px;
}

.resort-hero p {
    max-width: 780px;
    font-size: 18px;
}

.property-card-image img,
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.resort-gallery-section {
    padding-bottom: 20px;
}

.resort-gallery {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-auto-rows: 180px;
    gap: 10px;
}

.gallery-item {
    border-radius: 18px;
    overflow: hidden;
    background: #f1f5f9;
}

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

.resort-layout {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 26px;
    align-items: start;
}

.content-card,
.contact-panel {
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 24px;
    padding: 26px;
    box-shadow: 0 12px 36px rgba(15, 23, 42, .06);
    margin-bottom: 22px;
}

.contact-panel {
    position: sticky;
    top: 96px;
}

.contact-actions {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.btn-line {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 20px;
    border-radius: 999px;
    font-weight: 700;
    background: #06c755;
    color: #fff;
}

.room-list {
    display: grid;
    gap: 14px;
}

.room-card {
    display: grid;
    grid-template-columns: 1fr 170px;
    gap: 18px;
    padding: 18px;
    border: 1px solid #e8edf3;
    border-radius: 18px;
    background: #f8fafc;
}

.room-card h3 {
    margin: 0 0 4px;
}

.room-price {
    text-align: right;
}

.room-price strong {
    display: block;
    font-size: 22px;
    color: #0f766e;
}

.room-price span {
    display: block;
    color: #64748b;
}

@media (max-width: 840px) {
    .resort-gallery {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 150px;
    }

    .gallery-item.large {
        grid-column: 1 / -1;
    }

    .resort-layout,
    .room-card {
        grid-template-columns: 1fr;
    }

    .contact-panel {
        position: static;
    }

    .room-price {
        text-align: left;
    }
}

/* Public form helpers */
.admin-card{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:22px;box-shadow:0 14px 36px rgba(15,23,42,.06);margin-bottom:18px}
.admin-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.admin-form-grid .full{grid-column:1/-1}.admin-form label{display:block;font-weight:700;margin-bottom:6px}.admin-form input,.admin-form select,.admin-form textarea{width:100%;padding:12px 14px;border:1px solid #cbd5e1;border-radius:12px;font-size:15px}.admin-form textarea{min-height:130px}.success-box{background:#dcfce7;color:#166534;padding:14px 16px;border-radius:16px;margin-bottom:16px}.error-box{background:#fee2e2;color:#991b1b;padding:14px 16px;border-radius:16px;margin-bottom:16px}.muted{color:#64748b}.badge{display:inline-flex;padding:6px 10px;border-radius:999px;background:#dcfce7;color:#166534;font-weight:800;font-size:13px}.small-btn{display:inline-flex;padding:8px 12px;border-radius:999px;font-weight:700;background:#e2e8f0;color:#0f172a}.danger{background:#fee2e2;color:#991b1b}@media(max-width:840px){.admin-form-grid{grid-template-columns:1fr}}


.compact-section { padding: 28px 0; }
.results-section { padding-top: 34px; }
.filter-panel {
    background: #ffffff;
    border: 1px solid #e8edf3;
    border-radius: 24px;
    padding: 20px;
    box-shadow: 0 12px 36px rgba(15, 23, 42, .06);
}
.filter-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr auto;
    gap: 12px;
    align-items: end;
}
.destination-filter-grid { grid-template-columns: 1fr 1fr 1fr auto; }
.filter-grid label span {
    display: block;
    font-weight: 700;
    color: #334155;
    margin-bottom: 6px;
    font-size: 14px;
}
.filter-grid input,
.filter-grid select {
    width: 100%;
    border: 1px solid #dbe3ee;
    border-radius: 14px;
    padding: 12px 14px;
    font-size: 15px;
    background: #fff;
}
.filter-grid button {
    border: 0;
    background: #0f766e;
    color: #fff;
    font-weight: 800;
    border-radius: 14px;
    padding: 13px 18px;
    cursor: pointer;
}
.quick-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}
.quick-tags a,
.mini-label {
    display: inline-flex;
    border-radius: 999px;
    background: #ecfeff;
    color: #0f766e;
    font-weight: 700;
    padding: 7px 11px;
    font-size: 13px;
}
.result-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 16px;
}
.outline {
    border: 1px solid #0f766e;
    background: #fff;
}
.empty-box {
    grid-column: 1 / -1;
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 24px;
    padding: 28px;
}
@media (max-width: 980px) {
    .filter-grid,
    .destination-filter-grid { grid-template-columns: 1fr 1fr; }
    .filter-grid button { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
    .filter-grid,
    .destination-filter-grid { grid-template-columns: 1fr; }
    .result-head { align-items: flex-start; flex-direction: column; }
}

/* Step 7 Deals */
.deals-hero { background: linear-gradient(135deg, #0f172a, #0f766e); }
.deal-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.deal-card { background: #fff; border: 1px solid #e8edf3; border-radius: 24px; overflow: hidden; box-shadow: 0 12px 36px rgba(15,23,42,.06); display: grid; grid-template-columns: 230px 1fr; }
.deal-image { position: relative; min-height: 210px; background: #f1f5f9; display: block; }
.deal-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.deal-image span { position: absolute; left: 12px; top: 12px; background: #f97316; color: #fff; border-radius: 999px; padding: 7px 11px; font-weight: 800; font-size: 13px; }
.deal-body { padding: 20px; }
.deal-body h3 { margin: 10px 0 8px; font-size: 22px; line-height: 1.25; }
.deal-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0; }
.deal-meta span { background: #f1f5f9; border-radius: 999px; padding: 7px 10px; font-weight: 700; color: #334155; font-size: 13px; }
.deal-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.deal-list-small { display: grid; gap: 12px; }
.deal-small { border: 1px solid #e8edf3; border-radius: 18px; background: #f8fafc; padding: 18px; }
.deal-small h3 { margin: 10px 0 6px; }
@media (max-width: 980px) { .deal-grid { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .deal-card { grid-template-columns: 1fr; } .deal-image { height: 210px; } }

/* Step 64: public location pages */
.location-hero-v64 {
    background:
        linear-gradient(135deg, rgba(5, 95, 84, .96), rgba(22, 163, 74, .88)),
        url('../images/hero-bg.jpg');
    background-size: cover;
    background-position: center;
}
.location-breadcrumb-v64 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 12px;
    color: #d1fae5;
    font-weight: 700;
}
.location-breadcrumb-v64 a {
    color: #fff;
}
.location-section-v64 {
    background: #f8fafc;
}
.location-layout-v64 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 24px;
    align-items: start;
}
.location-main-v64 {
    min-width: 0;
}
.location-card-v64,
.location-list-card-v64,
.location-property-card-v64 {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    box-shadow: 0 12px 34px rgba(15, 23, 42, .06);
}
.location-card-v64 {
    padding: 24px;
    margin-bottom: 20px;
}
.location-card-v64 h2,
.location-list-card-v64 h2 {
    margin-top: 0;
}
.location-section-head-v64 {
    margin-bottom: 18px;
}
.location-meta-v64 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0 0;
}
.location-meta-v64 span {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #ecfdf5;
    color: #0f766e;
    font-size: 13px;
    font-weight: 800;
    padding: 6px 10px;
}
.location-content-v64 {
    color: #334155;
    font-size: 16px;
}
.location-property-grid-v64 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.location-property-card-v64 {
    overflow: hidden;
}
.location-property-image-v64 {
    display: block;
    min-height: 190px;
    background: #ccfbf1 center/cover no-repeat;
}
.location-property-body-v64 {
    padding: 20px;
}
.location-property-body-v64 h3 {
    font-size: 22px;
    line-height: 1.25;
    margin: 10px 0;
}
.location-property-body-v64 h3 a,
.location-list-footer-v64 a {
    color: #0f766e;
    font-weight: 900;
}
.location-property-body-v64 p {
    color: #64748b;
}
.location-property-footer-v64 {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    margin-top: 14px;
    flex-wrap: wrap;
}
.location-property-footer-v64 strong {
    color: #0f766e;
}
.location-property-footer-v64 a {
    background: #f97316;
    color: #fff;
    border-radius: 999px;
    padding: 10px 14px;
    font-weight: 900;
}
.location-sidebar-v64 {
    position: sticky;
    top: 96px;
}
.location-side-actions-v64 {
    display: grid;
    gap: 10px;
}
.location-owner-card-v64 {
    background: linear-gradient(135deg, #0f766e, #16a34a);
    color: #fff;
}
.location-owner-card-v64 .eyebrow,
.location-owner-card-v64 p {
    color: #ecfeff;
}
.location-empty-v64 {
    text-align: center;
    border-style: dashed;
}
.location-list-grid-v64 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.location-list-card-v64 {
    padding: 20px;
}
.location-list-card-link-v64 {
    display: flex;
    gap: 14px;
    align-items: center;
}
.location-list-mark-v64 {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 18px;
    background: linear-gradient(135deg, #0f766e, #16a34a);
    color: #fff;
    font-size: 22px;
    font-weight: 950;
}
.location-list-card-link-v64 strong {
    display: block;
    color: #0f172a;
    font-size: 20px;
    line-height: 1.2;
}
.location-list-card-link-v64 em {
    display: block;
    color: #64748b;
    font-style: normal;
    margin-top: 4px;
}
.location-list-card-v64 p {
    color: #64748b;
    margin-bottom: 0;
}
.location-list-footer-v64 {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    border-top: 1px solid #e2e8f0;
    margin-top: 18px;
    padding-top: 14px;
    color: #64748b;
    font-weight: 800;
}
@media (max-width: 980px) {
    .location-layout-v64,
    .location-property-grid-v64,
    .location-list-grid-v64 {
        grid-template-columns: 1fr;
    }
    .location-sidebar-v64 {
        position: static;
    }
}
@media (max-width: 640px) {
    .location-card-v64,
    .location-list-card-v64 {
        padding: 18px;
    }
    .location-property-footer-v64 {
        align-items: flex-start;
        flex-direction: column;
    }
    .location-property-footer-v64 a {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}
