/*
Theme Name: VSL Canadian
Theme URI: https://vturb-dark-hook.lovable.app
Author: Lovable
Author URI: https://lovable.dev
Description: Tema fullscreen para a VSL "Canadian Retirement Security Protocol". Sem header, sem footer, sem sidebar. Carrega player VTURB e pixel UTMify direto do CDN.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vsl-canadian
*/

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: #000;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.vsl-main {
  min-height: 100vh;
  background: #000;
}

.vsl-container {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

@media (min-width: 640px) {
  .vsl-container { padding: 40px 16px; }
}

.vsl-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  background: #fff;
}

vturb-smartplayer {
  display: block;
  margin: 0 auto;
  width: 100%;
}
