* { margin: 0; padding: 0; box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-tap-highlight-color: transparent; }
html, body { width: 100%; min-height: 100vh; background-color: #000; color: #fff; overflow-x: hidden; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif; display: flex; flex-direction: column; align-items: center; padding: 20px 16px 0; min-height: 100vh; -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; }
.container { width: 100%; max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; flex: 1; }
.video-wrapper { width: 100%; position: relative; background: #000; border-radius: 4px; overflow: hidden; box-shadow: 0 8px 32px rgba(0,0,0,.6); margin-bottom: 20px; }
vturb-smartplayer { display: block; width: 100% !important; margin: 0 auto; }
.loader { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); color: #888; font-size: 13px; letter-spacing: .5px; text-transform: uppercase; z-index: 0; pointer-events: none; }
.loader.hidden { display: none; }
.audio-notice { width: 100%; text-align: center; font-size: 13px; line-height: 1.5; color: #6b6b6b; margin-bottom: 8px; padding: 0 8px; }
.cta-wrapper { width: 100%; max-width: 600px; margin: 24px auto 0; display: none; }
.cta-wrapper.visible { display: block; }
.cta-button { display: block; width: 100%; padding: 18px 24px; background: #22c55e; color: #fff; font-size: 18px; font-weight: 700; text-align: center; text-decoration: none; border: none; border-radius: 8px; cursor: pointer; text-transform: uppercase; letter-spacing: .5px; line-height: 1.3; transition: background .2s, transform .1s; box-shadow: 0 4px 16px rgba(34,197,94,.35); }
.cta-button:hover { background: #16a34a; }
.cta-button:active { transform: scale(.98); }
.disclaimer { width: 100%; max-width: 900px; margin: 48px auto 0; padding: 32px 16px 28px; border-top: 1px solid rgba(255,255,255,.06); text-align: center; }
.disclaimer-text { font-size: 13px; line-height: 1.65; color: #4d4d4d; margin-bottom: 24px; max-width: 780px; margin: 0 auto 24px; }
.disclaimer-links { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 18px; flex-wrap: wrap; }
.disclaimer-links a { color: #888; text-decoration: none; font-size: 14px; transition: color .2s; }
.disclaimer-links a:hover { color: #ccc; }
.disclaimer-links .dot { color: #444; font-size: 14px; line-height: 1; }
.disclaimer-brand { font-size: 13px; color: #4d4d4d; line-height: 1.5; }
@media (max-width: 768px) {
  body { padding: 12px 8px 0; }
  .video-wrapper { margin-bottom: 14px; border-radius: 2px; }
  .audio-notice { font-size: 12px; margin-bottom: 4px; }
  .cta-wrapper { margin-top: 16px; }
  .cta-button { font-size: 16px; padding: 16px 20px; }
  .disclaimer { margin-top: 32px; padding: 24px 12px; }
  .disclaimer-text { font-size: 12px; line-height: 1.6; margin-bottom: 20px; }
  .disclaimer-links { gap: 10px; margin-bottom: 14px; }
  .disclaimer-links a { font-size: 13px; }
  .disclaimer-brand { font-size: 12px; }
}
