:root {
    --blue: #2f7ee6;
    --blue-dark: #173a78;
    --green: #c9df24;
    --green-dark: #8caf16;
    --aqua: #eef8ff;
    --sky: #f4faff;
    --ink: #07111f;
    --muted: #607188;
    --line: #d9ebfb;
    --white: #ffffff;
    --soft: #f7fbff;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

input,
select,
textarea,
button {
    font: inherit;
}

.topbar {
    color: #173a78;
    background: #eaf5ff;
    font-size: 0.9rem;
}

.topbar-inner,
.nav,
.section-inner,
.footer-inner {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.topbar-inner {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(16px);
}

.nav {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 265px;
}

.brand-mark {
    width: 54px;
    height: 54px;
    object-fit: contain;
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 10px 24px rgba(47, 126, 230, 0.14);
}

.brand-name {
    display: grid;
    color: var(--blue-dark);
    font-weight: 900;
    line-height: 1.08;
}

.brand-name span {
    color: var(--blue);
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 22px;
    color: #263d5c;
    font-size: 0.88rem;
    font-weight: 800;
    flex-wrap: wrap;
}

.button,
.nav-cta {
    min-height: 46px;
    padding: 0 18px;
    border: 0;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--white);
    background: var(--blue);
    font-weight: 850;
    box-shadow: 0 12px 28px rgba(47, 126, 230, 0.22);
    cursor: pointer;
}

.button.blue {
    background: var(--blue-dark);
    box-shadow: 0 12px 28px rgba(23, 58, 120, 0.18);
}

.button.light {
    color: var(--blue-dark);
    background: var(--white);
    border: 1px solid #cbdced;
    box-shadow: none;
}

.hero {
    min-height: calc(100vh - 116px);
    display: grid;
    align-items: end;
    color: var(--white);
    background:
        linear-gradient(90deg, rgba(11, 54, 113, 0.86), rgba(47, 126, 230, 0.52), rgba(255, 255, 255, 0.14)),
        url("https://images.unsplash.com/photo-1587854692152-cbe660dbde88?auto=format&fit=crop&w=1800&q=80") center / cover;
}

.hero-inner {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 76px 0 56px;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.48fr);
    gap: 28px;
    align-items: end;
}

.hero-panel {
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 54px rgba(7, 17, 31, 0.12);
    backdrop-filter: blur(18px);
}

.hero-panel-label {
    margin-bottom: 10px;
    color: #dcecff;
    font-size: 0.8rem;
    font-weight: 850;
    text-transform: uppercase;
}

.hero-panel h2 {
    margin-bottom: 12px;
    font-size: clamp(1.4rem, 2vw, 2rem);
    line-height: 1.1;
}

.hero-panel p {
    margin-bottom: 18px;
    color: #eaf4ff;
}

.hero-panel-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.premium-hero {
    position: relative;
    overflow: hidden;
}

.premium-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(201, 223, 36, 0.22), transparent 32%),
        radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.14), transparent 24%);
}

.premium-hero .hero-inner {
    position: relative;
    z-index: 1;
}

.hero-motion {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(18px);
    opacity: 0.65;
}

.hero-orb-one {
    top: 8%;
    right: 10%;
    width: 220px;
    height: 220px;
    background: rgba(201, 223, 36, 0.18);
    animation: floatSoft 9s ease-in-out infinite;
}

.hero-orb-two {
    bottom: 8%;
    left: 6%;
    width: 280px;
    height: 280px;
    background: rgba(255, 255, 255, 0.12);
    animation: floatSoft 12s ease-in-out infinite reverse;
}

.hero-float {
    position: absolute;
    width: clamp(160px, 18vw, 260px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 26px 60px rgba(7, 17, 31, 0.24);
    opacity: 0.88;
}

.hero-float img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.hero-float-one {
    top: 14%;
    right: 5%;
    transform: rotate(-5deg);
    animation: floatCardOne 10s ease-in-out infinite;
}

.hero-float-two {
    bottom: 18%;
    right: 19%;
    transform: rotate(6deg);
    animation: floatCardTwo 11s ease-in-out infinite;
}

.hero-float-three {
    bottom: 10%;
    right: 2%;
    transform: rotate(-4deg);
    animation: floatCardThree 9s ease-in-out infinite;
}

.eyebrow {
    margin: 0 0 15px;
    color: var(--blue);
    font-size: 0.86rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero .eyebrow,
.dark-section .eyebrow {
    color: #d8ecff;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    max-width: 930px;
    margin-bottom: 18px;
    font-size: clamp(2.5rem, 6vw, 5.6rem);
    line-height: 0.98;
    letter-spacing: 0;
}

.hero-copy {
    max-width: 720px;
    margin-bottom: 28px;
    color: #eaf4ff;
    font-size: clamp(1.04rem, 2vw, 1.24rem);
}

.hero-actions,
.form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 860px;
    margin-top: 42px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(16px);
}

.stat {
    padding: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.stat:last-child {
    border-right: 0;
}

.stat strong {
    display: block;
    font-size: 1.45rem;
    line-height: 1.15;
}

.stat span {
    color: #dcecff;
    font-size: 0.9rem;
    font-weight: 750;
}

section {
    padding: 82px 0;
}

.media-ribbon {
    padding: 24px 0 8px;
    overflow: hidden;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.media-ribbon-track {
    display: flex;
    gap: 18px;
    width: max-content;
    animation: ribbonSlide 34s linear infinite;
}

.media-card {
    width: 260px;
    height: 168px;
    flex: 0 0 auto;
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 18px 34px rgba(23, 58, 120, 0.09);
    background: var(--white);
}

.media-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.section-heading {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(290px, 0.58fr);
    gap: 34px;
    align-items: end;
    margin-bottom: 34px;
}

h2 {
    margin-bottom: 0;
    font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 1.06;
    letter-spacing: 0;
}

.section-heading p,
.lead,
.card p,
.product-card p,
.timeline-card p {
    color: var(--muted);
}

.soft-section {
    background: #f4faff;
}

.premium-intro {
    border-top: 1px solid #deecfa;
}

.grid-2 {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.72fr);
    gap: 44px;
    align-items: center;
}

.image-panel {
    min-height: 520px;
    border-radius: 8px;
    background: var(--sky) center / cover;
    box-shadow: 0 22px 52px rgba(18, 32, 51, 0.13);
}

.warehouse {
    background-image: url("https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=1200&q=80");
}

.lab {
    background-image: url("https://images.unsplash.com/photo-1579165466741-7f35e4755660?auto=format&fit=crop&w=1200&q=80");
}

.cards,
.product-grid,
.highlight-grid,
.dealer-grid,
.career-grid {
    display: grid;
    gap: 18px;
}

.cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-grid,
.highlight-grid,
.dealer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.career-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card,
.product-card,
.timeline-card,
.form-card {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
}

.card,
.product-card,
.timeline-card {
    padding: 24px;
}

.card-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    color: var(--blue);
    background: var(--sky);
    font-weight: 900;
}

.green-icon {
    color: var(--blue-dark);
    background: #e8f5ff;
}

.card h3,
.product-card h3,
.timeline-card h3 {
    margin-bottom: 8px;
    font-size: 1.12rem;
    line-height: 1.25;
}

.product-card ul,
.check-list {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.made-products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.made-product {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    overflow: hidden;
    box-shadow: 0 14px 34px rgba(23, 58, 120, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.made-product:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 38px rgba(23, 58, 120, 0.12);
}

.made-product img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background: var(--sky);
}

.made-product-info {
    padding: 20px;
}

.made-product-info h3 {
    margin-bottom: 8px;
    color: var(--blue-dark);
}

.made-product-info p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: 0.95rem;
}

.tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.tag {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    color: var(--blue-dark);
    background: var(--sky);
    font-size: 0.78rem;
    font-weight: 850;
}

.product-card li,
.check-list li {
    display: flex;
    gap: 10px;
    color: #30465f;
    font-size: 0.95rem;
    font-weight: 700;
}

.product-card li + li,
.check-list li + li {
    margin-top: 9px;
}

.product-card li::before,
.check-list li::before {
    content: "";
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    margin-top: 9px;
    border-radius: 50%;
    background: var(--blue);
}

.dark-section {
    color: var(--white);
    background:
        linear-gradient(90deg, rgba(11, 54, 113, 0.96), rgba(47, 126, 230, 0.78)),
        url("https://images.unsplash.com/photo-1581093458791-9d2f2d8a9071?auto=format&fit=crop&w=1800&q=80") center / cover;
}

.dark-section .section-heading p,
.dark-section .lead {
    color: #dcecff;
}

.dark-card {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.1);
}

.dark-card p {
    color: #dcecff;
}

.vertical-card {
    min-height: 220px;
}

.feature-card {
    min-height: 210px;
}

.promise-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.promise-card {
    min-height: 210px;
    box-shadow: 0 16px 38px rgba(23, 58, 120, 0.08);
}

.showcase-band {
    background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
}

.showcase-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
    margin-bottom: 28px;
}

.dual-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.dynamic-showcase {
    background: linear-gradient(180deg, #ffffff 0%, #edf7ff 100%);
}

.dynamic-showcase-inner {
    display: grid;
    grid-template-columns: minmax(0, 0.7fr) minmax(320px, 0.8fr);
    gap: 42px;
    align-items: center;
}

.showcase-stack {
    position: relative;
    min-height: 420px;
}

.showcase-frame {
    position: absolute;
    width: min(100%, 360px);
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #d7e9fb;
    background: var(--white);
    box-shadow: 0 24px 58px rgba(23, 58, 120, 0.14);
}

.showcase-frame img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.frame-one {
    top: 0;
    left: 0;
    animation: showcaseOne 9s ease-in-out infinite;
}

.frame-two {
    top: 60px;
    right: 0;
    animation: showcaseTwo 10s ease-in-out infinite;
}

.frame-three {
    bottom: 0;
    left: 70px;
    animation: showcaseThree 11s ease-in-out infinite;
}

.content-block {
    padding: 34px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 18px 40px rgba(18, 32, 51, 0.08);
}

.accent-block {
    color: var(--white);
    background: linear-gradient(135deg, #173a78 0%, #2f7ee6 100%);
    border-color: rgba(255, 255, 255, 0.12);
}

.accent-block .eyebrow,
.accent-block h2,
.accent-block p {
    color: var(--white);
}

.company-visual,
.enquiry-section .form-card {
    align-self: stretch;
}

.vacancy-layout {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.vacancy-poster {
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
    background: var(--white);
    box-shadow: 0 20px 46px rgba(18, 32, 51, 0.1);
}

.vacancy-poster img {
    width: 100%;
    display: block;
}

.vacancy-meta {
    display: grid;
    gap: 18px;
}

.vacancy-meta .card {
    height: 100%;
}

.nav-note {
    color: var(--muted);
    font-size: 0.95rem;
}

.page-hero {
    padding: 82px 0;
    color: var(--white);
    background:
        linear-gradient(90deg, rgba(11, 54, 113, 0.92), rgba(72, 152, 235, 0.72)),
        url("https://images.unsplash.com/photo-1585435557343-3b092031a831?auto=format&fit=crop&w=1800&q=80") center / cover;
}

.page-hero h1 {
    max-width: 860px;
    margin-bottom: 14px;
}

.page-hero p {
    max-width: 720px;
    margin-bottom: 0;
    color: #eaf4ff;
    font-size: 1.12rem;
}

.form-card {
    padding: 28px;
    box-shadow: 0 18px 46px rgba(18, 32, 51, 0.09);
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.field {
    display: grid;
    gap: 7px;
}

.field.full {
    grid-column: 1 / -1;
}

label {
    color: #30465f;
    font-size: 0.9rem;
    font-weight: 850;
}

input,
select,
textarea {
    width: 100%;
    min-height: 46px;
    padding: 11px 13px;
    border: 1px solid #cbdced;
    border-radius: 8px;
    color: var(--ink);
    background: var(--white);
}

textarea {
    min-height: 120px;
    resize: vertical;
}

.map {
    min-height: 420px;
    border: 0;
    border-radius: 8px;
    width: 100%;
    filter: saturate(0.85);
}

.site-footer {
    padding: 54px 0 28px;
    color: #dcecff;
    background: #102b58;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.1fr repeat(3, minmax(160px, 0.45fr));
    gap: 30px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-grid h3 {
    color: var(--white);
}

.footer-grid a,
.footer-grid span,
.footer-grid p {
    display: block;
    color: #dcecff;
    margin: 0 0 8px;
}

.footer-bottom {
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
    color: #b9cae0;
    font-size: 0.92rem;
}

@keyframes floatSoft {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-20px) scale(1.04); }
}

@keyframes floatCardOne {
    0%, 100% { transform: translateY(0) rotate(-5deg); }
    50% { transform: translateY(-18px) rotate(-2deg); }
}

@keyframes floatCardTwo {
    0%, 100% { transform: translateY(0) rotate(6deg); }
    50% { transform: translateY(-20px) rotate(3deg); }
}

@keyframes floatCardThree {
    0%, 100% { transform: translateY(0) rotate(-4deg); }
    50% { transform: translateY(-16px) rotate(-1deg); }
}

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

@keyframes showcaseOne {
    0%, 100% { transform: translateY(0) rotate(-6deg); }
    50% { transform: translateY(-16px) rotate(-2deg); }
}

@keyframes showcaseTwo {
    0%, 100% { transform: translateY(0) rotate(5deg); }
    50% { transform: translateY(16px) rotate(1deg); }
}

@keyframes showcaseThree {
    0%, 100% { transform: translateY(0) rotate(-3deg); }
    50% { transform: translateY(-12px) rotate(2deg); }
}

@media (max-width: 1000px) {
    .nav {
        align-items: flex-start;
        flex-direction: column;
        padding: 15px 0;
    }

    .nav-links {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .nav-cta {
        display: none;
    }

    .hero {
        min-height: 760px;
    }

    .section-heading,
    .grid-2,
    .hero-grid,
    .dual-panel,
    .dynamic-showcase-inner,
    .vacancy-layout {
        grid-template-columns: 1fr;
    }

    .cards,
    .career-grid,
    .product-grid,
    .highlight-grid,
    .dealer-grid,
    .made-products,
    .promise-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .showcase-header {
        align-items: start;
        flex-direction: column;
    }

    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-float {
        opacity: 0.5;
    }
}

@media (max-width: 640px) {
    .topbar-inner,
    .nav,
    .section-inner,
    .footer-inner,
    .hero-inner {
        width: min(100% - 28px, 1180px);
    }

    .brand {
        min-width: 0;
    }

    .brand-name {
        font-size: 0.95rem;
    }

    .topbar-inner {
        justify-content: center;
        text-align: center;
    }

    .hero {
        min-height: 690px;
    }

    .hero-inner {
        padding: 54px 0 36px;
    }

    .hero-stats {
        display: none;
    }

    section,
    .page-hero {
        padding: 58px 0;
    }

    .cards,
    .career-grid,
    .product-grid,
    .highlight-grid,
    .dealer-grid,
    .made-products,
    .form-grid,
    .promise-row {
        grid-template-columns: 1fr;
    }

    .button {
        width: 100%;
    }

    .content-block,
    .hero-panel {
        padding: 24px;
    }

    .media-card {
        width: 220px;
        height: 144px;
    }

    .showcase-stack {
        min-height: 360px;
    }

    .showcase-frame {
        width: 80%;
    }

    .frame-two {
        top: 46px;
    }

    .frame-three {
        left: 24px;
    }

    .hero-float {
        display: none;
    }

    .image-panel {
        min-height: 330px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }
}
