/* Дмитрию Валерьевичу: стили лендинга GuildBoard. Тёмная тема + золото (бренд). */
.lp-container{max-width:1160px;margin:0 auto;padding:0 20px}
.lp-section{padding:72px 0;border-top:1px solid var(--border);position:relative}
.lp-section:first-of-type{border-top:none}
.lp-section--alt{background:
  linear-gradient(180deg,rgba(212,169,56,.04),transparent 40%),var(--panel)}
.lp-h2{font-size:34px;line-height:1.15;margin:0 0 38px;text-align:center;letter-spacing:.3px}
.lp-h2::after{content:"";display:block;width:54px;height:3px;background:var(--accent);
  margin:16px auto 0;border-radius:2px}
.lp-lead{font-size:18px;color:var(--muted);line-height:1.6}
.lp-muted{color:var(--muted);text-align:center}
.lp-btn{display:inline-flex;width:auto;align-items:center;justify-content:center;text-decoration:none;
  background:var(--accent);color:#1a1405;border:none;border-radius:9px;padding:9px 16px;
  font-size:14px;font-weight:700;cursor:pointer;transition:filter .15s,transform .15s}
.lp-btn:hover{filter:brightness(1.08);text-decoration:none;color:#1a1405}
.lp-btn--lg{padding:13px 24px;font-size:15px}
.lp-btn--ghost{background:transparent;color:var(--accent);border:1px solid var(--accent)}
.lp-btn--ghost:hover{background:rgba(212,169,56,.12);color:var(--accent)}

/* Хедер */
.lp-header{position:sticky;top:0;z-index:200;background:rgba(15,15,30,.92);
  backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}
.lp-header__inner{display:flex;align-items:center;gap:14px;height:64px;flex-wrap:nowrap}
.lp-brand{display:flex;align-items:center;gap:9px;font-weight:800;font-size:18px;color:var(--text);
  text-decoration:none;white-space:nowrap;flex:none}
.lp-brand__logo{height:34px;width:auto}
.lp-brand span{color:var(--accent)}
.lp-nav{display:flex;gap:4px;margin-left:12px}
.lp-nav a{color:var(--muted);text-decoration:none;padding:8px 10px;border-radius:8px;
  font-size:14px;white-space:nowrap}
.lp-nav a:hover{background:var(--panel2);color:var(--text)}

/* Выпадающий список «Аналитика и экономика» (при наведении; пункты-заглушки) */
.lp-dd{position:relative}
.lp-dd__btn{background:none;border:none;color:var(--muted);font-size:14px;
  padding:8px 10px;border-radius:8px;cursor:pointer;font-family:inherit;white-space:nowrap}
.lp-dd__btn:hover,.lp-dd:hover .lp-dd__btn{background:var(--panel2);color:var(--text)}
.lp-dd__menu{position:absolute;top:100%;right:0;left:auto;min-width:230px;
  background:var(--panel);border:1px solid var(--border);border-radius:10px;
  padding:6px;margin:4px 0 0;list-style:none;display:none;z-index:300;
  box-shadow:0 18px 48px rgba(0,0,0,.5)}
.lp-dd:hover .lp-dd__menu{display:block}
.lp-dd__item{padding:9px 12px;border-radius:7px;font-size:14px;color:var(--text);
  display:flex;justify-content:space-between;gap:12px;white-space:nowrap}
.lp-dd__item:hover{background:var(--panel2)}
.lp-dd__item a{color:var(--text);text-decoration:none}
.lp-dd__item:hover a{color:var(--accent)}
.lp-dd__tag{color:var(--muted);font-size:11px;align-self:center}
.lp-header__actions{margin-left:auto;display:flex;align-items:center;gap:12px;white-space:nowrap;flex:none}
.lp-link{color:var(--muted);text-decoration:none;font-size:14px}
.lp-link:hover{color:var(--text)}
.lp-burger{display:none;background:none;border:1px solid var(--border);color:var(--text);
  font-size:20px;border-radius:8px;width:42px;height:40px;cursor:pointer}
.lp-mobile{display:flex;flex-direction:column;gap:6px;padding:14px 20px;border-bottom:1px solid var(--border);
  background:var(--panel)}
.lp-mobile a{padding:11px 12px;border-radius:8px;color:var(--text);text-decoration:none}
.lp-mobile .lp-btn{margin-top:6px;justify-content:center}

/* Hero */
.lp-hero{padding:64px 0 56px;background:
  radial-gradient(1200px 500px at 80% -10%, rgba(212,169,56,.10), transparent 60%)}
.lp-hero__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}
.lp-eyebrow{display:inline-block;color:var(--accent);font-weight:700;font-size:13px;
  letter-spacing:1.5px;text-transform:uppercase;margin-bottom:16px}
.lp-h1{font-size:44px;line-height:1.12;margin:0 0 18px;letter-spacing:.2px}
.lp-cta-row{display:flex;gap:14px;flex-wrap:wrap;margin:26px 0 16px}
.lp-trust{font-size:13px;color:var(--muted)}
.lp-stats__grid--hero{grid-template-columns:repeat(2,1fr);margin-top:30px;gap:14px}
.lp-hero__cta-bottom{margin-top:34px}
.lp-cta-row--center{justify-content:center}
.lp-trust--center{text-align:center}

/* Лайтбокс скриншотов */
.lp-lightbox{position:fixed;inset:0;z-index:500;display:none;align-items:center;justify-content:center;
  background:rgba(8,8,16,.9);padding:24px;cursor:zoom-out}
.lp-lightbox.is-open{display:flex}
.lp-lightbox img{max-width:94vw;max-height:88vh;width:auto;height:auto;border-radius:14px;
  box-shadow:0 24px 80px rgba(0,0,0,.6);border:1px solid var(--border);background:var(--panel)}
.lp-lightbox__close{position:absolute;top:18px;right:22px;width:44px;height:44px;border-radius:50%;
  border:1px solid var(--border);background:var(--panel);color:var(--text);font-size:22px;line-height:1;
  cursor:pointer;display:flex;align-items:center;justify-content:center}
.lp-lightbox__close:hover{border-color:var(--accent);color:var(--accent)}
.lp-hero__visual{position:relative}
.lp-hero__carousel{display:grid;width:100%}
.lp-hero__carousel .lp-shot--hero{grid-area:1/1;width:100%;height:auto;opacity:0;transition:opacity .6s ease}
.lp-hero__carousel .lp-shot--hero.is-active{opacity:1}
.lp-hero__dots{display:flex;gap:8px;justify-content:center;margin-top:14px}
.lp-hero__dots button{width:9px;height:9px;border-radius:50%;border:none;background:var(--border);
  cursor:pointer;padding:0;transition:background .2s}
.lp-hero__dots button.is-active{background:var(--accent)}
.lp-shot{width:100%;height:auto;border:1px solid var(--border);border-radius:16px;
  box-shadow:0 20px 60px rgba(0,0,0,.45);background:var(--panel)}
.lp-shot--hero{border-color:rgba(212,169,56,.35)}
.lp-mock{border:1px solid var(--border);border-radius:16px;background:var(--panel);
  padding:18px;box-shadow:0 20px 60px rgba(0,0,0,.45)}
.lp-mock__bar{display:flex;gap:6px;margin-bottom:16px}
.lp-mock__bar span{width:11px;height:11px;border-radius:50%;background:var(--border)}
.lp-mock__kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px}
.lp-mock__kpi{background:var(--panel2);border:1px solid var(--border);border-radius:10px;
  padding:14px 10px;text-align:center}
.lp-mock__kpi b{display:block;color:var(--accent);font-size:14px;letter-spacing:1px}
.lp-mock__kpi i{font-style:normal;color:var(--muted);font-size:11px}
.lp-mock__chart{height:200px;border-radius:10px;
  background:linear-gradient(90deg,rgba(212,169,56,.18),transparent 70%),var(--panel2)}

/* Статистика */
.lp-stats{border-top:1px solid var(--border);border-bottom:1px solid var(--border);
  background:linear-gradient(180deg,rgba(212,169,56,.05),transparent 60%)}
.lp-stats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.lp-stat{background:var(--panel);border:1px solid var(--border);border-radius:14px;
  padding:22px 18px;text-align:center;box-shadow:0 6px 20px rgba(0,0,0,.25)}
.lp-stat__value{font-size:32px;font-weight:800;color:var(--accent);line-height:1.1}
.lp-stat__icon{font-size:26px;margin-bottom:8px}
.lp-stat__label{color:var(--muted);font-size:14px;margin-top:8px}
.lp-stat--fact{background:transparent;box-shadow:none}

/* Карточки */
.lp-cards{display:grid;gap:20px}
.lp-cards--3{grid-template-columns:repeat(3,1fr)}
.lp-card,.lp-feature{background:var(--panel);border:1px solid var(--border);border-radius:16px;
  padding:26px 24px;transition:transform .15s,border-color .15s;
  box-shadow:0 8px 24px rgba(0,0,0,.28)}
.lp-card:hover,.lp-feature:hover{transform:translateY(-3px);border-color:rgba(212,169,56,.4)}
.lp-card--accent{border-color:rgba(212,169,56,.35);background:
  linear-gradient(180deg,rgba(212,169,56,.06),transparent 50%),var(--panel)}
.lp-card__ico,.lp-feature__ico{font-size:30px;margin-bottom:14px}
.lp-card h3,.lp-feature h3{margin:0 0 10px;font-size:19px;line-height:1.3}
.lp-card p,.lp-feature p{margin:0;color:var(--muted);line-height:1.55;font-size:15px}

/* Шаги */
.lp-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:34px}
.lp-step{background:var(--panel);border:1px solid var(--border);border-radius:16px;padding:26px 24px;
  text-align:center;box-shadow:0 8px 24px rgba(0,0,0,.28)}
.lp-step__num{width:46px;height:46px;border-radius:50%;background:var(--accent);color:#1a1405;
  font-weight:800;font-size:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}
.lp-step h3{margin:0 0 8px;font-size:18px}
.lp-step p{margin:0;color:var(--muted)}
.lp-cta-center{text-align:center}

/* Скриншоты */
.lp-shots{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin-bottom:34px}
.lp-shot-card{margin:0;background:var(--panel);border:1px solid var(--border);border-radius:16px;
  overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.28)}
.lp-shot-card figcaption{padding:14px 16px}
.lp-shot-card figcaption b{display:block;color:var(--text);font-size:15px}
.lp-shot-card figcaption span{color:var(--muted);font-size:13px}

/* Инструменты (1 картинка = 1 блок, по порядку, через один) */
.lp-tools{display:flex;flex-direction:column;gap:40px;margin-bottom:40px}
.lp-tool{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center;
  background:var(--panel);border:1px solid var(--border);border-radius:18px;
  padding:22px;box-shadow:0 8px 24px rgba(0,0,0,.28)}
.lp-tool--rev .lp-tool__media{order:2}
.lp-tool__media{margin:0}
.lp-tool__media img{width:100%;height:auto;display:block;border:1px solid var(--border);
  border-radius:12px;box-shadow:0 12px 40px rgba(0,0,0,.4);background:var(--panel2)}
.lp-tool__body{padding:6px 8px}
.lp-tool__num{display:inline-block;color:var(--accent);font-weight:800;font-size:12px;
  letter-spacing:1.2px;text-transform:uppercase;margin-bottom:10px}
.lp-tool__title{font-size:23px;line-height:1.25;margin:0 0 12px}
.lp-tool__desc{color:var(--muted);font-size:15px;line-height:1.6;margin:0}

/* Цена */
.lp-pricing{display:flex;justify-content:center}
.lp-price-card{width:100%;max-width:440px;background:var(--panel);border:1px solid rgba(212,169,56,.45);
  border-radius:20px;padding:32px;position:relative;text-align:center;
  box-shadow:0 14px 40px rgba(0,0,0,.4), 0 0 0 1px rgba(212,169,56,.1) inset}
.lp-price-card__badge{position:absolute;top:18px;right:18px;background:var(--accent);color:#1a1405;
  font-size:12px;font-weight:700;border-radius:999px;padding:5px 12px}
.lp-price-card__price{font-size:46px;font-weight:800;color:var(--accent);margin:6px 0 4px}
.lp-price-card__price span{font-size:18px;color:var(--muted);font-weight:500}
.lp-price-card .lp-btn{width:100%}
.lp-price-card__list{list-style:none;padding:0;margin:22px 0;text-align:left}
.lp-price-card__list li{position:relative;padding:9px 0 9px 28px;border-bottom:1px solid var(--border);
  color:var(--text);font-size:15px}
.lp-price-card__list li::before{content:"✓";position:absolute;left:0;color:var(--accent);font-weight:800}
.lp-price-card__anchor{color:var(--muted);font-size:14px;margin:14px 0 20px}
.lp-price-card__note{color:var(--muted);font-size:12px;margin-top:14px}

/* FAQ */
.lp-faq{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
.lp-faq__item{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:4px 18px;
  box-shadow:0 4px 16px rgba(0,0,0,.2)}
.lp-faq__item summary{cursor:pointer;padding:16px 0;font-weight:600;font-size:16px;list-style:none}
.lp-faq__item summary::-webkit-details-marker{display:none}
.lp-faq__item summary::after{content:"+";float:right;color:var(--accent);font-size:22px;line-height:1}
.lp-faq__item[open] summary::after{content:"–"}
.lp-faq__a{color:var(--muted);padding:0 0 18px;line-height:1.6;font-size:15px}

/* Финальный CTA */
.lp-final{background:radial-gradient(900px 400px at 50% 0,rgba(212,169,56,.12),transparent 60%);
  border-top:1px solid var(--border)}
.lp-final__inner{text-align:center;max-width:760px;margin:0 auto}
.lp-final__h{font-size:32px;margin-bottom:14px}
.lp-final .lp-lead{margin-bottom:26px}

/* Футер */
.lp-footer{border-top:1px solid var(--border);padding:34px 0;background:var(--panel)}
.lp-footer__inner{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.lp-footer__links{display:flex;gap:16px;margin-left:auto}
.lp-footer__links a{color:var(--muted);text-decoration:none;font-size:14px}
.lp-footer__links a:hover{color:var(--accent)}
.lp-footer__copy{color:var(--muted);font-size:13px;width:100%;text-align:center;margin-top:6px}

/* Еженедельная отчётность (две части: гильдия / персонаж) */
.lp-reports{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:10px}
.lp-report{background:var(--panel);border:1px solid var(--border);border-radius:16px;
  padding:20px 22px;box-shadow:0 8px 24px rgba(0,0,0,.28)}
.lp-report__head{font-weight:800;font-size:16px;color:var(--accent);margin-bottom:14px}
.lp-msg{font-size:13px;line-height:1.5;color:var(--text)}
.lp-msg__title{font-weight:700;font-size:14px;margin-bottom:6px}
.lp-msg__lead{color:var(--muted);margin:0 0 14px}
.lp-tbl{margin:12px 0}
.lp-tbl__cap{font-weight:700;font-size:13px;margin-bottom:6px}
.lp-tbl__row{display:flex;justify-content:space-between;gap:12px;padding:5px 10px;
  border:1px solid var(--border);border-bottom:none;
  font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}
.lp-tbl__row:first-of-type{border-radius:8px 8px 0 0}
.lp-tbl__row:last-of-type{border-bottom:1px solid var(--border);border-radius:0 0 8px 8px}
.lp-tbl__row span{color:var(--muted)}
.lp-tbl__row b{color:var(--text);font-weight:700}
.lp-tbl--more{display:none}
.lp-report.is-expanded .lp-tbl--more{display:block}
.lp-report__more{margin-top:16px;text-align:center}
.lp-report__more .btn{width:100%}

/* Reveal (безопасный: прячем ТОЛЬКО если работает JS) */
.js .lp-reveal{opacity:0;transform:translateY(18px);transition:opacity .5s,transform .5s}
.js .lp-reveal.is-in{opacity:1;transform:none}

/* Промежуточные ширины: узкая шапка — прячем «Инструменты» и Discord,
   «Регистрировать гильдию» ужимаем; всё в одну строку, без переносов */
@media (max-width:1200px){
  .lp-nav a[href="/#demo"],.lp-nav a[href^="https://discord"]{display:none}
  .lp-header__actions .lp-btn{padding:9px 12px;font-size:13px}
  .lp-header__actions .lp-link{display:none}
}

/* Мобильная вёрстка — первым делом */
@media (max-width:920px){
  .lp-hero__grid{grid-template-columns:1fr;gap:32px}
  .lp-h1{font-size:34px}
  .lp-stats__grid{grid-template-columns:repeat(2,1fr)}
  .lp-cards--3,.lp-steps{grid-template-columns:1fr}
  .lp-shots{grid-template-columns:1fr}
  .lp-tool{grid-template-columns:1fr;gap:18px;padding:16px}
  .lp-tool--rev .lp-tool__media{order:0}
  .lp-reports{grid-template-columns:1fr}
  .lp-nav{display:none}
  .lp-header__actions{display:flex;gap:8px}
  .lp-header__actions .lp-link,.lp-header__actions .lp-btn{display:inline-flex;padding:9px 13px;font-size:13px}
  .lp-h2{font-size:28px}
}
@media (max-width:520px){
  .lp-stats__grid{grid-template-columns:1fr}
  .lp-section{padding:54px 0}
}
@media (prefers-reduced-motion:reduce){
  .js .lp-reveal{opacity:1;transform:none;transition:none}
  .lp-card:hover,.lp-feature:hover{transform:none}
}
