/* ===== Ð‘Ð°Ð·Ð¾Ð²Ñ‹Ðµ Ð¿ÐµÑ€ÐµÐ¼ÐµÐ½Ð½Ñ‹Ðµ Ð¸ Ñ€ÐµÑÐµÑ‚ ===== */
:root {
  --bg: none;               /* Ð´Ð»Ñ ÑÐµÐºÑ†Ð¸Ð¹ Ñ Ñ„Ð¾Ð½Ð¾Ð¼ */
  --c-bg: #000002;
  --c-elev: #14161b;
  --c-card: #000002;
  --c-text: #FEA712;
  --c-muted: #FEA712;
  --c-primary: #ffa62e;
  --c-accent: #fea712;
  --c-accent-green: #02A639;
  --c-line: #262b35;
  --c-font-title: 'DIN Pro Cond', sans-serif;

  --radius: 14px;
  --shadow: 0 8px 30px rgba(0,0,0,.35);
  --container: 1120px;
}

@font-face {
    font-family: 'DIN Pro Cond';
    src: url('fonts/DINPro-CondensedRegular.woff2') format('woff2'),
        url('fonts/DINPro-CondensedRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Pro Cond';
    src: url('fonts/DINPro-CondensedBold.woff2') format('woff2'),
        url('fonts/DINPro-CondensedBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



* { box-sizing: border-box; }
html,body { height: 100%; }
body {
  margin: 0;
  font: 20px/1.6 system-ui, -apple-system, "Segoe UI", Roboto, Inter, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  color: var(--c-text);
  background: var(--c-bg);
}

/* =====  ===== */
.container { width: min(100% - 32px, var(--container)); margin-inline: auto; }
.section {padding: clamp(36px, 4vw, 86px) 0;background-image: var(--bg);background-position: top center;background-size: cover;}
.section-title {font-size: clamp(28px, 4vw, 40px);margin: 0 0 16px;font-size: 48px;text-align: center;/* font-weight: normal; */line-height: 1.1;font-family: var(--c-font-title);}
.section-subtitle {text-align: center; margin-bottom: 20px;}
.lead { color: var(--c-muted); margin: 0 0 20px; }
.visually-hidden { position: absolute; clip: rect(0,0,0,0); width: 1px; height: 1px; overflow: hidden; }

/* =====  ===== */
.btn { display:inline-flex; align-items:center; justify-content:center; gap:.6rem;
  padding:12px 18px; border-radius: var(--radius); text-decoration:none; font-weight:600; border:1px solid transparent;
  transition: .2s ease; }

.btn_primary{border: 2px solid var(--c-accent);color: var(--c-accent);font-family: var(--c-font-title);font-size: 34px;min-width: 300px;/* margin: 0px auto; */}
.btn_primary:hover{ filter: brightness(1.07); transform: translateY(-1px); }
.btn_outline{ border-color: var(--c-line); color: var(--c-text); }
.btn_outline:hover{ background: #1b1f27; }

/* =====  ===== */
.header {position: fixed;top:0;z-index: 50;background: rgba(14,15,18,.7);backdrop-filter: blur(8px);border-bottom:1px solid var(--c-line);width: 100%;}
.header__inner { display:flex; align-items:center; justify-content:space-between; padding: 10px 0; }
.logo {font-weight:800;letter-spacing:.3px;color:var(--c-text);text-decoration:none;margin: 0px;margin-bottom: -10px;}
.logo img {
  max-height: 40px;
  margin:0PX;
  margin-bottom: 8px;
}
.nav { position: relative; }
.nav__toggle{display:none;background:none;border:0;width:44px;height:40px;cursor:pointer;color: var(--c-accent);}
.nav__bar{display:block;height:2px;background: var(--c-accent);margin:6px 0;width:24px;}
.nav__list{ display:flex; gap:22px; list-style:none; margin:0; padding:0; }
.nav__link{ color:var(--c-muted); text-decoration:none; }
.nav__link:hover{ color:#fff; }
@media (max-width: 860px){
  .nav__toggle{ display:block; }
  .nav__list{ position:absolute; right:0; top:52px; flex-direction:column; background:#0f1116; padding:12px; border:1px solid var(--c-line);
    border-radius: var(--radius); width:220px; display:none; box-shadow:var(--shadow);}
  .nav__list_open{ display:flex; }
}


 .faq-container {width: 100%;margin: 20px auto;font-family: Arial, sans-serif;}

        .faq-item {
            margin-bottom: 10px;
            border-radius: var(--radius);
            overflow: hidden;
            background-color: #1a1a1a;
        }

        .faq-question {
            padding: 20px;
            cursor: pointer;
            position: relative;
            color: #FEA712;
            font-size: 18px;
            border: 1px solid rgba(254, 167, 18, 0.3);
            border-radius: var(--radius);
            background-color: rgba(254, 167, 18, 0.05);
        }

        .faq-answer {
            display: none;
            padding: 20px;
            color: #FEA712;
            border: 1px solid rgba(254, 167, 18, 0.3);
            border-top: none;
            border-radius: 0 0 8px 8px;
        }

        .faq-question:after {
            content: '▽';
            position: absolute;
            right: 20px;
            transition: transform 0.3s ease;
        }

        .faq-question.active:after {
            transform: rotate(180deg);
        }

        .faq-question:hover {
            background-color: rgba(254, 167, 18, 0.1);
        }


/* ===== Hero ===== */
.hero{position:relative;height: 1414px;}
.hero::before{ content:""; position:absolute; inset:0; background: radial-gradient(ellipse at 50% 30%, rgba(255,166,46,.18), transparent 60%); pointer-events:none; }
.hero__inner{ text-align:center; }
.hero__title{ font-size: clamp(34px, 6vw, 64px); letter-spacing:.5px; margin:0 0 6px; font-family: var(--c-font-title); }
.hero__subtitle{color:var(--c-accent);margin:0 0 -10px;font-weight: 700;font-size: 54px;line-height: 1;margin-bottom: 18px;text-align: center;font-family: var(--c-font-title);}

.hero__subtitle2 {color:var(--c-accent);margin:0 0 20px;font-weight: normal;font-size: 24px;text-align: center;font-family: var(--c-font-title);}


.hero__cta{
    margin-bottom: 26px;
    border: 4px solid #ff981d;
    border-radius: var(--radius);
    max-width: 455px;
    width: 100%;
    line-height: 1;
    height: 74px;
    background: rgba(241, 53, 53, 0.25);
    font-family: var(--c-font-title);
    font-size: 27px;
    color: #ff981d;
}
.hero__grid{ list-style:none; padding:0; margin: 22px auto 0; max-width: 860px; position: relative; flex-wrap:wrap; gap:10px; justify-content:center; padding-top:20px; }

.hero__pill {
  position: absolute;
}

.hero__pill1 {
  top: 10px;
  left: 88px;
}

.hero__pill2 {
  top:10px;
  right: 40px;
}

.hero__pill3 {
  top:70px;
  left: 270px;
}


.hero__pill4 {
  top: 140px;
  left: 0px;
}

.hero__pill5 {
  top:110px;
  right: 0px;
}

.hero__pill6 {
  top: 440px;
  left: 0px;
}

.hero__pill7 {
  top:410px;
  right: 0px;
}


.hero__pill{padding:8px 12px;color: var(--c-accent);max-width: 300px;font-size: 20px;line-height: 1;}
.hero__title--image  {
  max-width: 625px;
  margin: 0px auto;
  margin-bottom: 260px;
  margin-top: 50px;
}
.hero__title--image img  {
  width: 100%;
}

h2 {
  font-family: var(--c-font-title);
  color: var(--c-accent);
}


/* ===== Qimen block ===== */
.qimen { padding: clamp(32px, 6vw, 80px) 0; }
.qimen__inner { display: flex; flex-direction: column; gap: 28px; }

.qimen__head { text-align: center; }
.qimen__subtitle { margin: 6px 0 0; color: #9fd3ff; letter-spacing: .3px; }

.qimen__head h2 span {
    font-weight: normal;
}
.qimen__head h2 {
    font-weight: 700;
    /* font-size: 38px; */
    line-height: 117%;
    text-align: center;
    color: #fea712;
    font-family: var(--c-font-title);
}

/* Feature cards (flex) */
.qimen__feature {
  display: flex;
  gap: 22px;
  align-items: center;
/*  background: #13161c;*/
/*  border: 1px solid #262b35;*/
  border-radius: var(--radius);
  padding: 16px;
}

.qimen__feature--left { flex-direction: row; }
.qimen__feature--right { flex-direction: row-reverse; }

.feature__img {
  width: min(54%, 540px);
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 14px 40px rgba(0,0,0,.35);
}
.feature__content {flex: 1 1 45%;text-align: center;}
.feature__meta { margin: 4px 0 10px; color: #9aa0a9;      margin-bottom: 20px !important; }
.feature__text { margin: 0; color: #cfd4db;     }

.qimen__feature--orange .feature__meta {
  color: #FF906D;
}
.qimen__feature--orange .feature__text,
.qimen__feature--orange .feature__list {
  color: #FC9031;
}

.qimen__feature--green .feature__meta {
  color: #00B43E;
}
.qimen__feature--green .feature__text,
.qimen__feature--green .feature__list {
  color: #00BB40;
}


.feature__list { margin: 0; padding-left: 18px; }
.feature__list .list__item { margin: 4px 0;  }

/* ===== Glow near headings ===== */
.feature__title {
  position: relative;
  margin: 0 0 6px;
  font-size: clamp(22px, 3.4vw, 34px);
  line-height: 1.2;
  font-family: var(--c-font-title);
}

.feature__title {
    margin: 4px 0 6px;
    color: var(--c-accent);
    text-transform: uppercase;
    font-size: 46px;
    background: linear-gradient(116deg, #fd6231 0%, #ca792e 26.5%, #fd9331 51.5%, #d38812 74%, #973a1d 99.5%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.qimen__feature--green  .feature__title {
  color: #00BB40;
  background: linear-gradient(114deg, #00bb40 0%, #00822c 24%, #00822c 50.5%, #00bb40 76.5%, #00551d 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-shadow: 0 4px 100px 0 rgba(1, 201, 33, 0.7);
}


.feature__title_glow::before {

  content: "";
  position: absolute;
  inset: -14px -18px -10px -18px;
  border-radius: var(--radius);
  filter: blur(16px);
  opacity: .45;
  z-index: -1;
}
.feature__title_glow--orange { color: #ff9c63; text-shadow: 0 0 14px rgba(255,156,99,.35); }
.feature__title_glow--orange::before { background: radial-gradient(60% 60% at 30% 50%, rgba(255,157,72,.35), rgba(255,103,31,.08) 70%, transparent 100%); }

.feature__title_glow--green { color: #6dffa6; text-shadow: 0 0 14px rgba(109,255,166,.35); }
.feature__title_glow--green::before { background: radial-gradient(60% 60% at 30% 50%, rgba(66,255,171,.32), rgba(22,133,94,.1) 70%, transparent 100%); }






/* ===== Responsive ===== */
/*@media (max-width: 980px) {
  .qimen__feature--bird,
  .qimen__feature--dragon { flex-direction: column; }
  .feature__img { width: 100%; }
}*/



/* ===== About ===== */
.about__inner{ display:flex; gap:32px; align-items:center; }
.about__media{ flex: 0 0 44%; }
.about__img{width: 100%;height:auto;border-radius: var(--radius); box-shadow: var(--shadow);display:block;}
.about__content{ flex:1 1 56%; }
.about__lists{display:flex;gap:22px;/* flex-direction: column; */}
.list{ margin:0; padding-left:18px; }
.list__item{margin:6px 0;margin-bottom: 10px;}
.card{ margin-top:18px; background:var(--c-card); padding:18px; border:1px solid var(--c-line); border-radius: var(--radius); }
.card__title{margin:0 0 8px;font-size: 48px;font-weight: normal;color: var(--c-primary);font-family: var(--c-font-title);line-height: 1;}
.about__card--inner2 {
    flex: 0 0 27%;
}
.about__card {
  border: 1px solid #fea712;
  border-radius: var(--radius);
  width: 100%;
  display: flex;
  background: linear-gradient(90deg, #1d1c1c 0%, #1c1b1b 34%, #000 70.5%);
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 960px){
  .about__inner{ flex-direction:column; }
  .about__media{ order:2; width:100%; }

  
}
@media (max-width: 768px){
.about__card {
    background: linear-gradient(90deg, #1d1c1c 0%, #1c1b1b 34%, #000 70.5%);
    flex-direction: column-reverse;
}
  .about__lists {
    display: flex
;
    gap: 22px;
    flex-direction: column;
}
  
}


/* ===== Methods (Ñ‚Ñ€Ð¸ ÐºÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ¸) ===== */
.methods__inner{ display:flex; gap:18px; flex-wrap:wrap; }
.method-card{ background:var(--c-card); border:1px solid var(--c-line); border-radius:var(--radius); overflow:hidden; flex:1 1 300px; display:flex; flex-direction:column; }
.method-card__img{ width:100%; aspect-ratio: 16/9; object-fit:cover; }
.method-card__body{ padding:14px 16px; display:flex; flex-direction:column; gap:6px; }
.method-card__title{ margin:0; font-size:20px; }
.method-card__text{ margin:0; color:var(--c-muted); }

/* =====  ===== */
.stars__inner{ display:flex; gap:18px; flex-wrap:wrap; }
.feature { background:var(--c-card);  border-radius:var(--radius); display:flex; gap:14px; padding:14px; flex:1 1 300px; }
.feature__img{  object-fit:contain; border-radius:var(--radius); }
.feature__title{margin:4px 0 6px;color: var(--c-accent);text-transform: uppercase;font-size: 46px;background: linear-gradient(116deg, #fd6231 0%, #ca792e 26.5%, #fd9331 51.5%, #d38812 74%, #973a1d 99.5%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.feature__content p{ margin:0; color: var(--c-muted); }


@media (max-width:768px){

  .feature{ flex-direction:column; align-items:flex-start; }

  .feature__img{ width:100%; height:auto; }

  .hero__pill {
    position: initial;
    text-align: left;
  }

  .hero__pill5 {
      padding-top: 280px !important;
  }

}

/* ===== Calendar ===== */
.calendar__inner{ display:flex; gap:28px; align-items:center; }
.calendar__media{ flex: 0 0 44%; }
.calendar__img{ width:100%; border-radius: var(--radius); box-shadow: var(--shadow); display:block; }
.calendar__content{flex: 1 1 56%;width: 100%;}
.accordion__item{ background:var(--c-card); border:1px solid var(--c-line); border-radius: var(--radius); margin:10px 0; }
.accordion__summary{ list-style:none; cursor:pointer; padding:14px 16px; }
.accordion__panel{ padding:4px 16px 16px; color:var(--c-muted); }

.calendar__panel{
  background: linear-gradient(152deg, #1d1c1c 0%, #000 100%);
  padding: 20px;
  border-radius: var(--radius);
  border: 1px solid var(--c-accent);
  margin-bottom: 20px;
}

.calendar__flex {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-content: center;
    align-items: flex-start;
}

.calendar__flex--mini {
    display: flex;
    flex-direction: row;
    gap: 20px;
}



.calendar__flex--center {
    display: flex
;
    flex-direction: column;
    align-items: center;
}

.calendar__panel--title {
  font-size: 24px;
      margin-top: 0px;
} 

.no-marker {
  list-style: none;
      margin-left: -20px;
}

.calendar__panel--star {
        max-height: 30px;
    float: left;
    margin-right: 10px;
}

.calendar__panel--icon {
    max-height: 55px;
    margin-top: 6px;
    float: left;
    margin-right: 10px;
}

.hint {
    font-size: 14px;
    text-align: center;
}

.calendar__flex--item {flex: 1 1 50%;/* display: flex; */gap: 20px;}

.section-title-faq {
    margin-bottom: -30px;
}


details[open] > .accordion__summary{ color:var(--c-accent); }
@media (max-width: 960px){ .calendar__inner{ flex-direction:column; } }

/* ===== Personal ===== */
.personal__inner{ display:flex; gap:28px; align-items:center; }
.personal__content{ flex:1 1 56%; }
.personal__media{margin: 0px auto;text-align: center;}
.personal__img{width: 96%;border-radius: var(--radius);box-shadow: var(--shadow);}
.personal__bullets{ columns: 2; column-gap: 24px; }
@media (max-width: 900px){
  .personal__inner{ flex-direction:column; }
  .personal__bullets{ columns:1; }
}

/* ===== Pricing ===== */
.switch{ display:inline-flex; background:#11151b; border:1px solid var(--c-line); border-radius:999px; padding:4px; gap:6px; margin: 10px 0 24px; }
.switch__btn{ border:0; background:transparent; color:var(--c-muted); padding:8px 14px; border-radius:999px; cursor:pointer; }
.switch__btn_active{ background:#1a1f27; color:#fff; }
.pricing__list{ display:flex; gap:18px; flex-wrap:wrap; }
.price-card{
  background: linear-gradient(180deg, #14182045, #0f121847);
  border: 2px solid var(--c-accent);
  border-radius: var(--radius);padding:18px;
  flex:1 1 300px;display:flex;flex-direction:column;
}


/* === Карточки 3 колонки + подсказки под нужными блоками === */
.pricing__list.column-spec {
  display: grid;
  grid-template-columns: repeat(3, minmax(280px, 1fr));
  gap: 18px;
  align-items: start;
  grid-auto-flow: dense; /* позволяет 3-й карточке занять свободную ячейку первой строки */
}



/* Явно раскладываем 3 карточки по колонкам */
.pricing__list.column-spec > .price-card:nth-of-type(1){ grid-column: 1; }
.pricing__list.column-spec > .price-card:nth-of-type(2){ grid-column: 2; }
.pricing__list.column-spec > .price-card:nth-of-type(3){ grid-column: 3; }

/* Подсказки (те самые <p class="hint">) */
.pricing__list.column-spec > .hint{
  margin: 0;
  text-align: center;
  align-self: start;
  line-height: 1.35;
}

.pricing__list.column-spec .list__item {
     margin-bottom: -10px;
    font-size: 16px;
}


/* Первая подсказка — относится к первым двум карточкам: под ними, по центру */
.pricing__list.column-spec > .hint:nth-of-type(1){
  grid-column: 1 / span 2; /* занимает колонки 1–2 */
  justify-self: center;
}

/* Вторая подсказка — к третьей карточке: под третьей колонкой */
.pricing__list.column-spec > .hint:nth-of-type(2){
  grid-column: 3; /* строго под третьим столбцом */
  justify-self: center;
}

/* Адаптив: на планшете — две колонки, на мобильном — одна */
@media (max-width: 1024px){
  .pricing__list.column-spec{
    grid-template-columns: repeat(2, minmax(260px, 1fr));
  }
  .pricing__list.column-spec > .price-card:nth-of-type(3){ grid-column: 1 / span 2; }
  .pricing__list.column-spec > .hint:nth-of-type(2){ grid-column: 1 / span 2; }
}

@media (max-width: 640px){
  .pricing__list.column-spec{
    grid-template-columns: 1fr;
  }
  .pricing__list.column-spec > .price-card:nth-of-type(1),
  .pricing__list.column-spec > .price-card:nth-of-type(2),
  .pricing__list.column-spec > .price-card:nth-of-type(3),
  .pricing__list.column-spec > .hint:nth-of-type(1),
  .pricing__list.column-spec > .hint:nth-of-type(2){
    grid-column: 1; /* всё в одну колонку по порядку */
    justify-self: stretch;
  }
}


.price-card__title{margin:0 0 8px;text-align: center;/* font-size: 36px; */}

.price-card__green {

}
.price-card__price {
  display:flex;
  gap:10px;
  align-items:baseline;
  margin-bottom:10px;
  font-size: 40px;
  font-family: var(--c-font-title);
  color: var(--c-accent);
  text-transform: uppercase;
  background: linear-gradient(116deg, #fd6231 0%, #ca792e 26.5%, #fd9331 51.5%, #d38812 74%, #973a1d 99.5%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 4px 100px 0 rgba(1, 201, 33, 0.7);
  justify-content: center;
}

.price-card__green .btn_primary 
{border: 2px solid var(--c-accent-green);color: var(--c-accent-green);
}

.price-card__now{font-size: 110%;font-weight:800;}
.price-card__old{color:var(--c-accent);text-decoration: line-through;text-decoration-color: var(--c-accent);}
.price-card__list{ margin-bottom: 14px; }
.price-card__btn{ margin-top:auto; }
.is-hidden{ display:none !important; }
.pricing__note{ color:var(--c-muted); margin-top:8px; }

.price-card__green .price-card__now {

  color: var(--c-accent-green);
}
.price-card__green {
    border: 2px solid var(--c-accent-green);
    color: var(--c-accent-green);
}

.price-card__green .price-card__old 
{
  color:var(--c-accent-green); 
  text-decoration: line-through;
  text-decoration-color: var(--c-accent-green);
}

.price-card__green .price-card__price {color: var(--c-accent-green);background: linear-gradient(114deg, #00bb40 0%, #00822c 24%, #00822c 50.5%, #00bb40 76.5%, #00551d 100%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;text-shadow: 0 4px 100px 0 rgba(1, 201, 33, 0.7);/* text-align: center; */}

.price-card__green_solid {
  background: linear-gradient(114deg, rgba(0, 187, 64, 0.3) 0%, rgba(0, 130, 44, 0.3) 24%, rgba(0, 130, 44, 0.3) 50.5%, rgba(0, 187, 64, 0.3) 76.5%, rgba(0, 85, 29, 0.3) 100%);
}
.price-card__green_solid   .price-card__price {
    background: linear-gradient(116deg, #fd6231 0%, #ca792e 26.5%, #fd9331 51.5%, #d38812 74%, #973a1d 99.5%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 4px 100px 0 rgb(208 144 20 / 70%);
}

.price-card__green_solid .price-card__old {
    color: var(--c-accent);
    text-decoration: line-through;
    text-decoration-color: var(--c-accent);
}

.price-card__green_solid .price-card__title, .price-card__green_solid .price-card__list, .price-card__green_solid .btn_primary {
    color: var(--c-accent);
}

 .price-card__green_solid .btn_primary {
     border-color:var(--c-accent);
 }


.price-card_plan-snake {
  background-image: var(--bg-article);
  background-size: cover;
  background-position: top center;
}


.price-card_plan-all {

    background: linear-gradient(90deg, rgba(253, 98, 49, 0.3) 0%, rgba(226, 87, 44, 0.3) 26.5%, rgba(200, 77, 39, 0.3) 52%, rgba(253, 98, 49, 0.3) 78%, rgba(151, 58, 29, 0.3) 100%);
}

.price-card_plan-gold {
        background: linear-gradient(116deg, #fd6231 0%, #ff9028 26.5%, #fd9331 51.5%, #d38812 74%, #973a1d 99.5%);
        color: black;
}

.price-card_plan-gold .btn_primary {
  color:black;
  border-color: black;
}

.price-card_plan-gold .price-card__plus {
  color:black;
}

.price-card_plan-gold  .price-card__price {

    background: linear-gradient(116deg, #000000 0%, #b85c1e 26.5%, #080400 51.5%, #b85c1e 74%, #000000 99.5%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.price-card__plus {
  font-size: 80px;
  margin: 0px;
  font-weight: bold;
  /* display: block; */
  padding: 0px;
  height: 60px;
}

/* ===== Guarantee ===== */
.guarantee{ position:relative; text-align:center; }
.guarantee::before{ content:""; position:absolute; inset:0;  pointer-events:none; }
.guarantee__inner{ max-width:800px; }



.guarantee__card {
    background: linear-gradient(90deg, #111010 0%, #111010 34%, #000 70.5%);
    display: flex;
    border: 1px solid var(--c-accent);
    border-radius: var(--radius);
    padding: 10px;
}

.guarantee__img {
    max-height: 300px;
}

.pricing__inner {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 80px;
}

.guarantee__sign {
    float: right;
    max-height: 60px;
    max-width: 100%;
}


.section.expert{
  position: relative;
  color: var(--expert-text);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  /* background:
    radial-gradient(60% 60% at 80% 70%, rgba(255,120,40,.08) 0%, rgba(0,0,0,0) 70%),
    radial-gradient(50% 40% at 20% 20%, rgba(30,160,255,.06) 0%, rgba(0,0,0,0) 70%),
    var(--expert-bg); */
  isolation: isolate;
  overflow: hidden;
}
.section.expert::before{
  content:"";
  position:absolute; inset:0;
/*  background-image: var(--bg);*/
  background-size: cover;
  background-position: center;
  opacity:.28;         
  z-index:-2;
}
.section.expert::after{

  content:"";
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.35) 0%, rgba(0,0,0,.6) 60%, rgba(0,0,0,.7) 100%);
  z-index:-1;
}

.expert__inner{padding: 56px 0 0;}
.expert__head{text-align:center; margin-bottom: 18px;}
.expert__kicker{
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.1;
  font-weight: 800;
  color: var(--expert-accent);
  letter-spacing:.4px;
  margin:0 0 8px;
  font-size: 36px;
}
.expert__sub{
  margin:0;
  opacity:.85;
  font-size: clamp(14px, 1.5vw, 18px);
}

.expert__grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
  margin-top: 22px;
}
@media (max-width: 768px){
  .expert__grid{grid-template-columns: 1fr;/* grid-row-start: revert; */display: flex;flex-direction: column-reverse;}
}

/* Ð›ÐµÐ²Ñ‹Ð¹ ÑÑ‚Ð¾Ð»Ð±ÐµÑ† */
.expert__name{
  font-size: clamp(26px, 2.6vw, 34px);
  font-weight: 800;
  margin: 18px 0 6px;
}
.expert__role{
  margin: 0 0 22px;
  opacity:.9;
}

.expert__cards{
  display:grid;
  gap: 16px;
}
.expert-card{
  background: var(--expert-card);
  /* border: 1px solid var(--expert-border); */
  font-size: 14px;
  border-radius: var(--radius);
  padding: 18px 18px 14px;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.02) inset,
    0 10px 30px rgba(0,0,0,.35);
  /* backdrop-filter: blur(6px); */
  border: 1px solid var(--c-accent);
}
.expert-card__title{
  font-size: 18px;
  font-weight: 800;
  color: #ffd399;
  margin: 0 0 10px;
}
.expert-list{margin:0; padding-left: 18px;}
.expert-list__item{margin: 6px 0;}
.expert-list__item::marker{color: var(--expert-accent);}

/* Ð¡Ð¾Ñ†ÑÐµÑ‚Ð¸ */
.expert__social{margin-top:18px;}
.expert__social-label{display:block; margin-bottom:8px; opacity:.85;}
.expert__social-row{display:flex; gap:10px; flex-wrap:wrap;}

.expert__inner .btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:40px;
  font-size: 13px;
  border: 1px solid var(--c-accent);
  padding:0 16px;
  border-radius:10px;
  font-weight:700;
  text-decoration:none;
  white-space:nowrap;
  display: flex;
  text-align: center;
  flex-direction: column;
  line-height: 0.5;
}
.expert__inner  .btn_primary{background: var(--expert-accent); color:#1a0f06;}
.expert__inner  .btn_outline{
  /* color:#ffd8b1; */
  /* border:1px solid var(--expert-border); */
  background: transparent;
}

.expert__note{opacity:.7;font-weight:600;margin-left:6px;display: block;}

/* ÐŸÑ€Ð°Ð²Ñ‹Ð¹ ÑÑ‚Ð¾Ð»Ð±ÐµÑ† â€” Ð´ÐµÐºÐ¾Ñ€Ð°Ñ‚Ð¸Ð²Ð½Ð°Ñ "Ð°ÑƒÑ€Ð°" Ð¿Ð¾Ð´ Ð¿Ð¾Ñ€Ñ‚Ñ€ÐµÑ‚ */
.expert__visual{
  height: -webkit-fill-available;
  border-radius: 28px;
  background: url('img/1K3A6937-Photoroom.png?3') no-repeat top center;
  background-size: cover;
  border: 1px solid;
  overflow: hidden;
}
@media (max-width: 768px){
  .expert__visual{min-height: 400px;background-size: contain;width: 100%;}

  .guarantee__card {
        display: flex;
        flex-direction: column;
  }

 .calendar__flex {
 flex-direction: column;
    gap: 20px;
}
  
  .section-title {
    font-size: 36px;
  }
}

/* CTA Ð²Ð½Ð¸Ð·Ñƒ */
.expert-cta{
  margin-top: 36px;
  border-top: 1px solid rgba(255,200,150,.15);
  background: linear-gradient(180deg, rgba(0,0,0,.0) 0%, rgba(0,0,0,.35) 100%);
  border: 1px solid var(--c-accent);
  border-radius: var(--radius);
}
.expert-cta__inner{
  display:flex; align-items:center; justify-content:space-between;
  gap:16px; padding: 20px 0 28px;
}
.expert-cta__title{
  margin:0 0 6px; font-size: clamp(18px, 2vw, 24px); color:#ffd399; font-weight:800;
}
.expert-cta__sub{margin:0; opacity:.9;}
.expert-cta__btn{/* height:44px; */text-align: center;padding: 10px 22px;line-height: 1;box-shadow: 0 8px 20px rgba(255,120,40,.25);}
@media (max-width: 720px){
  .expert-cta__inner{flex-direction:column; text-align:center;}
}


.section.contact{background:var(--c-bg); color:var(--c-text); padding:48px 0;}
.contact__inner{
  display:grid; gap:32px; align-items:start;
  grid-template-columns: 1.1fr 1fr;
}

@media (max-width: 980px){ .contact__inner{grid-template-columns:1fr} }

.contact__left{padding-right:24px}
.contact__title{
  margin:0 0 16px;
  font-weight:800;
  line-height:1.05;
  color:var(--c-accent);
  font-size: 36px;
}
.contact__lead{
  margin:0 0 22px;
  font-size: clamp(16px, 1.6vw, 22px);
  color: #FFE4CA;
}
.contact__divider{
  height:2px;
  width:100%;
  /* background:var(--c-line); */
  margin-top:22px;
  opacity:.85;
}

.contact__right{padding-left:8px;color: #FFE4CA;}
.contact__text{margin:0;font-size: clamp(16px,1.4vw,20px);/* color:var(--c-muted); */}
.contact__text--mt{margin-top:16px}
.contact__list{margin:14px 0 6px; padding-left:18px}
.contact__li{list-style: disc;/* color:var(--c-muted); */}

.contact__phone{
  margin:6px 0 12px;
  /* font-size: clamp(20px, 2vw, 32px); */
  font-weight:700;
}
.contact__phone a{color: #FFE4CA;text-decoration:none;font-size: 19px;}
.contact__phone a:hover{color:var(--c-accent)}
.contact__or{opacity:.8; margin:0 10px}

.contact-icons{
  display:flex; flex-wrap:wrap; gap:18px; align-items:flex-start;
  margin-top:8px;
}
.contact-icon{
  display:flex; flex-direction:column; align-items:center; gap:8px;
  text-decoration:none; color:#8e8a83;
  filter: saturate(.85) contrast(.95);
  transition: transform .2s ease, filter .2s ease;
}
.contact-icon img{display:block; width:64px; height:64px}
.contact-icon span{font-size:14px}
.contact-icon:hover{transform:translateY(-2px); filter:none}


/* ===== Bazi ===== */
.bazi__inner{ display:flex; gap:18px; flex-wrap:wrap; }
.bazi__feature .feature__title{ color: #6dffa6; }

/* ===== Footer ===== */
.footer{ border-top:1px solid var(--c-line); background:#0b0d10; }
.footer__inner{ display:flex; align-items:center; justify-content:space-between; padding:22px 0; }
.footer__copy{ color:var(--c-muted); margin:.4rem 0 0; font-size:14px; }
.footer-nav{ display:flex; gap:16px; }
.footer-nav__link{ color:var(--c-muted); text-decoration:none; }
.footer-nav__link:hover{ color:#fff; }


.arcticmodal-container {
    backdrop-filter: blur(10px);
}
#modal-form {
        width: 90%;
    margin: 0px auto;
    max-width: 430px;
}
.class-title {
    font-family: sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.04em;
    color: var(--c-accent);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.45);
}

.class-input {
    width: 100%;
    margin-top: 30px;
    /* margin-bottom: 30px; */
    padding: 20px;
    /* height: 504px; */
    background: transparent;
    border: 1px solid #585754;
    box-sizing: border-box;
    border-radius: 0px;
    color: #DBD4D4;
}

.class-email {
    margin-top: 25px;
    margin-bottom: 25px; 
}

.class-input.class-phone {
    margin-top: 10px;
/*    margin-bottom: 10px; */
/*    display: none;*/
}

.class-58 {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 23px;
    font-size: 34px;
    font-family: var(--c-font-title);
    color: var(--c-accent);
    /* background: url(/images/btn-send.png) no-repeat top center; */
    background-size: contain;
    border: 2px solid var(--c-accent);
    box-sizing: border-box;
    border-radius: 0px;
    background: transparent;
}

.block-after-form {
    display: none;
}

.dop-class {
    margin-bottom: 14px;
}


.class-58.sending {
    background: url(/images/btn-sending.png) no-repeat top center;
    background-size: contain;
}

.class-59 a {
    color: #DBD4D4;
    text-decoration: underline;
}

.modal-close {
    background: #603629;
    }

 .box-modal {
    border-radius: 25px 0px;
    border-radius: 10px;
    border: 1px solid #ffa710;
    opacity: 0.9;
    color: var(--c-accent) !important;
    background: #171717 !important;
}

.is-loading { opacity:.6; pointer-events:none; }

.price-card_plan-gold .list__item {
list-style: none;
    text-align: center;
    }


