/* Hosting Lovers — collection landing pages */
.collection-breadcrumb { padding: 7rem 0 1rem; font-size:.85rem; color:var(--muted); }
.collection-breadcrumb a:hover { color:var(--coral-deep); }
.collection-hero { position:relative; overflow:hidden; padding:3rem 0 5.5rem; background:linear-gradient(180deg,var(--cream) 0%,var(--cream-warm) 100%); }
.collection-hero::before,.collection-hero::after { content:""; position:absolute; border-radius:999px; filter:blur(55px); opacity:.45; pointer-events:none; }
.collection-hero::before { width:420px; height:420px; right:-130px; top:-130px; background:var(--coral-soft); }
.collection-hero::after { width:360px; height:360px; left:-160px; bottom:-190px; background:rgba(201,168,117,.38); }
.collection-hero .container { position:relative; z-index:2; }
.collection-hero-grid { display:grid; grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr); gap:clamp(2rem,5vw,5rem); align-items:center; }
.collection-kicker { display:inline-flex; align-items:center; gap:.6rem; padding:.55rem .9rem; border:1px solid rgba(232,93,117,.22); border-radius:999px; background:rgba(255,255,255,.66); color:var(--coral-deep); text-transform:uppercase; letter-spacing:.12em; font-size:.74rem; font-weight:700; margin-bottom:1.35rem; }
.collection-hero h1 { font-size:clamp(2.6rem,5.8vw,4.9rem); max-width:850px; margin-bottom:1.2rem; }
.collection-lead { max-width:720px; color:var(--muted); font-size:clamp(1.03rem,1.5vw,1.22rem); line-height:1.75; }
.collection-benefits { display:flex; flex-wrap:wrap; gap:.65rem; margin-top:1.5rem; }
.collection-benefit { padding:.58rem .86rem; background:rgba(255,255,255,.72); border:1px solid var(--line); border-radius:999px; font-size:.82rem; font-weight:600; color:var(--ink); }
.search-card { background:rgba(255,255,255,.88); border:1px solid rgba(28,27,26,.1); border-radius:30px; padding:1.5rem; box-shadow:var(--shadow-lg); backdrop-filter:blur(10px); }
.search-card h2 { font-size:1.65rem; margin-bottom:.45rem; }
.search-card > p { color:var(--muted); font-size:.92rem; margin-bottom:1rem; }
.stay-search { display:grid; gap:.85rem; }
.form-field { display:grid; gap:.35rem; }
.form-field label { font-size:.72rem; font-weight:700; text-transform:uppercase; letter-spacing:.1em; color:var(--coral-deep); }
.form-field input,.form-field select { width:100%; border:1px solid var(--line-strong); background:#fff; border-radius:12px; padding:.86rem .95rem; color:var(--ink); font:inherit; outline:none; }
.form-field input:focus,.form-field select:focus { border-color:var(--coral); box-shadow:0 0 0 3px rgba(232,93,117,.12); }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:.75rem; }
.search-card .btn { justify-content:center; width:100%; border:0; }
.search-note { color:var(--muted); font-size:.75rem; line-height:1.5; text-align:center; }
.aff-disclosure { max-width:940px; margin:1.2rem auto 0; padding:1rem 1.15rem; border-radius:14px; background:rgba(255,255,255,.7); border:1px solid var(--line); color:var(--muted); font-size:.83rem; text-align:center; }
.collection-section { padding:var(--section) 0; }
.collection-section.warm { background:var(--cream-warm); }
.collection-intro { max-width:790px; margin:0 auto; font-size:1.07rem; line-height:1.82; }
.collection-intro p + p { margin-top:1.3rem; }
.destination-picks { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.2rem; }
.pick-card { display:flex; flex-direction:column; min-height:100%; background:var(--card); border:1px solid var(--line); border-radius:var(--radius); padding:1.5rem; box-shadow:var(--shadow-sm); transition:transform .35s var(--ease),box-shadow .35s var(--ease),border-color .35s var(--ease); }
.pick-card:hover { transform:translateY(-5px); box-shadow:var(--shadow-md); border-color:var(--coral-soft); }
.pick-top { display:flex; align-items:flex-start; justify-content:space-between; gap:1rem; margin-bottom:1rem; }
.pick-icon { display:grid; place-items:center; width:48px; height:48px; border-radius:15px; background:var(--cream-warm); font-size:1.55rem; }
.pick-tag { color:var(--coral-deep); font-size:.7rem; letter-spacing:.09em; text-transform:uppercase; font-weight:700; text-align:right; }
.pick-card h3 { font-size:1.28rem; margin-bottom:.65rem; }
.pick-card p { color:var(--muted); font-size:.92rem; line-height:1.65; }
.pick-meta { display:flex; flex-wrap:wrap; gap:.45rem; margin:1rem 0 1.15rem; }
.pick-meta span { padding:.38rem .58rem; background:var(--cream); border-radius:999px; font-size:.72rem; color:var(--ink); }
.pick-actions { display:flex; gap:.6rem; flex-wrap:wrap; margin-top:auto; }
.pick-actions .btn { padding:.7rem 1rem; font-size:.79rem; box-shadow:none; }
.pick-actions .btn-primary { flex:1; justify-content:center; min-width:145px; }
.pick-actions .btn-ghost { justify-content:center; }
.map-shell { max-width:1160px; margin:0 auto; border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; background:#fff; box-shadow:var(--shadow-lg); }
.map-shell iframe { width:100%; height:540px; border:0; display:block; }
.map-cta { display:flex; justify-content:center; gap:.8rem; flex-wrap:wrap; margin-top:1.4rem; }
.check-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; max-width:1060px; margin:0 auto; }
.check-card { border:1px solid var(--line); border-radius:var(--radius); background:var(--card); padding:1.5rem; }
.check-number { display:inline-grid; place-items:center; width:34px; height:34px; border-radius:50%; background:var(--coral-soft); color:var(--coral-deep); font-weight:800; margin-bottom:.8rem; }
.check-card h3 { font-size:1.18rem; margin-bottom:.45rem; }
.check-card p { color:var(--muted); font-size:.92rem; }
.related-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; max-width:900px; margin:0 auto; }
.related-card { display:flex; align-items:center; gap:.9rem; padding:1.2rem; border:1px solid var(--line); border-radius:18px; background:#fff; transition:transform .3s var(--ease),border-color .3s var(--ease); }
.related-card:hover { transform:translateY(-3px); border-color:var(--coral); }
.related-card span { font-size:1.65rem; }
.related-card strong { display:block; font-family:var(--font-display); font-size:1.12rem; }
.related-card small { color:var(--muted); }
.collection-faq { max-width:850px; margin:0 auto; }
.collection-faq .faq-list { max-width:none; }
.collection-index-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.2rem; }
.collection-index-card { display:block; background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:1.6rem; min-height:220px; transition:transform .35s var(--ease),box-shadow .35s var(--ease); }
.collection-index-card:hover { transform:translateY(-5px); box-shadow:var(--shadow-md); }
.collection-index-card .big-icon { font-size:2rem; margin-bottom:1rem; }
.collection-index-card h2 { font-size:1.45rem; margin-bottom:.6rem; }
.collection-index-card p { color:var(--muted); font-size:.92rem; }
.collection-index-card .arrow { display:block; margin-top:1rem; color:var(--coral-deep); font-weight:700; font-size:.85rem; }
@media (max-width:980px){.collection-hero-grid{grid-template-columns:1fr}.search-card{max-width:700px}.destination-picks,.collection-index-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:680px){.collection-hero{padding-bottom:4rem}.collection-hero h1{font-size:clamp(2.35rem,13vw,3.5rem)}.form-row{grid-template-columns:1fr}.destination-picks,.check-grid,.related-grid,.collection-index-grid{grid-template-columns:1fr}.map-shell iframe{height:480px}.pick-actions{flex-direction:column}.pick-actions .btn{width:100%}}
