:root {
    --color-bg: #ffffff;
    --color-text: #16192a;
    --color-primary: #16a34a;
    --color-primary-dark: #0f7a37;
    --color-primary-light: #34d399;
    --color-accent: #ff7a1a;
    --color-accent-dark: #d9600a;
    --color-muted: #5b6472;
    --color-surface: #f3faf6;
    --color-ink: #0a1c33;
    --font-heading: 'Sora', system-ui, -apple-system, "Segoe UI", sans-serif;
    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-full: 999px;
}

* {
    box-sizing: border-box;
}

html {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
    color: var(--color-text);
    background: var(--color-bg);
    line-height: 1.6;
}

::selection {
    background: var(--color-accent);
    color: var(--color-ink);
}

main {
    flex: 1 0 auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    letter-spacing: -0.01em;
}

/* WhatsApp floating button */
.whatsapp-float {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 60;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.3);
}

.whatsapp-float .icon {
    width: 28px;
    height: 28px;
}

@media (max-width: 600px) {
    .whatsapp-float {
        right: 1rem;
        bottom: 1rem;
        width: 52px;
        height: 52px;
    }

    .whatsapp-float .icon {
        width: 25px;
        height: 25px;
    }
}

/* Header */
.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid #eee;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 34px;
    height: 34px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
}

.nav-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--color-text);
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.site-header.nav-open .nav-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.site-header.nav-open .nav-toggle span:nth-child(2) {
    opacity: 0;
}

.site-header.nav-open .nav-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.site-header .logo a {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--color-text);
    text-decoration: none;
}

.logo-mark {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.logo-icon {
    width: 36px;
    height: 36px;
    margin: 0;
    flex-shrink: 0;
}

.logo-icon .icon {
    width: 20px;
    height: 20px;
}

.site-header .logo a span {
    color: var(--color-primary);
}

.site-header nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
}

.site-header nav a {
    color: var(--color-text);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
}

.site-header nav a:not(.nav-cta) {
    position: relative;
    padding-bottom: 4px;
}

.site-header nav a:not(.nav-cta)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    height: 2px;
    background: var(--color-accent);
    transition: right 0.25s ease;
}

.site-header nav a:not(.nav-cta):hover {
    color: var(--color-primary);
}

.site-header nav a:not(.nav-cta):hover::after {
    right: 0;
}

.site-header nav a.nav-cta {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-light) 100%);
    color: #fff;
    font-weight: 700;
    padding: 0.55rem 1.25rem;
    border-radius: var(--radius-full);
    box-shadow: 0 6px 14px rgba(15, 93, 168, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.site-header nav a.nav-cta:hover {
    background: linear-gradient(135deg, var(--color-primary-dark) 0%, var(--color-primary) 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(15, 93, 168, 0.32);
}

/* Hero */
.hero {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    padding: 5.5rem 2rem;
    text-align: left;
    color: #fff;
    background:
        url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cg fill='none' stroke='white' stroke-opacity='0.09' stroke-width='1'%3E%3Cpath d='M0 40h30M50 40h30M40 0v30M40 50v30'/%3E%3C/g%3E%3Cg fill='white'%3E%3Ccircle cx='40' cy='40' r='2.6' fill-opacity='0.16'/%3E%3Ccircle cx='10' cy='40' r='1.8' fill-opacity='0.13'/%3E%3Ccircle cx='70' cy='40' r='1.8' fill-opacity='0.13'/%3E%3Ccircle cx='40' cy='10' r='1.8' fill-opacity='0.13'/%3E%3Ccircle cx='40' cy='70' r='1.8' fill-opacity='0.13'/%3E%3C/g%3E%3C/svg%3E"),
        radial-gradient(circle at 50% 105%, rgba(255, 122, 26, 0.22), transparent 55%),
        radial-gradient(circle at 15% 15%, rgba(255, 255, 255, 0.16), transparent 45%),
        radial-gradient(circle at 85% 85%, rgba(255, 255, 255, 0.12), transparent 45%),
        linear-gradient(135deg, #0a331d 0%, #16a34a 55%, #22c55e 100%);
}

.hero-badge {
    margin-bottom: 1.25rem;
    background: #fff;
    color: var(--color-primary);
    box-shadow: 0 0 0 6px rgba(255, 176, 32, 0.16), 0 8px 24px rgba(10, 38, 71, 0.25);
}

.hero-content {
    max-width: 540px;
    flex: 1 1 420px;
}

.hero-art {
    flex: 1 1 360px;
    max-width: 420px;
}

.hero-truck-svg {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 860px) {
    .hero {
        flex-direction: column;
        text-align: center;
        padding: 4rem 1.5rem;
    }

    .hero-content {
        max-width: 100%;
        order: 2;
    }

    .hero-art {
        order: 1;
        max-width: 320px;
    }
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.8rem;
    font-weight: 700;
    color: #bfe0ff;
    margin-bottom: 0.75rem;
}

/* Secondary page hero band (About, Service & Consultation, etc.) */
.page-hero {
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #fff;
    padding: 4.5rem 2rem 4rem;
    background:
        radial-gradient(circle at 50% 105%, rgba(255, 122, 26, 0.2), transparent 55%),
        radial-gradient(circle at 15% 15%, rgba(255, 255, 255, 0.14), transparent 45%),
        linear-gradient(135deg, #0a331d 0%, #16a34a 55%, #22c55e 100%);
}

.page-hero h1 {
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    font-weight: 800;
    color: #fff;
    max-width: 700px;
    margin: 0 auto 0.75rem;
}

.page-hero-sub {
    color: rgba(255, 255, 255, 0.85);
    max-width: 600px;
    margin: 0 auto;
    font-size: 1.05rem;
}

.page-content-wide {
    max-width: 1000px;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin: 0 0 2rem;
}

.service-grid .service-group {
    margin: 0;
}

.service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-light) 100%);
    color: #fff;
    margin-bottom: 0.85rem;
    box-shadow: 0 6px 14px rgba(15, 93, 168, 0.22);
}

.service-icon .icon {
    width: 22px;
    height: 22px;
}

.hero h1 {
    font-size: clamp(2rem, 4.5vw, 3rem);
    font-weight: 800;
    margin: 0 0 1rem;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

.hero-sub {
    color: rgba(255, 255, 255, 0.85);
    max-width: 620px;
    margin: 0 auto 1.75rem;
    font-size: 1.05rem;
}

.hero .btn {
    background: #fff;
    color: var(--color-primary-dark);
    box-shadow: 0 8px 20px rgba(10, 38, 71, 0.3);
}

.hero .btn:hover {
    background: var(--color-surface);
    color: var(--color-primary-dark);
    transform: translateY(-2px);
}

.btn {
    display: inline-block;
    padding: 0.9rem 1.9rem;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-light) 100%);
    color: #fff;
    text-decoration: none;
    border-radius: var(--radius-full);
    font-family: var(--font-heading);
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(15, 93, 168, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
    background: linear-gradient(135deg, var(--color-primary-dark) 0%, var(--color-primary) 100%);
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(15, 93, 168, 0.34);
}

/* Regulatory bodies bar (names only — no third-party logos/emblems) */
.regulatory-bar {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2.5rem 2rem 2.5rem;
    text-align: center;
}

.regulatory-label {
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--color-muted);
    margin-bottom: 1.25rem;
}

.badge-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
}

.reg-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--color-surface);
    border: 1px solid #e5e9ef;
    border-radius: var(--radius-full);
    padding: 0.5rem 1rem;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--color-primary-dark);
}

.reg-badge .icon-sm {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

/* Highlights */
.highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
    padding: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

.highlight {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eef1f6;
    border-radius: var(--radius-md);
    padding: 2rem 1.5rem;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

.highlight::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--color-primary), var(--color-accent));
}

.highlight h2 {
    font-size: 1.15rem;
    margin-bottom: 0.4rem;
}

.highlight p {
    color: var(--color-muted);
    margin: 0;
}

/* Stats bar */
.stats-bar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.5rem;
    max-width: 1000px;
    margin: 0 auto;
    padding: 1rem 2rem 3rem;
    text-align: center;
}

.stat {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eef1f6;
    border-radius: var(--radius-md);
    padding: 1.75rem 1.25rem;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

.stat::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--color-accent), var(--color-primary));
}

.stat-number {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--color-primary-dark);
    margin: 0 0 0.15rem;
}

.stat-label {
    color: var(--color-muted);
    font-size: 0.85rem;
    margin: 0;
}

/* Services teaser + trusted-by */
.services-teaser {
    max-width: 1000px;
    margin: 3rem auto;
    padding: 3rem 2.5rem;
    text-align: center;
    border-radius: 24px;
    background: linear-gradient(160deg, #0a1c33 0%, #123a66 55%, #0f5da8 130%);
    color: rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 48px rgba(10, 28, 51, 0.22);
}

.trusted-by {
    max-width: 900px;
    margin: 0 auto;
    padding: 2.5rem 2rem;
    text-align: center;
}

.services-teaser h2,
.trusted-by h2 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.services-teaser h2 {
    color: #fff;
}

.teaser-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.6rem;
    text-align: left;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.teaser-list li {
    padding-left: 1.1rem;
    position: relative;
    color: rgba(255, 255, 255, 0.88);
}

.teaser-list li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: var(--color-accent);
    font-weight: bold;
}

.services-teaser .link-more {
    color: var(--color-accent);
}

.services-teaser .link-more:hover {
    color: #fff;
}

.client-logo-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin: 1.5rem 0 0.5rem;
}

.client-logo-row img {
    height: 60px;
    max-width: 200px;
    width: auto;
    object-fit: contain;
    padding: 1rem 1.5rem;
    background: #fff;
    border: 1px solid #e5e9ef;
    border-radius: var(--radius-md);
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
    filter: grayscale(100%);
    opacity: 0.75;
    transition: filter 0.2s ease, opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.client-logo-row img:hover {
    filter: none;
    opacity: 1;
    border-color: var(--color-primary);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(15, 93, 168, 0.14);
}

.link-more {
    display: inline-block;
    margin-top: 1rem;
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 700;
}

.link-more:hover {
    text-decoration: underline;
}

/* Inner page content */
.page-content {
    max-width: 720px;
    margin: 0 auto;
    padding: 3.5rem 2rem;
}

.page-content h1 {
    font-size: clamp(1.75rem, 3.5vw, 2.35rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

/* Original icon system — used instead of third-party product photos */
.icon-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-light) 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.75rem;
    box-shadow: 0 8px 18px rgba(15, 93, 168, 0.22);
}

.icon-circle .icon {
    width: 32px;
    height: 32px;
}

.icon-circle-lg {
    width: 88px;
    height: 88px;
}

.icon-circle-lg .icon {
    width: 44px;
    height: 44px;
}

.product-grid {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1rem;
    padding: 0;
    margin: 0;
}

.product-grid li {
    background: #fff;
    border: 1px solid #e5e9ef;
    border-radius: var(--radius-md);
    padding: 1.25rem 1rem;
    text-align: center;
}

.product-grid strong {
    display: block;
    margin-bottom: 0.35rem;
}

.product-grid span {
    display: block;
    font-size: 0.85rem;
    color: var(--color-muted);
}

.product-photo {
    display: block;
    max-height: 90px;
    max-width: 100%;
    width: auto;
    object-fit: contain;
    margin: 0 auto 0.75rem;
}

.service-group {
    position: relative;
    margin: 1.5rem 0;
    padding: 1.75rem 1.75rem 1.75rem 1.9rem;
    background: var(--color-surface);
    border-radius: var(--radius-md);
    border-left: 4px solid var(--color-primary);
}

.service-group h2 {
    font-size: 1.15rem;
    margin: 0 0 0.75rem;
    color: var(--color-primary-dark);
}

.service-group p {
    color: var(--color-muted);
    margin: 0 0 1rem;
}

.service-group ul {
    margin: 0;
    padding-left: 1.25rem;
}

.service-group li {
    margin-bottom: 0.4rem;
}

/* Clients & partners logo grid */
.logo-grid {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1rem;
    padding: 0;
    margin: 2rem 0 0;
}

.logo-grid li {
    background: #fff;
    border: 1px solid #e5e9ef;
    border-radius: var(--radius-md);
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    text-align: center;
}

.logo-grid img {
    max-height: 56px;
    max-width: 100%;
    width: auto;
    object-fit: contain;
}

.logo-grid span {
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--color-text);
}

/* Contact */
.contact-details {
    margin: 1.5rem 0 2rem;
    padding: 1.5rem 1.75rem;
    background: var(--color-surface);
    border-radius: var(--radius-md);
    border-left: 4px solid var(--color-accent);
}

.contact-details p {
    margin: 0.5rem 0;
}

.contact-details a {
    color: var(--color-primary);
    text-decoration: none;
}

form {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    max-width: 480px;
}

form input,
form textarea {
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    border: 1.5px solid #dde3ec;
    border-radius: var(--radius-sm);
    font: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

form input:focus,
form textarea:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(15, 93, 168, 0.15);
}

form button {
    padding: 0.85rem 1.75rem;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-light) 100%);
    color: #fff;
    border: none;
    border-radius: var(--radius-full);
    font-family: var(--font-heading);
    font-weight: 700;
    cursor: pointer;
    width: fit-content;
    box-shadow: 0 10px 24px rgba(15, 93, 168, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(15, 93, 168, 0.34);
}

.form-success {
    color: #2f855a;
    font-weight: bold;
}

/* Footer */
.site-footer {
    position: relative;
    padding: 2.5rem 2rem 1.5rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    background: #0a0a0a;
}

.site-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--color-primary), var(--color-accent));
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
    max-width: 900px;
    margin: 0 auto 1.5rem;
}

.footer-grid strong {
    color: #fff;
}

.footer-grid a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.footer-grid a:hover {
    color: var(--color-accent);
}

.copyright {
    text-align: center;
    margin: 0;
}

.copyright-trademark {
    margin-top: 0.4rem;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.45);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-badge {
    animation: fadeInUp 0.7s ease both;
}

.hero .eyebrow {
    animation: fadeInUp 0.7s ease both 0.1s;
}

.hero h1 {
    animation: fadeInUp 0.7s ease both 0.2s;
}

.hero-sub {
    animation: fadeInUp 0.7s ease both 0.3s;
}

.hero .btn {
    animation: fadeInUp 0.7s ease both 0.4s;
}

/* Scroll-reveal: whole-section fade/slide-up, toggled by main.js via IntersectionObserver */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: none;
}

/* Scroll-reveal: staggered children within a container */
.reveal-stagger > * {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-stagger.is-visible > * {
    opacity: 1;
    transform: none;
}

.reveal-stagger > *:nth-child(2) { transition-delay: 0.08s; }
.reveal-stagger > *:nth-child(3) { transition-delay: 0.16s; }
.reveal-stagger > *:nth-child(4) { transition-delay: 0.24s; }
.reveal-stagger > *:nth-child(5) { transition-delay: 0.32s; }
.reveal-stagger > *:nth-child(6) { transition-delay: 0.4s; }
.reveal-stagger > *:nth-child(7) { transition-delay: 0.48s; }
.reveal-stagger > *:nth-child(8) { transition-delay: 0.56s; }

/* Hover lift on interactive cards */
.highlight,
.stat,
.product-grid li,
.logo-grid li {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.highlight:hover,
.stat:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(15, 93, 168, 0.14);
}

.product-grid li:hover,
.logo-grid li:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(15, 93, 168, 0.1);
}

.icon-circle {
    transition: transform 0.25s ease;
}

.highlight:hover .icon-circle,
.stat:hover .icon-circle {
    transform: scale(1.1);
}

.reg-badge {
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.reg-badge:hover {
    transform: translateY(-2px);
    border-color: var(--color-accent);
    box-shadow: 0 6px 14px rgba(255, 176, 32, 0.28);
}

/* Mobile layout */
@media (max-width: 768px) {
    .site-header {
        padding: 1rem 1.25rem;
    }

    .nav-toggle {
        display: flex;
    }

    .site-header nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--color-bg);
        border-bottom: 1px solid #eee;
        box-shadow: 0 12px 20px rgba(10, 38, 71, 0.08);
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .site-header.nav-open nav {
        max-height: 400px;
    }

    .site-header nav ul {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 0.5rem 0;
    }

    .site-header nav a {
        display: block;
        padding: 0.85rem 1.25rem;
        border-bottom: 1px solid #f1f1f1;
    }

    .site-header nav a:not(.nav-cta)::after {
        display: none;
    }

    .site-header nav a.nav-cta {
        display: block;
        margin: 0.75rem 1.25rem;
        text-align: center;
    }

    .hero {
        padding: 4rem 1.25rem;
    }

    .hero-sub {
        font-size: 1rem;
    }

    .page-hero {
        padding: 3rem 1.25rem 2.75rem;
    }

    .page-content {
        padding: 2rem 1.25rem;
    }

    .services-teaser {
        margin: 2rem 1rem;
        padding: 2.25rem 1.5rem;
        border-radius: var(--radius-md);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-badge,
    .hero .eyebrow,
    .hero h1,
    .hero-sub,
    .hero .btn {
        animation: none;
    }

    .reveal,
    .reveal-stagger > * {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .highlight,
    .stat,
    .product-grid li,
    .logo-grid li,
    .icon-circle,
    .reg-badge {
        transition: none;
    }
}
