/* ============================================================
   Landing pages — общие стили (используются на /vip/, /premium/,
   /podarki-rukovoditelyam/, /korporativnye-podarki-moskva/,
   /podarki-na-23-fevralya/). Главную (index.html) не трогает.
   Опирается на переменные из styles.css.
   ============================================================ */
.landing-body{background:#0a0a0a;color:#f4ecd8;font-family:'Manrope',sans-serif;line-height:1.55}

/* ---------- header ---------- */
.lhdr{
  position:sticky;top:0;z-index:50;
  background:rgba(10,10,10,.92);backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(247,196,89,.18);
}
.lhdr__row{display:flex;align-items:center;gap:32px;min-height:72px;padding:14px 0}
.lhdr__logo{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit}
.lhdr__logo img{border-radius:50%}
.lhdr__brand{display:flex;flex-direction:column;line-height:1.1}
.lhdr__brand span{font-family:'Playfair Display',serif;font-size:18px;letter-spacing:.04em;color:#f7c459;font-weight:700}
.lhdr__brand em{font-style:normal;font-size:10px;letter-spacing:.24em;text-transform:uppercase;color:rgba(244,236,216,.6);margin-top:2px}
.lhdr__nav{display:flex;gap:24px;margin-left:auto}
.lhdr__nav a{
  color:rgba(244,236,216,.78);text-decoration:none;
  font-size:12px;letter-spacing:.18em;text-transform:uppercase;font-weight:600;
  transition:color .2s ease;
}
.lhdr__nav a:hover,.lhdr__nav a[aria-current="page"]{color:#f7c459}
.lhdr__phone{color:#f4ecd8;text-decoration:none;font-weight:600;font-size:14px;white-space:nowrap}
.lhdr__phone:hover{color:#f7c459}

@media (max-width:880px){
  .lhdr__nav{display:none}
  .lhdr__row{gap:16px}
}

/* ---------- breadcrumbs ---------- */
.breadcrumbs{padding:18px 0 0;font-size:12px;letter-spacing:.06em}
.breadcrumbs a{color:rgba(244,236,216,.6);text-decoration:none;border-bottom:1px solid transparent;transition:color .2s ease,border-color .2s ease}
.breadcrumbs a:hover{color:#f7c459;border-color:rgba(247,196,89,.4)}
.breadcrumbs span:not([aria-hidden]){color:rgba(244,236,216,.85)}
.breadcrumbs [aria-hidden]{color:rgba(247,196,89,.5);margin:0 6px}

/* ---------- hero ---------- */
.lhero{padding:80px 0 56px;text-align:center}
.lhero h1{
  font-family:'Playfair Display',serif;font-weight:700;
  font-size:clamp(34px,5.2vw,64px);line-height:1.05;letter-spacing:-.01em;
  margin:0 0 24px;color:#f4ecd8;
}
.lhero h1 .accent{color:#f7c459}
.lhero__lead{
  max-width:780px;margin:0 auto 36px;
  font-size:clamp(16px,1.6vw,19px);line-height:1.6;color:rgba(244,236,216,.82);
}
.lhero__cta{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:40px}
.lhero__bullets{
  list-style:none;padding:0;margin:0;
  display:flex;flex-wrap:wrap;justify-content:center;gap:16px 28px;
  font-size:14px;color:rgba(244,236,216,.75);
}
.lhero__bullets li{
  padding:8px 18px;border:1px solid rgba(247,196,89,.22);border-radius:999px;
  background:rgba(247,196,89,.04);
}
.lhero__bullets b{color:#f7c459;font-weight:600}

/* ---------- text section ---------- */
.ltext{padding:64px 0;background:linear-gradient(180deg,#0a0a0a 0%,#100e09 100%);border-top:1px solid rgba(247,196,89,.10)}
.ltext__inner{max-width:880px;margin:0 auto}
.ltext h2{
  font-family:'Playfair Display',serif;
  font-size:clamp(26px,3.4vw,40px);line-height:1.15;margin:0 0 28px;color:#f4ecd8;
}
.ltext p{font-size:16px;line-height:1.75;margin:0 0 18px;color:rgba(244,236,216,.86)}
.ltext p b{color:#f7c459;font-weight:600}
.ltext ul{margin:0 0 18px;padding:0 0 0 22px;color:rgba(244,236,216,.85);font-size:16px;line-height:1.75}
.ltext ul li{margin-bottom:8px}
.ltext ul li b{color:#f7c459;font-weight:600}

/* ---------- sets grid ---------- */
.lsets{padding:80px 0 64px}
.lsets__grid{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));
  gap:24px;margin-top:40px;
}
.lset{
  background:#16140f;
  border:1px solid rgba(247,196,89,.20);
  border-radius:18px;overflow:hidden;
  display:flex;flex-direction:column;
  transition:border-color .25s ease, transform .25s ease;
}
.lset:hover{border-color:rgba(247,196,89,.55);transform:translateY(-2px)}
.lset__media{display:block;line-height:0;background:#0a0a0a}
.lset__media img{width:100%;height:240px;object-fit:cover;display:block}
.lset__body{padding:22px 22px 24px;display:flex;flex-direction:column;flex:1;gap:14px}
.lset__body h3{font-family:'Playfair Display',serif;font-size:22px;margin:0;color:#f4ecd8;line-height:1.2}
.lset__body p{margin:0;font-size:14px;line-height:1.6;color:rgba(244,236,216,.72);flex:1}
.lset__bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:8px;padding-top:16px;border-top:1px solid rgba(247,196,89,.12)}
.lset__price{font-family:'Playfair Display',serif;font-size:22px;color:#f7c459;font-weight:700}

/* ---------- CTA block ---------- */
.lcta{padding:80px 0;background:linear-gradient(180deg,#100e09 0%,#0a0a0a 100%);border-top:1px solid rgba(247,196,89,.10)}
.lcta__inner{max-width:760px;margin:0 auto;text-align:center}
.lcta h2{font-family:'Playfair Display',serif;font-size:clamp(26px,3.4vw,38px);margin:0 0 18px;color:#f4ecd8}
.lcta p{font-size:16px;line-height:1.7;color:rgba(244,236,216,.8);margin:0 0 28px}
.lcta__btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}

/* ---------- footer ---------- */
.lftr{padding:48px 0 24px;background:#0a0a0a;border-top:1px solid rgba(247,196,89,.12)}
.lftr__row{
  display:grid;grid-template-columns:1.2fr 1.6fr 1fr;gap:36px;
  align-items:start;padding-bottom:32px;border-bottom:1px solid rgba(247,196,89,.08);
}
.lftr__col b{font-family:'Playfair Display',serif;font-size:18px;letter-spacing:.04em;color:#f7c459;display:block;margin-bottom:10px}
.lftr__col p{font-size:13px;color:rgba(244,236,216,.6);line-height:1.6;margin:0}
.lftr__nav{display:flex;flex-direction:column;gap:8px}
.lftr__nav a{color:rgba(244,236,216,.75);text-decoration:none;font-size:13px;transition:color .2s ease}
.lftr__nav a:hover{color:#f7c459}
.lftr__cnt{display:flex;flex-direction:column;gap:10px;align-items:flex-end}
.lftr__cnt a{color:#f4ecd8;text-decoration:none;font-size:14px;font-weight:600;transition:color .2s ease}
.lftr__cnt a:hover{color:#f7c459}
.lftr__copy{padding-top:24px;font-size:11px;color:rgba(244,236,216,.45);letter-spacing:.04em}

@media (max-width:760px){
  .lhero{padding:48px 0 36px}
  .ltext{padding:48px 0}
  .lsets{padding:48px 0 32px}
  .lcta{padding:56px 0}
  .lftr__row{grid-template-columns:1fr;gap:24px;text-align:left}
  .lftr__cnt{align-items:flex-start}
  .lset__media img{height:200px}
}

.wrap{max-width:1200px;margin:0 auto;padding:0 24px}
