/* Final Robust Shim */
*,
::before,
::after {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-transform: translateX(var(--tw-translate-x)) translateY(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));
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
}

/* Custom Layout Classes */
.content-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 1440px;
}

@media (min-width: 640px) {
    .content-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .content-container {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

.absolute {
    position: absolute;
}

.active\:scale-\[0\.98\]:active {
    --tw-scale-x: 0.98;
    --tw-scale-y: 0.98;
    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));
}

.backdrop-blur-sm {
    backdrop-filter: blur(4px);
}

.bg-\[\#e0e0e0\] {
    background-color: #e0e0e0 !important;
    background-image: none !important;
}

.bg-\[\#f0fdf4\] {
    background-color: #f0fdf4 !important;
    background-image: none !important;
}

.bg-\[\#f5f5f5\] {
    background-color: #f5f5f5 !important;
    background-image: none !important;
}

.bg-black {
    background-color: #000000 !important;
    background-image: none !important;
}

.bg-black\/5 {
    background-color: rgb(0 0 0 / 0.05) !important;
    background-image: none !important;
}

.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-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-white {
    background-color: #ffffff !important;
    background-image: none !important;
}

.bg-white\/95 {
    background-color: rgb(255 255 255 / 0.95) !important;
    background-image: none !important;
}

.block {
    display: block;
}

.border {
    border-width: 1px;
}

.border-\[\#dcfce7\] {
    border-color: #dcfce7;
}

.border-\[\#e5e5e5\] {
    border-color: #e5e5e5;
}

.border-\[\#e8e8e8\] {
    border-color: #e8e8e8;
}

.border-\[\#eaeaea\] {
    border-color: #eaeaea;
}

.border-\[\#eee\] {
    border-color: #eee;
}

.border-b {
    border-bottom-width: 1px;
}

.border-white\/30 {
    border-color: rgb(255 255 255 / 0.3);
}

.border-white\/50 {
    border-color: rgb(255 255 255 / 0.5);
}

.bottom-0 {
    bottom: 0px;
}

.bottom-4 {
    bottom: 1rem;
}

.cursor-pointer {
    cursor: pointer;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.flex-wrap {
    flex-wrap: wrap;
}

.font-bold {
    font-weight: 700;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.from-\[\#22c55e\] {
    --tw-gradient-from: #22c55e;
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#dcfce7\] {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#f8f8f8\] {
    --tw-gradient-from: #f8f8f8;
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#f8f9fb\] {
    --tw-gradient-from: #f8f9fb;
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#fafafa\] {
    --tw-gradient-from: #fafafa;
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white {
    --tw-gradient-from: #ffffff;
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#f0f4f8\] {
    --tw-gradient-from: #f0f4f8;
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-\[\#dbe4ef\] {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), #dbe4ef, var(--tw-gradient-to);
}

.to-\[\#bad3ea\] {
    --tw-gradient-to: #bad3ea;
}

.gap-1\.5 {
    gap: 0.375rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-2\.5 {
    gap: 0.625rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-8 {
    gap: 2rem;
}

.grid {
    display: grid;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.group:hover .group-hover\:bg-black {
    background-color: #000000 !important;
    background-image: none !important;
}

.group:hover .group-hover\:text-white {
    color: #ffffff !important;
}

.group:hover .group-hover\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
    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));
}

.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)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.h-11 {
    height: 2.75rem;
}

.h-3 {
    height: 0.75rem;
}

.h-4 {
    height: 1rem;
}

.h-5 {
    height: 1.25rem;
}

.h-7 {
    height: 1.75rem;
}

.h-8 {
    height: 2rem;
}

.h-\[110\%\] {
    height: 110%;
}

.h-\[220px\] {
    height: 220px;
}

.hidden {
    display: none;
}

.hover\:bg-\[\#1a1a1a\]:hover {
    background-color: #1a1a1a !important;
    background-image: none !important;
}

.hover\:bg-\[\#eaeaea\]:hover {
    background-color: #eaeaea !important;
    background-image: none !important;
}

.hover\:bg-white:hover {
    background-color: #ffffff !important;
    background-image: none !important;
}

.hover\:scale-\[1\.01\]:hover {
    --tw-scale-x: 1.01;
    --tw-scale-y: 1.01;
    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));
}

.hover\:scale-\[1\.02\]:hover {
    --tw-scale-x: 1.02;
    --tw-scale-y: 1.02;
    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));
}

.hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1) !important;
}

.hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1) !important;
}

.hover\:text-black:hover {
    color: #000000 !important;
}

.inline-flex {
    display: inline-flex;
}

.inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
}

.invisible {
    visibility: hidden;
}

.items-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

.leading-\[1\.1\] {
    line-height: 1.1;
}

.leading-none {
    line-height: 1;
}

.leading-relaxed {
    line-height: 1.625;
}

.leading-tight {
    line-height: 1.25;
}

.left-0 {
    left: 0px;
}

.left-4 {
    left: 1rem;
}

.max-w-\[100vw\] {
    max-width: 100vw;
}

.max-w-\[80px\] {
    max-width: 80px;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.min-h-\[220px\] {
    min-height: 220px;
}

.min-h-\[280px\] {
    min-height: 280px;
}

.mt-0\.5 {
    margin-top: 0.125rem;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}

.opacity-0 {
    opacity: 0.0;
}

.opacity-100 {
    opacity: 1.0;
}

.opacity-60 {
    opacity: 0.6;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-x-auto {
    overflow-x: auto;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.p-3\.5 {
    padding: 0.875rem;
}

.p-5 {
    padding: 1.25rem;
}

.p-6 {
    padding: 1.5rem;
}

.pointer-events-none {
    pointer-events: none;
}

.px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.relative {
    position: relative;
}

.right-4 {
    right: 1rem;
}

.rounded-2xl {
    border-radius: 1rem;
}

.rounded-\[28px\] {
    border-radius: 28px;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-l-xl {
    border-radius: 0.25rem;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.scale-100 {
    --tw-scale-x: 1.0;
    --tw-scale-y: 1.0;
    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\.98\] {
    --tw-scale-x: 0.98;
    --tw-scale-y: 0.98;
    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));
}

.shadow-lg {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1) !important;
}

.shadow-md {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1) !important;
}

.shadow-sm {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-\[\#166534\] {
    color: #166534 !important;
}

.text-\[\#16a34a\] {
    color: #16a34a !important;
}

.text-\[\#22c55e\] {
    color: #22c55e !important;
}

.text-\[\#555\] {
    color: #555 !important;
}

.text-\[\#666\] {
    color: #666 !important;
}

.text-\[10px\] {
    font-size: 10px;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-black {
    color: #000000 !important;
}

.text-black\/40 {
    color: rgb(0 0 0 / 0.4) !important;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-white {
    color: #ffffff !important;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.to-\[\#16a34a\] {
    --tw-gradient-to: #16a34a;
}

.to-\[\#bbf7d0\] {
    --tw-gradient-to: #bbf7d0;
}

.to-\[\#cddaeb\] {
    --tw-gradient-to: #cddaeb;
}

.to-\[\#f0f0f0\] {
    --tw-gradient-to: #f0f0f0;
}

.to-\[\#f5f5f5\] {
    --tw-gradient-to: #f5f5f5;
}

.to-transparent {
    --tw-gradient-to: transparent;
}

.top-0 {
    top: 0px;
}

.top-4 {
    top: 1rem;
}

.top-\[-10\%\] {
    top: -10%;
}

.tracking-tight {
    letter-spacing: -0.025em;
}

.translate-y-0 {
    --tw-translate-y: 0px;
    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));
}

.translate-y-3 {
    --tw-translate-y: 0.75rem;
    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));
}

.via-\[\#e8eef5\] {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), #e8eef5, var(--tw-gradient-to);
}

.via-white\/80 {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.8), var(--tw-gradient-to);
}

.visible {
    visibility: visible;
}

.w-1 {
    width: 0.25rem;
}

.w-16 {
    width: 4rem;
}

.w-3 {
    width: 0.75rem;
}

.w-4 {
    width: 1rem;
}

.w-5 {
    width: 1.25rem;
}

.w-7 {
    width: 1.75rem;
}

.w-8 {
    width: 2rem;
}

.w-9 {
    width: 2.25rem;
}

.w-auto {
    width: auto;
}

.w-full {
    width: 100%;
}

.w-px {
    width: 1px;
}

.z-10 {
    z-index: 10;
}

.z-20 {
    z-index: 20;
}

@media (min-width: 640px) {
    .sm\:block {
        display: block;
    }

    .sm\:flex-row {
        flex-direction: row;
    }

    .sm\:items-center {
        align-items: center;
    }
}

@media (min-width: 768px) {
    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .lg\:bottom-6 {
        bottom: 1.5rem;
    }

    .lg\:flex-wrap {
        flex-wrap: wrap;
    }

    .lg\:gap-0 {
        gap: 0px;
    }

    .lg\:gap-16 {
        gap: 4rem;
    }

    .lg\:gap-2 {
        gap: 0.5rem;
    }

    .lg\:gap-2\.5 {
        gap: 0.625rem;
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lg\:h-12 {
        height: 3rem;
    }

    .lg\:h-4\.5 {
        height: 1.125rem;
    }

    .lg\:h-5 {
        height: 1.25rem;
    }

    .lg\:h-8 {
        height: 2rem;
    }

    .lg\:h-\[420px\] {
        height: 420px;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:inset-12 {
        top: 3rem;
        right: 3rem;
        bottom: 3rem;
        left: 3rem;
    }

    .lg\:left-6 {
        left: 1.5rem;
    }

    .lg\:mb-4 {
        margin-bottom: 1rem;
    }

    .lg\:mb-6 {
        margin-bottom: 1.5rem;
    }

    .lg\:mb-8 {
        margin-bottom: 2rem;
    }

    .lg\:min-h-\[240px\] {
        min-height: 240px;
    }

    .lg\:min-h-\[500px\] {
        min-height: 500px;
    }

    .lg\:mt-6 {
        margin-top: 1.5rem;
    }

    .lg\:mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .lg\:order-1 {
        order: 1;
    }

    .lg\:order-2 {
        order: 2;
    }

    .lg\:overflow-visible {
        overflow-visible: visible;
    }

    .lg\:p-10 {
        padding: 2.5rem;
    }

    .lg\:p-4 {
        padding: 1rem;
    }

    .lg\:p-6 {
        padding: 1.5rem;
    }

    .lg\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .lg\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .lg\:px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

    .lg\:py-2\.5 {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }

    .lg\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .lg\:right-6 {
        right: 1.5rem;
    }

    .lg\:rounded-\[20px\] {
        border-radius: 20px;
    }

    .lg\:rounded-\[32px\] {
        border-radius: 32px;
    }

    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .lg\:text-\[15px\] {
        font-size: 15px;
    }

    .lg\:text-\[40px\] {
        font-size: 40px;
    }

    .lg\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .lg\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .lg\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .lg\:text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }

    .lg\:top-6 {
        top: 1.5rem;
    }

    .lg\:w-10 {
        width: 2.5rem;
    }

    .lg\:w-4\.5 {
        width: 1.125rem;
    }

    .lg\:w-5 {
        width: 1.25rem;
    }

    .lg\:w-8 {
        width: 2rem;
    }
}

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.animate-pulse {
    /* animation removed */
}

/* FAQ Accordion Utilities */
.max-h-\[500px\] {
    max-height: 500px;
}

.max-h-0 {
    max-height: 0;
}

.rotate-180 {
    transform: rotate(180deg);
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

/* FAQ Typography & Layout */
.font-sans {
    font-family: 'Poppins', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.text-brand-black {
    color: #1a202c;
}

/* Tailwind gray-900 equivalent */
.\!text-\[\#4a5568\] {
    color: #4a5568 !important;
}

.max-w-2xl {
    max-width: 42rem;
}

.max-w-3xl {
    max-width: 48rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.pb-6 {
    padding-bottom: 1.5rem;
}

.pr-4 {
    padding-right: 1rem;
}

.break-words {
    overflow-wrap: break-word;
}

.last\:border-b-0:last-child {
    border-bottom-width: 0;
}

.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;
}

/* FAQ Interactive States */
.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;
}

.group:hover .group-hover\:text-black\/70 {
    color: rgba(0, 0, 0, 0.7) !important;
}

.group:hover .group-hover\:bg-\[\#e5e5e5\] {
    background-color: #e5e5e5 !important;
}

/* Footer Shim Classes */
.bg-white\/5 {
    background-color: rgb(255 255 255 / 0.05) !important;
    background-image: none !important;
}

.bg-white\/10 {
    background-color: rgb(255 255 255 / 0.1) !important;
    background-image: none !important;
}

.hover\:bg-white\/10:hover {
    background-color: rgb(255 255 255 / 0.1) !important;
}

.text-white\/70 {
    color: rgb(255 255 255 / 0.7) !important;
}

.border-white\/10 {
    border-color: rgb(255 255 255 / 0.1);
}

.border-t {
    border-top-width: 1px;
}

.invert {
    filter: invert(1);
}

.brightness-0 {
    filter: brightness(0);
}

.w-fit {
    width: fit-content;
}

.max-w-xs {
    max-width: 20rem;
}

.uppercase {
    text-transform: uppercase;
}

.tracking-wider {
    letter-spacing: 0.05em;
}

.hover\:text-white:hover {
    color: #ffffff !important;
}

.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;
}

/* Footer Grid Utilities */
.grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.col-span-2 {
    grid-column: span 2 / span 2;
}

.gap-10 {
    gap: 2.5rem;
}

.gap-6 {
    gap: 1.5rem;
}

.py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

@media (min-width: 768px) {
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .lg\:gap-8 {
        gap: 2rem;
    }

    .lg\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

/* --- Footer Shim Classes (Extracted from Ascentides) --- */

/* Global Utilities */
.bg-white\/5 {
    background-color: rgb(255 255 255 / 0.05) !important;
}

.hover\:bg-white\/10:hover {
    background-color: rgb(255 255 255 / 0.1) !important;
}

.inline-block {
    display: inline-block;
}

.gap-1 {
    gap: 0.25rem;
}

.text-white\/70 {
    color: rgb(255 255 255 / 0.7) !important;
}

.w-10 {
    width: 2.5rem;
}

.h-10 {
    height: 2.5rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.border-white\/10 {
    border-color: rgb(255 255 255 / 0.1) !important;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-200 {
    transition-duration: 200ms;
}

.hover\:text-white:hover {
    color: #ffffff !important;
}

/* Mobile (sm) overrides */
@media (min-width: 640px) {
    .sm\:items-center {
        align-items: center;
    }

    .sm\:justify-between {
        justify-content: space-between;
    }

    .sm\:flex-row {
        flex-direction: row;
    }
}

/* Tablet (md) overrides */
@media (min-width: 768px) {
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* Desktop (lg) overrides */
@media (min-width: 1024px) {
    .lg\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .lg\:gap-8 {
        gap: 2rem;
    }

    .lg\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}


/* Fix for desktop grid collapse */
footer .grid {
    width: 100%;
}


.list-none {
    list-style-type: none;
}


/* Force margin/padding reset for footer lists to override theme base styles */
footer ul.m-0.p-0 {
    margin: 0 !important;
    padding: 0 !important;
}

/* ── Quality Tabs: data-state driven active/inactive states ──────────────
   JS sets data-state="active"|"inactive" on buttons and panels.
   CSS handles ALL visual switching — no Tailwind JIT class needed.
   ─────────────────────────────────────────────────────────────────────── */

/* Tab Buttons — INACTIVE (default, matches Tailwind initial state) */
[role="tab"][data-state="inactive"],
[role="tab"]:not([data-state]) {
    background-color: #f5f5f5 !important;
    background-image: none !important;
    color: #555 !important;
    box-shadow: none !important;
}

[role="tab"][data-state="inactive"]>span:first-child,
[role="tab"]:not([data-state])>span:first-child {
    opacity: 0.6;
}

/* Tab Buttons — ACTIVE */
[role="tab"][data-state="active"] {
    background-color: #000 !important;
    background-image: none !important;
    color: #fff !important;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1) !important;
}

[role="tab"][data-state="active"]>span:first-child {
    opacity: 1;
}

/* Tab Panels — HIDDEN (inactive) */
.ac-quality__panel:not([data-state="active"]) {
    opacity: 0 !important;
    visibility: hidden !important;
    position: absolute !important;
    inset: 0 !important;
    pointer-events: none !important;
    transform: translateY(0.75rem) scale(0.98) !important;
    transition: opacity 0.2s ease, transform 0.2s ease !important;
}

/* Tab Panels — VISIBLE (active) */
.ac-quality__panel[data-state="active"] {
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    pointer-events: auto !important;
    transform: translateY(0) scale(1) !important;
    transition: opacity 0.2s ease, transform 0.2s ease !important;
}