@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://cdn.jsdelivr.net/fontsource/fonts/inter@latest/latin-400-normal.woff2) format("woff2");
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://cdn.jsdelivr.net/fontsource/fonts/inter@latest/latin-700-normal.woff2) format("woff2");
}
@font-face {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://cdn.jsdelivr.net/fontsource/fonts/playfair-display@latest/latin-700-normal.woff2) format("woff2");
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-sans);
}
.display-text,
.font-serif {
    font-family: var(--font-serif);
}
.glass,
.glass-dark,
.header {
    backdrop-filter: blur(20px);
}
.nav-link,
.nav-logo {
    text-decoration: none;
}
.hero-buttons .btn,
.nav-link {
    font-feature-settings: "kern" 1;
}
.about-eyebrow,
.caption,
.trust-text,
h6 {
    text-transform: uppercase;
}
.checkbox-label,
.dropdown-link,
.filter-btn,
.search-highlight,
.trust-badge {
    white-space: nowrap;
}

.hero-content h1,
.modal-header h2 {
    -webkit-text-fill-color: #fff0;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    box-sizing: border-box;
}
:root {
    --shadow-0: none;
    --shadow-1: 0 1px 3px rgba(0, 0, 0, 0.08);
    --shadow-2: 0 4px 12px rgba(0, 0, 0, 0.08);
    --shadow-3: 0 8px 24px rgba(0, 0, 0, 0.12);
    --shadow-4: 0 16px 48px rgba(0, 0, 0, 0.16);
    --shadow-5: 0 24px 64px rgba(0, 0, 0, 0.24);
    --glow-blue: 0 0 20px rgba(37, 99, 235, 0.3);
    --glow-orange: 0 0 20px rgba(249, 115, 22, 0.3);
    --glow-green: 0 0 20px rgba(16, 185, 129, 0.3);
    --inner-soft: inset 0 2px 4px rgba(0, 0, 0, 0.06);
    --inner-medium: inset 0 4px 8px rgba(0, 0, 0, 0.1);
    --z-background: 0;
    --z-content: 10;
    --z-interactive: 20;
    --z-header: 30;
    --z-dropdown: 40;
    --z-modal: 50;
    --z-toast: 60;
    --font-size-xs: 0.75rem;
    --font-size-sm: 0.875rem;
    --font-size-base: 1rem;
    --font-size-lg: 1.125rem;
    --font-size-xl: 1.25rem;
    --font-size-2xl: 1.5rem;
    --font-size-3xl: 1.875rem;
    --font-size-4xl: 2.25rem;
    --font-size-5xl: 3rem;
    --font-size-6xl: 3.75rem;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --leading-loose: 2;
    --tracking-tighter: -0.05em;
    --tracking-tight: -0.025em;
    --tracking-normal: 0em;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --font-serif: "Playfair Display", Georgia, serif;
}
.depth-0 {
    box-shadow: var(--shadow-0);
}
.depth-1 {
    box-shadow: var(--shadow-1);
}
.depth-2 {
    box-shadow: var(--shadow-2);
}
.depth-3 {
    box-shadow: var(--shadow-3);
}
.category-card:hover,
.depth-4 {
    box-shadow: var(--shadow-4);
}
.depth-5 {
    box-shadow: var(--shadow-5);
}
.depth-transition {
    transition:
        box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.hover-lift:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-3);
}
.hover-float:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-4);
}
.glass {
    background: rgb(255 255 255 / 0.7);
    border: 1px solid rgb(255 255 255 / 0.2);
}
.glass-dark {
    background: rgb(0 0 0 / 0.3);
    border: 1px solid rgb(255 255 255 / 0.1);
}
body {
    font-size: var(--font-size-base);
    line-height: var(--leading-relaxed);
    color: #1f2937;
    font-feature-settings:
        "kern" 1,
        "liga" 1,
        "calt" 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: var(--leading-tight);
    letter-spacing: var(--tracking-tight);
    color: #111827;
    margin-bottom: 0.5em;
}
.hero-content h1,
h1 {
    letter-spacing: var(--tracking-tighter);
}
h1 {
    font-size: var(--font-size-5xl);
    font-weight: 800;
    line-height: 1.1;
}
.display-text,
h2 {
    letter-spacing: var(--tracking-tight);
}
.text-large,
p {
    line-height: var(--leading-relaxed);
}
h2 {
    font-size: var(--font-size-4xl);
    font-weight: 700;
}
h3,
h4,
h5,
h6 {
    font-weight: 600;
}
h3 {
    font-size: var(--font-size-2xl);
}
h4 {
    font-size: var(--font-size-xl);
}
.text-large,
h5 {
    font-size: var(--font-size-lg);
}
.hero-buttons .btn,
h6,
p {
    font-size: var(--font-size-base);
}
h6 {
    letter-spacing: var(--tracking-wider);
}
p {
    color: #4b5563;
    margin-bottom: 1em;
}
.text-small,
.text-xs {
    line-height: var(--leading-normal);
}
.text-small {
    font-size: var(--font-size-sm);
}
.text-xs {
    font-size: var(--font-size-xs);
}
.font-light {
    font-weight: 300;
}
.font-normal {
    font-weight: 400;
}
.font-medium,
.terms-link {
    font-weight: 500;
}
.font-semibold {
    font-weight: 600;
}
.font-bold {
    font-weight: 700;
}
.font-extrabold {
    font-weight: 800;
}
.font-black {
    font-weight: 900;
}
.dropdown-link:hover i,
.mobile-contact-item:hover,
.mobile-nav-link:hover i,
.nav-link.active,
.privacy-link:hover,
.terms-link:hover,
.text-primary {
    color: #2563eb;
}
.stock-metadata .category,
.stock-metadata .year,
.text-secondary {
    color: #6b7280;
}
.text-muted {
    color: #9ca3af;
}
.filter-btn.has-dropdown.active .dropdown-icon,
.filter-btn.has-dropdown:hover .dropdown-icon,
.text-white {
    color: #fff;
}
.display-text {
    font-weight: 600;
    line-height: var(--leading-tight);
}
.logo-name,
.logo-tagline {
    font-family: Inter, sans-serif;
}
.caption,
.hero-buttons .btn,
th {
    letter-spacing: var(--tracking-wide);
}
.body-large,
.lead-text {
    line-height: var(--leading-relaxed);
}
.body-large {
    font-size: var(--font-size-lg);
    color: #374151;
}
.caption {
    font-size: var(--font-size-sm);
    color: #6b7280;
    font-weight: 500;
}
.lead-text {
    font-size: var(--font-size-xl);
    color: #374151;
    font-weight: 400;
}
.prose {
    max-width: 65ch;
    line-height: var(--leading-loose);
}
.prose p {
    margin-bottom: 1.25em;
}
.prose h2 {
    margin-top: 2em;
    margin-bottom: 1em;
}
.prose h3 {
    margin-top: 1.6em;
    margin-bottom: 0.6em;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(255 255 255 / 0.95);
    border-bottom: 1px solid rgb(229 231 235 / 0.8);
    z-index: var(--z-header);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: var(--shadow-1);
    width: 100%;
}
.about-hero-visual,
.dropdown,
.dropdown-submenu,
.filter-btn.has-dropdown,
.footer,
.form-loading .btn,
.nav-item {
    position: relative;
}
.header.scrolled {
    background: rgb(255 255 255 / 0.98);
    box-shadow: var(--shadow-4);
    backdrop-filter: blur(30px);
    padding: 8px 0;
}
.header .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    transition: height 0.3s;
}
.nav-brand,
.nav-logo {
    align-items: center;
    display: flex;
}
.header.scrolled .container {
    height: 64px;
}
.nav-brand {
    flex-shrink: 0;
}
.nav-logo {
    gap: 12px;
    transition: 0.3s;
    gap: 10px;
}
.nav-logo:hover {
    transform: translateY(-1px);
}
.logo-icon {
    width: 60px;
    height: 50px;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 4px 8px rgb(0 0 0 / 0.08);
    transition: 0.3s;
}
.logo-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    transition: transform 0.3s;
}
.logo-icon:hover img,
.main-image:hover img,
.stock-item:hover .stock-image {
    transform: scale(1.05);
}
.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}
.logo-name {
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: -0.3px;
    color: #2563eb;
}
.logo-tagline,
.nav-link {
    font-weight: 500;
    color: #6b7280;
}
.logo-tagline {
    font-size: 0.78rem;
    margin-top: 1px;
    letter-spacing: 0.2px;
}
.hero-subtitle,
.nav-link {
    letter-spacing: var(--tracking-normal);
}
.nav-logo:hover .logo-name {
    color: #111827;
}
.nav-menu {
    display: flex;
    align-items: center;
}
.nav-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 40px;
    align-items: center;
}
.nav-link {
    font-size: var(--font-size-sm);
    padding: 8px 0;
    display: block;
}
.dropdown {
    display: flex;
    align-items: center;
    gap: 6px;
}
.dropdown-toggle-btn {
    background: 0 0;
    border: none;
    color: #6b7280;
    font-size: 12px;
    cursor: pointer;
    padding: 4px;
    transition: 0.3s;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dropdown-menu,
.dropdown-submenu-content {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    list-style: none;
}
.dropdown-link,
.dropdown-sublink {
    color: #374151;
    font-weight: 500;
    text-decoration: none;
}
.dropdown-toggle-btn:hover {
    color: #2563eb;
    background: rgb(37 99 235 / 0.1);
}
.dropdown-toggle-btn[aria-expanded="true"] {
    color: #2563eb;
    transform: rotate(180deg);
}
.dropdown-menu {
    top: calc(100% + 8px);
    left: 0;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgb(0 0 0 / 0.15);
    padding: 8px 0;
    min-width: 280px;
    transform: translateY(-10px);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10001;
    margin: 0;
    border: 1px solid rgb(229 231 235 / 0.8);
}
.dropdown:focus-within .dropdown-menu,
.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.dropdown-menu li,
.mobile-nav-item {
    margin: 0;
}
.dropdown-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    font-size: 14px;
    transition: 0.3s;
    border-radius: 8px;
    margin: 0 8px;
}
.dropdown-link:hover {
    background: #f3f4f6;
    color: #2563eb;
    transform: translateX(4px);
}
.dropdown-link i {
    font-size: 12px;
    color: #9ca3af;
    transition: color 0.3s;
}
.dropdown-submenu .dropdown-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}
.dropdown-submenu .dropdown-link .submenu-arrow {
    margin-left: auto;
}
.submenu-arrow {
    font-size: 10px !important;
    transition: transform 0.3s;
}
.dropdown-submenu:hover > .dropdown-link .submenu-arrow,
.dropdown-submenu:hover > .dropdown-sublink .submenu-arrow {
    transform: rotate(90deg);
}
.dropdown-submenu-content {
    left: 100%;
    top: 0;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgb(0 0 0 / 0.12);
    padding: 8px 0;
    min-width: 160px;
    transform: translateX(-10px);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10002;
    margin: 0;
    border: 1px solid rgb(229 231 235 / 0.8);
}
.dropdown-submenu:hover > .dropdown-submenu-content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.dropdown-sublink {
    display: block;
    padding: 8px 16px;
    font-size: 13px;
    transition: 0.3s;
    border-radius: 6px;
    margin: 0 6px;
}
.nav-actions,
.nav-phone {
    display: flex;
    align-items: center;
}
.dropdown-sublink:hover {
    background: #f3f4f6;
    color: #2563eb;
    transform: translateX(2px);
}
.feature-card:hover .feature-icon i,
.gallery-item:hover .gallery-image img,
.nav-phone:hover {
    transform: scale(1.1);
}
.nav-actions {
    gap: 16px;
}
.nav-phone {
    width: 40px;
    height: 40px;
    background: #eff6ff;
    color: #2563eb;
    border-radius: 50%;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s;
    font-size: 16px;
}
.btn,
.mobile-logo {
    align-items: center;
}
.nav-phone:hover {
    background: #2563eb;
    color: #fff;
}
.btn {
    display: inline-flex;
    gap: 8px;
    font-size: 15px;
}
.btn-primary {
    box-shadow: 0 4px 12px rgb(37 99 235 / 0.3);
}
.btn-primary:hover,
.mobile-cta-btn:hover {
    box-shadow: 0 8px 20px rgb(37 99 235 / 0.4);
}
.nav-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 8px;
    background: 0 0;
    border: none;
    gap: 4px;
    border-radius: 8px;
    transition: 0.3s;
}
.bar,
.hero-buttons .btn,
.mobile-menu-overlay {
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-toggle:hover {
    background: rgb(37 99 235 / 0.1);
}
.bar {
    width: 25px;
    height: 3px;
    background: #1f2937;
    border-radius: 2px;
    transform-origin: center;
}
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 0.5);
    backdrop-filter: blur(8px);
    z-index: 40;
    opacity: 0;
    visibility: hidden;
}
.stat-item,
.trust-badge {
    backdrop-filter: blur(10px);
}
.back-to-top.show,
.gallery-modal.active,
.legal-modal.active,
.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}
.mobile-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 320px;
    height: 100vh;
    background: #fff;
    box-shadow: -4px 0 20px rgb(0 0 0 / 0.15);
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}
.mobile-menu-overlay.active .mobile-menu,
.toast.show {
    transform: translateX(0);
}
.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #e5e7eb;
}
.mobile-logo {
    display: flex;
    gap: 12px;
    color: #1f2937;
    font-weight: 700;
    font-size: 18px;
}
.mobile-menu-close,
.mobile-nav-link {
    align-items: center;
    transition: 0.3s;
    display: flex;
}
.mobile-nav-link,
.mobile-nav-sublink {
    font-weight: 500;
    text-decoration: none;
}
.mobile-logo i {
    color: #2563eb;
    font-size: 20px;
}
.mobile-contact-item i,
.mobile-nav-link i {
    color: #9ca3af;
    width: 20px;
    text-align: center;
}
.mobile-menu-close {
    width: 40px;
    height: 40px;
    background: #f3f4f6;
    border: none;
    border-radius: 50%;
    justify-content: center;
    cursor: pointer;
    color: #6b7280;
}
.mobile-menu-close:hover {
    background: #e5e7eb;
    color: #1f2937;
}
.mobile-nav {
    flex: 1;
    padding: 24px 0;
}
.mobile-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mobile-nav-link {
    gap: 16px;
    padding: 16px 24px;
    color: #374151;
    font-size: 16px;
    border-left: 3px solid #fff0;
}
.mobile-nav-link:hover {
    background: #f3f4f6;
    color: #2563eb;
    border-left-color: #2563eb;
}
.mobile-nav-link i {
    font-size: 18px;
}
.mobile-menu-footer {
    padding: 24px;
    border-top: 1px solid #e5e7eb;
    background: #f9fafb;
    padding-bottom: 10vh !important;
}
.mobile-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
}
.mobile-contact-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.mobile-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #6b7280;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}
.mobile-contact-item i {
    font-size: 16px;
}
.mobile-submenu .mobile-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hero,
.hero-container {
    align-items: center;
    box-sizing: border-box;
}
.mobile-submenu-toggle {
    font-size: 12px !important;
    transition: transform 0.3s;
    margin-left: auto;
}
.company-dropdown.active .dropdown-arrow,
.mobile-submenu.active .mobile-submenu-toggle {
    transform: rotate(180deg);
}
.mobile-submenu-content {
    list-style: none;
    margin: 8px 24px 0;
    padding: 0;
    background: #f9fafb;
    border-radius: 8px;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s;
}
.mobile-submenu.active .mobile-submenu-content {
    max-height: 300px;
}
.mobile-nav-sublink {
    display: block;
    padding: 12px 20px;
    color: #6b7280;
    font-size: 14px;
    transition: 0.3s;
    border-left: 3px solid #fff0;
}
.mobile-nav-sublink:hover {
    background: #e5e7eb;
    color: #2563eb;
    border-left-color: #2563eb;
}
.hero {
    min-height: 100vh;
    display: flex;
    overflow: hidden;
    background: linear-gradient(135deg, #1e3a8a 0, #0f172a 100%);
    color: #fff;
    padding: 0;
    margin: 80px 0 0;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
    border: none;
    outline: 0;
}
.hero::after,
.hero::before {
    border-radius: 50%;
    z-index: 1;
    content: "";
    position: absolute;
}
.hero::before {
    top: -50%;
    right: -20%;
    width: 80%;
    height: 200%;
    background: radial-gradient(circle, rgb(255 255 255 / 0.1) 0, transparent 70%);
    animation: 20s ease-in-out infinite float;
}
.hero::after {
    bottom: -30%;
    left: -10%;
    width: 60%;
    height: 150%;
    background: radial-gradient(circle, rgb(255 255 255 / 0.05) 0, transparent 70%);
    animation: 25s ease-in-out infinite reverse float;
}
.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    z-index: 1;
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(30 58 138 / 0.8) 0, rgb(15 23 42 / 0.9) 100%);
    z-index: 2;
}
.hero-container {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
    padding: 6rem 20px 4rem;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2rem;
    height: 100%;
}
.hero-content h1 {
    font-size: var(--font-size-6xl);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #fff 0, #f3f4f6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    animation: 0.8s ease-out 0.2s both fadeInUp;
    font-feature-settings:
        "kern" 1,
        "liga" 1;
    text-shadow: 0 4px 8px rgb(0 0 0 / 0.1);
}
.hero-subtitle {
    font-size: var(--font-size-xl);
    line-height: var(--leading-relaxed);
    color: rgb(255 255 255 / 0.9);
    margin-bottom: 1.5rem;
    max-width: 520px;
    animation: 1s ease-out 0.4s both fadeInUp;
    font-weight: 400;
    text-shadow: 0 2px 4px rgb(0 0 0 / 0.2);
}
.hero-buttons {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    animation: 1.2s ease-out 0.6s both fadeInUp;
}
.hero-buttons .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 2.5rem;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}
.hero-buttons .btn-primary {
    background: linear-gradient(135deg, #2563eb 0, #1d4ed8 100%);
    color: #fff;
    border: none;
    box-shadow: var(--shadow-3), var(--glow-blue);
    position: relative;
    overflow: hidden;
}
.hero-buttons .btn-primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(255 255 255 / 0.2) 0, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s;
}
.category-card:hover::before,
.feature-card:hover .feature-icon::before,
.gallery-item:hover .gallery-overlay,
.gallery-thumb:hover::before,
.hero-buttons .btn-primary:hover::before,
.hero-buttons .btn-secondary:hover::before,
.machine-card:hover::before,
.main-image:hover .image-nav-btn,
.main-image:hover::before {
    opacity: 1;
}
.hero-buttons .btn-primary:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-4), var(--glow-blue);
}
.hero-buttons .btn-secondary {
    background: rgb(255 255 255 / 0.05);
    color: #fff;
    border: 2px solid rgb(255 255 255 / 0.3);
    backdrop-filter: blur(20px);
    position: relative;
    box-shadow: var(--shadow-2);
    overflow: hidden;
}
.hero-buttons .btn-secondary::before,
.machine-card::before,
.why-choose-us::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}
.hero-buttons .btn-secondary::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(255 255 255 / 0.1) 0, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s;
}
.hero-buttons .btn-secondary:hover {
    background: rgb(255 255 255 / 0.1);
    border-color: rgb(255 255 255 / 0.5);
    transform: translateY(-6px);
    box-shadow: var(--shadow-3);
}
.hero-stats {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    animation: 1.4s ease-out 0.8s both fadeInUp;
}
.stat-item {
    text-align: center;
    background: rgb(255 255 255 / 0.05);
    padding: 1rem 0.75rem;
    border-radius: 12px;
    border: 1px solid rgb(255 255 255 / 0.1);
    transition: 0.3s;
    flex: 1;
}
.stat-item:hover,
.trust-badge {
    background: rgb(255 255 255 / 0.1);
}
.stat-item:hover {
    transform: translateY(-5px);
}
.hero-stats .stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: #fff !important;
    margin-bottom: 0.25rem;
    text-shadow: 0 2px 4px rgb(0 0 0 / 0.3);
}
.hero-stats .stat-label {
    font-size: 0.8rem;
    color: #fff !important;
    font-weight: 500;
    opacity: 0.9;
    text-shadow: 0 1px 2px rgb(0 0 0 / 0.3);
}
.trust-badges {
    display: flex;
    flex-wrap: nowrap;
    animation: 1.6s ease-out 1s both fadeInUp;
    align-items: center;
    justify-content: flex-start;
}
.btn,
.trust-badge {
    transition: 0.3s;
    display: inline-flex;
    gap: 0.5rem;
}
.hero .trust-badges {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 0.75rem;
    align-items: center;
    justify-content: flex-start;
}
.trust-badge {
    align-items: center;
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 500;
    color: #e5e7eb;
    border: 1px solid rgb(255 255 255 / 0.2);
    flex-shrink: 0;
}
.hero .trust-badge {
    display: inline-flex !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
}
.btn,
.machine-icon {
    align-items: center;
}
.trust-badge:hover {
    background: rgb(255 255 255 / 0.15);
    transform: translateY(-2px);
}
.trust-badge i {
    color: #60a5fa;
    font-size: 0.9rem;
}
.btn {
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    border: none;
    cursor: pointer;
}
.btn-outline:hover,
.btn-primary {
    background: #2563eb;
    color: #fff;
}
.btn-primary:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
}
.btn-secondary {
    background: 0 0;
    color: #fff;
    border: 2px solid #fff;
}
.btn-outline {
    background: 0 0;
    color: #2563eb;
    border: 2px solid #2563eb;
}
.hero-visual {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-left: 2rem;
    padding-top: 4rem;
}
.machinery-showcase {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.15rem;
    width: 100%;
    max-width: 322px;
}
.machine-card {
    background: rgb(255 255 255 / 0.05);
    padding: 1.44rem;
    border-radius: 12px;
    text-align: center;
    backdrop-filter: blur(20px);
    border: 1px solid rgb(255 255 255 / 0.1);
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-2);
}
.about-cta .btn-secondary,
.contact-icon,
.contact-item,
.cta-badge,
.newsletter-form input {
    backdrop-filter: blur(10px);
}
.machine-card::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(96 165 250 / 0.1) 0, rgb(59 130 246 / 0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s;
}
.machine-card:hover {
    transform: translateY(-12px);
    background: rgb(255 255 255 / 0.1);
    border-color: rgb(96 165 250 / 0.3);
    box-shadow: var(--shadow-4), var(--glow-blue);
}
.machine-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #3b82f6 0, #1d4ed8 100%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    margin: 0 auto 0.86rem;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: var(--shadow-2);
}
.machine-card:hover .machine-icon {
    transform: scale(1.15);
    box-shadow: var(--shadow-3), var(--glow-blue);
}
.machine-icon i {
    font-size: 1.44rem;
    color: #fff;
}
.machine-card h4 {
    font-size: 1.09rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.46rem;
}
.machine-card p {
    font-size: 0.92rem;
    color: #e5e7eb;
    line-height: 1.3;
}
.why-choose-us {
    padding: 6rem 0;
    background: linear-gradient(135deg, #f9fafb 0, #f0f9ff 100%);
    position: relative;
    overflow: hidden;
}
.why-choose-us::before {
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23e5e7eb" opacity="0.3"/><circle cx="75" cy="75" r="1" fill="%23e5e7eb" opacity="0.3"/><circle cx="50" cy="10" r="0.5" fill="%23e5e7eb" opacity="0.2"/><circle cx="10" cy="60" r="0.5" fill="%23e5e7eb" opacity="0.2"/><circle cx="90" cy="40" r="0.5" fill="%23e5e7eb" opacity="0.2"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.4;
    pointer-events: none;
}
.feature-card::before,
.feature-icon::before {
    content: "";
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, #2563eb 0, #1d4ed8 100%);
}
.gallery-header,
.section-header {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
    z-index: 2;
}
.categories-eyebrow,
.section-eyebrow {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #2563eb;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    background: #eff6ff;
    border-radius: 20px;
}
.categories-title,
.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
    line-height: 1.2;
}
.categories-description,
.section-description {
    font-size: 1.125rem;
    color: #6b7280;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto 4rem;
    position: relative;
    z-index: 2;
}
.feature-card {
    background: #fff;
    border-radius: 16px;
    padding: 2.5rem;
    text-align: center;
    box-shadow: 0 2px 12px rgb(0 0 0 / 0.06);
    position: relative;
    overflow: hidden;
}
.brand-logo,
.feature-stat {
    padding: 0.5rem 1rem;
    transition: 0.3s;
}
.feature-card::before {
    top: 0;
    left: 0;
    height: 4px;
    transform: scaleX(0);
    transition: transform 0.3s;
}
.category-card::before,
.feature-icon::before {
    top: 0;
    transition: opacity 0.3s;
    left: 0;
    opacity: 0;
}
.feature-card:hover::before,
.info-item:hover::before {
    transform: scaleX(1);
}
.feature-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgb(0 0 0 / 0.15);
    background: linear-gradient(135deg, #3b82f6 0, #2563eb 100%);
}
.card-icon,
.category-card,
.stat-card {
    box-shadow: var(--shadow-2);
}
.feature-icon::before {
    bottom: 0;
    border-radius: 50%;
}
.brand-logo:hover,
.feature-stat {
    background: #eff6ff;
    color: #2563eb;
}
.feature-icon i {
    font-size: 1.75rem;
    color: #fff;
    transition: 0.3s;
    position: relative;
    z-index: 2;
}
.feature-title {
    font-size: 1.375rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 1rem;
    line-height: 1.3;
}
.feature-description {
    font-size: 1rem;
    color: #6b7280;
    line-height: 1.7;
    margin: 0 0 1.5rem;
}
.feature-stat {
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 20px;
    display: inline-block;
}
.feature-card:hover .feature-stat {
    background: #dbeafe;
    transform: scale(1.05);
}
.trust-indicators {
    text-align: center;
    position: relative;
    z-index: 2;
}
.trust-text {
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.brand-logos {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}
.brand-logo {
    font-size: 0.875rem;
    font-weight: 700;
    color: #9ca3af;
    background: rgb(255 255 255 / 0.8);
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}
.brand-logo:hover {
    border-color: #2563eb;
    transform: translateY(-2px);
}
.category-card::before,
.subtype-filter h4::after {
    background: linear-gradient(135deg, #2563eb 0, #1d4ed8 100%);
    content: "";
}
@media (max-width: 1024px) {
    .header .container {
        padding: 0 20px;
    }
    .nav-list {
        gap: 32px;
    }
    .nav-link {
        font-size: 14px;
    }
    .features-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1.5rem;
    }
    .brand-logos {
        gap: 1.5rem;
    }
}
@media (max-width: 768px) {
    .logo-icon img {
        width: 40px;
        height: 40px;
        object-fit: contain;
        transition: transform 0.3s;
    }
    .header .container {
        padding: 0 16px;
        height: 64px;
    }
    .header.scrolled .container {
        height: 56px;
    }
    .logo-tagline,
    .nav-actions,
    .nav-menu {
        display: none;
    }
    .nav-toggle {
        display: flex;
    }
    .logo-name {
        font-size: 18px;
    }
    .logo-icon {
        width: 13vw !important;
        height: 36px;
        font-size: 16px;
    }
    .header.scrolled .logo-icon {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    .features-grid,
    .section-header {
        margin-bottom: 3rem;
    }
    .why-choose-us {
        padding: 4rem 0;
    }
    .section-title {
        font-size: 2rem;
    }
    .section-description {
        font-size: 1rem;
    }
    .features-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .feature-card {
        padding: 2rem;
    }
    .feature-icon {
        width: 60px;
        height: 60px;
    }
    .feature-icon i {
        font-size: 1.5rem;
    }
    .feature-title {
        font-size: 1.25rem;
    }
    .brand-logos {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
        justify-items: center;
        max-width: 400px;
        margin: 0 auto;
    }
}
.machine-categories {
    padding: 5rem 0;
    background: #fff;
}
.categories-header,
.global-header,
.journey-header,
.testimonials-header,
.values-header,
.why-choose-header {
    text-align: center;
    margin-bottom: 4rem;
}
.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}
.card-features li,
.card-icon {
    display: flex;
    align-items: center;
}
.category-card {
    background: #fff;
    border-radius: 16px;
    padding: 2rem;
    position: relative;
    overflow: hidden;
}
.category-card::before {
    position: absolute;
    width: 4px;
    height: 100%;
}
.card-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #ecfdf5;
    color: #047857;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    z-index: 2;
}
.card-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #eff6ff 0, #dbeafe 100%);
    border-radius: 50%;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.card-icon i {
    font-size: 2rem;
    color: #2563eb;
    transition: 0.3s;
}
.category-card:hover .card-icon {
    transform: scale(1.15);
    background: linear-gradient(135deg, #dbeafe 0, #bfdbfe 100%);
    box-shadow: var(--shadow-3), var(--glow-blue);
}
.category-card:hover .card-icon i {
    color: #1d4ed8;
    transform: rotate(5deg);
}
.card-title {
    font-size: 1.375rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}
.card-description {
    font-size: 0.9375rem;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 1rem;
}
.card-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
}
.card-features li {
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 0.5rem;
}
.card-link,
.subcategory-tag {
    align-items: center;
    transition: 0.3s;
    text-decoration: none;
}
.card-features li i {
    color: #10b981;
    margin-right: 0.5rem;
    font-size: 0.75rem;
}
.card-link {
    display: inline-flex;
    gap: 0.5rem;
    color: #2563eb;
    font-weight: 600;
    font-size: 0.9375rem;
    margin-top: auto;
}
.card-link:hover,
.enhanced-link:hover {
    color: #1d4ed8;
}
.card-link i {
    transition: transform 0.3s;
}
.card-hover:hover .card-arrow,
.card-link:hover i {
    transform: translateX(4px);
}
.card-subcategories {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 1rem 0;
    padding-top: 1rem;
    border-top: 1px solid #f3f4f6;
}
.subcategory-tag {
    display: inline-flex;
    padding: 0.375rem 0.75rem;
    background: #f8fafc;
    color: #64748b;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    font-size: 0.75rem;
    font-weight: 500;
    cursor: pointer;
}
.stat-card,
.timeline-year {
    border-radius: 1rem;
    text-align: center;
}
.subcategory-tag:hover {
    background: #2563eb;
    color: #fff;
    border-color: #2563eb;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgb(37 99 235 / 0.3);
}
@media (max-width: 1024px) {
    .categories-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 1.5rem;
    }
    .category-card {
        padding: 1.5rem;
    }
}
@media (max-width: 768px) {
    .machine-categories {
        padding: 3rem 0;
    }
    .categories-header {
        margin-bottom: 2.5rem;
    }
    .categories-title {
        font-size: 2rem;
    }
    .categories-description {
        font-size: 1rem;
    }
    .categories-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .category-card {
        padding: 1.5rem;
    }
    .card-icon {
        width: 60px;
        height: 60px;
    }
    .card-icon i {
        font-size: 1.5rem;
    }
    .card-title {
        font-size: 1.25rem;
    }
}
.about-hero,
.photo-gallery-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #f8fafc 0, #e2e8f0 100%);
    position: relative;
    overflow: hidden;
}
.about-hero::after {
    content: "";
    position: absolute;
    top: -20%;
    right: -10%;
    width: 60%;
    height: 140%;
    background: radial-gradient(circle, rgb(59 130 246 / 0.05) 0, transparent 70%);
    border-radius: 50%;
    animation: 30s ease-in-out infinite float;
    z-index: 1;
}
.about-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="about-pattern" width="40" height="40" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="2" fill="rgba(59,130,246,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23about-pattern)"/></svg>');
    opacity: 0.6;
}
.about-hero-content {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
}
.about-eyebrow {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #2563eb;
    margin-bottom: 1rem;
}
.about-hero-title {
    font-size: 3rem;
    font-weight: 800;
    color: #1f2937;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}
.about-hero-description {
    margin-bottom: 3rem;
}
.about-hero-description p {
    font-size: 1.125rem;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}
.about-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}
.stat-card {
    background: linear-gradient(135deg, #eff6ff 0, #dbeafe 100%);
    padding: 1.5rem;
    border: 1px solid rgb(59 130 246 / 0.1);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}
.stat-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-4), var(--glow-blue);
}
.stat-icon {
    color: #2563eb;
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
}
.about-stats .stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1f2937;
    line-height: 1;
    margin-bottom: 0.5rem;
}
.about-stats .stat-label {
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 600;
}
.hero-image-container {
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 20px 40px rgb(0 0 0 / 0.1);
}
.hero-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s;
}
.hero-image:hover,
.lightbox-image-container img:hover,
.stock-item:hover .stock-image img {
    transform: scale(1.02);
}
.hero-image-placeholder {
    background: linear-gradient(135deg, #667eea 0, #764ba2 100%);
    padding: 4rem 2rem;
    text-align: center;
    color: #fff;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hero-image-placeholder i {
    font-size: 5rem;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}
.hero-image-placeholder p {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
}
.image-overlay {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}
.about-cta,
.journey-timeline,
.testimonial-card,
.timeline-content,
.timeline-item,
.timeline-year,
.value-card {
    position: relative;
}
.overlay-badge {
    background: rgb(255 255 255 / 0.95);
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: #1f2937;
    box-shadow: 0 4px 12px rgb(0 0 0 / 0.1);
}
.timeline-icon,
.timeline-item {
    display: flex;
    align-items: center;
}
.overlay-badge i {
    color: #10b981;
}
.about-journey,
.about-testimonials,
.about-why-choose {
    padding: 6rem 0;
    background: #fff;
}
.journey-header h2,
.values-header h2,
.why-choose-header h2 {
    font-size: var(--font-size-4xl);
    font-weight: 700;
    letter-spacing: var(--tracking-tight);
    color: #1f2937;
    margin-bottom: 1rem;
}
.global-header p,
.journey-header p,
.testimonials-header p,
.values-header p,
.why-choose-header p {
    font-size: 1.125rem;
    color: #6b7280;
}
.journey-timeline {
    max-width: 1000px;
    margin: 0 auto;
}
.journey-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #3b82f6, #8b5cf6, #f59e0b, #10b981);
    border-radius: 2px;
}
.timeline-item {
    margin-bottom: 4rem;
}
.timeline-item:nth-child(odd) {
    flex-direction: row;
}
.timeline-item:nth-child(2n) {
    flex-direction: row-reverse;
}
.timeline-year {
    font-size: 1.5rem;
    font-weight: 800;
    color: #3b82f6;
    background: #fff;
    padding: 1rem 1.5rem;
    border: 3px solid #3b82f6;
    z-index: 2;
    min-width: 120px;
}
.timeline-content {
    flex: 1;
    background: #f8fafc;
    padding: 2rem;
    border-radius: 1rem;
    margin: 0 2rem;
    box-shadow: 0 4px 12px rgb(0 0 0 / 0.05);
}
.value-card,
.value-icon {
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: var(--shadow-2);
}
.timeline-content::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border: 15px solid #fff0;
}
.timeline-item:nth-child(odd) .timeline-content::before {
    right: -30px;
    border-left-color: #f8fafc;
    transform: translateY(-50%);
}
.timeline-item:nth-child(2n) .timeline-content::before {
    left: -30px;
    border-right-color: #f8fafc;
    transform: translateY(-50%);
}
.timeline-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    border-radius: 50%;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.timeline-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.75rem;
}
.timeline-content p,
.value-card p {
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}
.about-global,
.about-values,
.why-us {
    padding: 6rem 0;
    background: #f8fafc;
}
.global-grid,
.testimonials-grid,
.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}
.value-card {
    background: #fff;
    padding: 2.5rem;
    border-radius: 1.5rem;
    text-align: center;
    border: 1px solid rgb(0 0 0 / 0.05);
    overflow: hidden;
}
.value-card:hover {
    transform: translateY(-12px);
    box-shadow: var(--shadow-4);
}
.value-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: #fff;
}
.value-icon.quality {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
}
.value-icon.trust {
    background: linear-gradient(135deg, #10b981, #059669);
}
.value-icon.expertise {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}
.country-card h3,
.value-card h3,
.why-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
}
.value-card:hover .value-icon {
    transform: scale(1.1);
    box-shadow: var(--shadow-3);
}
.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}
.why-card {
    background: #f8fafc;
    padding: 2.5rem;
    border-radius: 1.5rem;
    border: 1px solid rgb(0 0 0 / 0.05);
    transition: 0.3s;
}
.why-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgb(0 0 0 / 0.1);
    background: #fff;
}
.why-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}
.why-card p {
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}
.country-stats,
.proof-point {
    background: #eff6ff;
    color: #2563eb;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    display: inline-block;
}
.country-card,
.country-flag,
.country-flag.australia,
.country-flag.europe,
.country-flag.japan {
    background: #fff;
}
.global-header h2,
.testimonials-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
}
.country-card {
    padding: 2.5rem;
    border-radius: 1.5rem;
    text-align: center;
    box-shadow: 0 4px 12px rgb(0 0 0 / 0.05);
    transition: 0.3s;
    border: 1px solid rgb(0 0 0 / 0.05);
}
.country-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgb(0 0 0 / 0.1);
}
.country-flag {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 4px 12px rgb(0 0 0 / 0.1);
    transition:
        transform 0.3s,
        box-shadow 0.3s;
    overflow: hidden;
}
.country-flag svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}
.country-card:hover .country-flag {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgb(0 0 0 / 0.15);
}
.country-card p {
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 1rem;
}
.testimonial-card {
    background: #f8fafc;
    padding: 2.5rem;
    border-radius: 1.5rem;
    border: 1px solid rgb(0 0 0 / 0.05);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: var(--shadow-1);
    overflow: hidden;
}
.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-3);
    background: #fff;
}
.form-group,
.testimonial-content {
    margin-bottom: 1.5rem;
}
.quote-icon {
    color: #3b82f6;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.testimonial-content p {
    color: #6b7280;
    line-height: 1.6;
    font-style: italic;
    margin: 0;
}
.testimonial-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.author-info h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.25rem;
}
.author-info span,
.separator {
    color: #6b7280;
    font-size: 0.875rem;
}
.testimonial-rating {
    color: #fbbf24;
    font-size: 0.875rem;
}
.about-cta {
    padding: 6rem 0;
    background: #0f172a;
    overflow: hidden;
}
.about-cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(59 130 246 / 0.1) 0, transparent 50%),
        radial-gradient(circle at 80% 20%, rgb(37 99 235 / 0.15) 0, transparent 50%),
        radial-gradient(circle at 20% 80%, rgb(29 78 216 / 0.15) 0, transparent 50%);
    pointer-events: none;
}
.about-cta::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 2px,
        rgb(59 130 246 / 0.03) 2px,
        rgb(59 130 246 / 0.03) 4px
    );
    animation: 20s linear infinite gridMove;
    pointer-events: none;
}
@keyframes gridMove {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50px, 50px);
    }
}
.cta-content h2 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: #fff;
    line-height: 1.2;
    text-shadow: 0 2px 20px rgb(0 0 0 / 0.3);
}
.cta-content p {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    color: #cbd5e1;
    line-height: 1.6;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.cta-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.btn-large {
    padding: 1.25rem 2.5rem;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 12px;
    transition: 0.3s;
    box-shadow: 0 4px 20px rgb(0 0 0 / 0.2);
}
.about-cta .btn-primary {
    background: linear-gradient(135deg, #3b82f6 0, #2563eb 100%);
    color: #fff;
    border: none;
    position: relative;
    overflow: hidden;
}
.about-cta .btn-primary::before,
.modal-actions .btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(255 255 255 / 0.2), transparent);
    transition: left 0.5s;
}
#modalStatus:hover::before,
.about-cta .btn-primary:hover::before,
.modal-actions .btn:hover::before {
    left: 100%;
}
.about-cta .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgb(59 130 246 / 0.5);
}
.about-cta .btn-secondary {
    background: rgb(255 255 255 / 0.1);
    color: #fff;
    border: 2px solid rgb(255 255 255 / 0.3);
}
.about-cta .btn-secondary:hover {
    background: rgb(255 255 255 / 0.2);
    border-color: rgb(255 255 255 / 0.5);
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgb(255 255 255 / 0.2);
}
@media (max-width: 1024px) {
    .about-hero-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    .about-stats,
    .global-grid,
    .testimonials-grid,
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .why-choose-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 768px) {
    .about-stats,
    .global-grid,
    .testimonials-grid,
    .values-grid {
        grid-template-columns: 1fr;
    }
    .about-hero {
        padding: 4rem 0;
    }
    .about-hero-title {
        font-size: 2.25rem;
    }
    .about-stats {
        gap: 1rem;
    }
    .hero-image {
        height: 300px;
    }
    .journey-timeline::before {
        left: 2rem;
        transform: none;
    }
    .timeline-item {
        flex-direction: column !important;
        align-items: flex-start;
        padding-left: 4rem;
    }
    .timeline-year {
        position: absolute;
        left: 0;
        top: 0;
        min-width: 80px;
        font-size: 1.25rem;
        padding: 0.75rem 1rem;
    }
    .timeline-content {
        margin: 1rem 0 0;
    }
    .timeline-content::before {
        display: none;
    }
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    .btn-large {
        width: 100%;
        max-width: 300px;
    }
}
.contact,
.stock {
    padding: 6rem 0;
}
.stock h2,
.why-us h2 {
    text-align: center;
    margin-bottom: 3rem;
    color: #1e293b;
    font-size: 2.5rem;
}
.stock-filters {
    display: grid;
    grid-template-columns: 4fr 1fr;
    gap: 3rem;
    margin-bottom: 4rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0;
}
.filter-group {
    text-align: center;
    position: relative;
}
.filter-group:first-child {
    padding-bottom: 2rem;
}
.company-dropdown-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 0;
}
.company-dropdown {
    position: relative;
    width: 100%;
    max-width: 250px;
}
.company-dropdown-btn {
    width: 100%;
    padding: 0.75rem 1rem;
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 500;
    font-size: 0.9rem;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}
.company-dropdown-btn:hover,
.company-dropdown:hover .company-dropdown-btn {
    border-color: #2563eb;
    color: #2563eb;
}
.company-dropdown-btn.active,
.company-dropdown.active .company-dropdown-btn {
    border-color: #2563eb;
    background: #eff6ff;
    color: #2563eb;
}
.dropdown-search-container {
    padding: 8px 12px;
    border-bottom: 1px solid #e5e7eb;
    margin: 0 !important;
    position: relative;
}
.dropdown-search-input {
    width: 100%;
    padding: 8px 32px 8px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    outline: 0;
    transition: 0.2s;
    background: #f9fafb;
}
.dropdown-search-input:focus {
    border-color: #2563eb;
    background: #fff;
    box-shadow: 0 0 0 3px rgb(37 99 235 / 0.1);
}
.dropdown-search-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    font-size: 12px;
    pointer-events: none;
}
.no-results-message {
    padding: 12px 20px;
    color: #6b7280;
    font-size: 14px;
    font-style: italic;
}
.search-highlight {
    background-color: #dbeafe;
    color: #1e40af;
    font-weight: 500;
    padding: 0;
    margin: 0;
    border: 0;
    display: inline;
    line-height: 1;
    letter-spacing: 0;
    word-spacing: 0;
    text-indent: 0;
    vertical-align: baseline;
    font-size: inherit;
    font-family: inherit;
}
.company-dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
    min-width: 100%;
    width: max-content;
}
.company-dropdown-menu::-webkit-scrollbar {
    width: 6px;
}
.company-dropdown-menu::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 3px;
}
.company-dropdown-menu::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}
.company-dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}
.company-option,
.dropdown-parent,
.dropdown-parent:hover,
.mobile-nav-parent,
.mobile-nav-parent:hover {
    cursor: pointer;
}
.company-option:hover {
    background: #f3f4f6;
    color: #2563eb;
}
.company-dropdown.active .company-dropdown-menu,
.dropdown-options.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.filter-group h4 {
    color: #1e293b;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
}
.subtype-filter {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition:
        opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1),
        max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
        margin-top 0.5s cubic-bezier(0.4, 0, 0.2, 1),
        padding-top 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(-10px);
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 10;
    background: #fff;
    padding: 0 1rem;
}
.subtype-filter.show {
    opacity: 1;
    max-height: 200px;
    transform: translateY(0);
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
    box-shadow: 0 4px 12px rgb(0 0 0 / 0.1);
    border-radius: 0 0 12px 12px;
}
.subtype-filter.closing {
    transition:
        opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        max-height 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        margin-top 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        padding-top 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        box-shadow 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.subtype-filter.closing.show {
    background: linear-gradient(135deg, rgb(37 99 235 / 0.02) 0, rgb(59 130 246 / 0.01) 100%);
}
.subtype-filter.closing:not(.show) {
    transform: translateY(-5px) scale(0.98);
}
.subtype-filter h4 {
    color: #2563eb;
    position: relative;
    font-size: 1rem;
    margin-bottom: 1rem;
}
.subtype-filter h4::after {
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 2px;
    border-radius: 1px;
}
.filter-btn,
.subtype-filter-btn {
    border: 2px solid #e2e8f0;
    color: #64748b;
}
.subtype-filter-btn {
    background: linear-gradient(135deg, #f8fafc 0, #f1f5f9 100%);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.subtype-filter-btn:hover {
    background: linear-gradient(135deg, #eff6ff 0, #dbeafe 100%);
    border-color: #3b82f6;
    color: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgb(59 130 246 / 0.15);
}
.subtype-filter-btn.active {
    background: linear-gradient(135deg, #2563eb 0, #1d4ed8 100%);
    border-color: #1d4ed8;
    color: #fff;
    box-shadow: 0 4px 12px rgb(37 99 235 / 0.3);
}
.subtype-filter-btn.active:hover {
    background: linear-gradient(135deg, #1d4ed8 0, #1e40af 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgb(37 99 235 / 0.4);
}
.filter-buttons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 0.75rem;
    justify-items: center;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 20px;
}
@media (min-width: 1200px) {
    .filter-buttons {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 1rem;
        max-width: 800px;
    }
    .company-dropdown {
        max-width: 280px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .filter-buttons {
        grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
        gap: 0.75rem;
        max-width: 600px;
    }
}
@media (min-width: 769px) and (max-width: 991px) {
    .stock-filters {
        gap: 2.5rem;
        padding: 0 1.5rem;
        grid-template-columns: 1.5fr 1fr;
    }
    .filter-buttons {
        grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
        gap: 0.6rem;
        max-width: 500px;
    }
    .company-dropdown {
        max-width: 220px;
    }
}
.filter-btn {
    padding: 0.7rem 1rem;
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 500;
    font-size: 0.9rem;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
.dropdown-icon {
    font-size: 0.75rem;
    transition: transform 0.3s;
    color: #9ca3af;
}
.filter-btn.has-dropdown.dropdown-open .dropdown-icon {
    transform: rotate(180deg);
    color: #fff;
}
.filter-btn:not(.has-dropdown) {
    justify-content: center;
}
.filter-btn.active,
.filter-btn:hover,
.stock-actions .btn-primary {
    background: #2563eb;
    color: #fff;
    border-color: #2563eb;
}
.filter-btn.active::after {
    content: "";
}
.company-filter.active,
.company-filter:hover {
    color: #fff;
    border-color: #10b981;
}
.stock-grid {
    display: grid;
    /* Fixed 3 columns on desktop - prevents single items from stretching */
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}
.stock-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgb(0 0 0 / 0.1);
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.condition-badge,
.subcategory-badge {
    top: 12px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    font-size: 12px;
    text-transform: uppercase;
}
.stock-item:hover {
    box-shadow: 0 8px 25px rgb(0 0 0 / 0.15);
}
.stock-image {
    height: 200px;
    overflow: hidden;
    position: relative;
}
.stock-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
.condition-badge {
    position: absolute;
    right: 12px;
    box-shadow: 0 2px 8px rgb(16 185 129 / 0.3);
}
.subcategory-badge {
    position: absolute;
    left: 12px;
    background: #2563eb;
    color: #fff;
    padding: 4px 12px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgb(37 99 235 / 0.3);
}
.stock-info {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
    justify-content: space-between;
}
.stock-info h3 {
    color: #1f2937;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    letter-spacing: -0.02em;
    flex-shrink: 0;
}
.stock-metadata {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #6b7280;
    flex-wrap: wrap;
    flex-shrink: 0;
}
.pagination-btn,
.pagination-info,
.pagination-number {
    font-size: 0.875rem;
    font-weight: 500;
}
.stock-metadata .brand {
    font-weight: 600;
    color: #374151;
}
.stock-metadata .separator {
    color: #d1d5db;
    font-weight: 300;
}
.stock-actions {
    display: flex;
    gap: 12px;
    margin-top: auto;
    padding-top: 16px;
}
.stock-actions .btn {
    flex: 1;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    transition: 0.2s;
    cursor: pointer;
    border: 2px solid #fff0;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stock-actions .btn-outline {
    background: #fff;
    color: #374151;
    border-color: #d1d5db;
    cursor: pointer;
    pointer-events: auto;
}
.stock-actions .btn-outline:hover {
    background: #f9fafb;
    border-color: #9ca3af;
    transform: translateY(-1px);
}
.stock-actions .btn-primary:hover {
    background: #1d4ed8;
    border-color: #1d4ed8;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgb(37 99 235 / 0.3);
}
.details-btn {
    background: #2563eb !important;
    color: #fff !important;
    border-color: #2563eb !important;
}
.details-btn:hover {
    background: #1d4ed8 !important;
    border-color: #1d4ed8 !important;
}
.pagination-container {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}
.pagination,
.pagination-btn {
    align-items: center;
    gap: 0.5rem;
    display: flex;
    background: #fff;
}
.pagination {
    justify-content: center;
    padding: 0.75rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 0.1);
    border: 1px solid #e5e7eb;
}
.pagination-btn {
    padding: 0.75rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    color: #6b7280;
    cursor: pointer;
    transition: 0.3s;
    min-width: 100px;
    justify-content: center;
}
.pagination-btn:hover:not(:disabled) {
    background: #f3f4f6;
    border-color: #9ca3af;
    color: #374151;
    transform: translateY(-1px);
}
.pagination-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background: #f9fafb;
}
.pagination-btn i {
    font-size: 0.75rem;
}
.pagination-numbers {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin: 0 1rem;
}
.pagination-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #fff0;
}
.contact-item i,
.why-item {
    border-radius: 12px;
    transition: 0.3s;
}
.pagination-number:hover {
    background: #f3f4f6;
    border-color: #d1d5db;
}
.pagination-number.active {
    background: #2563eb;
    color: #fff;
    border-color: #2563eb;
    box-shadow: 0 2px 8px rgb(37 99 235 / 0.3);
}
.pagination-ellipsis {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #9ca3af;
    font-weight: 500;
}
.pagination-info {
    color: #6b7280;
    text-align: center;
}
.pagination-info span {
    color: #374151;
    font-weight: 600;
}
.checkbox-label input[type="checkbox"],
.contact-divider,
.custom-dropdown input[type="hidden"],
.pagination-container.hidden {
    display: none;
}
@media (max-width: 768px) {
    .pagination-btn,
    .pagination-info,
    .pagination-number {
        font-size: 0.8125rem;
    }
    .pagination {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0.5rem;
        gap: 0.25rem;
    }
    .pagination-btn {
        min-width: 80px;
        padding: 0.5rem 0.75rem;
    }
    .pagination-btn span {
        display: none;
    }
    .pagination-numbers {
        margin: 0 0.5rem;
        gap: 0.125rem;
    }
    .pagination-number {
        width: 36px;
        height: 36px;
    }
}
.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}
.why-item {
    background: #fff;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 4px 6px rgb(0 0 0 / 0.05);
}
.why-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgb(0 0 0 / 0.1);
}
.why-icon {
    background: linear-gradient(135deg, #667eea 0, #764ba2 100%);
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}
.why-icon i {
    font-size: 2rem;
}
.why-item h3 {
    color: #1e293b;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}
.why-item p {
    color: #64748b;
    line-height: 1.6;
}
.contact-content {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}
.contact-info h2 {
    color: #1e293b;
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
}
.contact-info p {
    color: #64748b;
    margin-bottom: 2rem;
    font-size: 1.1rem;
    line-height: 1.7;
}
.contact-details {
    grid-column: 1/3;
    align-self: self-start;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 1rem;
}
.contact-item,
.contact-item i {
    display: flex;
    align-items: center;
}
.contact-item {
    gap: 1.5rem;
    cursor: pointer;
}
.contact-item:hover {
    box-shadow: 0 8px 25px rgb(37 99 235 / 0.15);
}
.contact-item i {
    width: 48px;
    height: 48px;
    justify-content: center;
    background: rgb(37 99 235 / 0.1);
    flex-shrink: 0;
}
.contact-item:hover i {
    background: rgb(37 99 235 / 0.15);
    transform: scale(1.1);
}
.contact-item:active {
    border-color: rgb(37 99 235 / 0.3);
    box-shadow: 0 4px 15px rgb(37 99 235 / 0.2);
}
.contact-item:active i {
    background: rgb(37 99 235 / 0.2);
    transform: scale(0.95);
    transition: 0.15s;
}
.contact-item div {
    align-items: center;
    flex: 1;
}
.contact-item h4 {
    color: #1e293b;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
}
.contact-item p {
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}
.contact-link {
    display: inline-block;
    line-height: 1.5;
}
@media (max-width: 768px) {
    .contact {
        padding: 4rem 0;
    }
    .contact-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    .contact-info {
        text-align: center;
    }
    .contact-info h2 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    .contact-info p {
        font-size: 1.1rem;
        margin-bottom: 2.5rem;
        line-height: 1.6;
    }
    .contact-details {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .contact-item {
        padding: 1.25rem;
        gap: 1.25rem;
    }
    .contact-item i {
        font-size: 1.6rem;
        width: 44px;
        height: 44px;
        border-radius: 10px;
    }
    .contact-item h4 {
        font-size: 1.1rem;
        margin-bottom: 0.25rem;
        font-weight: 700;
    }
    .contact-link {
        font-size: 1rem;
        font-weight: 500;
        padding: 0.25rem 0;
        border-radius: 4px;
        transition: 0.3s;
    }
    .contact-link:hover {
        background: rgb(37 99 235 / 0.1);
        padding: 0.25rem 0.5rem;
        margin: -0.25rem -0.5rem;
    }
    .contact-link:active {
        transform: scale(0.95);
        background: rgb(37 99 235 / 0.15);
    }
}
@media (max-width: 480px) {
    .mobile-menu {
        width: 100%;
    }
    .mobile-menu-header {
        padding: 16px 20px;
    }
    .mobile-nav {
        padding: 20px 0;
    }
    .mobile-nav-link {
        padding: 14px 20px;
        font-size: 15px;
    }
    .mobile-menu-footer {
        padding: 20px;
    }
    .why-choose-us {
        padding: 3rem 0;
    }
    .about-hero-title,
    .categories-title,
    .contact-info h2,
    .section-title {
        font-size: 1.75rem;
    }
    .feature-card {
        padding: 1.5rem;
    }
    .feature-icon {
        width: 56px;
        height: 56px;
    }
    .card-icon i,
    .feature-icon i {
        font-size: 1.25rem;
    }
    .machine-categories {
        padding: 2.5rem 0;
    }
    .category-card {
        padding: 1.25rem;
    }
    .card-icon {
        width: 50px;
        height: 50px;
    }
    .hero-image,
    .hero-image-container {
        border-radius: 12px;
    }
    .hero-image {
        height: 250px;
    }
    .overlay-badge {
        padding: 0.5rem 0.75rem;
        font-size: 0.875rem;
    }
    .pagination-container {
        margin-top: 2rem;
        gap: 1rem;
    }
    .pagination {
        width: 100%;
        justify-content: space-between;
    }
    .pagination-numbers {
        flex: 1;
        justify-content: center;
        margin: 0 0.25rem;
    }
    .pagination-number {
        width: 32px;
        height: 32px;
        font-size: 0.75rem;
    }
    .contact-info p,
    .contact-link {
        font-size: 1rem;
    }
    .contact-details {
        gap: 1.25rem;
    }
    .contact-item {
        padding: 1rem;
        gap: 1rem;
        flex-direction: column;
        text-align: center;
    }
    .contact-item i {
        font-size: 1.8rem;
        width: 52px;
        height: 52px;
        border-radius: 14px;
        margin-bottom: 0.5rem;
    }
    .contact-item div {
        text-align: center;
        align-items: center;
    }
    .contact-item h4 {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }
    .contact-link {
        word-break: break-all;
        display: block;
        padding: 0.5rem;
        border-radius: 8px;
        background: rgb(37 99 235 / 0.05);
        margin-top: 0.25rem;
    }
    .contact-link:hover {
        background: rgb(37 99 235 / 0.1);
        padding: 0.5rem;
        margin: 0.25rem 0 0;
    }
}
.contact-form {
    background: #f8fafc;
    padding: 2rem;
    border-radius: 12px;
}
.contact-form h3 {
    color: #1e293b;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 1rem;
    transition:
        border-color 0.2s,
        box-shadow 0.2s;
    font-family: inherit;
    color: #1e293b;
    will-change: border-color, box-shadow;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: 0;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgb(37 99 235 / 0.1);
    transform: translateZ(0);
    backface-visibility: hidden;
}
.form-group select option {
    color: #64748b;
    background: #fff;
    padding: 8px 12px;
    transition: background-color 0.2s;
}
.dropdown-option:hover,
.form-group select option:hover {
    background-color: #f1f5f9;
    color: #2563eb;
}
#machineType,
#state,
.form-group select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    will-change: border-color, box-shadow;
    position: relative;
    font-family: inherit !important;
}
#machineType,
#state,
.form-group select,
select,
select#machineType,
select#state,
select.form-control {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e")
        right 12px center/16px no-repeat #fff !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 12px 40px 12px 16px !important;
    font-size: 1rem !important;
    color: #1e293b !important;
    font-family: inherit !important;
    cursor: pointer !important;
    transition:
        border-color 0.2s,
        box-shadow 0.2s !important;
    width: 100% !important;
    height: auto !important;
    min-height: 48px !important;
}
#captchaInput,
#captchaText {
    font-family: "Courier New", monospace;
}
#machineType:focus,
#state:focus,
.form-group select:focus,
select#machineType:focus,
select#state:focus,
select.form-control:focus,
select:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%232563eb' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e") !important;
    border-color: #2563eb !important;
    box-shadow: 0 0 0 3px rgb(37 99 235 / 0.1) !important;
    outline: 0 !important;
}
.form-group select::placeholder {
    color: #9ca3af;
    font-style: italic;
}
.form-group textarea {
    resize: vertical;
    min-height: 100px;
}
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.captcha-section {
    margin: 1.5rem 0;
    padding: 1rem;
    background: #f8fafc;
    border-radius: 8px;
    border: 2px solid #e2e8f0;
}
.captcha-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.captcha-challenge {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #fff;
    padding: 1rem;
    border-radius: 8px;
    border: 2px solid #e2e8f0;
}
#captchaText {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2563eb;
    background: #f1f5f9;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    letter-spacing: 2px;
    user-select: none;
    min-width: 120px;
    text-align: center;
}
.refresh-btn {
    background: #2563eb;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 0.5rem;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}
.refresh-btn:hover {
    background: #1d4ed8;
    transform: rotate(180deg);
}
#captchaInput {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 1rem;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#captchaInput:focus,
.search-input:focus {
    outline: 0;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgb(37 99 235 / 0.1);
}
.btn-primary-cta:hover,
.btn-secondary-cta:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 8px 30px rgb(0 0 0 / 0.2);
}
.checkbox-group {
    margin: 1.5rem 0;
}
.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #64748b;
    flex-wrap: nowrap;
}
.checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    flex-shrink: 0;
    margin-top: 2px;
}
.checkbox-label input[type="checkbox"]:checked + .checkmark {
    background: #2563eb;
    border-color: #2563eb;
}
.checkbox-label input[type="checkbox"]:checked + .checkmark::after {
    content: "✓";
    color: #fff;
    font-weight: 700;
    font-size: 12px;
}
.checkbox-label input[type="checkbox"].error + .checkmark,
.form-group input.error,
.form-group select.error,
.form-group textarea.error {
    border-color: #ef4444;
    box-shadow: 0 0 0 3px rgb(239 68 68 / 0.1);
}
.checkbox-label input[type="checkbox"].highlight {
    animation: 0.6s ease-in-out checkboxPulse;
}
.checkbox-label input[type="checkbox"].highlight + .checkmark {
    animation: 0.6s ease-in-out checkmarkPulse;
}
.checkbox-label input[type="checkbox"].highlight ~ * {
    animation: 0.6s ease-in-out labelHighlight;
}
@keyframes labelHighlight {
    0%,
    100% {
        background-color: #fff0;
    }
    25%,
    75% {
        background-color: rgb(239 68 68 / 0.1);
    }
    50% {
        background-color: rgb(239 68 68 / 0.15);
    }
}
@keyframes checkboxPulse {
    0%,
    100% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.2);
    }
    50% {
        transform: scale(1.1);
    }
    75% {
        transform: scale(1.15);
    }
}
@keyframes checkmarkPulse {
    0% {
        transform: scale(1);
        border-color: #e2e8f0;
    }
    25% {
        transform: scale(1.3);
        border-color: #ef4444;
    }
    50% {
        transform: scale(1.2);
        border-color: #ef4444;
    }
    75% {
        transform: scale(1.25);
        border-color: #ef4444;
    }
    100% {
        transform: scale(1);
        border-color: #ef4444;
    }
}
.checkbox-label input[type="checkbox"].bounce {
    animation: 0.8s ease-in-out checkboxBounce;
}
@keyframes checkboxBounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0) scale(1);
    }
    10% {
        transform: translateY(-5px) scale(1.1);
    }
    30% {
        transform: translateY(-3px) scale(1.05);
    }
    40% {
        transform: translateY(-2px) scale(1.02);
    }
    60% {
        transform: translateY(-1px) scale(1.01);
    }
}
.terms-link:hover {
    text-decoration: underline;
}
.checkbox-text {
    flex: 1;
    min-width: 0;
}
.form-loading {
    opacity: 0.7;
    pointer-events: none;
}
.form-loading .btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid #fff0;
    border-top: 2px solid #fff;
    border-radius: 50%;
    animation: 1s linear infinite spin;
}
.cta-section {
    position: relative;
    background: linear-gradient(135deg, #1e3a8a 0, #6366f1 100%);
    padding: 5rem 0;
    overflow: hidden;
}
.cta-background,
.cta-pattern,
.footer::before {
    position: absolute;
    left: 0;
}
.cta-background {
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.cta-pattern {
    top: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="cta-pattern" width="40" height="40" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="0" cy="0" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="40" cy="40" r="1.5" fill="rgba(255,255,255,0.08)"/></pattern></defs><rect width="100" height="100" fill="url(%23cta-pattern)"/></svg>');
    opacity: 0.6;
    animation: 20s ease-in-out infinite float;
}
@keyframes float {
    0%,
    100% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(-20px) rotate(1deg);
    }
}
.cta-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}
.cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgb(255 255 255 / 0.2);
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    margin-bottom: 1.5rem;
    border: 1px solid rgb(255 255 255 / 0.3);
    animation: 0.8s ease-out 0.2s both fadeInUp;
}
.cta-badge i {
    font-size: 0.75rem;
    color: #fbbf24;
}
.cta-headline {
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1.2;
    animation: 0.8s ease-out 0.3s both fadeInUp;
}
.cta-description {
    font-size: 1.25rem;
    color: rgb(255 255 255 / 0.9);
    line-height: 1.6;
    margin-bottom: 2.5rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    animation: 0.8s ease-out 0.4s both fadeInUp;
}
.cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-bottom: 3rem;
    animation: 0.8s ease-out 0.5s both fadeInUp;
}
.btn-primary-cta,
.btn-secondary-cta {
    display: inline-flex;
    gap: 0.75rem;
    font-size: 1.125rem;
    font-weight: 600;
    padding: 1rem 2.5rem;
    text-decoration: none;
    cursor: pointer;
}
.btn-primary-cta {
    align-items: center;
    background: #fff;
    color: #2563eb;
    border-radius: 10px;
    transition: 0.3s;
    box-shadow: 0 4px 20px rgb(0 0 0 / 0.15);
    border: none;
}
.btn-secondary-cta,
.contact-item {
    align-items: center;
    transition: 0.3s;
}
.btn-primary-cta:hover {
    color: #1d4ed8;
}
.back-to-top-btn i,
.btn-primary-cta i,
.btn-secondary-cta i,
.mobile-cta-btn i {
    font-size: 1rem;
}
.btn-secondary-cta {
    background: 0 0;
    color: #fff;
    border-radius: 10px;
    border: 2px solid #fff;
}
.btn-secondary-cta:hover {
    background: #fff;
    color: #2563eb;
}
.contact-options {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 2rem;
    margin-bottom: 2.5rem;
    animation: 0.8s ease-out 0.6s both fadeInUp;
    flex-wrap: wrap;
}
.contact-item {
    display: flex;
    gap: 1rem;
    text-align: left;
    padding: 1rem;
    background: rgb(255 255 255 / 0.05);
    border-radius: 12px;
    border: 1px solid rgb(255 255 255 / 0.1);
    min-width: 200px;
    flex: 1;
    max-width: 280px;
}
.contact-icon,
.trust-item {
    display: flex;
    align-items: center;
}
.contact-item:hover {
    background: rgb(255 255 255 / 0.1);
    border-color: rgb(255 255 255 / 0.2);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgb(0 0 0 / 0.2);
}
.contact-icon {
    width: 48px;
    height: 48px;
    background: rgb(255 255 255 / 0.15);
    border-radius: 12px;
    justify-content: center;
    border: 1px solid rgb(255 255 255 / 0.2);
    flex-shrink: 0;
    transition: 0.3s;
}
.contact-item:hover .contact-icon {
    background: rgb(255 255 255 / 0.2);
    transform: scale(1.05);
}
.contact-icon i {
    font-size: 1.2rem;
    color: #fff;
}
.contact-item:has(.contact-icon .fa-phone) .contact-icon {
    background: rgb(16 185 129 / 0.15);
    border-color: rgb(16 185 129 / 0.3);
}
.contact-item:has(.contact-icon .fa-phone) .contact-icon i {
    color: #10b981;
}
.contact-item:has(.contact-icon .fa-envelope) .contact-icon {
    background: rgb(245 158 11 / 0.15);
    border-color: rgb(245 158 11 / 0.3);
}
.contact-item:has(.contact-icon .fa-envelope) .contact-icon i {
    color: #f59e0b;
}
.contact-item:has(.contact-icon .fa-map-marker-alt) .contact-icon {
    background: rgb(239 68 68 / 0.15);
    border-color: rgb(239 68 68 / 0.3);
}
.contact-item:has(.contact-icon .fa-map-marker-alt) .contact-icon i {
    color: #ef4444;
}
.contact-value:hover,
.trust-item i {
    color: #fbbf24;
}
.contact-item:has(.contact-icon .fa-phone):hover .contact-icon {
    background: rgb(16 185 129 / 0.25);
    border-color: rgb(16 185 129 / 0.4);
    box-shadow: 0 4px 15px rgb(16 185 129 / 0.3);
}
.contact-item:has(.contact-icon .fa-envelope):hover .contact-icon {
    background: rgb(245 158 11 / 0.25);
    border-color: rgb(245 158 11 / 0.4);
    box-shadow: 0 4px 15px rgb(245 158 11 / 0.3);
}
.contact-item:has(.contact-icon .fa-map-marker-alt):hover .contact-icon {
    background: rgb(239 68 68 / 0.25);
    border-color: rgb(239 68 68 / 0.4);
    box-shadow: 0 4px 15px rgb(239 68 68 / 0.3);
}
.contact-details {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
}
.contact-label {
    padding-left: 4rem;
    justify-self: flex-start;
    font-size: 0.875rem;
    color: rgb(255 255 255 / 0.8);
    font-weight: 500;
    margin-bottom: 0.25rem;
}
.contact-value {
    font-size: 1rem;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s;
    line-height: 1.3;
    word-break: break-word;
}
.trust-elements {
    display: flex;
    justify-content: center;
    gap: 2rem;
    animation: 0.8s ease-out 0.7s both fadeInUp;
}
.trust-item {
    gap: 0.5rem;
    color: rgb(255 255 255 / 0.9);
    font-size: 0.875rem;
    font-weight: 500;
}
.mobile-cta-btn,
.sticky-mobile-cta {
    align-items: center;
    padding: 0.75rem 1rem;
}
.trust-item i {
    font-size: 0.875rem;
}
.sticky-mobile-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #2563eb 0, #1d4ed8 100%);
    z-index: 1000;
    box-shadow: 0 -4px 20px rgb(0 0 0 / 0.15);
    animation: 0.3s ease-out slideUp;
    height: 64px;
    display: none;
    justify-content: space-between;
    gap: 0.75rem;
    margin: 0;
    border: none;
    outline: 0;
}
.mobile-action-btn,
.mobile-cta-btn {
    display: flex;
    height: 48px;
    text-decoration: none;
    transition: 0.3s;
}
.mobile-cta-btn {
    justify-content: center;
    gap: 0.5rem;
    background: #fff;
    color: #2563eb;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgb(0 0 0 / 0.15);
    flex: 1;
    max-width: 200px;
    margin: 0 0.5rem;
}
.mobile-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgb(0 0 0 / 0.2);
    color: #1d4ed8;
}
.mobile-action-btn {
    align-items: center;
    justify-content: center;
    width: 48px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgb(0 0 0 / 0.15);
    border: none;
    cursor: pointer;
    flex-shrink: 0;
}
.whatsapp-btn {
    background: #25d366;
    color: #fff;
}
.whatsapp-btn:hover {
    background: #20c55a;
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 4px 12px rgb(37 211 102 / 0.3);
}
.whatsapp-btn i {
    font-size: 1.2rem;
}
.back-to-top-btn {
    background: rgb(255 255 255 / 0.9);
    color: #2563eb;
    opacity: 0.7;
    transition: 0.3s;
}
.back-to-top-btn:hover {
    background: #fff;
    color: #1d4ed8;
    opacity: 1;
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 4px 12px rgb(37 99 235 / 0.3);
}
@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}
@media (max-width: 1024px) {
    .cta-headline {
        font-size: 2.5rem;
    }
    .cta-description {
        font-size: 1.125rem;
    }
    .contact-options {
        gap: 1.5rem;
        flex-direction: column;
        align-items: center;
    }
    .contact-item {
        max-width: 100%;
        width: 100%;
        min-width: auto;
        justify-content: flex-start;
    }
    .trust-elements {
        gap: 1.5rem;
    }
}
@media (max-width: 768px) {
    .checkbox-label {
        flex-wrap: wrap;
        white-space: normal;
        line-height: 1.4;
        font-size: 0.85rem;
        gap: 0.5rem;
        align-items: flex-start;
    }
    .checkbox-text {
        flex: 1;
        min-width: 0;
        word-wrap: break-word;
        hyphens: auto;
    }
    .checkbox-label .terms-link {
        display: inline;
        word-break: keep-all;
        white-space: nowrap;
    }
    .checkbox-label .checkmark {
        margin-top: 0;
        align-self: flex-start;
        flex-shrink: 0;
    }
    .checkbox-label {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .cta-section {
        padding: 4rem 0;
    }
    .cta-headline {
        font-size: 2rem;
    }
    .cta-description {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    .cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        margin-bottom: 2rem;
    }
    .btn-primary-cta,
    .btn-secondary-cta {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
    .contact-options {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }
    .contact-item {
        max-width: 100%;
        width: 100%;
        min-width: auto;
        padding: 1.25rem;
        text-align: center;
        flex-direction: column;
        gap: 0.75rem;
    }
    .contact-icon {
        width: 52px;
        height: 52px;
        margin-bottom: 0.5rem;
    }
    .contact-icon i {
        font-size: 1.4rem;
    }
    .contact-details {
        text-align: center;
        gap: 0.5rem;
    }
    .contact-label {
        font-size: 1rem;
        font-weight: 600;
    }
    .contact-value {
        font-size: 1.1rem;
        font-weight: 700;
    }
    .contact-divider {
        display: none;
    }
    .trust-elements {
        flex-direction: column;
        gap: 1rem;
    }
    .sticky-mobile-cta {
        display: flex;
    }
    body {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    body:has(.sticky-mobile-cta) {
        padding-bottom: 64px;
    }
}
@media (max-width: 480px) {
    .cta-section {
        padding: 3rem 0;
    }
    .cta-headline {
        font-size: 1.75rem;
    }
    .cta-description {
        font-size: 0.95rem;
    }
    .contact-item {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
    .contact-icon {
        width: 35px;
        height: 35px;
    }
}
.footer {
    background: linear-gradient(135deg, #1f2937 0, #111827 100%);
    color: #fff;
    overflow: visible;
    padding: 1rem 0 0.5rem;
    box-shadow: var(--shadow-3);
}
.footer::before {
    content: "";
    top: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #f97316, #3b82f6);
    background-size: 200% 100%;
    animation: 3s ease-in-out infinite gradientShift;
}
.contact-item.loading i,
.loading::after,
.newsletter-form button.loading i {
    animation: 1s linear infinite spin;
}
@keyframes gradientShift {
    0%,
    100% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}
.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 1rem;
    padding: 1rem 0;
    max-width: 1280px;
    margin: 0 auto;
}
.footer-section {
    display: flex;
    flex-direction: column;
}
.footer-section h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
}
.footer-section h4 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1.25rem;
    position: relative;
}
.footer-section h5,
li {
    margin-bottom: 0.5rem;
}
.footer-section h4::after {
    content: "";
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 2rem;
    height: 2px;
    background: linear-gradient(90deg, #3b82f6, #f97316);
}
.footer-section h5 {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
}
.footer-section .contact-item {
    max-width: 100%;
    min-width: 100%;
    padding: 12px !important;
}
.company-info {
    max-width: 400px;
}
.footer-logo .tagline {
    color: #3b82f6;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.company-description {
    color: #d1d5db;
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}
.trust-badges {
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    flex-wrap: nowrap;
}
.badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
    color: #f97316;
    font-weight: 500;
}
.footer-links a,
.social-link {
    color: #d1d5db;
    text-decoration: none;
}
.badge i {
    font-size: 0.875rem;
}
.social-links {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background: rgb(255 255 255 / 0.1);
    border-radius: 50%;
    transition: 0.3s;
    font-size: 1rem;
}
.social-link:hover {
    background: #3b82f6;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgb(59 130 246 / 0.3);
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links-wrapper {
    display: contents;
}
.footer-links li {
    margin-bottom: 0.75rem;
}
.footer-links a {
    font-size: 0.875rem;
    display: inline-block;
}
.footer-links a::before {
    content: "";
    transform: translateY(-50%);
}
.footer-links a:hover::before {
    width: 0.5rem;
    transform: translateY(-50%) scale(1);
}
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}
.contact-item {
    display: grid !important;
    grid-template-columns: 1fr 3fr !important;
    gap: 0 !important;
    font-size: 0.875rem;
}
.contact-item i {
    color: #3b82f6;
    font-size: 1rem;
    margin-top: 0.125rem;
    flex-shrink: 0;
}
.contact-item a {
    color: #bbb;
    text-decoration: none;
    transition: color 0.3s;
}
.contact-item a:hover,
.info-item:hover label,
.legal-links a:hover {
    color: #3b82f6;
}
.contact-item span {
    color: #d1d5db;
}
.newsletter {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgb(255 255 255 / 0.1);
}
.newsletter p {
    color: #9ca3af;
    font-size: 0.8125rem;
    margin-bottom: 1rem;
}
.newsletter-form button,
.newsletter-form input {
    color: #fff;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.newsletter-form {
    display: flex;
    gap: 0.5rem;
}
.newsletter-form input {
    flex: 1;
    padding: 0.75rem;
    background: rgb(255 255 255 / 0.1);
    border: 1px solid rgb(255 255 255 / 0.2);
    border-radius: 0.375rem;
    font-size: 0.875rem;
    box-shadow: var(--inner-soft);
    max-width: 15rem;
}
.newsletter-form button,
.newsletter-message {
    padding: 0.75rem 1rem;
    position: relative;
    overflow: hidden;
}
.newsletter-form input::placeholder {
    color: #9ca3af;
}
.newsletter-form button {
    background: linear-gradient(135deg, #3b82f6 0, #1d4ed8 100%);
    border: none;
    border-radius: 0.375rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 3rem;
    height: 2.75rem;
    box-shadow: var(--shadow-2);
}
.newsletter-form button:hover {
    background: linear-gradient(135deg, #2563eb 0, #1e40af 100%);
    transform: translateY(-3px);
    box-shadow: var(--shadow-3), var(--glow-blue);
}
.newsletter-form button:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgb(59 130 246 / 0.2);
}
.newsletter-form button.loading {
    background: #6b7280;
    cursor: not-allowed;
    pointer-events: none;
}
#machineModal,
.newsletter-form button.loading::after,
.newsletter-form.loading .btn::after {
    display: none !important;
}
.newsletter-form.loading {
    opacity: 1 !important;
    pointer-events: auto !important;
}
.dropdown-content,
.loading {
    pointer-events: none;
}
.newsletter-form button.success {
    background: #10b981;
    animation: 0.6s ease-in-out successPulse;
}
.newsletter-form button.success i {
    animation: 0.5s ease-in-out checkmark;
}
.newsletter-message {
    margin-top: 0.75rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    text-align: center;
    animation: 0.3s ease-out slideDown;
    width: 100%;
    max-width: 100%;
}
.newsletter-message-container {
    width: 100%;
    margin-top: 0.75rem;
    position: relative;
}
.newsletter-message.success {
    background: linear-gradient(135deg, rgb(16 185 129 / 0.1), rgb(16 185 129 / 0.05));
    color: #10b981;
    border: 1px solid rgb(16 185 129 / 0.2);
    box-shadow: 0 2px 8px rgb(16 185 129 / 0.1);
}
.newsletter-message.error {
    background: linear-gradient(135deg, rgb(239 68 68 / 0.1), rgb(239 68 68 / 0.05));
    color: #ef4444;
    border: 1px solid rgb(239 68 68 / 0.2);
    box-shadow: 0 2px 8px rgb(239 68 68 / 0.1);
}
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slideUp {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-10px);
    }
}
@keyframes checkmark {
    0% {
        transform: scale(0) rotate(0);
    }
    50% {
        transform: scale(1.2) rotate(180deg);
    }
    100% {
        transform: scale(1) rotate(360deg);
    }
}
.newsletter-form input:focus {
    outline: 0;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgb(59 130 246 / 0.1);
    transform: translateY(-1px);
    background: rgb(255 255 255 / 0.15);
}
.form-group.error input,
.form-group.error select,
.form-group.error textarea,
.newsletter-form.error input {
    border-color: #ef4444;
    box-shadow: 0 0 0 3px rgb(239 68 68 / 0.1);
    animation: 0.5s ease-in-out shake;
}
.form-group.success input,
.form-group.success select,
.form-group.success textarea,
.newsletter-form.success input {
    border-color: #10b981;
    box-shadow: 0 0 0 3px rgb(16 185 129 / 0.1);
}
.footer-bottom {
    margin-top: 1rem;
    background: #0f172a;
    border-top: 1px solid rgb(255 255 255 / 0.1);
    padding: 0.5rem 0;
    box-shadow: var(--shadow-1);
}
.card-hover,
.category-card,
.feature-card,
.stock-item {
    box-shadow: 0 2px 8px rgb(0 0 0 / 0.08);
    border: 1px solid #e5e7eb;
}
.bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}
.copyright,
.legal-links {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.copyright p {
    color: #9ca3af;
    font-size: 0.875rem;
    margin: 0;
}
.established {
    color: #6b7280;
    font-size: 0.8125rem;
    font-style: italic;
}
.legal-links a {
    color: #9ca3af;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.3s;
}
.made-with-love {
    color: #9ca3af;
    font-size: 0.8125rem;
}
.made-with-love i {
    color: #ef4444;
    margin: 0 0.25rem;
}
html {
    scroll-behavior: smooth;
    scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0s !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0s !important;
        scroll-behavior: auto !important;
    }
}
.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, #3b82f6, #f97316);
    z-index: 1000;
    transition: width 0.1s;
}
.animate-on-scroll,
.animate-stagger {
    opacity: 0;
    transform: translateY(30px);
    transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.card-hover,
.category-card,
.feature-card,
.stock-item,
input,
select,
textarea {
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.animate-on-scroll.visible,
.animate-stagger.visible {
    opacity: 1;
    transform: translateY(0);
}
.animate-stagger:first-child {
    transition-delay: 0.1s;
}
.animate-stagger:nth-child(2) {
    transition-delay: 0.2s;
}
.animate-stagger:nth-child(3) {
    transition-delay: 0.3s;
}
.animate-stagger:nth-child(4) {
    transition-delay: 0.4s;
}
.animate-stagger:nth-child(5) {
    transition-delay: 0.5s;
}
.animate-stagger:nth-child(6) {
    transition-delay: 0.6s;
}
.card-hover,
.category-card,
.feature-card {
    transform: translateY(0);
}
.card-hover:hover,
.category-card:hover,
.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgb(0 0 0 / 0.12);
    border-color: #3b82f6;
}
.card-hover:hover .card-icon {
    transform: scale(1.1) rotate(5deg);
}
.category-card:hover .card-icon,
.feature-card:hover .feature-icon {
    transform: scale(1.1) rotate(5deg);
    color: #3b82f6;
}
.category-card:hover .card-link {
    transform: translateX(4px);
    color: #3b82f6;
}
.stock-item {
    transform: translateY(0);
    cursor: pointer;
}
.stock-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgb(0 0 0 / 0.1);
    border-color: #3b82f6;
}
.stock-item:hover .stock-actions .btn {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgb(0 0 0 / 0.15);
}
.stock-item:active {
    transform: translateY(-2px) scale(0.98);
}
.btn-enhanced {
    position: relative;
    overflow: hidden;
    transition: 0.2s;
}
.btn-enhanced:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgb(0 0 0 / 0.15);
}
.btn-enhanced:active {
    transform: scale(0.98);
}
.link-hover::after,
.nav-link::after {
    width: 0;
    background: #3b82f6;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    content: "";
}
.btn-enhanced .btn-icon {
    transition: transform 0.2s;
}
.btn-enhanced:hover .btn-icon {
    transform: translateX(2px);
}
.btn-secondary:hover {
    background: #3b82f6;
    color: #fff;
    border-color: #3b82f6;
}
.link-hover {
    position: relative;
    transition: color 0.3s;
}
.link-hover::after {
    bottom: -2px;
    transition: 0.3s;
}
.contact-link:hover::after,
.contact-value:hover::after,
.enhanced-link:hover::after,
.link-hover:hover::after,
.nav-link.active::after,
.nav-link:hover::after {
    width: 100%;
}
.privacy-link,
.terms-link {
    background: 0 0;
    border: none;
    color: #3b82f6;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
    font: inherit;
}
.contact-link,
.enhanced-link {
    text-decoration: none;
    position: relative;
}
.clear-btn {
    background: #dc2626 !important;
    color: #fff !important;
}
.condition-badge {
    background: #10b981 !important;
    color: #fff !important;
    font-weight: 600;
    padding: 0.35rem 0.75rem;
}
.nav-link {
    position: relative;
    transition: 0.3s;
}
.nav-link::after {
    bottom: -4px;
    height: 2px;
    transition: 0.3s;
}
.nav-link:hover {
    color: #3b82f6;
    transform: translateY(-1px);
}
.mobile-nav-item {
    transition: 0.3s;
    transform: translateX(20px);
    opacity: 0;
}
.mobile-nav-item.animate-in {
    transform: translateX(0);
    opacity: 1;
    padding-bottom: 1rem;
}
.mobile-nav-item:hover {
    background: rgb(59 130 246 / 0.1);
    transform: translateX(4px);
}
.icon-hover:hover,
.social-icon:hover {
    transform: scale(1.15) rotate(5deg);
}
.footer-links a {
    transition: 0.3s;
    position: relative;
}
.footer-links a:hover {
    color: #3b82f6;
    transform: translateX(4px);
}
.footer-links a::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #3b82f6;
    border-radius: 50%;
    transform: translateY(-50%) scale(0);
    transition: 0.3s;
}
.form-input,
.icon-hover,
.social-icon {
    transition: 0.2s;
}
.social-icon:hover {
    background: #3b82f6;
    color: #fff;
}
.form-input:focus,
input:focus,
select:focus,
textarea:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgb(59 130 246 / 0.1);
    transform: translateY(-1px);
}
input:focus,
select:focus,
textarea:focus {
    outline: 0;
}
.loading {
    position: relative;
    opacity: 0.7;
    opacity: 0.6;
}
.loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3b82f6;
    border-radius: 50%;
}
@keyframes successPulse {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}
.success-pulse {
    animation: 0.6s ease-in-out successPulse;
    background-color: #10b981 !important;
    color: #fff !important;
}
@keyframes shake {
    0%,
    100% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-10px);
    }
    75% {
        transform: translateX(10px);
    }
}
.shake {
    animation: 0.5s ease-in-out shake;
}
.btn.shake {
    animation: 0.6s ease-in-out buttonShake;
}
@keyframes buttonShake {
    0%,
    100% {
        transform: translateX(0);
    }
    10% {
        transform: translateX(-8px) scale(1.02);
    }
    20% {
        transform: translateX(8px) scale(1.02);
    }
    30% {
        transform: translateX(-6px) scale(1.01);
    }
    40% {
        transform: translateX(6px) scale(1.01);
    }
    50% {
        transform: translateX(-4px) scale(1.005);
    }
    60% {
        transform: translateX(4px) scale(1.005);
    }
    70% {
        transform: translateX(-2px);
    }
    80% {
        transform: translateX(2px);
    }
    90% {
        transform: translateX(-1px);
    }
}
@keyframes pulse {
    0%,
    100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}
.pulse {
    animation: 1.5s infinite pulse;
}
.skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: 1.5s infinite loading;
}
@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}
.toast {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
    transform: translateX(100%);
    transition: transform 0.3s;
    z-index: 1000;
}
.toast.success {
    background: #10b981;
}
.toast.error {
    background: #ef4444;
}
.toast.info {
    background: #3b82f6;
}
.spinner {
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3b82f6;
    border-radius: 50%;
    animation: 1s linear infinite spin;
}
@keyframes float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
.float {
    animation: 3s ease-in-out infinite float;
}
@keyframes slideUpFade {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.slide-up-fade {
    animation: 0.8s ease-out both slideUpFade;
}
@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
.scale-in {
    animation: 0.5s ease-out both scaleIn;
}
@keyframes bounce {
    0%,
    100%,
    20%,
    53%,
    80% {
        transform: translateY(0);
    }
    40%,
    43% {
        transform: translateY(-10px);
    }
    70% {
        transform: translateY(-5px);
    }
    90% {
        transform: translateY(-2px);
    }
}
.bounce {
    animation: 1s bounce;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fade-in {
    animation: 0.6s ease-out both fadeIn;
}
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.slide-in-left {
    animation: 0.6s ease-out both slideInLeft;
}
@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.slide-in-right {
    animation: 0.6s ease-out both slideInRight;
}
@media (max-width: 1024px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
        padding: 3rem 0;
    }
    .company-info {
        grid-column: 1/-1;
        max-width: none;
    }
}
@media (max-width: 768px) {
    .stock-item:active {
        transform: scale(0.95);
        transition: transform 0.1s;
    }
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2rem 0;
    }
    .bottom-content {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    .legal-links {
        order: -1;
    }
    .footer-links-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
    .footer-links-wrapper .footer-section {
        margin: 0;
    }
    .mobile-menu-footer .mobile-cta-btn {
        display: none !important;
    }
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgb(0 0 0 / 0.05);
        padding: 2rem 0;
    }
    .nav-menu.active {
        left: 0;
    }
    .nav-toggle {
        display: flex;
    }
    .hero {
        padding: 6rem 0 2rem;
    }
}
@media (min-width: 1024px) and (max-width: 1440px) {
    .hero-buttons,
    .hero-subtitle {
        margin-bottom: 1.5rem;
    }
    .hero {
        min-height: 100vh;
        height: auto;
        padding: 0;
    }
    .hero-container {
        gap: 1.5rem;
        min-height: 100vh;
    }
    .hero-content h1 {
        font-size: 3.2rem;
        margin-bottom: 1rem;
    }
    .hero-subtitle {
        font-size: 1.2rem;
    }
    .hero-stats {
        margin-bottom: 1rem;
    }
    .machinery-showcase {
        gap: 1rem;
        max-width: 300px;
    }
    .machine-card {
        padding: 1.5rem;
    }
    .machine-icon {
        width: 50px;
        height: 50px;
    }
    .machine-card h4 {
        font-size: 1rem;
    }
    .machine-card p {
        font-size: 0.85rem;
    }
}
@media (max-width: 768px) {
    .about-content,
    .contact-content,
    .form-row,
    .hero-container,
    .stock-filters {
        grid-template-columns: 1fr;
    }
    .hero {
        min-height: calc(100vh - 60px);
        height: auto;
        padding: 60px 0 0;
    }
    .hero-container {
        text-align: center;
        gap: 2rem;
        min-height: auto;
        align-items: flex-start;
        padding: 0;
        margin: 0;
        padding-top: 5rem !important;
        padding-right: 20rem !important;
    }
    .hero-buttons,
    .hero-stats,
    .hero-visual {
        justify-content: center;
    }
    .hero-visual {
        padding-left: 0;
    }
    .hero-content h1 {
        font-size: 2.8rem;
        line-height: 1.15;
    }
    .trust-badges {
        justify-content: center;
        gap: 1.5rem;
        flex-wrap: nowrap;
    }
    .trust-badge {
        font-size: 0.7rem;
        padding: 0.3rem 0.6rem;
        white-space: nowrap;
        flex-shrink: 0;
    }
    .stock-filters {
        gap: 2rem;
        text-align: center;
        max-width: 100%;
        padding: 0 1rem;
    }
    .company-dropdown {
        max-width: 200px;
    }
    .company-dropdown-btn {
        font-size: 0.85rem;
        padding: 0.6rem 0.8rem;
    }
    .filter-buttons {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        max-width: 500px;
        justify-content: center;
        overflow-x: auto;
        padding-bottom: 1rem;
        grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
        gap: 0.5rem;
    }
    .filter-btn {
        white-space: nowrap;
        font-size: 0.8rem;
        padding: 0.6rem 0.8rem;
    }
    .subtype-filter {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        margin-top: 1rem;
        padding: 0;
        box-shadow: none;
        border-radius: 0;
    }
    .subtype-filter.show {
        max-height: 400px;
        padding-top: 1rem;
    }
    .subtype-filter h4 {
        font-size: 1rem;
    }
    .subtype-filter .filter-buttons {
        justify-content: center;
        flex-wrap: wrap;
    }
    .subtype-filter-btn {
        font-size: 0.8rem;
        padding: 0.6rem 0.8rem;
        margin: 0.2rem;
    }
    .filter-group:first-child {
        padding-bottom: 0;
    }
    .captcha-challenge {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    #captchaText {
        min-width: auto;
        width: 100%;
    }
    .refresh-btn {
        width: 100%;
        max-width: 200px;
    }
}
.hero,
.legal-modal-body h3:first-child {
    margin-top: 0;
}
@media (max-width: 480px) {
    .footer-content {
        padding: 1.5rem 0;
    }
    .newsletter-form {
        flex-direction: row;
    }
    .hero {
        min-height: calc(100vh - 60px - 64px);
        padding: 60px 0 0;
    }
    .hero-container {
        padding: 1.5rem 16px 2rem;
        gap: 1.5rem;
    }
    .hero-content h1 {
        font-size: var(--font-size-4xl);
        line-height: 1.15;
        letter-spacing: var(--tracking-tight);
    }
    .hero-subtitle {
        font-size: var(--font-size-lg);
        line-height: var(--leading-relaxed);
    }
    .hero-buttons .btn {
        padding: 1rem 1.5rem;
        font-size: var(--font-size-sm);
        letter-spacing: var(--tracking-normal);
    }
    .hero-stats {
        flex-direction: column;
        gap: 1rem;
    }
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    .machinery-showcase {
        grid-template-columns: 1fr;
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.hero-content,
.hero-image {
    animation: 0.8s ease-out fadeInUp;
}
.hero {
    scroll-margin-top: 0;
    position: relative;
    top: 0;
    margin-bottom: 0;
}
.header + .hero {
    margin-top: 0;
    padding-top: 0;
}
@supports (height: 100dvh) {
    @media (max-width: 768px) {
        .hero {
            min-height: calc(100dvh - 60px);
        }
    }
    @media (max-width: 480px) {
        .hero {
            min-height: calc(100dvh - 60px - 64px);
        }
    }
}
section.hero {
    margin: 0;
    padding: 0;
}
.footer {
    margin-top: auto;
}
.back-to-top,
.whatsapp-float,
body,
html {
    margin: 0 !important;
    padding: 0 !important;
}
.footer-bottom {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.footer :last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.back-to-top,
.whatsapp-float {
    position: fixed !important;
    z-index: 9999 !important;
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    transform-origin: center !important;
}
body,
html {
    overflow-x: hidden;
}
.footer::after {
    content: "";
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    border: none;
    background: 0 0;
}
.success {
    color: #10b981;
}
.error {
    color: #ef4444;
}
.modal {
    display: none !important;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 0.6);
    backdrop-filter: blur(8px);
    animation: 0.3s ease-out modalFadeIn;
}
.image-counter,
.image-nav-btn {
    z-index: 10;
    color: #fff;
    position: absolute;
}
.modal-content,
.modal-header {
    background: linear-gradient(135deg, #fff 0, #f8fafc 100%);
    display: flex;
}
#machineModal[style*="display: block"],
.modal[style*="display: block"] {
    display: block !important;
}
@keyframes modalFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.modal-content {
    position: absolute;
    padding: 0;
    border-radius: 20px;
    max-width: 1100px;
    overflow: hidden;
    flex-direction: column;
    box-shadow:
        0 25px 80px rgb(0 0 0 / 0.15),
        0 0 0 1px rgb(255 255 255 / 0.1);
    animation: 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) modalSlideIn;
    border: 1px solid rgb(255 255 255 / 0.2);
}
@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translate(-50%, -60%) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}
.modal-header {
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #f1f5f9;
    border-radius: 20px 20px 0 0;
    position: relative;
}
.modal-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #3b82f6 0, #1d4ed8 100%);
    border-radius: 2px;
}
.modal-header h2 {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 700;
    color: #1e293b;
    background: linear-gradient(135deg, #1e293b 0, #475569 100%);
    -webkit-background-clip: text;
    background-clip: text;
}
.modal-close {
    background: linear-gradient(135deg, #f8fafc 0, #e2e8f0 100%);
    border: 2px solid #e2e8f0;
    font-size: 1.5rem;
    color: #64748b;
    cursor: pointer;
    padding: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 300;
}
.modal-close:hover {
    background: linear-gradient(135deg, #ef4444 0, #dc2626 100%);
    color: #fff;
    transform: rotate(90deg) scale(1.1);
    border-color: #dc2626;
    box-shadow: 0 8px 25px rgb(239 68 68 / 0.3);
}
.modal-body {
    background: #fff;
    flex: 1;
    overflow-y: auto;
    min-height: 0;
}
.gallery-thumb,
.main-image {
    background: linear-gradient(135deg, #f8fafc 0, #e2e8f0 100%);
    cursor: pointer;
}
.machine-details-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    grid-template-rows: auto auto;
    gap: 0.5rem;
    position: relative;
    height: 100%;
}
.info-grid {
    grid-template-columns: 1fr 1fr;
}
.machine-details-grid::before {
    content: "";
    position: absolute;
    top: 0;
    left: 57%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0, #e2e8f0 20%, #e2e8f0 80%, transparent 100%);
}
.gallery-thumb::before,
.info-item::before,
.main-image::before {
    top: 0;
    left: 0;
    right: 0;
    content: "";
}
.machine-image-section {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-right: 1.5rem;
    justify-content: space-between;
    min-width: 0;
    overflow: hidden;
}
.main-image {
    width: 100%;
    height: 300px;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 10px 30px rgb(0 0 0 / 0.1),
        0 0 0 1px rgb(255 255 255 / 0.5);
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.gallery-thumb,
.info-item {
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}
.main-image:hover {
    transform: scale(1.02);
    box-shadow:
        0 20px 40px rgb(0 0 0 / 0.15),
        0 0 0 1px rgb(59 130 246 / 0.3);
}
.main-image::before {
    position: absolute;
    bottom: 0;
    background: linear-gradient(135deg, #fff0 0, rgb(59 130 246 / 0.1) 100%);
    opacity: 0;
    transition: opacity 0.3s;
}
.main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.image-gallery {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.75rem;
    overflow-x: auto;
    padding: 0.5rem 0;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 #f1f5f9;
    max-width: 100%;
}
.gallery-thumbnail {
    flex-shrink: 0;
}
.image-gallery::-webkit-scrollbar {
    height: 6px;
}
.image-gallery::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 3px;
}
.image-gallery::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #cbd5e1 0, #94a3b8 100%);
    border-radius: 3px;
}
.image-gallery::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #94a3b8 0, #64748b 100%);
}
.gallery-thumb {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    overflow: hidden;
    border: 3px solid #fff0;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgb(0 0 0 / 0.1);
}
.gallery-thumb::before {
    position: absolute;
    bottom: 0;
    background: linear-gradient(135deg, #fff0 0, rgb(59 130 246 / 0.2) 100%);
    opacity: 0;
    transition: opacity 0.3s;
}
.gallery-thumb:hover {
    transform: scale(1.1) rotate(2deg);
    border-color: #3b82f6;
    box-shadow: 0 8px 25px rgb(59 130 246 / 0.3);
}
.gallery-thumb.active {
    border-color: #1d4ed8;
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgb(29 78 216 / 0.4);
}
.gallery-thumb.active::before {
    opacity: 0.3;
}
.gallery-modal-image img,
.gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.machine-info-section {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    grid-column: 2;
    grid-row: 1/-1;
    padding-left: 1.5rem;
    position: relative;
    min-height: 0;
}
@keyframes slideDown {
    from {
        height: 0;
        opacity: 0;
    }
    to {
        height: 60px;
        opacity: 1;
    }
}
.info-grid {
    display: grid;
    gap: 1rem;
    animation: 0.6s ease-out 0.2s both fadeInUp;
    flex: 1;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.info-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.5rem;
    background: linear-gradient(135deg, #fff 0, #f8fafc 100%);
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
}
.info-item::before {
    position: absolute;
    height: 3px;
    background: linear-gradient(135deg, #3b82f6 0, #1d4ed8 100%);
    transform: scaleX(0);
    transition: transform 0.3s;
}
.info-item:hover {
    transform: translateY(-2px);
    box-shadow:
        0 10px 30px rgb(0 0 0 / 0.1),
        0 0 0 1px rgb(59 130 246 / 0.2);
    border-color: rgb(59 130 246 / 0.3);
}
.info-item.full-width {
    grid-column: 1/-1;
    background: linear-gradient(135deg, #f8fafc 0, #e2e8f0 100%);
    border: 2px solid #e2e8f0;
    padding: 1.5rem;
}
.info-item.full-width::before {
    height: 4px;
    background: linear-gradient(135deg, #10b981 0, #059669 100%);
}
.info-item.full-width:hover {
    border-color: rgb(16 185 129 / 0.3);
    box-shadow:
        0 10px 30px rgb(0 0 0 / 0.1),
        0 0 0 1px rgb(16 185 129 / 0.2);
}
.info-item label {
    font-weight: 700;
    color: #64748b;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    transition: color 0.3s;
}
.info-item span {
    color: #1e293b;
    font-size: 1.1rem;
    font-weight: 600;
    transition: 0.3s;
    position: relative;
}
.info-item:hover span {
    color: #0f172a;
    transform: translateX(2px);
}
.info-item p {
    color: #64748b;
    line-height: 1.7;
    margin: 0;
    font-size: 1rem;
    transition: color 0.3s;
}
.info-item.full-width:hover p {
    color: #475569;
}
.modal-actions {
    display: flex;
    gap: 1rem;
    max-height: 8vh;
    margin-top: 1rem;
    padding: 0.5rem 2rem 0;
    border-top: 2px solid #f1f5f9;
    animation: 0.6s ease-out 0.4s both fadeInUp;
    background: #fff;
    flex-shrink: 0;
}
.modal-actions .btn {
    flex: 1;
    padding: 0 1.5rem !important;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 12px;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.modal-actions .btn-primary {
    background: linear-gradient(135deg, #3b82f6 0, #1d4ed8 100%);
    border: 2px solid #3b82f6;
    box-shadow: 0 4px 15px rgb(59 130 246 / 0.3);
}
.modal-actions .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgb(59 130 246 / 0.4);
    background: linear-gradient(135deg, #2563eb 0, #1e40af 100%);
}
.modal-actions .btn-outline {
    background: linear-gradient(135deg, #fff 0, #f8fafc 100%);
    border: 2px solid #e2e8f0;
    color: #64748b;
    box-shadow: 0 4px 15px rgb(0 0 0 / 0.05);
}
.modal-actions .btn-outline:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #f8fafc 0, #e2e8f0 100%);
    border-color: #cbd5e1;
    color: #475569;
    box-shadow: 0 8px 25px rgb(0 0 0 / 0.1);
}
.gallery-thumbnail {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
    border: 2px solid #fff0;
    cursor: pointer;
    transition: 0.3s;
    margin: 0.25rem;
}
.gallery-thumbnail:hover {
    border-color: #3b82f6;
    transform: scale(1.05);
}
.gallery-thumbnail.active {
    border-color: #3b82f6;
    box-shadow: 0 0 0 2px rgb(59 130 246 / 0.2);
}
.image-counter {
    bottom: 10px;
    right: 10px;
    background: rgb(0 0 0 / 0.7);
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}
.image-nav-btn {
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgb(0 0 0 / 0.6);
    border: 2px solid rgb(255 255 255 / 0.3);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    opacity: 0;
    transition: 0.3s;
}
.image-nav-btn.prev {
    left: 10px;
}
.image-nav-btn.next {
    right: 10px;
}
.image-nav-btn:hover {
    background: rgb(59 130 246 / 0.8);
    border-color: #3b82f6;
    transform: translateY(-50%) scale(1.1);
}
.info-grid {
    height: 100%;
}
.modal-actions {
    flex-direction: row;
    grid-row: 2;
}
.dropdown-selected,
.dropdown-trigger {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-family: inherit;
    min-height: 48px;
    box-sizing: border-box;
    width: 100%;
}
.custom-dropdown {
    position: relative;
    width: 100%;
}
.dropdown-content,
.dropdown-options {
    position: absolute;
    left: 0;
    right: 0;
    box-shadow: 0 4px 12px rgb(0 0 0 / 0.15);
    z-index: 10001;
    overflow-y: auto;
    transform: translateY(-10px);
    visibility: hidden;
    opacity: 0;
}
.dropdown-selected {
    padding: 12px 40px 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    justify-content: space-between;
    transition:
        border-color 0.2s,
        box-shadow 0.2s;
    font-size: 1rem;
    color: #1e293b;
}
.custom-dropdown.active .dropdown-trigger,
.dropdown-selected.active,
.dropdown-selected.selected {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgb(37 99 235 / 0.1);
}
.dropdown-selected:hover,
.dropdown-trigger:hover {
    border-color: #d1d5db;
}
.dropdown-text {
    flex: 1;
    text-align: left;
}
.dropdown-arrow {
    color: #6b7280;
    font-size: 14px;
    transition:
        transform 0.2s,
        color 0.2s;
    margin-left: 8px;
}
.custom-dropdown.active .dropdown-arrow,
.dropdown-selected.active .dropdown-arrow {
    transform: rotate(180deg);
    color: #2563eb;
}
.dropdown-options {
    top: 100%;
    background: #fff;
    border: 2px solid #e2e8f0;
    border-top: none;
    border-radius: 0 0 8px 8px;
    max-height: 200px;
    transition: 0.2s;
}
.dropdown-option {
    padding: 12px 16px;
    cursor: pointer;
    transition:
        background-color 0.2s,
        color 0.2s;
    color: #64748b;
    border-bottom: 1px solid #f1f5f9;
}
.dropdown-option:last-child {
    border-bottom: none;
}
.dropdown-option.selected {
    background-color: #eff6ff;
    color: #2563eb;
    font-weight: 500;
}
.dropdown-search {
    padding: 8px 12px;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
}
.search-input:focus {
    box-shadow: 0 0 0 2px rgb(37 99 235 / 0.1);
}
.search-input::placeholder {
    font-size: 14px;
}
.dropdown-trigger {
    padding: 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    justify-content: space-between;
    transition:
        border-color 0.2s,
        box-shadow 0.2s;
    font-size: 1rem;
    color: #1e293b;
    text-align: left;
}
.dropdown-content {
    top: calc(100% + 4px);
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    max-height: 300px;
    transition: 0.2s;
}
.back-to-top,
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    cursor: pointer;
    transition: 0.3s;
    z-index: 9999;
}
.custom-dropdown.active .dropdown-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}
.dropdown-content .no-results {
    padding: 12px 20px;
    color: #9ca3af;
    font-style: italic;
    text-align: center;
    font-size: 14px;
}
.whatsapp-float {
    left: 20px;
    background: #25d366;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgb(37 211 102 / 0.4);
    animation: 2s infinite whatsappPulse;
}
.whatsapp-float a {
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgb(37 211 102 / 0.6);
}
@keyframes whatsappPulse {
    0%,
    100% {
        box-shadow: 0 4px 20px rgb(37 211 102 / 0.4);
    }
    50% {
        box-shadow:
            0 4px 20px rgb(37 211 102 / 0.6),
            0 0 0 10px rgb(37 211 102 / 0.1);
    }
}
@keyframes ripple {
    to {
        transform: scale(4);
        opacity: 0;
    }
}
.back-to-top {
    right: 20px;
    background: #2563eb;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 4px 15px rgb(37 99 235 / 0.3);
}
.back-to-top:hover {
    background: #1d4ed8;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgb(37 99 235 / 0.4);
}
.contact-link::after,
.enhanced-link::after {
    position: absolute;
    background: linear-gradient(90deg, #2563eb, #1d4ed8);
    transition: width 0.3s;
}
@media (max-width: 480px) {
    .modal-content {
        width: 100%;
        max-height: 94vh;
        border-radius: 0;
        margin: 3vh auto;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    .image-gallery,
    .modal-body {
        -webkit-overflow-scrolling: touch;
    }
    .modal-header {
        padding: 1.5rem 1rem 0.75rem;
        flex-shrink: 0;
    }
    .modal-header h2 {
        font-size: 1.25rem;
        line-height: 1.3;
    }
    .modal-body {
        padding: 1rem 1rem 1.5rem;
        overflow-y: auto;
        flex: 1;
        min-height: 0;
    }
    .machine-details-grid {
        gap: 1.25rem;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    .main-image {
        height: 200px;
        border-radius: 8px;
    }
    .image-gallery {
        padding: 0.5rem 0.75rem;
        overflow-x: auto;
    }
    .info-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    .info-item {
        padding: 0.625rem;
    }
    .info-item label {
        font-size: 0.8125rem;
    }
    .info-item span {
        font-size: 0.9375rem;
    }
    .modal-actions {
        margin-top: 1rem;
        gap: 0.75rem;
    }
    .modal-actions .btn {
        padding: 0.75rem 1rem;
        font-size: 0.9375rem;
    }
    .image-nav-btn {
        width: 30px;
        height: 30px;
        font-size: 12px;
        opacity: 1 !important;
        background: rgb(0 0 0 / 0.7);
    }
    .image-nav-btn.prev {
        left: 5px;
    }
    .image-nav-btn.next {
        right: 5px;
    }
    .gallery-thumbnail {
        flex-shrink: 0;
        width: 60px;
        height: 60px;
    }
    .image-counter {
        bottom: 5px;
        right: 5px;
        padding: 2px 5px;
        font-size: 10px;
    }
}
.no-results-message p,
blockquote,
li {
    line-height: var(--leading-relaxed);
}
.modal-content {
    width: 98%;
    max-height: 95vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal-body,
.modal-header {
    padding: 1rem;
}
::selection {
    background-color: rgb(37 99 235 / 0.2);
    color: #1f2937;
}
::-moz-selection {
    background-color: rgb(37 99 235 / 0.2);
    color: #1f2937;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
    outline: #2563eb solid 2px;
    outline-offset: 2px;
    border-radius: 4px;
}
@keyframes textFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.animate-text {
    animation: 0.6s ease-out forwards textFadeIn;
}
.enhanced-link {
    color: #2563eb;
    font-weight: 500;
    transition: color 0.3s;
}
.enhanced-link::after {
    content: "";
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
}
.contact-link::after,
.contact-value::after {
    bottom: 0;
    width: 0;
    height: 2px;
    content: "";
    left: 0;
}
blockquote {
    font-family: var(--font-serif);
    font-size: var(--font-size-xl);
    color: #374151;
    border-left: 4px solid #2563eb;
    padding-left: 1.5rem;
    margin: 2rem 0;
    font-style: italic;
}
code {
    font-family: "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, "Courier New", monospace;
    font-size: 0.875em;
    background-color: #f3f4f6;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    color: #1f2937;
}
.legal-modal-body ul,
ol,
ul {
    padding-left: 1.5rem;
}
ol,
ul {
    margin-bottom: 1rem;
}
table {
    font-feature-settings: "tnum" 1;
}
th {
    font-weight: 600;
    text-transform: uppercase;
    font-size: var(--font-size-sm);
}
@media print {
    body {
        font-size: 12pt;
        line-height: 1.4;
        color: #000;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: #000;
        page-break-after: avoid;
    }
    p {
        orphans: 3;
        widows: 3;
    }
}
.no-results-message {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40vh;
    text-align: center;
    animation: 0.6s ease-out fadeInUp;
}
.no-results-content {
    max-width: 500px;
    margin: 0 auto;
}
.no-results-icon {
    font-size: 4rem;
    color: #9ca3af;
    margin-bottom: 2rem;
    opacity: 0.7;
}
.no-results-message h3 {
    font-size: var(--font-size-3xl);
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
    letter-spacing: var(--tracking-tight);
}
.no-results-message p {
    font-size: var(--font-size-lg);
    color: #6b7280;
    margin-bottom: 0;
}
.contact-link {
    color: #2563eb;
    font-weight: 600;
    outline: 0;
    overflow: hidden;
    border-radius: 6px;
    transition: 0.3s;
}
.contact-link:hover {
    text-decoration: underline;
    color: #1d4ed8;
}
@media (max-width: 768px) and (orientation: landscape) {
    .hero {
        min-height: calc(100vh - 60px);
        padding: 60px 0 0;
    }
    .hero-container {
        gap: 1rem;
        padding: 0.5rem 16px 1rem;
    }
    .hero-content h1 {
        font-size: 2.2rem;
        margin-bottom: 0.5rem;
    }
    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .hero-stats {
        gap: 1rem;
        margin-bottom: 1rem;
    }
    .hero-buttons {
        gap: 0.75rem;
        margin-bottom: 1rem;
    }
}
@media (max-width: 480px) and (orientation: landscape) and (max-height: 500px) {
    .hero {
        min-height: calc(100vh - 60px - 64px);
        padding: 60px 0 0;
    }
    .hero-container {
        gap: 0.5rem;
        padding: 0.25rem 16px 0.5rem;
    }
    .hero-content h1 {
        font-size: 1.8rem;
        line-height: 1.1;
        margin-bottom: 0.25rem;
    }
    .hero-subtitle {
        font-size: 0.9rem;
        margin-bottom: 0.75rem;
    }
    .hero-stats {
        flex-direction: row;
        gap: 0.75rem;
        margin-bottom: 0.75rem;
    }
    .hero-buttons {
        flex-direction: row;
        gap: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .hero-buttons .btn {
        padding: 0.75rem 1rem;
        font-size: 0.85rem;
    }
}
.color-black {
    color: #000;
}
.contact-link:focus {
    outline-offset: 2px;
    border-radius: 4px;
}
.contact-link:focus-visible {
    outline: #2563eb solid 2px;
    outline-offset: 2px;
}
.contact-link[href^="tel:"]::before {
    content: "Phone: ";
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.contact-link[href^="mailto:"]::before {
    content: "Email: ";
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.contact-item:has(.whatsapp-link) i {
    color: #25d366;
    background: rgb(37 211 102 / 0.1);
}
.contact-item:has(.whatsapp-link):hover {
    background: rgb(37 211 102 / 0.05);
    border-color: rgb(37 211 102 / 0.2);
}
.contact-item:has(.whatsapp-link):hover i {
    background: rgb(37 211 102 / 0.15);
}
.contact-item:has(.contact-link[href^="tel:"]) i {
    color: #10b981;
    background: rgb(16 185 129 / 0.1);
}
.contact-item:has(.contact-link[href^="tel:"]):hover {
    background: rgb(16 185 129 / 0.05);
    border-color: rgb(16 185 129 / 0.2);
}
.contact-item:has(.contact-link[href^="tel:"]):hover i {
    background: rgb(16 185 129 / 0.15);
}
.contact-item:has(.contact-link[href^="mailto:"]) i {
    color: #f59e0b;
    background: rgb(245 158 11 / 0.1);
}
.contact-item:has(.contact-link[href^="mailto:"]):hover {
    background: rgb(245 158 11 / 0.05);
    border-color: rgb(245 158 11 / 0.2);
}
.contact-item:has(.contact-link[href^="mailto:"]):hover i {
    background: rgb(245 158 11 / 0.15);
}
.contact-item:has(i.fa-map-marker-alt) i {
    color: #ef4444;
    background: rgb(239 68 68 / 0.1);
}
.contact-item:has(i.fa-map-marker-alt):hover {
    background: rgb(239 68 68 / 0.05);
    border-color: rgb(239 68 68 / 0.2);
}
.contact-item:has(i.fa-map-marker-alt):hover i {
    background: rgb(239 68 68 / 0.15);
}
@keyframes iconPulse {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}
.contact-item:hover i {
    animation: 0.6s ease-in-out iconPulse;
}
@media (min-width: 1024px) {
    .contact-details {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    .contact-item:nth-child(4) {
        grid-column: 1/-1;
        max-width: 50%;
        margin: 0 auto;
    }
}
@media (min-width: 1200px) {
    .contact-details {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.5rem;
    }
    .contact-item:nth-child(4) {
        grid-column: auto;
        max-width: none;
        margin: 0;
    }
}
.contact-item:has(.contact-link[href^="tel:"]):active {
    background: rgb(16 185 129 / 0.08) !important;
    border-color: rgb(16 185 129 / 0.3) !important;
    transform: translateY(-2px) scale(0.98);
    box-shadow: 0 4px 15px rgb(16 185 129 / 0.25);
    transition: 0.15s;
}
.contact-item:has(.contact-link[href^="tel:"]):active i {
    background: rgb(16 185 129 / 0.25) !important;
    transform: scale(0.95);
    box-shadow: 0 2px 8px rgb(16 185 129 / 0.3);
    transition: 0.15s;
}
.contact-item:has(.contact-link[href^="mailto:"]):active {
    background: rgb(245 158 11 / 0.08) !important;
    border-color: rgb(245 158 11 / 0.3) !important;
    transform: translateY(-2px) scale(0.98);
    box-shadow: 0 4px 15px rgb(245 158 11 / 0.25);
    transition: 0.15s;
}
.contact-item:has(.contact-link[href^="mailto:"]):active i {
    background: rgb(245 158 11 / 0.25) !important;
    transform: scale(0.95);
    box-shadow: 0 2px 8px rgb(245 158 11 / 0.3);
    transition: 0.15s;
}
.contact-item:has(.whatsapp-link):active {
    background: rgb(37 211 102 / 0.08) !important;
    border-color: rgb(37 211 102 / 0.3) !important;
    transform: translateY(-2px) scale(0.98);
    box-shadow: 0 4px 15px rgb(37 211 102 / 0.25);
    transition: 0.15s;
}
.contact-item:has(.whatsapp-link):active i {
    background: rgb(37 211 102 / 0.25) !important;
    transform: scale(0.95);
    box-shadow: 0 2px 8px rgb(37 211 102 / 0.3);
    transition: 0.15s;
}
.contact-item:has(i.fa-map-marker-alt):active {
    background: rgb(239 68 68 / 0.08) !important;
    border-color: rgb(239 68 68 / 0.3) !important;
    transform: translateY(-2px) scale(0.98);
    box-shadow: 0 4px 15px rgb(239 68 68 / 0.25);
    transition: 0.15s;
}
.contact-item:has(i.fa-map-marker-alt):active i {
    background: rgb(239 68 68 / 0.25) !important;
    transform: scale(0.95);
    box-shadow: 0 2px 8px rgb(239 68 68 / 0.3);
    transition: 0.15s;
}
@media (max-width: 768px) {
    .back-to-top,
    .whatsapp-float {
        display: none !important;
    }
    :root {
        --font-size-6xl: 2.5rem;
        --font-size-5xl: 2rem;
        --font-size-4xl: 1.75rem;
        --font-size-3xl: 1.5rem;
    }
    .prose {
        max-width: none;
    }
    blockquote {
        font-size: var(--font-size-lg);
        padding-left: 1rem;
        margin: 1.5rem 0;
    }
    .no-results-message {
        min-height: 40vh;
    }
    .no-results-icon {
        font-size: 3rem;
        margin-bottom: 1.5rem;
    }
    .no-results-message h3 {
        font-size: var(--font-size-2xl);
    }
    .no-results-message p {
        font-size: var(--font-size-base);
    }
    .contact-item {
        -webkit-tap-highlight-color: rgb(37 99 235 / 0.1);
        cursor: pointer;
        flex-direction: row;
    }
    .contact-link {
        min-height: 44px;
        display: flex;
        align-items: center;
        -webkit-tap-highlight-color: rgb(37 99 235 / 0.2);
    }
    .contact-item:has(.contact-link[href^="tel:"]) {
        position: relative;
    }
    .contact-item:has(.contact-link[href^="tel:"]):hover::after {
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
        font-size: 0.75rem;
        color: #10b981;
        font-weight: 500;
        opacity: 0.8;
    }
    .contact-item:has(.contact-link[href^="mailto:"]) {
        position: relative;
    }
    .contact-item:has(.contact-link[href^="mailto:"]):hover::after {
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
        font-size: 0.75rem;
        color: #10b981;
        font-weight: 500;
        opacity: 0.8;
    }
    .contact-item:has(.whatsapp-link):hover::after {
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
        font-size: 0.75rem;
        color: #25d366;
        font-weight: 500;
        opacity: 0.8;
    }
    .stat-item {
        margin: 0 0.5rem;
    }
    .hero-stats {
        margin-left: 0.7rem !important;
        margin-right: 0.7rem !important;
    }
    .contact-item:active {
        transform: translateY(-1px) scale(0.97);
        box-shadow: 0 2px 10px rgb(37 99 235 / 0.2);
    }
    .contact-item:active i {
        transform: scale(0.9);
    }
    .contact-item:active::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: radial-gradient(circle at center, rgb(255 255 255 / 0.3) 0, transparent 70%);
        border-radius: 16px;
        opacity: 0;
        animation: 0.3s ease-out tapRipple;
        pointer-events: none;
    }
    .hero-content,
    .hero-content h1 {
        margin-top: 0;
        padding-top: 0;
    }
    .hero {
        margin-top: 0;
        position: relative;
        top: 0;
    }
    @supports (padding-top: env(safe-area-inset-top)) {
        .hero {
            padding-top: calc(60px + env(safe-area-inset-top));
        }
    }
}
@keyframes tapRipple {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    50% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.2);
    }
}
.contact-item:focus-within {
    outline: #2563eb solid 2px;
    outline-offset: 2px;
    border-color: rgb(37 99 235 / 0.3);
}
.contact-link:focus {
    outline: 0;
}
@media (max-width: 480px) {
    .contact-item {
        min-height: 80px;
        position: relative;
        overflow: hidden;
    }
    .contact-item:active {
        transform: scale(0.96);
        transition: transform 0.1s;
    }
    .contact-item:active i {
        transform: scale(0.85);
        transition: transform 0.1s;
    }
    .hero-container {
        min-height: auto;
        padding-top: max(1.5rem, env(safe-area-inset-top, 0px));
    }
}
.contact-link:active {
    transform: scale(0.98);
    transition: transform 0.1s;
}
.contact-link:hover {
    background: rgb(37 99 235 / 0.05);
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
}
.contact-link[href^="tel:"]:hover {
    background: rgb(16 185 129 / 0.05);
    color: #10b981;
}
.contact-link[href^="tel:"]:active {
    background: rgb(16 185 129 / 0.1);
    color: #059669;
}
.contact-link[href^="mailto:"]:hover {
    background: rgb(245 158 11 / 0.05);
    color: #f59e0b;
}
.contact-link[href^="mailto:"]:active {
    background: rgb(245 158 11 / 0.1);
    color: #d97706;
}
.whatsapp-link:hover {
    background: rgb(37 211 102 / 0.05);
    color: #25d366;
}
.whatsapp-link:active {
    background: rgb(37 211 102 / 0.1);
    color: #22c55e;
}
.contact-item.loading {
    pointer-events: none;
    opacity: 0.7;
}
.contact-item.success {
    background: rgb(16 185 129 / 0.1);
    border-color: rgb(16 185 129 / 0.3);
    animation: 0.6s ease-out successPulse;
}
@keyframes successPulse {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
}
@media (min-width: 769px) {
    .contact-options {
        justify-content: center;
        max-width: 900px;
        margin: 0 auto 2.5rem;
    }
    .contact-item {
        flex: 1;
        max-width: 100%;
        min-width: 260px;
    }
}
.contact-item:active {
    transform: translateY(-1px) scale(0.98);
    background: rgb(255 255 255 / 0.15);
    transition: 0.15s;
}
.contact-item:active .contact-icon {
    transform: scale(0.95);
    background: rgb(255 255 255 / 0.25);
}
.contact-value {
    position: relative;
    overflow: hidden;
}
.contact-value::after {
    position: absolute;
    background: #fbbf24;
    transition: width 0.3s;
}
@media (max-width: 768px) {
    .hero-container {
        position: relative;
        padding: 6rem 0 !important;
        margin: 0 !important;
    }
    .hero-container::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: rgb(255 0 0 / 0.3);
        z-index: 1000;
        display: none;
    }
    .brand-logo {
        font-size: 0.75rem;
        padding: 0.4rem 0.6rem;
        text-align: center;
        min-width: 0;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .brand-logos {
        align-items: start;
    }
    .brand-logo:nth-child(7),
    .brand-logo:nth-child(8) {
        grid-column: span 1;
    }
    .brand-logo:nth-child(7) {
        grid-column: 1/2;
    }
    .brand-logo:nth-child(8) {
        grid-column: 3/4;
    }
}
@media (max-width: 480px) {
    .brand-logos {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.75rem;
        max-width: 350px;
        padding: 0 1rem;
    }
    .brand-logo {
        font-size: 0.7rem;
        padding: 0.35rem 0.5rem;
        border-radius: 6px;
    }
}
/* Tablet: 2 columns for stock grid */
@media (max-width: 1024px) {
    .stock-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .company-dropdown-group,
    .stock-grid {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 1rem;
    }
    .filter-group h4,
    .subtype-filter h4 {
        text-align: center;
        margin-bottom: 1rem;
    }
    .stock-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .filter-buttons,
    .subtype-filter .filter-buttons {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        gap: 0.75rem;
        max-width: 100%;
        margin: 0 auto;
        justify-items: center;
        padding: 0 1rem;
    }
    .company-dropdown-group {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .company-dropdown {
        max-width: 280px;
        width: 100%;
    }
    .filter-group {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 1.5rem;
    }
    .subtype-filter {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        margin-top: 1rem;
        padding: 1rem;
    }
    .stock-item {
        min-height: auto;
        font-size: 1rem;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    .stock-item h3 {
        font-size: 1.2rem;
        line-height: 1.3;
        margin-bottom: 0.75rem;
    }
    .stock-item .company {
        font-size: 0.9rem;
        margin-bottom: 0.75rem;
    }
    .stock-item .details {
        font-size: 0.95rem;
        line-height: 1.4;
    }
    .stock-item .price {
        font-size: 1.1rem;
        font-weight: 600;
    }
    .stock-item .status {
        font-size: 0.85rem;
        padding: 0.4rem 0.8rem;
    }
}
@media (max-width: 480px) {
    .stock-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
        padding: 0 0.75rem;
    }
    .filter-buttons,
    .subtype-filter .filter-buttons {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.5rem;
        padding: 0 0.75rem;
    }
    .filter-btn,
    .subtype-filter-btn {
        font-size: 0.75rem;
        padding: 0.5rem 0.4rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .company-dropdown {
        max-width: 250px;
    }
    .company-dropdown-btn {
        font-size: 0.8rem;
        padding: 0.6rem 0.75rem;
    }
    .stock-item {
        min-height: auto;
        font-size: 0.95rem;
        padding: 1rem;
        max-width: 400px;
    }
    .stock-item h3 {
        font-size: 1.1rem;
        line-height: 1.2;
    }
    .stock-item .company {
        font-size: 0.85rem;
    }
    .stock-item .details {
        font-size: 0.9rem;
        line-height: 1.3;
    }
    .stock-item .price {
        font-size: 1rem;
    }
    .stock-item .status {
        font-size: 0.8rem;
        padding: 0.3rem 0.6rem;
    }
}
@media (max-width: 360px) {
    .brand-logos {
        gap: 0.5rem;
        max-width: 320px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .brand-logo {
        font-size: 0.65rem;
        padding: 0.3rem 0.4rem;
    }
    .brand-logo:nth-child(7) {
        grid-column: 1/3;
        justify-self: center;
    }
    .brand-logo:nth-child(8) {
        grid-column: 3/4;
        justify-self: center;
    }
    .stock-grid {
        gap: 0.5rem;
        padding: 0 0.5rem;
    }
    .filter-buttons,
    .subtype-filter .filter-buttons {
        gap: 0.4rem;
        padding: 0 0.5rem;
    }
    .filter-btn,
    .subtype-filter-btn {
        font-size: 0.7rem;
        padding: 0.4rem 0.3rem;
    }
    .company-dropdown {
        max-width: 220px;
    }
    .stock-item {
        min-height: auto;
        padding: 0.9rem;
        max-width: 350px;
    }
    .stock-item h3 {
        font-size: 1rem;
    }
    .stock-item .company {
        font-size: 0.8rem;
    }
    .stock-item .details {
        font-size: 0.85rem;
    }
    .stock-item .price {
        font-size: 0.95rem;
    }
}
.filter-item,
.stock-filters-new {
    overflow: visible;
    position: relative;
}
.error-message,
.loading-message,
.no-machines-message {
    padding: 60px 20px;
    display: flex;
    text-align: center;
}
.loading-message {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    font-size: 1.1rem;
}
.loading-message::before {
    content: "";
    width: 40px;
    height: 40px;
    border: 4px solid #e5e7eb;
    border-top: 4px solid #3b82f6;
    border-radius: 50%;
    animation: 1s linear infinite spin;
    margin-bottom: 20px;
}
.error-message {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #dc2626;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    margin: 20px 0;
}
.error-message h3 {
    color: #dc2626;
    margin-bottom: 10px;
}
.error-message p {
    color: #7f1d1d;
    margin-bottom: 20px;
}
.no-machines-message {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    background: #f9fafb;
    border: 2px dashed #d1d5db;
    border-radius: 8px;
    margin: 20px 0;
}
.retry-btn,
.search-btn {
    border: none;
    cursor: pointer;
}
.no-machines-message::before {
    content: "📦";
    font-size: 3rem;
    margin-bottom: 20px;
}
.retry-btn {
    background: #3b82f6;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 0.9rem;
    transition: background-color 0.2s;
}
.retry-btn:hover {
    background: #2563eb;
}
.dropdown-error i,
.retry-btn i {
    margin-right: 8px;
}
.admin-section .error-message {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #dc2626;
    padding: 40px;
    text-align: center;
    border-radius: 8px;
}
.admin-section .error-message h3 {
    margin-bottom: 15px;
    color: #dc2626;
}
.admin-section .error-message .btn {
    margin-top: 15px;
}
.card-badge.loading {
    background: #f3f4f6;
    color: #9ca3af;
    animation: 2s infinite pulse;
}
.stock-grid:empty::after {
    content: "Loading machines...";
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    color: #6b7280;
    font-size: 1.1rem;
    grid-column: 1/-1;
}
.api-status {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
    z-index: 1000;
    transition: 0.3s;
}
.clear-btn,
.search-btn,
.search-input {
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.api-status.connected {
    background: #dcfce7;
    color: #166534;
    border: 1px solid #bbf7d0;
}
.api-status.disconnected {
    background: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
}
.api-status.connecting {
    background: #fef3c7;
    color: #92400e;
    border: 1px solid #fde68a;
}
@media (max-width: 1000px) and (min-width: 768px) {
    .contact-content {
        display: flex;
        flex-direction: column;
    }
    .contact-info {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 0.2fr 1fr;
        gap: 1rem;
        margin-bottom: 1.5rem;
    }
    .contact-details {
        grid-row: 1/-1;
        grid-column: 2/2;
    }
}
.dropdown-error,
.dropdown-loading {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    font-size: 14px;
    border-radius: 6px;
    margin: 4px 0;
}
.dropdown-loading {
    color: #6b7280;
    background: #f9fafb;
}
.dropdown-loading i {
    margin-right: 8px;
    animation: 1s linear infinite spin;
}
.dropdown-error {
    color: #ef4444;
    background: #fef2f2;
}
@keyframes spin {
    0%,
    from {
        transform: rotate(0);
    }
    100%,
    to {
        transform: rotate(360deg);
    }
}
.mobile-nav-item .dropdown-error,
.mobile-nav-item .dropdown-loading {
    padding: 8px 12px;
    font-size: 13px;
}
.dropdown-menu .dropdown-error,
.dropdown-menu .dropdown-loading {
    list-style: none;
    margin: 0;
}
.custom-dropdown .dropdown-error,
.custom-dropdown .dropdown-loading {
    padding: 16px;
    text-align: center;
    border-radius: 8px;
    margin: 8px;
}
.stock-filters-new {
    margin-bottom: 3rem;
    padding: 2rem;
    background: rgb(255 255 255 / 0.95);
    backdrop-filter: blur(20px);
    border-radius: 12px;
    box-shadow: 0 10px 25px rgb(0 0 0 / 0.15);
    border: 1px solid rgb(229 231 235 / 0.8);
    z-index: 10;
}
.filters-row {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr auto;
    gap: 1rem;
    align-items: end;
    overflow: visible;
}
.filter-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.filter-item label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.25rem;
    letter-spacing: 0.01em;
}
.search-input-container {
    position: relative;
    display: flex;
    align-items: center;
}
.search-input {
    outline: 0;
    width: 100%;
    padding: 12px 3rem 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    background: #fff;
    color: #374151;
}
.search-input::placeholder {
    color: #9ca3af;
    font-weight: 400;
}
.search-btn {
    position: absolute;
    right: 0.5rem;
    padding: 0.5rem;
    background: #2563eb;
    color: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-btn:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgb(37 99 235 / 0.3);
}
.clear-btn {
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgb(239 68 68 / 0.3);
}
.clear-btn:hover {
    background: #dc2626;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgb(239 68 68 / 0.4);
}
.clear-btn:active,
.gallery-item:hover .gallery-btn,
.gallery-item:hover .gallery-content h3,
.gallery-item:hover .gallery-content p {
    transform: translateY(0);
}
@media (max-width: 1200px) {
    .filters-row {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 1rem;
    }
    .search-filter {
        grid-column: 1/-1;
    }
    .clear-filter {
        grid-column: 2;
        justify-self: center;
    }
}
.filter-select.loading {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath fill='%236b7280' d='M12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,19a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z' opacity='.25'/%3E%3Cpath fill='%236b7280' d='M12,4a8,8,0,0,1,7.89,6.7A1.53,1.53,0,0,0,21.38,12h0a1.5,1.5,0,0,0,1.48-1.75,11,11,0,0,0-21.72,0A1.5,1.5,0,0,0,2.62,12h0a1.53,1.53,0,0,0,1.49-1.3A8,8,0,0,1,12,4Z'%3E%3CanimateTransform attributeName='transform' dur='0.75s' repeatCount='indefinite' type='rotate' values='0 12 12;360 12 12'/%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px;
}
.filter-select.error {
    border-color: #ef4444;
    background-color: #fef2f2;
}
.stock-grid {
    transition: opacity 0.3s;
}
.stock-grid.filtering {
    opacity: 0.6;
}
#modalStatus {
    padding: 0.5rem 1rem !important;
    border-radius: 20px !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    display: inline-block !important;
    position: relative !important;
    overflow: hidden !important;
    transition: 0.3s !important;
}
#modalStatus::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(255 255 255 / 0.3), transparent);
    transition: left 0.6s;
}
.status-badge.available {
    background: linear-gradient(135deg, #10b981 0, #059669 100%) !important;
    color: #fff !important;
    box-shadow: 0 4px 15px rgb(16 185 129 / 0.3) !important;
}
.status-badge.sold {
    background: linear-gradient(135deg, #ef4444 0, #dc2626 100%) !important;
    color: #fff !important;
    box-shadow: 0 4px 15px rgb(239 68 68 / 0.3) !important;
}
.status-badge.reserved {
    background: linear-gradient(135deg, #f59e0b 0, #d97706 100%) !important;
    color: #fff !important;
    box-shadow: 0 4px 15px rgb(245 158 11 / 0.3) !important;
}
.status-badge.under-inspection {
    background: linear-gradient(135deg, #3b82f6 0, #1d4ed8 100%) !important;
    color: #fff !important;
    box-shadow: 0 4px 15px rgb(59 130 246 / 0.3) !important;
}
.modal-content::-webkit-scrollbar {
    width: 8px;
}
.modal-content::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 4px;
}
.modal-content::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #cbd5e1 0, #94a3b8 100%);
    border-radius: 4px;
}
.modal-content::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #94a3b8 0, #64748b 100%);
}
.gallery-thumb img,
.main-image img {
    opacity: 0;
    animation: 0.6s ease-out 0.2s both imageLoad;
}
@keyframes imageLoad {
    from {
        opacity: 0;
        transform: scale(1.1);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@media (max-width: 768px) {
    .stock-section {
        padding: 2rem 0;
        text-align: center;
    }
    .stock-section .container {
        max-width: 100%;
        padding: 0 1rem;
        margin: 0 auto;
    }
    .stock-section h2 {
        text-align: center;
        margin-bottom: 2rem;
    }
    .filter-controls {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
        margin-bottom: 2rem;
        width: 100%;
    }
    .company-dropdown-group,
    .filter-group,
    .subtype-filter {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    .no-results-message {
        text-align: center;
        margin: 2rem auto;
        max-width: 300px;
    }
    .company-dropdown-group + .subtype-filter,
    .filter-group + .company-dropdown-group {
        margin-top: 1.5rem;
    }
    .filter-btn,
    .subtype-filter-btn {
        border-radius: 8px;
        transition: 0.3s;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 40px;
    }
    .filter-btn:hover,
    .subtype-filter-btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 2px 8px rgb(0 0 0 / 0.1);
    }
    .mobile-nav-link {
        display: flex;
        align-items: center;
        gap: 1rem;
        margin-bottom: 0.5rem;
    }
    .mobile-nav-link i {
        font-size: 1.1rem;
        width: 20px;
        text-align: center;
        color: #6b7280;
        transition: color 0.3s;
    }
    .mobile-nav-link:hover i,
    .mobile-nav-link:hover i:not(.mobile-submenu-toggle),
    .mobile-nav-sublink:hover i {
        color: #2563eb;
    }
    .mobile-nav-link,
    .mobile-nav-sublink {
        display: flex;
        text-decoration: none;
        font-weight: 500;
    }
    .mobile-menu {
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        max-height: 100vh;
    }
    .mobile-nav {
        flex: 1;
        overflow-y: auto;
        padding-bottom: 2rem;
    }
    .mobile-submenu-content {
        list-style: none;
        padding: 0;
    }
    .mobile-submenu.active .mobile-submenu-content {
        max-height: 400px;
        pointer-events: auto;
    }
    .mobile-submenu-content .mobile-submenu-content {
        background: #f1f5f9;
        margin: 4px 12px 0;
        border-left: 2px solid #e5e7eb;
        padding-left: 8px;
    }
    .mobile-nav-sublink {
        align-items: center;
    }
    .mobile-nav-sublink i {
        font-size: 14px;
        width: 16px;
        text-align: center;
        color: #9ca3af;
        transition: color 0.3s;
    }
    .mobile-nav-parent {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mobile-submenu-toggle {
        flex-shrink: 0;
        display: inline-block !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: rotate(0);
    }
    .mobile-submenu.active .mobile-submenu-toggle {
        transform: rotate(180deg);
        color: #2563eb;
    }
    .mobile-nav-item {
        margin-bottom: 4px;
    }
    .mobile-nav-link {
        align-items: center;
        gap: 12px;
        padding: 16px 24px;
        color: #374151;
        font-size: 16px;
        transition: 0.3s;
        border-radius: 0;
        width: 100%;
        box-sizing: border-box;
    }
    .image-gallery.scrollable,
    .mobile-nav-link.mobile-nav-parent {
        justify-content: flex-start;
    }
    .mobile-nav-link.mobile-nav-parent .mobile-submenu-toggle {
        margin-left: auto;
    }
    .mobile-nav-link:hover {
        transform: translateX(4px);
        background: rgb(59 130 246 / 0.05);
        color: #2563eb;
    }
    .mobile-nav-link i:not(.mobile-submenu-toggle) {
        font-size: 18px;
        width: 20px;
        text-align: center;
        color: #6b7280;
        transition: color 0.3s;
    }
    .mobile-nav-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .mobile-nav-item:last-child {
        margin-bottom: 0;
    }
    .mobile-nav-item.mobile-submenu .mobile-nav-link {
        display: flex !important;
        align-items: center !important;
    }
    .mobile-nav-link .fas:not(.mobile-submenu-toggle) {
        margin-right: 12px;
        flex-shrink: 0;
    }
    .mobile-nav-link .mobile-submenu-toggle {
        margin-left: auto;
        flex-shrink: 0;
        display: inline-block !important;
    }
    .mobile-nav-sublink,
    .mobile-submenu-content .mobile-nav-parent,
    .mobile-submenu-toggle {
        cursor: pointer;
        pointer-events: auto;
    }
    .mobile-submenu-content {
        display: block;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease-out;
        background: #f9fafb;
        border-radius: 8px;
        margin: 8px 24px 0;
    }
    .mobile-submenu.active > .mobile-submenu-content {
        max-height: 500px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .mobile-submenu-content .mobile-submenu > .mobile-submenu-content {
        max-height: 0;
        overflow: hidden;
        background: #f1f5f9;
        margin: 4px 12px 0;
        border-left: 2px solid #e5e7eb;
        padding-left: 8px;
    }
    .mobile-submenu-content .mobile-submenu.active > .mobile-submenu-content {
        max-height: 250px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .mobile-nav-sublink {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        padding: 12px 20px;
        color: #6b7280;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        transition: 0.3s;
        border-left: 3px solid #fff0;
        border-radius: 4px;
        margin: 2px 4px;
    }
    .mobile-nav-sublink:active,
    .mobile-nav-sublink:hover {
        background: rgb(59 130 246 / 0.1);
        color: #2563eb;
        border-left-color: #2563eb;
    }
    .mobile-nav-sublink,
    .mobile-submenu-content .mobile-nav-parent {
        text-align: left !important;
        justify-content: flex-start !important;
        align-items: center;
    }
    .mobile-submenu-content .mobile-nav-parent {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .mobile-submenu-content .mobile-submenu.active .mobile-submenu-toggle,
    .mobile-submenu.active > .mobile-nav-link .mobile-submenu-toggle,
    .mobile-submenu.active > .mobile-nav-sublink .mobile-submenu-toggle {
        transform: rotate(180deg);
    }
    .mobile-submenu-content,
    .mobile-submenu-content li,
    .mobile-submenu-content ul {
        text-align: left;
    }
    .mobile-nav-parent,
    .mobile-submenu-toggle {
        cursor: pointer !important;
        display: flex !important;
    }
    .mobile-submenu-content .mobile-submenu .mobile-submenu-toggle,
    .mobile-submenu-toggle {
        transform: translateY(-50%) rotate(0) !important;
        color: #9ca3af !important;
    }
    .mobile-nav-parent {
        justify-content: flex-start !important;
        align-items: center !important;
        width: 100% !important;
        position: relative !important;
        text-align: left !important;
        padding-right: 70px !important;
    }
    .mobile-submenu-toggle {
        position: absolute !important;
        right: 16px !important;
        top: 50% !important;
        transition: transform 0.3s !important;
        z-index: 15 !important;
        font-size: 16px !important;
        background: 0 0 !important;
        border: none !important;
        min-width: 44px !important;
        min-height: 44px !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 3px 12px !important;
        padding: 14px 12px !important;
    }
    .mobile-submenu-content .mobile-submenu.active > .mobile-nav-sublink > .mobile-submenu-toggle,
    .mobile-submenu.active > .mobile-nav-link > .mobile-submenu-toggle,
    .mobile-submenu.active > .mobile-nav-sublink > .mobile-submenu-toggle {
        transform: translateY(-50%) rotate(180deg) !important;
        color: #2563eb !important;
    }
    .mobile-nav-parent i:not(.mobile-submenu-toggle) {
        margin-right: 12px !important;
    }
    .mobile-submenu-content .mobile-submenu-toggle {
        right: 12px !important;
        font-size: 14px !important;
        padding: 14px 16px !important;
        margin: 3px 12px !important;
        min-width: 40px !important;
        min-height: 40px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .mobile-nav-parent:hover {
        background: rgb(59 130 246 / 0.05) !important;
    }
    .mobile-submenu-toggle:hover {
        background: rgb(59 130 246 / 0.1) !important;
        border-radius: 8px !important;
        color: #2563eb !important;
    }
    .mobile-submenu-toggle:active {
        background: rgb(59 130 246 / 0.15) !important;
        transform: translateY(-50%) scale(0.95) !important;
    }
    .mobile-submenu-content .mobile-submenu-toggle:hover {
        background: rgb(59 130 246 / 0.1) !important;
        border-radius: 6px !important;
        color: #2563eb !important;
    }
    .mobile-nav-link,
    .mobile-nav-sublink {
        text-align: left !important;
        justify-content: flex-start !important;
    }
    .mobile-nav-item .mobile-nav-link {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        text-align: left !important;
    }
    .clear-btn,
    .filter-item {
        width: 100%;
    }
    .stock-filters-new {
        padding: 1.5rem;
        margin-bottom: 2rem;
    }
    .filters-row,
    .info-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
    }
    .clear-btn {
        justify-content: center;
        grid-column: 1/-1;
    }
    .modal-content {
        width: 98%;
        max-height: 90vh;
        border-radius: 16px;
        margin: 5vh auto;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    .image-gallery,
    .modal-body {
        -webkit-overflow-scrolling: touch;
    }
    .modal-header {
        padding: 2rem 1.5rem 1rem;
        flex-shrink: 0;
    }
    .modal-header h2 {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    .modal-body {
        padding: 1.5rem 1.5rem 2rem;
        overflow-y: auto;
        flex: 1;
        min-height: 0;
    }
    .machine-details-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 1.5rem;
        grid-template-columns: none !important;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .machine-details-grid::before {
        display: none;
    }
    .machine-image-section,
    .machine-info-section {
        padding: 0;
        grid-column: auto !important;
        grid-row: auto !important;
    }
    .machine-image-section {
        order: 1;
        padding-right: 0;
        gap: 1rem;
    }
    .machine-info-section {
        order: 2;
    }
    .modal-actions {
        order: 3;
        flex-direction: column;
        gap: 1rem;
        margin-top: 2rem;
        margin-bottom: 3rem;
        order: 3;
    }
    .info-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .modal-actions .btn {
        padding: 0.875rem 1.5rem;
        font-size: 1rem;
        width: 100%;
    }
    .main-image {
        border-radius: 12px;
    }
    .image-gallery {
        display: flex;
        flex-wrap: nowrap;
        gap: 0.5rem;
        justify-content: center;
        padding: 0.75rem 1rem;
        overflow-x: auto;
        scroll-snap-type: x proximity;
        scrollbar-width: thin;
        scrollbar-color: rgb(203 213 225 / 0.5) #fff0;
    }
    .image-gallery::-webkit-scrollbar {
        height: 4px;
    }
    .image-gallery::-webkit-scrollbar-track {
        background: 0 0;
    }
    .image-gallery::-webkit-scrollbar-thumb {
        background: rgb(203 213 225 / 0.5);
        border-radius: 2px;
    }
    .machine-info-section {
        padding-left: 0;
        gap: 1rem;
    }
    .machine-info-section::before {
        width: 100%;
        height: 3px;
        top: -0.5rem;
        left: 0;
        border-radius: 1.5px;
    }
    .info-item {
        padding: 0.75rem;
        border-radius: 8px;
    }
    .info-item label {
        font-size: 0.875rem;
        font-weight: 600;
    }
    .info-item span {
        font-size: 1rem;
        font-weight: 500;
    }
    .image-nav-btn {
        width: 35px;
        height: 35px;
        font-size: 14px;
        opacity: 1 !important;
        background: rgb(0 0 0 / 0.7);
    }
    .image-nav-btn.prev {
        left: 8px;
    }
    .image-nav-btn.next {
        right: 8px;
    }
    .gallery-thumbnail {
        margin: 0;
        flex-shrink: 0;
        scroll-snap-align: start;
        width: 70px;
        height: 70px;
    }
    .image-counter {
        bottom: 8px;
        right: 8px;
        padding: 3px 6px;
        font-size: 11px;
    }
    .main-image {
        height: 250px;
    }
    .gallery-thumb {
        width: 70px;
        height: 70px;
    }
}
.lightbox-close,
.lightbox-nav-btn {
    border: 2px solid rgb(255 255 255 / 0.2);
    cursor: pointer;
    color: #fff;
    backdrop-filter: blur(10px);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes pulse {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}
.loading-pulse {
    animation: 2s cubic-bezier(0.4, 0, 0.6, 1) infinite pulse;
}
.modal-actions .btn:focus,
.modal-close:focus {
    outline: rgb(59 130 246 / 0.5) solid 3px;
    outline-offset: 2px;
}
@supports (backdrop-filter: blur(10px)) {
    .modal {
        backdrop-filter: blur(10px);
        background-color: rgb(0 0 0 / 0.4);
    }
}
.image-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20000;
    animation: 0.3s ease-out lightboxFadeIn;
}
.image-lightbox.active {
    display: flex;
    align-items: center;
    justify-content: center;
}
@keyframes lightboxFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.gallery-modal-overlay,
.lightbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.9);
    backdrop-filter: blur(10px);
}
.lightbox-content {
    position: relative;
    width: 95%;
    height: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) lightboxSlideIn;
}
@keyframes lightboxSlideIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
.lightbox-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 50px;
    height: 50px;
    background: rgb(255 255 255 / 0.1);
    border-radius: 50%;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.lightbox-close:hover {
    background: rgb(239 68 68 / 0.8);
    border-color: #ef4444;
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 8px 25px rgb(239 68 68 / 0.4);
}
.image-zoom-btn:hover,
.lightbox-nav-btn:hover {
    box-shadow: 0 8px 25px rgb(59 130 246 / 0.4);
    transform: scale(1.1);
}
.lightbox-image-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem;
}
.lightbox-image-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 25px 80px rgb(0 0 0 / 0.3);
    transition: transform 0.3s;
}
.lightbox-counter {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgb(0 0 0 / 0.8);
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    z-index: 10;
}
.gallery-modal-nav,
.lightbox-navigation {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 2rem;
    pointer-events: none;
}
.lightbox-nav-btn {
    width: 60px;
    height: 60px;
    background: rgb(255 255 255 / 0.1);
    border-radius: 50%;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    opacity: 0.7;
}
.lightbox-nav-btn:hover {
    background: rgb(59 130 246 / 0.8);
    border-color: #3b82f6;
    opacity: 1;
}
.lightbox-nav-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    background: rgb(255 255 255 / 0.05);
    border-color: rgb(255 255 255 / 0.1);
}
.lightbox-nav-btn:disabled:hover {
    transform: none;
    box-shadow: none;
}
@media (max-width: 768px) {
    .lightbox-close {
        top: 1rem;
        right: 1rem;
        width: 44px;
        height: 44px;
        font-size: 1.25rem;
    }
    .lightbox-image-container {
        padding: 3rem 1rem;
    }
    .lightbox-navigation {
        padding: 0 1rem;
    }
    .lightbox-nav-btn {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }
}
.image-lightbox.closing {
    animation: 0.3s ease-out forwards lightboxFadeOut;
}
@keyframes lightboxFadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.image-lightbox.closing .lightbox-content {
    animation: 0.3s ease-out forwards lightboxSlideOut;
}
@keyframes lightboxSlideOut {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0.8);
    }
}
.main-image {
    cursor: zoom-in;
    position: relative;
}
.image-zoom-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 44px;
    height: 44px;
    background: rgb(0 0 0 / 0.7);
    border: 2px solid rgb(255 255 255 / 0.2);
    border-radius: 50%;
    color: #fff;
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    transform: scale(0.8);
    backdrop-filter: blur(10px);
    z-index: 5;
}
.legal-modal,
.legal-modal-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main-image:hover .image-zoom-btn {
    opacity: 1;
    transform: scale(1);
}
.image-zoom-btn:hover {
    background: rgb(59 130 246 / 0.9);
    border-color: #3b82f6;
}
@keyframes zoomIconFadeIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
.gallery-thumb {
    cursor: zoom-in;
}
.legal-modal {
    position: fixed;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.legal-modal-overlay {
    position: absolute;
    background: rgb(0 0 0 / 0.6);
    backdrop-filter: blur(8px);
}
.legal-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    width: 90%;
    max-width: 800px;
    max-height: 90vh;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgb(0 0 0 / 0.3);
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.gallery-modal.active .gallery-modal-content,
.legal-modal.active .legal-modal-content {
    transform: translate(-50%, -50%) scale(1);
}
.legal-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 32px;
    border-bottom: 1px solid #e5e7eb;
    background: #f9fafb;
}
.legal-modal-header h2 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: #111827;
}
.legal-modal-close {
    width: 40px;
    height: 40px;
    border: none;
    background: #f3f4f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    color: #6b7280;
}
.legal-modal-close:hover {
    background: #e5e7eb;
    color: #374151;
    transform: scale(1.1);
}
.legal-modal-body {
    padding: 32px;
    max-height: calc(90vh - 120px);
    overflow-y: auto;
}
.legal-modal-body h3 {
    color: #111827;
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.legal-modal-body p,
.legal-modal-body ul {
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}
.gallery-content h3,
.legal-modal-body li {
    margin-bottom: 0.5rem;
}
.legal-modal-body strong {
    color: #111827;
    font-weight: 600;
}
.legal-modal-body::-webkit-scrollbar {
    width: 8px;
}
.legal-modal-body::-webkit-scrollbar-track {
    background: #f3f4f6;
    border-radius: 10px;
}
.legal-modal-body::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 10px;
}
.legal-modal-body::-webkit-scrollbar-thumb:hover {
    background: #9ca3af;
}
@media (max-width: 768px) {
    .legal-modal-content {
        width: 95%;
        max-height: 95vh;
    }
    .legal-modal-header {
        padding: 20px 24px;
    }
    .legal-modal-header h2 {
        font-size: 1.25rem;
    }
    .legal-modal-body {
        padding: 24px;
        max-height: calc(95vh - 100px);
    }
}
.photo-gallery-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="gallery-grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="rgba(148,163,184,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23gallery-grid)"/></svg>');
    pointer-events: none;
}
.gallery-eyebrow {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 20px;
    margin-bottom: 1rem;
}
.gallery-title {
    font-size: 3rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 1rem;
    line-height: 1.1;
}
.gallery-description {
    font-size: 1.25rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}
.gallery-btn,
.gallery-content h3 {
    color: #fff;
    transform: translateY(20px);
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-auto-rows: 250px;
    grid-auto-flow: dense;
    gap: 1.5rem;
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}
.gallery-grid.filtered .gallery-item {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
}
.gallery-grid.filtered .gallery-image {
    height: 100% !important;
}
.gallery-item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgb(0 0 0 / 0.1);
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    height: 100%;
}
.gallery-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgb(0 0 0 / 0.15);
    z-index: 10;
}
.gallery-item.large {
    grid-column: span 2;
    grid-row: span 2;
}
.gallery-item.tall {
    grid-row: span 2;
}
.gallery-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.gallery-item.large .gallery-image,
.gallery-item.tall .gallery-image {
    height: 100%;
}
.gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}
.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(37 99 235 / 0.8), rgb(29 78 216 / 0.9));
    opacity: 0;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
}
.gallery-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    transition: transform 0.4s 0.1s;
}
.gallery-content p {
    color: rgb(255 255 255 / 0.9);
    font-size: 1rem;
    margin-bottom: 1rem;
    transform: translateY(20px);
    transition: transform 0.4s 0.2s;
}
.gallery-btn {
    background: rgb(255 255 255 / 0.2);
    border: 2px solid rgb(255 255 255 / 0.3);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.4s 0.3s;
    backdrop-filter: blur(10px);
}
.gallery-btn:hover {
    background: rgb(255 255 255 / 0.3);
    border-color: rgb(255 255 255 / 0.5);
    transform: translateY(15px) scale(1.1);
}
.gallery-filters {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}
.filter-tab {
    padding: 0.75rem 1.5rem;
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 25px;
    color: #64748b;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    font-size: 0.875rem;
}
.filter-tab:hover {
    border-color: #2563eb;
    color: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgb(37 99 235 / 0.2);
}
.filter-tab.active {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    border-color: #2563eb;
    color: #fff;
    box-shadow: 0 4px 12px rgb(37 99 235 / 0.3);
}
.gallery-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.gallery-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    width: 90%;
    max-width: 1000px;
    max-height: 90vh;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s;
    box-shadow: 0 25px 50px rgb(0 0 0 / 0.3);
}
.gallery-modal-close,
.gallery-nav-btn {
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    backdrop-filter: blur(10px);
}
.gallery-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: rgb(0 0 0 / 0.5);
    border: none;
    border-radius: 50%;
    color: #fff;
    z-index: 10;
    align-items: center;
    justify-content: center;
}
.gallery-modal-close:hover {
    background: rgb(0 0 0 / 0.7);
    transform: scale(1.1);
}
.gallery-modal-image {
    width: 100%;
    height: 70vh;
    overflow: hidden;
}
.gallery-modal-info {
    padding: 2rem;
    text-align: center;
}
.gallery-modal-info h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.5rem;
}
.gallery-modal-info p {
    color: #64748b;
    font-size: 1rem;
}
.gallery-nav-btn {
    width: 60px;
    height: 60px;
    background: rgb(255 255 255 / 0.9);
    border: none;
    border-radius: 50%;
    color: #1e293b;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    pointer-events: auto;
}
.gallery-nav-btn:hover {
    background: #fff;
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgb(0 0 0 / 0.2);
}
@media (max-width: 1024px) {
    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1rem;
    }
    .gallery-item.large {
        grid-column: span 1;
        grid-row: span 1;
    }
    .gallery-item.large .gallery-image {
        height: 250px;
    }
}
@media (max-width: 768px) {
    .photo-gallery-section {
        padding: 4rem 0;
    }
    .gallery-title {
        font-size: 2.5rem;
    }
    .gallery-description {
        font-size: 1.125rem;
    }
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .gallery-item.tall {
        grid-row: span 1;
    }
    .gallery-item.tall .gallery-image {
        height: 250px;
    }
    .gallery-filters {
        gap: 0.5rem;
    }
    .filter-tab {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
    }
    .gallery-modal-content {
        width: 95%;
        max-height: 95vh;
    }
    .gallery-modal-image {
        height: 50vh;
    }
    .gallery-modal-info {
        padding: 1.5rem;
    }
    .gallery-nav-btn {
        width: 50px;
        height: 50px;
        font-size: 1rem;
    }
}
@media (max-width: 480px) {
    .modal-header {
        padding: 1.5rem 1rem 0.75rem;
    }
    .modal-header h2 {
        font-size: 1.25rem;
    }
    .modal-body {
        padding: 1rem;
    }
    .info-item {
        padding: 0.875rem;
    }
    .info-item label {
        font-size: 0.8rem;
    }
    .info-item span {
        font-size: 1rem;
    }
    .main-image {
        height: 200px;
        border-radius: 12px;
    }
    .gallery-thumb {
        width: 60px;
        height: 60px;
        border-radius: 8px;
    }
    .lightbox-close {
        top: 0.5rem;
        right: 0.5rem;
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }
    .lightbox-image-container {
        padding: 2rem 0.5rem;
    }
    .lightbox-navigation {
        padding: 0 0.5rem;
    }
    .lightbox-nav-btn {
        width: 44px;
        height: 44px;
        font-size: 1.1rem;
    }
    .lightbox-counter {
        bottom: 10px;
        right: 10px;
        padding: 6px 10px;
        font-size: 12px;
    }
    .legal-modal-content {
        width: 98%;
    }
    .legal-modal-header {
        padding: 16px 20px;
    }
    .legal-modal-body {
        padding: 20px;
    }
    .gallery-header {
        margin-bottom: 2rem;
    }
    .gallery-title {
        font-size: 2rem;
    }
    .gallery-modal-nav {
        padding: 0 1rem;
    }
    .modal-close {
        top: 0.5rem;
        right: 0.5rem;
        width: 35px;
        height: 35px;
        font-size: 1.25rem;
    }
}
@media (max-width: 768px) and (min-width: 481px) {
    .contact-details,
    .contact-item {
        text-align: left;
    }
    .contact-options {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1rem;
    }
    .contact-item {
        flex: 1;
        min-width: 200px;
        max-width: 100%;
        flex-direction: row;
        padding: 1rem;
        gap: 1rem;
    }
    .contact-icon {
        width: 48px;
        height: 48px;
    }
    .contact-icon i {
        font-size: 1.2rem;
    }
    .contact-label {
        font-size: 0.875rem;
    }
    .contact-value {
        font-size: 1rem;
    }
    .stock-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        max-width: 600px;
        margin: 0 auto;
    }
    .filter-buttons {
        max-width: 500px;
        margin: 0 auto;
    }
    .company-dropdown {
        max-width: 300px;
    }
    .modal-content {
        width: 95%;
        max-height: 90vh;
        border-radius: 12px;
    }
    .machine-details-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 1.75rem;
    }
    .machine-image-section,
    .machine-info-section {
        grid-column: auto !important;
        grid-row: auto !important;
    }
    .main-image {
        height: 280px;
    }
    .gallery-thumbnail {
        width: 68px;
        height: 68px;
        flex-shrink: 0;
    }
    .image-gallery {
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding: 0.75rem 1rem;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .image-nav-btn {
        opacity: 1 !important;
        background: rgb(0 0 0 / 0.7);
    }
    .info-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
    .modal-actions {
        flex-direction: row;
        gap: 1rem;
    }
    .modal-actions .btn {
        flex: 1;
    }
}
@media (max-width: 768px) {
    .image-gallery {
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        display: flex;
        flex-wrap: nowrap;
        gap: 0.5rem;
        padding: 0.5rem 0.75rem;
    }
    .image-gallery::-webkit-scrollbar {
        display: none;
    }
    .gallery-thumbnail {
        flex-shrink: 0;
    }
    .machine-details-grid > * {
        width: 100%;
        max-width: 100%;
    }
    .machine-image-section {
        padding-bottom: 1rem;
        border-bottom: 1px solid #e2e8f0;
    }
    .machine-info-section {
        padding-top: 1rem;
    }
    .info-item.full-width p {
        line-height: 1.6;
        font-size: 0.9375rem;
        color: #475569;
    }
    .modal-actions .btn {
        min-height: 48px;
        font-weight: 600;
    }
}
@media (max-width: 768px) {
    .modal-header {
        padding-top: calc(2rem + env(safe-area-inset-top, 0px));
    }
    .modal-body {
        padding-bottom: calc(2rem + env(safe-area-inset-bottom, 0px));
    }
    .modal,
    .modal.active {
        display: flex;
    }
    .modal {
        align-items: center;
        justify-content: center;
        padding: 0;
    }
    .modal-content {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
    }
}
@media (max-width: 768px) {
    .main-image {
        touch-action: pan-y pinch-zoom;
        user-select: none;
        -webkit-user-select: none;
        cursor: pointer;
    }
    .lightbox-image-container img,
    .main-image img {
        user-select: none;
        -webkit-user-select: none;
        -webkit-touch-callout: none;
    }
    .lightbox-nav-btn {
        opacity: 1 !important;
        background: rgb(0 0 0 / 0.7);
        border: 2px solid rgb(255 255 255 / 0.3);
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }
    .lightbox-nav-btn:active {
        background: rgb(59 130 246 / 0.8);
        transform: scale(0.95);
    }
    .lightbox-image-container {
        touch-action: pan-y pinch-zoom;
    }
}
@media (max-width: 480px) {
    .image-gallery {
        padding: 0.25rem 0.5rem;
        gap: 0.375rem;
    }
    .gallery-thumbnail {
        width: 50px;
        height: 50px;
    }
    .machine-image-section {
        padding-bottom: 0.75rem;
    }
    .machine-info-section {
        padding-top: 0.75rem;
    }
    .info-item.full-width p {
        font-size: 0.875rem;
        line-height: 1.5;
    }
    .modal-header {
        padding-top: calc(1.5rem + env(safe-area-inset-top, 0px));
    }
    .modal-body {
        padding-bottom: calc(1.5rem + env(safe-area-inset-bottom, 0px));
    }
    .modal {
        padding: 0;
    }
    .lightbox-nav-btn {
        width: 44px;
        height: 44px;
        font-size: 1.1rem;
    }
}
@media (max-width: 768px) {
    .mobile-submenu-content .mobile-nav-sublink {
        display: flex !important;
    }
    .mobile-submenu.active > .mobile-submenu-content {
        max-height: 1000px !important;
        overflow-y: auto !important;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        background: #fff !important;
        padding: 12px 0 !important;
        margin: 12px 16px !important;
        border-radius: 8px !important;
    }
    .mobile-submenu-content .mobile-nav-item a,
    .mobile-submenu-content .mobile-nav-sublink,
    .mobile-submenu-content a,
    .mobile-submenu-content li a {
        display: flex !important;
        opacity: 1 !important;
        visibility: visible !important;
        color: #000 !important;
        background: #fff !important;
        padding: 14px 20px !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        min-height: 44px !important;
        text-decoration: none !important;
        align-items: center !important;
        gap: 12px !important;
    }
    .mobile-submenu-content a:hover {
        background: #dbeafe !important;
        color: #1d4ed8 !important;
    }
    .mobile-submenu-content .mobile-nav-item,
    .mobile-submenu-content li {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .mobile-submenu-content .fas,
    .mobile-submenu-content i {
        opacity: 1 !important;
        visibility: visible !important;
        color: #2563eb !important;
        font-size: 14px !important;
    }
    .mobile-submenu-content .mobile-submenu.active > .mobile-submenu-content {
        max-height: 600px !important;
        display: block !important;
        background: #f3f4f6 !important;
        border: 1px solid #d1d5db !important;
    }
    .stock-filters-new .dropdown-text {
        flex: 1;
        flex: 1 !important;
        white-space: nowrap !important;
        text-overflow: ellipsis !important;
    }
    .stock-filters-new .custom-dropdown,
    .stock-filters-new .filter-item {
        min-width: 0 !important;
        max-width: 100% !important;
        overflow: visible !important;
        width: 100% !important;
    }
    .stock-filters-new .custom-dropdown {
        position: relative !important;
    }
    .stock-filters-new .dropdown-text,
    .stock-filters-new .dropdown-trigger {
        overflow: hidden !important;
        min-width: 0 !important;
        max-width: 100% !important;
    }
    .stock-filters-new .dropdown-trigger {
        width: 100% !important;
        box-sizing: border-box !important;
        display: flex !important;
    }
    .stock-filters-new .dropdown-arrow {
        flex-shrink: 0 !important;
        margin-left: 8px !important;
    }
    .stock-filters-new .dropdown-content {
        position: absolute !important;
        top: calc(100% + 8px) !important;
        left: 0 !important;
        min-width: 100% !important;
        width: max-content !important;
        max-width: 90vw !important;
        z-index: 1000 !important;
    }
    .stock-filters-new .dropdown-option {
        white-space: nowrap !important;
        padding: 12px 16px !important;
    }
    .stock-filters-new .clear-btn {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    .stock-filters-new .filters-row {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 0.75rem !important;
    }
    .gears-container,
    .hero-background {
        height: 100% !important;
        min-height: 100vh !important;
        position: absolute !important;
    }
    .hero-container,
    .hero-stats,
    section.hero {
        height: auto !important;
        overflow: visible !important;
    }
    section.hero {
        padding: 0 0 5rem !important;
        display: block !important;
        min-height: 100vh !important;
        margin-bottom: 0 !important;
    }
    .hero-container {
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
    }
    .hero-content {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        flex: none !important;
    }
    .hero-stats {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: wrap !important;
        margin-bottom: 2rem !important;
    }
    .stat-item {
        flex: 1 1 100px !important;
        min-width: 120px !important;
    }
    .hero-container,
    body,
    html {
        min-height: 100% !important;
    }
    .hero-container,
    section.hero {
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }
    .hero-stats,
    .stat-item {
        opacity: 1 !important;
        visibility: visible !important;
    }
    body,
    html {
        height: auto !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }
    .hero-container {
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        padding-top: 140px !important;
        padding-bottom: 120px !important;
    }
    .hero-background {
        top: 0;
        left: 0;
        right: 0;
        position: absolute !important;
        height: 100% !important;
        min-height: 100vh !important;
        bottom: auto !important;
    }
    .hero-stats {
        display: flex !important;
        flex-wrap: wrap !important;
        margin-top: 2rem !important;
        height: auto !important;
        transform: none !important;
    }
    .stat-item {
        display: block !important;
        flex: 1 1 45% !important;
        margin-bottom: 1rem !important;
    }
    #home .hero-container,
    section#home.hero {
        max-height: none !important;
        overflow: visible !important;
    }
    #home .hero-container,
    #home .hero-stats {
        display: flex !important;
        height: auto !important;
    }
    section#home.hero {
        display: block !important;
        height: auto !important;
        min-height: 100vh !important;
        padding-bottom: 200px !important;
        margin-bottom: 0 !important;
        position: relative !important;
        z-index: 10 !important;
    }
    #home .hero-container {
        flex-direction: column !important;
        justify-content: flex-start !important;
        min-height: 100% !important;
        padding-top: 140px !important;
        padding-bottom: 100px !important;
    }
    #home .hero-content {
        flex: none !important;
        height: auto !important;
        width: 100% !important;
    }
    #home .hero-stats {
        flex-direction: column !important;
        margin-top: 30px !important;
        pointer-events: auto !important;
    }
}
@media (max-width: 768px) {
    .gears-container,
    .gear-machine,
    .gear {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .hero::before,
    .hero::after,
    .cta-pattern,
    .about-hero::after {
        animation: none !important;
        display: none !important;
    }
    .machine-card:hover {
        transform: none !important;
    }
}
