/*
Theme Name: DG
Theme URI: https://davidegalasso.it
Author: Davide Galasso
Author URI: https://davidegalasso.it
Description: Tema personalizzato per Davide Galasso - Performance & E-Commerce Expert
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dg
*/

/* Font Face - Local fonts with swap */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('assets/fonts/inter-regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('assets/fonts/inter-medium.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('assets/fonts/inter-semibold.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('assets/fonts/inter-bold.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('assets/fonts/inter-bold.woff2') format('woff2');
}

/* CSS Reset & Base */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: 'Inter', ui-sans-serif, system-ui, sans-serif; line-height: 1.5; color: #212121; background: #fff; -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font-family: inherit; font-size: 100%; }
ul { list-style: none; }

/* Colors */
:root {
    --primary: #9531f9;
    --secondary: #ffea23;
    --dark: #121418;
    --text: #212121;
}

/* Layout */
.container { width: 100%; max-width: 80rem; margin: 0 auto; padding: 0 1rem; }
@media (min-width: 640px) { .container { padding: 0 1.5rem; } }
@media (min-width: 1024px) { .container { padding: 0 2rem; } }

/* Utilities - Flexbox & Grid */
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }
.hidden { display: none; }
.block { display: block; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.justify-end { justify-content: flex-end; }
.gap-1\.5 { gap: 0.375rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-12 { gap: 3rem; }
.gap-16 { gap: 4rem; }
.gap-20 { gap: 5rem; }
.shrink-0 { flex-shrink: 0; }
.flex-1 { flex: 1 1 0%; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }

/* Spacing */
.p-2 { padding: 0.5rem; }
.p-4 { padding: 1rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.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-4 { padding-top: 1rem; padding-bottom: 1rem; }
.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; }
.pt-8 { padding-top: 2rem; }
.pt-32 { padding-top: 8rem; }
.pb-8 { padding-bottom: 2rem; }
.pb-20 { padding-bottom: 5rem; }
.pb-24 { padding-bottom: 6rem; }
.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-16 { margin-bottom: 4rem; }
.mt-0\.5 { margin-top: 0.125rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-4 { margin-top: 1rem; }
.mt-8 { margin-top: 2rem; }
.mt-12 { margin-top: 3rem; }
.mt-16 { margin-top: 4rem; }
.ml-1 { margin-left: 0.25rem; }
.-mt-16 { margin-top: -4rem; }
.-mt-20 { margin-top: -5rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.-bottom-4 { bottom: -1rem; }
.-right-4 { right: -1rem; }
.-top-40 { top: -10rem; }
.-right-40 { right: -10rem; }
.-bottom-40 { bottom: -10rem; }
.-left-40 { left: -10rem; }

/* Sizing */
.w-1 { width: 0.25rem; }
.w-2 { width: 0.5rem; }
.w-4 { width: 1rem; }
.w-5 { width: 1.25rem; }
.w-6 { width: 1.5rem; }
.w-7 { width: 1.75rem; }
.w-10 { width: 2.5rem; }
.w-12 { width: 3rem; }
.w-14 { width: 3.5rem; }
.w-16 { width: 4rem; }
.w-24 { width: 6rem; }
.w-32 { width: 8rem; }
.w-20 { width: 5rem; }
.w-48 { width: 12rem; }
.w-80 { width: 20rem; }
.w-full { width: 100%; }
.h-1 { height: 0.25rem; }
.h-2 { height: 0.5rem; }
.h-4 { height: 1rem; }
.h-5 { height: 1.25rem; }
.h-6 { height: 1.5rem; }
.h-7 { height: 1.75rem; }
.h-10 { height: 2.5rem; }
.h-12 { height: 3rem; }
.h-14 { height: 3.5rem; }
.h-16 { height: 4rem; }
.h-20 { height: 5rem; }
.h-48 { height: 12rem; }
.h-80 { height: 20rem; }
.h-full { height: 100%; }
.h-screen { height: 100vh; }
.h-96 { height: 24rem; }
.min-h-screen { min-height: 100vh; }
.min-w-0 { min-width: 0; }
.min-h-48 { min-height: 12rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-7xl { max-width: 80rem; }

/* 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; }
.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; }
.uppercase { text-transform: uppercase; }
.tracking-widest { letter-spacing: 0.1em; }
.tracking-tighter { letter-spacing: -0.05em; }
.leading-tight { line-height: 1.25; }
.leading-relaxed { line-height: 1.625; }
.text-center { text-align: center; }
.text-right { text-align: right; }

/* Colors */
.text-white { color: #fff; }
.text-text { color: #212121; }
.text-primary { color: #9531f9; }
.text-gray-300 { color: #d1d5db; }
.text-gray-400 { color: #9ca3af; }
.text-gray-500 { color: #6b7280; }
.text-gray-600 { color: #4b5563; }
.bg-white { background-color: #fff; }
.bg-dark { background-color: #121418; }
.bg-primary { background-color: #9531f9; }
.bg-secondary { background-color: #ffea23; }
.bg-gray-50 { background-color: #f9fafb; }
.bg-gray-100 { background-color: #f3f4f6; }
.bg-gray-200 { background-color: #e5e7eb; }
.bg-gray-800 { background-color: #1f2937; }

/* Borders */
.border { border-width: 1px; }
.border-t { border-top-width: 1px; }
.border-b { border-bottom-width: 1px; }
.border-y { border-top-width: 1px; border-bottom-width: 1px; }
.border-l-4 { border-left-width: 4px; }
.border-gray-100 { border-color: #f3f4f6; }
.border-gray-300 { border-color: #d1d5db; }
.border-primary { border-color: #9531f9; }
.border-white\/10 { border-color: rgba(255,255,255,0.1); }
.rounded { border-radius: 0.25rem; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-3xl { border-radius: 1.5rem; }
.rounded-t-3xl { border-top-left-radius: 1.5rem; border-top-right-radius: 1.5rem; }
.rounded-full { border-radius: 9999px; }
.rounded-r-lg { border-top-right-radius: 0.5rem; border-bottom-right-radius: 0.5rem; }

/* Effects */
.shadow-sm { box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05); }
.shadow-xl { box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1); }
.opacity-0 { opacity: 0; }
.opacity-60 { opacity: 0.6; }
.opacity-80 { opacity: 0.8; }
.opacity-100 { opacity: 1; }
.blur-3xl { filter: blur(64px); }
.backdrop-blur-md { backdrop-filter: blur(12px); }

/* Positioning */
.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.top-0 { top: 0; }
.top-4 { top: 1rem; }
.left-0 { left: 0; }
.right-0 { right: 0; }
.bottom-0 { bottom: 0; }
.bottom-4 { bottom: 1rem; }
.left-4 { left: 1rem; }
.right-4 { right: 1rem; }
.z-50 { z-index: 50; }

/* Overflow */
.overflow-hidden { overflow: hidden; }

/* Line Clamp - Text truncation */
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Pointer */
.pointer-events-none { pointer-events: none; }

/* Transitions */
.transition-all { transition: all 0.15s ease; }
.transition-colors { transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease; }
.transition-opacity { transition: opacity 0.3s ease; }
.transition-transform { transition: transform 0.3s ease; }
.transition-shadow { transition: box-shadow 0.3s ease; }
.duration-300 { transition-duration: 300ms; }
.duration-500 { transition-duration: 500ms; }

/* Specific utilities with opacity/alpha */
.bg-white\/5 { background-color: rgba(255,255,255,0.05); }
.bg-white\/20 { background-color: rgba(255,255,255,0.2); }
.bg-white\/90 { background-color: rgba(255,255,255,0.9); }
.bg-primary\/5 { background-color: rgba(149,49,249,0.05); }
.bg-primary\/10 { background-color: rgba(149,49,249,0.1); }
.bg-primary\/20 { background-color: rgba(149,49,249,0.2); }
.bg-primary\/30 { background-color: rgba(149,49,249,0.3); }
.bg-primary\/80 { background-color: rgba(149,49,249,0.8); }
.text-white\/80 { color: rgba(255,255,255,0.8); }
.text-primary\/20 { color: rgba(149,49,249,0.2); }
.text-primary\/30 { color: rgba(149,49,249,0.3); }

/* Gradients */
.bg-gradient-to-b { background-image: linear-gradient(to bottom, var(--tw-gradient-stops)); }
.bg-gradient-to-t { background-image: linear-gradient(to top, var(--tw-gradient-stops)); }
.bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); }
.from-gray-50 { --tw-gradient-from: #f9fafb; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.from-primary\/10 { --tw-gradient-from: rgba(149,49,249,0.1); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.from-primary\/20 { --tw-gradient-from: rgba(149,49,249,0.2); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.from-dark { --tw-gradient-from: #121418; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.to-white { --tw-gradient-to: #fff; }
.to-transparent { --tw-gradient-to: transparent; }
.to-primary\/5 { --tw-gradient-to: rgba(149,49,249,0.05); }
.via-transparent { --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to); }
.via-dark\/50 { --tw-gradient-stops: var(--tw-gradient-from), rgba(18,20,24,0.5), var(--tw-gradient-to); }

/* Aspect Ratio */
.aspect-square { aspect-ratio: 1 / 1; }
.aspect-\[4\/3\] { aspect-ratio: 4 / 3; }
.aspect-\[16\/9\] { aspect-ratio: 16 / 9; }
.aspect-\[16\/10\] { aspect-ratio: 16 / 10; }

/* Space */
.space-y-1 > * + * { margin-top: 0.25rem; }
.space-y-2 > * + * { margin-top: 0.5rem; }
.space-y-3 > * + * { margin-top: 0.75rem; }
.space-y-4 > * + * { margin-top: 1rem; }
.space-y-6 > * + * { margin-top: 1.5rem; }
.space-y-8 > * + * { margin-top: 2rem; }

/* Resize */
.resize-none { resize: none; }

/* Hover states */
.hover\:bg-gray-50:hover { background-color: #f9fafb; }
.hover\:bg-gray-100:hover { background-color: #f3f4f6; }
.hover\:bg-primary:hover { background-color: #9531f9; }
.hover\:bg-primary\/90:hover { background-color: rgba(149,49,249,0.9); }
.hover\:bg-secondary\/90:hover { background-color: rgba(255,234,35,0.9); }
.hover\:text-primary:hover { color: #9531f9; }
.hover\:text-white:hover { color: #fff; }
.hover\:shadow-lg:hover { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1); }
.hover\:shadow-xl:hover { box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1); }
.hover\:shadow-primary\/20:hover { --tw-shadow-color: rgba(149,49,249,0.2); }
.hover\:shadow-primary\/30:hover { --tw-shadow-color: rgba(149,49,249,0.3); }
.hover\:shadow-secondary\/30:hover { --tw-shadow-color: rgba(255,234,35,0.3); }
.hover\:scale-105:hover { transform: scale(1.05); }
.hover\:gap-3:hover { gap: 0.75rem; }

/* Group hover */
.group:hover .group-hover\:text-white { color: #fff; }
.group:hover .group-hover\:text-primary { color: #9531f9; }
.group:hover .group-hover\:bg-white\/20 { background-color: rgba(255,255,255,0.2); }
.group:hover .group-hover\:opacity-0 { opacity: 0; }
.group:hover .group-hover\:opacity-90 { opacity: 0.9; }
.group:hover .group-hover\:opacity-100 { opacity: 1; }
.group:hover .group-hover\:scale-105 { transform: scale(1.05); }

/* Focus states */
.focus\:outline-none:focus { outline: none; }
.focus\:border-primary:focus { border-color: #9531f9; }

/* Responsive - SM (640px) */
@media (min-width: 640px) {
    .sm\:block { display: block; }
    .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sm\:col-span-2 { grid-column: span 2 / span 2; }
    .sm\:flex-row { flex-direction: row; }
    .sm\:text-5xl { font-size: 3rem; line-height: 1; }
    .sm\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
    .sm\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
    .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
}

/* Responsive - MD (768px) */
@media (min-width: 768px) {
    .md\:hidden { display: none; }
    .md\:flex { display: flex; }
    .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .md\:h-20 { height: 5rem; }
    .md\:pt-40 { padding-top: 10rem; }
    .md\:pb-32 { padding-bottom: 8rem; }
    .md\:py-16 { padding-top: 4rem; padding-bottom: 4rem; }
    .md\:py-32 { padding-top: 8rem; padding-bottom: 8rem; }
    .md\:p-10 { padding: 2.5rem; }
    .md\:p-12 { padding: 3rem; }
    .md\:gap-8 { gap: 2rem; }
    .md\:text-6xl { font-size: 3.75rem; line-height: 1; }
    .md\:text-5xl { font-size: 3rem; line-height: 1; }
    .md\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
    .md\:text-2xl { font-size: 1.5rem; line-height: 2rem; }
    .md\:bottom-8 { bottom: 2rem; }
    .md\:right-8 { right: 2rem; }
    .md\:w-80 { width: 20rem; }
    .md\:shrink-0 { flex-shrink: 0; }
    .md\:aspect-auto { aspect-ratio: auto; }
    .md\:-mt-20 { margin-top: -5rem; }
    .md\:pb-32 { padding-bottom: 8rem; }
    .md\:py-20 { padding-top: 5rem; padding-bottom: 5rem; }
    .md\:p-10 { padding: 2.5rem; }
    .md\:h-\[500px\] { height: 500px; }
}

/* Responsive - LG (1024px) */
@media (min-width: 1024px) {
    .lg\:flex { display: flex; }
    .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-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .lg\:col-span-1 { grid-column: span 1 / span 1; }
    .lg\:flex-1 { flex: 1 1 0%; }
    .lg\:gap-12 { gap: 3rem; }
    .lg\:gap-20 { gap: 5rem; }
    .lg\:w-80 { width: 20rem; }
    .lg\:shrink-0 { flex-shrink: 0; }
    .lg\:max-w-3xl { max-width: 48rem; }
    .lg\:mt-0 { margin-top: 0; }
    .lg\:sticky { position: sticky; }
    .lg\:top-24 { top: 6rem; }
    .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; }
    .lg\:p-12 { padding: 3rem; }
    .lg\:h-\[600px\] { height: 600px; }
    .lg\:text-7xl { font-size: 4.5rem; line-height: 1; }
}

/* Custom animations */
@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.animate-marquee {
    animation: marquee 30s linear infinite;
}
.animate-marquee:hover {
    animation-play-state: paused;
}

@keyframes slide {
    0%, 25% { transform: translateX(0); }
    30%, 55% { transform: translateX(-100%); }
    60%, 85% { transform: translateX(-200%); }
    90%, 100% { transform: translateX(0); }
}
.testimonial-track {
    animation: slide 15s ease-in-out infinite;
}

/* Mobile menu transition */
.mobile-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}
.mobile-menu.open {
    max-height: 400px;
}

/* Form inputs */
input, textarea {
    border-style: solid;
}

/* Custom Logo */
.custom-logo-link {
    display: flex;
    align-items: center;
}
.custom-logo {
    height: auto;
    width: auto;
    max-height: 2.5rem;
    max-width: 160px;
    object-fit: contain;
}
@media (min-width: 768px) {
    .custom-logo {
        max-height: 3rem;
        max-width: 200px;
    }
}

/* WordPress specific */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

/* Navigation menu items */
.nav-menu,
ul.nav-menu {
    display: flex;
    align-items: center;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
}

.nav-menu li,
.nav-menu .menu-item {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu a {
    font-size: 0.875rem;
    font-weight: 500;
    color: #212121;
    transition: color 0.15s ease;
    white-space: nowrap;
}

.nav-menu a:hover {
    color: #9531f9;
}

.nav-menu .menu-item-cta a {
    background-color: #9531f9;
    color: #fff;
    padding: 0.625rem 1.25rem;
    border-radius: 9999px;
}

.nav-menu .menu-item-cta a:hover {
    background-color: rgba(149,49,249,0.9);
    color: #fff;
}

/* Mobile menu */
.mobile-nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-nav-menu li {
    margin: 0;
}

.mobile-nav-menu a {
    display: block;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #212121;
    border-radius: 0.5rem;
    transition: background-color 0.15s ease;
}

.mobile-nav-menu a:hover {
    background-color: #f9fafb;
}

.mobile-nav-menu .menu-item-cta a {
    background-color: #9531f9;
    color: #fff;
    text-align: center;
    margin-top: 0.5rem;
}

.mobile-nav-menu .menu-item-cta a:hover {
    background-color: rgba(149,49,249,0.9);
}

.bg-dg {
    background-image: url('/wp-content/uploads/2025/06/IMG_0631_BGZ-scaled.jpg');
    background-position: 50% 30%;
}

/* Prose - Article content styling */
.prose {
    color: #374151;
    line-height: 1.75;
}
.prose p {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.prose h1, .prose h2, .prose h3, .prose h4, .prose h5, .prose h6 {
    color: #212121;
    font-weight: 700;
    line-height: 1.25;
    margin-top: 2em;
    margin-bottom: 1em;
}
.prose h1 { font-size: 2.25em; }
.prose h2 { font-size: 1.5em; }
.prose h3 { font-size: 1.25em; }
.prose h4 { font-size: 1em; }
.prose a {
    color: #9531f9;
    text-decoration: underline;
}
.prose a:hover {
    color: #7928ca;
}
.prose strong {
    color: #212121;
    font-weight: 600;
}
.prose ul, .prose ol {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
}
.prose ul {
    list-style-type: disc;
}
.prose ol {
    list-style-type: decimal;
}
.prose li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.prose blockquote {
    font-style: italic;
    border-left: 4px solid #9531f9;
    padding-left: 1em;
    margin: 1.5em 0;
    color: #4b5563;
}
.prose code {
    background-color: #f3f4f6;
    padding: 0.25em 0.5em;
    border-radius: 0.375rem;
    font-size: 0.875em;
}
.prose pre {
    background-color: #1f2937;
    color: #f3f4f6;
    padding: 1em;
    border-radius: 0.5rem;
    overflow-x: auto;
    margin: 1.5em 0;
}
.prose pre code {
    background-color: transparent;
    padding: 0;
    color: inherit;
}
.prose img {
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.75rem;
}
.prose hr {
    border: 0;
    border-top: 1px solid #e5e7eb;
    margin: 2em 0;
}
.prose table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
}
.prose th, .prose td {
    border: 1px solid #e5e7eb;
    padding: 0.75em 1em;
    text-align: left;
}
.prose th {
    background-color: #f9fafb;
    font-weight: 600;
}
.prose-lg {
    font-size: 1.125rem;
}
.prose.max-w-none {
    max-width: none;
}