.adventure-stays-section{--stay-ink:#12303a;--stay-teal:#087f78;--stay-mint:#2bc19b;--stay-orange:#f07818;margin:32px auto;padding:32px}
.stays-hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(250px,.65fr);gap:20px;align-items:stretch}
.stays-hero-copy,.stays-trust-card,.stays-filters,.stays-map-panel,.stays-list-panel,.stays-saved,.stays-submit{border:1px solid rgba(8,127,120,.16);border-radius:24px;background:rgba(255,253,247,.94);box-shadow:0 18px 42px rgba(16,48,58,.08)}
.stays-hero-copy{padding:28px;background:linear-gradient(135deg,#063c42,#087f78 60%,#2bc19b);color:#fff}
.stays-hero-copy .overline{color:#aef7e4}
.stays-hero-copy h2{margin:4px 0 10px;font-size:clamp(2rem,5vw,3.3rem);line-height:1}
.stays-hero-copy p:last-child{max-width:700px;margin-bottom:0;color:#e8fffa}
.stays-trust-card{display:flex;flex-direction:column;justify-content:center;padding:24px}
.stays-trust-card strong{font-size:1.12rem;color:var(--stay-ink)}
.stays-trust-card p{margin:8px 0 0;color:#536b70}
.stays-filters{display:grid;grid-template-columns:1.4fr repeat(2,minmax(150px,.7fr)) auto;gap:14px;align-items:end;margin-top:18px;padding:18px}
.stays-filters label{display:grid;gap:7px;font-weight:800;color:var(--stay-ink)}
.stays-filters input,.stays-filters select{width:100%;min-height:48px;padding:10px 13px;border:1px solid #bed5d3;background:#fff;color:var(--stay-ink)}
.stays-free-toggle{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center;min-height:48px;padding:0 12px;border:1px solid #bed5d3;border-radius:14px;background:#fff}
.stays-free-toggle input{width:20px;height:20px;min-height:auto}
.stays-layout{display:grid;grid-template-columns:minmax(290px,.82fr) minmax(0,1.18fr);gap:18px;margin-top:18px}
.stays-map-panel,.stays-list-panel{overflow:hidden}
#adventure-stays-map{height:620px;min-height:420px;border-radius:23px}
.stays-list-panel{padding:20px}
.stays-list-heading{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:14px}
.stays-list-heading h3{margin:0;color:var(--stay-ink)}
#stays-result-count{padding:7px 10px;border-radius:999px;background:#e0f7f0;color:#05685f;font-weight:900}
#adventure-stays-results{display:grid;gap:14px;max-height:560px;overflow:auto;padding-right:5px}
.stay-card{position:relative;padding:18px;border:1px solid #d5e1df;border-radius:19px;background:#fff}
.stay-card.is-saved{border-color:#2bc19b;box-shadow:inset 0 0 0 1px #2bc19b}
.stay-card-top{display:flex;justify-content:space-between;gap:12px}
.stay-card-type{display:inline-flex;padding:5px 9px;border-radius:999px;background:#e9f8f5;color:#08756d;font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.stay-card h3{margin:7px 0 3px;color:var(--stay-ink)}
.stay-card-address{margin:0;color:#536b70}
.stay-price{font-weight:900;color:#d9610b;text-align:right}
.stay-details{display:flex;flex-wrap:wrap;gap:7px;margin:12px 0}
.stay-details span{padding:5px 8px;border-radius:999px;background:#f1f5f3;color:#38555a;font-size:.78rem}
.stay-card p{line-height:1.45}
.stay-rules{padding:10px 12px;border-radius:12px;background:#fff5df;color:#6b4814;font-size:.86rem}
.stay-source{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px;font-size:.8rem;color:#687b7e}
.stay-source a{font-weight:800;color:#08756d}
.stay-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.stay-actions button,.stay-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:8px 11px;border:1px solid #087f78;border-radius:12px;background:#fff;color:#086c68;font:inherit;font-weight:850;text-decoration:none;cursor:pointer}
.stay-actions .stay-primary{border-color:transparent;background:linear-gradient(120deg,#087f78,#2bc19b);color:#fff}
.stays-saved,.stays-submit{margin-top:18px;padding:22px}
.stays-saved>div:first-child{display:flex;justify-content:space-between;align-items:center;gap:12px}
.stays-saved h3,.stays-submit h3{margin:0 0 6px;color:var(--stay-ink)}
#adventure-stays-saved{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:12px;margin-top:14px}
.stays-submit summary{cursor:pointer;font-size:1.1rem;font-weight:900;color:var(--stay-ink)}
.stays-submit form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}
.stays-submit label{display:grid;gap:7px;font-weight:800;color:var(--stay-ink)}
.stays-submit label.wide,.stays-submit .wide{grid-column:1/-1}
.stays-submit input,.stays-submit select,.stays-submit textarea{width:100%;padding:11px 13px;border:1px solid #bed5d3;background:#fff}
.stays-submit textarea{min-height:100px;resize:vertical}
.stays-facilities{display:flex;flex-wrap:wrap;gap:10px}
.stays-facilities label{display:flex;grid-template-columns:auto 1fr;align-items:center;padding:8px 10px;border-radius:12px;background:#eef7f5}
.stays-facilities input{width:18px}
.stays-status{grid-column:1/-1;margin:0;color:#536b70}
.stays-warning{margin:16px 0 0;padding:13px 15px;border-left:5px solid #f07818;border-radius:12px;background:#fff4dd;color:#674715}
.stay-empty{padding:28px;border-radius:18px;background:#f2f7f6;text-align:center;color:#536b70}
@media(max-width:900px){.stays-hero,.stays-layout{grid-template-columns:1fr}.stays-filters{grid-template-columns:1fr 1fr}.stays-free-toggle{grid-column:1/-1}#adventure-stays-map{height:400px}#adventure-stays-results{max-height:none}}
@media(max-width:600px){.adventure-stays-section{padding:18px 14px}.stays-hero-copy,.stays-trust-card,.stays-filters,.stays-list-panel,.stays-saved,.stays-submit{border-radius:18px}.stays-filters,.stays-submit form{grid-template-columns:1fr}.stays-free-toggle,.stays-submit label.wide,.stays-submit .wide{grid-column:auto}.stay-card-top{display:block}.stay-price{text-align:left;margin-top:8px}}

/* Build 98: richer stay information, facility filters and moderation */
.stays-filters{grid-template-columns:repeat(3,minmax(170px,1fr))}
.stays-facility-filters{grid-column:1/-1;margin:0;padding:12px;border:1px solid #bed5d3;border-radius:16px;background:#f8fcfb}
.stays-facility-filters legend{padding:0 6px;font-weight:900;color:var(--stay-ink)}
.stays-facility-filters label{display:inline-flex;grid-template-columns:auto 1fr;align-items:center;margin:4px 8px 4px 0;padding:8px 10px;border-radius:999px;background:#fff;border:1px solid #d6e7e4;font-size:.88rem}
.stays-facility-filters input{width:18px;height:18px;min-height:auto}
.stays-clear-filters{align-self:end;min-height:48px}
.stay-permission{display:flex;justify-content:space-between;gap:12px;margin:13px 0 9px;padding:10px 12px;border-radius:13px;background:#eef5f4;color:#294f53}
.stay-permission-allowed{background:#e3f7ee;color:#08633f}.stay-permission-restricted{background:#fff2d9;color:#724b0d}.stay-permission-not-allowed{background:#fde9e7;color:#7f2921}.stay-permission-unknown{background:#eef1f4;color:#47545f}
.stay-vehicle,.stay-access{padding:10px 12px;border-radius:12px;background:#f4f7f7;color:#38555a}
.stay-vehicle{display:grid;gap:3px}
.stay-community{display:flex;flex-wrap:wrap;gap:7px;align-items:center;margin:12px 0;padding:10px;border:1px dashed #a8cfca;border-radius:13px;background:#f6fbfa;font-size:.8rem;color:#486569}
.stay-community button{min-height:34px;padding:6px 9px;border:1px solid #68aaa2;border-radius:10px;background:#fff;color:#086c68;font:inherit;font-weight:800;cursor:pointer}
.stay-photos{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:12px 0}.stay-photos img{width:100%;height:96px;object-fit:cover;border-radius:11px}
.stays-admin{margin-top:18px;padding:22px;border:1px solid rgba(8,127,120,.2);border-radius:24px;background:#f7fbfa;box-shadow:0 18px 42px rgba(16,48,58,.06)}
.stays-admin summary{cursor:pointer;font-size:1.1rem;font-weight:900;color:var(--stay-ink)}.stays-admin-intro{color:#536b70}
.stays-admin-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:14px 0}.stays-admin-toolbar span{color:#536b70}
.stays-admin-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.stays-admin-grid>section{padding:14px;border:1px solid #d5e5e2;border-radius:16px;background:#fff}.stays-admin-grid h3{margin-top:0;color:var(--stay-ink)}
.stays-admin-item{display:grid;gap:6px;padding:10px 0;border-bottom:1px solid #e5eeee}.stays-admin-item:last-child{border-bottom:0}.stays-admin-item small{color:#6b7c7f}.stays-admin-item div{display:flex;gap:6px}.stays-admin-item button{padding:6px 8px;border:1px solid #86bcb6;border-radius:9px;background:#fff;color:#086c68;font-weight:800;cursor:pointer}
@media(max-width:900px){.stays-filters{grid-template-columns:1fr 1fr}.stays-admin-grid{grid-template-columns:1fr}.stays-facility-filters{grid-column:1/-1}}
@media(max-width:600px){.stays-filters{grid-template-columns:1fr}.stays-facility-filters{grid-column:auto}.stay-permission{display:grid}.stay-photos{grid-template-columns:1fr 1fr}.stays-admin{border-radius:18px;padding:16px}}


/* Build 104: magical hybrid official + community discovery system */
.stays-trust-filter{display:flex;flex-wrap:wrap;gap:9px;margin:18px 0 0;padding:8px;border:1px solid rgba(8,127,120,.16);border-radius:18px;background:rgba(255,255,255,.82)}
.stays-trust-filter button{min-height:42px;padding:9px 14px;border:0;border-radius:13px;background:transparent;color:#31585b;font:inherit;font-weight:900;cursor:pointer}.stays-trust-filter button.is-active{background:linear-gradient(120deg,#063c42,#087f78);color:#fff;box-shadow:0 8px 20px rgba(8,127,120,.2)}
.stay-trust-ribbon{display:inline-flex;align-items:center;margin:-5px 0 12px;padding:6px 10px;border-radius:999px;font-size:.78rem;font-weight:950;letter-spacing:.02em}.stay-trust-ribbon.official{background:#dcf7e8;color:#08643d}.stay-trust-ribbon.community{background:#e8edff;color:#354ca1}.stay-official{border-left:5px solid #19a66c}.stay-community-listing{border-left:5px solid #687fe5}
.stays-magic-intro{display:flex;gap:14px;align-items:center;margin:16px 0;padding:16px;border-radius:18px;background:radial-gradient(circle at top left,#fff8d8,transparent 42%),linear-gradient(135deg,#f4fbfa,#edf0ff);border:1px solid #d8e5e2}.stays-magic-intro strong{font-size:1.12rem;color:var(--stay-ink)}.stays-magic-intro p{margin:4px 0 0;color:#536b70}.stays-sparkle{display:grid;place-items:center;flex:0 0 48px;height:48px;border-radius:16px;background:linear-gradient(135deg,#f7c84b,#f07818);color:#fff;font-size:1.5rem;box-shadow:0 10px 25px rgba(240,120,24,.25)}
.stays-discovery-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:15px 0}.stays-discovery-steps span{padding:9px;border-radius:12px;background:#edf3f2;color:#789093;text-align:center;font-size:.82rem;font-weight:900}.stays-discovery-steps span.is-active{background:linear-gradient(120deg,#087f78,#2bc19b);color:#fff}
.stays-form-step{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:18px;border:1px solid #dbe9e7;border-radius:18px;background:linear-gradient(180deg,#fff,#fbfefd)}.stays-form-step h3{grid-column:1/-1;margin:0;color:var(--stay-ink)}.stays-review-promise{padding:14px;border-radius:14px;background:#edf8f5;color:#31585b}.stays-review-promise p{margin:4px 0 0}.stays-magic-submit{font-size:1.03rem;box-shadow:0 12px 28px rgba(8,127,120,.22)}.stays-duplicate-note{grid-column:1/-1;margin:0;padding:10px 12px;border-radius:12px;background:#eff7f5;color:#426367}.stays-duplicate-note.has-match{background:#fff1d8;color:#79500e}
@media(max-width:600px){.stays-discovery-steps{grid-template-columns:1fr 1fr}.stays-form-step{grid-template-columns:1fr}.stays-form-step h3{grid-column:auto}}


/* Build 119: Europe-ready filters and interactive marker system */
.stays-map-panel{position:relative}
.stays-map-legend{display:flex;flex-wrap:wrap;gap:8px;padding:10px 12px;border-bottom:1px solid #d8e7e4;background:#f7fbfa;font-size:.78rem;font-weight:800;color:#36575b}
.stays-map-legend span{display:inline-flex;align-items:center;gap:6px}.stay-dot{width:11px;height:11px;border-radius:50%;display:inline-block}.stay-dot-free{background:#18a66d}.stay-dot-paid{background:#f07818}.stay-dot-camp{background:#7354b5}.stay-dot-service{background:#47727a}
.stay-map-marker-wrap{background:transparent;border:0}.stay-map-marker{display:block;width:22px;height:22px;border:3px solid #fff;border-radius:50% 50% 50% 0;transform:rotate(-45deg);box-shadow:0 3px 10px rgba(0,0,0,.35)}.stay-map-marker-free{background:#18a66d}.stay-map-marker-paid{background:#f07818}.stay-map-marker-camp{background:#7354b5}.stay-map-marker-service{background:#47727a}
.stay-popup-open{margin-top:7px;padding:6px 9px;border:0;border-radius:8px;background:#087f78;color:#fff;font-weight:800;cursor:pointer}.stay-card-country{margin:.25rem 0 0;color:#527075;font-size:.82rem;font-weight:800}

/* Build 120: detailed stay pages, safety badges and vehicle filters */
.stay-badges{display:flex;flex-wrap:wrap;gap:7px;margin:12px 0}.stay-badge{padding:6px 9px;border-radius:999px;font-size:.76rem;font-weight:900}.stay-badge.good{background:#e2f7ec;color:#09633f}.stay-badge.info{background:#e8f0ff;color:#31549b}.stay-badge.warn{background:#fff0d7;color:#77500e}.stay-badge.verified{background:#def6f0;color:#08685f}
.stay-modal[hidden]{display:none}.stay-modal{position:fixed;inset:0;z-index:99999;display:grid;place-items:end center}.stay-modal-backdrop{position:absolute;inset:0;background:rgba(4,23,28,.72);backdrop-filter:blur(5px)}.stay-modal-sheet{position:relative;width:min(760px,100%);max-height:94vh;overflow:auto;padding:26px;border-radius:28px 28px 0 0;background:#fff;color:var(--stay-ink);box-shadow:0 -20px 70px rgba(0,0,0,.32)}.stay-modal-close{position:sticky;top:0;float:right;z-index:2;width:44px;height:44px;border:0;border-radius:50%;background:#eaf3f1;color:#12303a;font-size:1.8rem;cursor:pointer}.stay-detail-hero{padding:8px 52px 18px 0;border-bottom:1px solid #deebe8}.stay-detail-hero h2{margin:8px 0 5px;font-size:clamp(1.8rem,6vw,2.7rem)}.stay-detail-hero p{margin:0 0 8px;color:#5a7074}.stay-detail-hero>strong{font-size:1.1rem;color:#d9610b}.stay-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:18px 0}.stay-detail-grid section{padding:16px;border:1px solid #dbe8e6;border-radius:17px;background:#fbfdfc}.stay-detail-grid h3{margin:0 0 10px}.stay-detail-grid dl{display:grid;grid-template-columns:minmax(120px,.8fr) 1.2fr;gap:8px 12px;margin:0}.stay-detail-grid dt{font-weight:900}.stay-detail-grid dd{margin:0;color:#4e666a}.stay-suitability{display:grid;gap:7px;margin-bottom:10px}.stay-suitability span{padding:8px 10px;border-radius:10px}.stay-suitability .yes{background:#e7f7ef;color:#08623f}.stay-suitability .no{background:#fdecea;color:#7e2d25}.stay-modal-open{overflow:hidden}
@media(max-width:600px){.stay-modal-sheet{padding:18px;border-radius:22px 22px 0 0}.stay-detail-grid{grid-template-columns:1fr}.stay-detail-grid dl{grid-template-columns:1fr}.stay-detail-grid dd{margin-bottom:6px}}
