/* Wind Houses — SEO-посадочные страницы. Расширяет journal.css (базовая типографика/шапка/крошки). */

:root { --wrap-l: 1080px; }

.wrap-l { max-width: var(--wrap-l); margin: 0 auto; padding: 0 20px; }

/* ---------- Hero ---------- */
.lp-hero { position: relative; border-radius: 18px; overflow: hidden; margin: 6px 0 0;
  min-height: 480px; display: flex; align-items: flex-end; }
.lp-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.lp-hero .ov { position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(30,38,30,.15) 0%, rgba(30,38,30,.55) 55%, rgba(30,38,30,.86) 100%); }
.lp-hero .cap { position: relative; padding: 36px 32px 34px; color: #fff; width: 100%; }
.lp-hero h1 { color: #fff; font-size: clamp(1.9rem, 4.6vw, 3.3rem); margin: 0 0 12px; max-width: 18ch; }
.lp-hero .sub { color: #eef1ec; font-size: clamp(1rem, 1.6vw, 1.2rem); max-width: 60ch; margin: 0 0 20px; }
.lp-hero .badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.lp-hero .badges span { background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.28);
  color: #fff; font-size: 14px; padding: 6px 13px; border-radius: 100px; backdrop-filter: blur(3px); }
.lp-hero .acts { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.lp-hero .price-inline { color: #fff; font-size: 15px; opacity: .92; }
.lp-hero .price-inline b { font-size: 19px; }
@media (max-width: 720px) { .lp-hero { min-height: 420px; } .lp-hero .cap { padding: 24px 20px 26px; } }

/* ---------- Секции ---------- */
.lp section { padding: 46px 0 6px; }
.lp h2 { font-size: clamp(1.6rem, 3.2vw, 2.3rem); margin: 0 0 10px; }
.lp h3 { font-size: 1.25rem; margin: 1.4em 0 .3em; }
.lp .sec-lead { color: #555; max-width: 68ch; margin: 0 0 22px; font-size: 1.06rem; }

/* ---------- Карточки преимуществ ---------- */
.feat { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.feat .card { background: var(--sand); border: 1px solid var(--line); border-radius: 14px; padding: 20px 22px; }
.feat .card b { display: block; font-family: 'Vetrino', Georgia, serif; font-size: 1.22rem;
  color: var(--forest); font-weight: 400; margin-bottom: 6px; letter-spacing: .2px; }
.feat .card span { font-size: .97rem; color: #4a4a4a; line-height: 1.6; }

/* ---------- Факты ---------- */
.facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 14px; margin: 6px 0 8px; }
.facts div { border: 1px solid var(--line); border-radius: 12px; padding: 16px 18px; }
.facts b { display: block; font-size: 1.45rem; color: var(--forest); font-family: 'Vetrino', Georgia, serif; font-weight: 400; }
.facts span { font-size: .9rem; color: #666; }

/* ---------- Цены ---------- */
.price-table { width: 100%; border-collapse: collapse; margin: 8px 0 14px; font-size: 1rem; }
.price-table th, .price-table td { text-align: left; padding: 14px 16px; border-bottom: 1px solid var(--line); }
.price-table th { background: var(--sand); font-weight: 700; color: var(--forest); }
.price-table td.num { white-space: nowrap; font-weight: 700; color: var(--forest); }
.price-note { font-size: .9rem; color: #777; margin: 0 0 8px; }
.tbl-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }

/* ---------- Галерея ---------- */
.gal { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 12px; }
.gal figure { margin: 0; }
.gal img { border-radius: 12px; width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.gal figcaption { font-size: .85rem; color: #888; margin-top: 6px; }

/* ---------- Блок бронирования ---------- */
.book { background: var(--forest); color: #fff; border-radius: 18px; padding: 40px 30px; margin: 46px 0 10px; text-align: center; }
.book h2 { color: #fff; margin: 0 0 10px; }
.book p { color: #d9dfd8; max-width: 60ch; margin: 0 auto 22px; }
.book .row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.book .wh-btn { background: #fff; color: var(--forest) !important; }
.book .wh-btn.ghost { background: transparent; color: #fff !important; border: 1px solid rgba(255,255,255,.5); }

/* ---------- Локация ---------- */
.loc { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: start; }
.loc ul { margin: 0; padding-left: 1.1em; }
.loc li { margin: .4em 0; }
.loc .mapbox { border-radius: 14px; overflow: hidden; border: 1px solid var(--line); min-height: 320px; }
.loc iframe { width: 100%; height: 100%; min-height: 320px; border: 0; display: block; }
@media (max-width: 800px) { .loc { grid-template-columns: 1fr; } }

/* ---------- FAQ ---------- */
.faq2 details { border: 1px solid var(--line); border-radius: 12px; padding: 0; margin: 10px 0; background: #fff; }
.faq2 summary { cursor: pointer; padding: 16px 20px; font-weight: 700; color: var(--forest); list-style: none; }
.faq2 summary::-webkit-details-marker { display: none; }
.faq2 summary::after { content: '+'; float: right; font-weight: 400; font-size: 1.3rem; line-height: 1; color: var(--green); }
.faq2 details[open] summary::after { content: '−'; }
.faq2 .ans { padding: 0 20px 18px; color: #4a4a4a; }
.faq2 .ans p { margin: 0 0 .7em; }

/* ---------- Перелинковка ---------- */
.links { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; }
.links a { display: block; border: 1px solid var(--line); border-radius: 12px; padding: 16px 18px;
  color: var(--ink); text-decoration: none; transition: border-color .15s, background .15s; }
.links a:hover { border-color: var(--green); background: var(--sand); text-decoration: none; }
.links a b { display: block; color: var(--forest); font-weight: 700; margin-bottom: 3px; }
.links a span { font-size: .9rem; color: #777; }

/* ---------- Правила / мелочи ---------- */
.rules { background: var(--sand); border-radius: 14px; padding: 22px 26px; }
.rules ul { margin: 0; padding-left: 1.1em; }
.rules li { margin: .4em 0; font-size: .97rem; }

/* ---------- Sticky CTA на мобильных ---------- */
.sticky-cta { display: none; }
@media (max-width: 720px) {
  .sticky-cta { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
    background: rgba(255,255,255,.97); border-top: 1px solid var(--line); padding: 10px 14px;
    gap: 10px; align-items: center; box-shadow: 0 -4px 18px rgba(0,0,0,.08); }
  .sticky-cta .p { flex: 1; font-size: 13px; line-height: 1.25; color: #555; }
  .sticky-cta .p b { display: block; font-size: 15px; color: var(--forest); }
  .sticky-cta .wh-btn { padding: 11px 18px; font-size: 15px; }
  body { padding-bottom: 74px; }
}

/* ---------- Футер ---------- */
.lp-foot { border-top: 1px solid var(--line); margin-top: 46px; padding: 30px 0 40px; color: #777; font-size: .92rem; }
.lp-foot a { color: #555; }
.lp-foot .cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px; }

/* ---------- Виджет бронирования Bnovo внутри блока CTA ---------- */
.book .bnovo-wrap { background: #fff; border-radius: 12px; padding: 6px; margin: 0 auto 22px; max-width: 860px; }
.book .bnovo-wrap:empty { display: none; }
@media (max-width: 720px) { .book .bnovo-wrap { padding: 4px; } }
