/*!
 * NitroEcom - hoja de estilos compilada.
 *
 * ARCHIVO GENERADO: no editarlo a mano.
 * Se corresponde con css/input.css + tailwind.config.js.
 * Para regenerarlo:  npm install  &&  npm run build
 */

/* =========================================================================
   1. PREFLIGHT (reset base de Tailwind)
   ========================================================================= */

*,
::before,
::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e5e5;
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, sans-serif;
}

body {
    margin: 0;
    line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

p,
figure,
blockquote,
dl,
dd,
ol,
ul {
    margin: 0;
}

ol,
ul {
    list-style: none;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: inherit;
}

b,
strong {
    font-weight: bolder;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

button,
select {
    text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}

:-moz-focusring {
    outline: auto;
}

textarea {
    resize: vertical;
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #a3a3a3;
}

button,
[role='button'] {
    cursor: pointer;
}

:disabled {
    cursor: default;
}

img,
svg,
video,
canvas {
    display: block;
    vertical-align: middle;
}

img,
video {
    max-width: 100%;
    height: auto;
}

[hidden] {
    display: none;
}

/* =========================================================================
   2. BASE
   ========================================================================= */

html {
    scroll-behavior: smooth;
}

body {
    background-color: #ffffff;
    font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3 {
    font-family: 'Montserrat', system-ui, -apple-system, 'Segoe UI', sans-serif;
    font-weight: 900;
    letter-spacing: -0.025em;
}

:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
    border-radius: 2px;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    ::before,
    ::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* =========================================================================
   3. COMPONENTES (botones y formularios)
   ========================================================================= */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 0.75rem;
    padding: 0.875rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1;
    transition-property: color, background-color, border-color, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

.btn-sm {
    padding: 0.625rem 1rem;
    font-size: 13px;
}

.btn-primary {
    background-color: #ffd600;
    color: #0a0a0a;
}

.btn-primary:hover {
    background-color: #e6c000;
    transform: translateY(-0.125rem);
}

.btn-primary:active {
    transform: translateY(0);
}

.btn-dark {
    background-color: #0a0a0a;
    color: #ffffff;
}

.btn-dark:hover {
    background-color: #161616;
    transform: translateY(-0.125rem);
}

.btn-dark:active {
    transform: translateY(0);
}

.btn-outline {
    border-width: 1px;
    border-color: #d4d4d4;
    color: #0a0a0a;
}

.btn-outline:hover {
    border-color: #0a0a0a;
    background-color: #0a0a0a;
    color: #ffffff;
}

.btn-outline-light {
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.btn-outline-light:hover {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #0a0a0a;
}

.btn:disabled,
.btn[aria-disabled='true'] {
    pointer-events: none;
    opacity: 0.5;
}

.field-label {
    display: block;
    margin-bottom: 0.375rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    color: #0a0a0a;
}

.field-input {
    width: 100%;
    border-radius: 0.75rem;
    border-width: 1px;
    border-color: #d4d4d4;
    background-color: #ffffff;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #0a0a0a;
    transition-property: color, background-color, border-color, box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.field-input::placeholder {
    color: #a3a3a3;
}

.field-input:hover {
    border-color: #a3a3a3;
}

.field-input:focus {
    border-color: #0a0a0a;
}

.field-hint {
    margin-top: 0.375rem;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #737373;
}

/* =========================================================================
   4. UTILIDADES
   ========================================================================= */

/* --- Accesibilidad --- */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* --- Posicionamiento --- */
.static { position: static; }
.relative { position: relative; }
.absolute { position: absolute; }
.sticky { position: sticky; }

.top-0 { top: 0; }
.top-1\/2 { top: 50%; }
.top-10 { top: 2.5rem; }
.top-14 { top: 3.5rem; }
.top-16 { top: 4rem; }
.top-24 { top: 6rem; }
.top-28 { top: 7rem; }
.-top-9 { top: -2.25rem; }
.-top-24 { top: -6rem; }
.-top-28 { top: -7rem; }
.-top-32 { top: -8rem; }
.-top-40 { top: -10rem; }

.right-2 { right: 0.5rem; }
.right-8 { right: 2rem; }
.-right-4 { right: -1rem; }
.-right-20 { right: -5rem; }
.-right-24 { right: -6rem; }
.-right-28 { right: -7rem; }
.-right-32 { right: -8rem; }

.bottom-10 { bottom: 2.5rem; }
.bottom-24 { bottom: 6rem; }
.-bottom-28 { bottom: -7rem; }
.-bottom-36 { bottom: -9rem; }

.left-6 { left: 1.5rem; }
.-left-5 { left: -1.25rem; }
.-left-24 { left: -6rem; }

.z-10 { z-index: 10; }
.z-20 { z-index: 20; }
.z-50 { z-index: 50; }

.order-1 { order: 1; }
.order-2 { order: 2; }

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

.overflow-hidden { overflow: hidden; }
.pointer-events-none { pointer-events: none; }
.resize-y { resize: vertical; }

/* --- Flexbox y grid --- */
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.flex-1 { flex: 1 1 0%; }
.shrink-0 { flex-shrink: 0; }

.items-start { align-items: flex-start; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }

.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.col-span-2 { grid-column: span 2 / span 2; }

.gap-2 { gap: 0.5rem; }
.gap-2\.5 { gap: 0.625rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-5 { gap: 1.25rem; }
.gap-8 { gap: 2rem; }
.gap-10 { gap: 2.5rem; }
.gap-12 { gap: 3rem; }
.gap-14 { gap: 3.5rem; }

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.625rem; }
.space-y-3 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.75rem; }
.space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.875rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }

.divide-y > :not([hidden]) ~ :not([hidden]) { border-top-width: 1px; }
.divide-white\/10 > :not([hidden]) ~ :not([hidden]) { border-color: rgba(255, 255, 255, 0.1); }

/* --- Márgenes --- */
.mx-auto { margin-left: auto; margin-right: auto; }
.mt-0\.5 { margin-top: 0.125rem; }
.mt-1 { margin-top: 0.25rem; }
.mt-1\.5 { margin-top: 0.375rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-2\.5 { margin-top: 0.625rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-5 { margin-top: 1.25rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-7 { margin-top: 1.75rem; }
.mt-8 { margin-top: 2rem; }
.mt-9 { margin-top: 2.25rem; }
.mt-10 { margin-top: 2.5rem; }
.mt-12 { margin-top: 3rem; }

/* --- Padding --- */
.p-6 { padding: 1.5rem; }
.p-7 { padding: 1.75rem; }
.p-8 { padding: 2rem; }

.px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.px-2\.5 { padding-left: 0.625rem; padding-right: 0.625rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-3\.5 { padding-left: 0.875rem; padding-right: 0.875rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }

.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.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-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.py-14 { padding-top: 3.5rem; padding-bottom: 3.5rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }

.pr-12 { padding-right: 3rem; }
.pt-5 { padding-top: 1.25rem; }
.pt-6 { padding-top: 1.5rem; }

/* --- Tamaños --- */
.w-8 { width: 2rem; }
.w-auto { width: auto; }
.w-full { width: 100%; }
.w-fit { width: fit-content; }
.w-\[35\%\] { width: 35%; }

.h-px { height: 1px; }
.h-2\.5 { height: 0.625rem; }
.h-6 { height: 1.5rem; }
.h-7 { height: 1.75rem; }
.h-8 { height: 2rem; }
.h-10 { height: 2.5rem; }
.h-16 { height: 4rem; }
.h-full { height: 100%; }

.size-1\.5 { width: 0.375rem; height: 0.375rem; }
.size-3 { width: 0.75rem; height: 0.75rem; }
.size-3\.5 { width: 0.875rem; height: 0.875rem; }
.size-4 { width: 1rem; height: 1rem; }
.size-5 { width: 1.25rem; height: 1.25rem; }
.size-6 { width: 1.5rem; height: 1.5rem; }
.size-7 { width: 1.75rem; height: 1.75rem; }
.size-8 { width: 2rem; height: 2rem; }
.size-9 { width: 2.25rem; height: 2.25rem; }
.size-10 { width: 2.5rem; height: 2.5rem; }
.size-11 { width: 2.75rem; height: 2.75rem; }
.size-12 { width: 3rem; height: 3rem; }
.size-64 { width: 16rem; height: 16rem; }
.size-72 { width: 18rem; height: 18rem; }
.size-80 { width: 20rem; height: 20rem; }
.size-\[26rem\] { width: 26rem; height: 26rem; }
.size-\[28rem\] { width: 28rem; height: 28rem; }

.max-w-sm { max-width: 24rem; }
.max-w-md { max-width: 28rem; }
.max-w-lg { max-width: 32rem; }
.max-w-xl { max-width: 36rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-7xl { max-width: 80rem; }
.max-w-legal { max-width: 46rem; }

.scroll-mt-24 { scroll-margin-top: 6rem; }

/* --- Tipografía --- */
.font-heading { font-family: 'Montserrat', system-ui, -apple-system, 'Segoe UI', sans-serif; }
.font-body { font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif; }

.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-black { font-weight: 900; }

.text-\[10px\] { font-size: 10px; }
.text-\[11px\] { font-size: 11px; }
.text-\[15px\] { font-size: 15px; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.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; }

.leading-none { line-height: 1; }
.leading-relaxed { line-height: 1.625; }
.leading-\[0\.95\] { line-height: 0.95; }
.leading-\[1\.05\] { line-height: 1.05; }

.tracking-tight { letter-spacing: -0.025em; }
.tracking-\[0\.15em\] { letter-spacing: 0.15em; }
.tracking-\[0\.18em\] { letter-spacing: 0.18em; }
.tracking-\[0\.2em\] { letter-spacing: 0.2em; }

.uppercase { text-transform: uppercase; }
.text-center { text-align: center; }
.underline { text-decoration-line: underline; }
.underline-offset-2 { text-underline-offset: 2px; }

.text-white { color: #ffffff; }
.text-white\/50 { color: rgba(255, 255, 255, 0.5); }
.text-white\/60 { color: rgba(255, 255, 255, 0.6); }
.text-white\/70 { color: rgba(255, 255, 255, 0.7); }
.text-white\/80 { color: rgba(255, 255, 255, 0.8); }
.text-nitro-black { color: #0a0a0a; }
.text-nitro-black\/60 { color: rgba(10, 10, 10, 0.6); }
.text-nitro-black\/70 { color: rgba(10, 10, 10, 0.7); }
.text-nitro-yellow { color: #ffd600; }
.text-neutral-400 { color: #a3a3a3; }
.text-neutral-500 { color: #737373; }
.text-neutral-600 { color: #525252; }
.text-neutral-700 { color: #404040; }

.accent-nitro-black { accent-color: #0a0a0a; }

/* --- Fondos --- */
.bg-white { background-color: #ffffff; }
.bg-white\/10 { background-color: rgba(255, 255, 255, 0.1); }
.bg-white\/20 { background-color: rgba(255, 255, 255, 0.2); }
.bg-white\/25 { background-color: rgba(255, 255, 255, 0.25); }
.bg-nitro-black { background-color: #0a0a0a; }
.bg-nitro-black\/30 { background-color: rgba(10, 10, 10, 0.3); }
.bg-nitro-ink { background-color: #161616; }
.bg-nitro-gray { background-color: #f5f5f5; }
.bg-nitro-yellow { background-color: #ffd600; }
.bg-nitro-yellow\/10 { background-color: rgba(255, 214, 0, 0.1); }
.bg-nitro-yellow\/20 { background-color: rgba(255, 214, 0, 0.2); }
.bg-neutral-200 { background-color: #e5e5e5; }
.bg-neutral-300 { background-color: #d4d4d4; }

/* --- Bordes --- */
.border { border-width: 1px; }
.border-2 { border-width: 2px; }
.border-\[3px\] { border-width: 3px; }
.border-t { border-top-width: 1px; }
.border-b { border-bottom-width: 1px; }

.border-white\/10 { border-color: rgba(255, 255, 255, 0.1); }
.border-white\/15 { border-color: rgba(255, 255, 255, 0.15); }
.border-nitro-black\/10 { border-color: rgba(10, 10, 10, 0.1); }
.border-nitro-black\/15 { border-color: rgba(10, 10, 10, 0.15); }
.border-nitro-yellow\/25 { border-color: rgba(255, 214, 0, 0.25); }
.border-nitro-yellow\/30 { border-color: rgba(255, 214, 0, 0.3); }
.border-neutral-100 { border-color: #f5f5f5; }
.border-neutral-200 { border-color: #e5e5e5; }
.border-neutral-300 { border-color: #d4d4d4; }

.rounded { border-radius: 0.25rem; }
.rounded-md { border-radius: 0.375rem; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-full { border-radius: 9999px; }

/* --- Transiciones y transformaciones --- */
.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-200 { transition-duration: 200ms; }

.-translate-y-1\/2 { transform: translateY(-50%); }

/* =========================================================================
   5. VARIANTES (group-hover, hover, focus)
   ========================================================================= */

.group:hover .group-hover\:bg-nitro-yellow { background-color: #ffd600; }
.group:hover .group-hover\:text-nitro-black { color: #0a0a0a; }

.hover\:bg-nitro-gray:hover { background-color: #f5f5f5; }
.hover\:border-nitro-black:hover { border-color: #0a0a0a; }
.hover\:border-white\/40:hover { border-color: rgba(255, 255, 255, 0.4); }
.hover\:text-white:hover { color: #ffffff; }
.hover\:text-nitro-black:hover { color: #0a0a0a; }
.hover\:text-neutral-600:hover { color: #525252; }
.hover\:underline:hover { text-decoration-line: underline; }
.hover\:-translate-y-1:hover { transform: translateY(-0.25rem); }

.focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.focus\:absolute:focus { position: absolute; }
.focus\:left-4:focus { left: 1rem; }
.focus\:top-4:focus { top: 1rem; }
.focus\:z-\[60\]:focus { z-index: 60; }
.focus\:rounded-lg:focus { border-radius: 0.5rem; }
.focus\:bg-nitro-yellow:focus { background-color: #ffd600; }
.focus\:px-4:focus { padding-left: 1rem; padding-right: 1rem; }
.focus\:py-2:focus { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.focus\:text-sm:focus { font-size: 0.875rem; line-height: 1.25rem; }
.focus\:font-semibold:focus { font-weight: 600; }
.focus\:text-nitro-black:focus { color: #0a0a0a; }

/* =========================================================================
   6. RESPONSIVE
   ========================================================================= */

/* ---------- sm: 640px ---------- */
@media (min-width: 640px) {
    .sm\:absolute { position: absolute; }
    .sm\:block { display: block; }
    .sm\:flex-row { flex-direction: row; }
    .sm\:items-center { align-items: center; }
    .sm\:justify-between { justify-content: space-between; }

    .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sm\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .sm\:col-span-1 { grid-column: span 1 / span 1; }
    .sm\:col-span-2 { grid-column: span 2 / span 2; }

    .sm\:-bottom-5 { bottom: -1.25rem; }
    .sm\:left-8 { left: 2rem; }

    .sm\:mt-0 { margin-top: 0; }
    .sm\:p-7 { padding: 1.75rem; }
    .sm\:p-8 { padding: 2rem; }
    .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
    .sm\:px-8 { padding-left: 2rem; padding-right: 2rem; }

    .sm\:w-auto { width: auto; }

    .sm\:text-xs { font-size: 0.75rem; line-height: 1rem; }
    .sm\:text-lg { font-size: 1.125rem; line-height: 1.75rem; }
    .sm\:text-2xl { font-size: 1.5rem; line-height: 2rem; }
    .sm\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
    .sm\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
    .sm\:text-5xl { font-size: 3rem; line-height: 1; }
}

/* ---------- md: 768px ---------- */
@media (min-width: 768px) {
    .md\:grid { display: grid; }
    .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

    .md\:py-16 { padding-top: 4rem; padding-bottom: 4rem; }
    .md\:py-20 { padding-top: 5rem; padding-bottom: 5rem; }
    .md\:py-24 { padding-top: 6rem; padding-bottom: 6rem; }
}

/* ---------- lg: 1024px ---------- */
@media (min-width: 1024px) {
    .lg\:flex { display: flex; }
    .lg\:grid { display: grid; }
    .lg\:hidden { display: none; }

    .lg\:items-center { align-items: center; }

    .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .lg\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }

    .lg\:col-span-1 { grid-column: span 1 / span 1; }
    .lg\:col-span-5 { grid-column: span 5 / span 5; }
    .lg\:col-span-6 { grid-column: span 6 / span 6; }
    .lg\:col-span-7 { grid-column: span 7 / span 7; }

    .lg\:order-1 { order: 1; }
    .lg\:order-2 { order: 2; }

    .lg\:gap-12 { gap: 3rem; }
    .lg\:gap-14 { gap: 3.5rem; }
    .lg\:gap-16 { gap: 4rem; }
    .lg\:gap-x-8 { column-gap: 2rem; }

    .lg\:h-7 { height: 1.75rem; }
    .lg\:h-8 { height: 2rem; }
    .lg\:h-10 { height: 2.5rem; }
    .lg\:h-12 { height: 3rem; }
    .lg\:h-20 { height: 5rem; }
    .lg\:min-h-\[calc\(100vh-5rem\)\] { min-height: calc(100vh - 5rem); }

    .lg\:size-6 { width: 1.5rem; height: 1.5rem; }
    .lg\:size-10 { width: 2.5rem; height: 2.5rem; }

    .lg\:max-w-none { max-width: none; }

    .lg\:mx-0 { margin-left: 0; margin-right: 0; }
    .lg\:mr-0 { margin-right: 0; }
    .lg\:mt-16 { margin-top: 4rem; }

    .lg\:p-10 { padding: 2.5rem; }
    .lg\:pt-6 { padding-top: 1.5rem; }
    .lg\:px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
    .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; }
    .lg\:px-12 { padding-left: 3rem; padding-right: 3rem; }
    .lg\:py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
    .lg\:py-16 { padding-top: 4rem; padding-bottom: 4rem; }
    .lg\:py-20 { padding-top: 5rem; padding-bottom: 5rem; }
    .lg\:py-24 { padding-top: 6rem; padding-bottom: 6rem; }
    .lg\:py-28 { padding-top: 7rem; padding-bottom: 7rem; }

    .lg\:-left-10 { left: -2.5rem; }
    .lg\:-right-8 { right: -2rem; }

    .lg\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
    .lg\:text-5xl { font-size: 3rem; line-height: 1; }
    .lg\:text-6xl { font-size: 3.75rem; line-height: 1; }
}

/* ---------- xl: 1280px ---------- */
@media (min-width: 1280px) {
    .xl\:px-20 { padding-left: 5rem; padding-right: 5rem; }
    .xl\:text-\[4\.25rem\] { font-size: 4.25rem; }
}
