* { box-sizing: border-box; margin: 0; padding: 0; }
body { background: #FFFDF7; color: #370024; font-family: 'DM Sans', sans-serif; font-size: 15px; line-height: 1.6; }
a { text-decoration: none; }

/* NAV */
nav { display: flex; align-items: center; justify-content: space-between; padding: 18px 40px; border-bottom: 0.5px solid rgba(55,0,36,0.1); background: #FFFDF7; position: sticky; top: 0; z-index: 10; }
.nav-brand { display: flex; align-items: baseline; gap: 14px; }
.nav-logo { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 26px; font-weight: 300; letter-spacing: 0.08em; color: #370024; line-height: 1; }
.nav-logo span { color: #bd4b99; }
.nav-tagline { font-family: 'Cormorant Garamond', Georgia, serif; font-style: normal; font-weight: 400; font-size: 14px; color: rgba(55,0,36,0.55); letter-spacing: 0.04em; padding-left: 14px; border-left: 0.5px solid rgba(55,0,36,0.18); white-space: nowrap; }
.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-links a { font-size: 13px; color: rgba(55,0,36,0.55); }
.btn-nav { background: #bd4b99; color: #fff; border: none; padding: 8px 20px; border-radius: 20px; font-size: 13px; font-weight: 500; cursor: pointer; font-family: 'DM Sans', sans-serif; }

/* HERO SLIDER */
.hero { position: relative; height: 540px; overflow: hidden; background: #370024; }
.slides-wrapper { display: flex; transition: transform 0.6s ease; height: 100%; }
.slide { min-width: 100%; height: 100%; position: relative; display: flex; align-items: flex-end; padding: 48px 56px; background-size: cover; background-position: center center; background-repeat: no-repeat; }
.slide-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(30,0,20,0.78) 0%, rgba(30,0,20,0.55) 35%, rgba(30,0,20,0.15) 70%, rgba(30,0,20,0) 100%), linear-gradient(to top, rgba(30,0,20,0.55) 0%, rgba(30,0,20,0) 50%); }
.slide-content { position: relative; z-index: 2; max-width: 420px; }
.slide-tag { display: inline-block; border: 0.5px solid rgba(255,255,255,0.35); color: rgba(255,255,255,0.6); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; padding: 4px 12px; border-radius: 20px; margin-bottom: 14px; }
.slide-title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 32px; font-weight: 400; line-height: 1.1; color: #fff; margin-bottom: 8px; font-style: normal; }
.slide-desc { font-size: 12px; color: rgba(255,255,255,0.5); line-height: 1.7; margin-bottom: 18px; max-width: 300px; }
.btn-listen { background: #bd4b99; color: #fff; border: none; padding: 12px 28px; border-radius: 20px; font-size: 13px; font-weight: 500; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; font-family: 'DM Sans', sans-serif; }
.btn-ghost { background: transparent; color: rgba(255,255,255,0.7); border: 0.5px solid rgba(255,255,255,0.35); padding: 12px 22px; border-radius: 20px; font-size: 13px; cursor: pointer; font-family: 'DM Sans', sans-serif; margin-left: 10px; }
.slider-dots { position: absolute; bottom: 24px; right: 40px; display: flex; gap: 8px; z-index: 5; }
.dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.25); cursor: pointer; transition: all 0.3s; }
.dot.active { background: #bd4b99; width: 22px; border-radius: 3px; }

/* HERO PERMANENT TEXT */
.hero-permanent { position: absolute; inset: 0; z-index: 3; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; text-align: left; padding: 0 56px; }
.hero-headline { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 64px; font-weight: 400; font-style: normal; color: #fff; line-height: 1.05; letter-spacing: 0.04em; text-shadow: 0 2px 32px rgba(0,0,0,0.45); max-width: 520px; }
.hero-sub { font-size: 11px; font-weight: 400; color: rgba(255,255,255,0.45); letter-spacing: 0.2em; text-transform: uppercase; margin-top: 14px; }
.hero-desc { font-size: 14px; color: rgba(255,255,255,0.65); line-height: 1.75; margin-top: 16px; max-width: 420px; font-weight: 300; }
.btn-hero { margin-top: 28px; background: #bd4b99; color: #fff; border: none; padding: 14px 36px; border-radius: 24px; font-size: 14px; font-weight: 500; cursor: pointer; font-family: 'DM Sans', sans-serif; display: inline-flex; align-items: center; gap: 8px; transition: opacity 0.2s; }
.btn-hero:hover { opacity: 0.88; }

/* SLIDE INFO (bottom-right) */
.slide-info { position: absolute; bottom: 40px; right: 48px; text-align: right; max-width: 240px; z-index: 2; }
.slide-info-tag { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 6px; }
.slide-info-title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 20px; font-weight: 400; font-style: normal; color: rgba(255,255,255,0.9); line-height: 1.15; margin-bottom: 6px; }
.slide-info-desc { font-size: 11px; color: rgba(255,255,255,0.45); line-height: 1.65; }

.slider-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 100%; padding: 0 16px; display: flex; justify-content: space-between; z-index: 5; pointer-events: none; }
.slider-btn { pointer-events: all; width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,0.08); border: 0.5px solid rgba(255,255,255,0.18); color: rgba(255,255,255,0.7); display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 17px; transition: background 0.2s; }
.slider-btn:hover { background: rgba(255,255,255,0.18); }

/* SECTIONS */
.section { padding: 64px 48px; }
.sec-label { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: #bd4b99; font-weight: 500; margin-bottom: 8px; }
.sec-title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 38px; font-weight: 300; line-height: 1.1; color: #370024; margin-bottom: 10px; }
.sec-sub { font-size: 14px; color: rgba(55,0,36,0.5); max-width: 420px; margin-bottom: 36px; line-height: 1.75; }

/* GENRES */
.genres-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.genre-card { background: #fff; border: 0.5px solid rgba(55,0,36,0.09); border-radius: 12px; padding: 22px 18px; cursor: pointer; transition: border-color 0.2s, transform 0.2s; }
.genre-card:hover { border-color: #bd4b99; transform: translateY(-2px); }
.genre-icon { font-size: 26px; color: #bd4b99; margin-bottom: 12px; display: block; }
.genre-name { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 19px; font-weight: 400; color: #370024; margin-bottom: 5px; }
.genre-desc { font-size: 12px; color: rgba(55,0,36,0.45); line-height: 1.55; }
.genre-count { margin-top: 12px; font-size: 11px; color: #bd4b99; font-weight: 500; }

/* HOW IT WORKS */
.how-section { background: #370024; padding: 64px 48px; }
.how-section .sec-title { color: #FFFDF7; }
.how-section .sec-sub { color: rgba(255,253,247,0.42); }
.how-section .sec-label { color: rgba(189,75,153,0.85); }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(255,255,255,0.07); border-radius: 12px; overflow: hidden; margin-top: 36px; }
.step { background: rgba(255,253,247,0.03); padding: 34px 26px; }
.step-num { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 52px; font-weight: 300; color: rgba(189,75,153,0.22); line-height: 1; margin-bottom: 14px; }
.step-title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 21px; font-weight: 400; color: #FFFDF7; margin-bottom: 8px; }
.step-desc { font-size: 13px; color: rgba(255,253,247,0.45); line-height: 1.75; }

/* FEATURES */
.features-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 36px; }
.feat-card { background: #fff; border: 0.5px solid rgba(55,0,36,0.08); border-radius: 12px; padding: 26px 22px; }
.feat-icon { width: 38px; height: 38px; background: rgba(189,75,153,0.08); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; color: #bd4b99; font-size: 19px; }
.feat-title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 18px; color: #370024; margin-bottom: 7px; }
.feat-text { font-size: 12px; color: rgba(55,0,36,0.48); line-height: 1.7; }

/* PRICING */
.pricing-section { background: #fdf5fa; padding: 64px 48px; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 36px; }
.price-card { background: #fff; border: 0.5px solid rgba(55,0,36,0.1); border-radius: 16px; padding: 30px 26px; position: relative; }
.price-card.featured { background: #370024; border: 2px solid #bd4b99; }
.price-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: #bd4b99; color: #fff; font-size: 10px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 14px; border-radius: 20px; white-space: nowrap; }
.price-plan { font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(55,0,36,0.38); margin-bottom: 12px; }
.price-card.featured .price-plan { color: rgba(255,253,247,0.38); }
.price-amount { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 50px; font-weight: 300; color: #370024; line-height: 1; margin-bottom: 2px; }
.price-card.featured .price-amount { color: #fffdf7; }
.price-period { font-size: 12px; color: rgba(55,0,36,0.38); margin-bottom: 5px; }
.price-card.featured .price-period { color: rgba(255,253,247,0.38); }
.price-saving { display: inline-block; background: rgba(189,75,153,0.1); color: #bd4b99; font-size: 11px; font-weight: 500; padding: 3px 10px; border-radius: 20px; margin-bottom: 20px; }
.price-card.featured .price-saving { background: rgba(189,75,153,0.22); }
.price-feats { list-style: none; margin-bottom: 24px; }
.price-feats li { font-size: 13px; color: rgba(55,0,36,0.58); padding: 6px 0; display: flex; align-items: center; gap: 8px; border-bottom: 0.5px solid rgba(55,0,36,0.05); }
.price-card.featured .price-feats li { color: rgba(255,253,247,0.55); border-bottom-color: rgba(255,255,255,0.06); }
.price-feats li i { color: #bd4b99; font-size: 13px; flex-shrink: 0; }
.btn-price { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 13px; border-radius: 20px; font-size: 13px; font-weight: 500; cursor: pointer; font-family: 'DM Sans', sans-serif; transition: opacity 0.2s; text-decoration: none; }
.btn-price:hover { opacity: 0.85; }
.btn-price.outline { background: transparent; border: 0.5px solid rgba(55,0,36,0.22); color: #370024; }
.btn-price.solid { background: #bd4b99; border: none; color: #fff; }
.tg-hint { display: flex; align-items: center; justify-content: center; gap: 5px; margin-top: 9px; font-size: 11px; color: rgba(55,0,36,0.28); }
.price-card.featured .tg-hint { color: rgba(255,253,247,0.2); }

/* FAQ */
.faq-section { padding: 64px 48px; }
.faq-list { margin-top: 36px; max-width: 620px; }
.faq-item { border-bottom: 0.5px solid rgba(55,0,36,0.09); }
.faq-q { display: flex; justify-content: space-between; align-items: center; padding: 17px 0; cursor: pointer; font-size: 14px; color: #370024; }
.faq-q i { color: #bd4b99; font-size: 17px; transition: transform 0.3s; flex-shrink: 0; }
.faq-a { font-size: 13px; color: rgba(55,0,36,0.5); line-height: 1.75; max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.25s; }
.faq-a.open { max-height: 160px; padding-bottom: 16px; }
.faq-item.open .faq-q i { transform: rotate(45deg); }

/* SECRET */
.secret-section { background: #370024; padding: 56px 48px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.secret-eyebrow { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(189,75,153,0.75); font-weight: 500; margin-bottom: 10px; }
.secret-title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 38px; font-weight: 400; color: #fffdf7; line-height: 1.1; font-style: normal; margin-bottom: 10px; }
.secret-desc { font-size: 13px; color: rgba(255,253,247,0.42); line-height: 1.7; max-width: 380px; }
.secret-right { display: flex; flex-direction: column; align-items: center; gap: 12px; flex-shrink: 0; }
.secret-lock { width: 56px; height: 56px; border-radius: 50%; border: 0.5px dashed rgba(189,75,153,0.5); display: flex; align-items: center; justify-content: center; color: #bd4b99; font-size: 24px; margin-bottom: 4px; }
.btn-secret { display: inline-flex; align-items: center; gap: 9px; background: #bd4b99; color: #fff; padding: 14px 32px; border-radius: 20px; font-size: 14px; font-weight: 500; font-family: 'DM Sans', sans-serif; text-decoration: none; transition: opacity 0.2s; white-space: nowrap; }
.btn-secret:hover { opacity: 0.88; }
.secret-hint { font-size: 11px; color: rgba(255,253,247,0.25); }

/* INLINE HELPERS */
.cta-row { margin-top: 28px; }
.btn-genre { display: inline-flex; width: auto; padding: 14px 32px; border-radius: 24px; font-size: 14px; gap: 8px; }
.how-cta { margin-top: 36px; }
.btn-how { display: inline-flex; align-items: center; gap: 8px; background: #bd4b99; color: #fff; padding: 14px 32px; border-radius: 24px; font-size: 14px; font-weight: 500; font-family: 'DM Sans', sans-serif; text-decoration: none; transition: opacity 0.2s; }
.btn-how:hover { opacity: 0.88; }

/* FOOTER */
footer { background: #26122f; padding: 40px 48px; display: flex; align-items: center; justify-content: space-between; }
.footer-logo { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 22px; font-weight: 300; letter-spacing: 0.08em; color: rgba(255,253,247,0.85); }
.footer-logo span { color: #bd4b99; }
.footer-links { display: flex; gap: 22px; }
.footer-links a { font-size: 12px; color: rgba(255,253,247,0.35); }
.footer-copy { font-size: 11px; color: rgba(255,253,247,0.2); }

/* MOBILE */
@media (max-width: 640px) {
  html { overflow-x: clip; scroll-padding-top: 60px; }
  body { overflow-x: clip; }

  nav { padding: 14px 20px; }
  .nav-tagline { display: none; }
  .nav-links a { display: none; }
  .nav-links { gap: 0; }

  .hero { height: 520px; }
  .slide { background-position: 70% top; }
  .slide-1 { background-position: 85% top; }
  .slide-2 { background-position: 85% top; }
  .hero-permanent { padding: 0 20px; }
  .hero-headline { font-size: 40px; }
  .hero-desc { font-size: 13px; max-width: 100%; }
  .btn-hero { padding: 12px 26px; font-size: 13px; }
  .slide-info { display: none; }
  .slider-btn { width: 30px; height: 30px; font-size: 14px; }

  .section { padding: 44px 20px; }
  .sec-title { font-size: 30px; }

  .genres-grid { grid-template-columns: 1fr 1fr; gap: 10px; }

  .how-section { padding: 44px 20px; }
  .steps-grid { grid-template-columns: 1fr; gap: 1px; }

  .features-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .feat-card { padding: 18px 14px; }

  .pricing-section { padding: 44px 20px; }
  .pricing-grid { grid-template-columns: 1fr; gap: 28px; }
  .price-card.featured { margin-top: 8px; }

  .faq-section { padding: 44px 20px; }
  .faq-list { max-width: 100%; }

  .secret-section { flex-direction: column; align-items: flex-start; padding: 44px 20px; gap: 28px; }
  .secret-title { font-size: 30px; }
  .secret-right { align-items: flex-start; }

  footer { flex-direction: column; align-items: flex-start; gap: 16px; padding: 32px 20px; }
  .footer-links { flex-wrap: wrap; gap: 14px; }
}
