* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    min-height: 100%;
    background: #000;
}

body {
    font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
}

/* Header */
header {
    position: relative;
    z-index: 100;
    background: #000;
    color: #fff;
    padding: 1.5rem 3rem;
    min-height: 6.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav {
    position: absolute;
    right: 3rem;
}

.logo-section {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
}
body.page-home .logo-section {
    display: none;
}

.logo-link {
    display: block;
    line-height: 0;
}
.logo-img {
    height: 54px;
    width: auto;
    display: block;
}

.logo-text {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0;
    min-height: 1.75rem;
}
header > .logo-text {
    position: absolute;
    left: 3rem;
    top: 50%;
    transform: translateY(-50%);
}
.logo-text h1 {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #0CC2A1;
}
.logo-text span {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 0.92);
}
.logo-text .tagline-sep {
    color: #0CC2A1;
    font-weight: 300;
    opacity: 0.9;
    margin: 0 0.15rem;
    user-select: none;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 2rem;
    align-items: center;
}

nav > ul > li {
    position: relative;
}

nav a,
.nav-label {
    font-family: 'Roboto Condensed', Arial, sans-serif;
}

nav a {
    color: #fff;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

nav a:hover {
    color: #0CC2A1;
}
.nav-contact-btn { display: none; }

.dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    padding-top: 0.5rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
    z-index: 1000;
}

nav > ul > li:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

nav > ul > li:hover > a,
nav > ul > li:hover > .nav-label {
    color: #0CC2A1;
}

.nav-label {
    color: #fff;
    font-size: 0.95rem;
    cursor: default;
}

.dropdown ul {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0.5rem 0;
    min-width: 160px;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.dropdown li {
    padding: 0.5rem 1rem;
}

.dropdown a {
    color: #fff;
    font-size: 0.9rem;
}

.dropdown a:hover {
    color: #0CC2A1;
}

.dropdown li.has-subdropdown {
    position: relative;
}

.dropdown .subdropdown {
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 0.25rem;
    padding: 0.5rem 0;
    min-width: 160px;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
    z-index: 10;
}

.dropdown li.has-subdropdown:hover .subdropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.subdropdown li {
    padding: 0.5rem 1rem;
    padding-left: 1.25rem;
}

        /* Hero Section */
        .hero {
            position: relative;
            overflow: hidden;
            background: #000;
            color: #fff;
            padding: 4rem 2rem;
            text-align: center;
            min-height: 260px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        body.page-home .hero {
            padding: 2.5rem 2rem;
            min-height: 160px;
        }
        body.page-home .hero-logo {
            max-width: 200px;
        }

        .hero-video {
            position: absolute;
            top: 50%;
            left: 50%;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            transform: translate(-50%, -50%) scale(0.78);
            object-fit: cover;
            object-position: 28% center;
            z-index: 0;
        }

        .hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            z-index: 1;
        }

.hero-logo-link {
    display: block;
    line-height: 0;
}
.hero-logo {
    max-width: 280px;
    width: 100%;
    height: auto;
    display: block;
}
        .hero h2 {
            position: relative;
            z-index: 2;
            font-family: 'Zalando Sans Expanded', Arial, sans-serif;
            font-size: 2.5rem;
            font-weight: 700;
            letter-spacing: 0.1em;
            margin-bottom: 2rem;
        }

.hero .btn-contact {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    display: inline-block;
    padding: 0.75rem 2.5rem;
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
    text-decoration: none;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    z-index: 0;
}

.hero .btn-contact::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
    z-index: -1;
}

.hero .btn-contact > * {
    position: relative;
    z-index: 1;
}

.hero .btn-contact:hover {
    background: #fff;
    color: #000;
    text-decoration: none !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

.hero .btn-contact:hover::before {
    width: 300px;
    height: 300px;
}

.hero .btn-contact:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.content-section .btn-contact {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    display: inline-block;
    padding: 1rem 3rem;
    border: 2px solid #0CC2A1;
    color: #fff !important;
    background: linear-gradient(135deg, #0CC2A1 0%, #0aa088 100%);
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 1.5rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(12, 194, 161, 0.2);
    transform: translateY(0);
    z-index: 0;
    border-radius: 8px;
}

.content-section .btn-contact::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
    z-index: -1;
}

.content-section .btn-contact > * {
    position: relative;
    z-index: 1;
}

.content-section .btn-contact:hover {
    background: linear-gradient(135deg, #0aa088 0%, #0CC2A1 100%);
    border-color: #0aa088;
    text-decoration: none !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(12, 194, 161, 0.3);
}

.content-section .btn-contact:hover::before {
    width: 300px;
    height: 300px;
}

.content-section .btn-contact:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(12, 194, 161, 0.2);
}

/* Contact Modal */
.contact-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.contact-modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.contact-modal {
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    max-width: 450px;
    width: 90%;
    position: relative;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.contact-modal-overlay.active .contact-modal {
    transform: scale(1);
}

.contact-modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #666;
    line-height: 1;
}

.contact-modal-close:hover {
    color: #000;
}

.contact-modal h3 {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.contact-modal label {
    display: block;
    font-family: 'Noto Sans', Arial, sans-serif;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

.contact-modal input,
.contact-modal textarea {
    width: 100%;
    padding: 0.75rem;
    margin-bottom: 1rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-family: 'Noto Sans', Arial, sans-serif;
    font-size: 0.95rem;
}

.contact-modal textarea {
    min-height: 100px;
    resize: vertical;
}

.contact-modal .btn-submit {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    background: linear-gradient(135deg, #0CC2A1 0%, #0aa088 100%);
    color: #fff;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(12, 194, 161, 0.2);
    transform: translateY(0);
    z-index: 0;
}

.contact-modal .btn-submit::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
    z-index: -1;
}

.contact-modal .btn-submit > * {
    position: relative;
    z-index: 1;
}

.contact-modal .btn-submit:hover {
    background: linear-gradient(135deg, #0aa088 0%, #0CC2A1 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(12, 194, 161, 0.3);
}

.contact-modal .btn-submit:hover::before {
    width: 400px;
    height: 400px;
}

.contact-modal .btn-submit:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(12, 194, 161, 0.2);
}

.contact-modal .contact-info {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #eee;
    font-size: 0.9rem;
    color: #666;
}

.contact-modal .contact-info a {
    color: #0CC2A1;
    text-decoration: none;
}

.contact-modal .contact-info a:hover {
    text-decoration: underline;
}

/* Main Content Section */
.content-section {
    background: #fff;
    color: #000;
    padding: 4rem 2rem;
    text-align: center;
    font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
}

.content-section .section-title,
.content-section h3 {
    font-family: 'Roboto Condensed', Arial, sans-serif;
}

.content-section .section-title {
    font-size: 1.5rem;
    font-weight: 700;
    max-width: 700px;
    margin: 0 auto 2rem;
    line-height: 1.4;
    color: #000;
}

.content-section h3 {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    color: #000;
}

.content-section .link-style {
    color: #2563eb;
    text-decoration: none;
}

.content-section .link-style:hover {
    text-decoration: underline;
}

.content-icon {
    width: 80px;
    height: 80px;
    margin: 2rem auto;
    display: block;
    background: transparent;
}

.content-section .description,
.logo-text span {
    font-family: 'Noto Sans', Arial, sans-serif;
}

.content-section .description {
    max-width: 650px;
    margin: 0 auto;
    text-align: justify;
    line-height: 1.7;
    font-size: 0.95rem;
    font-weight: 400;
    color: #000;
}

/* About page */
.about-section {
    background: #fff;
    color: #000;
    padding: 4rem 2rem;
}
.about-section .container {
    max-width: 1200px;
    margin: 0 auto;
}
.about-content {
    max-width: 800px;
    margin: 0 auto;
}
.about-content h3 {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 1.5rem;
    text-align: center;
}
.about-content p {
    font-family: 'Noto Sans', Arial, sans-serif;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #000;
    font-size: 1.05rem;
}
.about-content .tagline {
    font-size: 1.2rem;
    font-weight: 600;
    color: #0CC2A1;
    text-align: center;
    margin: 2rem 0;
    font-style: italic;
}
.team-section {
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 2px solid #e5e7eb;
}
.team-section h3 {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 3rem;
    text-align: center;
}
.team-list {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    margin-top: 2rem;
}
.team-member {
    display: flex;
    gap: 2.5rem;
    align-items: flex-start;
}
.team-member-image {
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: center;
    display: block;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    flex-shrink: 0;
}
.team-member-content { flex: 1; }
.team-member-name {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}
.team-member-role {
    font-family: 'Noto Sans', Arial, sans-serif;
    font-size: 1rem;
    color: #000;
    font-weight: 400;
    margin-bottom: 1rem;
}
.team-member-bio {
    font-family: 'Noto Sans', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #000;
}
.team-member-bio p { margin-bottom: 1rem; }

/* Gallery (About page) */
.gallery-section {
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 2px solid #e5e7eb;
}
.gallery-section h3 {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 0.75rem;
    text-align: center;
}
.gallery-intro {
    font-family: 'Noto Sans', Arial, sans-serif;
    font-size: 1rem;
    color: #4b5563;
    text-align: center;
    margin-bottom: 2rem;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.25rem;
    margin-top: 1.5rem;
}
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #f3f4f6;
    aspect-ratio: 4/3;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.gallery-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.contact-cta {
    text-align: center;
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 2px solid #e5e7eb;
}
.about-section .btn-contact,
.contact-cta .btn-contact {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    display: inline-block;
    background: linear-gradient(135deg, #0CC2A1 0%, #0aa088 100%);
    color: #fff !important;
    padding: 1rem 3rem;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 700;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(12, 194, 161, 0.3);
    transform: translateY(0);
    z-index: 0;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.about-section .btn-contact::before,
.contact-cta .btn-contact::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
    z-index: -1;
}
.about-section .btn-contact:hover,
.contact-cta .btn-contact:hover {
    text-decoration: none !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(12, 194, 161, 0.4);
    background: linear-gradient(135deg, #0aa088 0%, #0CC2A1 100%);
}
.about-section .btn-contact:hover::before,
.contact-cta .btn-contact:hover::before {
    width: 400px;
    height: 400px;
}

/* Products listing page */
.product-section:has(.products-grid) {
    background: linear-gradient(to bottom, #f8fafc 0%, #ffffff 100%);
    position: relative;
}
.product-section:has(.products-grid)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0CC2A1 0%, #0aa088 100%);
}
.product-section {
    color: #000;
    padding: 4rem 2rem;
}
.product-section .container {
    max-width: 1200px;
    margin: 0 auto;
}
.products-title-section {
    text-align: center;
    margin-bottom: 3rem;
    padding-top: 1rem;
}
.products-title-section h2 {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 1rem;
    letter-spacing: 0.05em;
    position: relative;
    display: inline-block;
}
.products-title-section h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #0CC2A1 0%, #0aa088 100%);
    border-radius: 2px;
}
.products-title-section p {
    font-family: 'Noto Sans', Arial, sans-serif;
    font-size: 1.1rem;
    color: #4b5563;
    max-width: 600px;
    margin: 1.5rem auto 0;
    line-height: 1.6;
}
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2.5rem;
    padding-bottom: 2rem;
}
.product-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: #fff;
    border: 2px solid transparent;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.03);
}
.product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #0CC2A1 0%, #0aa088 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
}
.product-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(12, 194, 161, 0.15), 0 8px 16px rgba(0, 0, 0, 0.1);
    border-color: #0CC2A1;
}
.product-card:hover::before { transform: scaleX(1); }
.product-card-image {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
    display: block;
    padding: 1.5rem;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-card:hover .product-card-image { transform: scale(1.05); }
.product-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(12, 194, 161, 0.95) 0%, rgba(10, 160, 136, 0.95) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 10px;
    backdrop-filter: blur(2px);
}
.product-card:hover .product-card-overlay { opacity: 1; }
.product-card-overlay-text {
    color: #fff;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding: 0.75rem 1.5rem;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}
.product-card:hover .product-card-overlay-text {
    transform: scale(1.05);
    border-color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.15);
}
.product-card-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-decoration: none;
}
.contact-section {
    background: #fff;
    padding: 3rem 2rem;
    text-align: center;
}
.contact-section .container { max-width: 1200px; margin: 0 auto; }
.btn-contact-main {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    display: inline-block;
    background: linear-gradient(135deg, #0CC2A1 0%, #0aa088 100%);
    color: #fff !important;
    padding: 1rem 3rem;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 700;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(12, 194, 161, 0.3);
    transform: translateY(0);
    z-index: 0;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.btn-contact-main::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
    z-index: -1;
}
.btn-contact-main:hover {
    text-decoration: none !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(12, 194, 161, 0.4);
    background: linear-gradient(135deg, #0aa088 0%, #0CC2A1 100%);
}
.btn-contact-main:hover::before { width: 400px; height: 400px; }

/* Product detail page */
.product-section { background: #fff; }
.product-main {
    display: flex;
    gap: 3rem;
    align-items: flex-start;
    margin-bottom: 4rem;
}
.product-main-divider {
    padding-top: 4rem;
    margin-top: 0;
    border-top: 1px solid #e5e7eb;
}
.product-main-content { flex: 1; }
.product-title-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}
.product-title-row h3 {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #000;
}
.badge-lab-tested {
    background: #7dd3fc;
    color: #0c4a6e;
    padding: 0.25rem 0.75rem;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
}
.product-main .badge-lab-tested {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    font-size: 0.95rem;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    z-index: 0;
    cursor: pointer;
}
.product-main .badge-lab-tested:link,
.product-main .badge-lab-tested:visited,
.product-main .badge-lab-tested:active { text-decoration: none !important; color: #0c4a6e; }
.product-main .badge-lab-tested:hover {
    background: #60b8e0;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(125, 211, 252, 0.3);
    text-decoration: none !important;
}
.product-main p {
    font-family: 'Noto Sans', Arial, sans-serif;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    color: #000;
}
.product-main a { color: #0CC2A1; text-decoration: none; }
.product-main a:hover { text-decoration: underline; }
.product-actions-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}
.btn-order {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    display: inline-block;
    background: #6b7280;
    color: #fff !important;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    font-size: 1.1rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    z-index: 0;
    text-decoration: none;
}
.btn-order:hover {
    background: #4b5563;
    text-decoration: none !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.btn-manual {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    display: inline-block;
    background: #0CC2A1;
    color: #fff !important;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(12, 194, 161, 0.2);
    transform: translateY(0);
    z-index: 0;
    text-decoration: none;
}
.btn-manual:hover {
    background: #0aa088;
    text-decoration: none !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(12, 194, 161, 0.3);
}
.product-placeholders-row {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}
.product-placeholders-row .img-placeholder,
.product-placeholders-row img {
    flex: 1;
    max-width: 200px;
    aspect-ratio: 4/3;
    object-fit: contain;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #f9fafb;
}
.product-placeholders-row img { display: block; }
.product-placeholders-row .img-placeholder {
    background: #e5e7eb;
    color: #9ca3af;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}
.product-main-image {
    flex-shrink: 0;
    width: 280px;
}
.product-main-image .img-placeholder,
.product-main-image img {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 8px;
}
.product-main-image .img-placeholder {
    background: #e5e7eb;
    color: #9ca3af;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}
.product-main-image img {
    display: block;
    object-fit: contain;
    border: 1px solid #d1d5db;
    background: #f9fafb;
}
@media (max-width: 1024px) {
    .product-main { flex-direction: column; }
}

/* Footer */
footer {
    background: #000;
    color: #fff;
    padding: 3rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-social h4 {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.social-icons {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.social-icons a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
}

.social-icons a svg {
    width: 20px;
    height: 20px;
}

.social-icons .email { background: #0CC2A1; }
.social-icons .youtube { background: #ff0000; }

.footer-bottom {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    text-align: center;
    font-size: 0.8rem;
    opacity: 0.9;
}

/* Hamburger - hidden on desktop */
.menu-toggle { display: none; }
.hamburger-btn {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #fff;
    z-index: 101;
}
.hamburger-btn span {
    display: block;
    width: 22px;
    height: 2px;
    background: currentColor;
    border-radius: 1px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Mobile responsive */
@media (max-width: 768px) {
    html, body { overflow-x: hidden; }
    html:has(#menu-toggle:checked), body.menu-open { overflow: hidden; position: fixed; width: 100%; }
    header {
        flex-wrap: wrap;
        padding: 1rem 4rem 1rem 1rem;
        gap: 0;
        justify-content: space-between;
        align-items: center;
    }
    header > .logo-text { position: absolute; left: 1rem; top: 50%; transform: translateY(-50%); }
    header > .logo-section { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); max-width: 140px; }
    body.page-home header .logo-section { display: none; }
    .menu-toggle {
        position: absolute;
        right: 0.5rem;
        top: 50%;
        transform: translateY(-50%);
        width: 52px;
        height: 52px;
        margin: 0;
        padding: 0;
        opacity: 0;
        z-index: 10001;
        cursor: pointer;
        -webkit-appearance: none;
        appearance: none;
        display: block !important;
    }
    .hamburger-btn {
        display: flex;
        position: absolute;
        right: 0.75rem;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
        width: 44px;
        height: 44px;
        flex-shrink: 0;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
        z-index: 10000;
        pointer-events: none;
        min-width: 48px;
        min-height: 48px;
    }
    #menu-toggle:checked + .hamburger-btn span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    #menu-toggle:checked + .hamburger-btn span:nth-child(2) { opacity: 0; }
    #menu-toggle:checked + .hamburger-btn span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .nav-overlay {
        position: fixed;
        inset: 0;
        z-index: 10001;
        background: rgba(0,0,0,0.4);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
    }
    #menu-toggle:checked ~ .nav-overlay { opacity: 1; pointer-events: auto; }
    nav {
        position: fixed;
        top: 0;
        right: 0;
        width: min(85%, 320px);
        height: 100vh;
        background: #000;
        padding: 2rem 1rem 2rem;
        box-shadow: -4px 0 24px rgba(0,0,0,0.4);
        z-index: 10002;
        overflow-y: auto;
        transform: translateX(100%);
        transition: transform 0.35s ease;
    }
    #menu-toggle:checked ~ nav { transform: translateX(0); }
    .nav-contact-btn {
        display: block;
        width: 100%;
        padding: 0.85rem 1.5rem;
        margin-top: 0.75rem;
        background: linear-gradient(135deg, #0CC2A1 0%, #0aa088 100%);
        color: #fff !important;
        font-family: 'Roboto Condensed', Arial, sans-serif;
        font-size: 1rem;
        font-weight: 700;
        text-align: center;
        border-radius: 8px;
        text-decoration: none;
        border: 2px solid #0CC2A1;
        box-sizing: border-box;
    }
    nav > ul {
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
    }
    nav > ul > li {
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.15);
    }
    nav > ul > li:last-child { border-bottom: none; }
    nav a, .nav-label {
        display: block;
        padding: 0.75rem 0;
        font-size: 0.95rem;
    }
    .dropdown { display: none; }
    .logo-text { padding: 0.25rem 0; min-height: 1.5rem; flex-direction: column; align-items: flex-start; gap: 0.15rem; max-width: 120px; }
    .logo-text .tagline-sep { display: none; }
    .logo-text span { font-size: 0.68rem; }
    .logo-text span:first-of-type::after { content: " /"; }
    .hero {
        padding: 3rem 1rem;
        min-height: 220px;
    }
    body.page-home .hero {
        padding: 2rem 1rem;
        min-height: 140px;
    }
    body.page-home .hero-logo {
        max-width: 160px;
    }
    .hero-logo { max-width: 200px; }
    .content-section { padding: 2.5rem 1rem; }
    .content-section .section-title { font-size: 1.2rem; margin-bottom: 1.5rem; }
    .content-section .btn-contact { padding: 0.85rem 2rem; font-size: 1rem; min-height: 48px; }
    footer { padding: 2rem 1rem; }
    .contact-modal { margin: 1rem; max-width: calc(100% - 2rem); }
    img { max-width: 100%; height: auto; }
    .hero-video {
        object-fit: contain;
        object-position: center center;
        transform: translate(-50%, -50%) scale(0.88);
    }
    .hero:has(.hero-video) { min-height: 200px; max-height: 42vh; }
    .container { padding: 0 1rem; }
    .product-section { padding: 2rem 1rem; }
    .products-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 1.5rem;
    }
    .product-card-overlay-text { font-size: 1rem; padding: 0.5rem 1rem; }
    .product-card:hover { transform: translateY(-5px) scale(1.01); }
    .products-title-section h2 { font-size: 2rem; }
    .products-title-section p { font-size: 1rem; padding: 0 1rem; }
    .contact-section { padding: 2rem 1rem; }
    .btn-contact-main { padding: 0.85rem 2rem; font-size: 1rem; width: 100%; max-width: 300px; }
    .product-main { gap: 1.5rem; }
    .product-main-content p { font-size: 0.95rem; }
    .product-placeholders-row { flex-wrap: wrap; gap: 0.75rem; }
    .product-placeholders-row .img-placeholder,
    .product-placeholders-row img,
    .product-main-image img {
        width: 160px;
        height: 160px;
        max-width: 160px;
        object-fit: contain;
        object-position: center;
    }
    .product-actions-row {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        gap: 0.5rem;
    }
    .badge-lab-tested, .btn-order, .btn-manual {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0.5rem 0.85rem;
        font-size: 0.8rem;
        min-height: 38px;
        white-space: nowrap;
        text-align: center;
        box-sizing: border-box;
    }
    .about-section { padding: 2rem 1rem; }
    .about-content h3 { font-size: 1.5rem; }
    .about-content p { font-size: 1rem; }
    .about-content .tagline { font-size: 1.1rem; }
    .team-section h3 { font-size: 1.5rem; }
    .team-list { gap: 3rem; }
    .team-member { flex-direction: column; gap: 1.5rem; align-items: center; }
    .team-member-image { width: 180px; height: 180px; }
    .team-member-content { text-align: center; }
    .team-member-name { font-size: 1.75rem; }
    .team-member-role { font-size: 0.95rem; }
    .team-member-bio { text-align: left; }
    .about-section .btn-contact,
    .contact-cta .btn-contact { padding: 0.85rem 2rem; font-size: 1rem; width: 100%; max-width: 300px; }
    .gallery-section { margin-top: 3rem; padding-top: 2rem; }
    .gallery-section h3 { font-size: 1.5rem; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 0.75rem; margin-top: 1rem; }
    .gallery-item { aspect-ratio: 1; }
}
@media (max-width: 480px) {
    .hero-logo { max-width: 160px; }
    .content-section .section-title { font-size: 1.1rem; }
    .hero h2 { font-size: 1.25rem; }
    .gallery-grid { grid-template-columns: 1fr; }
    .products-grid { grid-template-columns: 1fr; gap: 1.5rem; }
    .product-card-image { padding: 1rem; }
    .product-placeholders-row .img-placeholder,
    .product-placeholders-row img,
    .product-main-image img {
        width: 160px;
        height: 160px;
        max-width: 160px;
        object-fit: contain;
        object-position: center;
    }
}
