:root {
  --bg: #FFFFFF; --bg2: #F4F5F7; --bg3: #ECEFF4;
  --surf: #E9ECF2; --surf2: #DDE2EA;
  --line: rgba(37,38,43,0.08); --line2: rgba(37,38,43,0.12);
  --acc: #356CF6; --acc2: #2458DD; --acc-dim: rgba(53,108,246,0.12);
  --green: #68C83F; --text: #25262B; --text2: #5F636D; --text3: #A0A6B2;
}

body { font-family: 'Golos Text', sans-serif !important; background: #FFFFFF !important; color: #25262B; }

.t-section__container { padding: 0 !important; }
.t-container { padding: 0 !important; max-width: 100% !important; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }
.reveal-delay-4 { transition-delay: .4s; }

#lp-header { position: fixed; top: 0; left: 0; right: 0; z-index: 500; height: 64px; padding: 0 40px; display: flex !important; align-items: center; justify-content: space-between; background: rgba(255,255,255,0.88); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(37,38,43,0.08); }
.lp-logo { font-family: 'Unbounded', sans-serif; font-size: 18px; font-weight: 800; color: #25262B; letter-spacing: -0.5px; }
.lp-logo span { color: #356CF6; }
.lp-nav { display: flex !important; gap: 32px; }
.lp-nav a { font-size: 14px; font-weight: 500; color: #356CF6; text-decoration: none; transition: color .2s; }
.lp-nav a:hover { color: #2458DD; }
.btn-nav { font-family: 'Unbounded', sans-serif; font-size: 12px; font-weight: 700; background: #356CF6; color: #FFFFFF; border: none; padding: 10px 22px; border-radius: 6px; cursor: pointer; transition: all .2s; white-space: nowrap; }
.btn-nav:hover { background: #2458DD; transform: translateY(-1px); }

#lp-hero { min-height: 100vh; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: center !important; padding: 120px 24px 80px; text-align: center; position: relative; overflow: hidden; background: #FFFFFF; }
.hero-bg { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(53,108,246,0.07) 0%, transparent 60%), radial-gradient(ellipse 60% 40% at 20% 80%, rgba(104,200,63,0.05) 0%, transparent 50%); }
.hero-grid { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(37,38,43,0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(37,38,43,0.025) 1px, transparent 1px); background-size: 60px 60px; mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 0%, transparent 100%); }
.hero-chip { display: inline-flex !important; align-items: center; gap: 8px; background: rgba(53,108,246,0.12); border: 1px solid rgba(53,108,246,0.25); border-radius: 50px; padding: 6px 16px; font-size: 12px; font-weight: 600; color: #356CF6; margin-bottom: 32px; }
.chip-dot { width: 6px; height: 6px; border-radius: 50%; background: #68C83F; box-shadow: 0 0 8px #68C83F; animation: blink 2s infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.4} }
#lp-hero h1 { font-family: 'Unbounded', sans-serif; font-size: clamp(40px,7vw,88px); font-weight: 900; line-height: 1.0; letter-spacing: -2px; color: #25262B; margin-bottom: 24px; }
#lp-hero h1 .acc { color: #356CF6; }
.hero-sub { max-width: 560px; font-size: 18px; color: #5F636D; line-height: 1.7; margin-bottom: 48px; }
.hero-sub strong { color: #25262B; font-weight: 600; }
.hero-btns { display: flex !important; flex-direction: row !important; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 64px; }
.btn-primary { font-family: 'Unbounded', sans-serif; font-size: 13px; font-weight: 700; background: #356CF6; color: #FFFFFF; border: none; padding: 16px 36px; border-radius: 8px; cursor: pointer; transition: all .25s; }
.btn-primary:hover { background: #2458DD; transform: translateY(-2px); box-shadow: 0 12px 40px rgba(53,108,246,0.3); }
.btn-ghost { font-family: 'Unbounded', sans-serif; font-size: 13px; font-weight: 600; background: transparent; color: #5F636D; border: 1px solid rgba(37,38,43,0.12); padding: 16px 32px; border-radius: 8px; cursor: pointer; transition: all .25s; }
.btn-ghost:hover { border-color: rgba(37,38,43,0.24); color: #25262B; }
.hero-stats { display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; align-items: center; border: 1px solid rgba(37,38,43,0.08); border-radius: 12px; background: #F4F5F7; overflow: hidden; }
.stat-item { display: flex !important; flex-direction: column !important; align-items: center !important; padding: 20px 36px; text-align: center; position: relative; }
.stat-item + .stat-item::before { content: ''; position: absolute; left: 0; top: 20%; bottom: 20%; width: 1px; background: rgba(37,38,43,0.08); }
.stat-num { font-family: 'Unbounded', sans-serif; font-size: 26px; font-weight: 800; color: #25262B; letter-spacing: -1px; line-height: 1; }
.stat-num span { color: #356CF6; }
.stat-label { font-size: 12px; color: #A0A6B2; margin-top: 4px; font-weight: 500; }

.marquee-wrap { overflow: hidden; border-top: 1px solid rgba(37,38,43,0.08); border-bottom: 1px solid rgba(37,38,43,0.08); background: #F4F5F7; padding: 16px 0; }
.marquee-track { display: flex !important; flex-direction: row !important; gap: 48px; width: max-content; animation: marquee 20s linear infinite; }
.marquee-item { font-family: 'Unbounded', sans-serif; font-size: 13px; font-weight: 600; color: #A0A6B2; letter-spacing: 1px; text-transform: uppercase; white-space: nowrap; display: flex !important; align-items: center; gap: 16px; }
.marquee-item::after { content: '✦'; color: #356CF6; font-size: 10px; }
@keyframes marquee { from{transform:translateX(0)} to{transform:translateX(-50%)} }

.section-label { font-family: 'Unbounded', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #356CF6; margin-bottom: 16px; display: block; }
.section-h2 { font-family: 'Unbounded', sans-serif; font-size: clamp(32px,4vw,52px); font-weight: 800; line-height: 1.1; letter-spacing: -1.5px; color: #25262B; }
.section-h2 span { color: #356CF6; }
.section-header-left { margin-bottom: 48px; }

#trust { padding: 100px 40px; max-width: 1200px; margin: 0 auto; }
.trust-grid { display: grid !important; grid-template-columns: repeat(3,1fr) !important; gap: 16px; }
.trust-card { background: #F4F5F7; border: 1px solid rgba(37,38,43,0.08); border-radius: 12px; padding: 28px; transition: all .3s; }
.trust-card:hover { border-color: rgba(53,108,246,0.2); transform: translateY(-3px); }
.trust-num { font-family: 'Unbounded', sans-serif; font-size: 32px; font-weight: 900; color: #DDE2EA; line-height: 1; margin-bottom: 16px; letter-spacing: -1px; }
.trust-title { font-family: 'Unbounded', sans-serif; font-size: 15px; font-weight: 700; color: #25262B; margin-bottom: 10px; letter-spacing: -0.3px; line-height: 1.3; }
.trust-text { font-size: 13px; color: #5F636D; line-height: 1.7; }

.after-payment { background: rgba(53,108,246,0.05); border: 1px solid rgba(53,108,246,0.2); border-radius: 12px; padding: 32px 40px; margin-top: 16px; margin-bottom: 16px; }
.after-payment-title { font-family: 'Unbounded', sans-serif; font-size: 16px; font-weight: 700; color: #25262B; margin-bottom: 20px; letter-spacing: -0.3px; }
.after-payment-list { display: grid !important; grid-template-columns: repeat(5,1fr) !important; gap: 12px; }
.after-payment-item { display: flex !important; align-items: flex-start; gap: 10px; font-size: 13px; color: #5F636D; line-height: 1.5; }
.ap-check { color: #68C83F; font-weight: 700; font-size: 14px; flex-shrink: 0; margin-top: 1px; }

#lp-pain { padding: 100px 40px; max-width: 1200px; margin: 0 auto; }
.pain-header { margin-bottom: 60px; }
.pain-grid { display: grid !important; grid-template-columns: repeat(3,1fr) !important; gap: 1px; background: rgba(37,38,43,0.08); }
.pain-card { background: #F4F5F7; padding: 40px 36px; transition: background .3s; }
.pain-card:hover { background: #ECEFF4; }
.pain-num { font-family: 'Unbounded', sans-serif; font-size: 48px; font-weight: 900; color: #DDE2EA; line-height: 1; margin-bottom: 20px; letter-spacing: -2px; }
.pain-title { font-family: 'Unbounded', sans-serif; font-size: 18px; font-weight: 700; color: #25262B; margin-bottom: 12px; line-height: 1.3; letter-spacing: -0.5px; }
.pain-text { font-size: 14px; color: #5F636D; line-height: 1.7; }

/* PREVIEW */
#lp-preview { padding: 100px 40px; max-width: 1200px; margin: 0 auto; }
.preview-header { margin-bottom: 56px; }
.preview-grid { display: grid !important; grid-template-columns: repeat(3,1fr) !important; gap: 24px; align-items: stretch; }
.preview-card { display: flex !important; flex-direction: column !important; height: 100%; }
.preview-browser { border-radius: 12px 12px 0 0; overflow: hidden; border: 1px solid rgba(37,38,43,0.12); border-bottom: none; }
.preview-bar { background: #E9ECF2; padding: 10px 14px; display: flex; align-items: center; gap: 10px; }
.preview-dots { display: flex; gap: 6px; }
.pd { width: 10px; height: 10px; border-radius: 50%; }
.pd-red { background: #FF5F57; }
.pd-yellow { background: #FFBD2E; }
.pd-green { background: #28C840; }
.preview-url { font-size: 11px; color: #A0A6B2; background: #F4F5F7; padding: 4px 12px; border-radius: 4px; flex: 1; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.preview-screens { position: relative; background: #FFFFFF; aspect-ratio: 16/9; overflow: hidden; }
.preview-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top; opacity: 0; transition: opacity .4s ease; }
.preview-img.active { opacity: 1; }
.preview-info { background: #F4F5F7; border: 1px solid rgba(37,38,43,0.08); border-top: none; border-radius: 0 0 12px 12px; padding: 20px; display: flex !important; flex-direction: column !important; flex: 1; }
.preview-name { font-family: 'Unbounded', sans-serif; font-size: 15px; font-weight: 700; color: #25262B; margin-bottom: 10px; letter-spacing: -0.3px; }
.preview-tabs { display: flex !important; gap: 8px; margin-bottom: 12px; flex-wrap: wrap; }
.preview-tab { font-family: 'Unbounded', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 0.5px; padding: 6px 12px; border-radius: 4px; cursor: pointer; transition: all .2s; border: 1px solid rgba(37,38,43,0.12); background: transparent; color: #5F636D; }
.preview-tab.active { background: #356CF6; color: #FFFFFF; border-color: #356CF6; }
.preview-tab:hover:not(.active) { border-color: rgba(53,108,246,0.4); color: #356CF6; }
.preview-btn { font-family: 'Unbounded', sans-serif; font-size: 11px; font-weight: 700; background: #356CF6; color: #FFFFFF; border: none; padding: 12px; width: 100%; max-width: 100%; border-radius: 6px; cursor: pointer; transition: all .25s; margin-top: auto; box-sizing: border-box; }
.preview-btn:hover { background: #2458DD; }
.preview-desc { font-size: 13px; color: #5F636D; line-height: 1.5; margin-bottom: 32px; flex: 1; }

#lp-products { padding: 100px 40px; max-width: 1200px; margin: 0 auto; }
.products-header { display: flex !important; flex-direction: row !important; align-items: flex-end; justify-content: space-between; margin-bottom: 48px; flex-wrap: wrap; gap: 24px; }
.products-grid { display: grid !important; grid-template-columns: repeat(3,1fr) !important; gap: 16px; margin-bottom: 16px; align-items: stretch; }
.product-card { background: #F4F5F7; border: 1px solid rgba(37,38,43,0.08); border-radius: 12px; padding: 32px; display: flex !important; flex-direction: column !important; justify-content: space-between !important; transition: all .3s; position: relative; overflow: hidden; height: 100%; box-sizing: border-box; }
.product-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg,transparent,#356CF6,transparent); opacity: 0; transition: opacity .3s; }
.product-card:hover { border-color: rgba(37,38,43,0.16); transform: translateY(-4px); box-shadow: 0 24px 60px rgba(37,38,43,0.12); }
.product-card:hover::before { opacity: 1; }
.product-card.featured { background: linear-gradient(145deg,#FFFFFF,#F4F5F7); border-color: rgba(53,108,246,0.3); }
.product-card.featured::before { opacity: 1; }
.card-badge { font-family: 'Unbounded', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; background: rgba(53,108,246,0.12); color: #356CF6; border: 1px solid rgba(53,108,246,0.2); padding: 4px 12px; border-radius: 4px; display: inline-block; width: fit-content; margin-bottom: 20px; }
.card-name { font-family: 'Unbounded', sans-serif; font-size: 22px; font-weight: 800; color: #25262B; line-height: 1.2; margin-bottom: 10px; letter-spacing: -0.5px; }
.card-desc { font-size: 14px; color: #5F636D; line-height: 1.65; margin-bottom: 28px; }
.card-features { list-style: none; margin-bottom: 32px; display: flex !important; flex-direction: column !important; gap: 8px; flex: 1; }
.card-features li { display: flex !important; flex-direction: row !important; align-items: center; gap: 10px; font-size: 13px; color: #5F636D; }
.card-features li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: #356CF6; flex-shrink: 0; }
.card-price { display: flex !important; flex-direction: row !important; align-items: baseline; gap: 10px; margin-bottom: 20px; }
.price { font-family: 'Unbounded', sans-serif; font-size: 36px; font-weight: 900; color: #25262B; letter-spacing: -1px; line-height: 1; }
.price-old { font-size: 16px; color: #A0A6B2; text-decoration: line-through; }
.price-tag { font-size: 11px; font-weight: 700; color: #68C83F; background: rgba(104,200,63,0.1); padding: 3px 8px; border-radius: 4px; }
.btn-card { font-family: 'Unbounded', sans-serif; font-size: 12px; font-weight: 700; padding: 14px; width: 100%; border-radius: 6px; cursor: pointer; transition: all .25s; border: none; text-align: center; box-sizing: border-box; display: block; }
.btn-card-outline { background: transparent; color: #5F636D; border: 1px solid rgba(37,38,43,0.12); }
.btn-card-outline:hover { border-color: #356CF6; color: #356CF6; }
.btn-card-fill { background: #356CF6; color: #FFFFFF; }
.btn-card-fill:hover { background: #2458DD; }

.flagship { background: #F4F5F7; border: 1px solid rgba(53,108,246,0.2); border-radius: 12px; padding: 48px 56px; display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 64px; align-items: center; position: relative; overflow: hidden; margin-top: 16px; }
.flagship::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg,transparent 10%,#356CF6 50%,transparent 90%); }
.flagship::after { content: ''; position: absolute; top: -100px; right: -100px; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle,rgba(53,108,246,0.06) 0%,transparent 70%); pointer-events: none; }
.flagship-label { font-family: 'Unbounded', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #356CF6; margin-bottom: 16px; }
.flagship-title { font-family: 'Unbounded', sans-serif; font-size: 36px; font-weight: 900; color: #25262B; line-height: 1.1; letter-spacing: -1px; margin-bottom: 16px; }
.flagship-title span { color: #356CF6; }
.flagship-desc { font-size: 15px; color: #5F636D; line-height: 1.7; margin-bottom: 32px; }
.flagship-list { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 10px; }
.flagship-item { display: flex !important; flex-direction: row !important; align-items: center; gap: 8px; font-size: 13px; color: #5F636D; }
.flagship-item::before { content: '✓'; color: #68C83F; font-weight: 700; font-size: 12px; flex-shrink: 0; }
.flagship-right { text-align: center; min-width: 0; overflow: hidden; }
.flagship-price-big { font-family: 'Unbounded', sans-serif; font-size: 72px; font-weight: 900; color: #25262B; letter-spacing: -3px; line-height: 1; margin-bottom: 4px; }
.flagship-price-old { font-size: 20px; color: #A0A6B2; text-decoration: line-through; margin-bottom: 8px; }
.flagship-save { font-size: 14px; font-weight: 700; color: #68C83F; background: rgba(104,200,63,0.1); padding: 6px 16px; border-radius: 50px; display: inline-block; margin-bottom: 32px; }
.flagship-meta { font-size: 12px; color: #A0A6B2; margin-bottom: 24px; line-height: 1.6; }
.flagship-meta strong { color: #5F636D; }
.btn-flagship { font-family: 'Unbounded', sans-serif; font-size: 13px; font-weight: 800; background: #356CF6; color: #FFFFFF; border: none; padding: 18px 40px; border-radius: 8px; cursor: pointer; transition: all .25s; width: 100%; max-width: 100%; box-sizing: border-box; }
.btn-flagship:hover { background: #2458DD; box-shadow: 0 12px 40px rgba(53,108,246,0.3); }

#lp-how { padding: 100px 0; background: #F4F5F7; border-top: 1px solid rgba(37,38,43,0.08); border-bottom: 1px solid rgba(37,38,43,0.08); }
.how-inner { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
.steps { display: grid !important; grid-template-columns: repeat(4,1fr) !important; gap: 1px; background: rgba(37,38,43,0.08); margin-top: 56px; }
.step { background: #F4F5F7; padding: 36px 32px; }
.step-num { font-family: 'Unbounded', sans-serif; font-size: 13px; font-weight: 700; color: #356CF6; letter-spacing: 1px; margin-bottom: 20px; }
.step-title { font-family: 'Unbounded', sans-serif; font-size: 17px; font-weight: 700; color: #25262B; margin-bottom: 10px; letter-spacing: -0.3px; }
.step-text { font-size: 13px; color: #5F636D; line-height: 1.7; }

#lp-compare { padding: 100px 40px; max-width: 1200px; margin: 0 auto; }
.compare-wrap { max-width: 880px; margin: 0 auto; }
.ctable { width: 100%; border-collapse: collapse; margin-top: 48px; }
.ctable th { padding: 16px 24px; text-align: left; font-family: 'Unbounded', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; border-bottom: 1px solid rgba(37,38,43,0.08); }
.th-feat { color: #A0A6B2; }
.th-us { background: #356CF6; color: #FFFFFF; border-radius: 8px 8px 0 0; }
.th-them { color: #A0A6B2; }
.ctable td { padding: 16px 24px; font-size: 14px; border-bottom: 1px solid rgba(37,38,43,0.08); color: #5F636D; }
.ctable td.td-feat { color: #25262B; font-weight: 500; }
.ctable td.td-us { color: #25262B; font-weight: 500; background: rgba(53,108,246,0.04); }
.ctable tr:last-child td { border-bottom: none; }
.chk { color: #356CF6; font-weight: 700; }

#lp-reviews { padding: 100px 40px; max-width: 1200px; margin: 0 auto; }
.reviews-grid { display: grid !important; grid-template-columns: repeat(3,1fr) !important; gap: 16px; margin-top: 48px; }
.review { background: #F4F5F7; border: 1px solid rgba(37,38,43,0.08); border-radius: 12px; padding: 28px; }
.review-stars { color: #356CF6; font-size: 13px; letter-spacing: 2px; margin-bottom: 16px; }
.review-text { font-size: 15px; color: #25262B; line-height: 1.7; margin-bottom: 24px; }
.review-author { display: flex !important; flex-direction: row !important; align-items: center; gap: 12px; }
.review-ava { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg,#DDE2EA,#356CF6); display: flex !important; align-items: center; justify-content: center; font-family: 'Unbounded', sans-serif; font-size: 14px; font-weight: 700; color: #FFFFFF; flex-shrink: 0; }
.review-name { font-size: 14px; font-weight: 600; color: #25262B; }
.review-meta { font-size: 12px; color: #A0A6B2; margin-top: 2px; }

#lp-faq { padding: 100px 40px; max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid rgba(37,38,43,0.08); }
.faq-q { font-family: 'Unbounded', sans-serif; font-size: 17px; font-weight: 600; color: #25262B; padding: 24px 0; cursor: pointer; display: flex !important; flex-direction: row !important; justify-content: space-between; align-items: center; gap: 20px; user-select: none; letter-spacing: -0.3px; transition: color .2s; }
.faq-q:hover { color: #356CF6; }
.faq-icon { width: 28px; height: 28px; border-radius: 50%; border: 1px solid rgba(37,38,43,0.12); display: flex !important; align-items: center; justify-content: center; font-size: 18px; color: #356CF6; transition: transform .3s; flex-shrink: 0; }
.faq-item.open .faq-icon { transform: rotate(45deg); background: rgba(53,108,246,0.12); }
.faq-a { font-size: 15px; color: #5F636D; line-height: 1.75; padding-bottom: 24px; display: none; }
.faq-item.open .faq-a { display: block; }

#lp-cta { padding: 120px 40px; text-align: center; position: relative; overflow: hidden; background: #FFFFFF; }
.cta-bg { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 80% 70% at 50% 50%, rgba(53,108,246,0.07) 0%, transparent 65%); }
.cta-inner { max-width: 720px; margin: 0 auto; position: relative; z-index: 1; }
.cta-label { font-family: 'Unbounded', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #356CF6; margin-bottom: 24px; display: block; }
.cta-h2 { font-family: 'Unbounded', sans-serif; font-size: clamp(36px,5vw,64px); font-weight: 900; letter-spacing: -2px; color: #25262B; line-height: 1.05; margin-bottom: 20px; }
.cta-h2 span { color: #356CF6; }
.cta-desc { font-size: 17px; color: #5F636D; line-height: 1.7; margin-bottom: 40px; }

#lp-footer { background: #F4F5F7; padding: 40px; display: flex !important; flex-direction: row !important; align-items: center; justify-content: space-between; border-top: 1px solid rgba(37,38,43,0.08); flex-wrap: wrap; gap: 24px; }
.footer-logo { font-family: 'Unbounded', sans-serif; font-size: 16px; font-weight: 800; color: #5F636D; }
.footer-logo span { color: #356CF6; }
.footer-links { display: flex !important; flex-direction: row !important; gap: 24px; flex-wrap: wrap; }
.footer-links a { font-size: 13px; color: #A0A6B2; text-decoration: none; transition: color .2s; }
.footer-links a:hover { color: #356CF6; }
.footer-copy { font-size: 12px; color: #A0A6B2; }

/* ═══════════════════════════════
   V2 PAGE STYLES
═══════════════════════════════ */
.v2 { font-family: 'Golos Text', sans-serif; }
.v2-label { font-family: 'Unbounded', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #356CF6; margin-bottom: 16px; display: block; }
.v2-h1 { font-family: 'Unbounded', sans-serif; font-size: clamp(44px,7vw,96px); font-weight: 900; line-height: 1.0; letter-spacing: -2.5px; color: #25262B; }
.v2-h2 { font-family: 'Unbounded', sans-serif; font-size: clamp(32px,4vw,56px); font-weight: 900; line-height: 1.05; letter-spacing: -1.5px; color: #25262B; }
.v2-h3 { font-family: 'Unbounded', sans-serif; font-size: clamp(20px,2.5vw,28px); font-weight: 800; line-height: 1.2; letter-spacing: -0.5px; color: #25262B; }
.v2-accent { color: #356CF6; }
.v2-muted { color: #5F636D; }
.v2-body { font-size: 17px; color: #5F636D; line-height: 1.75; }
.v2-body-sm { font-size: 14px; color: #5F636D; line-height: 1.7; }
.v2-btn-primary { font-family: 'Unbounded', sans-serif; font-size: 13px; font-weight: 800; background: #356CF6; color: #FFFFFF; border: none; padding: 18px 40px; border-radius: 8px; cursor: pointer; transition: all .25s; display: inline-block; text-decoration: none; }
.v2-btn-primary:hover { background: #2458DD; transform: translateY(-2px); box-shadow: 0 16px 48px rgba(53,108,246,0.35); }
.v2-btn-ghost { font-family: 'Unbounded', sans-serif; font-size: 13px; font-weight: 600; background: transparent; color: #5F636D; border: 1px solid rgba(37,38,43,0.16); padding: 18px 36px; border-radius: 8px; cursor: pointer; transition: all .25s; display: inline-block; }
.v2-btn-ghost:hover { border-color: rgba(37,38,43,0.28); color: #25262B; }
.v2-section { padding: 120px 40px; max-width: 1200px; margin: 0 auto; }
.v2-section-wide { padding: 120px 0; }
.v2-section-dark { background: #F4F5F7; border-top: 1px solid rgba(37,38,43,0.08); border-bottom: 1px solid rgba(37,38,43,0.08); }
.v2-inner { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
.v2-center { text-align: center; }
#v2-hero { min-height: 100vh; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: center !important; padding: 120px 40px 80px; text-align: center; position: relative; overflow: hidden; background: #FFFFFF; }
.v2-hero-bg { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 90% 70% at 50% -10%, rgba(53,108,246,0.09) 0%, transparent 60%), radial-gradient(ellipse 50% 40% at 80% 90%, rgba(104,200,63,0.04) 0%, transparent 50%); }
.v2-hero-grid { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(37,38,43,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(37,38,43,0.02) 1px, transparent 1px); background-size: 80px 80px; mask-image: radial-gradient(ellipse 90% 90% at 50% 50%, black 0%, transparent 100%); }
.v2-hero-chip { display: inline-flex !important; align-items: center; gap: 8px; background: rgba(104,200,63,0.1); border: 1px solid rgba(104,200,63,0.2); border-radius: 50px; padding: 8px 20px; font-size: 13px; font-weight: 500; color: #68C83F; margin-bottom: 40px; }
.v2-chip-dot { width: 6px; height: 6px; border-radius: 50%; background: #68C83F; animation: blink 2s infinite; }
.v2-hero-btns { display: flex !important; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 48px; margin-bottom: 72px; }
.v2-trust-bar { display: flex !important; align-items: center; justify-content: center; gap: 0; border: 1px solid rgba(37,38,43,0.08); border-radius: 16px; background: rgba(255,255,255,0.88); overflow: hidden; backdrop-filter: blur(20px); }
.v2-trust-item { padding: 18px 32px; text-align: center; position: relative; }
.v2-trust-item + .v2-trust-item::before { content: ''; position: absolute; left: 0; top: 20%; bottom: 20%; width: 1px; background: rgba(37,38,43,0.08); }
.v2-trust-num { font-family: 'Unbounded', sans-serif; font-size: 22px; font-weight: 800; color: #25262B; letter-spacing: -0.5px; line-height: 1; }
.v2-trust-num span { color: #356CF6; }
.v2-trust-label { font-size: 11px; color: #A0A6B2; margin-top: 4px; font-weight: 500; }
#v2-pain { padding: 120px 40px; max-width: 1200px; margin: 0 auto; }
.v2-pain-header { max-width: 680px; margin-bottom: 64px; }
.v2-pain-grid { display: grid !important; grid-template-columns: repeat(2,1fr) !important; gap: 2px; background: rgba(37,38,43,0.06); border-radius: 16px; overflow: hidden; }
.v2-pain-card { background: #F4F5F7; padding: 48px 40px; transition: background .3s; position: relative; }
.v2-pain-card:hover { background: #ECEFF4; }
.v2-pain-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(53,108,246,0.1), transparent); }
.v2-pain-icon { font-size: 32px; margin-bottom: 20px; }
.v2-pain-title { font-family: 'Unbounded', sans-serif; font-size: 20px; font-weight: 800; color: #25262B; margin-bottom: 12px; letter-spacing: -0.5px; line-height: 1.2; }
.v2-pain-text { font-size: 14px; color: #5F636D; line-height: 1.75; }
#v2-how { padding: 120px 0; background: #F4F5F7; border-top: 1px solid rgba(37,38,43,0.08); border-bottom: 1px solid rgba(37,38,43,0.08); }
.v2-flow { display: flex !important; align-items: flex-start; gap: 0; margin-top: 64px; overflow-x: auto; padding-bottom: 8px; }
.v2-flow-step { flex: 1; min-width: 120px; text-align: center; position: relative; padding: 0 16px; }
.v2-flow-step + .v2-flow-step::before { content: '→'; position: absolute; left: -8px; top: 20px; color: #356CF6; font-size: 18px; font-weight: 700; }
.v2-flow-num { width: 44px; height: 44px; border-radius: 50%; background: rgba(53,108,246,0.1); border: 1px solid rgba(53,108,246,0.2); display: flex !important; align-items: center; justify-content: center; font-family: 'Unbounded', sans-serif; font-size: 14px; font-weight: 800; color: #356CF6; margin: 0 auto 16px; }
.v2-flow-title { font-family: 'Unbounded', sans-serif; font-size: 12px; font-weight: 700; color: #25262B; letter-spacing: -0.2px; line-height: 1.3; }
.v2-flow-sub { font-size: 11px; color: #A0A6B2; margin-top: 6px; line-height: 1.5; }
#v2-products { padding: 120px 40px; max-width: 1200px; margin: 0 auto; }
.v2-products-grid { display: grid !important; grid-template-columns: repeat(3,1fr) !important; gap: 2px; background: rgba(37,38,43,0.06); border-radius: 16px; overflow: hidden; margin-top: 64px; }
.v2-product { background: #F4F5F7; padding: 48px 36px; position: relative; transition: background .3s; display: flex !important; flex-direction: column !important; }
.v2-product:hover { background: #ECEFF4; }
.v2-product-tag { font-family: 'Unbounded', sans-serif; font-size: 9px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #356CF6; background: rgba(53,108,246,0.08); border: 1px solid rgba(53,108,246,0.15); padding: 4px 10px; border-radius: 4px; display: inline-block; width: fit-content; margin-bottom: 24px; }
.v2-product-title { font-family: 'Unbounded', sans-serif; font-size: 22px; font-weight: 900; color: #25262B; margin-bottom: 8px; letter-spacing: -0.5px; line-height: 1.2; }
.v2-product-subtitle { font-size: 13px; color: #356CF6; font-weight: 600; margin-bottom: 20px; }
.v2-product-desc { font-size: 14px; color: #5F636D; line-height: 1.7; margin-bottom: 32px; flex: 1; }
.v2-product-list { list-style: none; margin-bottom: 32px; display: flex !important; flex-direction: column !important; gap: 10px; }
.v2-product-list li { display: flex !important; align-items: center; gap: 10px; font-size: 13px; color: #5F636D; }
.v2-product-list li::before { content: '✓'; color: #68C83F; font-weight: 700; flex-shrink: 0; }
.v2-product-price { font-family: 'Unbounded', sans-serif; font-size: 32px; font-weight: 900; color: #25262B; letter-spacing: -1px; margin-bottom: 16px; }
.v2-product-price span { font-size: 16px; color: #A0A6B2; text-decoration: line-through; margin-left: 8px; font-weight: 400; }
.v2-product-btn { font-family: 'Unbounded', sans-serif; font-size: 11px; font-weight: 700; padding: 14px; width: 100%; border-radius: 6px; cursor: pointer; transition: all .25s; border: 1px solid rgba(37,38,43,0.12); background: transparent; color: #5F636D; text-align: center; box-sizing: border-box; }
.v2-product-btn:hover { border-color: #356CF6; color: #356CF6; }
.v2-product-btn.featured { background: #356CF6; color: #FFFFFF; border-color: #356CF6; }
.v2-product-btn.featured:hover { background: #2458DD; }
.v2-flagship { background: linear-gradient(135deg, #FFFFFF, #F4F5F7); border: 1px solid rgba(53,108,246,0.15); border-radius: 16px; padding: 56px; margin-top: 2px; display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 80px; align-items: center; position: relative; overflow: hidden; }
.v2-flagship::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, #356CF6, transparent); }
.v2-flagship-price { font-family: 'Unbounded', sans-serif; font-size: 80px; font-weight: 900; color: #25262B; letter-spacing: -4px; line-height: 1; margin-bottom: 8px; }
.v2-flagship-old { font-size: 20px; color: #A0A6B2; text-decoration: line-through; margin-bottom: 12px; }
.v2-flagship-save { font-size: 13px; font-weight: 700; color: #68C83F; background: rgba(104,200,63,0.1); padding: 6px 16px; border-radius: 50px; display: inline-block; margin-bottom: 40px; }
.v2-flagship-list { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 10px; margin-bottom: 32px; }
.v2-flagship-item { display: flex !important; align-items: center; gap: 8px; font-size: 13px; color: #5F636D; }
.v2-flagship-item::before { content: '✓'; color: #68C83F; font-weight: 700; flex-shrink: 0; }
#v2-timeline { padding: 120px 40px; max-width: 1200px; margin: 0 auto; }
.v2-timeline-grid { display: grid !important; grid-template-columns: repeat(4,1fr) !important; gap: 2px; background: rgba(37,38,43,0.06); border-radius: 16px; overflow: hidden; margin-top: 64px; }
.v2-timeline-item { background: #F4F5F7; padding: 40px 32px; position: relative; transition: background .3s; }
.v2-timeline-item:hover { background: #ECEFF4; }
.v2-timeline-when { font-family: 'Unbounded', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #356CF6; margin-bottom: 20px; }
.v2-timeline-title { font-family: 'Unbounded', sans-serif; font-size: 18px; font-weight: 800; color: #25262B; margin-bottom: 12px; letter-spacing: -0.3px; line-height: 1.2; }
.v2-timeline-text { font-size: 13px; color: #5F636D; line-height: 1.7; }
#v2-why { padding: 120px 0; background: #F4F5F7; border-top: 1px solid rgba(37,38,43,0.08); border-bottom: 1px solid rgba(37,38,43,0.08); }
.v2-why-grid { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 80px; align-items: center; margin-top: 64px; }
.v2-why-problems { display: flex !important; flex-direction: column !important; gap: 16px; }
.v2-why-problem { display: flex !important; align-items: flex-start; gap: 16px; padding: 20px 24px; background: rgba(37,38,43,0.02); border: 1px solid rgba(37,38,43,0.06); border-radius: 10px; }
.v2-why-x { width: 24px; height: 24px; border-radius: 50%; background: rgba(217,48,37,0.1); border: 1px solid rgba(217,48,37,0.2); display: flex !important; align-items: center; justify-content: center; font-size: 12px; color: #D93025; flex-shrink: 0; margin-top: 2px; }
.v2-why-problem-text { font-size: 14px; color: #5F636D; line-height: 1.6; }
.v2-why-problem-text strong { color: #25262B; display: block; margin-bottom: 4px; font-size: 15px; }
.v2-why-solution { background: linear-gradient(135deg, #FFFFFF, #F4F5F7); border: 1px solid rgba(53,108,246,0.1); border-radius: 16px; padding: 48px; position: relative; overflow: hidden; }
.v2-why-solution::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, #356CF6, transparent); }
.v2-solution-items { display: flex !important; flex-direction: column !important; gap: 20px; margin-top: 32px; }
.v2-solution-item { display: flex !important; align-items: flex-start; gap: 14px; }
.v2-solution-check { width: 24px; height: 24px; border-radius: 50%; background: rgba(104,200,63,0.1); border: 1px solid rgba(104,200,63,0.2); display: flex !important; align-items: center; justify-content: center; font-size: 12px; color: #68C83F; flex-shrink: 0; margin-top: 2px; }
.v2-solution-text { font-size: 14px; color: #5F636D; line-height: 1.6; }
.v2-solution-text strong { color: #25262B; display: block; margin-bottom: 4px; }
#v2-compare { padding: 120px 40px; max-width: 1100px; margin: 0 auto; }
.v2-ctable { width: 100%; border-collapse: collapse; margin-top: 64px; }
.v2-ctable th { padding: 16px 20px; font-family: 'Unbounded', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; border-bottom: 1px solid rgba(37,38,43,0.08); text-align: center; }
.v2-ctable th:first-child { text-align: left; color: #A0A6B2; }
.v2-th-us { background: #356CF6; color: #FFFFFF; border-radius: 8px 8px 0 0; }
.v2-ctable td { padding: 16px 20px; font-size: 14px; border-bottom: 1px solid rgba(37,38,43,0.08); text-align: center; color: #5F636D; }
.v2-ctable td:first-child { text-align: left; color: #25262B; font-weight: 500; }
.v2-ctable td.v2-td-us { background: rgba(53,108,246,0.04); color: #25262B; font-weight: 600; }
.v2-ctable tr:last-child td { border-bottom: none; }
.v2-chk { color: #68C83F; font-size: 16px; }
.v2-half { color: #356CF6; font-size: 14px; }
.v2-no { color: #A0A6B2; font-size: 16px; }
#v2-reviews { padding: 120px 40px; max-width: 1200px; margin: 0 auto; }
.v2-reviews-grid { display: grid !important; grid-template-columns: repeat(3,1fr) !important; gap: 16px; margin-top: 64px; }
.v2-review { background: #F4F5F7; border: 1px solid rgba(37,38,43,0.08); border-radius: 14px; padding: 32px; transition: border-color .3s; }
.v2-review:hover { border-color: rgba(37,38,43,0.12); }
.v2-review-stars { color: #356CF6; font-size: 14px; letter-spacing: 3px; margin-bottom: 20px; }
.v2-review-text { font-size: 15px; color: #25262B; line-height: 1.75; margin-bottom: 28px; }
.v2-review-author { display: flex !important; align-items: center; gap: 12px; }
.v2-review-ava { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg,#DDE2EA,#356CF6); display: flex !important; align-items: center; justify-content: center; font-family: 'Unbounded', sans-serif; font-size: 14px; font-weight: 800; color: #FFFFFF; flex-shrink: 0; }
.v2-review-name { font-size: 14px; font-weight: 600; color: #25262B; }
.v2-review-meta { font-size: 12px; color: #A0A6B2; margin-top: 3px; }
#v2-faq { padding: 120px 40px; max-width: 800px; margin: 0 auto; }
.v2-faq-item { border-bottom: 1px solid rgba(37,38,43,0.08); }
.v2-faq-q { font-family: 'Unbounded', sans-serif; font-size: 16px; font-weight: 600; color: #25262B; padding: 24px 0; cursor: pointer; display: flex !important; justify-content: space-between; align-items: center; gap: 20px; user-select: none; letter-spacing: -0.3px; transition: color .2s; }
.v2-faq-q:hover { color: #356CF6; }
.v2-faq-icon { width: 28px; height: 28px; border-radius: 50%; border: 1px solid rgba(37,38,43,0.12); display: flex !important; align-items: center; justify-content: center; font-size: 18px; color: #356CF6; transition: transform .3s; flex-shrink: 0; }
.v2-faq-item.open .v2-faq-icon { transform: rotate(45deg); background: rgba(53,108,246,0.12); }
.v2-faq-a { font-size: 15px; color: #5F636D; line-height: 1.75; padding-bottom: 24px; display: none; }
.v2-faq-item.open .v2-faq-a { display: block; }
#v2-cta { padding: 160px 40px; text-align: center; position: relative; overflow: hidden; background: #FFFFFF; }
.v2-cta-bg { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(53,108,246,0.08) 0%, transparent 65%); }
.v2-cta-inner { max-width: 760px; margin: 0 auto; position: relative; z-index: 1; }
.v2-cta-btns { display: flex !important; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 48px; }
.v2-cta-note { font-size: 13px; color: #A0A6B2; margin-top: 20px; }

.v2-flagship-right { min-width: 0; overflow: hidden; }
.v2-flagship .v2-btn-primary { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding-left: 20px !important; padding-right: 20px !important; }

/* MOBILE ОСНОВНОЙ САЙТ */
@media (max-width: 768px) {
  #lp-header { height: auto !important; padding: 12px 16px !important; flex-wrap: nowrap !important; gap: 8px !important; }
  #lp-header img { height: 26px !important; }
  .btn-nav { font-size: 10px !important; padding: 8px 12px !important; }
  #lp-hero { padding: 100px 16px 60px !important; }
  #lp-hero h1 { font-size: clamp(36px,10vw,52px) !important; letter-spacing: -1px !important; }
  .hero-sub { font-size: 15px !important; }
  .hero-btns { flex-direction: column !important; width: 100% !important; align-items: stretch !important; box-sizing: border-box !important; }
  .btn-primary { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; text-align: center !important; }
  .btn-ghost { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; text-align: center !important; }
  .btn-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }
  .btn-flagship { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }
  .hero-stats { display: grid !important; grid-template-columns: 1fr 1fr !important; flex-wrap: unset !important; width: 100% !important; border-radius: 8px !important; }
  .stat-item { width: 100% !important; flex: unset !important; padding: 16px 8px !important; border-bottom: 1px solid rgba(37,38,43,0.08) !important; }
  .stat-item:nth-child(3), .stat-item:nth-child(4) { border-bottom: none !important; }
  .stat-item + .stat-item::before { display: none !important; }
  .stat-num { font-size: 22px !important; }
  #trust { padding: 60px 16px !important; }
  .trust-grid { grid-template-columns: 1fr !important; }
  .after-payment { padding: 24px 20px !important; margin-top: 16px !important; }
  .after-payment-list { grid-template-columns: 1fr 1fr !important; }
  #lp-pain { padding: 60px 16px !important; }
  .pain-grid { grid-template-columns: 1fr !important; }
  .pain-card { padding: 28px 20px !important; }
  #lp-preview { padding: 60px 16px !important; }
  .preview-grid { grid-template-columns: 1fr !important; }
  .preview-tabs { gap: 6px !important; }
  .preview-tab { font-size: 9px !important; padding: 5px 10px !important; }
  #lp-products { padding: 60px 16px !important; }
  .products-header { flex-direction: column !important; align-items: flex-start !important; }
  .products-grid { grid-template-columns: 1fr !important; }
  .product-card { height: auto !important; }
  .flagship { grid-template-columns: 1fr !important; padding: 28px 20px !important; gap: 32px !important; margin-top: 16px !important; }
  .flagship-right { text-align: left !important; min-width: 0 !important; }
  .flagship-price-big { font-size: 52px !important; }
  .flagship-list { grid-template-columns: 1fr !important; }
  .flagship-title { font-size: 28px !important; }
  #lp-how { padding: 60px 0 !important; }
  .how-inner { padding: 0 16px !important; }
  .steps { grid-template-columns: 1fr 1fr !important; }
  .step { padding: 24px 16px !important; }
  #lp-compare { padding: 60px 16px !important; }
  .ctable th, .ctable td { padding: 10px 12px !important; font-size: 11px !important; }
  #lp-reviews { padding: 60px 16px !important; }
  .reviews-grid { grid-template-columns: 1fr !important; }
  #lp-faq { padding: 60px 16px !important; }
  .faq-q { font-size: 14px !important; }
  #lp-cta { padding: 80px 16px !important; }
  .cta-h2 { font-size: clamp(32px,8vw,48px) !important; }
  .cta-desc { font-size: 15px !important; }
  #lp-footer { flex-direction: column !important; align-items: center !important; text-align: center !important; padding: 32px 16px !important; gap: 16px !important; }
  .footer-links { justify-content: center !important; flex-wrap: wrap !important; gap: 16px !important; }

  /* MOBILE V2 */
  #v2-hero { padding: 100px 16px 60px !important; }
  .v2-section, #v2-pain, #v2-products, #v2-compare, #v2-reviews, #v2-faq, #v2-cta, #v2-timeline { padding-left: 16px !important; padding-right: 16px !important; }
  .v2-inner { padding: 0 16px !important; }
  .v2-trust-bar { flex-wrap: wrap !important; }
  .v2-trust-item { width: 50% !important; }
  .v2-pain-grid { grid-template-columns: 1fr !important; }
  .v2-products-grid { grid-template-columns: 1fr !important; }
  .v2-flagship { grid-template-columns: 1fr !important; padding: 32px 20px !important; gap: 40px !important; }
  .v2-flagship-price { font-size: 52px !important; }
  .v2-timeline-grid { grid-template-columns: 1fr 1fr !important; }
  .v2-why-grid { grid-template-columns: 1fr !important; gap: 40px !important; }
  .v2-reviews-grid { grid-template-columns: 1fr !important; }
  .v2-flagship-list { grid-template-columns: 1fr !important; }
  .v2-flow { gap: 0 !important; }
  .v2-flow-step { min-width: 90px !important; }
  .v2-hero-btns { flex-direction: column !important; align-items: stretch !important; }
  .v2-btn-primary, .v2-btn-ghost { width: 100% !important; text-align: center !important; box-sizing: border-box !important; }
  .v2-cta-btns { flex-direction: column !important; align-items: stretch !important; }
}

/* FIX: светлый header при прокрутке */
#lp-header,
#lp-header *,
#lp-header.scrolled,
#lp-header.is-scrolled,
#lp-header.t228__positionfixed,
#lp-header.t450__positionfixed {
  box-sizing: border-box;
}

#lp-header,
#lp-header.scrolled,
#lp-header.is-scrolled,
#lp-header.t228__positionfixed,
#lp-header.t450__positionfixed {
  background: rgba(255, 255, 255, 0.94) !important;
  background-color: rgba(255, 255, 255, 0.94) !important;
  background-image: none !important;
  border-bottom: 1px solid rgba(37, 38, 43, 0.08) !important;
  box-shadow: 0 8px 24px rgba(37, 38, 43, 0.06) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
}

#lp-header::before,
#lp-header::after {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

#lp-header a {
  display: inline-flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
}

#lp-header img {
  display: block !important;
  height: 36px !important;
  width: auto !important;
  opacity: 1 !important;
  filter: none !important;
}

#lp-header .btn-primary {
  width: auto !important;
  max-width: none !important;
  flex-shrink: 0 !important;
  background: #356CF6 !important;
  color: #FFFFFF !important;
  padding: 14px 28px !important;
  box-shadow: none !important;
  white-space: nowrap !important;
}

#lp-header .btn-primary:hover {
  background: #2458DD !important;
  box-shadow: 0 12px 32px rgba(53, 108, 246, 0.24) !important;
}

@media (max-width: 768px) {
  #lp-header {
    height: auto !important;
    min-height: 58px !important;
    padding: 12px 16px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    background-color: rgba(255, 255, 255, 0.96) !important;
    gap: 10px !important;
  }

  #lp-header img {
    height: 26px !important;
  }

  #lp-header .btn-primary {
    width: auto !important;
    max-width: 58vw !important;
    padding: 10px 14px !important;
    font-size: 11px !important;
    white-space: nowrap !important;
  }
}
