:root {
  --bg: #0f0520; --bg-card: rgba(255,255,255,0.05);
  --white: #ffffff; --purple: #ad46ff; --purple-lt: #dab2ff;
  --pink: #fb64b6; --blue: #51a2ff; --yellow: #fdc700;
  --text: #ffffff; --text-muted: rgba(255,255,255,0.7);
  --radius: 16px; --max-w: 1099px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: linear-gradient(180deg,rgba(15,5,32,1) 0%,rgba(17,6,34,1) 8.33%,rgba(19,8,37,1) 16.67%,rgba(20,9,39,1) 25%,rgba(22,11,41,1) 33.33%,rgba(24,13,44,1) 41.67%,rgba(26,15,46,1) 50%,rgba(24,13,44,1) 58.33%,rgba(22,11,41,1) 66.67%,rgba(20,9,39,1) 75%,rgba(19,8,37,1) 83.33%,rgba(17,6,34,1) 91.67%,rgba(15,5,32,1) 100%);
  background-attachment: fixed;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 16px; line-height: 1.6;


}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.section-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 32px; }
.section-title { font-size: 48px; font-weight: 700; line-height: 48px; letter-spacing: 0.35px; text-align: center; margin-bottom: 16px; color: #fff; }
.section-subtitle { font-size: 20px; font-weight: 400; line-height: 28px; letter-spacing: -0.45px; color: var(--text-muted); text-align: center; margin-bottom: 64px; }

/* ── HEADER ── */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(15,5,32,0.9); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 1px solid rgba(255,255,255,0.06); }
.header-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 32px; height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.header-logo { display: flex; align-items: center; gap: 12px; flex-shrink: 0; width: 221px; }
.logo-img { width: 48px; height: 48px; object-fit: contain; flex-shrink: 0; }
.logo-text { color: #fff; font-size: 16px; font-weight: 500; line-height: 24px; letter-spacing: -0.31px; white-space: nowrap; }
.header-nav { display: flex; align-items: center; gap: 32px; flex-shrink: 0; }
.header-nav a { font-size: 16px; font-weight: 400; line-height: 24px; letter-spacing: -0.31px; color: rgba(255,255,255,0.7); transition: color .2s; white-space: nowrap; }
.header-nav a:hover { color: #fff; }
.header-nav a.nav-app { color: #fff; font-weight: 500; }
.header-search { display: flex; align-items: center; gap: 8px; padding: 0 20px; width: 122px; height: 46px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.10); border-radius: 999px; box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.10); color: #fff; font-size: 16px; font-weight: 500; cursor: pointer; flex-shrink: 0; transition: background .2s; }
.header-search:hover { background: rgba(255,255,255,0.08); }
.burger { display: none; background: none; border: none; color: white; font-size: 22px; cursor: pointer; }

/* ── FOOTER ── */
.footer-cta { padding: 80px 32px; }
.footer-cta-inner { max-width: var(--max-w); margin: 0 auto; }
.footer-publish-label { font-size: 14px; color: rgba(255,255,255,0.7); line-height: 20px; margin-bottom: 8px; }
.footer-email { font-size: 60px; font-weight: 700; line-height: 60px; letter-spacing: 0.26px; color: #fff; display: block; margin-bottom: 16px; }
.footer-tagline { font-size: 18px; color: rgba(255,255,255,0.8); line-height: 28px; }
.footer-bottom { background: rgba(0,0,0,0.95); border-top: 1px solid rgba(255,255,255,0.05); }
.footer-bottom-inner { max-width: var(--max-w); margin: 0 auto; padding: 49px 32px 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.footer-brand strong { font-size: 30px; font-weight: 700; line-height: 36px; letter-spacing: 0.4px; color: #fff; display: block; margin-bottom: 24px; }
.footer-brand p { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 22.75px; max-width: 489px; margin-bottom: 8px; }
.footer-brand p:last-child { font-size: 12px; color: rgba(255,255,255,0.5); }
.footer-contact { text-align: right; }
.footer-contact-label { display: block; font-size: 20px; font-weight: 500; color: #fff; margin-bottom: 16px; }
.footer-contact a { font-size: 16px; color: rgba(255,255,255,0.7); }



/* ── HOME PAGE ──
/* ═══════════════════════════════════════════════════════
   HOME PAGE SECTIONS
   ═══════════════════════════════════════════════════════ */

/* ── Hero Home ──────────────────────────────────────────── */
.section-hero-home {
  position: relative;
  padding: 64px 48px 80px;
  max-width: var(--max-w);
  margin: 0 auto;
  overflow-x: visible !important;
}
.hero-glow-1 {
  position: absolute;
  width: 384px; height: 384px;
  background: rgba(152,16,250,0.3);
  border-radius: 50%;
  filter: blur(64px);
  left: 25%; top: 0;
  pointer-events: none;
}
.hero-glow-2 {
  position: absolute;
  width: 384px; height: 384px;
  background: rgba(230,0,118,0.2);
  border-radius: 50%;
  filter: blur(64px);
  left: 40%; bottom: 0;
  pointer-events: none;
}
.hero-home-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero-new-badge {
  display: inline-flex;
  align-items: center;
  padding: 10px 17px;
  background: linear-gradient(90deg, rgba(173,70,255,0.2), rgba(246,51,154,0.2));
  border: 1px solid rgba(194,122,255,0.3);
  border-radius: 999px;
  color: #dab2ff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.15px;
  margin-bottom: 24px;
}
.hero-home-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 75px;
  letter-spacing: 0.26px;
  color: #fff;
  margin-bottom: 16px;
}
.hero-home-accent {
  display: block;
  background: linear-gradient(90deg, #c27aff 0%, #fb64b6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 75px;
}
.hero-home-subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 32.5px;
  letter-spacing: -0.45px;
  color: rgba(255,255,255,0.8);
  margin-bottom: 16px;
}
.hero-home-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.44px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 16px;
  max-width: 470px;
}
.hero-em {
  color: #dab2ff;
  font-style: italic;
  font-weight: 500;
}
.hero-home-desc2 {
  font-size: 18px;
  color: rgba(255,255,255,0.6);
  line-height: 29px;
  letter-spacing: -0.44px;
  margin-bottom: 32px;
  max-width: 470px;
}
.hero-home-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.btn-go-catalog {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  padding: 0 32px;
  background: linear-gradient(180deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 999px;
  box-shadow: 0px 8px 32px rgba(168,85,247,0.3), inset 0px 1px 0px rgba(255,255,255,0.2);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.31px;
  transition: opacity .2s;
}
.btn-go-catalog:hover { opacity: .85; }
.btn-learn-more-home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  padding: 0 32px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 999px;
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.1);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.31px;
  transition: background .2s;
}
.btn-learn-more-home:hover { background: rgba(255,255,255,0.08); }
.hero-home-mockup { position: relative; }
.hero-mockup-glow {
  position: absolute;
  width: 447px; height: 574px;
  background: linear-gradient(135deg, rgba(152,16,250,0.4), rgba(230,0,118,0.4));
  border-radius: 24px;
  filter: blur(40px);
  top: 15px; left: 12px;
  pointer-events: none;
}
.hero-mockup-frame {
  position: relative;
  background: linear-gradient(135deg, rgba(30,41,57,0.4), rgba(16,24,40,0.4));
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  box-shadow: 0px 25px 50px -12px rgba(0,0,0,0.25);
  
  aspect-ratio: 469/604;
}
.hero-mockup-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-mockup-corner-tr {
  position: absolute; top: 17px; right: 17px;
  width: 80px; height: 80px;
  border-top: 2px solid rgba(194,122,255,0.3);
  border-right: 2px solid rgba(194,122,255,0.3);
  border-radius: 0 16px 0 0;
  z-index: 2;
}
.hero-mockup-corner-bl {
  position: absolute; bottom: 17px; left: 17px;
  width: 80px; height: 80px;
  border-bottom: 2px solid rgba(251,100,182,0.3);
  border-left: 2px solid rgba(251,100,182,0.3);
  border-radius: 0 0 0 16px;
  z-index: 2;
}
.hero-mockup-placeholder {
  width: 100%; height: 100%; min-height: 400px;
  background: rgba(255,255,255,0.03);
  display: flex;
  align-items: flex-end;
  padding: 24px;
}
.hero-mockup-stats { display: flex; gap: 8px; width: 100%; }
.hero-mockup-stat {
  flex: 1;
  background: rgba(0,0,0,0.6);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  padding: 13px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.hero-mockup-stat-num { font-size: 24px; font-weight: 700; color: #fff; }
.hero-mockup-stat-label { font-size: 12px; color: rgba(255,255,255,0.6); }

/* ── Ultimate Brush Library ─────────────────────────────── */
.section-ultimate {
  position: relative;
  padding: 96px 0;
 
  text-align: center;
}
.ultimate-glow-1 {
  position: absolute;
  width: 384px; height: 384px;
  background: rgba(152,16,250,0.1);
  border-radius: 50%;
  filter: blur(64px);
  left: 25%; top: 162px;
  pointer-events: none;
}
.ultimate-glow-2 {
  position: absolute;
  width: 384px; height: 384px;
  background: rgba(230,0,118,0.1);
  border-radius: 50%;
  filter: blur(64px);
  left: 40%; top: 102px;
  pointer-events: none;
}
.ultimate-badge {
  display: inline-block;
  padding: 9px 17px;
  background: linear-gradient(90deg, rgba(152,16,250,0.2), rgba(230,0,118,0.2));
  border: 1px solid rgba(173,70,255,0.3);
  border-radius: 999px;
  color: #dab2ff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.ultimate-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0.26px;
  color: #fff;
  margin-bottom: 0;
}
.ultimate-accent {
  display: block;
  background: linear-gradient(90deg, #c27aff 0%, #fb64b6 50%, #c27aff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 28px;
}
.ultimate-desc {
  font-size: 20px;
  color: rgba(255,255,255,0.7);
  max-width: 672px;
  margin: 0 auto 40px;
  line-height: 28px;
  letter-spacing: -0.45px;
}
.ultimate-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
}
.btn-download-app {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 32px;
  background: linear-gradient(90deg, rgba(152,16,250,1), rgba(230,0,118,1));
  border-radius: 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.31px;
  box-shadow: 0px 4px 6px -4px rgba(173,70,255,0.5), 0px 10px 15px -3px rgba(173,70,255,0.5);
  transition: opacity .2s;
}
.btn-download-app:hover { opacity: .9; }
.btn-watch-demo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  padding: 0 32px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.31px;
  transition: background .2s;
}
.btn-watch-demo:hover { background: rgba(255,255,255,0.08); }
.ultimate-social-proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.ultimate-avatars { display: flex; position: relative; width: 192px; height: 48px; }
.ultimate-avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(152,16,250,0.2), rgba(230,0,118,0.2));
  border: 2px solid #0f0520;
  position: absolute;
  top: 0;
}
.ultimate-avatar:nth-child(1) { left: 0; }
.ultimate-avatar:nth-child(2) { left: 36px; }
.ultimate-avatar:nth-child(3) { left: 72px; }
.ultimate-avatar:nth-child(4) { left: 108px; }
.ultimate-avatar:nth-child(5) { left: 144px; }
.ultimate-rating { display: flex; flex-direction: column; gap: 4px; }
.ultimate-stars { color: #fdc700; font-size: 20px; letter-spacing: 2px; }
.ultimate-rating-text { font-size: 14px; }
.ultimate-rating-text strong { color: #fff; }
.ultimate-rating-text span { color: rgba(255,255,255,0.6); }

/* ── Stats Home ─────────────────────────────────────────── */
.section-stats-home { padding: 0 0 80px; }
.stats-home-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 900px;
  margin: 0 auto;
}
.stat-home-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  background: rgba(0,0,0,0.4);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 16px;
  padding: 0 0 0 24px;
  height: 102px;
}
.stat-home-icon {
  width: 48px; height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.stat-home-icon--users { background: linear-gradient(135deg,rgba(246,51,154,0.2),rgba(173,70,255,0.2)); }
.stat-home-icon--brush { background: linear-gradient(135deg,rgba(43,127,255,0.2),rgba(0,184,219,0.2)); }
.stat-home-icon--star  { background: linear-gradient(135deg,rgba(255,105,0,0.2),rgba(240,177,0,0.2)); }
.stat-home-num { display: block; font-size: 24px; font-weight: 700; line-height: 32px; color: #fff; }
.stat-home-label { display: block; font-size: 14px; color: rgba(255,255,255,0.6); line-height: 20px; }

/* ── Brush Gallery ──────────────────────────────────────── */
.section-brush-gallery { padding: 80px 0; position: relative;  }
.gallery-glow {
  position: absolute;
  width: 384px; height: 384px;
  background: rgba(230,0,118,0.2);
  border-radius: 50%;
  filter: blur(64px);
  right: 80px; top: 257px;
  pointer-events: none;
}
.gallery-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}
.gallery-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.37px;
  color: #fff;
}
.btn-all-brushes {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 50px;
  padding: 0 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 999px;
  box-shadow: 0px 8px 32px rgba(168,85,247,0.3), inset 0px 1px 0px rgba(255,255,255,0.2);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.31px;
  transition: opacity .2s;
}
.btn-all-brushes:hover { opacity: .85; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}
.gallery-card {
  background: linear-gradient(135deg, rgba(30,41,57,0.4), rgba(16,24,40,0.4));
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  overflow: hidden;
  display: block;
  transition: border-color .2s, transform .2s;
}


.gallery-card-img .bcard-badge{
  position: absolute;
  margin-top:10px;
  margin-left:24px;
}

.gallery-card:hover { border-color: rgba(173,70,255,0.3); transform: translateY(-4px); }
.gallery-card-img { height: auto; overflow: hidden; background: linear-gradient(135deg,rgba(16,24,40,1),rgba(0,0,0,1)); }
.gallery-card-img img { width: 100%; height: 100%;}
.gallery-card-placeholder { width: 100%; height: 100%; background: rgba(255,255,255,0.04); }
.gallery-card-body { padding: 24px; }
.gallery-card-title { font-size: 20px; font-weight: 500; line-height: 28px; letter-spacing: -0.45px; color: #fff; margin-bottom: 8px; margin-top: 20px;  }
.gallery-card-desc { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 22.75px; letter-spacing: -0.15px; }
.gallery-dots { display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 40px; }
.gallery-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.2); }
.gallery-dot--active { background: linear-gradient(90deg, #ad46ff, #f6339a); }
.gallery-cta { text-align: center; }
.btn-check-catalog {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  padding: 0 40px;
  background: linear-gradient(90deg, rgba(152,16,250,0.2), rgba(230,0,118,0.2));
  border: 1px solid rgba(194,122,255,0.3);
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.31px;
  transition: background .2s;
}
.btn-check-catalog:hover { background: linear-gradient(90deg,rgba(152,16,250,0.3),rgba(230,0,118,0.3)); }

/* ── Key Benefits Home ──────────────────────────────────── */
.section-benefits-home { padding: 80px 0; }
.benefits-home-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.benefit-home-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 24px;
  padding: 33px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 264px;
}
.benefit-home-card--cta {
  background: linear-gradient(135deg,rgba(152,16,250,0.2),rgba(230,0,118,0.2));
  border-color: rgba(173,70,255,0.3);
  justify-content: center;
  gap: 12px;
}
.benefit-home-icon {
  width: 56px; height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-shrink: 0;
}
.benefit-home-title { font-size: 20px; font-weight: 700; line-height: 28px; letter-spacing: -0.45px; color: #fff; margin-bottom: 12px; }
.benefit-home-desc { font-size: 16px; color: rgba(255,255,255,0.6); line-height: 26px; letter-spacing: -0.31px; }
.benefit-cta-title { font-size: 24px; font-weight: 700; color: #fff; text-align: center; line-height: 32px; }
.benefit-cta-desc { font-size: 16px; color: rgba(255,255,255,0.7); text-align: center; letter-spacing: -0.31px; }
.btn-download-now-home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 32px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 14px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.31px;
  transition: background .2s;
}
.btn-download-now-home:hover { background: rgba(255,255,255,0.15); }

/* ── Free Brushes ───────────────────────────────────────── */
.section-free-brushes { padding: 80px 0; position: relative;  }
.free-brushes-glow {
  position: absolute;
  width: 384px; height: 384px;
  background: rgba(152,16,250,0.2);
  border-radius: 50%;
  filter: blur(64px);
  left: 36%; top: 0;
  pointer-events: none;
}
.free-brushes-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}
.free-brushes-title { font-size: 36px; font-weight: 700; line-height: 40px; letter-spacing: 0.37px; color: #fff; }
.btn-go-catalog-pink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 0 24px;
  background: linear-gradient(90deg, #f6339a, #9810fa);
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.31px;
  box-shadow: 0px 8px 32px rgba(219,39,119,0.4);
  transition: opacity .2s;
}
.btn-go-catalog-pink:hover { opacity: .9; }
.free-brushes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.free-brush-card {
  background: linear-gradient(135deg,rgba(30,41,57,0.4),rgba(16,24,40,0.4));
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.free-brush-img { height:auto; overflow: hidden; }
.free-brush-img img { width: 100%; height: 100%; }
.free-brush-placeholder { width: 100%; height: 100%; background: rgba(255,255,255,0.04); }
.free-brush-body { padding: 24px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.free-brush-title { font-size: 20px; font-weight: 500; line-height: 25px; letter-spacing: -0.45px; color: #fff; }
.free-brush-meta { display: flex; align-items: center; gap: 8px; font-size: 14px; color: rgba(255,255,255,0.5); line-height: 20px; letter-spacing: -0.15px; }
.free-brush-sep { opacity: .5; }
.btn-free-download {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  background: linear-gradient(180deg,rgba(255,255,255,0.15) 0%,rgba(255,255,255,0.05) 100%);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 999px;
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  margin-top: auto;
  transition: background .2s;
}
.btn-free-download:hover { background: rgba(255,255,255,0.12); }

/* ── Featured Styles ────────────────────────────────────── */
.section-styles-home { padding: 80px 0; position: relative; }
.styles-glow-1 { position: absolute; width: 384px; height: 384px; background: rgba(152,16,250,0.1); border-radius: 50%; filter: blur(64px); left: 0; top: 0; pointer-events: none; }
.styles-glow-2 { position: absolute; width: 384px; height: 384px; background: rgba(230,0,118,0.1); border-radius: 50%; filter: blur(64px); right: 80px; bottom: 80px; pointer-events: none; }
.styles-home-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 398px);
  gap: 24px;
}
.style-home-card { position: relative; border-radius: 24px; overflow: hidden; }
.style-home-img { width: 100%; height: 100%; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); }
.style-home-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 0 0 24px 24px;
  background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, transparent 100%);
}
.style-home-title { font-size: 24px; font-weight: 700; color: #fff; margin-bottom: 8px; line-height: 32px; letter-spacing: 0.07px; }
.style-home-desc { font-size: 14px; color: rgba(255,255,255,0.9); line-height: 20px; letter-spacing: -0.15px; }

/* ── Testimonials Home ──────────────────────────────────── */
.section-testimonials-home { padding: 80px 0; }
.testimonials-home-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial-home-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 24px;
  padding: 33px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}
.testimonial-home-quote { font-size: 40px; color: rgba(173,70,255,0.5); line-height: 1; position: absolute; top: 33px; left: 33px; }
.testimonial-home-text { font-size: 16px; color: rgba(255,255,255,0.8); line-height: 26px; letter-spacing: -0.31px; padding-top: 60px; flex: 1; }
.testimonial-home-author { display: flex; align-items: center; gap: 16px; }
.testimonial-home-avatar { width: 48px; height: 48px; border-radius: 50%; background: rgba(173,70,255,0.15); border: 2px solid rgba(173,70,255,0.3); flex-shrink: 0; }
.testimonial-home-name { display: block; font-size: 16px; font-weight: 600; color: #fff; line-height: 24px; letter-spacing: -0.31px; }
.testimonial-home-role { display: block; font-size: 14px; color: rgba(255,255,255,0.6); line-height: 20px; letter-spacing: -0.15px; }
.testimonial-home-stars { color: #fdc700; font-size: 16px; letter-spacing: 2px; }

/* ── How It Works ───────────────────────────────────────── */
.section-how-it-works { padding: 80px 0; }
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.how-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 24px;
  padding: 33px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  min-height: 250px;
}
.how-icon {
  width: 64px; height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  flex-shrink: 0;
}
.how-title { font-size: 24px; font-weight: 700; line-height: 32px; letter-spacing: 0.07px; color: #fff; margin-bottom: 16px; }
.how-desc { font-size: 16px; color: rgba(255,255,255,0.6); line-height: 26px; letter-spacing: -0.31px; }
.how-connector {
  position: absolute;
  right: -16px;
  top: 50%;
  width: 32px;
  height: 2px;
  background: linear-gradient(90deg, rgba(173,70,255,0.5) 0%, transparent 100%);
  z-index: 1;
}

/* ── Final CTA Home ─────────────────────────────────────── */
.section-final-cta-home { padding: 80px 0; position: relative;  }
.final-cta-glow-1 { position: absolute; width: 800px; height: 800px; background: rgba(152,16,250,0.15); border-radius: 50%; filter: blur(64px); left: 15%; top: 6px; pointer-events: none; }
.final-cta-glow-2 { position: absolute; width: 384px; height: 384px; background: rgba(21,93,252,0.1); border-radius: 50%; filter: blur(64px); left: 40%; top: 225px; pointer-events: none; }
.final-cta-home-box {
  background: linear-gradient(135deg,rgba(255,255,255,0.1),rgba(255,255,255,0.05));
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 48px;
  box-shadow: 0px 25px 50px -12px rgba(0,0,0,0.25);
  padding: 80px 64px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.final-cta-home-badge {
  display: inline-block;
  padding: 9px 17px;
  background: linear-gradient(90deg,rgba(152,16,250,0.3),rgba(230,0,118,0.3));
  border: 1px solid rgba(173,70,255,0.4);
  border-radius: 999px;
  color: #e9d4ff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.final-cta-home-title { font-size: 48px; font-weight: 700; line-height: 48px; letter-spacing: 0.35px; color: #fff; margin-bottom: 24px; }
.final-cta-home-accent {
  display: block;
  background: linear-gradient(90deg, #c27aff 0%, #fb64b6 50%, #c27aff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.final-cta-home-desc { font-size: 20px; color: rgba(255,255,255,0.7); max-width: 594px; margin: 0 auto 48px; line-height: 28px; letter-spacing: -0.45px; }
.final-cta-home-actions { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; margin-bottom: 32px; }
.btn-appstore-final {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 0 32px;
  height: 96px;
  width: 289px;
  background: #000;
  border: 2px solid #ad46ff;
  border-radius: 16px;
  box-shadow: 0px 4px 6px -4px rgba(173,70,255,0.5), 0px 10px 15px -3px rgba(173,70,255,0.5);
  color: #fff;
  transition: box-shadow .2s;
  justify-content: center;
}
.btn-appstore-final:hover { box-shadow: 0px 4px 6px -4px rgba(173,70,255,0.8), 0px 10px 25px -3px rgba(173,70,255,0.7); }
.btn-learn-more-final {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 66px;
  padding: 0 78px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.31px;
  transition: background .2s;
}

.btn-appstore-inner{
   display: flex;
    flex-direction: column;
}
.btn-appstore-small{
	color: rgba(255, 255, 255, 0.80);
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 142.857% */
letter-spacing: -0.15px;
	
}

.btn-appstore-big{
	color: #FFF;
font-family: Inter;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 32px; /* 133.333% */
letter-spacing: 0.07px;
}


.btn-learn-more-final:hover { background: rgba(255,255,255,0.08); }
.final-cta-compat { font-size: 14px; color: rgba(255,255,255,0.4); letter-spacing: -0.15px; margin-top: 32px;
    text-align: center;}

/* ── Responsive Home ────────────────────────────────────── */
@media (max-width: 900px) {
  .hero-home-inner { grid-template-columns: 1fr; }
  .hero-home-mockup { display: none; }
  .hero-home-title, .hero-home-accent { font-size: 48px; line-height:1.3em; }
  .ultimate-title { font-size: 40px; line-height: 44px; }
  .stats-home-grid { grid-template-columns: 1fr; max-width: 380px; }
  .gallery-grid, .benefits-home-grid, .free-brushes-grid { grid-template-columns: 1fr 1fr; }
  .styles-home-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .testimonials-home-grid, .how-grid { grid-template-columns: 1fr 1fr; }
  .how-connector { display: none; }
}
@media (max-width: 600px) {
  .section-hero-home { padding: 48px 24px 60px; }
  .hero-home-title, .hero-home-accent { font-size: 36px; line-height: 1.3em; }
  .ultimate-title { font-size: 30px; line-height: 36px; }
  .gallery-grid, .benefits-home-grid, .free-brushes-grid, .testimonials-home-grid, .how-grid { grid-template-columns: 1fr; }
  .styles-home-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .final-cta-home-title { font-size: 32px; }
  .final-cta-home-box { padding: 48px 24px; }
  .free-brushes-header, .gallery-header { flex-direction: column; align-items: flex-start; gap: 16px; }
  .stat-home-card { flex-direction: column; align-items: center; height: 162px; justify-content: center; padding:0px;}
  .stat-home-num {text-align: center;}
  .free-brushes-title, .gallery-title { width: 100%;}
   .free-brushes-header, .gallery-header { flex-direction: row !important; align-items: flex-end !important; flex-wrap: wrap !important ;justify-content: end !important;}
  .app-hero-glow-2 {background: rgba(230,0,118,0.05) !important; }

}


/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .section-title { font-size: 36px; line-height: 40px; }
  .hero-title,.hero-title-accent { font-size: 48px; line-height: 1.3em; }
  .categories-grid,.reviews-grid,.faq-list { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .art-grid { grid-template-columns: repeat(2,1fr); grid-template-rows: repeat(4,160px); }
  .hero-badges { flex-wrap: wrap; }
  .hero-badge { min-width: calc(50% - 8px); }
  .hero-home-inner { grid-template-columns: 1fr; }
  .hero-home-mockup { display: none; }

  .ultimate-title { font-size: 40px; line-height: 44px; }
  .stats-home-grid { grid-template-columns: 1fr; max-width: 380px; }
  .gallery-grid,.benefits-home-grid,.free-brushes-grid,.testimonials-home-grid,.how-grid { grid-template-columns: 1fr 1fr; }
  .styles-home-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 398px);
}
  .how-connector { display: none; }
}
@media (max-width: 600px) {
  .site-header { padding: 16px; }
  .header-nav,.header-search { display: none; }
  .burger { display: block; margin-left: auto; }
  .hero-title,.hero-title-accent { font-size: 36px; }
  .btn-appstore { width: 100%; max-width: 280px; justify-content: center; }
  .hero-badges { flex-direction: column; }
  .hero-badge { width: 100%; }
  .categories-grid,.reviews-grid,.faq-list { grid-template-columns: 1fr; }
  .section-hero-home { padding: 48px 24px 60px; }
  
  .ultimate-title { font-size: 30px; line-height: 36px; }
  .gallery-grid,.benefits-home-grid,.free-brushes-grid,.testimonials-home-grid,.how-grid { grid-template-columns: 1fr; }
    .styles-home-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(6, 398px);
}
  .final-cta-home-title { font-size: 32px; }
  .final-cta-home-box { padding: 48px 24px; }
  .free-brushes-header,.gallery-header { flex-direction: column; align-items: flex-start; gap: 16px; }
  .footer-bottom-inner { grid-template-columns: 1fr; }
  .footer-contact { text-align: left; }
  .footer-email { font-size: 32px; }
   .ultimate-actions {flex-direction: column;}
}

/* ═══════════════════════════════════════════════════════
   BRUSH CARD (shared)
   ═══════════════════════════════════════════════════════ */
.brush-card {
  background: linear-gradient(135deg,rgba(30,41,57,0.4),rgba(16,24,40,0.4));
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  overflow: hidden;
  display: block;
  transition: border-color .2s, transform .2s;
  text-decoration: none;
}
.brush-card:hover { border-color: rgba(173,70,255,0.4); transform: translateY(-4px); }
.brush-card-img { position: relative; aspect-ratio: 1716/872; overflow: hidden; background: rgba(255,255,255,0.04); }
.brush-card-img img { width: 100%; height: 100%; object-fit: contain; }
.brush-card-placeholder { width: 100%; height: 100%; background: rgba(255,255,255,0.04); }
.brush-card-badge {
  position: absolute; top: 10px; left: 10px;
  font-size: 11px; font-weight: 600; padding: 3px 10px; border-radius: 6px;
}
.brush-card-badge--free    { background: rgba(0,201,80,0.9); color: #fff; }
.brush-card-badge--premium { background: rgba(173,70,255,0.9); color: #fff; }
.brush-card-body { padding: 16px; }
.brush-card-title { font-size: 16px; font-weight: 600; color: #fff; margin-bottom: 6px; line-height: 1.4; }
.brush-card-author { font-size: 13px; color: rgba(255,255,255,0.5); margin-bottom: 10px; }
.brush-card-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.brush-card-tag { font-size: 11px; padding: 3px 8px; background: rgba(173,70,255,0.15); border: 1px solid rgba(173,70,255,0.25); border-radius: 6px; color: #c27aff; }
.brush-card-actions { display: flex; gap: 8px; margin-top: 12px; }
.btn-brush-view {
  flex: 1; display: flex; align-items: center; justify-content: center;
  height: 36px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px; color: #fff; font-size: 13px; font-weight: 500; transition: background .2s;
}
.btn-brush-view:hover { background: rgba(255,255,255,0.1); }
.btn-brush-download {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 6px;
  height: 36px; background: rgba(173,70,255,0.15); border: 1px solid rgba(173,70,255,0.3);
  border-radius: 8px; color: #c27aff; font-size: 13px; font-weight: 500; transition: background .2s;
}
.btn-brush-download:hover { background: rgba(173,70,255,0.25); }

/* ═══════════════════════════════════════════════════════
   CATALOG GRID
   ═══════════════════════════════════════════════════════ */
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}
.catalog-grid--4 { grid-template-columns: repeat(4,1fr); }

/* ═══════════════════════════════════════════════════════
   CATALOG PAGE
   ═══════════════════════════════════════════════════════ */
.section-catalog-hero { padding: 80px 0 48px; position: relative; overflow: hidden; text-align: center; }
.catalog-hero-glow-1 { position: absolute; width: 400px; height: 400px; background: rgba(152,16,250,0.2); border-radius: 50%; filter: blur(64px); left: 20%; top: 0; pointer-events: none; }
.catalog-hero-glow-2 { position: absolute; width: 300px; height: 300px; background: rgba(230,0,118,0.15); border-radius: 50%; filter: blur(64px); right: 20%; top: 100px; pointer-events: none; }
.catalog-hero-title { font-size: 56px; font-weight: 700; line-height: 1.1; color: #fff; margin-bottom: 16px; position: relative; z-index: 1; }
.catalog-hero-desc { font-size: 18px; color: rgba(255,255,255,0.7); max-width: 600px; margin: 0 auto 40px; line-height: 28px; position: relative; z-index: 1; }

.catalog-search-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 560px;
  margin: 0 auto 32px;
  padding: 0 20px;
  height: 56px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  position: relative;
  z-index: 1;
  transition: border-color .2s;
}
.catalog-search-bar:focus-within { border-color: rgba(173,70,255,0.5); }
.catalog-search-bar input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  font-family: inherit;
}
.catalog-search-bar input::placeholder { color: rgba(255,255,255,0.35); }

.catalog-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
.catalog-price-filter { display: flex; gap: 8px; margin-left: 16px; padding-left: 16px; border-left: 1px solid rgba(255,255,255,0.1); }
.catalog-filter-btn {
  padding: 8px 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 999px;
  color: rgba(255,255,255,0.6);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all .2s;
  white-space: nowrap;
}
.catalog-filter-btn:hover { background: rgba(255,255,255,0.08); color: #fff; }
.catalog-filter-btn.active {
  background: rgba(173,70,255,0.2);
  border-color: rgba(173,70,255,0.5);
  color: #c27aff;
}

.section-catalog-grid { padding: 40px 0 96px; }
.catalog-results-meta { margin-bottom: 24px; }
.catalog-count { font-size: 14px; color: rgba(255,255,255,0.5); }

.catalog-loading { display: flex; align-items: center; justify-content: center; padding: 48px 0; }
.catalog-spinner {
  width: 40px; height: 40px;
  border: 3px solid rgba(173,70,255,0.2);
  border-top-color: #ad46ff;
  border-radius: 50%;
  animation: spin .8s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

.catalog-empty {
  grid-column: 1/-1;
  text-align: center;
  padding: 80px 0;
  color: rgba(255,255,255,0.4);
  font-size: 18px;
}

.catalog-load-more-wrap { display: flex; justify-content: center; padding: 16px 0 48px; }
.btn-load-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 40px;
  background: rgba(173,70,255,0.15);
  border: 1px solid rgba(173,70,255,0.35);
  border-radius: 999px;
  color: #c27aff;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background .2s;
}
.btn-load-more:hover { background: rgba(173,70,255,0.25); }

/* ═══════════════════════════════════════════════════════
   FREE BRUSHES PAGE
   ═══════════════════════════════════════════════════════ */
.section-free-hero { padding: 80px 0 48px; position: relative; overflow: hidden; text-align: center; }
.free-hero-glow-1 { position: absolute; width: 400px; height: 400px; background: rgba(0,201,80,0.1); border-radius: 50%; filter: blur(64px); left: 20%; top: 0; pointer-events: none; }
.free-hero-glow-2 { position: absolute; width: 300px; height: 300px; background: rgba(152,16,250,0.15); border-radius: 50%; filter: blur(64px); right: 20%; top: 100px; pointer-events: none; }
.free-hero-badge { display: inline-block; padding: 6px 16px; background: rgba(0,201,80,0.15); border: 1px solid rgba(0,201,80,0.3); border-radius: 999px; color: #00c950; font-size: 13px; font-weight: 600; margin-bottom: 20px; position: relative; z-index: 1; }
.free-hero-title { font-size: 56px; font-weight: 700; color: #fff; margin-bottom: 16px; position: relative; z-index: 1; }
.free-hero-desc { font-size: 18px; color: rgba(255,255,255,0.7); max-width: 560px; margin: 0 auto 16px; line-height: 28px; position: relative; z-index: 1; }
.free-hero-count { font-size: 16px; color: rgba(255,255,255,0.5); position: relative; z-index: 1; }
.free-hero-count strong { color: #c27aff; }
.section-free-grid { padding: 40px 0 96px; }

/* ═══════════════════════════════════════════════════════
   HOW TO INSTALL PAGE
   ═══════════════════════════════════════════════════════ */
.section-install-hero { padding: 80px 0 48px; position: relative; overflow: hidden; }
.install-glow-1 { position: absolute; width: 400px; height: 400px; background: rgba(152,16,250,0.15); border-radius: 50%; filter: blur(64px); left: 25%; top: 0; pointer-events: none; }
.install-glow-2 { position: absolute; width: 300px; height: 300px; background: rgba(43,127,255,0.1); border-radius: 50%; filter: blur(64px); right: 25%; top: 100px; pointer-events: none; }
.install-title { font-size: 56px; font-weight: 700; color: #fff; margin-bottom: 16px; position: relative; z-index: 1; }
.install-desc { font-size: 18px; color: rgba(255,255,255,0.7); max-width: 560px; margin: 0 auto 32px; line-height: 28px; position: relative; z-index: 1; }
.btn-install-video { display: inline-flex; align-items: center; gap: 10px; height: 48px; padding: 0 24px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.15); border-radius: 12px; color: #fff; font-size: 15px; font-weight: 500; transition: background .2s; position: relative; z-index: 1; }
.btn-install-video:hover { background: rgba(255,255,255,0.1); }

.section-install-steps { padding: 40px 0 80px; }
.install-steps { display: flex; flex-direction: column; gap: 0; }
.install-step { display: grid; grid-template-columns: 100px 1fr; gap: 32px; margin-bottom: 0; }
.install-step-visual { display: flex; flex-direction: column; align-items: center; }
.install-step-icon { width: 64px; height: 64px; border-radius: 20px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-bottom: 16px; }
.install-step-num { font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.3); letter-spacing: 2px; }
.install-step-line { flex: 1; width: 2px; background: linear-gradient(180deg,rgba(173,70,255,0.3) 0%,rgba(173,70,255,0) 100%); margin: 16px 0; min-height: 80px; }
.install-step-content { padding-bottom: 64px; }
.install-step-title { font-size: 28px; font-weight: 700; color: #fff; margin-bottom: 12px; }
.install-step-desc { font-size: 17px; color: rgba(255,255,255,0.7); line-height: 28px; margin-bottom: 24px; max-width: 560px; }
.install-step-img { border-radius: 16px; overflow: hidden; max-width: 560px; border: 1px solid rgba(255,255,255,0.08); }
.install-step-img img { width: 100%; height: auto; display: block; }

.section-install-faq { padding: 40px 0 80px; }
.install-faq-list { max-width: 800px; margin: 48px auto 0; display: flex; flex-direction: column; gap: 16px; }
.install-faq-item { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 28px; }
.install-faq-q { font-size: 18px; font-weight: 700; color: #fff; margin-bottom: 12px; }
.install-faq-a { font-size: 16px; color: rgba(255,255,255,0.7); line-height: 26px; }

.section-install-cta { padding: 40px 0 96px; }

/* ═══════════════════════════════════════════════════════
   SINGLE BRUSH PACK
   ═══════════════════════════════════════════════════════ */
.bp-page { position: relative; overflow: hidden; min-height: 100vh; padding-bottom: 80px; }
.bp-glow { position: absolute; border-radius: 50%; filter: blur(64px); pointer-events: none; }
.bp-glow-1 { width: 384px; height: 384px; background: rgba(152,16,250,0.2);  left: 25%;  top: 0; }
.bp-glow-2 { width: 384px; height: 384px; background: rgba(230,0,118,0.2);   right: 0;   top: 498px; }
.bp-glow-3 { width: 384px; height: 384px; background: rgba(152,16,250,0.15); left: 0;    top: 612px; }
.bp-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 64px; position: relative; z-index: 1; }

/* Back */
.bp-back { display: inline-flex; align-items: center; gap: 8px; padding: 16px 0; color: #c27aff; font-size: 17px; font-weight: 400; line-height: 25.5px; letter-spacing: -0.43px; transition: opacity .2s; }
.bp-back:hover { opacity: .7; }

/* Layout */
.bp-layout { display: grid; grid-template-columns: 537px 1fr; gap: 64px; align-items: flex-start; padding-top: 8px; }

/* LEFT */
.bp-left { display: flex; flex-direction: column; gap: 48px; }

/* Cover */
.bp-cover-wrap { position: relative; }
.bp-cover-glow { position: absolute; inset: 0; background: linear-gradient(135deg,rgba(173,70,255,0.3),rgba(246,51,154,0.2),rgba(173,70,255,0.3)); border-radius: 32px; opacity: 0.6; filter: blur(64px); pointer-events: none; }
.bp-cover-frame { position: relative; border: 1px solid rgba(255,255,255,0.2); border-radius: 32px; overflow: hidden; box-shadow: 0px 20px 80px -20px rgba(168,85,247,0.5); }
.bp-cover-frame img { width: 100%; height: 275px; object-fit: cover; display: block; }
.bp-cover-placeholder { width: 100%; height: 275px; background: linear-gradient(135deg,rgba(60,3,102,0.3),rgba(0,0,0,0.2),rgba(81,4,36,0.3)); }

/* Divider */
.bp-divider { height: 1px; background: linear-gradient(90deg,rgba(0,0,0,0),rgba(255,255,255,0.2),rgba(0,0,0,0)); flex-shrink: 0; }

/* Sections */
.bp-section { display: flex; flex-direction: column; gap: 24px; }
.bp-section-title { font-size: 24px; font-weight: 700; line-height: 32px; letter-spacing: -0.53px; color: #fff; }
.bp-preview-frame { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.2); border-radius: 24px; overflow: hidden; box-shadow: 0px 8px 32px rgba(0,0,0,0.4); }
.bp-preview-frame img { width: 100%; height: auto; max-height: 350px; object-fit: contain; display: block; }

/* More like this */
.bp-more-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.bp-more-item { border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; overflow: hidden; display: block; box-shadow: 0px 4px 6px -4px rgba(0,0,0,0.1),0px 10px 15px -3px rgba(0,0,0,0.1); transition: border-color .2s, transform .2s; aspect-ratio: 16/9; }
.bp-more-item:hover { border-color: rgba(173,70,255,0.4); transform: translateY(-2px); }
.bp-more-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bp-more-placeholder { width: 100%; height: 100%; background: rgba(255,255,255,0.04); }

/* RIGHT */
.bp-right { display: flex; flex-direction: column; gap: 0; }

/* Meta row: style + author */
.bp-meta-row { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; flex-wrap: wrap; }
.bp-style-label { font-size: 14px; font-weight: 500; line-height: 20px; letter-spacing: 0.55px; text-transform: uppercase; color: rgba(218,178,255,0.7); }
.bp-author-label { font-size: 14px; color: rgba(255,255,255,0.4); letter-spacing: -0.15px; }
.bp-author-label::before { content: '·'; margin-right: 8px; }

.bp-title { font-size: 40px; font-weight: 700; line-height: 44px; letter-spacing: -0.63px; color: #fff; margin-bottom: 24px; }
.bp-description { font-size: 18px; font-weight: 400; line-height: 28px; letter-spacing: -0.44px; color: rgba(255,255,255,0.8); margin-bottom: 24px; max-width: 351px; }

/* Price badge */
.bp-price-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.44px;
  margin-bottom: 28px;
  width: fit-content;
}
.bp-price-badge--premium {
  background: linear-gradient(135deg,rgba(173,70,255,0.2),rgba(246,51,154,0.1),rgba(173,70,255,0.2));
  border: 1px solid rgba(194,122,255,0.4);
  box-shadow: 0px 0px 60px -10px rgba(168,85,247,0.6), 0px 8px 32px rgba(168,85,247,0.4), inset 0px 1px 0px rgba(255,255,255,0.3);
  color: #dab2ff;
}
.bp-price-badge--free {
  background: rgba(0,201,80,0.15);
  border: 1px solid rgba(0,201,80,0.3);
  color: #7bf1a8;
}

.bp-right .bp-divider { margin-bottom: 24px; }

/* Details */
.bp-detail { margin-bottom: 24px; }
.bp-detail-title { font-size: 20px; font-weight: 700; line-height: 28px; letter-spacing: -0.95px; color: #fff; margin-bottom: 12px; }
.bp-detail-value { font-size: 18px; font-weight: 400; line-height: 29.25px; letter-spacing: -0.44px; color: rgba(255,255,255,0.8); }

/* Actions */
.bp-actions { margin-top: 8px; }
.bp-how-to-use { display: block; font-size: 18px; font-weight: 700; line-height: 28px; letter-spacing: -0.44px; color: #c27aff; text-decoration: underline; margin-bottom: 16px; transition: opacity .2s; }
.bp-how-to-use:hover { opacity: .7; }

/* Download button */
.bp-download-wrap { position: relative; width: 100%; }
.bp-download-glow { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(152,16,250,0.4),rgba(173,70,255,0.3),rgba(152,16,250,0.4)); border-radius: 20px; opacity: 0.4; filter: blur(40px); pointer-events: none; }
.bp-download-btn {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  height: 100px;
  background: linear-gradient(135deg,rgba(130,0,219,1),rgba(110,17,176,1),rgba(89,22,139,1));
  border: 1px solid rgba(173,70,255,0.3);
  border-radius: 20px;
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.15), 0px 4px 24px rgba(139,92,246,0.3);
  color: #fff;
  text-decoration: none;
  transition: opacity .2s;
}
.bp-download-btn:hover { opacity: .9; }
.bp-download-btn svg { flex-shrink: 0; }
.bp-download-text { display: flex; flex-direction: column; align-items: flex-start; }
.bp-download-for { font-size: 14px; font-weight: 600; line-height: 20px; letter-spacing: 0.2px; color: rgba(255,255,255,0.9); }
.bp-download-app { font-size: 24px; font-weight: 900; line-height: 30px; letter-spacing: 0.07px; color: #fff; }

/* Responsive */
@media (max-width: 900px) {
  .bp-inner { padding: 0 32px; }
  .bp-layout { grid-template-columns: 1fr; gap: 40px; }
  .bp-title { font-size: 32px; line-height: 38px; }
  .bp-description { max-width: 100%; }
}
@media (max-width: 600px) {
  .bp-inner { padding: 0 20px; }
  .bp-title { font-size: 28px; line-height: 34px; }
  .bp-more-grid { grid-template-columns: repeat(2,1fr); }
  .bp-cover-frame img,.bp-cover-placeholder { height: 200px; }
}
/* ═══════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════ */
@media (max-width: 900px) {
  .catalog-grid { grid-template-columns: repeat(2,1fr); }
  .catalog-grid--4 { grid-template-columns: repeat(2,1fr); }
  .catalog-hero-title, .free-hero-title, .install-title { font-size: 40px; }
  .single-title { font-size: 36px; }
  .single-previews-grid { grid-template-columns: repeat(2,1fr); }
  .catalog-price-filter { margin-left: 0; padding-left: 0; border-left: none; }
  .catalog-filters { gap: 6px; }
  .install-step { grid-template-columns: 1fr; }
  .install-step-visual { flex-direction: row; align-items: center; gap: 16px; }
  .install-step-line { display: none; }
}
@media (max-width: 600px) {
  .catalog-grid, .catalog-grid--4 { grid-template-columns: 1fr; }
  .catalog-hero-title, .free-hero-title, .install-title { font-size: 30px; }
  .single-title { font-size: 28px; }
  .single-previews-grid { grid-template-columns: 1fr; }
  .single-actions { flex-direction: column; }
  .btn-download-single, .btn-how-to-use { width: 100%; justify-content: center; }
  .single-detail { flex-direction: column; gap: 8px; }
  .single-detail-label { min-width: unset; }
}


/* ═══════════════════════════════════════════════════════
   CATALOG PAGE — точно по Figma
   ═══════════════════════════════════════════════════════ */
.catalog-page{ margin-bottom:60px;}

/* ── Catalog Hero ────────────────────────────────────── */
.cath-section {
  padding: 96px 32px 80px;
  background: linear-gradient(180deg, rgba(60,3,102,0.3) 0%, rgba(0,0,0,0) 50%);
  text-align: center;
  min-height: 480px;
}
.cath-inner {
  max-width: 1099px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.cath-badge {
  display: inline-flex; align-items: center; gap: 8px;
  height: 38px; padding: 0 16px;
  background: rgba(173,70,255,0.1);
  border: 1px solid rgba(173,70,255,0.2);
  border-radius: 999px;
  font-size: 14px; font-weight: 500;
  letter-spacing: -0.15px; color: #dab2ff;
  margin-bottom: 24px;
}
.cath-title {
  font-size: 72px; font-weight: 900; line-height: 72px;
  letter-spacing: -1.68px; color: #fff;
  margin-bottom: 24px;
}
.cath-desc {
  font-size: 24px; font-weight: 400; line-height: 39px;
  letter-spacing: 0.07px; color: rgba(255,255,255,0.7);
  max-width: 768px; margin-bottom: 40px;
}
.cath-btns {
  display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;
}
.cath-btn-green {
  display: inline-flex; align-items: center; justify-content: center;
  height: 58px; padding: 0 32px;
  background: linear-gradient(90deg, #00c950, #00bc7d);
  border-radius: 16px; color: #fff; font-size: 16px; font-weight: 700;
  letter-spacing: -0.31px; transition: opacity .2s;
}
.cath-btn-green:hover { opacity: .9; }
.cath-btn-ghost {
  display: inline-flex; align-items: center; justify-content: center;
  height: 58px; padding: 0 32px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 16px; color: #fff; font-size: 16px; font-weight: 700;
  letter-spacing: -0.31px; transition: background .2s;
}
.cath-btn-ghost:hover { background: rgba(255,255,255,0.1); }

@media (max-width: 900px) {
  .cath-title { font-size: 48px; line-height: 52px; }
  .cath-desc { font-size: 18px; line-height: 28px; }
}
@media (max-width: 510px) {
  .cath-section { padding: 64px 20px 60px; }
  .cath-title { font-size: 36px; line-height: 40px; }
  .cath-desc { font-size: 16px; line-height: 26px; }
}





.catalog-header { margin-bottom: 48px; }
.catalog-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0.26px;
  color: #fff;
  margin-bottom: 16px;
}
.catalog-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.44px;
  color: rgba(255,255,255,0.7);
}

/* ── Controls ───────────────────────────────────────── */
.catalog-controls { margin-bottom: 24px; }
.catalog-search-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.catalog-search-wrap {
  flex: 1;
  position: relative;
}
.catalog-search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.catalog-search-input {
  width: 100%;
  height: 58px;
  padding: 0 16px 0 48px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  color: #fff;
  font-size: 16px;
  font-family: inherit;
  letter-spacing: -0.31px;
  outline: none;
  transition: border-color .2s;
}
.catalog-search-input::placeholder { color: rgba(255,255,255,0.4); }
.catalog-search-input:focus { border-color: rgba(173,70,255,0.5); }

.catalog-filters-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 58px;
  padding: 0 24px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.31px;
  cursor: pointer;
  flex-shrink: 0;
  transition: background .2s, border-color .2s;
}
.catalog-filters-btn:hover,
.catalog-filters-btn.active {
  background: rgba(173,70,255,0.12);
  border-color: rgba(173,70,255,0.35);
  color: #c27aff;
}

/* ── Tabs ───────────────────────────────────────────── */
.catalog-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 8px;
}
.catalog-price-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 12px 0 4px;
}
.catalog-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 20px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 999px;
  color: rgba(255,255,255,0.7);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.31px;
  cursor: pointer;
  white-space: nowrap;
  transition: all .2s;
}
.catalog-tab:hover { color: #fff; background: rgba(255,255,255,0.08); }
.catalog-tab.active {
  background: linear-gradient(90deg, #ad46ff, #f6339a);
  border-color: transparent;
  color: #fff;
}

/* ── Count ──────────────────────────────────────────── */
.catalog-count-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.31px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 24px;
}

/* ── Grid ───────────────────────────────────────────── */
.catalog-grid-figma {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}

/* ── Brush Card (Figma exact) ───────────────────────── */
.bcard {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: border-color .2s, transform .2s;
}
.bcard:hover {
  border-color: rgba(173,70,255,0.4);
  transform: translateY(-4px);
}
.bcard-img {
  background: linear-gradient(135deg,rgba(89,22,139,0.2),rgba(134,16,67,0.2));
  height:auto;
  overflow: hidden;
  flex-shrink: 0;
}

.bcard-img-placeholder {
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.03);
}
.bcard-body {
  padding: 24px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.bcard-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  min-height: 32px;
}
.bcard-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.45px;
  color: #fff;
  flex: 1;

  
}
.bcard-badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 13px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.15px;
  white-space: nowrap;

}
.bcard-badge--free {
  background: rgba(0,201,80,0.2);
  border: 1px solid rgba(0,201,80,0.3);
  color: #7bf1a8;
}
.bcard-badge--premium {
  background: rgba(173,70,255,0.2);
  border: 1px solid rgba(173,70,255,0.3);
  color: #dab2ff;
}
.bcard-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.bcard-tag {
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 9px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: rgba(255,255,255,0.6);
  white-space: nowrap;
}

/* ── Loading / Empty / Load More ────────────────────── */
.catalog-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 0;
}
.catalog-spinner {
  width: 40px; height: 40px;
  border: 3px solid rgba(173,70,255,0.2);
  border-top-color: #ad46ff;
  border-radius: 50%;
  animation: spin .8s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

.catalog-empty {
  grid-column: 1/-1;
  text-align: center;
  padding: 80px 0;
  color: rgba(255,255,255,0.4);
  font-size: 18px;
}
.catalog-load-more-wrap {
  display: flex;
  justify-content: center;
  padding: 16px 0 48px;
}
.btn-load-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 48px;
  background: rgba(173,70,255,0.12);
  border: 1px solid rgba(173,70,255,0.3);
  border-radius: 999px;
  color: #c27aff;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background .2s;
}
.btn-load-more:hover { background: rgba(173,70,255,0.22); }

/* ── Responsive ─────────────────────────────────────── */
@media (max-width: 900px) {
  .catalog-title { font-size: 40px; line-height: 44px; }
  .catalog-grid-figma { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 600px) {
  .catalog-title { font-size: 32px; line-height: 36px; }
  .catalog-grid-figma { grid-template-columns: 1fr; }
  .catalog-search-row { flex-direction: column; align-items: stretch; }
  .catalog-filters-btn { width: 100%; justify-content: center; }
}


/* ═══════════════════════════════════════════════════════
   SINGLE BRUSH PACK — по макету Figma
   ═══════════════════════════════════════════════════════ */

.bp-page {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding-bottom: 80px;
}

/* Glows */
.bp-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(64px);
  pointer-events: none;
}
.bp-glow-1 { width: 384px; height: 384px; background: rgba(152,16,250,0.2);  left: 25%;  top: 0; }
.bp-glow-2 { width: 384px; height: 384px; background: rgba(230,0,118,0.2);   right: 0;   top: 498px; }
.bp-glow-3 { width: 384px; height: 384px; background: rgba(152,16,250,0.15); left: 0;    top: 612px; }

.bp-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 64px;
  position: relative;
  z-index: 1;
}

/* Back */
.bp-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 0;
  color: #c27aff;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.5px;
  letter-spacing: -0.43px;
  transition: opacity .2s;
}
.bp-back:hover { opacity: .7; }

/* Layout */
.bp-layout {
  display: grid;
  grid-template-columns: 537px 1fr;
  gap: 64px;
  align-items: flex-start;
  padding-top: 8px;
}

/* ── LEFT ───────────────────────────────────────────── */
.bp-left {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

/* Cover */
.bp-cover-wrap { position: relative; }
.bp-cover-glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,rgba(173,70,255,0.3),rgba(246,51,154,0.2),rgba(173,70,255,0.3));
  border-radius: 32px;
  opacity: 0.6;
  filter: blur(64px);
  pointer-events: none;
}
.bp-cover-frame {
  position: relative;
  background: rgba(255,255,255,0);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0px 20px 80px -20px rgba(168,85,247,0.5);
}
.bp-cover-frame img {
  width: 100%;
  height: 275px;
  object-fit: cover;
  display: block;
}
.bp-cover-placeholder {
  width: 100%;
  height: 275px;
  background: linear-gradient(135deg,rgba(60,3,102,0.3),rgba(0,0,0,0.2),rgba(81,4,36,0.3));
}

/* Divider */
.bp-divider {
  height: 1px;
  background: linear-gradient(90deg,rgba(0,0,0,0) 0%,rgba(255,255,255,0.2) 50%,rgba(0,0,0,0) 100%);
  flex-shrink: 0;
}

/* Section */
.bp-section { display: flex; flex-direction: column; gap: 24px; }
.bp-section-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.53px;
  color: #fff;
}

/* How It Looks */
.bp-preview-frame {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 8px 32px rgba(0,0,0,0.4);
}
.bp-preview-frame img {
  width: 100%;
  height: 275px;
  object-fit: cover;
  display: block;
}

/* More like this */
.bp-more-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
}
.bp-more-item {
  background: rgba(255,255,255,0);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  overflow: hidden;
  display: block;
  box-shadow: 0px 4px 6px -4px rgba(0,0,0,0.1), 0px 10px 15px -3px rgba(0,0,0,0.1);
  transition: border-color .2s, transform .2s;
  aspect-ratio: 1716/872;
}
.bp-more-item:hover { border-color: rgba(173,70,255,0.4); transform: translateY(-2px); }
.bp-more-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bp-more-placeholder { width: 100%; height: 100%; background: rgba(255,255,255,0.04); }

/* ── RIGHT ──────────────────────────────────────────── */
.bp-right {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 0;
}

.bp-style-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  color: rgba(218,178,255,0.7);
  margin-bottom: 24px;
}

.bp-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.63px;
  color: #fff;
  margin-bottom: 24px;
}

.bp-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.44px;
  color: rgba(255,255,255,0.8);
  margin-bottom: 32px;
  max-width: 351px;
}

.bp-right .bp-divider { margin-bottom: 25px; }

/* Details */
.bp-detail { margin-bottom: 24px; }
.bp-detail-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.95px;
  color: #fff;
  margin-bottom: 12px;
}
.bp-detail-value {
  font-size: 18px;
  font-weight: 400;
  line-height: 29.25px;
  letter-spacing: -0.44px;
  color: rgba(255,255,255,0.8);
}

/* Actions */
.bp-actions {
  margin-top: 8px;
  margin-bottom: 24px;
}
.bp-how-to-use {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.44px;
  color: #c27aff;
  text-decoration: underline;
  margin-bottom: 16px;
  transition: opacity .2s;
}
.bp-how-to-use:hover { opacity: .7; }

/* Download button */
.bp-download-wrap { position: relative; width: 100%; }
.bp-download-glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(152,16,250,0.4),rgba(173,70,255,0.3),rgba(152,16,250,0.4));
  border-radius: 20px;
  opacity: 0.4;
  filter: blur(40px);
  pointer-events: none;
}
.bp-download-btn {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  height: 100px;
  background: linear-gradient(135deg,rgba(130,0,219,1),rgba(110,17,176,1),rgba(89,22,139,1));
  border: 1px solid rgba(173,70,255,0.3);
  border-radius: 20px;
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.15), 0px 4px 24px rgba(139,92,246,0.3);
  color: #fff;
  text-decoration: none;
  transition: opacity .2s;
}
.bp-download-btn:hover { opacity: .9; }
.bp-download-btn svg { flex-shrink: 0; }
.bp-download-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.bp-download-for {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: rgba(255,255,255,0.9);
}
.bp-download-app {
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 0.07px;
  color: #fff;
}

/* Price badge */
.bp-price-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.44px;
  color: #fff;
  margin-top: 16px;
}
.bp-price-badge--premium {
  background: linear-gradient(135deg,rgba(173,70,255,0.2),rgba(246,51,154,0.1),rgba(173,70,255,0.2));
  border: 1px solid rgba(194,122,255,0.4);
  box-shadow: 0px 0px 60px -10px rgba(168,85,247,0.6), 0px 8px 32px rgba(168,85,247,0.4), inset 0px 1px 0px rgba(255,255,255,0.3);
}
.bp-price-badge--free {
  background: rgba(0,201,80,0.15);
  border: 1px solid rgba(0,201,80,0.3);
  color: #7bf1a8;
}

/* ── Responsive ─────────────────────────────────────── */
@media (max-width: 900px) {
  .bp-inner { padding: 0 32px; }
  .bp-layout { grid-template-columns: 1fr; gap: 40px; }
  .bp-title { font-size: 32px; line-height: 38px; }
  .bp-more-grid { grid-template-columns: repeat(4,1fr); }
  .bp-description { max-width: 100%; }
}
@media (max-width: 600px) {
  .bp-inner { padding: 0 20px; }
  .bp-title { font-size: 28px; line-height: 34px; }
  .bp-more-grid { grid-template-columns: repeat(2,1fr); }
  .bp-cover-frame img, .bp-cover-placeholder { height: 200px; }
  .bp-preview-frame img { height: 200px; }
}

/* ═══════════════════════════════════════════════════════
   FREE BRUSHES PAGE
   ═══════════════════════════════════════════════════════ */
.free-page { padding-bottom: 96px; }

/* Hero */
.free-hero { padding: 80px 0 40px; }
.free-hero-icon {
  width: 80px; height: 80px;
  background: linear-gradient(135deg,rgba(0,201,80,0.2),rgba(0,188,125,0.2));
  border: 1px solid rgba(0,201,80,0.3);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 24px;
}
.free-hero-title {
  font-size: 60px; font-weight: 700; line-height: 60px;
  letter-spacing: 0.26px; color: #fff; margin-bottom: 20px;
}
.free-hero-desc {
  font-size: 18px; font-weight: 400; line-height: 28px;
  letter-spacing: -0.44px; color: rgba(255,255,255,0.7);
  max-width: 640px; margin: 0 auto;
}

/* Banner */
.free-banner-section { padding: 0 0 48px; }
.free-banner {
  display: flex; align-items: center; gap: 24px;
  padding: 24px 32px;
  background: linear-gradient(90deg, rgba(0, 201, 80, 0.10) 0%, rgba(0, 188, 125, 0.10) 50%, rgba(0, 201, 80, 0.10) 100%);
  border: 1px solid rgba(0, 201, 80, 0.20);
  border-radius: 24px;
}
.free-banner-icon {
  width: 64px; height: 64px; flex-shrink: 0;
  background: linear-gradient(135deg,rgba(0,201,80,0.15),rgba(0,188,125,0.15));
  border: 1px solid rgba(0,201,80,0.2);
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
}
.free-banner-title {
  font-size: 20px; font-weight: 700; line-height: 28px;
  letter-spacing: -0.45px; color: #fff; margin-bottom: 4px;
}
.free-banner-desc {
  font-size: 16px; color: rgba(255,255,255,0.6);
  line-height: 24px; letter-spacing: -0.31px;
}

/* Grid */
.free-grid-section { padding: 0 0 64px; }
.free-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
}

/* Card */
.free-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color .2s, transform .2s;
}
.free-card:hover { border-color: rgba(0,201,80,0.35); transform: translateY(-4px); }
.free-card-img {
  background: linear-gradient(135deg,rgba(13,84,43,0.2),rgba(0,79,59,0.2));
  height: auto; overflow: hidden; flex-shrink: 0;
}

.free-card-img-placeholder { width: 100%; height: 100%; background: rgba(255,255,255,0.03); }
.free-card-body { padding: 24px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.free-card-top {
  display: flex; align-items: flex-start;
  justify-content: space-between; gap: 12px;
}
.free-card-title {
  font-size: 20px; font-weight: 700; line-height: 28px;
  letter-spacing: -0.45px; color: #fff; flex: 1;
}
.free-card-badge {
  display: inline-flex; align-items: center; gap: 5px;
  height: 30px; padding: 0 12px;
  background: rgba(0,201,80,0.2);
  border: 1px solid rgba(0,201,80,0.3);
  border-radius: 999px;
  font-size: 14px; font-weight: 500;
  line-height: 20px; letter-spacing: -0.15px;
  color: #7bf1a8; white-space: nowrap; flex-shrink: 0;
}
.free-card-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.btn-free-dl {
  display: flex; align-items: center; justify-content: center;
  height: 48px; width: 100%;
  background: linear-gradient(90deg,rgba(0,201,80,1),rgba(0,188,125,1));
  border-radius: 14px;
  color: #fff; font-size: 16px; font-weight: 500;
  letter-spacing: -0.31px;
  margin-top: auto;
  transition: opacity .2s;
}
.btn-free-dl:hover { opacity: .9; }

/* Submit CTA */
.free-submit-section { padding: 0 0 32px; }
.free-submit-text {
  font-size: 18px; color: rgba(255,255,255,0.7);
  line-height: 28px; letter-spacing: -0.44px; margin-bottom: 20px;
}
.btn-free-submit {
  display: inline-flex; align-items: center; justify-content: center;
  height: 52px; padding: 0 32px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 14px;
  color: #fff; font-size: 16px; font-weight: 500;
  letter-spacing: -0.31px;
  transition: background .2s;
}
.btn-free-submit:hover { background: rgba(255,255,255,0.1); }



/* ── Free Brushes About block ───────────────────────── */
.fba-section {
  padding: 80px 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(60,3,102,0.1) 50%, rgba(0,0,0,0) 100%);
}
.fba-inner {
  max-width: 964px;
  margin: 0 auto;
  padding: 0 32px;
}
.fba-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  padding: 49px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.fba-title {
  font-size: 36px;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: -0.53px;
  color: #fff;
}
.fba-texts {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.fba-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.31px;
  color: rgba(255,255,255,0.7);
}

@media (max-width: 510px) {
  .fba-inner { padding: 0 20px; }
  .fba-card { padding: 32px 24px; }
  .fba-title { font-size: 28px; line-height: 34px; }
}






/* Responsive */
@media (max-width: 900px) {
  .free-hero-title { font-size: 40px; }
  .free-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 600px) {
  .free-hero-title { font-size: 30px; }
  .free-grid { grid-template-columns: 1fr; }
  .free-banner { flex-direction: column; text-align: center; }
}







/* ═══════════════════════════════════════════════════════
   HOW TO INSTALL PAGE
   ═══════════════════════════════════════════════════════ */
.install-page { padding: 80px 0 96px; }

/* Hero */
.install-hero { text-align: center; margin-bottom: 48px; }
.install-hero-title {
  font-size: 60px; font-weight: 700; line-height: 60px;
  letter-spacing: 0.26px; color: #fff; margin-bottom: 16px;
}
.install-hero-desc {
  font-size: 18px; font-weight: 400; line-height: 28px;
  letter-spacing: -0.44px; color: rgba(255,255,255,0.7);
}

/* Video */
.install-video-wrap {
  position: relative;
  width: 100%;
  height: 420px;
  background: linear-gradient(135deg,rgba(89,22,139,0.2),rgba(134,16,67,0.2));
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: border-color .2s;
}
.install-video-wrap:hover { border-color: rgba(173,70,255,0.4); }
.install-video-placeholder { cursor: default; }
.install-video-play {
  width: 80px; height: 80px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.install-video-label {
  position: absolute;
  bottom: 24px; left: 24px;
  display: flex; flex-direction: column; gap: 4px;
}
.install-video-title {
  font-size: 20px; font-weight: 700; line-height: 28px;
  letter-spacing: -0.45px; color: #fff;
}
.install-video-sub {
  font-size: 14px; color: rgba(255,255,255,0.7);
  line-height: 20px; letter-spacing: -0.15px;
}

/* Steps */
.install-steps {
  display: flex; flex-direction: column; gap: 32px;
  margin-bottom: 48px;
}
.install-step {
  position: relative;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  padding: 33px;
}
.install-step-num {
  position: absolute;
  top: -15px; left: -15px;
  width: 48px; height: 48px;
  background: linear-gradient(135deg,#ad46ff,#f6339a);
  border: 4px solid #0f0520;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 700; line-height: 28px;
  letter-spacing: -0.44px; color: #fff;
  z-index: 1;
}
.install-step-inner {
  display: flex; flex-direction: row;
  gap: 24px; align-items: flex-start;
}
.install-step-icon {
  width: 64px; height: 64px; flex-shrink: 0;
  background: linear-gradient(135deg,rgba(173,70,255,0.2),rgba(246,51,154,0.2));
  border: 1px solid rgba(173,70,255,0.3);
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
}
.install-step-content { flex: 1; }
.install-step-title {
  font-size: 24px; font-weight: 700; line-height: 32px;
  letter-spacing: 0.07px; color: #fff; margin-bottom: 12px;
}
.install-step-desc {
  font-size: 18px; font-weight: 400; line-height: 28px;
  letter-spacing: -0.44px; color: rgba(255,255,255,0.7);
  margin-bottom: 16px;
}
.install-step-tip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 17px;
  background: rgba(173,70,255,0.1);
  border: 1px solid rgba(173,70,255,0.2);
  border-radius: 14px;
}
.install-tip-label {
  font-size: 14px; font-weight: 400; line-height: 20px;
  letter-spacing: -0.15px; color: #dab2ff;
}
.install-tip-text {
  font-size: 14px; font-weight: 400; line-height: 20px;
  letter-spacing: -0.15px; color: rgba(255,255,255,0.6);
}

/* FAQ */
.install-faq-box {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  padding: 33px;
  margin-bottom: 48px;
}
.install-faq-title {
  font-size: 30px; font-weight: 700; line-height: 36px;
  letter-spacing: 0.4px; color: #fff; margin-bottom: 24px;
}
.install-faq-list { display: flex; flex-direction: column; gap: 24px; }
.install-faq-item {}
.install-faq-q {
  font-size: 20px; font-weight: 700; line-height: 28px;
  letter-spacing: -0.45px; color: #fff; margin-bottom: 8px;
}
.install-faq-a {
  font-size: 16px; font-weight: 400; line-height: 24px;
  letter-spacing: -0.31px; color: rgba(255,255,255,0.7);
}

/* Still need help */
.install-help { text-align: center; }
.install-help-text {
  font-size: 16px; color: rgba(255,255,255,0.6);
  line-height: 24px; letter-spacing: -0.31px; margin-bottom: 16px;
}
.btn-contact-support {
  display: inline-flex; align-items: center; justify-content: center;
  height: 56px; padding: 0 40px;
  background: linear-gradient(90deg,#ad46ff,#f6339a);
  border-radius: 16px;
  color: #fff; font-size: 16px; font-weight: 500;
  letter-spacing: -0.31px;
  transition: opacity .2s;
}
.btn-contact-support:hover { opacity: .9; }

/* Responsive */
@media (max-width: 900px) {
  .install-hero-title { font-size: 40px; }
  .install-video-wrap { height: 280px; }
}
@media (max-width: 600px) {
  .install-hero-title { font-size: 30px; }
  .install-step-inner { flex-direction: column; }
  .install-video-wrap { height: 220px; }
  .install-step-tip { flex-direction: column; align-items: flex-start; }
}
/* ── How to Install FIXES ───────────────────────────── */
.install-page .section-inner {
  max-width: 1000px !important;
  padding: 0 0 !important;
}
.install-video-wrap {
  height: 562px !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 0 !important;
}
.install-video-wrap .install-video-play {
  position: relative;
  z-index: 1;
}
.install-video-label {
  position: absolute !important;
  bottom: 24px !important;
  left: 24px !important;
}
.install-page {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

/* ── How to Install FIXES v2 ────────────────────────── */
.install-step-tip {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 8px !important;
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
  width: auto !important;
  max-width: 100% !important;
}
.install-tip-label { white-space: nowrap !important; }
.install-tip-text  { white-space: normal !important; }

.install-faq-item {
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 16px !important;
  padding: 20px 24px !important;
}

/* ── How to Install FIXES v3 ────────────────────────── */
/* Step layout fix */
.install-step-inner {
  display: flex !important;
  flex-direction: row !important;
  gap: 24px !important;
  align-items: flex-start !important;
}

/* Remove bottom padding from step content */
.install-step-content {
  padding-bottom: 0 !important;
}

/* FAQ — общий блок как одна карточка, внутри просто текст */
.install-faq-box {
  padding: 33px 33px 9px 33px !important;
}
.install-faq-item {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  padding-bottom: 24px !important;
}

/* ── How to Install FIXES v4 ────────────────────────── */
.install-step {
  display: block !important;
  grid-template-columns: unset !important;
}
.install-faq-list {
  margin: 0 !important;
}



/* ═══════════════════════════════════════════════════════
   APP PAGE
   ═══════════════════════════════════════════════════════ */
.app-pg { padding-bottom: 96px; }

/* Section header (shared) */
.app-section-header { text-align: center; margin-bottom: 64px; }
.app-section-title {
  font-size: 48px; font-weight: 700; line-height: 48px;
  letter-spacing: 0.35px; color: #fff; margin-bottom: 16px;
}
.app-section-desc {
  font-size: 20px; font-weight: 400; line-height: 28px;
  letter-spacing: -0.45px; color: rgba(255,255,255,0.7);
}

/* ── HERO ───────────────────────────────────────────── */
.app-hero { padding: 80px 0 64px; position: relative; overflow: hidden; }
.app-hero-glow-1 { position: absolute; width: 500px; height: 500px; background: rgba(152,16,250,0.2); border-radius: 50%; filter: blur(80px); left: 0; top: 0; pointer-events: none; }
.app-hero-glow-2 { position: absolute; width: 400px; height: 400px; background: rgba(230,0,118,0.15); border-radius: 50%; filter: blur(80px); right: 0; top: 200px; pointer-events: none; }

.app-hero-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative; z-index: 1;
}
.app-hero-left { display: flex; flex-direction: column; gap: 0; margin-bottom:96px; }

.app-hero-pill {
  display: inline-flex; align-items: center; gap: 8px;
  height: 36px; padding: 0 16px;
  background: rgba(173,70,255,0.1);
  border: 1px solid rgba(173,70,255,0.25);
  border-radius: 999px;
  font-size: 14px; color: rgba(255,255,255,0.8);
  margin-bottom: 24px; width: fit-content;
}
.app-hero-title {
  font-size: 64px; font-weight: 700; line-height: 1.05;
  letter-spacing: -0.5px; color: #fff; margin-bottom: 20px;
}
.app-hero-gradient {
  background: linear-gradient(90deg,#c27aff,#fb64b6);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.app-hero-desc {
  font-size: 18px; line-height: 28px; letter-spacing: -0.44px;
  color: rgba(255,255,255,0.7); margin-bottom: 32px; max-width: 480px;
}

/* App Store button */
.app-hero-btn {
  display: inline-flex; align-items: center; gap: 12px;
  height: 64px; padding: 0 24px;
  background: #000;
  border: 2px solid #ad46ff;
  border-radius: 16px;
  color: #fff;
  box-shadow: 0 0 20px rgba(173,70,255,0.3);
  transition: box-shadow .2s;
  width: fit-content; margin-bottom: 40px;
}
.app-hero-btn:hover { box-shadow: 0 0 32px rgba(173,70,255,0.5); }
.app-hero-btn-text { display: flex; flex-direction: column; align-items: flex-start; }
.app-hero-btn-sub { font-size: 12px; color: rgba(255,255,255,0.7); line-height: 16px; }
.app-hero-btn-main { font-size: 20px; font-weight: 700; line-height: 26px; }

/* Stats */
.app-hero-stats { display: flex; gap: 32px; flex-wrap: wrap; }
.app-hero-stat { display: flex; align-items: center; gap: 10px; }
.app-hero-stat div { display: flex; flex-direction: column; }
.app-stat-num { font-size: 20px; font-weight: 700; color: #fff; line-height: 1.2; }
.app-stat-label { font-size: 13px; color: rgba(255,255,255,0.5); }

/* Hero image */
.app-hero-right { display: flex; justify-content: center; }
.app-hero-img { width:100%; max-width: 600px; height: auto; border-radius: 24px; }

/* ── ART GALLERY ────────────────────────────────────── */
.app-art-section { padding-bottom: 80px; }
.app-art-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-template-rows: repeat(3, 160px);
  gap: 12px;
}
.app-art-item { border-radius: 12px; overflow: hidden; background: rgba(255,255,255,0.04); }
.app-art-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.app-art-placeholder { background: rgba(255,255,255,0.03); border-radius: 16px; border: 1px dashed rgba(255,255,255,0.1); }

/* ── CATEGORIES ─────────────────────────────────────── */
.app-cats-section { padding: 0 0 80px; }
.app-cats-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-template-rows: repeat(2,1fr);
  gap: 24px;
}
.app-cat-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  padding: 33px;
  display: block;
  text-decoration: none;
  transition: border-color .2s, transform .2s;
  min-height: 200px;
}
.app-cat-card:hover { border-color: rgba(173,70,255,0.35); transform: translateY(-4px); }
.app-cat-emoji { font-size: 48px; line-height: 1; margin-bottom: 24px; display: block; }
.app-cat-name { font-size: 24px; font-weight: 700; line-height: 32px; letter-spacing: 0.07px; color: #fff; margin-bottom: 12px; }
.app-cat-desc { font-size: 16px; line-height: 26px; letter-spacing: -0.31px; color: rgba(255,255,255,0.7); }

/* ── REVIEWS ────────────────────────────────────────── */
.app-reviews-section { padding: 0 0 80px; }
.app-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
}
.app-review-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 25px;
  display: flex; flex-direction: column; gap: 12px;
}
.app-review-stars { color: #fbbf24; font-size: 16px; letter-spacing: 2px; }
.app-review-name { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 20px; letter-spacing: -0.15px; }
.app-review-text { font-size: 16px; color: #fff; line-height: 26px; letter-spacing: -0.31px; }

/* ── FAQ ────────────────────────────────────────────── */
.app-faq-section { padding: 0 0 48px; }
.app-faq-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
}
.app-faq-item {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 24px;
  display: flex; flex-direction: column; gap: 8px;
}
.app-faq-q { font-size: 16px; font-weight: 700; line-height: 24px; color: #fff; }
.app-faq-a { font-size: 14px; line-height: 22px; color: rgba(255,255,255,0.7); }

/* ── Responsive ─────────────────────────────────────── */
@media (max-width: 900px) {
  .app-hero-layout { grid-template-columns: 1fr; }
  .app-hero-right { display: none; }
  .app-hero-title { font-size: 48px !important; line-height:1.3em !important; }
  .app-section-title { font-size: 36px !important; line-heiht:1.3em;}
  .app-cats-grid, .app-reviews-grid, .app-faq-grid { grid-template-columns: repeat(2,1fr); }
  .app-art-grid { grid-template-columns: repeat(3,1fr);
  grid-template-rows: repeat(4, 160px);}
}
@media (max-width: 600px) {
  .app-hero-title { font-size: 36px !important; }
  .app-section-title { font-size: 28px !important; }
  .app-cats-grid, .app-reviews-grid, .app-faq-grid { grid-template-columns: 1fr; }
  .app-art-grid {   grid-template-columns: repeat(2,1fr);
  grid-template-rows: repeat(6, 121px);}
  .app-hero-stats { gap: 16px; }
  .app-hero-left {  margin-bottom:64px; }
  .app-hero-stat {flex-direction: column !important;}
.app-hero-stat div {align-items: center !important; text-align: center !important;}
  .app-cat-card {display: flex; flex-direction: column;align-items: center;}
}


/* ── App Hero fix ───────────────────────────────────── */
.app-hero-left { max-width: 560px; }
.app-hero-layout { grid-template-columns: 560px 1fr; align-items: flex-start; }

/* ── App Hero image frame ───────────────────────────── */
.app-hero-right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

/* ── App Hero REDESIGN ──────────────────────────────── */
.app-hero-layout {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  grid-template-columns: unset !important;
  gap: 0 !important;
}
.app-hero-right { display: none !important; }
.app-hero-left {
  max-width: 900px !important;
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}
.app-hero-pill { margin-bottom: 24px; }
.app-hero-title {
  font-size: 72px ;
  line-height: 72px ;
  letter-spacing: 0.12px !important;
  text-align: center !important;
  margin-bottom: 24px !important;
}
.app-hero-desc {
  text-align: center !important;
  max-width: 700px !important;
  font-size: 20px !important;
  line-height: 32.5px !important;
  margin-bottom: 40px !important;
}
.app-hero-btn {
  height: 96px !important;
  padding: 0 32px !important;
  border-radius: 16px !important;
  gap: 16px !important;
  margin-bottom: 40px !important;
  box-shadow: 0px 4px 6px -4px rgba(173,70,255,0.5), 0px 10px 15px -3px rgba(173,70,255,0.5) !important;
}
.app-hero-btn-sub { font-size: 14px !important; font-weight: 500 !important; color: rgba(255,255,255,0.8) !important; }
.app-hero-btn-main { font-size: 24px !important; font-weight: 700 !important; line-height: 32px !important; }

/* Stats — 3 карточки */
.app-hero-stats {
  display: flex !important;
  gap: 16px !important;
  width: 900px !important;
  justify-content: space-between !important;
}
.app-hero-stat {
  flex: 1 ;
  background: rgba(0,0,0,0.4) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  border-radius: 16px !important;
  padding: 0 0 0 24px !important;
  height: 102px !important;
  display: flex ;
  flex-direction: row ;
  align-items: center ;
  gap: 16px !important;
}
.app-hero-stat svg { display: none !important; }
.app-hero-stat div { flex-direction: column ; align-items: flex-start ; }
.app-stat-num {
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 32px !important;
  letter-spacing: 0.07px !important;
}
.app-stat-label {
  font-size: 14px !important;
  color: rgba(255,255,255,0.6) !important;
  line-height: 20px !important;
}


/* ── App hero screenshot — отдельный блок под hero ─── */
.app-hero-right {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
  margin-top: 48px !important;
}


/* ── App stat icons fix ─────────────────────────────── */
.app-hero-stat svg { display: none !important; }
.app-stat-icon {
  width: 48px; height: 48px; flex-shrink: 0;
  border-radius: 14px;
  display: flex;
  align-items: center !important; 
  justify-content: center;
}
.app-stat-icon svg { display: block !important; }
.app-stat-icon--pink  { background: linear-gradient(135deg,rgba(246,51,154,0.2),rgba(173,70,255,0.2)); }
.app-stat-icon--blue  { background: linear-gradient(135deg,rgba(43,127,255,0.2),rgba(0,184,219,0.2)); }
.app-stat-icon--orange{ background: linear-gradient(135deg,rgba(255,105,0,0.2),rgba(240,177,0,0.2)); }
.app-stat-text { display: flex; flex-direction: column; }





/* ═══════════════════════════════════════════════════════
   HEADER — desktop + mobile
   ═══════════════════════════════════════════════════════ */

/* Base */

/* Logo */
.header-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}
.logo-img { width: 32px; height: 32px; object-fit: contain; }
.logo-text {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}

/* Desktop nav */
.header-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
  justify-content: center;
}
.header-nav a {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255,255,255,0.7);
  padding: 6px 12px;
  border-radius: 8px;
  transition: color .2s, background .2s;
  white-space: nowrap;
  text-decoration: none;
}
.header-nav a:hover { color: #fff; background: rgba(255,255,255,0.06); }
.header-nav a.active { color: #fff; font-weight: 600; }
.header-nav .nav-app { font-weight: 700; color: #fff; }

/* Right side */
.header-right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

/* Search button */
.header-search-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 0 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  font-family: inherit;
  cursor: pointer;
  transition: background .2s, border-color .2s;
  white-space: nowrap;
}
.header-search-btn:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.2);
  color: #fff;
}

/* Search dropdown */
.header-search-dropdown {
  position: absolute;
  top: 72px;
  left: 0; right: 0;
  background: rgba(15,5,32,0.97);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 16px 32px;
  display: none;
  z-index: 999;
}
.header-search-dropdown.open { display: block; }
.header-search-inner {
  max-width: var(--max-w, 1099px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 0 16px;
  height: 52px;
  transition: border-color .2s;
}
.header-search-inner:focus-within { border-color: rgba(173,70,255,0.5); }
#header-search-input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  font-family: inherit;
}
#header-search-input::placeholder { color: rgba(255,255,255,0.35); }
.search-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  opacity: .6;
  transition: opacity .2s;
}
.search-close:hover { opacity: 1; }

/* Search results */
.header-search-results {
  max-width: var(--max-w, 1099px);
  margin: 12px auto 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.search-loading, .search-empty {
  text-align: center;
  color: rgba(255,255,255,0.4);
  font-size: 14px;
  padding: 12px;
}
.search-result-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255,255,255,0.04);
  text-decoration: none;
  transition: background .2s;
}
.search-result-item:hover { background: rgba(255,255,255,0.08); }
.search-result-item img,
.search-result-thumb-placeholder {
  width: 48px; height: 28px;
  border-radius: 6px;
  object-fit: cover;
  flex-shrink: 0;
  background: rgba(255,255,255,0.06);
}
.search-result-info { display: flex; flex-direction: column; gap: 2px; flex: 1; }
.search-result-title { font-size: 14px; font-weight: 500; color: #fff; }
.search-result-price { font-size: 12px; width: fit-content; padding: 2px 8px; border-radius: 6px; }
.search-price--free    { background: rgba(0,201,80,0.15); color: #7bf1a8; }
.search-price--premium { background: rgba(173,70,255,0.15); color: #dab2ff; }

/* Burger button — скрыт на десктопе */
.header-burger { display: none; }

/* Mobile menu — скрыт по умолчанию */
.mobile-menu {
  display: none;
  position: fixed;
  top: 72px; right: 0;
  width: 280px;
  height: calc(100vh - 72px);
  background: rgba(15,5,32,0.98);
  backdrop-filter: blur(20px);
  border-left: 1px solid rgba(255,255,255,0.08);
  padding: 24px 0;
  z-index: 998;
  transform: translateX(100%);
  transition: transform .3s ease;
}
.mobile-menu.open { transform: translateX(0); }
.mobile-overlay {
  display: none;
  position: fixed;
  inset: 72px 0 0 0;
  background: rgba(0,0,0,0.5);
  z-index: 997;
  opacity: 0;
  transition: opacity .3s;
}
.mobile-overlay.open { opacity: 1; }
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 16px;
}
.mobile-nav a {
  display: block;
  padding: 14px 16px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(255,255,255,0.7);
  border-radius: 12px;
  text-decoration: none;
  transition: background .2s, color .2s;
}
.mobile-nav a:hover,
.mobile-nav a.active { background: rgba(255,255,255,0.06); color: #fff; }

/* Burger icon */
.header-burger {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px; height: 40px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  cursor: pointer;
  padding: 0;
  transition: background .2s;
}
.header-burger:hover { background: rgba(255,255,255,0.1); }
.header-burger span {
  display: block;
  width: 18px; height: 2px;
  background: rgba(255,255,255,0.8);
  border-radius: 2px;
  transition: transform .3s, opacity .3s;
}
.header-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.header-burger.open span:nth-child(2) { opacity: 0; }
.header-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

body.menu-open { overflow: hidden; }

/* ═══════════════════════════════════════════════════════
   BREAKPOINTS
   ═══════════════════════════════════════════════════════ */

/* Tablet: 1024px и ниже — убираем текст nav, показываем бургер */
@media (max-width: 1024px) {
  .header-nav { display: none; }
  .header-burger { display: flex; }
  .mobile-menu { display: block; }
  .mobile-overlay { display: block; }
  .header-inner { gap: 16px; }
}

/* Mobile: 510px и ниже — убираем текст поиска */
@media (max-width: 510px) {
  .search-btn-text { display: none; }
  .header-search-btn { padding: 0; width: 40px; justify-content: center; }
  .header-inner { padding: 0 20px; gap: 12px; }
  .logo-text { font-size: 14px; }
  .header-search-dropdown { padding: 12px 20px; }
  .mobile-menu { width: 100%; border-left: none; }
}

/* ── Mobile menu fix ────────────────────────────────── */
@media (max-width: 1024px) {
  .mobile-menu {
    display: block !important;
    transform: translateX(100%) !important;
    pointer-events: none;
  }
  .mobile-menu.open {
    transform: translateX(0) !important;
    pointer-events: all;
  }
  .mobile-overlay {
    display: block !important;
    pointer-events: none;
  }
  .mobile-overlay.open {
    pointer-events: all;
  }
}

/* ── Header final fix ───────────────────────────────── */
/* Desktop: показываем nav, скрываем бургер и мобильное меню */
.header-nav { display: flex !important; }
.header-burger { display: none !important; }
.mobile-menu { display: block !important; transform: translateX(110%) !important; pointer-events: none !important; transition: transform .3s ease !important; }
.mobile-overlay { display: block !important; opacity: 0 !important; pointer-events: none !important; transition: opacity .3s !important; }

/* Tablet/Mobile ≤1024: скрываем nav, показываем бургер */
@media (max-width: 1024px) {
  .header-nav { display: none !important; }
  .header-burger { display: flex !important; }
}

/* Открытое состояние */
.mobile-menu.open { transform: translateX(0) !important; pointer-events: all !important; }
.mobile-overlay.open { opacity: 1 !important; pointer-events: all !important; }

@media (max-width: 510px) {
  .mobile-menu { width: 100% !important; }
}

/* ═══ HEADER RESET — финальная версия ═══════════════════ */
/* Удаляем все предыдущие конфликты через специфичность */
html body .header-nav { display: flex !important; }
html body .header-burger { display: none !important; }
html body .mobile-menu {
  display: block !important;
  position: fixed !important;
  top: 72px !important; right: 0 !important;
  width: 280px !important;
  height: calc(100vh - 72px) !important;
  transform: translateX(110%) !important;
  pointer-events: none !important;
  transition: transform .3s ease !important;
  z-index: 998 !important;
}
html body .mobile-menu.open {
  transform: translateX(0) !important;
  pointer-events: all !important;
}
html body .mobile-overlay {
  display: block !important;
  position: fixed !important;
  inset: 72px 0 0 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity .3s !important;
  z-index: 997 !important;
}
html body .mobile-overlay.open {
  opacity: 1 !important;
  pointer-events: all !important;
}
@media (max-width: 1024px) {
  html body .header-nav { display: none !important; }
  html body .header-burger { display: flex !important; }
}
@media (max-width: 510px) {
  html body .mobile-menu { width: 100% !important; }
  html body .search-btn-text { display: none !important; }
  html body .header-search-btn { padding: 0 !important; width: 40px !important; justify-content: center !important; }
}

/* ═══ MOBILE MENU FINAL FIX ════════════════════════════ */
html body .mobile-menu {
  visibility: hidden !important;
  transform: translateX(100%) !important;
  transition: transform .3s ease, visibility .3s !important;
}
html body .mobile-menu.open {
  visibility: visible !important;
  transform: translateX(0) !important;
}
html body .mobile-overlay {
  visibility: hidden !important;
  opacity: 0 !important;
  transition: opacity .3s, visibility .3s !important;
}
html body .mobile-overlay.open {
  visibility: visible !important;
  opacity: 1 !important;
}

/* ── No horizontal scroll ───────────────────────────── */
body { max-width: 100%; overflow-x: clip; }



/* ═══════════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════════ */

/* CTA section */
.footer-cta {
  position: relative;
  height: 344px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.footer-cta-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 70% 50%, rgba(230,0,118,0.4) 0%, transparent 60%),
    radial-gradient(ellipse at 30% 50%, rgba(152,16,250,0.3) 0%, transparent 60%),
    #0f0520;
  z-index: 0;
}
.footer-cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.7) 100%);
  z-index: 1;
}
.footer-cta-content {
  position: relative;
  z-index: 2;
  max-width: var(--max-w, 1099px);
  margin: 0 auto;
  padding: 0 32px;
  width: 100%;
}
.footer-cta-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 16px;
}
.footer-cta-email {
  display: block;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0.26px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 20px;
  transition: opacity .2s;
  word-break: break-all;
}
.footer-cta-email:hover { opacity: .8; }
.footer-cta-desc p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.44px;
  color: rgba(255,255,255,0.8);
}

/* Bottom section */
.footer-bottom {
  background: rgba(0,0,0,0.95);
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 49px 0 40px;
}
.footer-bottom-inner {
  max-width: var(--max-w, 1099px);
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

/* Brand col */
.footer-brand-name {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.4px;
  color: #fff;
  margin-bottom: 24px;
}
.footer-tm {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.75px;
  letter-spacing: -0.15px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 16px;
  max-width: 489px;
}
.footer-license {
  font-size: 12px;
  font-weight: 400;
  line-height: 19.5px;
  color: rgba(255,255,255,0.5);
  max-width: 498px;
}

/* Contact col */
.footer-contact-col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer-contact-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.45px;
  color: #fff;
  margin-bottom: 16px;
}
.footer-contact-email {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.31px;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: color .2s;
}
.footer-contact-email:hover { color: #fff; }

/* ── Responsive ─────────────────────────────────────── */
@media (max-width: 768px) {
  .footer-cta-email { font-size: 40px; line-height: 44px; }
  .footer-cta { height: auto; padding: 48px 0; }
  .footer-bottom-inner { grid-template-columns: 1fr; gap: 40px; }
  .footer-contact-col { align-items: flex-start; }
}

@media (max-width: 510px) {
  .footer-cta-email { font-size: 28px; line-height: 34px; }
  .footer-cta-content { padding: 0 20px; }
  .footer-bottom-inner { padding: 0 20px; }
  .footer-cta-desc p { font-size: 15px; }
}


/* ── Footer CTA background image ───────────────────── */
.footer-cta-bg {
  background:
    url('/wp-content/uploads/image-abstract-gradient-background0.png') center / cover no-repeat !important;
}

/* ── Gallery Carousel ───────────────────────────────── */
.gallery-carousel-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}
/* ── Gallery carousel arrows fix ───────────────────── */
.gallery-carousel-wrap { overflow: visible !important; }
.section-brush-gallery .section-inner { overflow: visible; }

/* ── Nav active fix ─────────────────────────────────── */
html body .header-nav .nav-app { font-weight: 400 !important; color: rgba(255,255,255,0.7) !important; }
html body .header-nav a.active { font-weight: 600 !important; color: #fff !important; }

/* ── App hero stats mobile ──────────────────────────── */
@media (max-width: 960px) {
  .app-hero-stats {
   
    flex-direction: column !important;
    gap: 12px !important;
     align-content: center;



  }
  .app-hero-stat {
     width: 300px !important; 
padding: 24px !important;


}




}


/* ── How to Install fixes ───────────────────────────── */
.install-tip-label { width: 42px; flex-shrink: 0; }

@media (max-width: 510px) {
  .install-step-inner { flex-direction: column !important; }
}


/* ── All card images — contain ──────────────────────── */
.bcard-img img,
.gallery-card-img img,
.free-card-img img,
.free-brush-img img,
.brush-card-img img,
.bp-cover-frame img,
.bp-preview-frame img { object-fit: contain !important;  object-position: center center;  }

/* ── Single brush pack mobile ───────────────────────── */
@media (max-width: 900px) {
  .bp-inner { padding: 0 20px !important; }
  .bp-layout {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
  }
  .bp-left { order: 2 !important; }
  .bp-right { order: 1 !important; }
  .bp-right .bp-divider { display: none !important; }
  .bp-title { font-size: 28px !important; line-height: 34px !important; }
  .bp-description { max-width: 100% !important; }
  .bp-download-btn { height: 80px !important; }
  .bp-more-grid { grid-template-columns: repeat(2,1fr) !important; }
  .bp-cover-frame img { height: auto !important; max-height: 240px !important; }
}


/* ═══ SINGLE BRUSH PACK ════════════════════════════════ */
.bp-page { position: relative; overflow: hidden; padding-bottom: 80px; }
.bp-glow { position: absolute; border-radius: 50%; filter: blur(64px); pointer-events: none; }
.bp-glow-1 { width: 384px; height: 384px; background: rgba(152,16,250,0.2); left: 25%; top: 0; }
.bp-glow-2 { width: 384px; height: 384px; background: rgba(230,0,118,0.2); right: 0; top: 498px; }
.bp-glow-3 { width: 384px; height: 384px; background: rgba(152,16,250,0.15); left: 0; top: 612px; }
.bp-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 64px; position: relative; z-index: 1; }

.bp-back { display: inline-flex; align-items: center; gap: 8px; padding: 16px 0; color: #c27aff; font-size: 17px; font-weight: 400; transition: opacity .2s; }
.bp-back:hover { opacity: .7; }

/* Rows */
.bp-row { display: grid; grid-template-columns: 537px 1fr; gap: 64px; align-items: flex-start; margin-bottom: 0; }
.bp-row-1 { padding-bottom: 0; }
.bp-row-2 { padding-top: 0; }

/* Cover */
.bp-cover-wrap { position: relative; }
.bp-cover-glow { position: absolute; inset: 0; background: linear-gradient(135deg,rgba(173,70,255,0.3),rgba(246,51,154,0.2)); border-radius: 32px; opacity: 0.6; filter: blur(64px); pointer-events: none; }
.bp-cover-frame { position: relative; border: 1px solid rgba(255,255,255,0.2); border-radius: 32px; overflow: hidden; box-shadow: 0px 20px 80px -20px rgba(168,85,247,0.5); }
.bp-cover-frame img { width: 100%; height: auto; object-fit: contain; display: block; }
.bp-cover-placeholder { width: 100%; height: 275px; background: linear-gradient(135deg,rgba(60,3,102,0.3),rgba(0,0,0,0.2)); }

/* Info cell */
.bp-cell-info { display: flex; flex-direction: column; gap: 0; padding-top: 8px; }
.bp-style-label { font-size: 14px; font-weight: 500; line-height: 20px; letter-spacing: 0.55px; text-transform: uppercase; color: rgba(218,178,255,0.7); margin-bottom: 24px; }
.bp-title { font-size: 40px; font-weight: 700; line-height: 44px; letter-spacing: -0.63px; color: #fff; margin-bottom: 24px; }
.bp-description { font-size: 18px; line-height: 28px; letter-spacing: -0.44px; color: rgba(255,255,255,0.8); margin-bottom: 24px; }

/* Price badge */
.bp-price-badge { display: inline-flex; align-items: center; gap: 8px; height: 54px; padding: 0 24px; border-radius: 999px; font-size: 18px; font-weight: 700; width: fit-content; }
.bp-price-badge--premium { background: linear-gradient(135deg,rgba(173,70,255,0.2),rgba(246,51,154,0.1)); border: 1px solid rgba(194,122,255,0.4); box-shadow: 0 0 60px -10px rgba(168,85,247,0.6), 0 8px 32px rgba(168,85,247,0.4); color: #dab2ff; }
.bp-price-badge--free { background: rgba(0,201,80,0.15); border: 1px solid rgba(0,201,80,0.3); color: #7bf1a8; }

/* Divider */
.bp-divider { height: 1px; background: linear-gradient(90deg,rgba(0,0,0,0),rgba(255,255,255,0.2),rgba(0,0,0,0)); }

/* Preview */
.bp-section-title { font-size: 24px; font-weight: 700; line-height: 32px; letter-spacing: -0.53px; color: #fff; }
.bp-preview-frame { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.2); border-radius: 24px; overflow: hidden; box-shadow: 0 8px 32px rgba(0,0,0,0.4); }
.bp-preview-frame img { width: 100%; height: auto; object-fit: contain; display: block; }

/* Details */
.bp-cell-details { display: flex; flex-direction: column; gap: 0; padding-top: 8px; }
.bp-detail { margin-bottom: 24px; }
.bp-detail-title { font-size: 20px; font-weight: 700; line-height: 28px; letter-spacing: -0.95px; color: #fff; margin-bottom: 12px; }
.bp-detail-value { font-size: 18px; line-height: 29.25px; letter-spacing: -0.44px; color: rgba(255,255,255,0.8); }

/* Actions */
.bp-how-to-use { display: block; font-size: 18px; font-weight: 700; line-height: 28px; color: #c27aff; text-decoration: underline; margin-bottom: 16px; }
.bp-how-to-use:hover { opacity: .7; }
.bp-download-wrap { position: relative; }
.bp-download-glow { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(152,16,250,0.4),rgba(173,70,255,0.3)); border-radius: 20px; opacity: 0.4; filter: blur(40px); pointer-events: none; }
.bp-download-btn { position: relative; display: flex; align-items: center; justify-content: center; gap: 16px; width: 100%; height: 100px; background: linear-gradient(135deg,rgba(130,0,219,1),rgba(89,22,139,1)); border: 1px solid rgba(173,70,255,0.3); border-radius: 20px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 4px 24px rgba(139,92,246,0.3); color: #fff; text-decoration: none; transition: opacity .2s; }
.bp-download-btn:hover { opacity: .9; }
.bp-download-text { display: flex; flex-direction: column; align-items: flex-start; }
.bp-download-for { font-size: 14px; font-weight: 600; line-height: 20px; color: rgba(255,255,255,0.9); }
.bp-download-app { font-size: 24px; font-weight: 900; line-height: 30px; color: #fff; }

/* More like this */
.bp-more-section { padding: 48px 0 0; }
.bp-more-section .bp-section-title { margin-bottom: 24px; }
.bp-more-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.bp-more-item { border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; gap: 8px; transition: border-color .2s, transform .2s; text-decoration: none; }
.bp-more-item:hover { border-color: rgba(173,70,255,0.4); transform: translateY(-2px); }
.bp-more-item img { width: 100%; aspect-ratio: 16/9; object-fit: contain; display: block; background: rgba(255,255,255,0.03); }
.bp-more-placeholder { width: 100%; aspect-ratio: 16/9; background: rgba(255,255,255,0.04); }
.bp-more-title { font-size: 13px; color: rgba(255,255,255,0.7); padding: 0 10px 10px; line-height: 1.4; }

/* ── MOBILE ≤900px ─────────────────────────────────── */
@media (max-width: 900px) {
  .bp-inner { padding: 0 20px; }
  .bp-row { grid-template-columns: 1fr; gap: 24px; }
  .bp-title { font-size: 28px; line-height: 34px; }
  .bp-description { font-size: 16px; }
  .bp-download-btn { height: 80px; }
  .bp-more-grid { grid-template-columns: repeat(2,1fr); }
}

/* ── Hero mockup — по макету ────────────────────────── */
.hero-home-mockup { position: relative; width: 469.5px; flex-shrink: 0; }
.hero-mockup-blur {
  position: absolute;
  width: 446.5px; height: 573.8px;
  left: 11.74px; top: 15.1px;
  background: linear-gradient(135deg,rgba(152,16,250,0.4),rgba(230,0,118,0.4));
  border-radius: 24px;
  filter: blur(40px);
  z-index: 0;
}
.hero-mockup-wrap {
  position: relative;
  width: 469.5px; height: 604px;
  z-index: 1;
}
.hero-mockup-glow-tr {
  position: absolute;
  width: 96px; height: 96px;
  right: -16px; top: -16px;
  background: linear-gradient(135deg,rgba(173,70,255,1),rgba(246,51,154,1));
  border-radius: 16px;
  opacity: 0.8;
  filter: blur(24px);
}
.hero-mockup-glow-bl {
  position: absolute;
  width: 128px; height: 128px;
  left: -16px; bottom: -16px;
  background: linear-gradient(135deg,rgba(246,51,154,1),rgba(173,70,255,1));
  border-radius: 50%;
  opacity: 0.6;
  filter: blur(40px);
}
.hero-mockup-frame {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,rgba(30,41,57,0.4),rgba(16,24,40,0.4));
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
  
}
.hero-mockup-corner-tr {
  position: absolute;
  width: 80px; height: 80px;
  right: 17px; top: 17px;
  border-top: 2px solid rgba(194,122,255,0.3);
  border-right: 2px solid rgba(194,122,255,0.3);
  border-radius: 0 16px 0 0;
  z-index: 2;
}
.hero-mockup-corner-bl {
  position: absolute;
  width: 80px; height: 80px;
  left: 17px; bottom: 17px;
  border-bottom: 2px solid rgba(251,100,182,0.3);
  border-left: 2px solid rgba(251,100,182,0.3);
  border-radius: 0 0 0 16px;
  z-index: 2;
}
.hero-mockup-inner {
  position: absolute;
  left: 33px; top: 33px;
  width: 403.5px; height: 538px;
}
.hero-mockup-img {
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}
.hero-mockup-stats {
  position: absolute;
  bottom: 0; left: 0;
  display: flex;
  gap: 8px;

}
.hero-mockup-stat {
  flex: 1;
  background: rgba(0,0,0,0.6);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  padding: 13px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hero-mockup-stat-num { font-size: 24px; font-weight: 700; line-height: 32px; letter-spacing: 0.07px; color: #fff; }
.hero-mockup-stat-label { font-size: 12px; font-weight: 400; line-height: 16px; color: rgba(255,255,255,0.6); }

@media (max-width: 900px) {
  .hero-home-mockup { display: none; }
}

/* ── Ultimate avatars with image ────────────────────── */
.ultimate-avatar {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* ── Style home img fix ─────────────────────────────── */
.style-home-img {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 100% !important;
  height: 100% !important;
}

/* ── Install video bg image ─────────────────────────── */
.install-video-wrap {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative !important;
}
.install-video-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  border-radius: inherit;
  z-index: 0;
}
.install-video-wrap > * { position: relative; z-index: 1; }
.install-video-play--link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px; height: 80px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  transition: background .2s, transform .2s;
}
.install-video-play--link:hover {
  background: rgba(255,255,255,0.2);
  transform: scale(1.05);
}

/* ── Overflow fix ───────────────────────────────────── */
.site-header ~ * { overflow-x: clip; }

/* ── Scroll locks ───────────────────────────────────── */
body.menu-open { overflow: hidden; }
body.menu-open .site-header { position: fixed; width: 100%; top: 0; left: 0; }

/* ── Horizontal scroll fix ──────────────────────────── */
.app-hero-stats { max-width: 100% !important; }
.hero-home-mockup { max-width: 100% !important; }
.hero-mockup-wrap { max-width: 100% !important; width: 100% !important; }

.final-cta-glow-1 { left: 0 !important; width: 100% !important; }

@media (max-width: 1099px) {
  .hero-home-mockup { display: none; }
}

/* ── Overflow hidden restore ────────────────────────── */
html, body { overflow-x: hidden; }

/* ── Fixed header offset ────────────────────────────── */
body { padding-top: 72px; }
body.menu-open { overflow: hidden; }



/* ── Gallery slide ──────────────────────────────────── */
.gallery-slide { min-width:100%; flex-shrink:0; display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.gallery-slide .gallery-card { width:100%; min-width:0; }
@media(max-width:900px){ .gallery-slide { grid-template-columns:repeat(2,1fr); } }
@media(max-width:600px){ .gallery-slide { grid-template-columns:1fr; } }

/* ── Gallery carousel display fix ───────────────────── */
#gallery-carousel.gallery-carousel {
  display: flex !important;
  flex-wrap: nowrap !important;
  transition: transform .4s ease !important;
}

/* ── Gallery slide width fix ────────────────────────── */
#gallery-carousel.gallery-carousel .gallery-slide {
  min-width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

/* ── Gallery carousel gap + arrows ──────────────────── */
#gallery-carousel.gallery-carousel {
  gap: 32px !important;
}
#gallery-carousel.gallery-carousel .gallery-slide {
  flex: 0 0 calc(100% - 16px) !important;
  min-width: calc(100% - 16px) !important;
}
.gallery-arrow--prev { left: 0 !important; }
.gallery-arrow--next { right: 0 !important; }
.gallery-carousel-wrap { padding: 0 !important; }

/* ── Gallery slide exact width ──────────────────────── */
#gallery-carousel.gallery-carousel .gallery-slide {
  flex: 0 0 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}

/* ── Gallery carousel responsive visibility ─────────── */
.gallery-carousel--tablet-wrap,
.gallery-carousel--mobile-wrap { display: none; }

@media (max-width: 900px) {
  .gallery-carousel--desktop-wrap { display: none; }
  .gallery-carousel--tablet-wrap  { display: block; }
  .gallery-carousel--tablet .gallery-slide { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 600px) {
  .gallery-carousel--tablet-wrap { display: none; }
  .gallery-carousel--mobile-wrap { display: block; }
  .gallery-carousel--mobile .gallery-slide { grid-template-columns: 1fr; }
}

/* ── All carousels flex fix ──────────────────────────── */
.gallery-carousel--desktop,
.gallery-carousel--tablet,
.gallery-carousel--mobile {
  display: flex !important;
  flex-wrap: nowrap !important;
  transition: transform .4s ease !important;
  gap: 24px !important;
}
.gallery-carousel--desktop .gallery-slide,
.gallery-carousel--tablet .gallery-slide,
.gallery-carousel--mobile .gallery-slide {
  flex: 0 0 100% !important;
  min-width: 100% !important;
}

/* ── Gallery arrows style ───────────────────────────── */
.gallery-carousel-wrap { position: relative; }
.gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px; height: 44px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; color: #fff; z-index: 2;
  transition: background .2s;
}
.gallery-arrow:hover { background: rgba(255,255,255,0.18); }
.gallery-arrow--prev { left: -22px; }
.gallery-arrow--next { right: -22px; }
@media (max-width: 900px) {
  .gallery-arrow--prev { left: 8px; }
  .gallery-arrow--next { right: 8px; }
}

/* ── Gallery simple grid ────────────────────────────── */
.gallery-simple-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .gallery-simple-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 510px) {
  .gallery-simple-grid { grid-template-columns: 1fr; }
}




/* ═══════════════════════════════════════════════════════
   HOW TO 
   ═══════════════════════════════════════════════════════ */

.hti-page { padding-bottom: 96px; }
.hti-inner { max-width: 1099px; margin: 0 auto; padding: 0 32px; }
.hti-section { padding: 80px 0 0; }
.hti-tips-section { background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(60,3,102,0.1) 50%, rgba(0,0,0,0) 100%); }

/* Section header */
.hti-section-header { text-align: center; margin-bottom: 48px; }
.hti-section-title {
  font-size: 48px; font-weight: 900; line-height: 48px;
  letter-spacing: -0.85px; color: #fff; margin-bottom: 16px;
}
.hti-section-desc {
  font-size: 18px; font-weight: 400; line-height: 28px;
  letter-spacing: -0.44px; color: rgba(255,255,255,0.6);
}

/* ── HERO ───────────────────────────────────────────── */
.hti-hero {
  position: relative; text-align: center;
  padding: 96px 0 0;
  background: linear-gradient(180deg, rgba(60,3,102,0.3) 0%, rgba(0,0,0,0) 50%);
  min-height: 480px;
}
.hti-badge {
  display: inline-flex; align-items: center; gap: 8px;
  height: 38px; padding: 0 16px;
  background: rgba(43,127,255,0.1);
  border: 1px solid rgba(43,127,255,0.2);
  border-radius: 999px;
  font-size: 14px; font-weight: 500;
  letter-spacing: -0.15px; color: #8ec5ff;
  margin-bottom: 32px;
}
.hti-title {
  font-size: 72px; font-weight: 900; line-height: 72px;
  letter-spacing: -1.68px; color: #fff; margin-bottom: 32px;
}
.hti-title-gradient {
  background: linear-gradient(90deg, #c27aff, #fb64b6);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; display: block;
}
.hti-desc {
  font-size: 24px; font-weight: 400; line-height: 39px;
  letter-spacing: 0.07px; color: rgba(255,255,255,0.7);
  max-width: 768px; margin: 0 auto;
}

/* ── GUIDES ─────────────────────────────────────────── */
.hti-guides-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 32px;
}
.hti-guide-card {
  position: relative;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  overflow: hidden;
  min-height: 446px;
  display: block;
  text-decoration: none;
  transition: border-color .2s, transform .2s;
}
.hti-guide-card:hover { border-color: rgba(173,70,255,0.4); transform: translateY(-4px); }
.hti-guide-bg-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: 0.1;
}
.hti-guide-inner { position: relative; z-index: 1; padding: 40px; height: 100%; }
.hti-guide-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 48px; }
.hti-guide-icon {
  width: 64px; height: 64px;
  background: linear-gradient(135deg, rgba(173,70,255,0.2), rgba(246,51,154,0.2));
  border: 1px solid rgba(194,122,255,0.3);
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
}
.hti-guide-title {
  font-size: 36px; font-weight: 900; line-height: 45px;
  letter-spacing: 0.37px; color: #fff; margin-bottom: 16px;
}
.hti-guide-desc {
  font-size: 18px; line-height: 29.25px; letter-spacing: -0.44px;
  color: rgba(255,255,255,0.7); margin-bottom: 24px;
}
.hti-guide-steps { display: flex; flex-direction: column; gap: 8px; }
.hti-guide-step { display: flex; align-items: center; gap: 12px; }
.hti-step-num {
  width: 24px; height: 24px; flex-shrink: 0;
  background: rgba(173,70,255,0.2);
  border: 1px solid rgba(194,122,255,0.3);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700; color: #dab2ff;
}
.hti-step-label { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 20px; }

/* ── TIPS ───────────────────────────────────────────── */
.hti-tips-grid {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 24px;
}
.hti-tip-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 25px;
}
.hti-tip-icon {
  width: 48px; height: 48px;
  background: linear-gradient(135deg, rgba(173,70,255,0.2), rgba(246,51,154,0.2));
  border: 1px solid rgba(194,122,255,0.3);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 40px;
}
.hti-tip-title {
  font-size: 18px; font-weight: 700; line-height: 28px;
  letter-spacing: -0.44px; color: #fff; margin-bottom: 12px;
}
.hti-tip-desc {
  font-size: 14px; line-height: 22.75px;
  letter-spacing: -0.15px; color: rgba(255,255,255,0.6);
}

/* ── VIDEO ──────────────────────────────────────────── */
.hti-video-wrap {
  position: relative; border-radius: 24px; overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
  background: linear-gradient(135deg, rgba(89,22,139,0.2), rgba(134,16,67,0.2));
  background-size: cover; background-position: center;
  height: 582px;
  display: flex; align-items: center; justify-content: center;
}
.hti-video-overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.5);
}
.hti-video-play {
  position: relative; z-index: 1;
  width: 96px; height: 96px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s, transform .2s;
}
a.hti-video-play:hover { background: rgba(255,255,255,0.2); transform: scale(1.05); }
.hti-play-triangle {
  width: 0; height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid #fff;
  margin-left: 4px;
}
.hti-video-label {
  position: absolute; bottom: 32px; left: 32px; z-index: 1;
  display: flex; flex-direction: column; gap: 8px;
}
.hti-video-title { font-size: 30px; font-weight: 700; line-height: 36px; color: #fff; }
.hti-video-sub { font-size: 16px; color: rgba(255,255,255,0.7); line-height: 24px; }

/* ── CTA ────────────────────────────────────────────── */
.hti-cta-box {
  background: linear-gradient(135deg, rgba(173,70,255,0.1), rgba(246,51,154,0.05), rgba(173,70,255,0.1));
  border: 1px solid rgba(194,122,255,0.2);
  border-radius: 24px;
  padding: 49px;
  text-align: center;
}
.hti-cta-title {
  font-size: 36px; font-weight: 900; line-height: 40px;
  letter-spacing: -0.53px; color: #fff; margin-bottom: 16px;
}
.hti-cta-desc {
  font-size: 18px; line-height: 29.25px; letter-spacing: -0.44px;
  color: rgba(255,255,255,0.7); margin-bottom: 32px;
}
.hti-cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.hti-btn-green {
  display: inline-flex; align-items: center; justify-content: center;
  height: 58px; padding: 0 32px;
  background: linear-gradient(90deg, #00c950, #00bc7d);
  border-radius: 16px; color: #fff; font-size: 16px; font-weight: 700;
  letter-spacing: -0.31px; transition: opacity .2s;
}
.hti-btn-green:hover { opacity: .9; }
.hti-btn-ghost {
  display: inline-flex; align-items: center; justify-content: center;
  height: 58px; padding: 0 32px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 16px; color: #fff; font-size: 16px; font-weight: 700;
  letter-spacing: -0.31px; transition: background .2s;
}
.hti-btn-ghost:hover { background: rgba(255,255,255,0.1); }

/* ── FAQ ────────────────────────────────────────────── */
.hti-faq-inner { max-width: 900px; }
.hti-faq-list { display: flex; flex-direction: column; gap: 24px; margin-top: 0; }
.hti-faq-item {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 25px;
}
.hti-faq-q {
  font-size: 20px; font-weight: 700; line-height: 28px;
  letter-spacing: -0.45px; color: #fff; margin-bottom: 12px;
}
.hti-faq-a {
  font-size: 16px; line-height: 26px;
  letter-spacing: -0.31px; color: rgba(255,255,255,0.7);
}

/* ── Responsive ─────────────────────────────────────── */
@media (max-width: 900px) {
  .hti-title { font-size: 48px; line-height: 52px; }
  .hti-desc { font-size: 18px; line-height: 28px; }
  .hti-guides-grid { grid-template-columns: 1fr; }
  .hti-tips-grid { grid-template-columns: repeat(2,1fr); }
  .hti-section-title { font-size: 36px; }
  .hti-guide-title{font-size: 30px; line-height: 37.5px;letter-spacing: 0.396px;}

  
}
@media (max-width: 510px) {
  .hti-title { font-size: 36px; line-height: 40px; }
  .hti-inner { padding: 0 20px; }
  .hti-tips-grid { grid-template-columns: 1fr; }
  .hti-video-wrap { height: 300px; }
  .hti-cta-box { padding: 32px 20px; }
  .hti-section-title { font-size: 28px; }
}






/* ═══════════════════════════════════════════════════════
   HOW TO DOWNLOAD — htd-
   ═══════════════════════════════════════════════════════ */

.htd-page { padding-bottom: 96px; gap: 80px;
    display: flex;
    flex-direction: column;}
.htd-inner { max-width: 1099px; margin: 0 auto; padding: 0 32px; }

.htd-tips-section { background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(60,3,102,0.1) 50%, rgba(0,0,0,0) 100%); }

/* Section header */
.htd-section-header { text-align: center; margin-bottom: 48px; }
.htd-section-title {
  font-size: 48px; font-weight: 900; line-height: 48px;
  letter-spacing: -0.85px; color: #fff;
  margin-bottom: 16px; text-align: center;
}
.htd-section-desc {
  font-size: 18px; line-height: 28px; letter-spacing: -0.44px;
  color: rgba(255,255,255,0.6); text-align: center;
}

/* ── HERO ───────────────────────────────────────────── */
.htd-hero {
 margin-bottom:80px;
  background: linear-gradient(180deg, rgba(60,3,102,0.3) 0%, rgba(0,0,0,0) 60%);
}
.htd-back {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 16px; color: #c27aff; line-height: 24px;
  text-decoration: none; margin-bottom: 80px;
  transition: opacity .2s; width:100%; margin-top:20px;
}
.htd-back:hover { opacity: .7; }
.htd-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  height: 38px; padding: 0 16px;
  background: rgba(43,127,255,0.1);
  border: 1px solid rgba(43,127,255,0.2);
  border-radius: 999px;
  font-size: 14px; font-weight: 500; color: #8ec5ff;
  margin-bottom: 24px;
}
.htd-hero-title {
  font-size: 72px; font-weight: 900; line-height: 72px;
  letter-spacing: -1.68px; color: #fff; margin-bottom: 24px;
}
.htd-hero-title-white { color: #fff; display: block; }
.htd-hero-desc {
  font-size: 24px; line-height: 39px; letter-spacing: 0.07px;
  color: rgba(255,255,255,0.7); max-width: 800px; margin-bottom: 32px;
}
.htd-hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }

/* Buttons */
.htd-btn-purple {
  display: inline-flex; align-items: center; justify-content: center;
  height: 58px; padding: 0 32px;
  background: linear-gradient(90deg, #ad46ff, #f6339a);
  border-radius: 16px; color: #fff; font-size: 16px; font-weight: 700;
  letter-spacing: -0.31px; transition: opacity .2s;
}
.htd-btn-purple:hover { opacity: .9; }
.htd-btn-blue {
  display: inline-flex; align-items: center; justify-content: center;
  height: 58px; padding: 0 32px;
  background: linear-gradient(90deg, #2b7fff, #00b8db);
  border-radius: 16px; color: #fff; font-size: 16px; font-weight: 700;
  letter-spacing: -0.31px; transition: opacity .2s;
}
.htd-btn-blue:hover { opacity: .9; }
.htd-btn-ghost {
  display: inline-flex; align-items: center; justify-content: center;
  height: 58px; padding: 0 32px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 16px; color: #fff; font-size: 16px; font-weight: 700;
  letter-spacing: -0.31px; transition: background .2s;
}
.htd-btn-ghost:hover { background: rgba(255,255,255,0.1); }

/* ── STEPS ──────────────────────────────────────────── */
.htd-steps-list { display: flex; flex-direction: column; gap: 32px; }
.htd-step-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  padding: 41px;
  display: flex; align-items: flex-start; gap: 24px;
}
.htd-step-icon {
  width: 64px; height: 64px; flex-shrink: 0;
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
}
.htd-step-icon--blue {
  background: linear-gradient(135deg, rgba(43,127,255,0.2), rgba(0,184,219,0.2));
  border: 1px solid rgba(81,162,255,0.3);
}
.htd-step-title {
  font-size: 30px; font-weight: 900; line-height: 36px;
  letter-spacing: 0.4px; color: #fff; margin-bottom: 12px;
}
.htd-step-desc {
  font-size: 18px; line-height: 29.25px; letter-spacing: -0.44px;
  color: rgba(255,255,255,0.7);
}

/* ── TIPS ───────────────────────────────────────────── */
.htd-tips-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.htd-tip-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 25px;
  display: flex; align-items: flex-start; gap: 16px;
}
.htd-tip-icon {
  width: 40px; height: 40px; flex-shrink: 0;
  background: linear-gradient(135deg, rgba(43,127,255,0.2), rgba(0,184,219,0.2));
  border: 1px solid rgba(81,162,255,0.3);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
}
.htd-tip-title {
  font-size: 18px; font-weight: 700; line-height: 28px;
  letter-spacing: -0.44px; color: #fff; margin-bottom: 8px;
}
.htd-tip-desc {
  font-size: 14px; line-height: 22.75px; letter-spacing: -0.15px;
  color: rgba(255,255,255,0.7);
}

/* ── CTA ────────────────────────────────────────────── */
.htd-cta-inner { max-width: 900px; }
.htd-cta-box {
  border-radius: 24px;
  border: 1px solid;
  padding: 49px;
  text-align: center;
}
.htd-cta-box--blue {
  background: linear-gradient(135deg, rgba(43,127,255,0.1), rgba(0,184,219,0.05), rgba(43,127,255,0.1));
  border-color: rgba(81,162,255,0.2);
}
.htd-cta-icon { margin-bottom: 24px; display: flex; justify-content: center; }
.htd-cta-title {
  font-size: 36px; font-weight: 900; line-height: 40px;
  letter-spacing: -0.53px; color: #fff; margin-bottom: 16px;
}
.htd-cta-desc {
  font-size: 18px; line-height: 29.25px; letter-spacing: -0.44px;
  color: rgba(255,255,255,0.7); margin-bottom: 32px;
}
.htd-cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ── FAQ ────────────────────────────────────────────── */
.htd-faq-inner { max-width: 900px; }
.htd-faq-list { display: flex; flex-direction: column; gap: 24px; }
.htd-faq-item {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 25px;
}
.htd-faq-q {
  font-size: 20px; font-weight: 700; line-height: 28px;
  letter-spacing: -0.45px; color: #fff; margin-bottom: 12px;
}
.htd-faq-a {
  font-size: 16px; line-height: 26px; letter-spacing: -0.31px;
  color: rgba(255,255,255,0.7);
}

/* ── Responsive ─────────────────────────────────────── */
@media (max-width: 900px) {
  .htd-hero-title { font-size: 48px; line-height: 52px; }
  .htd-hero-desc { font-size: 18px; line-height: 28px; }
  .htd-tips-grid { grid-template-columns: 1fr; }
  .htd-section-title { font-size: 36px; }
  .htd-step-title { font-size: 24px; }
}
@media (max-width: 510px) {
  .htd-inner { padding: 0 20px; }
  .htd-hero-title { font-size: 36px; line-height: 40px; }
  .htd-hero-desc { font-size: 16px; line-height: 26px; }
  .htd-section-title { font-size: 28px; }
  .htd-step-card { flex-direction: column; padding: 24px; }
  .htd-cta-box { padding: 32px 20px; }
}



/* ═══════════════════════════════════════════════════════
   HOW TO ADD BRUSHES — hta-* классы
   ═══════════════════════════════════════════════════════ */

.hta-page { padding-bottom: 96px; gap: 80px;
    display: flex;
    flex-direction: column; }
.hta-inner { max-width: 1099px; margin: 0 auto; padding: 0 32px; }

.hta-steps-section { background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(3,46,21,0.1) 50%, rgba(0,0,0,0) 100%); }
.hta-org-section { background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(60,3,102,0.1) 50%, rgba(0,0,0,0) 100%); }

/* Section header */
.hta-section-header { text-align: center; margin-bottom: 48px; }
.hta-section-title {
  font-size: 48px; font-weight: 900; line-height: 48px;
  letter-spacing: -0.85px; color: #fff;
  margin-bottom: 16px; text-align: center;
}
.hta-section-desc {
  font-size: 18px; line-height: 28px; letter-spacing: -0.44px;
  color: rgba(255,255,255,0.6); text-align: center;
}

/* ── HERO ───────────────────────────────────────────── */
.hta-hero {
  margin-bottom:80px;
  background: linear-gradient(180deg, rgba(60,3,102,0.3) 0%, rgba(0,0,0,0) 60%);
}
.hta-back {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 16px; color: #c27aff; line-height: 24px;
  text-decoration: none; margin-bottom: 80px; transition: opacity .2s;
  margin-top:20px; width: 100%;
}
.hta-back:hover { opacity: .7; }
.hta-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  height: 38px; padding: 0 16px;
  background: rgba(0,201,80,0.1);
  border: 1px solid rgba(0,201,80,0.2);
  border-radius: 999px;
  font-size: 14px; font-weight: 500; color: #7bf1a8;
  margin-bottom: 24px;
}
.hta-hero-title {
  font-size: 72px; font-weight: 900; line-height: 72px;
  letter-spacing: -1.68px; color: #fff; margin-bottom: 24px;
}
.hta-hero-title-white { color: #fff; display: block; }
.hta-hero-desc {
  font-size: 24px; line-height: 39px; letter-spacing: 0.07px;
  color: rgba(255,255,255,0.7); max-width: 900px; margin-bottom: 32px;
}
.hta-hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }

/* Buttons */
.hta-btn-green {
  display: inline-flex; align-items: center; justify-content: center;
  height: 58px; padding: 0 32px;
  background: linear-gradient(90deg, #00c950, #00bc7d);
  border-radius: 16px; color: #fff; font-size: 16px; font-weight: 700;
  letter-spacing: -0.31px; transition: opacity .2s;
}
.hta-btn-green:hover { opacity: .9; }
.hta-btn-ghost {
  display: inline-flex; align-items: center; justify-content: center;
  height: 58px; padding: 0 32px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 16px; color: #fff; font-size: 16px; font-weight: 700;
  letter-spacing: -0.31px; transition: background .2s;
}
.hta-btn-ghost:hover { background: rgba(255,255,255,0.1); }

/* ── RECOMMENDED BADGE ──────────────────────────────── */
.hta-recommended-badge {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 16px;
  height: 38px; padding: 0 16px;
  background: linear-gradient(90deg, rgba(0,201,80,0.2), rgba(0,188,125,0.2));
  border: 1px solid rgba(5,223,114,0.3);
  border-radius: 999px;
  font-size: 14px; font-weight: 500; color: #7bf1a8;
}

/* ── SIMPLE STEPS GRID ──────────────────────────────── */
.hta-simple-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
.hta-step-item {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 25px;
  display: flex; align-items: flex-start; gap: 16px;
}
.hta-step-num {
  width: 48px; height: 48px; flex-shrink: 0;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 700; line-height: 28px;
}
.hta-step-num--green {
  background: linear-gradient(135deg, rgba(0,201,80,0.2), rgba(0,188,125,0.2));
  border: 1px solid rgba(5,223,114,0.3);
  color: #7bf1a8;
}
.hta-step-text {
  font-size: 16px; line-height: 26px; letter-spacing: -0.31px;
  color: rgba(255,255,255,0.8); padding-top: 11px;
}

/* ── METHODS ────────────────────────────────────────── */
.hta-methods-list { display: flex; flex-direction: column; gap: 32px; }
.hta-method-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  padding: 41px;
  display: flex; align-items: flex-start; gap: 24px;
}
.hta-method-icon {
  width: 64px; height: 64px; flex-shrink: 0;
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
}
.hta-method-icon--green {
  background: linear-gradient(135deg, rgba(0,201,80,0.2), rgba(0,188,125,0.2));
  border: 1px solid rgba(5,223,114,0.3);
}
.hta-method-body { flex: 1; }
.hta-method-header {
  display: flex; align-items: center; gap: 12px; margin-bottom: 12px;
}
.hta-method-num {
  width: 32px; height: 32px; flex-shrink: 0;
  background: rgba(0,201,80,0.2);
  border: 1px solid rgba(5,223,114,0.3);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 700; color: #7bf1a8;
}
.hta-method-title {
  font-size: 30px; font-weight: 900; line-height: 36px;
  letter-spacing: 0.4px; color: #fff;
}
.hta-method-desc {
  font-size: 18px; line-height: 29.25px; letter-spacing: -0.44px;
  color: rgba(255,255,255,0.7); margin-bottom: 24px;
}
.hta-method-steps { margin-bottom: 16px; }
.hta-method-label {
  font-size: 14px; font-weight: 700; letter-spacing: 0.55px;
  text-transform: uppercase; margin-bottom: 12px;
}
.hta-method-label--white { color: #fff; }
.hta-method-label--purple { color: #dab2ff; }

.hta-sub-steps-list { display: flex; flex-direction: column; gap: 8px; }
.hta-sub-step {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 16px; line-height: 26px; color: rgba(255,255,255,0.7);
}
.hta-sub-num {
  width: 24px; height: 24px; flex-shrink: 0; margin-top: 1px;
  background: rgba(0,201,80,0.2);
  border: 1px solid rgba(5,223,114,0.3);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700; color: #7bf1a8;
}
.hta-sub-num--purple {
  background: rgba(173,70,255,0.2);
  border-color: rgba(194,122,255,0.3);
  color: #dab2ff;
}

.hta-method-where {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  padding: 17px;
}
.hta-where-list { display: flex; flex-direction: column; gap: 4px; }
.hta-where-item {
  display: flex; align-items: flex-start; gap: 8px;
  font-size: 14px; line-height: 22.75px; color: rgba(255,255,255,0.7);
}
.hta-where-item svg { flex-shrink: 0; margin-top: 3px; }

/* Drag grid */
.hta-drag-grid {
  display: flex; flex-direction: column; gap: 24px; margin-top: 16px;
}
.hta-drag-block {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  padding: 21px;
}

/* ── ORGANIZING ─────────────────────────────────────── */
.hta-org-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.hta-org-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 25px;
  display: flex; align-items: flex-start; gap: 16px;
}
.hta-org-icon {
  width: 40px; height: 40px; flex-shrink: 0;
  background: linear-gradient(135deg, rgba(173,70,255,0.2), rgba(246,51,154,0.2));
  border: 1px solid rgba(194,122,255,0.3);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
}
.hta-org-title {
  font-size: 18px; font-weight: 700; line-height: 28px;
  letter-spacing: -0.44px; color: #fff; margin-bottom: 8px;
}
.hta-org-desc {
  font-size: 14px; line-height: 22.75px; letter-spacing: -0.15px;
  color: rgba(255,255,255,0.7);
}

/* ── CTA ────────────────────────────────────────────── */
.hta-cta-inner { max-width: 900px; }
.hta-cta-box {
  background: linear-gradient(135deg, rgba(0,201,80,0.1), rgba(0,188,125,0.05), rgba(0,201,80,0.1));
  border: 1px solid rgba(5,223,114,0.2);
  border-radius: 24px; padding: 49px; text-align: center;
}
.hta-cta-icon { display: flex; justify-content: center; margin-bottom: 24px; }
.hta-cta-title {
  font-size: 36px; font-weight: 900; line-height: 40px;
  letter-spacing: -0.53px; color: #fff; margin-bottom: 16px;
}
.hta-cta-desc {
  font-size: 18px; line-height: 29.25px; letter-spacing: -0.44px;
  color: rgba(255,255,255,0.7); margin-bottom: 32px;
}
.hta-cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ── FAQ ────────────────────────────────────────────── */
.hta-faq-inner { max-width: 900px; }
.hta-faq-list { display: flex; flex-direction: column; gap: 24px; }
.hta-faq-item {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px; padding: 25px;
}
.hta-faq-q {
  font-size: 20px; font-weight: 700; line-height: 28px;
  letter-spacing: -0.45px; color: #fff; margin-bottom: 12px;
}
.hta-faq-a {
  font-size: 16px; line-height: 26px; letter-spacing: -0.31px;
  color: rgba(255,255,255,0.7);
}

/* ── Responsive ─────────────────────────────────────── */
@media (max-width: 900px) {
  .hta-hero-title { font-size: 48px; line-height: 52px; }
  .hta-hero-desc { font-size: 18px; line-height: 28px; }
  .hta-simple-grid { grid-template-columns: 1fr; }
  .hta-org-grid { grid-template-columns: 1fr; }
  .hta-section-title { font-size: 36px; }
  .hta-method-title { font-size: 24px; }
  .hta-method-card { flex-direction: column; }
}
@media (max-width: 510px) {
  .hta-inner { padding: 0 20px; }
  .hta-hero-title { font-size: 36px; line-height: 40px; }
  .hta-hero-desc { font-size: 16px; line-height: 26px; }
  .hta-section-title { font-size: 28px; }
  .hta-cta-box { padding: 32px 20px; }
  .hta-drag-grid { grid-template-columns: 1fr; }
}

