/* Tailwind Utility Classes - Generated for LegalPlan PHP Project */
/* Only contains utilities actually used in the project */

/* Base styles - replacing Tailwind preflight */
*, ::before, ::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

::before, ::after {
  --tw-content: '';
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
}

body {
  margin: 0;
  line-height: inherit;
  min-height: 100vh;
}

/* Additional base styles */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

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

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-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;
}

img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}

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

/* Layout */
.flex { display: flex; }
.grid { display: grid; }
.hidden { display: none; }
.block { display: block; }
.relative { position: relative; }
.absolute { position: absolute; }
.sticky { position: sticky; }
.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.top-0 { top: 0; }
.top-full { top: 100%; }
.left-0 { left: 0; }
.left-1\/2 { left: 50%; }
.right-0 { right: 0; }
.-top-\[20vh\] { top: -20vh; }
.-translate-x-1\/2 { transform: translateX(-50%); }
.translate-y-0 { transform: translateY(0px); }
.translate-y-2 { transform: translateY(0.5rem); }
.translate-x-2 { transform: translateX(0.5rem); }
.translate-x-5 { transform: translateX(1.25rem); }
.-mr-10 { margin-right: -2.5rem; }
.-mt-10 { margin-top: -2.5rem; }

/* Flexbox */
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.flex-col { flex-direction: column; }
.flex-grow { flex-grow: 1; }
.flex-shrink-0 { flex-shrink: 0; }

/* 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)); }
.md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gap-4 { gap: 1rem; }
.gap-8 { gap: 2rem; }
.gap-12 { gap: 3rem; }
.gap-16 { gap: 4rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }

/* Spacing - Padding */
.p-8 { padding: 2rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-12 { padding-left: 3rem; padding-right: 3rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-24 { padding-top: 6rem; padding-bottom: 6rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.pt-8 { padding-top: 2rem; }
.pt-1 { padding-top: 0.25rem; }
.pl-8 { padding-left: 2rem; }
.pl-4 { padding-left: 1rem; }
.pl-1\.2 { padding-left: 1.2rem; }
.pb-2 { padding-bottom: 0.5rem; }
.pr-4 { padding-right: 1rem; }

/* Spacing - Margin */
.mx-auto { margin-left: auto; margin-right: auto; }
.mb-4 { margin-bottom: 1rem; }
.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; }
.mb-24 { margin-bottom: 6rem; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mr-3 { margin-right: 0.75rem; }
.mr-4 { margin-right: 1rem; }
.mr-6 { margin-right: 1.5rem; }
.ml-4 { margin-left: 1rem; }
.mt-2 { margin-top: 0.5rem; }

/* Sizing */
.w-full { width: 100%; }
.w-auto { width: auto; }
.w-6 { width: 1.5rem; }
.w-4 { width: 1rem; }
.w-12 { width: 3rem; }
.w-14 { width: 3.5rem; }
.w-20 { width: 5rem; }
.w-64 { width: 16rem; }
.w-7xl { width: 80rem; }
.w-16 { width: 4rem; }
.h-10 { height: 2.5rem; }
.h-6 { height: 1.5rem; }
.h-4 { height: 1rem; }
.h-12 { height: 3rem; }
.h-14 { height: 3.5rem; }
.h-20 { height: 5rem; }
.h-64 { height: 16rem; }
.h-96 { height: 24rem; }
.h-8 { height: 2rem; }
.h-32 { height: 8rem; }
.h-\[120vh\] { height: 120vh; }
.h-\[140vh\] { height: 140vh; }
.h-\[85vh\] { height: 85vh; }
.min-h-\[85vh\] { min-height: 85vh; }
.min-h-\[300px\] { min-height: 300px; }
.min-h-\[250px\] { min-height: 250px; }
.h-full { height: 100%; }

/* 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-5xl { font-size: 3rem; line-height: 1; }
.text-6xl { font-size: 3.75rem; line-height: 1; }
.text-\[0\.85rem\] { font-size: 0.85rem; }
.text-\[0\.75rem\] { font-size: 0.75rem; }

.font-light { font-weight: 300; }
.font-normal { font-weight: 400; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-white { color: rgb(255 255 255); }
.text-white\/80 { color: rgb(255 255 255 / 0.8); }
.text-white\/90 { color: rgb(255 255 255 / 0.9); }
.text-white\/70 { color: rgb(255 255 255 / 0.7); }
.text-gray-200 { color: rgb(229 231 235); }
.text-gray-300 { color: rgb(209 213 219); }
.text-gray-400 { color: rgb(156 163 175); }
.text-gray-500 { color: rgb(107 114 128); }
.text-gray-600 { color: rgb(75 85 99); }
.text-gray-700 { color: rgb(55 65 81); }
.text-\[\#0b1117\] { color: #0b1117; }
.text-\[\#927b55\] { color: #927b55; }
.text-\[\#465c6c\] { color: #465c6c; }
.text-\[\#b3b3b3\] { color: #b3b3b3; }
.text-\[\#a0a9b0\] { color: #a0a9b0; }

.uppercase { text-transform: uppercase; }
.whitespace-normal { white-space: normal; }
.whitespace-nowrap { white-space: nowrap; }
.md\:whitespace-nowrap { white-space: nowrap; }
.tracking-widest { letter-spacing: 0.1em; }
.leading-relaxed { line-height: 1.625; }
.leading-tight { line-height: 1.25; }

/* Background */
.bg-white { background-color: rgb(255 255 255); }
.bg-\[\#0b1117\] { background-color: #0b1117; }
.bg-\[\#f1f1f1\] { background-color: #f1f1f1; }
.bg-\[\#927b55\]\/5 { background-color: rgb(146 123 85 / 0.05); }
.bg-\[\#927b55\]\/10 { background-color: rgb(146 123 85 / 0.1); }
.bg-\[\#0b1117\]\/80 { background-color: rgb(11 17 23 / 0.8); }
.bg-\[\#0b1117\]\/85 { background-color: rgb(11 17 23 / 0.85); }
.bg-\[\#0b1117\]\/75 { background-color: rgb(11 17 23 / 0.75); }
.bg-\[\#927b55\] { background-color: #927b55; }
.bg-gray-200 { background-color: rgb(229 231 235); }

/* Gradient Backgrounds */
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-\[\#0b1117\]\/85 {
  --tw-gradient-from: rgb(11 17 23 / 0.85);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 255 255 / 0));
}
.via-\[\#0b1117\]\/75 {
  --tw-gradient-stops: var(--tw-gradient-from), rgb(11 17 23 / 0.75), var(--tw-gradient-to, rgb(255 255 255 / 0));
}
.to-\[\#0b1117\]\/85 {
  --tw-gradient-to: rgb(11 17 23 / 0.85);
}

/* Border */
.border { border-width: 1px; }
.border-2 { border-width: 2px; }
.border-t { border-top-width: 1px; }
.border-l { border-left-width: 1px; }
.border-l-2 { border-left-width: 2px; }
.border-gray-200 { border-color: rgb(229 231 235); }
.border-gray-700 { border-color: rgb(55 65 81); }
.border-\[\#927b55\] { border-color: #927b55; }
.border-\[\#927b55\]\/1 { border-color: rgb(146 123 85 / 0.1); }
.border-\[\#927b55\]\/3 { border-color: rgb(146 123 85 / 0.3); }
.border-\[\#927b55\]\/4 { border-color: rgb(146 123 85 / 0.4); }

.rounded-lg { border-radius: 0.5rem; }
.rounded-full { border-radius: 9999px; }
.rounded-bl-full { border-bottom-left-radius: 9999px; }

/* Effects */
.shadow-md { box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); }
.shadow-sm { box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); }
.shadow-lg { box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); }
.shadow-xl { box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); }
.hover\:shadow-lg:hover { box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); }

/* Transitions */
.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; }
.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, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-duration-300 { transition-duration: 300ms; }
.duration-300 { transition-duration: 300ms; }
.duration-500 { transition-duration: 500ms; }
.ease-out { transition-timing-function: cubic-bezier(0, 0, 0.2, 1); }
.transition-transform { transition-property: transform; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }

/* Transform */
.transform { transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
.scale-0 { transform: scale(0); }
.scale-1\.03 { transform: scale(1.03); }
.scale-1 { transform: scale(1); }
.rotate-180 { transform: rotate(180deg); }

/* Opacity */
.opacity-0 { opacity: 0; }
.opacity-10 { opacity: 0.1; }
.opacity-70 { opacity: 0.7; }
.opacity-80 { opacity: 0.8; }
.opacity-90 { opacity: 0.9; }
.opacity-100 { opacity: 1; }
.invisible { visibility: hidden; }

/* Z-index */
.z-10 { z-index: 10; }
.z-50 { z-index: 50; }
.z-1 { z-index: 1; }
.z-\-1 { z-index: -1; }

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

/* Gradient Backgrounds */
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#0b1117\]\/85 {
  --tw-gradient-from: rgb(11 17 23 / 0.85);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 255 255 / 0));
}
.from-\[\#927b55\]\/10 {
  --tw-gradient-from: rgb(146 123 85 / 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 255 255 / 0));
}
.via-transparent {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgb(255 255 255 / 0));
}
.to-transparent {
  --tw-gradient-to: transparent;
}
.via-\[\#927b55\]\/50 {
  --tw-gradient-stops: var(--tw-gradient-from), rgb(146 123 85 / 0.5), var(--tw-gradient-to, rgb(255 255 255 / 0));
}

/* Z-index */
.z-10 { z-index: 10; }

/* Transform */

/* Display */
.inline-block { display: inline-block; }

/* Object Fit */
.object-cover { object-fit: cover; }
.object-contain { object-fit: contain; }

/* Filter */
.grayscale { filter: grayscale(100%); }
.grayscale-img { filter: grayscale(100%); }
.hover\:grayscale-0:hover { filter: grayscale(0%); }

/* Lazy Loading */
.lazy { 
  opacity: 0;
  transition: opacity 0.3s;
}

.lazy.loaded {
  opacity: 1;
}

/* Cursor */
.cursor-pointer { cursor: pointer; }

/* Select */
.select-none { user-select: none; }

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

/* Focus */
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }

/* Hover States */
.hover\:text-\[\#927b55\]:hover { color: #927b55; }
.hover\:text-\[\#465c6c\]:hover { color: #465c6c; }
.hover\:text-white:hover { color: rgb(255 255 255); }
.hover\:text-white\/90:hover { color: rgb(255 255 255 / 0.9); }
.hover\:bg-\[\#927b55\]:hover { background-color: #927b55; }
.hover\:bg-\[\#927b55\]\/10:hover { background-color: rgb(146 123 85 / 0.1); }
.hover\:border-\[\#927b55\]:hover { border-color: #927b55; }
.hover\:border-\[\#927b55\]\/4:hover { border-color: rgb(146 123 85 / 0.4); }
.hover\:underline:hover { text-decoration: underline; }
.hover\:translate-y-0:hover { transform: translateY(0px); }
.hover\:translate-x-2:hover { transform: translateX(0.5rem); }
.hover\:translate-x-5:hover { transform: translateX(1.25rem); }
.hover\:scale-0:hover { transform: scale(0); }
.hover\:rotate-180:hover { transform: rotate(180deg); }

/* Group Hover */
.group:hover .group-hover\:text-\[\#465c6c\] { color: #465c6c; }
.group:hover .group-hover\:text-\[\#927b55\] { color: #927b55; }
.group:hover .group-hover\:bg-\[\#927b55\] { background-color: #927b55; }
.group:hover .group-hover\:bg-\[\#927b55\]\/10 { background-color: rgb(146 123 85 / 0.1); }
.group:hover .group-hover\:border-\[\#927b55\] { border-color: #927b55; }
.group:hover .group-hover\:border-\[\#927b55\]\/4 { border-color: rgb(146 123 85 / 0.4); }
.group:hover .group-hover\:rotate-180 { transform: rotate(180deg); }
.group:hover .group-hover\:opacity-100 { opacity: 1; }
.group:hover .group-hover\:visible { visibility: visible; }

/* Responsive - Medium (768px) */
@media (min-width: 768px) {
  .md\:flex { display: flex; }
  .md\:hidden { display: none; }
  .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\:order-1 { order: 1; }
  .md\:order-2 { order: 2; }
  .md\:text-6xl { font-size: 3.75rem; line-height: 1; }
  .md\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .md\:text-2xl { font-size: 1.5rem; line-height: 2rem; }
  .md\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
  .md\:px-12 { padding-left: 3rem; padding-right: 3rem; }
  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]) { margin-left: 1.5rem; }
  .md\:space-x-12 > :not([hidden]) ~ :not([hidden]) { margin-left: 3rem; }
  .md\:space-y-3 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.75rem; }
  .md\:space-y-6 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.5rem; }
  .md\:whitespace-nowrap { white-space: nowrap; }
  .md\:block { display: block; }
}

/* Responsive - Large (1024px) */
@media (min-width: 1024px) {
  .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* Space Between */
.space-x-6 > :not([hidden]) ~ :not([hidden]) { margin-left: 1.5rem; }
.space-x-12 > :not([hidden]) ~ :not([hidden]) { margin-left: 3rem; }
.space-y-3 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.75rem; }
.space-y-6 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.5rem; }
.space-y-8 > :not([hidden]) ~ :not([hidden]) { margin-top: 2rem; }

/* Max Width */
.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-6xl { max-width: 72rem; }
.max-w-7xl { max-width: 80rem; }
.max-w-\[300px\] { max-width: 300px; }

/* Height */
.h-\[120vh\] { height: 120vh; }
.h-\[140vh\] { height: 140vh; }
.h-\[85vh\] { height: 85vh; }

/* Background Position */
.bg-\[url\(\'https\:\/\/www\.transparenttextures\.com\/patterns\/cubes\.png\'\)\] { background-image: url('https://www.transparenttextures.com/patterns/cubes.png'); }

/* Will Change */
.will-change-transform { will-change: transform; }

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

/* Box Sizing */
.box-border { box-sizing: border-box; }

/* Float */
.float-left { float: left; }
.float-right { float: right; }
.clear-left { clear: left; }
.clear-right { clear: right; }
.clear-both { clear: both; }

/* Animation Classes */
.fade-in {
  animation: fadeIn 0.8s ease-out;
}

.slide-in-left {
  animation: slideInLeft 0.8s ease-out;
}

.slide-in-right {
  animation: slideInRight 0.8s ease-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes slideInLeft {
  from { opacity: 0; transform: translateX(-50px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes slideInRight {
  from { opacity: 0; transform: translateX(50px); }
  to { opacity: 1; transform: translateX(0); }
}

.h2-section {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #0b1117;
  text-align: center;
  margin-bottom: 4rem;
}

.h2-section-light {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #927b55;
  text-align: center;
  margin-bottom: 4rem;
}

.h2-section-left {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #0b1117;
  text-align: left;
  margin-bottom: 4rem;
}

.h3-section {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.1rem, 2.5vw, 1.3rem);
  font-weight: 600;
  color: #0b1117;
  margin-bottom: 1rem;
  letter-spacing: 0.01em;
}

.h3-section-light {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.1rem, 2.5vw, 1.3rem);
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1rem;
  letter-spacing: 0.01em;
}

/* Secciones reutilizables */
.section-dark {
  background-color: #0b1117;
  padding: 80px 1.5rem;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}

.section-dark .container {
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .section-dark {
    padding: 60px 1rem;
  }
}

/* Proceso Legal - Estilos unificados para minisites */
.grid-proceso {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
}

.item-proceso {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease;
}

.item-proceso .icon-wrapper {
  width: 60px;
  height: 60px;
  border: 1px solid #927b55;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: #927b55;
  font-size: 1.4rem;
  font-weight: 300;
  transition: all 0.3s ease;
}

.item-proceso:hover {
  transform: translateY(-5px);
}

.item-proceso:hover .icon-wrapper {
  background-color: #927b55;
  color: #0b1117;
}

.item-proceso p {
  font-size: 1rem;
  line-height: 1.7;
  color: #a0a9b0;
  max-width: 300px;
  transition: color 0.3s ease;
}

@media (max-width: 768px) {
  .grid-proceso {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* Clearfix */
.clearfix::after { content: ""; display: table; clear: both; }

/* Mobile menu specific fixes */
#mobile-menu {
  position: fixed;
  top: auto;
  left: 0;
  right: 0;
  height: auto;
  max-height: 80vh;
  overflow-y: auto;
  z-index: 40;
}

#mobile-menu.hidden {
  display: none;
}

/* Button styles */
.cta-button {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #927b55, #465c6c);
  transition: all 0.3s ease;
  z-index: 1;
  display: inline-block;
  padding: 0.75rem 2rem;
  font-weight: 600;
}

.no-radius {
  border-radius: 0 !important;
}
