/* ===== KINOPUB.RU — SHARED STYLESHEET ===== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:"Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif;color:#1c1c2e;background:#0a0a14;line-height:1.6}
a{color:#e8b84b;text-decoration:none;transition:color .2s}
a:hover{color:#f5d07a}
img{max-width:100%;height:auto;display:block}
h1,h2,h3,h4,h5{line-height:1.2;font-weight:700}

/* LAYOUT */
.container{max-width:1100px;margin:0 auto;padding:0 20px}
.section{padding:60px 0}
.section--light{background:#f7f8fc;color:#1c1c2e}
.section--dark{background:#0f0f1e;color:#e8e8f0}
.section--mid{background:#141428;color:#e8e8f0}
.section--accent{background:linear-gradient(135deg,#1a1a3e 0%,#2d1b69 100%);color:#e8e8f0}

/* HEADER */
.site-header{background:rgba(10,10,20,.96);backdrop-filter:blur(8px);border-bottom:1px solid rgba(232,184,75,.15);position:sticky;top:0;z-index:200}
.header__inner{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;max-width:1100px;margin:0 auto;gap:16px}
.logo{font-size:22px;font-weight:900;color:#e8b84b;letter-spacing:-.5px;display:flex;align-items:center;gap:8px}
.logo__icon{font-size:26px}
.logo span{color:#fff}
.site-nav{display:flex;gap:4px;list-style:none;flex-wrap:wrap}
.site-nav a{font-size:14px;font-weight:600;color:rgba(255,255,255,.75);padding:6px 12px;border-radius:6px;transition:all .2s}
.site-nav a:hover,.site-nav a.active{color:#e8b84b;background:rgba(232,184,75,.1)}
.nav-cta{background:#e8b84b!important;color:#0a0a14!important;border-radius:6px;font-weight:700!important}
.nav-cta:hover{background:#f5d07a!important;color:#0a0a14!important}
.mob-btn{display:none;background:none;border:none;color:#e8b84b;font-size:24px;cursor:pointer}
@media(max-width:700px){
  .site-nav{display:none;flex-direction:column;position:absolute;top:60px;left:0;right:0;background:#0f0f1e;border-bottom:1px solid rgba(232,184,75,.15);padding:16px 20px;gap:4px}
  .site-nav.open{display:flex}
  .mob-btn{display:block}
}

/* BUTTONS */
.btn{display:inline-block;padding:13px 28px;border-radius:8px;font-size:15px;font-weight:700;text-decoration:none;transition:all .2s;border:none;cursor:pointer}
.btn:hover{transform:translateY(-2px);text-decoration:none}
.btn--gold{background:#e8b84b;color:#0a0a14}
.btn--gold:hover{background:#f5d07a;color:#0a0a14}
.btn--outline{background:transparent;color:#e8b84b;border:2px solid #e8b84b}
.btn--outline:hover{background:rgba(232,184,75,.1);color:#e8b84b}
.btn--red{background:#e74c3c;color:#fff}
.btn--red:hover{background:#c0392b;color:#fff}
.btn--green{background:#27ae60;color:#fff}
.btn--green:hover{background:#219a52;color:#fff}
.btn--purple{background:#8b5cf6;color:#fff}
.btn--purple:hover{background:#7c3aed;color:#fff}
.btn--sm{padding:9px 18px;font-size:14px}
.btn--lg{padding:16px 36px;font-size:17px}

/* SECTION HEADERS */
.section-title{text-align:center;margin-bottom:8px}
.section-title h2{font-size:clamp(22px,4vw,34px);margin-bottom:10px}
.section-title p{font-size:16px;opacity:.75;max-width:580px;margin:0 auto;line-height:1.6}
.divider{width:56px;height:4px;background:#e8b84b;border-radius:2px;margin:12px auto 32px}

/* CARDS */
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;margin-top:8px}
.card{background:#1a1a30;border:1px solid rgba(232,184,75,.12);border-radius:14px;padding:24px;transition:all .25s}
.card:hover{border-color:rgba(232,184,75,.4);transform:translateY(-4px);box-shadow:0 12px 32px rgba(232,184,75,.08)}
.card--light{background:#fff;border:1px solid #e8ecf0;color:#1c1c2e}
.card--light:hover{border-color:#e8b84b;box-shadow:0 8px 24px rgba(232,184,75,.15)}
.card__icon{font-size:36px;margin-bottom:14px;display:block}
.card h3{font-size:18px;margin-bottom:8px;color:#e8b84b}
.card--light h3{color:#1c1c2e}
.card p{font-size:14px;line-height:1.6;opacity:.82}
.card .badge{display:inline-block;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;margin-bottom:10px;background:rgba(232,184,75,.2);color:#e8b84b;text-transform:uppercase;letter-spacing:.5px}

/* PARTNER BLOCKS */
.partner-block{border-radius:16px;padding:36px 32px;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;margin-bottom:20px}
.partner-block--bridgit{background:linear-gradient(135deg,#0f3460 0%,#1565c0 100%)}
.partner-block--etochat{background:linear-gradient(135deg,#1b5e20 0%,#2e7d32 100%)}
.partner-block h3{font-size:22px;color:#fff;margin-bottom:10px}
.partner-block p{font-size:15px;color:rgba(255,255,255,.88);line-height:1.6;margin-bottom:18px}
.partner-block ul{list-style:none;padding:0;margin-bottom:18px}
.partner-block ul li{font-size:14px;color:rgba(255,255,255,.85);padding:4px 0 4px 20px;position:relative}
.partner-block ul li:before{content:"✓";position:absolute;left:0;color:#e8b84b;font-weight:700}
.partner-block__cta{text-align:right;flex-shrink:0}
.partner-block__price{font-size:28px;font-weight:900;color:#e8b84b;line-height:1;margin-bottom:4px}
.partner-block__note{font-size:12px;color:rgba(255,255,255,.6);margin-bottom:16px}
@media(max-width:680px){.partner-block{grid-template-columns:1fr}.partner-block__cta{text-align:left}}

/* STATS ROW */
.stats{display:flex;gap:20px;flex-wrap:wrap;justify-content:center;margin-top:32px}
.stat{text-align:center;padding:20px;background:rgba(232,184,75,.08);border:1px solid rgba(232,184,75,.15);border-radius:12px;min-width:140px;flex:1}
.stat strong{display:block;font-size:32px;font-weight:900;color:#e8b84b;line-height:1;margin-bottom:4px}
.stat span{font-size:13px;opacity:.7}

/* FAQ */
.faq{margin-top:24px}
.faq-item{background:#1a1a30;border:1px solid rgba(232,184,75,.12);border-radius:10px;padding:18px 20px;margin-bottom:10px}
.faq-item--light{background:#fff;border:1px solid #e0e0e0;color:#1c1c2e}
.faq-item h4{font-size:15px;font-weight:700;color:#e8b84b;margin-bottom:8px}
.faq-item--light h4{color:#1c1c2e}
.faq-item p{font-size:14px;line-height:1.6;opacity:.85;margin:0}
.faq-item a{color:#e8b84b;font-weight:600}

/* TABLE */
.table-wrap{overflow-x:auto;margin:20px 0}
table{width:100%;border-collapse:collapse;font-size:14px}
th{background:#1a1a30;color:#e8b84b;padding:12px 16px;text-align:left;font-weight:700;border-bottom:2px solid rgba(232,184,75,.3)}
td{padding:11px 16px;border-bottom:1px solid rgba(232,184,75,.08);vertical-align:middle}
tr:hover td{background:rgba(232,184,75,.04)}
.table--light th{background:#f0f2f5;color:#333}
.table--light td{border-bottom:1px solid #e8ecf0}
.table--light tr:hover td{background:#f7f8fc}
.check{color:#27ae60;font-weight:700;font-size:16px}
.cross{color:#e74c3c;font-weight:700;font-size:16px}
.tag{display:inline-block;font-size:11px;font-weight:700;padding:2px 8px;border-radius:4px}
.tag--green{background:#d4edda;color:#155724}
.tag--blue{background:#cce5ff;color:#004085}
.tag--orange{background:#fff3cd;color:#856404}
.tag--red{background:#f8d7da;color:#721c24}

/* HERO variants */
.hero{padding:80px 20px 64px;text-align:center;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 60% 40%,rgba(139,92,246,.15) 0%,transparent 70%);pointer-events:none}
.hero h1{font-size:clamp(28px,5.5vw,52px);font-weight:900;margin-bottom:18px;line-height:1.1}
.hero h1 em{color:#e8b84b;font-style:normal}
.hero__sub{font-size:18px;opacity:.85;max-width:680px;margin:0 auto 32px;line-height:1.6}
.hero__cta{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:16px}
.hero__note{font-size:13px;opacity:.55}

/* TIPS / LISTS */
.tip-list{list-style:none;padding:0;margin:16px 0}
.tip-list li{padding:8px 0 8px 24px;position:relative;font-size:15px;line-height:1.6;border-bottom:1px solid rgba(232,184,75,.08)}
.tip-list li:before{content:"▶";position:absolute;left:0;color:#e8b84b;font-size:11px;top:11px}
.tip-list--light li{border-bottom:1px solid #eee;color:#333}

/* CTA BAND */
.cta-band{background:linear-gradient(135deg,#e8b84b 0%,#f5a623 100%);padding:56px 20px;text-align:center}
.cta-band h2{color:#0a0a14;font-size:clamp(22px,4vw,34px);margin-bottom:12px}
.cta-band p{color:rgba(10,10,20,.8);font-size:17px;max-width:560px;margin:0 auto 28px}

/* SHARE */
.share-bar{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;padding:20px 0}
.share-btn{display:inline-block;padding:7px 14px;background:rgba(232,184,75,.12);border:1px solid rgba(232,184,75,.2);border-radius:6px;color:#e8b84b;font-weight:700;font-size:13px;transition:all .15s}
.share-btn:hover{background:rgba(232,184,75,.25);color:#e8b84b}
.share-btn--light{background:#f0f2f5;border-color:#ddd;color:#333}
.share-btn--light:hover{background:#e0e3e8;color:#333}

/* FOOTER */
.site-footer{background:#050510;border-top:1px solid rgba(232,184,75,.1);padding:40px 20px 24px;color:rgba(255,255,255,.5)}
.footer__inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:28px;margin-bottom:28px}
.footer__col h4{font-size:14px;font-weight:700;color:#e8b84b;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}
.footer__col ul{list-style:none}
.footer__col ul li{margin-bottom:7px}
.footer__col ul li a{font-size:13px;color:rgba(255,255,255,.5)}
.footer__col ul li a:hover{color:#e8b84b}
.footer__col p{font-size:13px;line-height:1.6}
.footer__copy{text-align:center;font-size:12px;border-top:1px solid rgba(255,255,255,.07);padding-top:20px}
.footer__copy a{color:rgba(255,255,255,.4)}
.footer__copy a:hover{color:#e8b84b}

/* SCROLLTOP */
.scrolltop{position:fixed;bottom:24px;right:24px;width:44px;height:44px;background:#e8b84b;border-radius:50%;color:#0a0a14;display:flex;align-items:center;justify-content:center;font-size:20px;cursor:pointer;border:none;opacity:0;transition:opacity .3s;z-index:300;text-decoration:none;font-weight:900}
.scrolltop.visible{opacity:1}
.scrolltop:hover{background:#f5d07a;color:#0a0a14}

/* BREADCRUMB */
.breadcrumb{font-size:13px;color:rgba(255,255,255,.4);padding:14px 0 4px}
.breadcrumb a{color:rgba(232,184,75,.7)}
.breadcrumb a:hover{color:#e8b84b}
.breadcrumb--light{color:#999}
.breadcrumb--light a{color:#e8b84b}

/* CONTENT TEXT */
.prose h2{font-size:24px;color:#e8b84b;margin:36px 0 14px;padding-bottom:8px;border-bottom:1px solid rgba(232,184,75,.2)}
.prose h3{font-size:18px;color:#c8a035;margin:22px 0 10px}
.prose p{font-size:15px;line-height:1.8;margin-bottom:16px;opacity:.88}
.prose ul,.prose ol{padding-left:20px;margin-bottom:16px}
.prose ul li,.prose ol li{font-size:15px;margin-bottom:7px;line-height:1.6;opacity:.88}
.prose a{color:#e8b84b;font-weight:600}
.prose strong{color:#e8e8f0}
.prose--light h2{color:#1c1c2e;border-bottom:1px solid #e0e0e0}
.prose--light h3{color:#333}
.prose--light p,.prose--light li{color:#333;opacity:1}
.prose--light a{color:#8b5cf6}
.prose--light strong{color:#1c1c2e}
