* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Poppins, Arial, Helvetica, sans-serif;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
ul, ol, menu { margin: 0; padding: 0; list-style: none; }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
table { width: 100%; border-collapse: collapse; }
th, td { border: 1px solid rgba(255,255,255,.18); padding: .75rem; text-align: left; vertical-align: top; }
thead { background: rgba(255,255,255,.08); }

.container { width: 100%; max-width: 1200px; margin-left: auto; margin-right: auto; }
.prose { max-width: 900px; }
.prose h1 { font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.05; margin: 0 0 1.5rem; }
.prose h2 { font-size: 1.6rem; margin: 2rem 0 .75rem; }
.prose p, .prose li { color: #d1d5db; }
.prose a { text-decoration: underline; color: #67e8f9; }
.prose ul { padding-left: 1.5rem; list-style: disc; }

.block { display: block; }
.inline-flex { display: inline-flex; }
.inline-block { display: inline-block; }
.flex { display: flex; }
.grid { display: grid; }
.hidden { display: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.sticky { position: sticky; }
.inset-0 { inset: 0; }
.inset-x-0 { left: 0; right: 0; }
.top-0 { top: 0; }
.top-1\/2 { top: 50%; }
.top-2 { top: .5rem; }
.top-4 { top: 1rem; }
.top-24 { top: 6rem; }
.right-2 { right: .5rem; }
.right-4 { right: 1rem; }
.right-10 { right: 2.5rem; }
.bottom-0 { bottom: 0; }
.-top-1\/2 { top: -50%; }
.-bottom-1\/2 { bottom: -50%; }
.-left-1\/2 { left: -50%; }
.-right-1\/2 { right: -50%; }
.z-0 { z-index: 0; }
.z-10 { z-index: 10; }
.z-50 { z-index: 50; }

.mx-auto { margin-left: auto; margin-right: auto; }
.my-12 { margin-top: 3rem; margin-bottom: 3rem; }
.mt-1 { margin-top: .25rem; }
.mt-3 { margin-top: .75rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mt-20 { margin-top: 5rem; }
.mt-32 { margin-top: 8rem; }
.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: .25rem; }
.mb-2 { margin-bottom: .5rem; }
.mb-3 { margin-bottom: .75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-16 { margin-bottom: 4rem; }
.mb-20 { margin-bottom: 5rem; }
.mr-1 { margin-right: .25rem; }
.mr-2 { margin-right: .5rem; }
.mr-3 { margin-right: .75rem; }
.mr-4 { margin-right: 1rem; }
.p-3 { padding: .75rem; }
.p-4 { padding: 1rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.p-12 { padding: 3rem; }
.px-3 { padding-left: .75rem; padding-right: .75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.px-10 { padding-left: 2.5rem; padding-right: 2.5rem; }
.px-12 { padding-left: 3rem; padding-right: 3rem; }
.py-2 { padding-top: .5rem; padding-bottom: .5rem; }
.py-3 { padding-top: .75rem; padding-bottom: .75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.py-24 { padding-top: 6rem; padding-bottom: 6rem; }
.py-32 { padding-top: 8rem; padding-bottom: 8rem; }
.pt-6 { padding-top: 1.5rem; }
.pt-8 { padding-top: 2rem; }
.pt-24 { padding-top: 6rem; }

.w-full { width: 100%; }
.w-10 { width: 2.5rem; }
.w-12 { width: 3rem; }
.w-16 { width: 4rem; }
.w-20 { width: 5rem; }
.w-24 { width: 6rem; }
.w-32 { width: 8rem; }
.w-80 { width: 20rem; }
.w-96 { width: 24rem; }
.max-w-md { max-width: 28rem; }
.max-w-lg { max-width: 32rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }
.h-5 { height: 1.25rem; }
.h-10 { height: 2.5rem; }
.h-12 { height: 3rem; }
.h-15 { height: 3.75rem; }
.h-16 { height: 4rem; }
.h-20 { height: 5rem; }
.h-24 { height: 6rem; }
.h-32 { height: 8rem; }
.h-64 { height: 16rem; }
.h-80 { height: 20rem; }
.h-96 { height: 24rem; }
.min-h-screen { min-height: 100vh; }
.max-h-screen { max-height: 100vh; }

.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gap-2 { gap: .5rem; }
.gap-3 { gap: .75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-12 { gap: 3rem; }
.space-x-3 > * + * { margin-left: .75rem; }
.space-x-4 > * + * { margin-left: 1rem; }
.space-x-6 > * + * { margin-left: 1.5rem; }
.space-x-8 > * + * { margin-left: 2rem; }
.space-y-1 > * + * { margin-top: .25rem; }
.space-y-2 > * + * { margin-top: .5rem; }
.space-y-3 > * + * { margin-top: .75rem; }
.space-y-4 > * + * { margin-top: 1rem; }
.space-y-5 > * + * { margin-top: 1.25rem; }
.space-y-6 > * + * { margin-top: 1.5rem; }

.items-start { align-items: flex-start; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.justify-end { justify-content: flex-end; }
.flex-1 { flex: 1 1 0%; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.overflow-hidden { overflow: hidden; }
.overflow-x-auto { overflow-x: auto; }
.cursor-pointer { cursor: pointer; }
.pointer-events-none { pointer-events: none; }

.rounded { border-radius: .25rem; }
.rounded-lg { border-radius: .5rem; }
.rounded-xl { border-radius: .75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-3xl { border-radius: 1.5rem; }
.rounded-full { border-radius: 9999px; }
.border { border-width: 1px; border-style: solid; }
.border-0 { border-width: 0; }
.border-t { border-top-width: 1px; border-top-style: solid; }
.border-b { border-bottom-width: 1px; border-bottom-style: solid; }
.border-white\/10 { border-color: rgba(255,255,255,.10); }
.border-white\/20 { border-color: rgba(255,255,255,.20); }
.border-blue-400\/30 { border-color: rgba(96,165,250,.30); }
.border-green-400\/30 { border-color: rgba(74,222,128,.30); }
.border-red-400\/50 { border-color: rgba(248,113,113,.50); }
.border-gray-300 { border-color: #d1d5db; }
.shadow { box-shadow: 0 10px 25px rgba(0,0,0,.22); }
.shadow-lg { box-shadow: 0 10px 15px rgba(0,0,0,.25); }
.shadow-xl { box-shadow: 0 20px 25px rgba(0,0,0,.25); }
.shadow-2xl { box-shadow: 0 25px 50px rgba(0,0,0,.35); }

.bg-transparent { background: transparent; }
.bg-white { background: #fff; }
.bg-black\/60 { background: rgba(0,0,0,.60); }
.bg-black\/90 { background: rgba(0,0,0,.90); }
.bg-black\/95 { background: rgba(0,0,0,.95); }
.bg-white\/10 { background: rgba(255,255,255,.10); }
.bg-white\/5 { background: rgba(255,255,255,.05); }
.bg-dark-900 { background: #0f0f0f; }
.bg-gray-50 { background: #f9fafb; }
.bg-gray-100 { background: #f3f4f6; }
.bg-gray-600 { background: #4b5563; }
.bg-green-600 { background: #16a34a; }
.bg-green-500\/10 { background: rgba(34,197,94,.10); }
.bg-green-500\/20 { background: rgba(34,197,94,.20); }
.bg-red-500\/20 { background: rgba(239,68,68,.20); }
.bg-blue-500\/20 { background: rgba(59,130,246,.20); }
.bg-neon-blue\/10 { background: rgba(0,212,255,.10); }
.bg-neon-blue\/20 { background: rgba(0,212,255,.20); }
.bg-neon-blue\/30 { background: rgba(0,212,255,.30); }
.bg-neon-purple\/10 { background: rgba(139,92,246,.10); }
.bg-neon-purple\/20 { background: rgba(139,92,246,.20); }
.bg-neon-purple\/30 { background: rgba(139,92,246,.30); }
.bg-neon-pink\/20 { background: rgba(244,114,182,.20); }
.bg-neon-pink\/30 { background: rgba(244,114,182,.30); }
.bg-yellow-400\/20 { background: rgba(250,204,21,.20); }
.bg-yellow-400\/30 { background: rgba(250,204,21,.30); }
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)); }
.bg-gradient-to-l { background-image: linear-gradient(to left, var(--tw-gradient-stops)); }
.bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); }
.from-neon-blue { --tw-gradient-from: #00d4ff; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0,212,255,0)); }
.from-neon-purple { --tw-gradient-from: #8b5cf6; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139,92,246,0)); }
.from-neon-pink { --tw-gradient-from: #f472b6; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244,114,182,0)); }
.from-yellow-400 { --tw-gradient-from: #facc15; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250,204,21,0)); }
.from-green-400 { --tw-gradient-from: #4ade80; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74,222,128,0)); }
.from-orange-400 { --tw-gradient-from: #fb923c; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251,146,60,0)); }
.from-blue-400\/10 { --tw-gradient-from: rgba(96,165,250,.10); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96,165,250,0)); }
.from-gray-600 { --tw-gradient-from: #4b5563; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75,85,99,0)); }
.from-gray-900 { --tw-gradient-from: #111827; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17,24,39,0)); }
.to-neon-blue { --tw-gradient-to: #00d4ff; }
.to-neon-purple { --tw-gradient-to: #8b5cf6; }
.to-neon-pink { --tw-gradient-to: #f472b6; }
.to-yellow-400 { --tw-gradient-to: #facc15; }
.to-red-400 { --tw-gradient-to: #f87171; }
.to-red-500 { --tw-gradient-to: #ef4444; }
.to-gray-800 { --tw-gradient-to: #1f2937; }
.to-purple-500\/10 { --tw-gradient-to: rgba(168,85,247,.10); }
.to-orange-400\/10 { --tw-gradient-to: rgba(251,146,60,.10); }
.via-blue-900 { --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30,58,138,0)); }
.to-purple-900 { --tw-gradient-to: #581c87; }

.text-inherit { color: inherit; }
.text-white { color: #fff; }
.text-black { color: #000; }
.text-gray-100 { color: #f3f4f6; }
.text-gray-300 { color: #d1d5db; }
.text-gray-400 { color: #9ca3af; }
.text-gray-500 { color: #6b7280; }
.text-gray-600 { color: #4b5563; }
.text-gray-700 { color: #374151; }
.text-gray-900 { color: #111827; }
.text-blue-300 { color: #93c5fd; }
.text-blue-400 { color: #60a5fa; }
.text-blue-600 { color: #2563eb; }
.text-green-300 { color: #86efac; }
.text-green-400 { color: #4ade80; }
.text-orange-400 { color: #fb923c; }
.text-red-300 { color: #fca5a5; }
.text-red-400 { color: #f87171; }
.text-red-500 { color: #ef4444; }
.text-yellow-400 { color: #facc15; }
.text-neon-blue { color: #00d4ff; }
.text-neon-purple { color: #8b5cf6; }
.text-neon-pink { color: #f472b6; }

.text-xs { font-size: .75rem; }
.text-sm { font-size: .875rem; }
.text-base { font-size: 1rem; }
.text-lg { font-size: 1.125rem; }
.text-xl { font-size: 1.25rem; }
.text-2xl { font-size: 1.5rem; }
.text-3xl { font-size: 1.875rem; }
.text-4xl { font-size: 2.25rem; }
.text-5xl { font-size: 3rem; }
.text-7xl { font-size: 4.5rem; }
.text-8xl { font-size: 6rem; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-extrabold { font-weight: 800; }
.font-black { font-weight: 900; }
.font-normal { font-weight: 400; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.leading-tight { line-height: 1.1; }
.leading-relaxed { line-height: 1.65; }
.tracking-tight { letter-spacing: 0; }
.tracking-wide { letter-spacing: .025em; }
.underline { text-decoration: underline; }
.line-through { text-decoration: line-through; }

.transform { transform: translate(var(--tw-translate-x,0), var(--tw-translate-y,0)) rotate(var(--tw-rotate,0)); }
.-translate-y-1\/2 { --tw-translate-y: -50%; }
.rotate-45 { --tw-rotate: 45deg; }
.-rotate-45 { --tw-rotate: -45deg; }
.scale-105 { transform: scale(1.05); }
.transition { transition-property: color, background-color, border-color, transform, box-shadow, opacity; transition-duration: .2s; }
.transition-all { transition-property: all; }
.transition-colors { transition-property: color, background-color, border-color; }
.duration-300 { transition-duration: .3s; }
.duration-500 { transition-duration: .5s; }

.focus\:outline-none:focus { outline: 0; }
.focus\:border-neon-blue:focus { border-color: #00d4ff; }
.focus\:border-neon-pink:focus { border-color: #f472b6; }
.focus\:border-neon-purple:focus { border-color: #8b5cf6; }
.focus\:border-transparent:focus { border-color: transparent; }
.focus\:ring-2:focus { box-shadow: 0 0 0 2px rgba(59,130,246,.75); }
.focus\:ring-blue-500:focus { box-shadow: 0 0 0 2px rgba(59,130,246,.75); }
.hover\:underline:hover { text-decoration: underline; }
.hover\:bg-white\/10:hover { background: rgba(255,255,255,.10); }
.hover\:bg-gray-200:hover { background: #e5e7eb; }
.hover\:bg-green-600:hover { background: #16a34a; }
.hover\:bg-green-700:hover { background: #15803d; }
.hover\:bg-indigo-700:hover { background: #4338ca; }
.hover\:bg-red-500\/20:hover { background: rgba(239,68,68,.20); }
.hover\:bg-neon-blue\/20:hover { background: rgba(0,212,255,.20); }
.hover\:bg-neon-purple\/20:hover { background: rgba(139,92,246,.20); }
.hover\:bg-neon-pink\/20:hover { background: rgba(244,114,182,.20); }
.hover\:bg-yellow-400\/20:hover { background: rgba(250,204,21,.20); }
.hover\:text-blue-300:hover { color: #93c5fd; }
.hover\:text-red-300:hover { color: #fca5a5; }
.hover\:text-neon-blue:hover { color: #00d4ff; }
.hover\:text-neon-purple:hover { color: #8b5cf6; }
.hover\:text-white:hover { color: #fff; }
.hover\:scale-105:hover { transform: scale(1.05); }
.hover\:shadow-xl:hover { box-shadow: 0 20px 25px rgba(0,0,0,.25); }
.peer:checked ~ .peer-checked\:block { display: block; }
.peer:checked + .peer-checked\:border-neon-blue, .peer:checked ~ .peer-checked\:border-neon-blue { border-color: #00d4ff; }
.peer:checked + .peer-checked\:border-neon-purple, .peer:checked ~ .peer-checked\:border-neon-purple { border-color: #8b5cf6; }
.peer:checked + .peer-checked\:bg-neon-blue\/10, .peer:checked ~ .peer-checked\:bg-neon-blue\/10 { background: rgba(0,212,255,.10); }
.peer:checked + .peer-checked\:bg-neon-purple\/10, .peer:checked ~ .peer-checked\:bg-neon-purple\/10 { background: rgba(139,92,246,.10); }
.group:hover .group-hover\:text-neon-blue { color: #00d4ff; }
.group:hover .group-hover\:text-neon-purple { color: #8b5cf6; }
.group:hover .group-hover\:text-neon-pink { color: #f472b6; }
.group:hover .group-hover\:animate-bounce { animation: bounce 1s infinite; }
.group:hover .group-hover\:animate-pulse { animation: pulse 1.5s infinite; }

.placeholder-gray-400::placeholder { color: #9ca3af; opacity: 1; }
.list-disc { list-style-type: disc; }
.pl-6 { padding-left: 1.5rem; }

.fas, .fab { display: inline-block; min-width: 1em; text-align: center; font-style: normal; line-height: 1; }
.fa-home::before { content: "⌂"; }
.fa-gas-pump::before, .fa-fire::before { content: "◆"; }
.fa-shopping-cart::before, .fa-cart-plus::before { content: "▣"; }
.fa-credit-card::before { content: "▣"; }
.fa-user-shield::before { content: "◈"; }
.fa-bars::before { content: "☰"; }
.fa-chevron-right::before { content: "›"; }
.fa-phone::before { content: "☎"; }
.fa-envelope::before { content: "✉"; }
.fa-map-marker-alt::before { content: "●"; }
.fa-whatsapp::before { content: "☎"; }
.fa-facebook-f::before { content: "f"; font-weight: 800; }
.fa-instagram::before { content: "◎"; }
.fa-shield-alt::before { content: "◆"; }
.fa-history::before { content: "↺"; }
.fa-users::before { content: "●"; }
.fa-bolt::before { content: "ϟ"; }
.fa-leaf::before { content: "◒"; }
.fa-euro-sign::before { content: "€"; }
.fa-building::before { content: "▦"; }
.fa-industry::before { content: "▤"; }
.fa-weight-hanging::before { content: "◼"; }
.fa-certificate::before { content: "✓"; }
.fa-shipping-fast::before, .fa-truck::before { content: "▰"; }
.fa-search::before { content: "⌕"; }
.fa-arrow-left::before { content: "←"; }
.fa-shopping-bag::before { content: "▣"; }
.fa-lock::before { content: "●"; }
.fa-money-bill-wave::before { content: "€"; }
.fa-headset::before { content: "☎"; }
.fa-store::before { content: "▦"; }
.fa-clock::before { content: "◷"; }
.fa-sun::before { content: "☀"; }
.fa-cloud-sun::before { content: "☼"; }
.fa-user::before { content: "●"; }
.fa-info-circle::before { content: "i"; font-weight: 800; }
.fa-rocket::before { content: "▶"; }
.fa-check-circle::before { content: "✓"; }
.fa-trash::before { content: "×"; }
.fa-award::before { content: "★"; }
.fa-recycle::before { content: "↻"; }
input, textarea, select {
  background: rgba(255,255,255,.08);
  color: #fff;
}
input[type="checkbox"], input[type="radio"] { accent-color: #00d4ff; }

@keyframes bounce { 0%, 100% { transform: translateY(-8%); } 50% { transform: translateY(0); } }
@keyframes pulse { 50% { opacity: .55; } }

@media (min-width: 640px) {
  .sm\:flex-row { flex-direction: row; }
  .sm\:items-center { align-items: center; }
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sm\:col-span-2 { grid-column: span 2 / span 2; }
  .sm\:text-base { font-size: 1rem; }
  .sm\:text-lg { font-size: 1.125rem; }
  .sm\:text-xl { font-size: 1.25rem; }
  .sm\:text-2xl { font-size: 1.5rem; }
  .sm\:text-3xl { font-size: 1.875rem; }
  .sm\:text-5xl { font-size: 3rem; }
  .sm\:p-4 { padding: 1rem; }
  .sm\:p-6 { padding: 1.5rem; }
  .sm\:p-8 { padding: 2rem; }
  .sm\:px-4 { padding-left: 1rem; padding-right: 1rem; }
  .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
  .sm\:py-3 { padding-top: .75rem; padding-bottom: .75rem; }
  .sm\:py-4 { padding-top: 1rem; padding-bottom: 1rem; }
  .sm\:py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
  .sm\:py-8 { padding-top: 2rem; padding-bottom: 2rem; }
  .sm\:py-16 { padding-top: 4rem; padding-bottom: 4rem; }
  .sm\:py-24 { padding-top: 6rem; padding-bottom: 6rem; }
  .sm\:mb-0 { margin-bottom: 0; }
  .sm\:mb-2 { margin-bottom: .5rem; }
  .sm\:mb-3 { margin-bottom: .75rem; }
  .sm\:mb-6 { margin-bottom: 1.5rem; }
  .sm\:mb-8 { margin-bottom: 2rem; }
  .sm\:mt-0 { margin-top: 0; }
  .sm\:mt-6 { margin-top: 1.5rem; }
  .sm\:pt-8 { padding-top: 2rem; }
  .sm\:gap-4 { gap: 1rem; }
  .sm\:space-x-6 > * + * { margin-left: 1.5rem; }
  .sm\:space-y-4 > * + * { margin-top: 1rem; }
  .sm\:space-y-6 > * + * { margin-top: 1.5rem; }
  .sm\:w-12 { width: 3rem; }
  .sm\:w-20 { width: 5rem; }
  .sm\:h-12 { height: 3rem; }
  .sm\:h-20 { height: 5rem; }
  .sm\:rounded-xl { border-radius: .75rem; }
  .sm\:rounded-2xl { border-radius: 1rem; }
  .sm\:rounded-3xl { border-radius: 1.5rem; }
  .sm\:text-right { text-align: right; }
}

@media (min-width: 768px) {
  .md\:hidden { display: none; }
  .md\:flex { display: flex; }
  .md\:block { display: block; }
  .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\:col-span-2 { grid-column: span 2 / span 2; }
  .md\:flex-row { flex-direction: row; }
  .md\:text-2xl { font-size: 1.5rem; }
  .md\:text-3xl { font-size: 1.875rem; }
  .md\:text-5xl { font-size: 3rem; }
  .md\:text-6xl { font-size: 3.75rem; }
  .md\:text-7xl { font-size: 4.5rem; }
  .md\:gap-6 { gap: 1.5rem; }
}

@media (min-width: 1024px) {
  .lg\:block { display: block; }
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lg\:col-span-1 { grid-column: span 1 / span 1; }
  .lg\:col-span-2 { grid-column: span 2 / span 2; }
  .lg\:gap-12 { gap: 3rem; }
  .lg\:mt-0 { margin-top: 0; }
}
