﻿:root {
    --blue: #003da5;
    --dark: #002d7a;
    --orange: #ff9d18;
    --ink: #122033;
    --muted: #58677a;
    --line: #dbe2ea;
    --soft: #f6f8fb;
    --white: #fff;
    --radius: 8px;
    --shadow: 0 18px 50px rgba(5, 47, 120, .12)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--ink);
    background: #fff;
    font: 400 16px/1.65 Inter, system-ui, sans-serif
}

a {
    color: inherit
}

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

.container {
    width: min(1160px, calc(100% - 40px));
    margin: auto
}

.eyebrow {
    margin: 0 0 12px;
    color: #c96c00;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase
}

.site-header {
    position: sticky;
    z-index: 20;
    top: 0;
    background: var(--blue);
    border-bottom: 1px solid #ffffff26
}

.header-inner {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.brand {
    display: inline-flex
}

.logo-crop {
    position: relative;
    display: block;
    width: 177px;
    height: 62px;
    overflow: hidden
}

.logo-crop img {
    position: absolute;
    max-width: none;
    width: 245px;
    left: -49px;
    top: -99px;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 8px
}

.main-nav a {
    padding: 10px 13px;
    color: #ffffffd1;
    font-size: .92rem;
    font-weight: 700;
    text-decoration: none
}

.main-nav a:hover,
.main-nav a[aria-current=page] {
    color: #fff
}

.main-nav a[aria-current=page]:not(.nav-cta) {
    box-shadow: inset 0 -2px var(--orange)
}

.main-nav .nav-cta {
    margin-left: 8px;
    padding: 10px 17px;
    color: var(--dark);
    background: var(--orange);
    border-radius: 6px
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 10px;
    color: #fff;
    background: transparent;
    border: 1px solid #ffffff59;
    border-radius: 6px
}

.menu-toggle span {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: currentColor
}

.hero {
    min-height: 630px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background: var(--blue)
}

.hero-inner {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    align-items: center;
    gap: 70px;
    padding: 72px 0 90px
}

.hero .eyebrow,
.page-hero .eyebrow {
    color: var(--orange)
}

h1,
h2,
h3 {
    font-family: Poppins, Inter, sans-serif
}

.hero h1 {
    margin: 0;
    max-width: 780px;
    font-size: clamp(2.35rem, 5vw, 4.35rem);
    line-height: 1.04
}

.hero h1 span {
    color: var(--orange)
}

.lead {
    max-width: 650px;
    margin: 24px 0 32px;
    color: #ffffffc7;
    font-size: 1.08rem
}

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

.btn-primary,
.btn-secondary {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 11px 19px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer
}

.btn-primary {
    color: var(--dark);
    background: var(--orange)
}

.btn-primary:hover {
    background: #ffb33f;
    transform: translateY(-2px)
}

.btn-secondary {
    color: #fff;
    background: transparent;
    border-color: #ffffff73
}

.hero-visual {
    position: relative;
    min-height: 390px
}

.pin-stage {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    border: 1px solid #ffffff26;
    border-radius: 50%
}

.pin-stage:before,
.pin-stage:after {
    position: absolute;
    content: "";
    border: 1px solid #ffffff1a;
    border-radius: 50%
}

.pin-stage:before {
    inset: 12%
}

.pin-stage:after {
    inset: 27%
}

.hero-logo-crop {
    position: relative;
    z-index: 1;
    display: block;
    width: 300px;
    height: 105px;
    overflow: hidden;
    filter: drop-shadow(0 20px 30px #0003)
}

.hero-logo-crop img {
    position: absolute;
    max-width: none;
    width: 498px;
    left: -109px;
    top: -207px;
}

.proof-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 1px solid var(--line)
}

.proof-item {
    padding: 25px 30px;
    text-align: center;
    border-right: 1px solid var(--line)
}

.proof-item:last-child {
    border: 0
}

.proof-item strong {
    display: block;
    color: var(--blue);
    font-family: Poppins, sans-serif
}

.proof-item span {
    color: var(--muted);
    font-size: .86rem
}

.section {
    padding: 92px 0
}

.section-soft {
    background: var(--soft)
}

.section-heading {
    max-width: 680px;
    margin-bottom: 38px
}

.section-heading h2,
.page-hero h1 {
    margin: 0;
    line-height: 1.12
}

.section-heading h2 {
    font-size: clamp(1.8rem, 3vw, 2.65rem)
}

.section-heading p {
    margin: 14px 0 0;
    color: var(--muted)
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px
}

.service-card,
.project-card {
    padding: 28px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius)
}

.service-card {
    transition: .2s
}

.service-card:hover {
    border-color: var(--orange);
    box-shadow: var(--shadow);
    transform: translateY(-4px)
}

.service-number {
    color: #c96c00;
    font-size: .76rem;
    font-weight: 800
}

.service-card h3,
.project-card h3 {
    margin: 42px 0 10px;
    font-size: 1.1rem
}

.service-card p,
.project-card p {
    margin: 0;
    color: var(--muted);
    font-size: .92rem
}

.split {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 80px;
    align-items: center
}

.process-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--line)
}

.process-list li {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 18px;
    padding: 22px 0;
    border-bottom: 1px solid var(--line)
}

.process-list strong {
    color: #c96c00
}

.process-list h3 {
    margin: 0 0 3px;
    font-size: 1rem
}

.process-list p {
    margin: 0;
    color: var(--muted);
    font-size: .9rem
}

.cta-band {
    padding: 64px 0;
    color: #fff;
    background: var(--dark)
}

.cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px
}

.cta-band h2 {
    margin: 0;
    font-size: clamp(1.7rem, 3vw, 2.6rem);
    line-height: 1.15
}

.cta-band p {
    margin: 10px 0 0;
    color: #ffffffb8
}

.page-hero {
    padding: 72px 0;
    color: #fff;
    background: var(--blue)
}

.page-hero h1 {
    max-width: 800px;
    font-size: clamp(2.4rem, 5vw, 4rem)
}

.page-hero p {
    max-width: 620px;
    margin: 18px 0 0;
    color: #ffffffbf
}

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

.service-detail {
    padding: 32px;
    border: 1px solid var(--line);
    border-left: 4px solid var(--orange)
}

.service-detail h2 {
    margin: 0 0 9px;
    font-size: 1.25rem
}

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

.projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.project-card {
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: #eaf1fb;
    border: 0
}

.project-card:nth-child(2) {
    background: #fff1dd
}

.project-card:nth-child(3) {
    color: #fff;
    background: var(--dark)
}

.project-card:nth-child(3) p {
    color: #ffffffb8
}

.project-card .tag {
    margin-bottom: auto;
    color: #c96c00;
    font-size: .72rem;
    font-weight: 800;
    text-transform: uppercase
}

.contact-layout {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 70px;
    align-items: start
}

.contact-aside h2 {
    margin: 0 0 14px;
    font-size: 1.8rem
}

.contact-aside p {
    color: var(--muted)
}

.contact-note {
    margin-top: 30px;
    padding: 20px 0;
    border-block: 1px solid var(--line)
}

.contact-note strong {
    display: block;
    color: var(--blue)
}

.contact-form {
    padding: 34px;
    background: var(--soft);
    border-radius: var(--radius)
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px
}

.contact-form label {
    display: block;
    margin-bottom: 18px;
    font-size: .85rem;
    font-weight: 800
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    margin-top: 7px;
    padding: 12px 13px;
    color: var(--ink);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 5px;
    outline: none
}

.contact-form :is(input, textarea, select):focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 3px #eaf1fb
}

.contact-form .btn-secondary {
    color: var(--blue);
    border-color: var(--blue)
}

.site-footer {
    padding: 54px 0 28px;
    color: #fff;
    background: #031f4f
}

.footer-inner {
    display: grid;
    grid-template-columns: 1.3fr .7fr;
    gap: 60px
}

.footer-logo-crop {
    position: relative;
    display: block;
    width: 150px;
    height: 53px;
    overflow: hidden
}

.footer-logo-crop img {
    position: absolute;
    max-width: none;
    width: 249px;
    left: -49px;
    top: -103px;
}

.site-footer p {
    max-width: 460px;
    color: #ffffffa6;
    font-size: .88rem
}

.footer-nav {
    display: flex;
    gap: 24px;
    justify-content: flex-end
}

.footer-nav a {
    color: #ffffffb8;
    font-size: .85rem;
    text-decoration: none
}

.footer-bottom {
    margin-top: 38px;
    padding-top: 22px;
    color: #ffffff73;
    border-top: 1px solid #ffffff1f;
    font-size: .78rem
}

.cookie-banner {
    position: fixed;
    z-index: 30;
    right: 20px;
    bottom: 20px;
    display: none;
    max-width: 430px;
    gap: 18px;
    align-items: center;
    padding: 17px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow)
}

.cookie-banner p {
    margin: 0;
    color: var(--muted);
    font-size: .78rem
}

.small {
    min-height: 38px;
    padding: 7px 12px
}

@media(max-width:900px) {
    .menu-toggle {
        display: block
    }

    .main-nav {
        position: absolute;
        top: 80px;
        right: 20px;
        left: 20px;
        display: none;
        align-items: stretch;
        flex-direction: column;
        padding: 12px;
        background: var(--dark);
        box-shadow: var(--shadow)
    }

    .main-nav.is-open {
        display: flex
    }

    .main-nav .nav-cta {
        margin: 0;
        text-align: center
    }

    .hero {
        min-height: auto
    }

    .hero-inner {
        grid-template-columns: 1fr;
        padding: 60px 0 70px
    }

    .hero-visual {
        display: none
    }

    .service-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .split,
    .contact-layout {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .projects-grid {
        grid-template-columns: 1fr
    }
}

@media(max-width:620px) {
    .container {
        width: calc(100% - 28px)
    }

    .header-inner {
        min-height: 70px
    }

    .logo-crop {
        width: 145px;
        height: 51px
    }

    .logo-crop img {
        width: 245px;
        left: -49px;
        top: -99px;
    }

    .main-nav {
        top: 70px;
        right: 14px;
        left: 14px
    }

    .hero-inner {
        padding: 48px 0 60px
    }

    .hero h1 {
        font-size: 2.35rem
    }

    .hero-actions>* {
        width: 100%
    }

    .proof-row,
    .service-grid,
    .detail-grid,
    .form-grid {
        grid-template-columns: 1fr
    }

    .proof-item {
        border-right: 0;
        border-bottom: 1px solid var(--line)
    }

    .section {
        padding: 65px 0
    }

    .cta-inner,
    .footer-inner {
        align-items: flex-start;
        flex-direction: column;
        display: flex
    }

    .footer-nav {
        justify-content: flex-start;
        flex-wrap: wrap
    }

    .contact-form {
        padding: 22px
    }

    .form-actions>* {
        width: 100%
    }

    .cookie-banner {
        left: 14px;
        right: 14px;
        bottom: 14px
    }
}