/* HORIZONTAL.CSS — стили только страницы full14.html.
   Шапка, меню, кнопки, форма и footer берутся из proflist.css. */

.h-page{background:#f6f8fa;color:var(--text,#132235)}
.h-label{display:inline-flex;width:max-content;max-width:100%;margin-bottom:14px;padding:8px 13px;border-radius:999px;background:rgba(245,173,79,.16);color:var(--gold2,#f5ad4f);font-size:11px;font-weight:900;line-height:1;letter-spacing:.09em;text-transform:uppercase}
.h-label--light{background:#fff3df;color:#9b5f1f}

.h-section-head{max-width:820px;margin:0 0 34px}
.h-section-head--center{max-width:860px;margin:0 auto 38px;text-align:center}
.h-section-head h2{margin:0 0 16px;color:var(--text,#132235);font-size:clamp(32px,4vw,48px);line-height:1.08;letter-spacing:-.035em}
.section-dark .h-section-head h2,.section-dark h2{color:#fff}
.h-section-head p{max-width:720px;margin:0 auto;color:var(--muted,#657382);font-size:17px;line-height:1.65}
.section-dark .h-section-head p,.section-dark p{color:rgba(255,255,255,.78)}

.h-hero{position:relative;min-height:640px;overflow:hidden;background:#071523;color:#fff}
.h-hero__bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,21,35,.96),rgba(7,21,35,.80) 46%,rgba(7,21,35,.44)),url("../img/фото1.jpg") center right/cover no-repeat}
.h-hero__grid{position:relative;z-index:2;min-height:640px;display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:48px;align-items:center;padding-top:70px;padding-bottom:70px}
.h-hero h1{max-width:850px;margin:0 0 22px;color:#fff;font-size:clamp(42px,5vw,68px);line-height:1.02;letter-spacing:-.05em}
.h-hero p{max-width:720px;margin:0 0 30px;color:rgba(255,255,255,.9);font-size:19px;line-height:1.6}
.h-hero__actions{display:flex;flex-wrap:wrap;gap:14px}
.h-hero__panel{display:grid;gap:14px;padding:24px;border-radius:26px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16);box-shadow:0 24px 70px rgba(0,0,0,.22);backdrop-filter:blur(12px)}
.h-hero__panel div{display:grid;grid-template-columns:52px 1fr;gap:14px;align-items:center;padding:16px;border-radius:18px;background:rgba(255,255,255,.08)}
.h-hero__panel b{color:var(--gold2,#f5ad4f);font-size:26px;line-height:1}
.h-hero__panel span{color:#fff;font-weight:800;line-height:1.35}

.h-intro{background:#fff}
.h-intro__grid,.h-specs__grid,.h-gates__grid,.h-calc__grid{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}
.h-intro h2,.h-specs h2,.h-gates h2{margin:0 0 18px;color:var(--text,#132235);font-size:clamp(32px,4vw,48px);line-height:1.08;letter-spacing:-.035em}
.h-intro p,.h-specs p,.h-gates p{color:var(--muted,#657382);font-size:17px;line-height:1.65}
.h-intro__card,.h-gates__photo{overflow:hidden;border-radius:26px;background:#071523;box-shadow:0 18px 48px rgba(7,21,35,.12)}
.h-intro__card img,.h-gates__photo img{display:block;width:100%;height:430px;object-fit:cover}

.h-types__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.h-type-card{overflow:hidden;border-radius:24px;background:#fff;border:1px solid var(--line,#e7ebef);box-shadow:0 18px 48px rgba(0,0,0,.16)}
.h-type-card img{display:block;width:100%;height:250px;object-fit:cover}
.h-type-card div{padding:24px}
.h-type-card span{display:inline-flex;margin-bottom:12px;padding:7px 11px;border-radius:999px;background:#fff3df;color:#9b5f1f;font-size:11px;font-weight:900;text-transform:uppercase}
.h-type-card h3{margin:0 0 12px;color:var(--text,#132235);font-size:25px;line-height:1.12}
.h-type-card p{color:var(--muted,#657382)}
.h-type-card ul{margin:0;padding:0;list-style:none}
.h-type-card li{position:relative;margin:8px 0;padding-left:22px;color:var(--muted,#657382);font-weight:800}
.h-type-card li:before{content:"✓";position:absolute;left:0;color:#9b5f1f}

.h-specs{background:#fff}
.h-specs__list{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.h-specs__list article{padding:20px;border-radius:20px;background:#f7f9fb;border:1px solid var(--line,#e7ebef)}
.h-specs__list b,.h-specs__list span{display:block}
.h-specs__list b{margin-bottom:8px;color:#9b5f1f;font-size:20px}
.h-specs__list span{color:var(--muted,#657382);font-weight:800;line-height:1.45}

.h-benefits__grid,.h-process__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.h-benefits__grid article{padding:24px;border-radius:22px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14)}
.h-benefits__grid b{display:inline-flex;width:46px;height:46px;align-items:center;justify-content:center;margin-bottom:16px;border-radius:14px;background:rgba(245,173,79,.16);color:var(--gold2,#f5ad4f);font-weight:900}
.h-benefits__grid h3{margin:0 0 10px;color:#fff;font-size:22px;line-height:1.18}
.h-benefits__grid p{margin:0;color:rgba(255,255,255,.75);line-height:1.55}

.h-gates,.h-process{background:#fff}
.h-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.h-tags span{padding:11px 14px;border-radius:999px;background:#f7f9fb;border:1px solid var(--line,#e7ebef);color:var(--text,#132235);font-weight:800}

.h-process__grid{grid-template-columns:repeat(5,1fr)}
.h-process__grid article{padding:22px;border-radius:20px;background:#f7f9fb;border:1px solid var(--line,#e7ebef);box-shadow:0 14px 34px rgba(7,21,35,.08)}
.h-process__grid b{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;margin-bottom:14px;border-radius:14px;background:#fff3df;color:#9b5f1f;font-weight:900}
.h-process__grid h3{margin:0 0 8px;color:var(--text,#132235);font-size:20px}
.h-process__grid p{margin:0;color:var(--muted,#657382);font-size:14px;line-height:1.45}

.h-calc p{color:rgba(255,255,255,.78)}
.h-reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}
.h-reveal.is-visible{opacity:1;transform:translateY(0)}

@media(max-width:1100px){
  .h-hero__grid,.h-intro__grid,.h-specs__grid,.h-gates__grid,.h-calc__grid{grid-template-columns:1fr}
  .h-types__grid{grid-template-columns:1fr}
  .h-benefits__grid{grid-template-columns:repeat(2,1fr)}
  .h-process__grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:760px){
  .h-hero,.h-hero__grid{min-height:auto}
  .h-hero__grid{padding-top:54px;padding-bottom:54px}
  .h-hero h1{font-size:38px}
  .h-hero p{font-size:16px}
  .h-hero__panel div{grid-template-columns:42px 1fr}
  .h-specs__list,.h-benefits__grid,.h-process__grid{grid-template-columns:1fr}
  .h-intro__card img,.h-gates__photo img{height:320px}
}
