/* Extracted from generator-teksta-pesen/index.html block 1. */
/* ===== HEADER ACTIVE NAV ===== */
.header-nav a.active{color:#1A1A1A}

/* ===== BURGER OVERRIDES (this page uses .open instead of .active/.show) ===== */
.burger{width:44px;height:44px}
.burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger.open span:nth-child(2){opacity:0}
.burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-nav{position:absolute;top:100%;left:0;right:0;background:rgba(250,250,248,0.98);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:16px 0;box-shadow:0 4px 16px rgba(0,0,0,.06)}
.mobile-nav.open{display:block}
.mobile-nav a{display:block;padding:12px 24px;color:#71717A;transition:color .2s ease}
.mobile-nav a:hover{color:#1A1A1A}

/* ===== HERO / H1 BLOCK ===== */
.hero-landing{padding:48px 0 60px;background:#FAFAF8}
.hero-landing .container{display:flex;align-items:center;gap:48px}
.hero-landing .hero-text{flex:1}
.hero-landing h1{font-weight:700;font-size:48px;line-height:1.1;letter-spacing:-1.5px;margin-bottom:24px}
.hero-landing .definition{font-size:18px;color:#71717A;line-height:1.6;margin-bottom:32px;max-width:760px}
.hero-landing .definition strong{color:#1A1A1A;font-weight:500}
.iphone-mockup{flex-shrink:0;width:280px;height:560px;background:#0A0A0F;border-radius:40px;box-shadow:0 20px 60px rgba(0,0,0,.15);padding:20px 16px;display:flex;flex-direction:column;overflow:hidden;position:relative}

/* ===== GENRE EXAMPLES ===== */
.genre-examples{background:#F3F2EE}
.genre-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.genre-card{background:#fff;border:1px solid #E8E6E1;border-radius:20px;padding:28px;box-shadow:0 2px 12px rgba(0,0,0,.04);transition:transform .3s ease,box-shadow .3s ease}
.genre-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.08)}
.genre-label{display:inline-flex;align-items:center;gap:8px;background:#F3F2EE;border-radius:10px;padding:6px 14px;font-size:14px;font-weight:600;font-family:'Onest',sans-serif;color:#7C3AED;margin-bottom:16px}
.genre-lyrics{font-size:15px;line-height:1.85;color:#1A1A1A;white-space:pre-line;font-style:italic;min-height:100px}
.genre-footer{margin-top:16px;padding-top:12px;border-top:1px solid #F3F2EE;font-size:13px;color:#A1A09B}

/* ===== HOW AI WRITES ===== */
.how-content{max-width:760px;margin:0 auto}
.how-content p{font-size:17px;color:#4A4A4A;margin-bottom:20px;line-height:1.7}
.how-content p:last-child{margin-bottom:0}

/* ===== TIPS ===== */
.tips-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:860px;margin:0 auto}
.tip-card{background:#fff;border:1px solid #E8E6E1;border-radius:20px;padding:28px 24px;display:flex;gap:16px;align-items:flex-start;transition:transform .3s ease,box-shadow .3s ease}
.tip-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.04)}
.tip-number{flex-shrink:0;width:40px;height:40px;background:#7C3AED;color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-family:'Onest',sans-serif;font-weight:700;font-size:16px}
.tip-text{font-size:15px;color:#4A4A4A;line-height:1.6}
.tip-text strong{color:#1A1A1A;display:block;margin-bottom:4px;font-weight:600}

/* ===== BRIDGE ===== */
.bridge-card{background:linear-gradient(135deg,#7C3AED 0%,#6D28D9 100%);border-radius:20px;padding:48px 40px;max-width:760px;margin:0 auto;color:#fff;text-align:center}
.bridge-card h2{color:#fff;font-size:28px;margin-bottom:16px;text-align:center}
.bridge-card p{font-size:17px;opacity:.9;margin-bottom:28px;line-height:1.6}
.bridge-links{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.bridge-link{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.18);color:#fff;border-radius:12px;padding:12px 24px;font-size:15px;font-weight:600;font-family:'Onest',sans-serif;transition:background .2s ease;border:1px solid rgba(255,255,255,.25)}
.bridge-link:hover{background:rgba(255,255,255,.28)}

/* ===== FAQ ===== */
.faq{background:#F3F2EE}

/* ===== FINAL CTA ===== */
.final-cta{background:#FAFAF8;text-align:center}
.final-cta h2{margin-bottom:16px}
.final-cta .cta-subtitle{font-size:17px;color:#71717A;margin-bottom:32px;line-height:1.5}
.final-cta .cta-row{justify-content:center}

/* ===== FOOTER OVERRIDES ===== */
.footer-col h4{font-family:'Onest',sans-serif;font-weight:600;font-size:16px;margin-bottom:16px}
.footer-col a{display:block;font-size:14px;color:#A0A0A0;margin-bottom:10px;transition:color .2s ease}
.footer-col a:hover{color:#fff}
.footer-brand-desc{font-size:14px;color:#A0A0A0;line-height:1.5}
.footer-copy{margin-top:32px;border-top:1px solid rgba(255,255,255,0.1)}
.footer-cta-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:16px}
.footer .btn-google-signin{border-color:rgba(255,255,255,0.2);background:transparent;color:#fff}
.footer .btn-google-signin:hover{background:rgba(255,255,255,0.05);border-color:#7C3AED}

/* ===== TABLET ===== */
@media(max-width:1024px){
  .genre-grid{grid-template-columns:repeat(2,1fr)}
  .tips-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
}

/* ===== MOBILE ===== */
@media(max-width:768px){
  .hero-landing{padding:32px 0 40px}
  .hero-landing .container{flex-direction:column}
  .hero-landing h1{font-size:32px;letter-spacing:-1px}
  .hero-landing .definition{font-size:16px}
  .iphone-mockup{width:220px;height:440px;margin:0 auto}
  .cta-row{justify-content:center}
  .genre-grid{grid-template-columns:1fr}
  .tips-grid{grid-template-columns:1fr}
  .bridge-card{padding:36px 24px}
  .bridge-links{flex-direction:column;align-items:center}
}
