/**
 * ПИНА ХОЛОД — общие стили посадочных страниц (доставка, подарок, рассрочка, услуги, регионы)
 * Подключается после инлайн-стилей страницы + site.css
 */

/* ── Футер как на главной (полная сетка) ── */
.footer-full { background: var(--black, #0f172a); color: rgba(255,255,255,.6); padding: 56px 0 28px; }
.footer-full .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 40px; margin-bottom: 48px; }
.footer-full .footer-logo { filter: brightness(0) invert(1); height: 38px; width: auto; margin-bottom: 14px; }
.footer-full .footer-about { font-size: 14px; color: rgba(255,255,255,.45); line-height: 1.7; margin-bottom: 18px; }
.footer-full .footer-social { display: flex; gap: 10px; }
.footer-full .footer-social a {
  width: 34px; height: 34px; background: rgba(255,255,255,.08); border-radius: 8px;
  display: flex; align-items: center; justify-content: center; transition: all .2s; color: rgba(255,255,255,.6);
}
.footer-full .footer-social a:hover { background: #1d6d8a; color: #fff; }
.footer-full .footer-col h4 {
  font-size: 12px; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: .8px; margin-bottom: 14px;
}
.footer-full .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 9px; margin: 0; padding: 0; }
.footer-full .footer-col a { font-size: 14px; color: rgba(255,255,255,.5); transition: color .2s; text-decoration: none; }
.footer-full .footer-col a:hover { color: #fff; }
.footer-full .footer-phone { font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.footer-full .footer-phone a { color: inherit; }
.footer-full .footer-regions { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
.footer-full .region-link {
  font-size: 13px; color: rgba(255,255,255,.5); background: rgba(255,255,255,.06);
  padding: 4px 12px; border-radius: 100px; transition: all .2s; text-decoration: none;
}
.footer-full .region-link:hover { color: #fff; background: #1d6d8a; }
.footer-full .region-link.is-current { background: #1d6d8a; color: #fff; }
.footer-full .footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08); padding-top: 22px;
  display: flex; align-items: center; justify-content: space-between; font-size: 13px; flex-wrap: wrap; gap: 8px;
}

@media (max-width: 1024px) {
  .footer-full .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .footer-full .footer-grid { grid-template-columns: 1fr; }
  .footer-full .footer-bottom { flex-direction: column; text-align: center; justify-content: center; }
}

/* ── Посадочные блоки ── */
.land-main { padding: 0 0 56px; background: #f8fafc; }
.land-section { padding: 40px 0; }
.land-section--alt { background: #fff; }
.land-h2 { font-size: clamp(20px, 2.5vw, 26px); font-weight: 800; color: #0f172a; margin-bottom: 12px; line-height: 1.25; }
.land-lead { font-size: 16px; color: #64748b; line-height: 1.65; max-width: 720px; margin-bottom: 20px; }

.land-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
@media (max-width: 900px) { .land-grid-2 { grid-template-columns: 1fr; } }

.land-card {
  background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 24px;
  box-shadow: 0 4px 24px rgba(29,109,138,.08);
}
.land-card h3 { font-size: 17px; font-weight: 800; color: #0f172a; margin-bottom: 12px; }
.land-card p, .land-card li { font-size: 14px; line-height: 1.65; color: #1e293b; }
.land-card ul { margin: 10px 0 0 1.15em; padding: 0; }
.land-card li { margin-bottom: 6px; }

.land-highlight {
  border-left: 4px solid #1d6d8a; padding: 14px 18px; background: #e8f4f8; border-radius: 0 10px 10px 0;
  font-size: 15px; color: #1e293b; line-height: 1.55; margin: 16px 0;
}
.land-highlight strong { color: #154e64; }

.land-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 16px 0; }
.land-table { width: 100%; border-collapse: collapse; font-size: 14px; min-width: 280px; }
.land-table th, .land-table td { padding: 12px 14px; border: 1px solid #e2e8f0; text-align: left; }
.land-table th { background: #f8fafc; font-weight: 700; color: #0f172a; }
.land-table td { color: #1e293b; }

/* CTA: телефон + Telegram */
.land-cta-bar {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px;
  padding: 22px 20px; background: linear-gradient(135deg, #154e64 0%, #1d6d8a 100%); border-radius: 14px; margin: 28px 0;
}
.land-cta-bar .btn-tg {
  display: inline-flex; align-items: center; gap: 8px; padding: 12px 20px; border-radius: 10px;
  background: #229ed9; color: #fff !important; font-weight: 700; font-size: 15px; text-decoration: none;
  transition: filter .2s, transform .2s;
}
.land-cta-bar .btn-tg:hover { filter: brightness(1.08); transform: translateY(-1px); color: #fff !important; }
.land-cta-phone { font-size: clamp(18px, 2.5vw, 22px); font-weight: 800; color: #fff; }
.land-cta-phone a { color: inherit; text-decoration: none; }
.land-cta-phone a:hover { text-decoration: underline; }

/* Форма посадочной */
.land-form { background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 28px; box-shadow: 0 4px 24px rgba(29,109,138,.1); max-width: 520px; margin: 0 auto; }
.land-form .f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 560px) { .land-form .f-row { grid-template-columns: 1fr; } }
.land-form .f-group { margin-bottom: 14px; }
.land-form label { display: block; font-size: 13px; font-weight: 600; color: #0f172a; margin-bottom: 5px; }
.land-form input, .land-form select, .land-form textarea {
  width: 100%; padding: 10px 14px; border: 1.5px solid #e2e8f0; border-radius: 8px; font: 14px 'Inter', sans-serif; color: #1e293b;
}
.land-form input:focus, .land-form select:focus, .land-form textarea:focus { outline: none; border-color: #1d6d8a; }
.land-form .f-hint { font-size: 12px; color: #64748b; margin-top: 6px; }

/* Рассрочка: партнёры */
.partner-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 16px; margin-top: 20px; }
.partner-card {
  background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 18px; text-align: center;
  transition: box-shadow .2s, border-color .2s;
}
.partner-card:hover { border-color: #1d6d8a; box-shadow: 0 4px 20px rgba(29,109,138,.12); }
.partner-card .p-name { font-weight: 800; font-size: 15px; color: #0f172a; margin-bottom: 6px; }
.partner-card .p-desc { font-size: 13px; color: #64748b; line-height: 1.45; }

/* Услуги: якорное меню */
.svc-toc { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 32px; padding: 0; list-style: none; }
.svc-toc a {
  display: inline-block; padding: 8px 14px; border-radius: 100px; background: #fff; border: 1px solid #e2e8f0;
  font-size: 13px; font-weight: 600; color: #1d6d8a; text-decoration: none; transition: all .2s;
}
.svc-toc a:hover { background: #e8f4f8; border-color: #1d6d8a; }

.svc-detail { scroll-margin-top: 100px; padding: 36px 0; border-bottom: 1px solid #e2e8f0; }
.svc-detail:last-child { border-bottom: none; }
.svc-detail h2 { font-size: 22px; font-weight: 800; color: #0f172a; margin-bottom: 14px; }
.svc-detail .svc-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 16px; }
@media (max-width: 768px) { .svc-detail .svc-detail-grid { grid-template-columns: 1fr; } }

/* Регион: компактный hero */
.region-hero-badge { display: inline-block; font-size: 12px; font-weight: 700; color: #1d6d8a; background: #e8f4f8; padding: 5px 12px; border-radius: 100px; margin-bottom: 12px; }

/* Блок «как на главной» — упрощённые карточки */
.hl-svc-wrap { padding: 48px 0; background: #f8fafc; }
.hl-svc-head { text-align: center; margin-bottom: 28px; }
.hl-svc-head h2 { font-size: clamp(22px, 3vw, 28px); font-weight: 800; color: #0f172a; margin-bottom: 8px; }
.hl-svc-head p { color: #64748b; font-size: 15px; }
.hl-svc-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 16px; }
@media (max-width: 900px) { .hl-svc-row { grid-template-columns: 1fr; } }
.hl-svc-big {
  display: block; padding: 24px; border-radius: 16px; text-decoration: none; color: #fff !important;
  background: linear-gradient(135deg, #154e64 0%, #1d6d8a 100%); min-height: 160px;
  transition: transform .2s, box-shadow .2s;
}
.hl-svc-big:nth-child(2) { background: linear-gradient(135deg, #2589aa 0%, #3aa0c4 100%); }
.hl-svc-big:nth-child(3) { background: linear-gradient(135deg, #0f3d52 0%, #154e64 100%); }
.hl-svc-big:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(29,109,138,.25); color: #fff !important; }
.hl-svc-big .emoji { font-size: 32px; margin-bottom: 8px; }
.hl-svc-big .t { font-size: 18px; font-weight: 800; margin-bottom: 8px; }
.hl-svc-big .d { font-size: 14px; opacity: .9; line-height: 1.5; }
.hl-svc-small-row { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 12px; }
.hl-svc-sm {
  background: #fff; border: 1.5px solid #e2e8f0; border-radius: 12px; padding: 16px 12px; text-align: center; text-decoration: none; color: #1e293b !important;
  transition: border-color .2s, box-shadow .2s; font-size: 13px; font-weight: 600;
}
.hl-svc-sm:hover { border-color: #1d6d8a; box-shadow: 0 4px 16px rgba(29,109,138,.12); color: #1d6d8a !important; }
.hl-svc-sm span { display: block; font-size: 22px; margin-bottom: 6px; }
