/* Te Levo 37 — CSS compilado (substitui o Tailwind via CDN)
   Gerado manualmente a partir das classes utilitárias usadas em index.html.
   Equivalente funcional ao output do Tailwind CSS v3 para esta página. */

/* ===== Reset leve (preflight mínimo) ===== */
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

/* ===== Display ===== */
.block { display: block; }
.inline-block { display: inline-block; }
.inline-flex { display: inline-flex; }
.flex { display: flex; }
.grid { display: grid; }
.hidden { display: none; }

/* ===== Position ===== */
.absolute { position: absolute; }
.relative { position: relative; }
.sticky { position: sticky; }
.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.top-0 { top: 0; }
.z-50 { z-index: 50; }
.overflow-hidden { overflow: hidden; }

/* ===== Flexbox & Grid ===== */
.flex-1 { flex: 1 1 0%; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-7 { gap: 1.75rem; }
.gap-10 { gap: 2.5rem; }
.gap-12 { gap: 3rem; }
.shrink-0 { flex-shrink: 0; }
.group { }

/* ===== Spacing: margin ===== */
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-5 { margin-bottom: 1.25rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-14 { margin-bottom: 3.5rem; }
.mt-0\.5 { margin-top: 0.125rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-8 { margin-top: 2rem; }
.mt-12 { margin-top: 3rem; }
.ml-auto { margin-left: auto; }
.mx-3 { margin-left: 0.75rem; margin-right: 0.75rem; }
.mx-auto { margin-left: auto; margin-right: auto; }

/* ===== Spacing: padding ===== */
.p-3 { padding: 0.75rem; }
.p-4 { padding: 1rem; }
.p-10 { padding: 2.5rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-3\.5 { padding-top: 0.875rem; padding-bottom: 0.875rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.pb-3 { padding-bottom: 0.75rem; }
.pb-8 { padding-bottom: 2rem; }
.pt-4 { padding-top: 1rem; }
.pt-6 { padding-top: 1.5rem; }
.pt-16 { padding-top: 4rem; }

/* ===== Spacing: space-between children ===== */
.space-y-2 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.5rem; }
.space-y-3 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.75rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }
.space-y-5 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.25rem; }

/* ===== Sizing ===== */
.w-2 { width: 0.5rem; } .h-2 { height: 0.5rem; }
.w-2\.5 { width: 0.625rem; } .h-2\.5 { height: 0.625rem; }
.w-4 { width: 1rem; } .h-4 { height: 1rem; }
.w-5 { width: 1.25rem; } .h-5 { height: 1.25rem; }
.w-6 { width: 1.5rem; } .h-6 { height: 1.5rem; }
.w-8 { width: 2rem; } .h-8 { height: 2rem; }
.w-9 { width: 2.25rem; } .h-9 { height: 2.25rem; }
.w-10 { width: 2.5rem; } .h-10 { height: 2.5rem; }
.w-16 { width: 4rem; } .h-16 { height: 4rem; }
.w-72 { width: 18rem; } .h-72 { height: 18rem; }
.w-full { width: 100%; } .h-full { height: 100%; }
.max-w-md { max-width: 28rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-5xl { max-width: 64rem; }
.max-w-6xl { max-width: 72rem; }

/* ===== Typography ===== */
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-\[9px\] { font-size: 9px; line-height: 1; }
.text-\[10px\] { font-size: 10px; line-height: 1; }
.text-\[11px\] { font-size: 11px; line-height: 1; }
.font-bold { font-weight: 700; }
.font-medium { font-weight: 500; }
.font-800 { font-weight: 800; } /* correção: no CDN esta classe não tinha efeito (não é utilitário padrão do Tailwind) — títulos ficavam com peso normal. Corrigido aqui para o peso pretendido pelo design. */
.text-center { text-align: center; }
.leading-none { line-height: 1; }
.leading-tight { line-height: 1.25; }
.tracking-wider { letter-spacing: 0.05em; }
.uppercase { text-transform: uppercase; }

/* ===== Cores: texto ===== */
.text-white { color: #FFFFFF; }
.text-brand-green { color: #F5333F; }
.text-neutral-300 { color: #D4D4D4; }
.text-neutral-400 { color: #A3A3A3; }
.text-neutral-500 { color: #737373; }
.text-neutral-600 { color: #525252; }
.text-neutral-800 { color: #1F1F1F; }
.text-neutral-900 { color: #141414; }
.text-white\/40 { color: rgba(255,255,255,0.4); }
.text-white\/60 { color: rgba(255,255,255,0.6); }
.text-white\/80 { color: rgba(255,255,255,0.8); }

/* ===== Cores: fundo ===== */
.bg-white { background-color: #FFFFFF; }
.bg-brand-green { background-color: #F5333F; }
.bg-neutral-900 { background-color: #141414; }
.bg-neutral-950 { background-color: #0A0A0A; }
.bg-neutral-950\/90 { background-color: rgba(10,10,10,0.9); }
.bg-white\/5 { background-color: rgba(255,255,255,0.05); }
.bg-white\/10 { background-color: rgba(255,255,255,0.1); }
.bg-brand-green\/10 { background-color: rgba(245,51,63,0.1); }
.bg-brand-green\/20 { background-color: rgba(245,51,63,0.2); }

/* ===== Cores: borda ===== */
.border { border-width: 1px; border-style: solid; border-color: currentColor; }
.border-t { border-top-width: 1px; border-style: solid; }
.border-b { border-bottom-width: 1px; border-style: solid; }
.border-\[3px\] { border-width: 3px; border-style: solid; }
.border-white\/5 { border-color: rgba(255,255,255,0.05); }
.border-white\/10 { border-color: rgba(255,255,255,0.1); }
.border-brand-green { border-color: #F5333F; }
.border-brand-green\/10 { border-color: rgba(245,51,63,0.1); }
.border-brand-green\/25 { border-color: rgba(245,51,63,0.25); }
.border-brand-green\/30 { border-color: rgba(245,51,63,0.3); }
.border-neutral-200 { border-color: #E5E5E5; }
.border-neutral-600 { border-color: #525252; }

/* ===== Bordas: raio ===== */
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-full { border-radius: 9999px; }

/* ===== Gradientes ===== */
.bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); }
.from-brand-green { --tw-gradient-from: #F5333F; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245,51,63,0)); }
.from-brand-green\/20 { --tw-gradient-from: rgba(245,51,63,0.2); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245,51,63,0)); }
.from-neutral-100 { --tw-gradient-from: #F5F5F5; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245,245,245,0)); }
.to-brand-dark { --tw-gradient-to: #D11C28; }
.to-brand-green\/5 { --tw-gradient-to: rgba(245,51,63,0.05); }
.to-neutral-50 { --tw-gradient-to: #FAFAFA; }

/* ===== Efeitos ===== */
.opacity-90 { opacity: 0.9; }
.backdrop-blur { backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.grayscale-\[20\%\] { --tw-grayscale: grayscale(20%); filter: var(--tw-grayscale,) var(--tw-contrast,); }
.contrast-\[1\.1\] { --tw-contrast: contrast(1.1); filter: var(--tw-grayscale,) var(--tw-contrast,); }
.object-cover { object-fit: cover; }
.aspect-square { aspect-ratio: 1 / 1; }

/* ===== Transições e animação ===== */
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-colors { transition-property: color, background-color, border-color; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
@keyframes tw-pulse { 50% { opacity: 0.5; } }
.animate-pulse { animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }

/* ===== Hover ===== */
.hover\:bg-brand-dark:hover { background-color: #D11C28; }
.hover\:bg-brand-green\/20:hover { background-color: rgba(245,51,63,0.2); }
.hover\:bg-neutral-800:hover { background-color: #262626; }
.hover\:border-brand-green:hover { border-color: #F5333F; }
.hover\:text-brand-green:hover { color: #F5333F; }

/* ===== Group-hover ===== */
.group:hover .group-hover\:text-brand-green { color: #F5333F; }

/* ===== Responsivo (md: min-width 768px) ===== */
@media (min-width: 768px) {
  .md\:flex { display: flex; }
  .md\:flex-row { flex-direction: row; }
  .md\:justify-start { justify-content: flex-start; }
  .md\:mx-0 { margin-left: 0; margin-right: 0; }
  .md\:p-16 { padding: 4rem; }
  .md\:py-24 { padding-top: 6rem; padding-bottom: 6rem; }
  .md\:gap-4 { gap: 1rem; }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .md\:text-left { text-align: left; }
  .md\:text-sm { font-size: 0.875rem; line-height: 1.25rem; }
  .md\:text-base { font-size: 1rem; line-height: 1.5rem; }
  .md\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
  .md\:text-2xl { font-size: 1.5rem; line-height: 2rem; }
  .md\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
  .md\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .md\:text-6xl { font-size: 3.75rem; line-height: 1; }
}
