:root {
    --navy: #051933;
    --navy2: #0b2734;
    --teal: #0c5d66;
    --mint: #cce9df;
    --cream: #f4f3ee;
    --white: #fff;
    --ink: #10232d;
    --muted: #65747b;
    --line: #d8dedb;
    --accent: #d7ef75;
    --shadow: 0 24px 70px rgba(7, 27, 38, .12)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: 'DM Sans', sans-serif;
    color: var(--ink);
    background: var(--cream);
    line-height: 1.6
}

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

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: #061D3C;
    backdrop-filter: blur(16px);
    color: #fff
}

.nav-wrap {
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.brand {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #fff;
    text-decoration: none;
    font-weight: 800
}

.brand-mark {
    font-family: Manrope;
    font-size: 22px;
    letter-spacing: -1.5px
}

.brand-name {
    font-size: 10px;
    letter-spacing: 2.7px;
    border-left: 1px solid rgba(255, 255, 255, .25);
    padding-left: 12px
}

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

.nav a {
    color: #dbe5e7;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600
}

.nav a:hover {
    color: var(--accent)
}

.nav-cta {
    border: 1px solid rgba(255, 255, 255, .22);
    padding: 11px 16px;
    border-radius: 100px
}

.nav-cta span {
    margin-left: 8px
}

.menu-toggle {
    display: none;
    background: none;
    border: 0;
    color: #fff;
    font-size: 25px
}

.hero {
    background: var(--navy);
    color: #fff;
    position: relative;
    overflow: hidden
}

.hero-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 68px 68px;
    mask-image: linear-gradient(90deg, #000, transparent 85%)
}

.hero-inner {
    min-height: 710px;
    display: grid;
    grid-template-columns: 1fr .9fr;
    gap: 60px;
    align-items: center;
    position: relative
}

.eyebrow {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    color: #b8d5d4;
    display: flex;
    align-items: center;
    gap: 10px
}

.eyebrow span {
    width: 25px;
    height: 2px;
    background: var(--accent);
    display: inline-block
}

.eyebrow.dark {
    color: #547078
}

.hero h1,
h2 {
    font-family: Manrope;
    margin: 22px 0 20px;
    line-height: 1.02;
    letter-spacing: -2.5px
}

.hero h1 {
    font-size: clamp(52px, 6vw, 84px)
}

h2 {
    font-size: clamp(40px, 4.7vw, 62px)
}

em {
    font-style: normal;
    color: #D10626
}

.hero-text {
    font-size: 18px;
    color: #bfd0d4;
    max-width: 600px
}

.hero-actions {
    display: flex;
    gap: 13px;
    margin-top: 34px
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    padding: 15px 20px;
    border-radius: 3px;
    text-decoration: none;
    border: 0;
    font: 700 13px 'DM Sans';
    cursor: pointer
}

.button-primary {
    background: var(--accent);
    color: #13232a
}

.button-primary:hover {
    transform: translateY(-2px)
}

.button-ghost {
    border: 1px solid rgba(255, 255, 255, .24);
    color: #fff
}

.hero-proof {
    display: flex;
    gap: 38px;
    margin-top: 58px
}

.hero-proof div {
    display: flex;
    flex-direction: column;
    border-left: 1px solid rgba(255, 255, 255, .16);
    padding-left: 15px
}

.hero-proof strong {
    font: 800 23px Manrope
}

.hero-proof span {
    font-size: 11px;
    color: #94aeb4;
    margin-top: 2px
}

.hero-visual {
    position: relative
}

.visual-card {
    background: #061D3C;
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: var(--shadow);
    padding: 17px;
    transform: rotate(2deg)
}

.visual-top,
.visual-caption {
    display: flex;
    justify-content: space-between;
    font-size: 9px;
    letter-spacing: 1.5px;
    color: #9eb6bb
}

.building-art {
    height: 430px;
    margin: 14px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, #061D3C, #0b2734)
}

.sun {
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #cbe8a0;
    right: 70px;
    top: 55px;
    opacity: .8
}

.building {
    position: absolute;
    bottom: 65px;
    background: #0b2734;
    border: 1px solid (rgba(255, 255, 255, .12))
}

.b1 {
    height: 190px;
    width: 150px;
    left: 45px
}

.b2 {
    height: 275px;
    width: 175px;
    left: 170px;
    background: #061D3C
}

.b3 {
    height: 225px;
    width: 210px;
    right: 35px
}

.building:after {
    content: '';
    position: absolute;
    inset: 20px;
    background: repeating-linear-gradient(0deg, transparent 0 26px, rgba(202, 235, 217, .16) 27px 29px), repeating-linear-gradient(90deg, transparent 0 27px, rgba(202, 235, 217, .14) 28px 30px)
}

.ground {
    position: absolute;
    bottom: 0;
    left: -10%;
    width: 120%;
    height: 68px;
    background: #071b26;
    transform: skewY(-5deg)
}

.van {
    position: absolute;
    bottom: 53px;
    left: 48%;
    width: 125px;
    height: 45px;
    background: #f2f2e8;
    border-radius: 6px 12px 5px 5px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .35)
}

.van:before {
    content: 'JDL';
    position: absolute;
    left: 17px;
    top: 10px;
    font-weight: 800;
    color: #0b2734
}

.van i {
    position: absolute;
    bottom: -9px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #071b26
}

.van i:first-child {
    left: 16px
}

.van i:last-child {
    right: 16px
}

.floating-note {
    position: absolute;
    right: -24px;
    bottom: -27px;
    background: #fff;
    color: var(--ink);
    padding: 15px 17px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: var(--shadow);
    min-width: 245px
}

.floating-note small {
    display: block;
    color: #718086;
    font-size: 10px
}

.floating-note strong {
    margin-left: auto;
    background: #dff2d5;
    width: 27px;
    height: 27px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #357243
}

.pulse {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #75cda5;
    box-shadow: 0 0 0 5px #e6f5ee
}

.trust-strip {
    background: #061D3C;
    color: #91adb2
}

.trust-inner {
    min-height: 78px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    font-size: 10px;
    letter-spacing: 1.8px;
    font-weight: 700
}

.section {
    padding: 120px 0
}

.section-heading.split {
    display: grid;
    grid-template-columns: 1fr .7fr;
    gap: 80px;
    align-items: end
}

.section-heading p {
    color: var(--muted);
    font-size: 17px;
    max-width: 470px
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--line);
    margin-top: 60px;
    border: 1px solid var(--line)
}

.service-card {
    background: var(--cream);
    min-height: 340px;
    padding: 34px;
    position: relative;
    transition: .25s
}

.service-card:hover {
    background: #fff;
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(7, 27, 38, .08);
    z-index: 2
}

.service-card.featured {
    background: #d8ebe3
}

.service-number {
    position: absolute;
    right: 25px;
    top: 28px;
    font: 700 10px Manrope;
    color: #8b9b9c
}

.service-icon {
    font-size: 27px;
    margin-bottom: 42px;
    color: var(--teal)
}

.service-card h3 {
    font: 700 23px Manrope;
    margin: 0 0 10px
}

.service-card p {
    color: #66757a;
    font-size: 14px;
    margin: 0 0 25px
}

.service-card a {
    font-size: 12px;
    color: var(--ink);
    font-weight: 700;
    text-decoration: none
}

.service-card a span {
    margin-left: 8px
}

.about {
    background: var(--navy);
    color: #fff
}

.about-grid {
    display: grid;
    grid-template-columns: .95fr 1fr;
    gap: 100px;
    align-items: center
}

.about-image {
    height: 570px;
    background: linear-gradient(145deg, var(--navy), var(--navy2));
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .08)
}

.about-image:before {
    content: '';
    position: absolute;
    width: 450px;
    height: 450px;
    border: 1px solid rgba(205, 239, 117, .22);
    border-radius: 50%;
    top: 70px;
    left: -130px
}

.about-image:after {
    content: 'JDL';
    position: absolute;
    font: 800 190px Manrope;
    letter-spacing: -15px;
    color: rgba(255, 255, 255, .025);
    right: -15px;
    bottom: -10px
}

.image-label {
    position: absolute;
    top: 25px;
    left: 25px;
    font-size: 9px;
    letter-spacing: 2px;
    color: #9fb7bb
}

.image-lines {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(90deg, transparent 0 70px, #061D3C 71px 72px)
}

.image-copy {
    position: absolute;
    bottom: 42px;
    left: 40px
}

.image-copy small {
    display: block;
    letter-spacing: 3px;
    color: #9fb7bb;
    font-size: 9px
}

.image-copy strong {
    font: 800 48px/1 Manrope;
    letter-spacing: -2px
}

.about-copy p {
    color: #a9bec2;
    max-width: 560px;
    font-size: 16px
}

.stats {
    display: flex;
    gap: 35px;
    margin-top: 42px
}

.stats div {
    border-top: 1px solid rgba(255, 255, 255, .15);
    padding-top: 14px;
    display: flex;
    flex-direction: column;
    min-width: 120px
}

.stats strong {
    font: 800 23px Manrope;
    color: var(--accent)
}

.stats span {
    font-size: 11px;
    color: #94aeb4
}

.sectors {
    background: #e6e8e2
}

.center {
    text-align: center
}

.center .eyebrow {
    justify-content: center
}

.sector-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin-top: 58px;
    background: #cbd2ce;
    border: 1px solid #cbd2ce
}

.sector {
    background: #e6e8e2;
    padding: 35px;
    min-height: 230px
}

.sector span {
    font: 700 10px Manrope;
    color: #829092
}

.sector h3 {
    font: 700 25px Manrope;
    margin: 46px 0 7px
}

.sector p {
    font-size: 13px;
    color: #6a777a
}

.approach {
    background: #f8f8f5
}

.steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
    margin-top: 60px
}

.step {
    background: #f8f8f5;
    padding: 31px;
    min-height: 230px
}

.step>b {
    font: 800 11px Manrope;
    color: #789094
}

.step h3 {
    font: 700 22px Manrope;
    margin: 48px 0 8px
}

.step p {
    font-size: 13px;
    color: #69777b
}

.cta-section {
    background: var(--navy);
    color: #fff;
    padding: 110px 0
}

.cta-grid {
    display: grid;
    grid-template-columns: .9fr 1fr;
    gap: 100px
}

.cta-section h2 {
    font-size: 60px
}

.cta-section p {
    color: #c3d8d8;
    max-width: 450px
}

.contact-form {
    background: #fff;
    color: var(--ink);
    padding: 34px
}

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

.contact-form label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 16px
}

.contact-form input,
.contact-form textarea {
    display: block;
    width: 100%;
    margin-top: 7px;
    border: 1px solid #d8dfdc;
    background: #f7f8f5;
    padding: 13px;
    font: 14px 'DM Sans';
    outline: none;
    border-radius: 2px
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #0c5d66
}

.form-status {
    font-size: 12px !important;
    color: #0c5d66 !important;
    margin: 13px 0 0 !important
}

.footer {
    background: #061D3C;
    color: #9bb0b5
}

.footer-top {
    min-height: 125px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.footer-links {
    display: flex;
    gap: 25px
}

.footer-links a,
.back-top {
    color: #b6c5c8;
    text-decoration: none;
    font-size: 12px
}

.footer-bottom {
    min-height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 10px;
    letter-spacing: .3px
}

.back-top:hover,
.footer-links a:hover {
    color: #fff
}

@media(max-width:900px) {
    .nav {
        gap: 16px
    }

    .hero-inner,
    .about-grid,
    .cta-grid,
    .section-heading.split {
        grid-template-columns: 1fr
    }

    .hero-inner {
        padding: 90px 0
    }

    .hero-visual {
        max-width: 600px
    }

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

    .sector-grid,
    .steps {
        grid-template-columns: 1fr 1fr
    }

    .about-grid,
    .cta-grid {
        gap: 50px
    }

    .about-image {
        height: 450px
    }

    .trust-inner {
        overflow: hidden;
        white-space: nowrap
    }

    .trust-inner span {
        flex: 0 0 auto
    }
}

@media(max-width:680px) {
    .container {
        width: min(100% - 30px, 1180px)
    }

    .nav {
        display: none;
        position: absolute;
        left: 15px;
        right: 15px;
        top: 72px;
        background: #071b26;
        padding: 20px;
        flex-direction: column;
        align-items: stretch
    }

    .nav.open {
        display: flex
    }

    .menu-toggle {
        display: block
    }

    .nav-cta {
        text-align: center
    }

    .hero h1 {
        font-size: 54px
    }

    .hero-proof {
        gap: 15px;
        justify-content: space-between
    }

    .hero-proof span {
        font-size: 9px
    }

    .service-grid,
    .sector-grid,
    .steps {
        grid-template-columns: 1fr
    }

    .section {
        padding: 80px 0
    }

    .about-image {
        height: 360px
    }

    .stats {
        gap: 12px
    }

    .stats span {
        font-size: 9px
    }

    .cta-section h2 {
        font-size: 48px
    }

    .form-row {
        grid-template-columns: 1fr
    }

    .footer-top,
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
        padding: 28px 0
    }

    .footer-links {
        flex-wrap: wrap
    }
}

.water-drop-icon svg {
    width: 27px;
    height: 27px;
    display: block;
}