*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --bg: #0a0a0b; --bg2: #111114; --bg3: #18181c; --bg4: #222228;
  --border: rgba(255,255,255,0.08); --border2: rgba(255,255,255,0.15);
  --text: #f0eeeb; --text2: #a09e9a; --text3: #6a6866;
  --accent: #f58a13; --accent2: #c46e0a; --accent-dim: rgba(245,138,19,0.12);
  --radius: 10px; --radius-lg: 14px;
}
body { background: var(--bg); color: var(--text); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 15px; line-height: 1.6; min-height: 100vh; }

/* NAV */
nav { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 1rem 2rem 0.75rem; border-bottom: 1px solid var(--border); background: #000; position: sticky; top: 0; z-index: 100; gap: 8px; }
.logo { cursor: pointer; }
.logo img { height: 110px; width: auto; display: block; }
.nav-links { display: flex; gap: 1.5rem; align-items: center; }
.nav-links a { color: var(--text2); text-decoration: none; font-size: 14px; cursor: pointer; transition: color 0.15s; }
.nav-links a:hover { color: var(--text); }
.nav-links a.active { color: var(--accent); font-weight: 600; }

/* HERO */
.hero { padding: 5rem 2rem 4rem; max-width: 860px; margin: 0 auto; text-align: center; }
.hero-tag { display: inline-block; background: var(--accent-dim); color: var(--accent); font-size: 12px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; padding: 5px 14px; border-radius: 20px; margin-bottom: 1.5rem; border: 1px solid rgba(245,138,19,0.25); }
.hero h1 { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 800; line-height: 1.15; letter-spacing: -1px; margin-bottom: 1rem; }
.hero h1 em { font-style: normal; color: var(--accent); }
.hero p { color: var(--text2); font-size: 17px; max-width: 580px; margin: 0 auto 2.5rem; }
.hero-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn-primary { background: transparent; color: var(--text); border: 1px solid var(--border2); padding: 12px 28px; border-radius: 8px; font-size: 15px; font-weight: 700; cursor: pointer; transition: all 0.15s; }
.btn-primary:hover { background: var(--accent); color: #000; border-color: var(--accent); }
.btn-outline { background: transparent; color: var(--text); border: 1px solid var(--border2); padding: 12px 28px; border-radius: 8px; font-size: 15px; font-weight: 500; cursor: pointer; transition: all 0.15s; }
.btn-outline:hover { background: var(--accent); color: #000; border-color: var(--accent); }

/* WARM-UP SPOTLIGHT */
.warmup-spotlight { background: var(--bg2); border-bottom: 1px solid var(--border); padding: 3rem 2rem; }
.warmup-spotlight-inner { max-width: 1120px; margin: 0 auto; }
.spotlight-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--accent); margin-bottom: 6px; }
.spotlight-header { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 0.5rem; flex-wrap: wrap; gap: 1rem; }
.spotlight-title { font-size: 24px; font-weight: 800; letter-spacing: -0.5px; }
.spotlight-link { font-size: 13px; color: var(--accent); cursor: pointer; text-decoration: none; }
.spotlight-link:hover { text-decoration: underline; }
.spotlight-desc { font-size: 14px; color: var(--text2); margin-bottom: 2rem; max-width: 100%; }

/* EVERYTHING ELSE */
.else-section { max-width: 1120px; margin: 0 auto; padding: 3rem 2rem; }
.section-header { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 1.5rem; flex-wrap: wrap; gap: 1rem; }
.section-title { font-size: 20px; font-weight: 700; letter-spacing: -0.3px; }
.section-link { font-size: 13px; color: var(--accent); cursor: pointer; }
.section-link:hover { text-decoration: underline; }
.series-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 2rem; }
.stab { display: flex; align-items: center; gap: 7px; background: var(--bg3); border: 1px solid var(--border); color: var(--text2); padding: 8px 16px; border-radius: 22px; font-size: 13px; font-weight: 500; cursor: pointer; transition: all 0.15s; }
.stab:hover { border-color: var(--border2); color: var(--text); }
.stab.active { background: var(--accent); color: #000; border-color: var(--accent); font-weight: 700; }
.stab-icon { font-size: 15px; }

/* MIX GRID */
.mix-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; }
.mix-card { background: var(--bg2); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; cursor: pointer; transition: transform 0.15s, border-color 0.15s; position: relative; }
.mix-card:hover { transform: translateY(-3px); border-color: var(--border2); }
.mix-card.now-playing { border-color: var(--accent); }
.mix-art { aspect-ratio: 1; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; background-size: contain; background-repeat: no-repeat; background-position: center; }
.mix-art-inner { display: flex; flex-direction: column; align-items: center; gap: 8px; z-index: 1; }
.mix-art-icon { font-size: 3.5rem; line-height: 1; }
.mix-art-title { font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.35); text-align: center; padding: 0 12px; }
.mix-art-vol { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; z-index: 2; }
.mix-art-vol-label { font-size: 1.75rem; font-weight: 900; letter-spacing: -0.5px; color: #fff; margin-bottom: 4px; text-shadow: 0 2px 20px rgba(0,0,0,0.9); line-height: 1.1; }
.mix-art-vol-num { font-size: 1.75rem; font-weight: 900; color: var(--accent); letter-spacing: -0.5px; text-shadow: 0 2px 20px rgba(0,0,0,0.9); line-height: 1.1; }
.mix-art-title-overlay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; text-align: center; padding: 12px; font-size: 1.75rem; font-weight: 900; letter-spacing: -0.5px; color: #fff; text-shadow: 0 2px 20px rgba(0,0,0,0.9); z-index: 2; line-height: 1.1; }
.mix-play-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.5); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.2s; }
.mix-card:hover .mix-play-overlay { opacity: 1; }
.play-circle { width: 52px; height: 52px; background: var(--accent); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.play-circle svg { width: 18px; height: 18px; fill: #000; margin-left: 3px; }
.mix-series-badge { position: absolute; top: 10px; left: 10px; font-size: 10px; font-weight: 700; letter-spacing: 0.5px; padding: 3px 9px; border-radius: 4px; }
.now-playing-indicator { position: absolute; top: 10px; right: 10px; display: none; align-items: flex-end; gap: 2px; height: 16px; }
.mix-card.now-playing .now-playing-indicator { display: flex; }
.np-bar { width: 3px; background: var(--accent); border-radius: 2px; animation: npPulse 0.8s ease-in-out infinite alternate; }
.np-bar:nth-child(1) { height: 6px; animation-delay: 0s; }
.np-bar:nth-child(2) { height: 12px; animation-delay: 0.2s; }
.np-bar:nth-child(3) { height: 8px; animation-delay: 0.4s; }
.np-bar:nth-child(4) { height: 14px; animation-delay: 0.1s; }
@keyframes npPulse { from { transform: scaleY(0.4); } to { transform: scaleY(1); } }
.mix-info { padding: 14px; }
.mix-series-label { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 4px; }
.mix-title { font-size: 15px; font-weight: 700; margin-bottom: 6px; line-height: 1.3; }
.mix-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 10px; }
.mix-tag { font-size: 11px; color: var(--text3); background: var(--bg4); padding: 2px 8px; border-radius: 4px; }
.mix-footer { display: flex; align-items: center; justify-content: space-between; }
.mix-price { font-size: 16px; font-weight: 700; color: var(--accent); }
.mix-tracks { font-size: 12px; color: var(--text3); }

/* TESTIMONIALS */
.testimonials-section { background: var(--bg2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 4rem 2rem; }
.testimonials-inner { max-width: 1120px; margin: 0 auto; }
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 2rem; }
.testimonial-card { background: var(--bg3); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.5rem; }
.testimonial-quote { font-size: 14px; color: var(--text2); line-height: 1.75; margin-bottom: 1.25rem; font-style: italic; }
.testimonial-quote::before { content: '"'; color: var(--accent); font-size: 20px; font-style: normal; line-height: 1; display: block; margin-bottom: 6px; }
.testimonial-author { display: flex; align-items: center; gap: 10px; }
.testimonial-avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--accent-dim); border: 1px solid rgba(245,138,19,0.3); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: var(--accent); flex-shrink: 0; }
.testimonial-name { font-size: 13px; font-weight: 700; }
.testimonial-role { font-size: 12px; color: var(--text3); }

/* HOW IT WORKS */
.how-section { max-width: 1120px; margin: 0 auto; padding: 4rem 2rem; }
.how-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; }
.how-card { background: var(--bg2); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.5rem 1.25rem; }
.how-num { width: 32px; height: 32px; background: var(--accent-dim); border: 1px solid rgba(245,138,19,0.3); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--accent); margin-bottom: 14px; }
.how-title { font-size: 15px; font-weight: 700; margin-bottom: 6px; }
.how-desc { font-size: 13px; color: var(--text2); line-height: 1.6; }

/* FAQ */
.faq-section { max-width: 760px; margin: 0 auto; padding: 4rem 2rem; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-question { width: 100%; background: none; border: none; color: var(--text); font-size: 15px; font-weight: 600; text-align: left; padding: 1.25rem 0; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-family: inherit; }
.faq-question:hover { color: var(--accent); }
.faq-chev { font-size: 18px; color: var(--text3); transition: transform 0.2s; flex-shrink: 0; }
.faq-question.open .faq-chev { transform: rotate(45deg); color: var(--accent); }
.faq-answer { font-size: 14px; color: var(--text2); line-height: 1.75; padding-bottom: 1.25rem; display: none; }
.faq-answer.open { display: block; }

/* DOC PAGES */
.doc-page { max-width: 740px; margin: 0 auto; padding: 3.5rem 2rem 5rem; }
.doc-page h1 { font-size: 28px; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 0.4rem; }
.doc-page .doc-date { font-size: 13px; color: var(--text3); margin-bottom: 2.5rem; }
.doc-page h2 { font-size: 16px; font-weight: 700; margin: 2rem 0 0.6rem; color: var(--accent); }
.doc-page p { font-size: 14px; color: var(--text2); margin-bottom: 1rem; line-height: 1.75; }
.doc-page a { color: var(--accent); text-decoration: none; }
.doc-page a:hover { text-decoration: underline; }
.doc-back { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: var(--text3); text-decoration: none; margin-bottom: 2rem; transition: color 0.15s; display: block; }
.doc-back:hover { color: var(--text); }

/* ABOUT */
.about-hero { background: var(--bg2); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2.5rem 2rem; margin-bottom: 2rem; text-align: center; }
.about-hero h2 { font-size: clamp(2rem, 5vw, 2.4rem); font-weight: 800; margin-bottom: 0.5rem; letter-spacing: -1px; line-height: 1.15; }
.about-hero p { font-size: 15px; color: var(--text2); max-width: 480px; margin: 0 auto; }
.about-pillars { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 2rem 0; }
.pillar { background: var(--bg2); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.25rem; }
.pillar-icon { font-size: 1.6rem; margin-bottom: 10px; }
.pillar-title { font-size: 14px; font-weight: 700; margin-bottom: 4px; }
.pillar-desc { font-size: 13px; color: var(--text2); line-height: 1.6; }

/* CONTACT & CUSTOM */
.contact-page { max-width: 640px; margin: 0 auto; padding: 3.5rem 2rem 5rem; }
.contact-page h1 { font-size: 28px; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 0.4rem; }
.contact-sub { font-size: 15px; color: var(--text2); margin-bottom: 2.5rem; }
.custom-page { max-width: 860px; margin: 0 auto; padding: 3rem 2rem 5rem; }
.custom-page h1 { font-size: 32px; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 0.4rem; }
.custom-sub { font-size: 15px; color: var(--text2); margin-bottom: 2.5rem; max-width: 580px; }
.form-section { margin-bottom: 2rem; }
.form-section-title { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--accent); margin-bottom: 1rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.form-field { display: flex; flex-direction: column; gap: 5px; margin-bottom: 14px; }
.form-field label { font-size: 12px; color: var(--text3); font-weight: 500; }
.form-field input, .form-field select, .form-field textarea { background: var(--bg3); border: 1px solid var(--border2); border-radius: 7px; padding: 10px 12px; color: var(--text); font-size: 14px; font-family: inherit; transition: border-color 0.15s; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: none; border-color: var(--accent); }
.form-field input::placeholder, .form-field textarea::placeholder { color: var(--text3); }
.form-field select option { background: var(--bg3); }
.form-field textarea { resize: vertical; min-height: 120px; }
.tracklist-form { background: var(--bg2); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 1.5rem; }
.tracklist-form-header { display: grid; grid-template-columns: 36px 1fr 1fr; background: var(--bg3); border-bottom: 1px solid var(--border); padding: 10px 16px; }
.tracklist-form-header span { font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--text3); }
.track-form-row { display: grid; grid-template-columns: 36px 1fr 1fr; border-bottom: 1px solid var(--border); align-items: center; }
.track-form-row:last-child { border-bottom: none; }
.track-form-num { padding: 0 0 0 16px; font-size: 12px; color: var(--text3); }
.track-form-input { background: transparent; border: none; border-left: 1px solid var(--border); padding: 11px 12px; color: var(--text); font-size: 13px; font-family: inherit; width: 100%; }
.track-form-input:focus { outline: none; background: var(--bg3); }
.track-form-input::placeholder { color: var(--text3); }
.order-summary { background: var(--bg2); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.5rem; margin-bottom: 1.5rem; }
.order-summary-title { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text3); margin-bottom: 1rem; }
.order-line { display: flex; justify-content: space-between; align-items: center; font-size: 14px; padding: 6px 0; border-bottom: 1px solid var(--border); }
.order-line-label { color: var(--text2); }
.order-line-val { font-weight: 600; color: var(--text); }
.order-total { display: flex; justify-content: space-between; align-items: center; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--border2); }
.order-total-label { font-size: 15px; font-weight: 700; }
.order-total-val { font-size: 22px; font-weight: 800; color: var(--accent); }
.rush-row { display: flex; align-items: center; justify-content: space-between; background: var(--bg3); border: 1px solid var(--border); border-radius: 8px; padding: 12px 16px; margin-bottom: 1rem; cursor: pointer; transition: border-color 0.15s; }
.rush-row:hover { border-color: var(--border2); }
.rush-left { display: flex; align-items: center; gap: 10px; }
.rush-left input { accent-color: var(--accent); width: 16px; height: 16px; cursor: pointer; }
.rush-title { font-size: 14px; font-weight: 600; }
.rush-desc { font-size: 12px; color: var(--text3); }
.rush-price { font-size: 14px; font-weight: 700; color: var(--accent); }
.consent-row { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 14px; }
.consent-row input { width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px; accent-color: var(--accent); cursor: pointer; }
.consent-row label { font-size: 12px; color: var(--text2); line-height: 1.5; cursor: pointer; }
.btn-pay { width: 100%; padding: 16px; background: var(--accent); color: #000; border: none; border-radius: 8px; font-size: 17px; font-weight: 700; cursor: pointer; transition: background 0.15s; }
.btn-pay:hover { background: var(--accent2); }
.btn-submit { width: 100%; padding: 14px; background: var(--accent); color: #000; border: none; border-radius: 8px; font-size: 16px; font-weight: 700; cursor: pointer; transition: background 0.15s; margin-top: 8px; }
.btn-submit:hover { background: var(--accent2); }

/* MODAL */
.overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.78); z-index: 200; display: flex; align-items: flex-start; justify-content: center; padding: 2rem 1rem; overflow-y: auto; opacity: 0; pointer-events: none; transition: opacity 0.2s; }
.overlay.open { opacity: 1; pointer-events: all; }
.product-modal { background: var(--bg2); border: 1px solid var(--border2); border-radius: 18px; width: 100%; max-width: 680px; overflow: hidden; transform: translateY(20px); transition: transform 0.25s; }
.overlay.open .product-modal { transform: translateY(0); }
.modal-close { position: absolute; top: 1.25rem; right: 1.25rem; background: rgba(0,0,0,0.45); border: 1px solid var(--border2); color: var(--text); width: 34px; height: 34px; border-radius: 50%; cursor: pointer; font-size: 18px; display: flex; align-items: center; justify-content: center; z-index: 10; }
.modal-close:hover { background: rgba(0,0,0,0.7); }
.modal-art { aspect-ratio: 2.4/1; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; background-size: cover; background-position: center; }
.modal-art-inner { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.modal-art-sub { font-size: 12px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,0.3); }
.modal-body { padding: 1.75rem; }
.modal-series-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 6px; }
.modal-meta { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; flex-wrap: wrap; }
.modal-title { font-size: 26px; font-weight: 800; letter-spacing: -0.5px; line-height: 1.2; }
.modal-price { font-size: 26px; font-weight: 800; color: var(--accent); white-space: nowrap; }
.modal-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 1.5rem; }
.modal-tag { font-size: 12px; color: var(--text2); background: var(--bg4); border: 1px solid var(--border); padding: 4px 10px; border-radius: 6px; }
.tracklist-toggle { width: 100%; background: var(--bg3); border: 1px solid var(--border); border-radius: 8px; padding: 12px 16px; color: var(--text2); font-size: 14px; font-weight: 500; cursor: pointer; display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem; transition: background 0.15s; }
.tracklist-toggle:hover { background: var(--bg4); }
.tracklist-toggle .chev { transition: transform 0.2s; }
.tracklist-toggle.open .chev { transform: rotate(180deg); }
.tracklist { background: var(--bg3); border: 1px solid var(--border); border-radius: 8px; overflow: hidden; margin-bottom: 1rem; display: none; }
.tracklist.open { display: block; }
.track-row { display: grid; grid-template-columns: 24px 1fr; gap: 10px; padding: 9px 16px; border-bottom: 1px solid var(--border); font-size: 13px; align-items: center; }
.track-row:last-child { border-bottom: none; }
.track-num { color: var(--text3); font-size: 11px; }
.track-name { color: var(--text); }
.preview-block { background: var(--accent-dim); border: 1px solid rgba(245,138,19,0.25); border-radius: 10px; padding: 1rem 1.25rem; margin-bottom: 1rem; }
.preview-label { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--accent); margin-bottom: 8px; display: flex; align-items: center; gap: 7px; }
.live-dot { width: 7px; height: 7px; background: var(--accent); border-radius: 50%; flex-shrink: 0; }
.preview-note { font-size: 12px; color: var(--text3); margin-bottom: 12px; line-height: 1.5; }
.player-row { display: flex; align-items: center; gap: 14px; }
.play-btn { width: 44px; height: 44px; background: var(--accent); border: none; border-radius: 50%; cursor: pointer; flex-shrink: 0; display: flex; align-items: center; justify-content: center; transition: background 0.15s; }
.play-btn:hover { background: var(--accent2); }
.play-btn svg { width: 16px; height: 16px; fill: #000; }
.play-icon { margin-left: 2px; }
.pause-icon { display: none; }
.play-btn.playing .play-icon { display: none; }
.play-btn.playing .pause-icon { display: block; }
.prog-wrap { flex: 1; }
.prog-bar { width: 100%; height: 4px; background: rgba(255,255,255,0.1); border-radius: 2px; cursor: pointer; appearance: none; -webkit-appearance: none; }
.prog-bar::-webkit-slider-thumb { -webkit-appearance: none; width: 13px; height: 13px; border-radius: 50%; background: var(--accent); cursor: pointer; }
.prog-time { font-size: 12px; color: var(--text3); min-width: 36px; text-align: right; }
.watermark-line { font-size: 10px; color: var(--text3); font-style: italic; margin-top: 6px; }
.buy-block { background: var(--bg3); border: 1px solid var(--border); border-radius: 10px; padding: 1.25rem; }
.buy-label { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text3); margin-bottom: 12px; }
.license-sel { width: 100%; background: var(--bg4); border: 1px solid var(--border2); border-radius: 7px; padding: 10px 12px; color: var(--text); font-size: 14px; margin-bottom: 4px; cursor: pointer; appearance: none; background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23a09e9a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; }
.license-desc { font-size: 12px; color: var(--text3); margin-bottom: 12px; padding: 0 2px; line-height: 1.5; }
.btn-buy { width: 100%; padding: 14px; background: var(--accent); color: #000; border: none; border-radius: 8px; font-size: 16px; font-weight: 700; cursor: pointer; transition: background 0.15s; }
.btn-buy:hover:not(:disabled) { background: var(--accent2); }
.btn-buy:disabled { opacity: 0.38; cursor: not-allowed; }
.secure-note { text-align: center; font-size: 11px; color: var(--text3); margin-top: 10px; }

/* FOOTER */
footer { border-top: 1px solid var(--border); padding: 2rem; text-align: center; color: var(--text3); font-size: 13px; }
footer a { color: var(--text3); text-decoration: underline; cursor: pointer; }
footer p { margin-bottom: 6px; }

/* TOAST */
.toast { position: fixed; bottom: 2rem; left: 50%; transform: translateX(-50%) translateY(80px); background: var(--bg3); border: 1px solid var(--border2); color: var(--text); padding: 12px 24px; border-radius: 8px; font-size: 14px; font-weight: 500; z-index: 9999; transition: transform 0.3s; white-space: nowrap; pointer-events: none; }
.toast.show { transform: translateX(-50%) translateY(0); }

/* MOBILE */
@media (max-width: 768px) {
  nav { padding: 0.75rem 1rem; gap: 6px; }
  .logo img { height: 55px; max-width: 85vw; object-fit: contain; }
  .nav-links { gap: 0.9rem; }
  .nav-links a { font-size: 12px; }
  .form-grid { grid-template-columns: 1fr; }
  .about-pillars { grid-template-columns: 1fr; }
}
