/* Каркас стилей под структуру как на скриншоте (темная тема + золото) */
:root{
  --bg:#07060b;
  --bg2:#0c0a12;
  --card:#14111d;
  --card2:#1a1524;
  --stroke:rgba(255,255,255,.10);
  --text:rgba(255,255,255,.92);
  --muted:rgba(255,255,255,.62);
  --gold:#d6a24a;
  --gold2:#f1c36a;
  --shadow: 0 18px 50px rgba(0,0,0,.55);
  --radius:16px;
  --radius2:20px;
  --container:1120px;
}

*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
  margin:0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background:
    radial-gradient(1200px 700px at 18% 12%, rgba(214,162,74,.18), transparent 55%),
    radial-gradient(900px 600px at 80% 30%, rgba(241,195,106,.10), transparent 60%),
    radial-gradient(1100px 700px at 50% 92%, rgba(214,162,74,.10), transparent 55%),
    linear-gradient(180deg, var(--bg) 0%, #05040a 45%, var(--bg) 100%);
  overflow-x:hidden;
}

a{ color:inherit; text-decoration:none; }
.container{
  width:min(var(--container), calc(100% - 40px));
  margin:0 auto;
}

/* Верхняя панель */
.topbar{
  position:sticky;
  top:0;
  z-index:30;
  background:linear-gradient(180deg, rgba(7,6,11,.92), rgba(7,6,11,.55));
  backdrop-filter: blur(10px);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.topbar__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 0;
  gap:16px;
}
.brand{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:200px;
}
.brand__mark{
  width:28px;
  height:28px;
  border-radius:10px;
  background:
    radial-gradient(12px 12px at 35% 35%, rgba(255,255,255,.20), transparent 55%),
    linear-gradient(135deg, rgba(214,162,74,.95), rgba(241,195,106,.55));
  box-shadow: 0 10px 25px rgba(214,162,74,.18);
  border:1px solid rgba(255,255,255,.10);
}
.brand__text{ display:flex; flex-direction:column; line-height:1.05; }
.brand__name{ min-height:14px; font-weight:700; letter-spacing:.4px; font-size:12px; opacity:.92; text-transform:uppercase; }
.brand__sub{ min-height:12px; font-size:11px; color:var(--muted); }

.nav{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
  justify-content:center;
}
.nav a{
  min-width:72px;
  min-height:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  color:rgba(255,255,255,.78);
  padding:8px 10px;
  border-radius:12px;
  transition:.2s ease;
  border:1px solid transparent;
}
.nav a:hover{
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.06);
  color:rgba(255,255,255,.92);
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  height:42px;
  padding:0 16px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  color:rgba(255,255,255,.90);
  font-weight:650;
  font-size:13px;
  cursor:pointer;
  user-select:none;
  transition:.2s ease;
  white-space:nowrap;
  min-width:140px;
}
.btn:hover{ transform:translateY(-1px); }
.btn:active{ transform:translateY(0); }
.btn--gold{
  background: linear-gradient(180deg, rgba(241,195,106,.98), rgba(214,162,74,.95));
  color:#201507;
  border-color: rgba(255,255,255,.18);
  box-shadow: 0 18px 45px rgba(214,162,74,.18);
}

/* Общие панели */
.panel{
  background:
    radial-gradient(600px 360px at 30% 20%, rgba(214,162,74,.14), transparent 60%),
    linear-gradient(180deg, rgba(20,17,29,.78), rgba(10,8,15,.66));
  border:1px solid rgba(255,255,255,.08);
  border-radius: var(--radius2);
  box-shadow: var(--shadow);
}

/* HERO */
.hero{ padding:56px 0 34px; }
.hero__grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:28px;
  align-items:stretch;
}
.hero__left{ padding:28px; }


.hero__eyebrow{ min-height:12px; width:40%; opacity:.65; }
.hero__title{ min-height:58px; margin:10px 0 0; }
.hero__subtitle{ min-height:36px; margin:14px 0 0; color:var(--muted); }

.hero__bullets{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  gap:10px;
}
.hero__bullets li{ display:flex; align-items:flex-start; gap:10px; }
.dot{
  width:10px; height:10px; border-radius:50%;
  margin-top:5px;
  background: radial-gradient(circle at 35% 35%, rgba(255,255,255,.25), rgba(214,162,74,.95));
  box-shadow: 0 10px 24px rgba(214,162,74,.15);
}
.txt{ min-height:14px; width:100%; }

.hero__cta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:20px;
}

/* Визуальный блок справа */
.visual{ height:100%; display:flex; flex-direction:column; gap:14px; }
.visual__frame{
  flex:1;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(420px 220px at 20% 30%, rgba(214,162,74,.16), transparent 60%),
    radial-gradient(380px 220px at 80% 60%, rgba(241,195,106,.10), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  min-height:260px;
}
.visual__caption{ min-height:14px; color:var(--muted); }

/* Секции */
.section{ padding:36px 0; }
.section--soft{
  background:
    radial-gradient(900px 500px at 50% 30%, rgba(214,162,74,.10), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.00));
  border-top:1px solid rgba(255,255,255,.05);
  border-bottom:1px solid rgba(255,255,255,.05);
}
.section__head{ margin-bottom:18px; }
.section__head--center{ text-align:center; }
.section__title{ min-height:36px; margin:0; }
.section__desc{ min-height:18px; margin:10px 0 0; color:var(--muted); }

/* 3 карточки */
.cards3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:16px;
}
.card{
  background: linear-gradient(180deg, rgba(26,21,36,.75), rgba(15,12,21,.65));
  border:1px solid rgba(255,255,255,.08);
  border-radius: var(--radius);
  padding:18px;
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
}
.card__icon{
  width:42px; height:42px; border-radius:14px;
  background:
    radial-gradient(14px 14px at 35% 35%, rgba(255,255,255,.22), transparent 55%),
    linear-gradient(135deg, rgba(214,162,74,.95), rgba(241,195,106,.55));
  border:1px solid rgba(255,255,255,.12);
  margin-bottom:12px;
}
.card__title{ min-height:18px; margin:0; }
.card__text{ min-height:28px; margin:10px 0 0; color:var(--muted); }

/* 4 пункта с чекбоксами */
.checks4{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:14px;
}
.check{
  display:flex;
  gap:12px;
  padding:16px;
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(26,21,36,.65), rgba(15,12,21,.55));
}
.check__mark{
  width:22px; height:22px; border-radius:7px;
  background: linear-gradient(180deg, rgba(241,195,106,.95), rgba(214,162,74,.85));
  border:1px solid rgba(255,255,255,.18);
  box-shadow: 0 16px 35px rgba(214,162,74,.12);
  position:relative;
  flex:0 0 auto;
  margin-top:2px;
}
.check__mark::after{
  content:"";
  position:absolute;
  left:6px; top:6px;
  width:9px; height:5px;
  border-left:2px solid rgba(32,21,7,.9);
  border-bottom:2px solid rgba(32,21,7,.9);
  transform:rotate(-45deg);
}
.check__title{ min-height:16px; font-weight:700; }
.check__text{ min-height:14px; color:var(--muted); margin-top:6px; }

/* Программа (4 карточки) */
.program4{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:14px;
  margin-top:14px;
}
.pitem{
  background: linear-gradient(180deg, rgba(26,21,36,.75), rgba(15,12,21,.65));
  border:1px solid rgba(255,255,255,.08);
  border-radius: var(--radius);
  padding:18px;
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
}
.pitem__head{ display:flex; align-items:center; gap:10px; }
.pitem__badge{
  width:18px; height:18px; border-radius:6px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(214,162,74,.20);
  box-shadow: 0 10px 25px rgba(214,162,74,.10);
}
.pitem__title{ min-height:18px; margin:0; }
.pitem__text{ min-height:28px; margin:10px 0 0; color:var(--muted); }

.section__cta{ display:flex; justify-content:center; margin-top:18px; }

/* FAQ */
.faq{
  display:grid;
  gap:12px;
}
.faq__item{
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(26,21,36,.65), rgba(15,12,21,.55));
  overflow:hidden;
}
.faq__q{
  cursor:pointer;
  padding:16px 16px;
  list-style:none;
  font-weight:750;
  position:relative;
  min-height:18px;
}
.faq__q::-webkit-details-marker{ display:none; }
.faq__q::after{
  content:"+";
  position:absolute;
  right:16px;
  top:50%;
  transform:translateY(-50%);
  color:rgba(241,195,106,.95);
  font-weight:900;
}
details[open] .faq__q::after{ content:"–"; }
.faq__a{
  padding:0 16px 16px;
  color:var(--muted);
  min-height:18px;
}

/* Footer */
.footer{
  padding:28px 0 46px;
  border-top:1px solid rgba(255,255,255,.06);
  background:linear-gradient(180deg, rgba(0,0,0,0), rgba(255,255,255,.02));
}
.footer__inner{
  display:grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap:16px;
}
.footer__title{ min-height:14px; font-weight:800; }
.footer__text{ min-height:14px; margin-top:10px; color:var(--muted); }
.footer__links{ display:grid; gap:10px; margin-top:10px; }
.footer__links a{
  min-height:14px;
  padding:8px 10px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.02);
}

/* Адаптив */
@media (max-width: 980px){
  .hero__grid{ grid-template-columns: 1fr; }
  .cards3{ grid-template-columns: 1fr; }
  .checks4{ grid-template-columns: 1fr; }
  .program4{ grid-template-columns: 1fr; }
  .footer__inner{ grid-template-columns: 1fr; }
  .nav{ display:none; }
}
/* TRUST (как на скрине: 2x2 большие карточки) */
.trust{
  padding: 42px 0;
}

.trust__head{
  text-align:center;
  margin-bottom: 18px;
}

.trust__title{
  margin:0;
  font-weight: 900;
  font-size: clamp(26px, 3.2vw, 44px);
  letter-spacing: .2px;
}

.trust__grid{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 10px;
}

.trustcard{
  border-radius: 22px;
  padding: 28px 26px;
  border: 1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(600px 260px at 15% 25%, rgba(214,162,74,.10), transparent 55%),
    linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  box-shadow: 0 18px 50px rgba(0,0,0,.55);
}

.trustcard__top{
  display:flex;
  align-items:center;
  gap: 14px;
}

.trustcard__dot{
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: rgba(214,162,74,.14);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 10px 28px rgba(0,0,0,.35);
  flex: 0 0 auto;
}

.trustcard__h{
  margin:0;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: .1px;
}

.trustcard__p{
  margin: 14px 0 0;
  font-size: 20px;
  line-height: 1.45;
  color: rgba(255,255,255,.72);
}

/* адаптив как на лендингах */
@media (max-width: 980px){
  .trust__grid{ grid-template-columns: 1fr; }
  .trustcard__h{ font-size: 22px; }
  .trustcard__p{ font-size: 16px; }
}

/* BENEFITS (в стиле блока со скрина: 2x2 большие карточки) */
.benefits{
  padding: 42px 0;
}

.benefits__head{
  text-align:center;
  margin-bottom: 18px;
}

.benefits__title{
  margin:0;
  font-weight: 900;
  font-size: clamp(26px, 3.2vw, 44px);
  letter-spacing: .2px;
}

.benefits__grid{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 10px;
}

.benefcard{
  border-radius: 22px;
  padding: 28px 26px;
  border: 1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(600px 260px at 15% 25%, rgba(214,162,74,.10), transparent 55%),
    linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  box-shadow: 0 18px 50px rgba(0,0,0,.55);
}

.benefcard__top{
  display:flex;
  align-items:center;
  gap: 14px;
}

.benefcard__dot{
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: rgba(214,162,74,.14);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 10px 28px rgba(0,0,0,.35);
  flex: 0 0 auto;
}

.benefcard__h{
  margin:0;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: .1px;
}

.benefcard__list{
  margin: 14px 0 0;
  padding-left: 20px;
  color: rgba(255,255,255,.72);
  font-size: 20px;
  line-height: 1.45;
}

.benefcard__list li{
  margin: 8px 0;
}

.benefcard__p{
  margin: 14px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 20px;
  line-height: 1.45;
}

.benefits__cta{
  display:flex;
  justify-content:center;
  margin-top: 22px;
}

/* адаптив */
@media (max-width: 980px){
  .benefits__grid{ grid-template-columns: 1fr; }
  .benefcard__h{ font-size: 22px; }
  .benefcard__list{ font-size: 16px; }
  .benefcard__p{ font-size: 16px; }
}
/* чтобы картинка всегда оставалась внутри рамки */
.visual__frame{
  position: relative;
  overflow: hidden;
}

.visual__frame img{
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;      /* заполняет рамку без искажений */
  object-position: center;
}


 .cookie{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 18px;
    z-index: 9999;
    display: flex;
    justify-content: center;
    padding: 0 14px;
  }

  .cookie__card{
    width: min(980px, 100%);
    border-radius: 22px;
    padding: 18px 18px;
    border: 1px solid rgba(255,255,255,.08);
    background:
      radial-gradient(600px 260px at 15% 25%, rgba(214,162,74,.10), transparent 55%),
      linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
    box-shadow: 0 18px 50px rgba(0,0,0,.65);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
  }

  .cookie__text{
    color: rgba(255,255,255,.78);
    font-size: 14px;
    line-height: 1.45;
  }

  .cookie__actions{
    display: flex;
    gap: 10px;
    flex: 0 0 auto;
  }

  .cookie__btn{
    height: 40px;
    min-width: 120px;
  }

  @media (max-width: 720px){
    .cookie__card{
      flex-direction: column;
      align-items: stretch;
    }
    .cookie__actions{
      width: 100%;
    }
    .cookie__btn{
      width: 100%;
    }
  }
  /* ===== Modal ===== */
.modal{
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 18px;
}

.modal__backdrop{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.62);
  backdrop-filter: blur(8px);
}

.modal__dialog{
  position: relative;
  width: min(560px, 100%);
  border-radius: 22px;
  padding: 22px 20px 18px;
  border: 1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(700px 300px at 15% 20%, rgba(214,162,74,.14), transparent 55%),
    linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  box-shadow: 0 18px 60px rgba(0,0,0,.70);
}

.modal__close{
  position: absolute;
  right: 12px;
  top: 10px;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.86);
  font-size: 22px;
  cursor: pointer;
}

.modal__title{
  margin: 0 42px 14px 0;
  font-weight: 900;
  font-size: 26px;
  letter-spacing: .2px;
}

.modal__form{
  display: grid;
  gap: 12px;
}

.field{
  display: grid;
  gap: 6px;
}

.field__label{
  font-size: 12px;
  color: rgba(255,255,255,.75);
}

.field__input{
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  color: rgba(255,255,255,.92);
  padding: 0 12px;
  outline: none;
}

.field__input:focus{
  border-color: rgba(241,195,106,.45);
  box-shadow: 0 0 0 3px rgba(214,162,74,.12);
}

.field__error{
  min-height: 16px;
  font-size: 12px;
  color: rgba(255,120,120,.95);
}

.field--invalid .field__input{
  border-color: rgba(255,120,120,.55);
  box-shadow: 0 0 0 3px rgba(255,120,120,.10);
}

.modal__submit{
  margin-top: 6px;
  width: 100%;
}

/* intl-tel-input: чтобы выглядело как твои инпуты */
.iti{
  width: 100%;
}
.iti__selected-country{
  border-radius: 14px 0 0 14px;
}
.iti input{
  width: 100%;
}

/* ===== Toast ===== */
.toast{
  position: fixed;
  left: 0;
  right: 0;
  top: 18px;
  z-index: 10001;
  display: flex;
  justify-content: center;
  padding: 0 14px;
}

.toast__card{
  width: min(900px, 100%);
  border-radius: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(700px 260px at 20% 25%, rgba(214,162,74,.14), transparent 55%),
    linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  box-shadow: 0 18px 60px rgba(0,0,0,.70);
  color: rgba(255,255,255,.88);
  font-size: 14px;
  line-height: 1.35;
}

.modal[hidden]{ display:none !important; }
.toast[hidden]{ display:none !important; }
#toastText:empty{ display:none; }

/* ===== SUCCESS POPUP ===== */

.success{
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: grid;
  place-items: center;
}

.success__overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.75);
  backdrop-filter: blur(6px);
}

.success__box{
  position: relative;
  z-index: 2;
  width: min(420px, 92%);
  padding: 30px 26px;
  border-radius: 26px;
  text-align: center;
  border: 1px solid rgba(255,255,255,.12);

  background:
    radial-gradient(600px 260px at 30% 20%, rgba(214,162,74,.18), transparent 55%),
    linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.02));

  box-shadow: 0 25px 80px rgba(0,0,0,.85);
}

.success__icon{
  width: 64px;
  height: 64px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: rgba(214,162,74,.2);
  color: #f1c36a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 900;
}

.success__title{
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 8px;
}

.success__text{
  font-size: 16px;
  line-height: 1.45;
  color: rgba(255,255,255,.8);
}

.success[hidden]{ display:none !important; }

.success{
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
}

.success[hidden]{
  display: none !important;
}