/* Brillance template composition, using Postimly's original palette and assets.
   Scoped to index2.html so the original landing remains independent. */
:root {
  --content-width: 1440px;
  --rule: rgba(107, 91, 230, .16);
  --font-editorial: Georgia, 'Times New Roman', serif;
  --type-body: 15px;
  --type-secondary: 13px;
}
body { background: var(--bg); font-size: var(--type-body); }
main, .footer {
  width: 100%;
  max-width: none;
  margin-inline: auto;
  border: 0;
}
main { position: relative; }
main > section {
  padding: 76px 0;
  background: transparent !important;
  border-bottom: 0;
  overflow: hidden;
}
main > section[class] { background: transparent !important; }
main > section:not(.hero)::before,
main > section::after,
.deco-orb, .deco-sparkle, .deco-dots, .sparkle-divider,
.carousel-course-glow { display: none; }
.container, .hero .container {
  width: 100%; max-width: var(--content-width); padding-inline: 48px;
}
h1, h2, h3, h4, h5, h6 { font-weight: 600 !important; }
main h2, .carousel-course-copy h2, .carousel-demo-copy h2 {
  font-family: var(--font-editorial);
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 400 !important;
  line-height: 1.13;
  letter-spacing: -.04em;
  text-wrap: balance;
}
main h3 { font-size: 19px; line-height: 1.35; letter-spacing: -.025em; }
main h4 { font-size: var(--type-body); line-height: 1.4; }
.btn, .btn-full {
  min-height: 44px; border-radius: 999px;
  font-size: 13px; font-weight: 600;
  box-shadow: 0 1px 3px rgba(15, 15, 35, .08);
  transition: background .18s, box-shadow .18s;
}
.btn:hover, .btn-full:hover { transform: none; box-shadow: 0 3px 12px rgba(107, 91, 230, .14); }
.btn-purple, .btn-full { background: var(--primary); }
.btn-orange { background: var(--accent); }
a:focus-visible, button:focus-visible, [role=button]:focus-visible {
  outline: 3px solid var(--primary); outline-offset: 5px;
}
section[id] { scroll-margin-top: 96px; }

/* Keep the compact navigation visible over content throughout the scroll. */
.header, .header.scrolled {
  position: fixed; top: 20px; left: 0; right: 0;
  padding: 0; background: transparent; border: 0;
  box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none;
  pointer-events: none;
}
.header::before { display: none; }
.header .container {
  position: relative; display: flex; flex-wrap: nowrap; gap: 26px;
  width: calc(100% - 56px); max-width: 760px; min-height: 56px;
  padding: 6px 8px 6px 22px;
  border: 1px solid rgba(255, 255, 255, .8); border-radius: 999px;
  background: rgba(251, 250, 255, .76);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 8px 30px rgba(15,15,35,.08);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  pointer-events: auto;
}
.header > .container > .logo { font-size: 25px; }
.nav { display: flex; gap: 22px; margin-right: auto; }
.nav a { font-size: 12px; }
.header .header-buttons { display: flex; gap: 8px; width: auto; flex-shrink: 0; }
.header .header-cta, .header .btn-purple.header-cta {
  min-width: 0; min-height: 38px; padding: 9px 16px;
  font-size: 11px; border-radius: 999px; box-shadow: none;
}
.header .btn-purple.header-cta { background: var(--primary); }

/* Centered editorial hero, real product preview, then three quiet feature cells. */
main > .hero { min-height: 0; padding: 170px 0 0; }
.hero::before {
  width: 100%; height: 420px; left: 0; top: 320px;
  border-radius: 0; opacity: .55; transform: none;
  background: repeating-linear-gradient(135deg, transparent 0 10px, rgba(107,91,230,.09) 10px 11px);
  mask-image: linear-gradient(transparent, #000 40%, transparent);
}
.hero-grid { display: flex; flex-direction: column; gap: 48px; }
.hero-content { display: flex; flex-direction: column; align-items: center; text-align: center; max-width: 100%; }
.hero h1 {
  max-width: 830px; margin: 0 0 24px;
  font-family: var(--font-editorial); font-size: clamp(44px, 6.2vw, 76px);
  font-weight: 400 !important; line-height: 1.05; letter-spacing: -.045em;
}
.hero h1 .hero-title-line { display: inline; }
.hero h1 .hero-title-line:first-child { display: block; }
.hero h1 .accent-italic {
  display: inline; margin: 0; font-family: inherit;
  font-size: inherit; font-weight: 400; font-style: italic; color: var(--primary);
}
.hero-subtitle { max-width: 650px; margin: 0; font-size: var(--type-body); line-height: 1.8; }
.hero-cta { order: 1; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero .btn-lg, .hero .btn-white.btn-lg { width: auto; min-width: 0; height: auto; min-height: 46px; padding: 12px 26px; font-size: 13px; border-radius: 999px; }
.hero .btn-orange { background: var(--primary); box-shadow: inset 0 0 0 2px rgba(255,255,255,.15), 0 2px 4px rgba(107,91,230,.15); }
.hero-features {
  order: 2; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0; width: 100%; max-width: 1080px; margin: 44px 0 0; border: 1px solid var(--rule);
  background: transparent;
}
.hero-features li { flex-direction: column; justify-content: flex-start; gap: 10px; padding: 22px 18px; font-size: var(--type-body); line-height: 1.6; font-weight: 500; }
.hero-features li + li { border-left: 1px solid var(--rule); }
.hero-grid > .hero-features { margin: 0; }
.hero-feat-icon, .hero-feat-icon.purple { width: 26px; height: 26px; border-radius: 7px; color: var(--primary); background: var(--bg-tint); }
.hero-feat-icon svg { width: 16px; height: 16px; }
.hero-mockup { width: 100%; max-width: 1080px; margin: 0 auto; justify-self: auto; filter: none; transform: none; }
.hero-dashboard-frame { aspect-ratio: auto; padding: 0; border: 0; border-radius: 10px; box-shadow: 0 12px 36px rgba(107,91,230,.06); background: transparent; }
.hero-dashboard-frame picture { height: auto; }
.hero-dashboard-frame img { height: auto; border: 0; border-radius: 10px; box-shadow: none; }
.floating-card { right: 24px; bottom: 24px; min-height: 0; padding: 12px 16px; border-radius: 10px; box-shadow: 0 4px 20px rgba(107,91,230,.1); animation: none; }
.floating-card-icon { width: 36px; height: 36px; border-radius: 8px; }

/* Separate purchase-related sections without adding lines to the content story. */
.pain { border-top: 0; }
.pricing, .faq { border-top: 1px solid var(--rule); }
.sect-header { margin-bottom: 40px; }
.sect-header p { margin-top: 16px; font-size: var(--type-body); }
.carousel-demo-shell, .carousel-course-shell {
  padding: 0; border: 0; border-radius: 0; background: none; box-shadow: none;
}
.carousel-demo-shell { display: grid; grid-template-columns: 1fr; gap: 32px; }
.carousel-demo-copy { max-width: 660px; text-align: center; margin-inline: auto; }
.carousel-demo-copy h2 { margin-bottom: 16px; }
.carousel-demo-copy p, .carousel-course-copy p { font-size: var(--type-body); line-height: 1.75; }
.carousel-demo-video, .feature-image-card { border: 0; border-radius: 9px; box-shadow: none; }
.pain-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; border: 1px solid var(--rule); }
.pain-card, .for-who-card {
  padding: 30px; border: 0; border-radius: 0; background: transparent;
  box-shadow: none; transform: none; min-height: 0;
}
.pain-card:hover, .for-who-card:hover { transform: none; background: white; box-shadow: none; }
.pain-card::before, .pain-card::after, .for-who-card::before, .for-who-card::after { display: none; }
.pain-card:nth-child(odd) { border-right: 1px solid var(--rule); }
.pain-card:nth-child(-n+2) { border-bottom: 1px solid var(--rule); }
.pain-card h3 { margin: 16px 0 10px; }
.pain-card p { font-size: var(--type-body); line-height: 1.75; }
.pain-icon-tile, .for-who-icon {
  width: 38px; height: 38px; margin: 0 0 18px; font-size: 19px;
  border: 1px solid var(--rule); border-radius: 9px;
  background: var(--bg-tint); box-shadow: none; transform: none;
}
.for-who-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 0; border: 1px solid var(--rule); }
.for-who-card { padding: 28px 24px; }
.for-who-card:nth-child(n), .for-who-card:nth-child(n):hover { box-shadow: none; }
.for-who-card + .for-who-card { border-left: 1px solid var(--rule); }
.for-who-card h3 { font-size: 18px; }
.for-who-card .desc { font-size: var(--type-secondary); line-height: 1.8; }
.for-who-card ul li { font-size: var(--type-body); line-height: 1.8; }
.feature-row, .trendwatching .feature-row { grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: 40px; }
.feature-content .subtitle { font-size: var(--type-body); line-height: 1.75; margin-bottom: 26px; }
.feature-content h2 { font-size: clamp(30px, 3.4vw, 40px); }
.trendwatching { min-height: 0; }
.trendwatching .container { max-width: var(--content-width); padding-inline: 48px; }
.trendwatching .feature-content h2 { font-family: var(--font-editorial); font-size: clamp(30px, 3.4vw, 40px); }
.trendwatching .feature-content .subtitle { font-size: var(--type-body); margin-bottom: 24px; }
.trendwatching .timeline li { gap: 14px; padding: 6px 0; margin-bottom: 12px; }
.trendwatching .timeline::before { left: 13px; width: 1px; background: var(--rule); }
.trendwatching .timeline .num { width: 28px; height: 28px; font-size: 12px; box-shadow: none; background: var(--primary); }
.trendwatching .timeline .text { font-size: var(--type-body); padding-top: 3px; }
.trendwatching .pill-row { gap: 6px; margin-bottom: 20px; }
.trendwatching .pill { font-size: 11px; padding: 5px 9px; box-shadow: none; }
.trendwatching .info-strip { min-height: 0; padding: 12px; margin-bottom: 24px; gap: 12px; }
.trendwatching .info-strip p { font-size: var(--type-body); }
.trendwatching .info-strip-icon { width: 30px; height: 30px; }
.trendwatching .btn-lg { width: auto; min-height: 44px; padding: 12px 20px; font-size: 13px; background: var(--primary); box-shadow: none; }
.feature .btn-full { min-height: 44px; padding: 12px 20px; font-size: 13px; border-radius: 999px; box-shadow: none; background: var(--primary); }
.feature-mockup { min-width: 0; transform: none; }
.feature-image-card { padding: 0; background: white; }
.feature-image-card video, .feature-image-card img { width: 100%; border-radius: 8px; }
.benefit-list { gap: 0; margin-bottom: 26px; }
.benefit-list li, .ai-analysis .benefit-list li, .ai-generation .benefit-list li, .capcut-education .benefit-list li {
  padding: 16px 0; border: 0; border-radius: 0; background: none; box-shadow: none;
}
/* The copied legacy stylesheet marks these card borders important. */
main .feature .benefit-list li,
main .feature .benefit-list li:last-child { border: 0 !important; }
main .feature .benefit-list p { font-size: var(--type-body); line-height: 1.65; }
.benefit-icon { width: 30px; height: 30px; font-size: 18px; border-radius: 7px; box-shadow: none; }
.timeline .text { font-size: var(--type-body); }
.timeline li { margin-bottom: 18px; }
.timeline .num { width: 28px; height: 28px; font-size: 12px; box-shadow: none; }
.info-strip { margin: 20px 0; padding: 12px; border-radius: 8px; box-shadow: none; }
.info-strip p, .callout p { font-size: var(--type-body); }
.pill-row { gap: 6px; flex-wrap: wrap; }
.pill { font-size: 11px; padding: 5px 9px; box-shadow: none; }
.btn-full { padding: 12px 20px; }
.carousel-course-copy { max-width: 720px; }
.carousel-course-card img { border-radius: 10px; box-shadow: 0 10px 30px rgba(107,91,230,.1); }
.pricing-card { border: 0; border-radius: 12px; padding: 36px; box-shadow: 0 12px 36px rgba(107,91,230,.06); }
.pricing-badge { top: 22px; right: 24px; left: auto; transform: none; padding: 5px 10px; font-size: 10px; box-shadow: none; background: var(--bg-tint); color: var(--primary-dark); }
.pricing-card h3 { font-size: 21px; margin-bottom: 28px; }
.pricing-card .price { font-size: 52px; font-weight: 500; letter-spacing: -.055em; }
.pricing-summary { font-size: var(--type-body); }
.pricing-features li { padding-block: 11px; font-size: var(--type-body); border-bottom: 1px solid var(--rule); }
.pricing-features li::before { background: var(--bg-tint); }
.pricing-features li::after { color: var(--primary); }
.pricing-note { font-size: var(--type-secondary); font-style: normal; }
.faq > .container { display: grid; grid-template-columns: 1fr 1.5fr; gap: 64px; }
.faq .sect-header { text-align: left; }
.faq-list { width: 100%; min-width: 0; }
.faq-item, .faq-item.active { margin: 0; border: 0; border-bottom: 1px solid var(--rule); border-radius: 0; background: none; box-shadow: none; }
.faq-question {
  padding: 20px 0;
  font-size: var(--type-body);
  background: transparent;
  color: inherit;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  user-select: none;
}
.faq-question:hover,
.faq-question:active,
.faq-question:focus { background: transparent; }
.faq-question .ico-toggle { width: 24px; height: 24px; font-size: 18px; }
.faq-answer p { padding: 0 0 22px; font-size: var(--type-body); }
/* Footer typography, colors and spacing come from the original dark footer. */
.footer { background: #0d0d24; }

@media (max-width: 1023px) {
  .container, .hero .container { padding-inline: 32px; }
  .trendwatching .container { padding-inline: 32px; }
  .feature-row, .trendwatching .feature-row { grid-template-columns: 1fr; }
  .feature-content { max-width: 100%; }
  .feature-mockup-mobile { margin-top: 28px; }
  .feature-mockup-desktop { display: none; }
  .feature-content h2 { max-width: 640px; }
  .for-who-card { padding: 24px 18px; }
  .faq > .container { gap: 32px; }
}
@media (max-width: 640px) {
  :root { --type-body: 15px; --type-secondary: 13px; }
  main > section { padding-block: 48px; }
  .container, .hero .container { padding-inline: 20px; }
  .trendwatching .container { padding-inline: 20px; }
  .header, .header.scrolled { top: 16px; }
  .header .container { width: calc(100% - 48px); padding-left: 14px; gap: 12px; min-height: 48px; }
  .header > .container > .logo { font-size: 22px; }
  .header .nav { display: none; }
  .header-buttons { margin-left: auto; }
  .header .header-cta { padding: 8px 14px; }
  .header .btn-purple.header-cta { display: none; }
  main > .hero { padding-top: 126px; padding-bottom: 0; }
  .hero h1 { font-size: clamp(36px, 9vw, 54px); margin-bottom: 20px; }
  .hero-subtitle { font-size: var(--type-body); line-height: 1.85; }
  .hero-cta { margin-top: 24px; gap: 8px; }
  .hero .btn-lg, .hero .btn-white.btn-lg { padding: 11px 16px; font-size: 11px; }
  .hero-features { margin-top: 30px; grid-template-columns: 1fr; }
  .hero-features li { flex-direction: row; justify-content: flex-start; text-align: left; padding: 13px; font-size: var(--type-body); }
  .hero-features li + li { border-left: 0; border-top: 1px solid var(--rule); }
  .hero-grid { gap: 28px; }
  .hero-grid > .hero-features { margin: 0 0 24px; }
  .hero-dashboard-frame { padding: 0; }
  .floating-card { position: relative; right: auto; bottom: auto; max-width: none; margin: 16px 0; width: 100%; }
  .pain-grid, .for-who-grid { grid-template-columns: 1fr; }
  .pain-card, .for-who-card { padding: 24px; }
  .pain-card:nth-child(odd), .for-who-card + .for-who-card { border-right: 0; border-left: 0; }
  .for-who-card + .for-who-card { border-top: 1px solid var(--rule); }
  .pain-card + .pain-card { border-top: 1px solid var(--rule); }
  .pain-card:nth-child(-n+2) { border-bottom: 0; }
  .sect-header { margin-bottom: 28px; }
  .carousel-course-stage { min-height: 340px; }
  .carousel-course-card { width: 200px; }
  .carousel-course-nav { width: 38px; height: 38px; }
  .pricing-card { padding: 28px 20px; }
  .pricing-badge { right: 16px; }
  .pricing-card .price { font-size: 44px; }
  .faq > .container { grid-template-columns: 1fr; gap: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
