        :root {
            --green: #007A73;
            --green-light: #009b93;
            --green-dark: #005c57;
            --blue: #0b3d91;
            --blue-light: #1a5fc8;
            --blue-dark: #072a6b;
            --accent: #007A73;
            --white: #ffffff;
            --off-white: #f4f6f8;
            --gray: #8a9ab0;
            --dark: #0a0f1e;
            --text: #1c2a3a;
            --dark-barra: #002B45;
        }

        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0
        }

        html {
            scroll-behavior: smooth
        }

        body {
            font-family: 'Barlow', sans-serif;
            color: var(--text);
            background: var(--white);
            overflow-x: hidden
        }

        /* SCROLLBAR */
        ::-webkit-scrollbar {
            width: 5px
        }

        ::-webkit-scrollbar-track {
            background: #f1f1f1
        }

        ::-webkit-scrollbar-thumb {
            background: var(--green);
            border-radius: 10px
        }

        /* ===== NAV ===== */
        nav {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            padding: 0 4vw;
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 72px;
            background: #ffffff;
            backdrop-filter: blur(12px);
            border-bottom: 1px solid rgba(0, 80, 60, 0.15);
            box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
            transition: all .3s ease;
        }

        nav.scrolled {
            background: #ffffff;
            box-shadow: 0 4px 30px rgba(0, 0, 0, .15)
        }

        .nav-logo {
            display: flex;
            align-items: center;
            gap: 12px;
            text-decoration: none
        }

        .nav-logo img {
            height: 42px;
            width: auto;
            filter: brightness(1.1)
        }

        .nav-brand {
            display: flex;
            flex-direction: column;
            line-height: 1
        }

        .nav-brand-name {
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 1.15rem;
            font-weight: 700;
            color: #006a4e;
            letter-spacing: 1px
        }

        .nav-brand-sub {
            font-size: .65rem;
            color: var(--accent);
            font-weight: 600;
            letter-spacing: 2px;
            text-transform: uppercase
        }

        .nav-links {
            display: flex;
            gap: 2rem;
            list-style: none;
            align-items: center
        }

        .nav-links a {
            color: #006a4e;
            text-decoration: none;
            font-size: .85rem;
            font-weight: 600;
            letter-spacing: .5px;
            text-transform: uppercase;
            transition: color .3s;
            position: relative
        }

        .nav-links a::after {
            content: '';
            position: absolute;
            bottom: -4px;
            left: 0;
            width: 0;
            height: 2px;
            background: var(--green);
            transition: width .3s
        }

        .nav-links a:hover {
            color: #004a38
        }

        .nav-links a:hover::after {
            width: 100%
        }

        .nav-cta {
            background: var(--accent);
            color: var(--dark) !important;
            padding: .5rem 1.4rem;
            border-radius: 4px;
            font-weight: 700 !important;
            transition: all .3s !important
        }

        .nav-cta:hover {
            background: #00a89f;
            transform: translateY(-1px);
            box-shadow: 0 6px 20px rgba(0, 122, 115, .4)
        }

        .nav-cta::after {
            display: none !important
        }

        .hamburger {
            display: none;
            flex-direction: column;
            gap: 5px;
            cursor: pointer;
            padding: 4px
        }

        .hamburger span {
            display: block;
            width: 24px;
            height: 2px;
            background: #006a4e;
            transition: all .3s
        }

        /* ===== HERO ===== */
        .hero {
            position: relative;
            height: 100vh;
            min-height: 650px;
            overflow: hidden;
            margin-top: 72px;
        }

        .slides-wrapper {
            position: relative;
            width: 100%;
            height: 100%
        }

        .slide {
            position: absolute;
            inset: 0;
            opacity: 0;
            transition: opacity 1.2s ease;
            background-size: cover;
            background-position: center;
        }

        .slide.active {
            opacity: 1
        }

        .slide::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(110deg, rgba(10, 15, 30, .82) 0%, rgba(10, 15, 30, .45) 60%, rgba(10, 15, 30, .15) 100%);
        }

        .slide-1 {
            background-image: url('./Westfalia1.jpeg')
        }

        .slide-2 {
            background-image: url('./Westfalia2.jpeg')
        }

        .slide-3 {
            background-image: url('./Westfalia3.png')
        }

        .hero-content {
            position: absolute;
            inset: 0;
            z-index: 10;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 0 8vw;
            max-width: 900px;
        }

        .hero-eyebrow {
            display: inline-flex;
            align-items: center;
            gap: .6rem;
            background: rgba(0, 122, 115, .12);
            border: 1px solid rgba(0, 122, 115, .35);
            color: var(--accent);
            padding: .35rem 1rem;
            border-radius: 4px;
            font-size: .78rem;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 1.5rem;
            width: fit-content;
            animation: fadeUp .8s ease both;
            animation-delay: .2s;
        }

        .hero-title {
            font-family: 'Barlow Condensed', sans-serif;
            font-size: clamp(2.8rem, 6vw, 5.5rem);
            font-weight: 800;
            color: #fff;
            line-height: 1.05;
            letter-spacing: -1px;
            margin-bottom: 1.2rem;
            animation: fadeUp .8s ease both;
            animation-delay: .4s;
        }

        .hero-title span {
            background: linear-gradient(90deg, var(--accent), #4af0a8);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .hero-desc {
            color: rgba(255, 255, 255, .75);
            font-size: 1.1rem;
            font-weight: 300;
            max-width: 520px;
            line-height: 1.7;
            margin-bottom: 2.5rem;
            animation: fadeUp .8s ease both;
            animation-delay: .6s;
        }

        .hero-btns {
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
            animation: fadeUp .8s ease both;
            animation-delay: .8s
        }

        .btn-hero-primary {
            background: var(--accent);
            color: var(--dark);
            padding: .85rem 2.2rem;
            border-radius: 4px;
            text-decoration: none;
            font-weight: 700;
            font-size: .95rem;
            letter-spacing: .5px;
            display: inline-flex;
            align-items: center;
            gap: .5rem;
            transition: all .3s;
        }

        .btn-hero-primary:hover {
            background: #00a89f;
            transform: translateY(-2px);
            box-shadow: 0 12px 30px rgba(0, 122, 115, .4)
        }

        .btn-hero-secondary {
            border: 1.5px solid rgba(255, 255, 255, .5);
            color: #fff;
            padding: .85rem 2.2rem;
            border-radius: 4px;
            text-decoration: none;
            font-weight: 600;
            font-size: .95rem;
            letter-spacing: .5px;
            display: inline-flex;
            align-items: center;
            gap: .5rem;
            transition: all .3s;
        }

        .btn-hero-secondary:hover {
            border-color: #fff;
            background: rgba(255, 255, 255, .1)
        }

        /* slide indicators */
        .slide-dots {
            position: absolute;
            bottom: 36px;
            left: 8vw;
            z-index: 20;
            display: flex;
            gap: .7rem;
            align-items: center;
        }

        .dot {
            width: 28px;
            height: 3px;
            background: rgba(255, 255, 255, .3);
            border-radius: 2px;
            cursor: pointer;
            transition: all .4s;
        }

        .dot.active {
            background: var(--accent);
            width: 50px
        }

        /* scroll indicator */
        .scroll-hint {
            position: absolute;
            bottom: 36px;
            right: 8vw;
            z-index: 20;
            color: rgba(255, 255, 255, .45);
            font-size: .75rem;
            letter-spacing: 2px;
            text-transform: uppercase;
            display: flex;
            align-items: center;
            gap: .5rem;
            animation: float 2.5s ease-in-out infinite;
        }

        .scroll-hint i {
            font-size: 1rem
        }

        .info-bar {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            background: var(--dark-barra);
            padding: 2rem 4vw;
            gap: 2rem;
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        }

        .info-item {
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .info-icon {
            width: 45px;
            height: 45px;
            object-fit: contain;
        }

        .info-text {
            display: flex;
            flex-direction: column;
        }

        .info-title {
            font-weight: 800;
            font-family: 'Barlow Condensed', sans-serif;
            color: var(--green);
            font-size: 0.9rem;
        }

        .info-desc {
            font-size: 0.8rem;
            color: var(--gray);
        }

        /* ===== STATS BAR ===== */
        .stats-bar {
            background: var(--dark);
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            border-bottom: 1px solid rgba(255, 255, 255, .06);
        }

        .stat {
            padding: 2rem 1rem;
            text-align: center;
            border-right: 1px solid rgba(255, 255, 255, .06);
            transition: background .3s;
        }

        .stat:last-child {
            border-right: none
        }

        .stat:hover {
            background: rgba(255, 255, 255, .03)
        }

        .stat-num {
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 2.8rem;
            font-weight: 800;
            background: linear-gradient(135deg, var(--accent), #4af0a8);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            line-height: 1;
            margin-bottom: .35rem;
        }

        .stat-label {
            color: rgba(255, 255, 255, .5);
            font-size: .8rem;
            font-weight: 500;
            letter-spacing: 1.5px;
            text-transform: uppercase
        }

        /* ===== SECTION COMMONS ===== */
        .section-tag {
            display: inline-block;
            color: var(--green);
            border: 1px solid rgba(26, 122, 74, .35);
            background: rgba(26, 122, 74, .08);
            padding: .3rem .9rem;
            border-radius: 4px;
            font-size: .72rem;
            font-weight: 700;
            letter-spacing: 2.5px;
            text-transform: uppercase;
            margin-bottom: 1.2rem;
        }

        .section-title {
            font-family: 'Barlow Condensed', sans-serif;
            font-size: clamp(2rem, 4vw, 3.2rem);
            font-weight: 800;
            color: var(--dark);
            line-height: 1.1;
            letter-spacing: -.5px;
            margin-bottom: 1rem;
        }

        .section-sub {
            color: var(--gray);
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.7;
            max-width: 560px
        }

        .divider {
            width: 48px;
            height: 4px;
            background: linear-gradient(90deg, var(--green), var(--blue));
            border-radius: 2px;
            margin: 1.2rem 0 1.5rem
        }

        /* ===== PRODUCTS ===== */
        .products-section {
            padding: 7rem 8vw;
            background: var(--off-white)
        }

        .products-header {
            margin-bottom: 4rem
        }

        .products-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 1.5px;
            background: rgba(0, 0, 0, .08);
            border: 1.5px solid rgba(0, 0, 0, .08);
            border-radius: 8px;
            overflow: hidden;
        }

        .product-card {
            background: #fff;
            padding: 2.5rem;
            transition: all .35s ease;
            position: relative;
            overflow: hidden;
            cursor: default;
        }

        .product-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 3px;
            height: 0;
            background: linear-gradient(180deg, var(--green), var(--blue));
            transition: height .4s ease;
        }

        .product-card:hover::before {
            height: 100%
        }

        .product-card:hover {
            background: var(--dark);
            transform: translateY(-3px)
        }

        .product-card:hover .product-icon {
            color: var(--accent)
        }

        .product-card:hover .product-name {
            color: #fff
        }

        .product-card:hover .product-desc {
            color: rgba(255, 255, 255, .55)
        }

        .product-card:hover .product-tag {
            border-color: rgba(255, 255, 255, .15);
            color: rgba(255, 255, 255, .4)
        }

        .product-icon {
            font-size: 2rem;
            color: var(--green);
            margin-bottom: 1.2rem;
            transition: color .35s
        }

        .product-name {
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--dark);
            margin-bottom: .6rem;
            transition: color .35s
        }

        .product-desc {
            font-size: .88rem;
            color: var(--gray);
            line-height: 1.65;
            margin-bottom: 1.2rem;
            transition: color .35s
        }

        .product-tag {
            display: inline-block;
            font-size: .7rem;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            color: var(--gray);
            border: 1px solid rgba(0, 0, 0, .12);
            padding: .25rem .7rem;
            border-radius: 3px;
            transition: all .35s;
        }

        /* ===== SERVICES ===== */
        .services-section {
            padding: 7rem 8vw;
            background: #fff
        }

        .services-layout {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 6rem;
            align-items: center
        }

        .services-visual {
            position: relative
        }

        .services-img {
            width: 100%;
            border-radius: 6px;
            overflow: hidden;
            box-shadow: 0 30px 80px rgba(0, 0, 0, .15);
            aspect-ratio: 4/3;
            background: linear-gradient(135deg, var(--green-dark), var(--blue-dark));
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 6rem;
            color: rgba(255, 255, 255, .15);
        }

        .services-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block
        }

        .accent-box {
            position: absolute;
            bottom: -28px;
            right: -28px;
            background: var(--accent);
            color: var(--dark);
            padding: 1.4rem 1.8rem;
            border-radius: 6px;
            box-shadow: 0 16px 40px rgba(0, 122, 115, .35);
            text-align: center;
        }

        .accent-box .big {
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 2.4rem;
            font-weight: 800;
            line-height: 1
        }

        .accent-box .small {
            font-size: .72rem;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            margin-top: .2rem
        }

        .sectors-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: .8rem;
            margin-top: 2rem
        }

        .sector-pill {
            display: flex;
            align-items: center;
            gap: .6rem;
            padding: .65rem 1rem;
            border-radius: 5px;
            background: var(--off-white);
            border: 1px solid var(--gray-200, #e5e7eb);
            font-size: .85rem;
            font-weight: 500;
            color: var(--text);
            transition: all .3s;
        }

        .sector-pill:hover {
            background: var(--green);
            color: #fff;
            border-color: var(--green)
        }

        .sector-pill i {
            color: var(--green);
            font-size: .9rem;
            transition: color .3s;
            width: 16px
        }

        .sector-pill:hover i {
            color: #fff
        }

        /* ===== ABOUT ===== */
        .about-section {
            padding: 7rem 8vw;
            background: var(--dark)
        }

        .about-layout {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 6rem;
            align-items: center
        }

        .about-img-wrap {
            position: relative
        }

        .about-img {
            width: 100%;
            border-radius: 6px;
            overflow: hidden;
            aspect-ratio: 4/3;
        }

        .about-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block
        }

        .about-badge {
            position: absolute;
            top: -20px;
            left: -20px;
            background: var(--blue);
            color: #fff;
            padding: 1.2rem;
            border-radius: 6px;
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 1rem;
            font-weight: 700;
            letter-spacing: 1px;
            text-align: center;
            box-shadow: 0 16px 40px rgba(11, 61, 145, .5);
            line-height: 1.2;
        }

        .about-badge .year {
            font-size: 2rem;
            display: block
        }

        .about-content .section-tag {
            color: var(--accent);
            border-color: rgba(0, 122, 115, .3);
            background: rgba(0, 122, 115, .08)
        }

        .about-content .section-title {
            color: #fff
        }

        .about-content .section-sub {
            color: rgba(255, 255, 255, .55)
        }

        .about-content .divider {
            background: linear-gradient(90deg, var(--accent), var(--blue-light))
        }

        .commitments {
            display: flex;
            flex-wrap: wrap;
            gap: .7rem;
            margin-top: 1.8rem
        }

        .commit-tag {
            background: rgba(255, 255, 255, .06);
            border: 1px solid rgba(255, 255, 255, .1);
            color: rgba(255, 255, 255, .7);
            padding: .45rem 1.1rem;
            border-radius: 4px;
            font-size: .82rem;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            transition: all .3s;
        }

        .commit-tag:hover {
            background: var(--accent);
            color: var(--dark);
            border-color: var(--accent)
        }

        .vision-mission {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.2rem;
            margin-top: 2rem
        }

        .vm-box {
            background: rgba(255, 255, 255, .05);
            border: 1px solid rgba(255, 255, 255, .08);
            border-radius: 6px;
            padding: 1.5rem
        }

        .vm-box h4 {
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 1.1rem;
            font-weight: 700;
            color: var(--accent);
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: .6rem;
            display: flex;
            align-items: center;
            gap: .5rem
        }

        .vm-box p {
            font-size: .85rem;
            color: rgba(255, 255, 255, .5);
            line-height: 1.65
        }

        /* ===== HISTORY ===== */
        .history-section {
            padding: 7rem 8vw;
            background: var(--off-white)
        }

        .history-header {
            text-align: center;
            margin-bottom: 5rem
        }

        .history-header .section-sub {
            margin: 0 auto
        }

        .timeline {
            position: relative;
            max-width: 800px;
            margin: 0 auto
        }

        .timeline::before {
            content: '';
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: 0;
            bottom: 0;
            width: 2px;
            background: linear-gradient(180deg, var(--green), var(--blue));
            opacity: .25
        }

        .tl-item {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            margin-bottom: 4rem;
            position: relative
        }

        .tl-item::after {
            content: '';
            position: absolute;
            left: 50%;
            top: 1.2rem;
            transform: translateX(-50%);
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background: var(--green);
            border: 3px solid #fff;
            box-shadow: 0 0 0 4px rgba(26, 122, 74, .2);
        }

        .tl-left {
            text-align: right
        }

        .tl-right {
            text-align: left
        }

        .tl-year {
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 2.2rem;
            font-weight: 800;
            color: var(--green);
            line-height: 1
        }

        .tl-text {
            font-size: .9rem;
            color: var(--gray);
            line-height: 1.65;
            margin-top: .3rem
        }

        /* ===== GEA PARTNER ===== */
        .partner-section {
            padding: 5rem 8vw;
            background: linear-gradient(135deg, var(--green-dark) 0%, var(--blue-dark) 100%);
            position: relative;
            overflow: hidden;
        }

        .partner-section::before {
            content: '';
            position: absolute;
            inset: 0;
            background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        }

        .partner-inner {
            position: relative;
            z-index: 1;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 3rem;
            flex-wrap: wrap
        }

        .partner-text .section-tag {
            color: var(--accent);
            border-color: rgba(0, 122, 115, .35);
            background: rgba(0, 122, 115, .1)
        }

        .partner-title {
            font-family: 'Barlow Condensed', sans-serif;
            font-size: clamp(1.8rem, 3.5vw, 2.8rem);
            font-weight: 800;
            color: #fff;
            line-height: 1.1;
            margin-bottom: .8rem
        }

        .partner-desc {
            color: rgba(255, 255, 255, .6);
            font-size: .95rem;
            line-height: 1.7;
            max-width: 480px
        }

        .partner-badges {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            min-width: 240px
        }

        .p-badge {
            display: flex;
            align-items: center;
            gap: .8rem;
            background: rgba(255, 255, 255, .08);
            border: 1px solid rgba(255, 255, 255, .12);
            border-radius: 5px;
            padding: .9rem 1.2rem
        }

        .p-badge i {
            font-size: 1.1rem;
            color: var(--accent)
        }

        .p-badge span {
            color: rgba(255, 255, 255, .8);
            font-size: .88rem;
            font-weight: 500
        }

        /* ===== CONTACT ===== */
        .contact-section {
            padding: 7rem 8vw;
            background: #fff
        }

        .contact-layout {
            display: grid;
            grid-template-columns: 1fr 1.4fr;
            gap: 5rem
        }

        .contact-info h3 {
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 2rem;
            font-weight: 800;
            color: var(--dark);
            margin-bottom: 1.5rem
        }

        .contact-item {
            display: flex;
            align-items: flex-start;
            gap: 1rem;
            margin-bottom: 1.5rem
        }

        .contact-item .ci-icon {
            width: 40px;
            height: 40px;
            border-radius: 5px;
            flex-shrink: 0;
            background: linear-gradient(135deg, var(--green), var(--blue));
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: .9rem;
        }

        .contact-item .ci-text {
            font-size: .9rem;
            color: var(--gray);
            line-height: 1.55
        }

        .contact-item .ci-text strong {
            display: block;
            color: var(--dark);
            font-weight: 600;
            margin-bottom: .2rem;
            font-size: .95rem
        }

        .contact-form {
            background: var(--off-white);
            border-radius: 8px;
            padding: 2.5rem;
            border: 1px solid rgba(0, 0, 0, .07)
        }

        .contact-form h3 {
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 1.7rem;
            font-weight: 800;
            color: var(--dark);
            margin-bottom: .4rem
        }

        .contact-form p {
            font-size: .88rem;
            color: var(--gray);
            margin-bottom: 1.8rem
        }

        .form-group {
            margin-bottom: 1.2rem
        }

        .form-group label {
            display: block;
            font-size: .8rem;
            font-weight: 700;
            color: var(--text);
            letter-spacing: .5px;
            margin-bottom: .45rem;
            text-transform: uppercase
        }

        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: .8rem 1rem;
            border: 1.5px solid rgba(0, 0, 0, .1);
            border-radius: 5px;
            font-family: 'Barlow', sans-serif;
            font-size: .9rem;
            color: var(--text);
            background: #fff;
            transition: border-color .3s;
            outline: none;
        }

        .form-group input:focus,
        .form-group textarea:focus {
            border-color: var(--green);
            box-shadow: 0 0 0 3px rgba(26, 122, 74, .1)
        }

        .form-group textarea {
            height: 110px;
            resize: vertical
        }

        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1rem
        }

        .btn-submit {
            width: 100%;
            padding: .95rem;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            background: linear-gradient(135deg, var(--green), var(--blue));
            color: #fff;
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 1.1rem;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
            transition: all .3s;
            margin-top: .5rem;
        }

        .btn-submit:hover {
            opacity: .9;
            transform: translateY(-2px);
            box-shadow: 0 12px 30px rgba(26, 122, 74, .4)
        }

        /* ===== FOOTER ===== */
        footer {
            background: var(--dark);
            border-top: 1px solid rgba(255, 255, 255, .06)
        }

        .footer-main {
            display: grid;
            grid-template-columns: 1.5fr 1fr 1fr 1fr;
            gap: 3rem;
            padding: 5rem 8vw 3rem;
        }

        .footer-brand img {
            height: 48px;
            margin-bottom: 1rem
        }

        .footer-brand p {
            font-size: .85rem;
            color: rgba(255, 255, 255, .4);
            line-height: 1.7;
            margin-bottom: 1.5rem;
            max-width: 280px
        }

        .social-links {
            display: flex;
            gap: .6rem
        }

        .social-link {
            width: 36px;
            height: 36px;
            border-radius: 5px;
            border: 1px solid rgba(255, 255, 255, .12);
            display: flex;
            align-items: center;
            justify-content: center;
            color: rgba(255, 255, 255, .5);
            font-size: .9rem;
            text-decoration: none;
            transition: all .3s;
        }

        .social-link:hover {
            background: var(--accent);
            border-color: var(--accent);
            color: var(--dark)
        }

        .footer-col h5 {
            font-family: 'Barlow Condensed', sans-serif;
            font-size: .95rem;
            font-weight: 700;
            color: #fff;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 1.2rem
        }

        .footer-col ul {
            list-style: none
        }

        .footer-col ul li {
            margin-bottom: .65rem
        }

        .footer-col ul li a {
            color: rgba(255, 255, 255, .4);
            text-decoration: none;
            font-size: .85rem;
            transition: color .3s
        }

        .footer-col ul li a:hover {
            color: var(--accent)
        }

        .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, .06);
            padding: 1.5rem 8vw;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 1rem
        }

        .footer-bottom p {
            font-size: .8rem;
            color: rgba(255, 255, 255, .25)
        }

        .footer-bottom a {
            color: rgba(255, 255, 255, .25);
            text-decoration: none;
            font-size: .8rem;
            transition: color .3s
        }

        .footer-bottom a:hover {
            color: var(--accent)
        }

        /* ===== WHATSAPP ===== */
        .wa-float {
            position: fixed;
            bottom: 28px;
            right: 28px;
            z-index: 999;
            width: 58px;
            height: 58px;
            border-radius: 50%;
            background: #25d366;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 1.5rem;
            text-decoration: none;
            box-shadow: 0 8px 30px rgba(37, 211, 102, .5);
            animation: waPulse 2.5s ease-in-out infinite;
            transition: transform .3s;
        }

        .wa-float:hover {
            transform: scale(1.1)
        }

        /* ===== FADE-IN ===== */
        .reveal {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity .7s ease, transform .7s ease
        }

        .reveal.visible {
            opacity: 1;
            transform: none
        }

        /* ===== ANIMATIONS ===== */
        @keyframes fadeUp {
            from {
                opacity: 0;
                transform: translateY(24px)
            }

            to {
                opacity: 1;
                transform: none
            }
        }

        @keyframes float {

            0%,
            100% {
                transform: translateY(0)
            }

            50% {
                transform: translateY(-6px)
            }
        }

        @keyframes waPulse {

            0%,
            100% {
                box-shadow: 0 8px 30px rgba(37, 211, 102, .5)
            }

            50% {
                box-shadow: 0 8px 50px rgba(37, 211, 102, .8)
            }
        }

        /* ===== RESPONSIVE ===== */
        @media(max-width:900px) {

            .services-layout,
            .about-layout,
            .contact-layout {
                grid-template-columns: 1fr
            }

            .about-img-wrap {
                order: -1
            }

            .footer-main {
                grid-template-columns: 1fr 1fr
            }

            .stats-bar {
                grid-template-columns: repeat(2, 1fr)
            }

            .timeline::before {
                left: 20px;
                transform: none
            }

            .tl-item {
                grid-template-columns: 1fr;
                padding-left: 48px
            }

            .tl-item::after {
                left: 12px;
                top: 1.5rem
            }

            .tl-left {
                text-align: left
            }

            .vision-mission {
                grid-template-columns: 1fr
            }

            .form-row {
                grid-template-columns: 1fr
            }
        }

        @media(max-width:680px) {
            nav .nav-links {
                display: none;
                flex-direction: column;
                position: fixed;
                top: 72px;
                left: 0;
                right: 0;
                background: rgba(10, 15, 30, .98);
                padding: 2rem 8vw;
                gap: 1.5rem;
                border-bottom: 1px solid rgba(255, 255, 255, .06);
            }

            nav .nav-links.open {
                display: flex
            }

            .hamburger {
                display: flex
            }

            .hero-content {
                padding: 0 6vw
            }

            .products-section,
            .services-section,
            .about-section,
            .history-section,
            .contact-section {
                padding: 5rem 6vw
            }

            .footer-main {
                grid-template-columns: 1fr;
                padding: 3rem 6vw 2rem
            }

            .stats-bar {
                grid-template-columns: repeat(2, 1fr)
            }

            .sectors-grid {
                grid-template-columns: 1fr
            }

            .product-card a:hover {
                transform: translateY(-5px);
                transition: 0.3s;
            }
        }
