.logo-img {
    height: 40px;
    margin-right: 10px;
    vertical-align: middle;
}

/* ============================================================
   MATKU SPORTS WEAR - PRODUCTION-READY STYLESHEET
   Premium, Corporate, Modern Website
   ============================================================ */

/* ============================================================
   1. RESET & GLOBAL STYLES
   ============================================================ */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #ffffff;
    color: #1a1a1a;
    line-height: 1.6;
    letter-spacing: 0.3px;
}

/* Remove default link styling */
a {
    color: inherit;
    text-decoration: none;
}

button {
    cursor: pointer;
    border: none;
    font-family: inherit;
}

input,
textarea,
select {
    font-family: inherit;
}

/* ============================================================
   2. HEADER & NAVIGATION
   ============================================================ */

.header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #ffffff;
    border-bottom: 1px solid #f0f0f0;
}

.navbar {
    width: 100%;
}

.navbar-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 8%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.navbar-brand {
    flex-shrink: 0;
}

.logo {
    font-size: 24px;
    font-weight: 700;
    color: #fe0000;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.logo:hover {
    color: #cc0000;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 50px;
    align-items: center;
}

.nav-link {
    font-size: 15px;
    font-weight: 500;
    color: #1a1a1a;
    position: relative;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #fe0000;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #fe0000;
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}

/* Hamburger Menu */
.hamburger {
    display: none;
    flex-direction: column;
    background: none;
    padding: 0;
    width: 30px;
    height: 24px;
    justify-content: space-between;
}

.hamburger-line {
    width: 100%;
    height: 2px;
    background-color: #1a1a1a;
    transition: all 0.3s ease;
}

.hamburger.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.hamburger.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.hamburger.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* ============================================================
   3. HERO SECTION
   ============================================================ */


.hero {
    background-color: #ffffff;
    padding: 0;
    text-align: left;
    min-height: 85vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero-with-bg::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 75%;
    height: 100%;
    background: url('img/slider.jpg') center center/cover no-repeat;
    z-index: 1;
    animation: heroKenBurns 20s ease-out forwards;
}

.hero-with-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #ffffff 25%, rgba(255, 255, 255, 0.9) 45%, rgba(255, 255, 255, 0) 80%);
    z-index: 2;
}

@keyframes heroKenBurns {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
        transform-origin: center right;
    }
}

.hero-content {
    position: relative;
    z-index: 3;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 8%;
    animation: slideInFade 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    opacity: 0;
    transform: translateX(-40px);
}

@keyframes slideInFade {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.hero-tagline {
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 24px;
    padding: 6px 16px;
    background: #fe0000;
    border-radius: 2px;
}

.hero-headline {
    font-size: 72px;
    font-weight: 900;
    color: #1a1a1a;
    line-height: 1.05;
    margin-bottom: 24px;
    letter-spacing: -2px;
    max-width: 650px;
    text-transform: uppercase;
}

.hero-subtitle {
    font-size: 18px;
    color: #555555;
    margin-bottom: 48px;
    line-height: 1.6;
    max-width: 500px;
    font-weight: 500;
}

.hero-cta-group {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

/* ============================================================
   4. CTA BUTTONS
   ============================================================ */

.cta-button {
    padding: 16px 40px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 2px;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}

.cta-primary {
    background-color: #fe0000;
    color: #ffffff;
}

.cta-primary:hover {
    background-color: #1a1a1a;
    color: #ffffff;
}

.cta-secondary {
    background-color: transparent;
    color: #1a1a1a;
    border: 2px solid #1a1a1a;
}

.cta-secondary:hover {
    background-color: #1a1a1a;
    color: #ffffff;
}

/* ============================================================
   5. ABOUT SECTION
   ============================================================ */

/* ============================================================
   5. ABOUT SECTION - ARCHITECTURAL PREMIUM
   ============================================================ */

.about-premium {
    background-color: #ffffff;
    padding: 140px 8%;
    position: relative;
    overflow: hidden;
    color: #1a1a1a;
}

.about-watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20vw;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.03);
    white-space: nowrap;
    z-index: 0;
    pointer-events: none;
    letter-spacing: -5px;
}

.about-premium-container {
    max-width: 1440px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.about-image-column {
    position: relative;
}

.image-reveal-wrapper {
    position: relative;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
    overflow: hidden;
    border-radius: 4px;
    height: 600px;
}

.about-premium-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: transform 0.5s ease;
}

.image-reveal-wrapper:hover .about-premium-img {
    transform: scale(1.05);
}

.image-overlay-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(254, 0, 0, 0.2) 0%, transparent 50%);
    pointer-events: none;
}

.about-experience-badge {
    position: absolute;
    bottom: -30px;
    right: -30px;
    background: #fe0000;
    color: #ffffff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 20px 40px rgba(254, 0, 0, 0.3);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
}

.exp-number {
    font-size: 48px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 5px;
}

.exp-text {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-content-column {
    padding-left: 40px;
}

.about-header-block {
    margin-bottom: 40px;
}

.tech-accent-line {
    width: 80px;
    height: 4px;
    background: #fe0000;
    margin-bottom: 30px;
}

.premium-heading {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #1a1a1a;
}

.text-red {
    color: #fe0000;
}

.premium-text-box {
    background: rgba(0, 0, 0, 0.02);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding: 30px 40px;
    margin-bottom: 50px;
    backdrop-filter: blur(10px);
}

.premium-lead {
    font-size: 18px;
    font-weight: 400;
    color: #444444;
    margin-bottom: 20px;
    line-height: 1.7;
}

.premium-sub {
    font-size: 15px;
    color: #666666;
    line-height: 1.8;
}

.premium-stats-matrix {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.matrix-item {
    width: 100%;
}

.matrix-label {
    font-size: 13px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.matrix-bar-container {
    width: 100%;
    height: 6px;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
}

.matrix-bar {
    height: 100%;
    background: #fe0000;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 10px rgba(254, 0, 0, 0.5);
}

/* ── Stats Row ── */
.stats-section {
    padding: 80px 8%;
    background: #1a1a1a;
}

.stats-container {
    max-width: 1440px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    text-align: center;
}

.stat-item {}

.stat-num {
    font-size: 54px;
    font-weight: 800;
    color: #fe0000;
    letter-spacing: -2px;
    line-height: 1;
}

.stat-label {
    font-size: 13px;
    font-weight: 600;
    color: #aaaaaa;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 8px;
}

/* ============================================================
   6. PRODUCT SHOWCASE SECTION
   ============================================================ */

.products-premium {
    background-color: #f4f4f4;
    padding: 120px 8%;
}

.products-premium-container {
    max-width: 1440px;
    margin: 0 auto;
}

.products-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.products-tech-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 15px;
}

.tech-nav-item {
    font-size: 13px;
    font-weight: 700;
    color: #666666;
    letter-spacing: 2px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.tech-nav-item:hover,
.tech-nav-item.active {
    color: #fe0000;
}

.tech-nav-separator {
    color: #cccccc;
    font-size: 14px;
}

.product-matrix-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding-top: 10px;
}

.matrix-item-wrap {
    display: flex;
    flex-direction: column;
}

/* Modern Product Card - Luxury Warm Editorial Style */
.modern-product-card {
    background: #FAF8F5;
    border-radius: 28px;
    padding: 14px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.03), 0 1px 3px rgba(0, 0, 0, 0.01);
    border: 1px solid rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.modern-product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(26, 26, 26, 0.08);
}

.modern-card-top {
    height: 280px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #F3EFE6 0%, #E7E0D3 100%);
    box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.02);
}

.modern-tags-left {
    position: absolute;
    top: 14px;
    left: 14px;
    display: flex;
    gap: 8px;
    z-index: 10;
}

.modern-tag {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 6px 12px;
    border-radius: 30px;
    letter-spacing: 0.3px;
}

.modern-tag-right {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 10;
}

.modern-rating {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 6px 12px;
    border-radius: 30px;
    letter-spacing: 0.3px;
}

.modern-img-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.modern-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.modern-product-card:hover .modern-img {
    transform: scale(1.08);
}

.modern-dots {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    z-index: 10;
}

.modern-dots .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.modern-dots .dot.active {
    background: #ffffff;
    transform: scale(1.2);
}

.modern-card-bottom {
    padding: 24px 16px 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.modern-title {
    font-size: 22px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 12px;
    letter-spacing: -0.3px;
}

.modern-desc {
    font-size: 14px;
    color: #777268;
    line-height: 1.6;
    margin-bottom: 0px;
    flex-grow: 1;
}

.modern-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.modern-price {
    font-size: 22px;
    font-weight: 800;
    color: #111111;
    letter-spacing: -0.5px;
}

.modern-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 10px 10px 22px;
    border-radius: 50px;
    border: none;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.modern-btn span {
    letter-spacing: 0.3px;
}

.btn-red {
    background: #fe0000;
}

.btn-red:hover {
    background: #e00000;
}

.btn-dark {
    background: #111111;
}

.btn-dark:hover {
    background: #000000;
}

.btn-gray {
    background: #55524b;
}

.btn-gray:hover {
    background: #3d3b36;
}

.btn-icon-wrap {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.btn-red .btn-icon-wrap {
    color: #fe0000;
}

.btn-dark .btn-icon-wrap {
    color: #111111;
}

.btn-gray .btn-icon-wrap {
    color: #55524b;
}

.btn-icon-wrap svg {
    width: 14px;
    height: 14px;
}

.modern-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.modern-btn:hover .btn-icon-wrap {
    transform: scale(1.05) translateX(2px);
}

/* ============================================================
   7. GLOBAL REACH & DELIVERY SECTION
   ============================================================ */

/* ============================================================
   7. GLOBAL REACH & DELIVERY SECTION - CUSTOM STAGGERED DIAMONDS
   ============================================================ */

.global-reach-premium {
    background-color: #ffffff;
    padding: 120px 8%;
    position: relative;
    overflow: hidden;
    font-family: 'Outfit', 'Inter', sans-serif;
}

.global-reach-container {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.delivery-grid-layout {
    display: grid;
    grid-template-columns: 5.5fr 6.5fr;
    gap: 80px;
    align-items: center;
}

@media (max-width: 991px) {
    .delivery-grid-layout {
        grid-template-columns: 1fr;
        gap: 60px;
    }
}

/* Left Column Styling */
.delivery-left-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.delivery-accent-line {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 5px;
    width: 100%;
}

.matku-accent-line {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    margin-bottom: 12px;
}

.matku-accent-line.align-left {
    justify-content: flex-start;
}

.matku-accent-line.align-center {
    justify-content: center;
}

.delivery-accent-line.accent-sub {
    margin-top: 5px;
    margin-bottom: 48px;
}

.line-wing {
    height: 1px;
    width: 60px;
    background-color: #e2e8f0;
}

.diamond-dots {
    display: flex;
    gap: 6px;
}

.diamond-dot {
    width: 8px;
    height: 8px;
    background-color: #fe0000;
    /* Matku Red matching the global brand identity */
    transform: rotate(45deg);
    display: inline-block;
}

.delivery-main-heading {
    font-size: 54px;
    font-weight: 800;
    color: #000000;
    margin: 10px 0;
    letter-spacing: -1.5px;
    line-height: 1.1;
    text-transform: none;
    font-family: 'Outfit', 'Inter', sans-serif;
}

.delivery-staggered-list {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.delivery-item-row {
    display: flex;
    gap: 24px;
    align-items: center;
    transition: all 0.3s ease;
    width: 100%;
}

.delivery-item-row.align-standard {
    transform: translateX(45px);
    /* Indent standard items right to protect left padding boundary */
}

.delivery-item-row.align-staggered {
    transform: translateX(0);
    /* Aligned exactly on the left margin line */
}

@media (max-width: 991px) {
    .delivery-item-row.align-standard {
        transform: translateX(0);
        /* Reset on mobile */
    }
}

.delivery-diamond-wrapper {
    flex-shrink: 0;
}

.delivery-diamond-shape {
    width: 64px;
    height: 64px;
    border: 2px solid #1a3038;
    /* Slate-dark border from the image */
    background-color: #ffffff;
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.delivery-item-row:hover .delivery-diamond-shape {
    border-color: #fe0000;
    transform: rotate(135deg) scale(1.06);
    box-shadow: 0 12px 30px rgba(254, 0, 0, 0.15);
}

.delivery-icon {
    width: 26px;
    height: 26px;
    stroke: #fe0000;
    /* Matku Red stroke for outline icons */
    transform: rotate(-45deg);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), stroke 0.3s ease;
}

.delivery-item-row:hover .delivery-icon {
    transform: rotate(-135deg);
    stroke: #cc0000;
}

.delivery-item-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.delivery-item-title {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 6px;
    letter-spacing: -0.3px;
}

.delivery-item-desc {
    font-size: 14.5px;
    color: #666666;
    line-height: 1.6;
    max-width: 440px;
    margin: 0;
}

/* Right Column: Rotated Diamond Collage */
.delivery-right-col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.collage-relative-container {
    position: relative;
    width: 100%;
    height: 500px;
}

@media (max-width: 991px) {
    .collage-relative-container {
        height: 420px;
        max-width: 440px;
        margin: 40px auto 0;
    }
}

.collage-diamond {
    position: absolute;
    transform: rotate(45deg);
    overflow: hidden;
    border-radius: 24px;
    border: 5px solid #ffffff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 5;
}

.collage-diamond:hover {
    transform: rotate(45deg) scale(1.04) translateY(-5px);
    z-index: 12;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

/* Mathematically precise compact coordinates to prevent layout overflow and form perfect center white star */
.collage-diamond.top {
    width: 140px;
    height: 140px;
    top: 71px;
    left: 100px;
}

.collage-diamond.left {
    width: 140px;
    height: 140px;
    top: 180px;
    left: -10px;
}

.collage-diamond.bottom {
    width: 140px;
    height: 140px;
    top: 289px;
    left: 100px;
}

.collage-diamond.right-giant {
    width: 300px;
    height: 300px;
    top: 100px;
    left: 242px;
    border-radius: 32px;
    z-index: 2;
    /* Sits behind the cluster overlaps */
}

@media (max-width: 991px) {

    /* Scale compact coordinates down for tablet viewports */
    .collage-diamond.top {
        width: 100px;
        height: 100px;
        top: 50px;
        left: 70px;
    }

    .collage-diamond.left {
        width: 100px;
        height: 100px;
        top: 130px;
        left: -10px;
    }

    .collage-diamond.bottom {
        width: 100px;
        height: 100px;
        top: 210px;
        left: 70px;
    }

    .collage-diamond.right-giant {
        width: 220px;
        height: 220px;
        top: 70px;
        left: 170px;
    }
}

.collage-img-inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.collage-img-inner img {
    width: 150%;
    height: 150%;
    object-fit: cover;
    transform: rotate(-45deg);
    filter: brightness(95%) contrast(105%);
    /* Full, beautiful colorful photos by default */
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.collage-diamond:hover img {
    transform: rotate(-45deg) scale(1.08);
}

/* ============================================================
   8. CONTACT SECTION & FORM
   ============================================================ */

.contact-premium {
    background-color: #ffffff;
    padding: 120px 8%;
}

.contact-premium-container {
    max-width: 1440px;
    margin: 0 auto;
}

.contact-grid {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 80px;
    align-items: start;
}

.contact-info-column {
    padding-right: 40px;
}

.contact-lead {
    font-size: 18px;
    color: #555555;
    line-height: 1.7;
    margin-bottom: 50px;
}

.contact-details-matrix {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.detail-node {
    border-left: 2px solid #fe0000;
    padding-left: 20px;
}

.detail-label {
    font-size: 11px;
    font-weight: 800;
    color: #fe0000;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.detail-value {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
}

.contact-form-column {
    background: #ffffff;
    padding: 60px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
}

.premium-form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.form-group-premium {
    position: relative;
    display: flex;
    flex-direction: column;
}

.premium-label {
    font-size: 12px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.premium-input,
.premium-textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 2px solid #e0e0e0;
    padding: 15px 0;
    font-size: 16px;
    color: #1a1a1a;
    transition: all 0.3s ease;
    border-radius: 0;
}

.premium-input:focus,
.premium-textarea:focus {
    outline: none;
    border-bottom-color: #fe0000;
}

.premium-input::placeholder,
.premium-textarea::placeholder {
    color: #a0a0a0;
    font-weight: 400;
}

.premium-textarea {
    resize: none;
    font-family: inherit;
}

.premium-submit-btn {
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 20px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.premium-submit-btn:hover {
    background: #fe0000;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(254, 0, 0, 0.2);
}

.form-error {
    display: block;
    font-size: 12px;
    color: #fe0000;
    margin-top: 8px;
}

.form-error.hidden {
    display: none;
}

.form-success-message {
    background-color: #f1f8e9;
    border: 1px solid #c5e1a5;
    padding: 16px;
    margin-top: 20px;
    color: #33691e;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.3px;
}

.form-success-message p {
    margin: 0;
}

/* ============================================================
   9. FOOTER
   ============================================================ */

.footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 60px 40px 20px 40px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.footer-section {
    text-align: left;
}

.footer-heading {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #fe0000;
    letter-spacing: 0.5px;
}

.footer-section p {
    font-size: 14px;
    color: #cccccc;
    line-height: 1.8;
    margin-bottom: 8px;
    letter-spacing: 0.3px;
}

.footer-section a {
    color: #cccccc;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #fe0000;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    font-size: 14px;
    letter-spacing: 0.3px;
}

.footer-icons {
    display: flex;
    gap: 20px;
    margin-top: 16px;
}

.footer-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #444444;
    color: #cccccc;
    transition: all 0.3s ease;
    border-radius: 0;
}

.footer-icon:hover {
    border-color: #fe0000;
    color: #fe0000;
    transform: translateY(-3px);
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px solid #333333;
    text-align: center;
    font-size: 13px;
    color: #999999;
    letter-spacing: 0.3px;
}

/* ============================================================
   10. RESPONSIVE DESIGN
   ============================================================ */

/* Tablet: 769px - 1024px */
@media (max-width: 1024px) {
    .navbar-container {
        padding: 0 30px;
    }

    .nav-menu {
        gap: 30px;
    }

    .hero-headline {
        font-size: 42px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .section-heading {
        font-size: 36px;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .delivery-content {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

/* Mobile: 320px - 768px */
@media (max-width: 768px) {
    .navbar-container {
        padding: 0 20px;
        height: 60px;
    }

    .hamburger {
        display: flex;
    }

    .nav-menu {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #ffffff;
        flex-direction: column;
        gap: 0;
        list-style: none;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        border-bottom: 1px solid #f0f0f0;
    }

    .nav-menu.active {
        max-height: 300px;
    }

    .nav-item {
        border-bottom: 1px solid #f0f0f0;
    }

    .nav-link {
        display: block;
        padding: 16px 20px;
        font-size: 14px;
    }

    .nav-link::after {
        display: none;
    }

    .hero {
        padding: 60px 0;
        min-height: auto;
    }

    .hero-with-bg::before {
        width: 100%;
        opacity: 0.3;
    }

    .hero-with-bg::after {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 30%, rgba(255, 255, 255, 0.7) 100%);
    }

    .hero-headline {
        font-size: 42px;
        line-height: 1.1;
    }

    .hero-subtitle {
        font-size: 15px;
    }

    .hero-cta-group {
        flex-direction: column;
    }

    .cta-button {
        width: 100%;
    }

    .about-premium {
        padding: 80px 20px;
    }

    .about-premium-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .about-content-column {
        padding-left: 0;
    }

    .image-reveal-wrapper {
        height: 400px;
        clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    }

    .about-experience-badge {
        right: 0;
        bottom: -20px;
        padding: 20px;
    }

    .premium-heading {
        font-size: 40px;
    }

    .about-watermark {
        font-size: 28vw;
    }

    .products-premium {
        padding: 60px 20px;
    }

    .product-matrix-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .global-reach-premium {
        padding: 80px 20px;
    }

    .delivery-matrix {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .reach-header-flex {
        margin-bottom: 50px;
    }

    .contact-premium {
        padding: 80px 20px;
    }

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .product-matrix-grid {
        grid-template-columns: 1fr;
    }

    .matrix-card:nth-child(1),
    .matrix-card:nth-child(4) {
        grid-column: span 1;
    }

    .matrix-card:nth-child(1) .matrix-card-image-wrap,
    .matrix-card:nth-child(4) .matrix-card-image-wrap {
        height: 300px;
    }

    .contact-info-column {
        padding-right: 0;
    }

    .contact-form-column {
        padding: 30px 20px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .footer-section {
        text-align: center;
    }

    .footer-icons {
        justify-content: center;
    }

    .footer {
        padding: 40px 20px 20px 20px;
    }

    .footer-bottom {
        font-size: 12px;
    }
}

/* Small Mobile: 320px - 480px */
@media (max-width: 480px) {
    .navbar-container {
        padding: 0 15px;
    }

    .logo {
        font-size: 18px;
    }

    .hero {
        padding: 40px 15px;
    }

    .hero-headline {
        font-size: 24px;
    }

    .hero-subtitle {
        font-size: 14px;
    }

    .cta-button {
        padding: 14px 24px;
        font-size: 14px;
    }

    .about {
        padding: 40px 15px;
    }

    .section-heading {
        font-size: 22px;
    }

    .products {
        padding: 40px 15px;
    }

    .global-reach {
        padding: 40px 15px;
    }

    .contact {
        padding: 40px 15px;
    }

    .form-label {
        font-size: 13px;
    }

    .form-input,
    .form-textarea {
        padding: 12px 12px;
        font-size: 14px;
    }

    .footer {
        padding: 30px 15px 15px 15px;
    }

    .footer-heading {
        font-size: 14px;
    }

    .footer-section p {
        font-size: 13px;
    }
}

/* ============================================================
   11. PRINT STYLES
   ============================================================ */

@media print {

    .header,
    .footer,
    .hamburger,
    .cta-button,
    .form-submit,
    .product-btn {
        display: none;
    }
}

/* ============================================================
   12. SCROLL REVEAL ANIMATIONS
   ============================================================ */

.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}

.reveal-left {
    opacity: 0;
    transform: translateX(-40px);
    transition: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}

.reveal-right {
    opacity: 0;
    transform: translateX(40px);
    transition: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}

.reveal-scale {
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}

.reveal.active,
.reveal-left.active,
.reveal-right.active,
.reveal-scale.active {
    opacity: 1;
    transform: translate(0) scale(1);
}

.reveal-delay-1 {
    transition-delay: 0.1s;
}

.reveal-delay-2 {
    transition-delay: 0.2s;
}

.reveal-delay-3 {
    transition-delay: 0.3s;
}

.reveal-delay-4 {
    transition-delay: 0.4s;
}

/* ============================================================
   13. DYNAMIC ENHANCEMENTS (LOAD, HOVER, LINES)
   ============================================================ */

/* Page Load Animations */
.load-fade-up {
    animation: fadeUpLoad 1s cubic-bezier(0.2, 1, 0.2, 1) forwards;
    opacity: 0;
    transform: translateY(30px);
}

.load-fade-up.delay-1 {
    animation-delay: 0.2s;
}

.load-fade-up.delay-2 {
    animation-delay: 0.4s;
}

@keyframes fadeUpLoad {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Accent Line Reveal */
.tech-accent-line {
    width: 0;
    transition: width 1s cubic-bezier(0.2, 1, 0.2, 1);
}

.tech-accent-line.active,
.reveal-width.active {
    width: 60px;
    /* Or whatever width was default */
}

/* Dynamic Button Sweep */
.sweep-btn,
.sweep-btn-secondary {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.4s ease;
}

.sweep-btn::before,
.sweep-btn-secondary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fe0000;
    transition: left 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    z-index: -1;
}

.sweep-btn-secondary::before {
    background-color: #1a1a1a;
}

.sweep-btn:hover::before,
.sweep-btn-secondary:hover::before {
    left: 0;
}

.sweep-btn:hover,
.sweep-btn-secondary:hover {
    color: #ffffff;
    border-color: transparent;
}

/* Floating Animation */
@keyframes float {
    0% {
        transform: translateY(0px) scale(1);
    }

    50% {
        transform: translateY(-10px) scale(1.02);
    }

    100% {
        transform: translateY(0px) scale(1);
    }
}

.about-experience-badge.active {
    animation: float 4s ease-in-out infinite;
    animation-delay: 1s;
    /* wait for reveal to finish */
}

/* ============================================================
   14. PRODUCT FILTERING
   ============================================================ */

.matrix-item-wrap {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 1;
    transform: scale(1) translateY(0);
}

.matrix-item-wrap.hidden-category {
    opacity: 0 !important;
    transform: scale(0.8) translateY(20px) !important;
    pointer-events: none;
    display: none;
    /* Simplest way to handle layout */
}

/* Ensure active nav item is prominent */
.tech-nav-item {
    cursor: pointer;
    transition: color 0.3s ease;
}

.tech-nav-item.active {
    color: #fe0000 !important;
}

/* ============================================================
   15. CLIENT REVIEWS & TESTIMONIALS
   ============================================================ */

.reviews-premium {
    background-color: #f4f4f4;
    padding: 120px 8%;
    position: relative;
    overflow: hidden;
    font-family: 'Outfit', 'Inter', sans-serif;
    border-top: 1px solid #e8e8e8;
}

.reviews-premium-container {
    max-width: 1440px;
    margin: 0 auto;
}

.reviews-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 60px;
}

.reviews-heading {
    font-size: 54px;
    font-weight: 800;
    color: #000000;
    margin: 10px 0;
    letter-spacing: -1.5px;
    text-transform: none;
    line-height: 1.1;
}

.reviews-subheading {
    font-size: 16px;
    color: #666666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.reviews-accent-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 100%;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .reviews-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

.review-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
}

.review-card::before {
    content: '"';
    position: absolute;
    top: 20px;
    right: 32px;
    font-size: 80px;
    font-family: 'Outfit', serif;
    color: rgba(254, 0, 0, 0.05);
    line-height: 1;
    font-weight: 900;
    pointer-events: none;
}

.review-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04);
    border-color: #fe0000;
}

.review-rating {
    margin-bottom: 24px;
}

.star-rating {
    color: #fe0000;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 700;
}

.review-quote {
    font-size: 15.5px;
    color: #333333;
    line-height: 1.7;
    font-style: italic;
    margin: 0 0 32px 0;
    font-family: 'Inter', sans-serif;
}

.review-author {
    display: flex;
    align-items: center;
    gap: 16px;
    border-top: 1px solid #f1f5f9;
    padding-top: 24px;
}

.author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #fe0000;
    background-color: rgba(254, 0, 0, 0.03);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fe0000;
}

.author-avatar svg,
.author-icon {
    width: 22px !important;
    height: 22px !important;
    max-width: 22px !important;
    max-height: 22px !important;
}

.author-info {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.author-name {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    font-style: normal;
}

.author-title {
    font-size: 12.5px;
    color: #666666;
    margin-top: 2px;
}

/* ============================================================
   7. NAVIGATION ACTIVE STATE
   ============================================================ */
.active-page {
    color: #fe0000 !important;
}

.active-page::after {
    width: 100% !important;
}

/* ============================================================
   8. PAGE HERO LAYOUT (SHARED BY ABOUT & CONTACT PAGES)
   ============================================================ */
.page-hero {
    background-color: #f4f4f4;
    padding: 100px 8% 80px;
    position: relative;
    overflow: hidden;
}

.page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('img/hero-kart.jpg') center/cover no-repeat;
    opacity: 0.04;
}

.page-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1440px;
    margin: 0 auto;
}

.page-hero-eyebrow {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.page-hero-eyebrow .line-wing {
    background-color: #fe0000;
}

.page-hero-title {
    font-size: clamp(36px, 4.5vw, 56px);
    font-weight: 800;
    color: #000000;
    letter-spacing: -1.5px;
    line-height: 1.05;
    margin: 12px 0 16px;
}

.page-hero-subtitle {
    font-size: 18px;
    color: #555555;
    max-width: 600px;
    line-height: 1.7;
}

/* ============================================================
   9. ABOUT PAGE SPECIFIC STYLES
   ============================================================ */

/* Story Section */
.story-section {
    padding: 120px 8%;
    background: #ffffff;
}

.story-container {
    max-width: 1440px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
}

.story-img-col {
    position: relative;
}

.story-img-wrap {
    width: 100%;
    height: 520px;
    overflow: hidden;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}

.story-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-badge {
    position: absolute;
    bottom: -24px;
    right: -20px;
    background: #fe0000;
    color: #ffffff;
    padding: 28px 32px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    text-align: center;
}

.story-badge-num {
    display: block;
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
}

.story-badge-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 4px;
    opacity: 0.85;
}

.story-text-col {}

.story-lead {
    font-size: 17px;
    color: #333333;
    line-height: 1.8;
    margin: 24px 0 16px;
}

.story-sub {
    font-size: 15px;
    color: #666666;
    line-height: 1.8;
}

/* Values Grid */
.values-section {
    padding: 120px 8%;
    background: #f4f4f4;
}

.values-container {
    max-width: 1440px;
    margin: 0 auto;
}

.values-header {
    text-align: center;
    margin-bottom: 70px;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.value-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 40px 32px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.value-card:hover {
    transform: translateY(-8px);
    border-color: #fe0000;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.value-icon-wrap {
    width: 52px;
    height: 52px;
    border: 2px solid #fe0000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    transform: rotate(45deg);
}

.value-icon-wrap svg {
    transform: rotate(-45deg);
    width: 22px;
    height: 22px;
    stroke: #fe0000;
}

.value-title {
    font-size: 19px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 12px;
}

.value-desc {
    font-size: 14.5px;
    color: #666666;
    line-height: 1.7;
    margin: 0;
}

/* Team Section */
.team-section {
    padding: 120px 8%;
    background: #ffffff;
}

.team-container {
    max-width: 1440px;
    margin: 0 auto;
}

.team-header {
    text-align: center;
    margin-bottom: 70px;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.team-card {
    background: #f4f4f4;
    overflow: hidden;
    transition: all 0.4s ease;
}

.team-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.team-img-wrap {
    height: 280px;
    overflow: hidden;
}

.team-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.team-card:hover .team-img-wrap img {
    transform: scale(1.05);
}

.team-info {
    padding: 28px;
    border-top: 3px solid #fe0000;
}

.team-name {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 4px;
}

.team-role {
    font-size: 13px;
    color: #fe0000;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* ============================================================
   10. CONTACT PAGE SPECIFIC STYLES
   ============================================================ */

/* Contact Page Grid */
.contact-page-section {
    padding: 120px 8%;
    background: #ffffff;
}

.contact-page-container {
    max-width: 1440px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 80px;
    align-items: start;
}

/* Info Column */
.cp-info-col {}

.cp-info-lead {
    font-size: 15px;
    color: #555555;
    line-height: 1.8;
    margin: 24px 0 40px;
}

.cp-detail-grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.cp-detail-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding-bottom: 28px;
    border-bottom: 1px solid #f1f5f9;
}

.cp-detail-item:last-child {
    border-bottom: none;
}

.cp-detail-icon {
    width: 46px;
    height: 46px;
    border: 2px solid #fe0000;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
    flex-shrink: 0;
}

.cp-detail-icon svg {
    transform: rotate(-45deg);
    width: 20px;
    height: 20px;
    stroke: #fe0000;
}

.cp-detail-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #999999;
    margin-bottom: 4px;
}

.cp-detail-value {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
}

.cp-detail-value a {
    color: #1a1a1a;
    transition: color 0.3s;
}

.cp-detail-value a:hover {
    color: #fe0000;
}

/* Form Column */
.cp-form-col {
    background: #f4f4f4;
    padding: 60px;
}

.cp-form-title {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 8px;
}

.cp-form-sub {
    font-size: 14px;
    color: #777777;
    margin: 0 0 40px;
}

.cp-form {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.cp-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.cp-form-group {
    display: flex;
    flex-direction: column;
}

.cp-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.cp-input,
.cp-textarea,
.cp-select {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 2px solid #d0d0d0;
    padding: 14px 0;
    font-size: 15px;
    color: #1a1a1a;
    font-family: inherit;
    transition: border-color 0.3s ease;
    outline: none;
}

.cp-select {
    background: transparent;
    cursor: pointer;
}

.cp-input:focus,
.cp-textarea:focus,
.cp-select:focus {
    border-bottom-color: #fe0000;
}

.cp-input::placeholder,
.cp-textarea::placeholder {
    color: #aaaaaaaa;
}

.cp-textarea {
    resize: none;
}

.cp-submit {
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 20px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 8px;
}

.cp-submit:hover {
    background: #fe0000;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(254, 0, 0, 0.2);
}

.cp-success {
    background: #f1f8e9;
    border: 1px solid #c5e1a5;
    padding: 16px;
    color: #33691e;
    font-size: 14px;
    text-align: center;
    display: none;
    margin-top: 16px;
}

/* Live Google Map Section */
.map-section {
    width: 100%;
    height: 450px;
    background: #f4f4f4;
    overflow: hidden;
    position: relative;
    line-height: 0;
}

.map-section iframe {
    width: 100%;
    height: 100%;
    border: none;
    filter: grayscale(1) contrast(1.1);
    transition: filter 0.5s ease;
}

.map-section iframe:hover {
    filter: grayscale(0.2) contrast(1);
}

/* ============================================================
   11. RESPONSIVE MEDIA QUERIES (ABOUT & CONTACT PAGES)
   ============================================================ */
@media (max-width: 991px) {
    .story-container,
    .values-grid,
    .team-grid {
        grid-template-columns: 1fr;
    }
    
    .contact-page-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .cp-form-col {
        padding: 40px 30px;
    }

    .story-badge {
        right: 0;
    }
}

@media (max-width: 768px) {
    .story-section,
    .values-section,
    .team-section {
        padding: 80px 5%;
    }

    .contact-page-section {
        padding: 80px 5%;
    }

    .cp-form-row {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   12. BREADCRUMB NAVIGATION LAYOUT
   ============================================================ */
.breadcrumb-nav {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.breadcrumb-link {
    color: #888888;
    text-decoration: none;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
}

.breadcrumb-link:hover {
    color: #fe0000;
}

.breadcrumb-separator {
    color: #cccccc;
    font-weight: 500;
}

.breadcrumb-current {
    color: #fe0000;
    font-weight: 600;
}

/* ============================================================
   13. DEDICATED PRODUCTS SHOWROOM & INQUIRY MODAL STYLES
   ============================================================ */
.products-premium {
    padding: 120px 8% 80px;
    background: #ffffff;
}

.product-tech-specs {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eeeeee;
    font-family: 'Inter', sans-serif;
}

.tech-spec-row {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 6px;
    color: #555555;
}

.tech-spec-label {
    font-weight: 600;
    color: #1a1a1a;
}

.tech-spec-value {
    color: #fe0000;
    font-weight: 700;
}

.modern-inquire-btn {
    display: block;
    width: 100%;
    text-align: center;
    background: #1a1a1a;
    color: #ffffff;
    padding: 16px;
    margin-top: 20px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.modern-inquire-btn:hover {
    background: #fe0000;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(254, 0, 0, 0.2);
}

/* Glassmorphic Modal Window */
.inquiry-modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.inquiry-modal-backdrop.active {
    opacity: 1;
    visibility: visible;
}

.inquiry-modal-wrapper {
    background: #1a1a1a;
    width: 100%;
    max-width: 750px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
    padding: 40px;
    position: relative;
    transform: scale(0.9);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #ffffff;
    max-height: 90vh;
    overflow-y: auto;
}

.inquiry-modal-backdrop.active .inquiry-modal-wrapper {
    transform: scale(1);
}

.inquiry-modal-close {
    position: absolute;
    top: 24px;
    right: 24px;
    background: none;
    border: none;
    color: #888888;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    transition: color 0.3s ease;
}

.inquiry-modal-close:hover {
    color: #fe0000;
}

.modal-header {
    margin-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
}

.modal-header h3 {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.5px;
    margin: 0 0 6px;
    color: #ffffff;
}

.modal-header p {
    font-size: 13px;
    color: #aaaaaa;
    margin: 0;
    line-height: 1.5;
}

.modal-product-tag {
    display: inline-block;
    background: #fe0000;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 10px;
}

/* Modal Double-Column Form */
.modal-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.modal-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.modal-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.modal-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fe0000;
}

.modal-input,
.modal-select,
.modal-textarea {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 14px 18px;
    font-size: 13px;
    transition: all 0.3s ease;
}

.modal-select option {
    background: #1a1a1a;
    color: #ffffff;
}

.modal-input:focus,
.modal-select:focus,
.modal-textarea:focus {
    outline: none;
    border-color: #fe0000;
    background: rgba(255, 255, 255, 0.08);
}

.modal-textarea {
    resize: none;
}

.modal-submit-btn {
    background: #ffffff;
    color: #1a1a1a;
    border: none;
    padding: 18px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.modal-submit-btn:hover {
    background: #fe0000;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(254, 0, 0, 0.2);
}

.modal-success-message {
    background: rgba(46, 125, 50, 0.2);
    border: 1px solid #2e7d32;
    padding: 16px;
    color: #81c784;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    display: none;
    margin-top: 15px;
}

/* ==========================================================================
   RESPONSIVE LAYOUTS (TABLETS & MOBILE)
   ========================================================================== */

/* Mission & Vision Base (Moved from inline) */
.mission-vision-section {
    padding: 100px 8%;
    background: #1a1a1a;
}
.mission-vision-grid {
    max-width: 1440px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

/* Tablet Layouts (Max 1024px) */
@media (max-width: 1024px) {
    .product-matrix-grid, .reviews-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .about-premium-container, 
    .delivery-grid-layout, 
    .contact-grid, 
    .mission-vision-grid {
        gap: 40px;
    }
    
    .delivery-staggered-list {
        padding-left: 0;
    }
}

/* Mobile Layouts (Max 768px) */
@media (max-width: 768px) {
    /* Header/Nav */
    .header .container {
        flex-direction: column;
        gap: 15px;
    }
    .nav-list {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
    
    /* Hero */
    .hero-headline {
        font-size: 38px;
    }
    .hero-cta-group {
        flex-direction: column;
        align-items: center;
    }
    .cta-button {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }
    
    /* 1-Column Grid Collapse */
    .about-premium-container, 
    .delivery-grid-layout, 
    .contact-grid, 
    .mission-vision-grid {
        grid-template-columns: 1fr;
    }
    
    .product-matrix-grid, 
    .reviews-grid,
    .contact-page-container {
        grid-template-columns: 1fr;
    }
    
    /* Section Paddings */
    .mission-vision-section {
        padding: 60px 5%;
    }
    .hero {
        padding: 120px 5% 60px;
    }
    
    /* Contact Forms */
    .form-row, .cp-form-row {
        grid-template-columns: 1fr;
    }
    
    /* Delivery/Global Reach Specific */
    .collage-relative-container {
        min-height: 400px;
        margin-top: 40px;
    }
    
    /* Modals */
    .modal-form-row {
        grid-template-columns: 1fr;
    }
    .inquiry-modal-wrapper {
        padding: 30px 20px;
        width: 90%;
        max-height: 90vh;
        overflow-y: auto;
    }
    
    /* Footer */
    .footer-container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    .footer-links, .footer-icons {
        justify-content: center;
        align-items: center;
    }
}

/* Small Mobile (Max 480px) */
@media (max-width: 480px) {
    .products-tech-nav {
        flex-direction: column;
        gap: 10px;
    }
    .tech-nav-separator {
        display: none;
    }
    .hero-headline, .premium-heading, .reviews-heading, .delivery-main-heading, .page-hero-title {
        font-size: 28px !important;
    }
    .hero-subtitle, .page-hero-subtitle {
        font-size: 14px;
    }
}