/*
Theme Name: SEO KOREA
Theme URI: https://seokorea.it.com
Author: Zeus
Author URI: https://seokorea.it.com
Description: 2026 Core Update Optimized, Zero-Bloat, Tailwind VVIP Theme. (FINAL UNIFIED)
Version: 1.0.5
Text Domain: seokorea
*/

/* ==========================================================================
   1. BASE RESET & TYPOGRAPHY
   ========================================================================== */
:root {
  --matrix: #00FF41;
  --terminal: #050505;
  --text-base: #C9D1D9;
}
*, ::before, ::after { box-sizing: border-box; border-width: 0; border-style: solid; border-color: #e5e7eb; }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; tab-size: 4; font-family: 'Pretendard', sans-serif; font-feature-settings: normal; background-color: var(--terminal); color: var(--text-base); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; scroll-behavior: smooth; }
body { margin: 0; line-height: inherit; overflow-x: hidden; }
a { color: inherit; text-decoration: inherit; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; margin: 0; }
p, ul, blockquote, pre { margin: 0; }
ul { list-style: none; padding: 0; }
button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; color: inherit; margin: 0; padding: 0; }

::selection { background-color: var(--matrix); color: var(--terminal); }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--terminal); }
::-webkit-scrollbar-thumb { background: #1f2937; border: 1px solid #374151; }
::-webkit-scrollbar-thumb:hover { background: var(--matrix); border-color: var(--matrix); }

/* ==========================================================================
   2. DISPLAY, FLEX & GRID
   ========================================================================== */
.hidden { display: none; }
.block { display: block; }
.inline-block { display: inline-block; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.flex-col { flex-direction: column; }
.shrink-0 { flex-shrink: 0; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.grid { display: grid; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.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)); }

/* ==========================================================================
   3. SPACING (Gap, Margin, Padding)
   ========================================================================== */
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-5 { gap: 1.25rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-10 { gap: 2.5rem; }
.gap-16 { gap: 4rem; }
.gap-32 { gap: 8rem; }

.space-x-8 > :not([hidden]) ~ :not([hidden]) { margin-left: 2rem; }
.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-6 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.5rem; }
.space-y-8 > :not([hidden]) ~ :not([hidden]) { margin-top: 2rem; }
.space-y-10 > :not([hidden]) ~ :not([hidden]) { margin-top: 2.5rem; }
.space-y-16 > :not([hidden]) ~ :not([hidden]) { margin-top: 4rem; }
.space-y-32 > :not([hidden]) ~ :not([hidden]) { margin-top: 8rem; }

.mx-auto { margin-left: auto; margin-right: auto; }
.ml-2 { margin-left: 0.5rem; }
.ml-4 { margin-left: 1rem; }
.mr-2 { margin-right: 0.5rem; }
.mb-1 { margin-bottom: 0.25rem; }
.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-12 { margin-bottom: 3rem; }
.mb-16 { margin-bottom: 4rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mt-12 { margin-top: 3rem; }
.mt-auto { margin-top: auto; }

.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.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; }
.px-10 { padding-left: 2.5rem; padding-right: 2.5rem; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.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; }
.pt-4 { padding-top: 1rem; }
.pt-6 { padding-top: 1.5rem; }
.pt-16 { padding-top: 4rem; }
.pt-24 { padding-top: 6rem; }
.pt-28 { padding-top: 7rem; }
.pt-32 { padding-top: 8rem; }
.pb-1 { padding-bottom: 0.25rem; }
.pb-2 { padding-bottom: 0.5rem; }
.pb-4 { padding-bottom: 1rem; }
.pb-8 { padding-bottom: 2rem; }
.pb-12 { padding-bottom: 3rem; }
.pb-16 { padding-bottom: 4rem; }
.pb-20 { padding-bottom: 5rem; }
.pl-4 { padding-left: 1rem; }
.pl-6 { padding-left: 1.5rem; }

/* ==========================================================================
   4. SIZING (Width & Height)
   ========================================================================== */
.w-1\.5 { width: 0.375rem; }
.w-2 { width: 0.5rem; }
.w-3 { width: 0.75rem; }
.w-4 { width: 1rem; }
.w-8 { width: 2rem; }
.w-full { width: 100%; }
.h-1\.5 { height: 0.375rem; }
.h-2 { height: 0.5rem; }
.h-3 { height: 0.75rem; }
.h-4 { height: 1rem; }
.h-8 { height: 2rem; }
.h-20 { height: 5rem; }
.h-32 { height: 8rem; }
.h-64 { height: 16rem; }
.h-full { height: 100%; }
.max-w-xl { max-width: 36rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-5xl { max-width: 64rem; }
.max-w-7xl { max-width: 80rem; }
.min-h-screen { min-height: 100vh; }
.min-h-\[50vh\] { min-height: 50vh; }
.min-h-\[80vh\] { min-height: 80vh; }
.min-h-\[90vh\] { min-height: 90vh; }
.min-h-\[95vh\] { min-height: 95vh; }

/* ==========================================================================
   5. COLORS, BACKGROUNDS & BORDERS
   ========================================================================== */
.bg-\[\#050505\] { background-color: #050505; }
.bg-\[\#050505\]\/60 { background-color: rgba(5, 5, 5, 0.6); }
.bg-\[\#050505\]\/80 { background-color: rgba(5, 5, 5, 0.8); }
.bg-\[\#050505\]\/90 { background-color: rgba(5, 5, 5, 0.9); }
.bg-\[\#050505\]\/95 { background-color: rgba(5, 5, 5, 0.95); }
.bg-\[\#050505\]\/98 { background-color: rgba(5, 5, 5, 0.98); }
.bg-\[\#0a0a0a\] { background-color: #0a0a0a; }
.bg-\[\#080808\] { background-color: #080808; }
.bg-\[\#111\] { background-color: #111111; }
.bg-\[\#00FF41\] { background-color: #00FF41; }
.bg-white { background-color: #ffffff; }
.bg-transparent { background-color: transparent; }
.bg-red-500\/80 { background-color: rgba(239, 68, 68, 0.8); }
.bg-yellow-500\/80 { background-color: rgba(234, 179, 8, 0.8); }
.bg-green-500\/80 { background-color: rgba(34, 197, 94, 0.8); }
.bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); }
.from-\[\#00FF41\]\/5 { --tw-gradient-from: rgba(0, 255, 65, 0.05); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 255, 65, 0)); }
.to-transparent { --tw-gradient-to: transparent; }

.text-\[\#00FF41\] { color: #00FF41; }
.text-\[\#C9D1D9\] { color: #C9D1D9; }
.text-\[\#8B949E\] { color: #8B949E; }
.text-\[\#050505\] { color: #050505; }
.text-white { color: #ffffff; }
.text-black { color: #000000; }
.text-gray-400 { color: #9ca3af; }
.text-gray-500 { color: #6b7280; }
.text-gray-600 { color: #4b5563; }
.text-gray-700 { color: #374151; }
.text-red-400 { color: #f87171; }
.text-red-500 { color: #ef4444; }

.border { border-width: 1px; }
.border-2 { border-width: 2px; }
.border-t { border-top-width: 1px; }
.border-b { border-bottom-width: 1px; }
.border-l-4 { border-left-width: 4px; }
.border-t-2 { border-top-width: 2px; }
.border-r-2 { border-right-width: 2px; }
.border-b-2 { border-bottom-width: 2px; }
.border-l-2 { border-left-width: 2px; }

.border-\[\#00FF41\] { border-color: #00FF41; }
.border-\[\#00FF41\]\/30 { border-color: rgba(0, 255, 65, 0.3); }
.border-\[\#00FF41\]\/50 { border-color: rgba(0, 255, 65, 0.5); }
.border-gray-600 { border-color: #4b5563; }
.border-gray-700 { border-color: #374151; }
.border-gray-700\/50 { border-color: rgba(55, 65, 81, 0.5); }
.border-gray-800 { border-color: #1f2937; }
.border-gray-800\/30 { border-color: rgba(31, 41, 55, 0.3); }
.border-gray-800\/50 { border-color: rgba(31, 41, 55, 0.5); }
.border-gray-800\/80 { border-color: rgba(31, 41, 55, 0.8); }
.border-transparent { border-color: transparent; }

/* ==========================================================================
   6. TYPOGRAPHY
   ========================================================================== */
.font-sans { font-family: 'Pretendard', sans-serif; }
.font-mono { font-family: '"Fira Code"', monospace; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-\[10px\] { font-size: 10px; line-height: 14px; }
.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; }
.text-5xl { font-size: 3rem; line-height: 1; }
.text-6xl { font-size: 3.75rem; line-height: 1; }
.text-7xl { font-size: 4.5rem; line-height: 1; }
.text-8xl { font-size: 6rem; line-height: 1; }

.font-bold { font-weight: 700; }
.font-black { font-weight: 900; }
.font-medium { font-weight: 500; }

.tracking-tight { letter-spacing: -0.025em; }
.tracking-tighter { letter-spacing: -0.05em; }
.tracking-widest { letter-spacing: 0.1em; }

.leading-relaxed { line-height: 1.625; }
.leading-tight { line-height: 1.25; }
.leading-none { line-height: 1; }
.leading-\[1\.1\] { line-height: 1.1; }
.leading-\[1\.15\] { line-height: 1.15; }

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.underline { text-decoration-line: underline; }
.line-through { text-decoration-line: line-through; }
.decoration-4 { text-decoration-thickness: 4px; }
.underline-offset-\[12px\] { text-underline-offset: 12px; }
.uppercase { text-transform: uppercase; }
.line-clamp-2 { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

/* ==========================================================================
   7. POSITIONING, FORMS, TRANSFORMS & EFFECTS
   ========================================================================== */
.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.sticky { position: sticky; }
.top-0 { top: 0; }
.top-32 { top: 8rem; }
.bottom-0 { bottom: 0; }
.left-0 { left: 0; }
.right-0 { right: 0; }
.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.z-0 { z-index: 0; }
.z-10 { z-index: 10; }
.z-40 { z-index: 40; }
.z-50 { z-index: 50; }

.overflow-hidden { overflow: hidden; }
.pointer-events-none { pointer-events: none; }
.rounded-sm { border-radius: 0.125rem; }
.rounded-full { border-radius: 9999px; }

.appearance-none { appearance: none; -webkit-appearance: none; }
.resize-none { resize: none; }
.outline-none { outline: 2px solid transparent; outline-offset: 2px; }
.cursor-pointer { cursor: pointer; }
.cursor-crosshair { cursor: crosshair; }

.opacity-0 { opacity: 0; }
.opacity-10 { opacity: 0.1; }
.opacity-20 { opacity: 0.2; }
.opacity-80 { opacity: 0.8; }
.opacity-100 { opacity: 1; }

.backdrop-blur-md { backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.backdrop-blur-xl { backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); }
.backdrop-blur-2xl { backdrop-filter: blur(40px); -webkit-backdrop-filter: blur(40px); }

/* Transforms (Crucial for Mobile Menu) */
.transform { transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)); }
.transform-gpu { transform: translate3d(0, 0, 0); }
.--tw-translate-x { --tw-translate-x: 0; }
.--tw-translate-y { --tw-translate-y: 0; }
.--tw-rotate { --tw-rotate: 0; }

.-translate-x-full { --tw-translate-x: -100%; transform: translateX(-100%); }
.translate-x-full { --tw-translate-x: 100%; transform: translateX(100%); }
.translate-x-0 { --tw-translate-x: 0px; transform: translateX(0); }
.translate-y-0 { --tw-translate-y: 0px; transform: translateY(0); }
.translate-y-6 { --tw-translate-y: 1.5rem; transform: translateY(1.5rem); }
.rotate-0 { --tw-rotate: 0deg; transform: rotate(0deg); }
.rotate-90 { --tw-rotate: 90deg; transform: rotate(90deg); }
.rotate-180 { --tw-rotate: 180deg; transform: rotate(180deg); }

/* Shadows & Filters */
.shadow-\[0_0_10px_rgba\(0\,255\,65\,0\.1\)\] { box-shadow: 0 0 10px rgba(0, 255, 65, 0.1); }
.shadow-\[0_0_15px_rgba\(0\,0\,0\,0\.5\)\] { box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }
.shadow-\[0_0_15px_rgba\(0\,255\,65\,0\.1\)\] { box-shadow: 0 0 15px rgba(0, 255, 65, 0.1); }
.shadow-\[0_0_20px_rgba\(0\,255\,65\,0\.3\)\] { box-shadow: 0 0 20px rgba(0, 255, 65, 0.3); }
.shadow-\[0_0_20px_rgba\(0\,255\,65\,0\.4\)\] { box-shadow: 0 0 20px rgba(0, 255, 65, 0.4); }
.shadow-\[0_0_30px_rgba\(0\,0\,0\,0\.8\)\] { box-shadow: 0 0 30px rgba(0, 0, 0, 0.8); }
.shadow-\[0_0_30px_rgba\(0\,255\,65\,0\.4\)\] { box-shadow: 0 0 30px rgba(0, 255, 65, 0.4); }
.shadow-\[0_0_50px_rgba\(0\,0\,0\,0\.8\)\] { box-shadow: 0 0 50px rgba(0, 0, 0, 0.8); }
.drop-shadow-\[0_0_8px_rgba\(0\,255\,65\,0\.5\)\] { filter: drop-shadow(0 0 8px rgba(0, 255, 65, 0.5)); }
.drop-shadow-\[0_0_20px_rgba\(0\,255\,65\,0\.2\)\] { filter: drop-shadow(0 0 20px rgba(0, 255, 65, 0.2)); }

/* Custom Backgrounds (Grid) */
.bg-\[linear-gradient\(rgba\(0\,255\,65\,0\.03\)_1px\,transparent_1px\)\,linear-gradient\(90deg\,rgba\(0\,255\,65\,0\.03\)_1px\,transparent_1px\)\] {
  background-image: linear-gradient(rgba(0, 255, 65, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 255, 65, 0.03) 1px, transparent 1px);
}
.bg-\[size\:30px_30px\] { background-size: 30px 30px; }
.bg-\[size\:40px_40px\] { background-size: 40px 40px; }

/* ==========================================================================
   8. TRANSITIONS & ANIMATIONS
   ========================================================================== */
.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-opacity { transition-property: opacity; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-transform { transition-property: transform; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.duration-200 { transition-duration: 200ms; }
.duration-300 { transition-duration: 300ms; }
.duration-500 { transition-duration: 500ms; }
.duration-1000 { transition-duration: 1000ms; }
.ease-out { transition-timing-function: cubic-bezier(0, 0, 0.2, 1); }

@keyframes pulse { 50% { opacity: .5; } }
.animate-pulse { animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
@keyframes ping { 75%, 100% { transform: scale(2); opacity: 0; } }
.animate-ping { animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite; }

/* ==========================================================================
   9. HOVER, FOCUS, GROUP STATES
   ========================================================================== */
.hover\:text-white:hover { color: #ffffff; }
.hover\:text-\[\#00FF41\]:hover { color: #00FF41; }
.hover\:text-\[\#050505\]:hover { color: #050505; }
.hover\:bg-\[\#00FF41\]:hover { background-color: #00FF41; }
.hover\:bg-white:hover { background-color: #ffffff; }
.hover\:border-\[\#00FF41\]:hover { border-color: #00FF41; }
.hover\:border-\[\#00FF41\]\/50:hover { border-color: rgba(0, 255, 65, 0.5); }
.hover\:border-gray-800:hover { border-color: #1f2937; }
.hover\:opacity-100:hover { opacity: 1; }
.hover\:shadow-\[0_0_20px_rgba\(0\,255\,65\,0\.4\)\]:hover { box-shadow: 0 0 20px rgba(0, 255, 65, 0.4); }
.hover\:shadow-\[0_0_30px_rgba\(0\,255\,65\,0\.4\)\]:hover { box-shadow: 0 0 30px rgba(0, 255, 65, 0.4); }
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }

.group:hover .group-hover\:text-white { color: #ffffff; }
.group:hover .group-hover\:text-\[\#00FF41\] { color: #00FF41; }
.group:hover .group-hover\:text-\[\#050505\] { color: #050505; }
.group:hover .group-hover\:opacity-100 { opacity: 1; }
.group:hover .group-hover\:border-\[\#00FF41\] { border-color: #00FF41; }
.group:hover .group-hover\:translate-x-0 { --tw-translate-x: 0px; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)); }
.group:hover .group-hover\:translate-x-1 { --tw-translate-x: 0.25rem; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)); }

/* ==========================================================================
   10. RESPONSIVE BREAKPOINTS (Mobile to Desktop)
   ========================================================================== */
@media (min-width: 640px) {
  .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
  .sm\:flex-row { flex-direction: row; }
  .sm\:p-8 { padding: 2rem; }
}
@media (min-width: 768px) {
  .md\:hidden { display: none; }
  .md\:flex { display: flex; }
  .md\:flex-row { flex-direction: row; }
  .md\:items-center { align-items: center; }
  .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\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .md\:col-span-3 { grid-column: span 3 / span 3; }
  .md\:col-span-4 { grid-column: span 4 / span 4; }
  .md\:col-span-5 { grid-column: span 5 / span 5; }
  .md\:w-1\/4 { width: 25%; }
  .md\:w-3\/4 { width: 75%; }
  .md\:w-1\/5 { width: 20%; }
  .md\:w-4\/5 { width: 80%; }
  .md\:p-12 { padding: 3rem; }
  .md\:mb-16 { margin-bottom: 4rem; }
  .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-5xl { font-size: 3rem; line-height: 1; }
  .md\:text-6xl { font-size: 3.75rem; line-height: 1; }
  .md\:text-8xl { font-size: 6rem; line-height: 1; }
  .md\:text-center { text-align: center; }
  .md\:text-right { text-align: right; }
  .order-1 { order: 1; } 
  .order-2 { order: 2; }
}
@media (min-width: 1024px) {
  .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; }
  .lg\:p-16 { padding: 4rem; }
  .lg\:col-span-4 { grid-column: span 4 / span 4; }
  .lg\:col-span-8 { grid-column: span 8 / span 8; }
  .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lg\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .lg\:items-center { align-items: center; }
  .lg\:flex { display: flex; }
  .lg\:text-6xl { font-size: 3.75rem; line-height: 1; }
  .lg\:text-7xl { font-size: 4.5rem; line-height: 1; }
  .lg\:order-1 { order: 1; } 
  .lg\:order-2 { order: 2; }
}