/*!
 * Shelfgrow Custom Styles
 * Built with Tailwind CSS Configuration
 */

/* -------------------------------------------------------------------------- */
/* 1. Base & Reset
/* -------------------------------------------------------------------------- */
*,
::before,
::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e2e8f0;
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family:
        "Montserrat",
        ui-sans-serif,
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        sans-serif;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    line-height: inherit;
    background-color: #f8fafc;
    color: #1e293b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* -------------------------------------------------------------------------- */
/* 2. Brand Colors & Typography Utilities
/* -------------------------------------------------------------------------- */
.text-brand-primary {
    color: #334b48;
}
.text-brand-secondary {
    color: #4b3336;
}
.bg-brand-primary {
    background-color: #334b48;
}
.bg-brand-secondary {
    background-color: #4b3336;
}
.bg-brand-light {
    background-color: #f3f6f5;
}
.border-brand-primary {
    border-color: #334b48;
}
.hover\:text-brand-secondary:hover {
    color: #4b3336;
}
.hover\:bg-brand-light:hover {
    background-color: #f3f6f5;
}
.from-brand-primary {
    --tw-gradient-from: #334b48;
}
.to-brand-secondary {
    --tw-gradient-to: #4b3336;
}

/* Font Weights */
.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;
}
.font-extrabold {
    font-weight: 800;
}

/* Text Sizes */
.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;
}

/* -------------------------------------------------------------------------- */
/* 3. Layout & Spacing
/* -------------------------------------------------------------------------- */
.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;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.fixed {
    position: fixed;
}
.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.top-0 {
    top: 0;
}
.bottom-10 {
    bottom: 2.5rem;
}
.left-1/2 {
    left: 50%;
}
.z-0 {
    z-index: 0;
}
.z-10 {
    z-index: 10;
}
.z-20 {
    z-index: 20;
}
.z-50 {
    z-index: 50;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.mb-3 {
    margin-bottom: 0.75rem;
}
.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;
}
.mt-0.5 {
    margin-top: 0.125rem;
}
.mt-4 {
    margin-top: 1rem;
}
.mr-3 {
    margin-right: 0.75rem;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}
.grid {
    display: grid;
}
.hidden {
    display: none;
}
.h-6 {
    height: 1.5rem;
}
.h-12 {
    height: 3rem;
}
.h-20 {
    height: 5rem;
}
.h-full {
    height: 100%;
}
.h-screen {
    height: 100vh;
}
.w-5 {
    width: 1.25rem;
}
.w-6 {
    width: 1.5rem;
}
.w-12 {
    width: 3rem;
}
.w-20 {
    width: 5rem;
}
.w-full {
    width: 100%;
}
.max-w-sm {
    max-width: 24rem;
}
.max-w-2xl {
    max-width: 42rem;
}
.max-w-3xl {
    max-width: 48rem;
}
.max-w-4xl {
    max-width: 56rem;
}
.max-w-7xl {
    max-width: 80rem;
}
.flex-shrink-0 {
    flex-shrink: 0;
}
.transform {
    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));
}
.-translate-x-1/2 {
    --tw-translate-x: -50%;
    transform: translateX(-50%);
}
.translate-y-0 {
    --tw-translate-y: 0px;
    transform: translateY(0);
}
.-translate-y-1 {
    --tw-translate-y: -0.25rem;
    transform: translateY(-0.25rem);
}
.scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: scale(1);
}
.cursor-pointer {
    cursor: pointer;
}
.list-none {
    list-style-type: none;
}
.appearance-none {
    appearance: none;
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.items-start {
    align-items: flex-start;
}
.items-center {
    align-items: center;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.gap-2 {
    gap: 0.5rem;
}
.gap-3 {
    gap: 0.75rem;
}
.gap-4 {
    gap: 1rem;
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.whitespace-nowrap {
    white-space: nowrap;
}
.rounded-md {
    border-radius: 0.375rem;
}
.rounded-full {
    border-radius: 9999px;
}
.border {
    border-width: 1px;
}
.border-2 {
    border-width: 2px;
}
.border-b {
    border-bottom-width: 1px;
}
.border-l-4 {
    border-left-width: 4px;
}
.border-white {
    border-color: #ffffff;
}
.border-white/10 {
    border-color: rgba(255, 255, 255, 0.1);
}
.border-white/20 {
    border-color: rgba(255, 255, 255, 0.2);
}
.border-white/30 {
    border-color: rgba(255, 255, 255, 0.3);
}
.border-slate-200 {
    border-color: #e2e8f0;
}
.bg-white {
    background-color: #ffffff;
}
.bg-white/5 {
    background-color: rgba(255, 255, 255, 0.05);
}
.bg-white/10 {
    background-color: rgba(255, 255, 255, 0.1);
}
.bg-white/20 {
    background-color: rgba(255, 255, 255, 0.2);
}
.bg-transparent {
    background-color: transparent;
}
.bg-opacity-90 {
    --tw-bg-opacity: 0.9;
}
.p-2 {
    padding: 0.5rem;
}
.p-4 {
    padding: 1rem;
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.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-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
}
.pt-2 {
    padding-top: 0.5rem;
}
.pt-32 {
    padding-top: 8rem;
}
.pb-3 {
    padding-bottom: 0.75rem;
}
.pb-24 {
    padding-bottom: 6rem;
}
.pl-4 {
    padding-left: 1rem;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.uppercase {
    text-transform: uppercase;
}
.lowercase {
    text-transform: lowercase;
}
.capitalize {
    text-transform: capitalize;
}
.tracking-tight {
    letter-spacing: -0.025em;
}
.tracking-wide {
    letter-spacing: 0.025em;
}
.tracking-widest {
    letter-spacing: 0.1em;
}
.leading-tight {
    line-height: 1.25;
}
.leading-relaxed {
    line-height: 1.625;
}
.text-white {
    color: #ffffff;
}
.text-slate-100 {
    color: #f1f5f9;
}
.text-slate-200 {
    color: #e2e8f0;
}
.text-slate-300 {
    color: #cbd5e1;
}
.text-slate-400 {
    color: #94a3b8;
}
.text-slate-600 {
    color: #475569;
}
.text-slate-700 {
    color: #334155;
}
.text-slate-800 {
    color: #1e293b;
}
.italic {
    font-style: italic;
}
.shadow-lg {
    --tw-shadow:
        0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    box-shadow:
        var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
    --tw-shadow:
        0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    box-shadow:
        var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:
        var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}
.blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
        var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
        var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
        var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
        var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
        var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
        var(--tw-backdrop-sepia);
}
.backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
        var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
        var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
        var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
        var(--tw-backdrop-sepia);
}
.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-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.duration-300 {
    transition-duration: 300ms;
}

/* -------------------------------------------------------------------------- */
/* 4. Custom Animations & Keyframes
/* -------------------------------------------------------------------------- */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.animate-fade-in-up {
    animation: fadeInUp 0.8s ease-out forwards;
}
.animate-float {
    animation: float 6s ease-in-out infinite;
}
.animate-bounce {
    animation: float 2s ease-in-out infinite;
}
.animate-marquee {
    animation: marquee 60s linear infinite;
}

/* Delay Utilities */
.delay-200 {
    animation-delay: 200ms;
}
.delay-400 {
    animation-delay: 400ms;
}

/* -------------------------------------------------------------------------- */
/* 5. Component Specific Styles
/* -------------------------------------------------------------------------- */

/* Glass Navigation */
.glass-nav {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(51, 75, 72, 0.1);
}

/* Focus States */
*:focus-visible {
    outline: 2px solid #334b48;
    outline-offset: 2px;
}

/* Feature Icons */
.feature-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-bottom: 1rem;
}

/* Section Backgrounds & Overlays */
.solution-section,
.about-section,
.page-section,
.hero-section {
    position: relative;
    overflow: hidden;
    scroll-margin-top: 100px;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
}

.solution-overlay,
.about-overlay,
.section-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(255, 255, 255, 0.85) 100%
    );
}

.solution-section.dark-theme .solution-overlay,
.page-section.dark-theme .section-overlay,
.hero-section.dark-theme .section-overlay {
    background: linear-gradient(
        135deg,
        rgba(51, 75, 72, 0.95) 0%,
        rgba(75, 51, 54, 0.9) 100%
    );
}

.solution-content,
.about-content,
.section-content {
    position: relative;
    z-index: 2;
}

/* Marquee Animation */
.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 1rem 0;
    width: 100%;
}
.marquee-container::before,
.marquee-container::after {
    content: "";
    position: absolute;
    top: 0;
    width: 150px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}
.marquee-container::before {
    left: 0;
    background: linear-gradient(
        to right,
        #ffffff 0%,
        rgba(255, 255, 255, 0) 100%
    );
}
.marquee-container::after {
    right: 0;
    background: linear-gradient(
        to left,
        #ffffff 0%,
        rgba(255, 255, 255, 0) 100%
    );
}
.marquee-content {
    display: inline-block;
}
@media (prefers-reduced-motion: reduce) {
    .marquee-content {
        animation: none !important;
    }
    .animate-float,
    .animate-bounce {
        animation: none;
    }
    html {
        scroll-behavior: auto;
    }
}
.marquee-item {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 160px;
    margin: 0 1.5rem;
    padding: 1.5rem;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    transition: all 0.3s ease;
    vertical-align: middle;
}
.marquee-item:hover {
    border-color: #334b48;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px -5px rgba(51, 75, 72, 0.1);
}
.marquee-item img {
    max-width: 80%;
    max-height: 70px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
    margin-bottom: 1rem;
}
.marquee-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
}
.client-name {
    font-size: 1rem;
    font-weight: 600;
    color: #334b48;
    text-align: center;
    line-height: 1.3;
    white-space: normal;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* Cards & Pillars */
.content-card {
    background: white;
    border-left: 4px solid #334b48;
    padding: 1.5rem;
    border-radius: 0 12px 12px 0;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}
.dark-theme .content-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-left: 4px solid rgba(255, 255, 255, 0.3);
    color: #f8fafc;
}
.dark-theme .content-card h3 {
    color: #f8fafc;
}
.dark-theme .content-card p {
    color: #e2e8f0;
}
.content-card.secondary {
    border-left-color: #4b3336;
}

.pillar-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    align-items: flex-start;
}
.pillar-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: #334b48;
    margin-top: 0.25rem;
}
.dark-theme .pillar-icon {
    color: #f8fafc;
}

/* Page Visibility Logic */
.page {
    display: none;
    animation: fadeIn 0.5s ease-in-out;
}
.page.active {
    display: block;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Grid Utilities */
.grid-3-col {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}
.grid-4-col {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}
.grid-2-col {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
}

/* Responsive Adjustments */
@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-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .md\:flex-row {
        flex-direction: row;
    }
    .md\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }
    .md\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }
    .md\:text-7xl {
        font-size: 4.5rem;
        line-height: 1;
    }
}

@media (min-width: 1024px) {
    .lg\:grid {
        display: grid;
    }
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lg\:gap-16 {
        gap: 4rem;
    }
    .lg\:mb-0 {
        margin-bottom: 0;
    }
    .lg\:order-1 {
        order: 1;
    }
    .lg\:order-2 {
        order: 2;
    }
    .lg\:block {
        display: block;
    }
}

/* Print Styles */
@media print {
    .no-print {
        display: none;
    }
    body {
        background: white;
        color: black;
    }
    a {
        text-decoration: underline;
    }
}

/* -------------------------------------------------------------------------- */
/* 6. Accessibility & WCAG 2.2 AA Compliance Enhancements
/* -------------------------------------------------------------------------- */

/* High Contrast Focus Indicators */
*:focus-visible {
    outline: 3px solid #1e293b;
    outline-offset: 3px;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid #1e293b;
    outline-offset: 3px;
    box-shadow: 0 0 0 5px rgba(30, 41, 59, 0.3);
}

/* Skip Link for Keyboard Navigation */
.skip-link {
    position: absolute;
    top: -9999px;
    left: 50%;
    transform: translateX(-50%);
    background: #1e293b;
    color: #ffffff;
    padding: 1rem 2rem;
    z-index: 9999;
    text-decoration: none;
    font-weight: 600;
    border-radius: 0 0 8px 8px;
}

.skip-link:focus {
    top: 0;
}

/* Ensure Sufficient Color Contrast - Dark Text on Light Backgrounds */
.text-slate-600,
.text-slate-700,
.text-brand-secondary {
    color: #1e293b;
}

/* Ensure Sufficient Color Contrast - Light Text on Dark Backgrounds */
.bg-brand-primary .text-white,
.bg-brand-secondary .text-white,
.from-brand-primary .text-white,
.to-brand-secondary .text-white {
    color: #ffffff;
}

/* Improved Link Visibility */
a:not([class]) {
    color: #1e40af;
    text-decoration: underline;
    text-underline-offset: 2px;
}

a:not([class]):hover {
    color: #1e3a8a;
    text-decoration-thickness: 2px;
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* Print Styles Enhancement */
@media print {
    body {
        background: white;
        color: black;
    }
    a {
        color: black;
        text-decoration: underline;
    }
    .no-print {
        display: none !important;
    }
}

/* Full-Width Background Images */
.hero-section,
.solution-section,
.page-section,
.about-section {
    width: 100%;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.hero-section > .max-w-7xl,
.solution-section > .max-w-7xl,
.page-section > .max-w-7xl,
.about-section > .max-w-7xl {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 640px) {
    .hero-section > .max-w-7xl,
    .solution-section > .max-w-7xl,
    .page-section > .max-w-7xl,
    .about-section > .max-w-7xl {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .hero-section > .max-w-7xl,
    .solution-section > .max-w-7xl,
    .page-section > .max-w-7xl,
    .about-section > .max-w-7xl {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* Skip Link Utilities */
.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;
}

.focus\\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: inherit;
    margin: inherit;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

/* Skip Link Specific Styles */
.skip-link {
    z-index: 9999;
}

.skip-link:focus {
    outline: 3px solid #1e293b;
    outline-offset: 3px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
