:root {
    --ink: #07111d;
    --navy: #0b1a2a;
    --blue: #102942;
    --muted: #6c8091;
    --line: #dbe6ee;
    --gold: #f2a900;
    --gold2: #ffd66b;
    --bg: #f6f9fc;
    --white: #fff;
    --radius: 28px;
    --shadow: 0 24px 70px rgba(7, 17, 29, .16)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: Inter, Arial, sans-serif;
    color: var(--ink);
    background: var(--bg);
    line-height: 1.65
}

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

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

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

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    padding: 16px 0;
    transition: .25s
}

.site-header.scrolled {
    background: rgba(7, 17, 29, .82);
    backdrop-filter: blur(18px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .18)
}

.nav-wrap {
    width: min(1220px, calc(100% - 32px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(16px);
    padding: 10px 40px
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 800;
    letter-spacing: .04em
}

.logo img {
	width: 150px;
	max-width: 30vw;
    margin-left: 3px;
    padding: 6px 0px;
	/*filter: invert(50%) sepia(100%) saturate(100%) hue-rotate(360deg) contrast(3.5) brightness(0.9);*/
}

.logo-mark {
    width: 40px;
    height: 40px;
    border-radius: 13px;
    background: linear-gradient(135deg, var(--gold2), var(--gold));
    color: var(--navy);
    display: grid;
    place-items: center
}

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

.main-nav a {
    color: #fff;
    padding: 10px 18px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 14px
}

.main-nav a:hover {
    background: rgba(255, 255, 255, .13)
}

.menu-toggle {
    display: none;
    background: transparent;
    border: 0;
    width: 44px;
    height: 44px;
    padding: 9px
}

.menu-toggle span {
    display: block;
    height: 2px;
    background: #fff;
    margin: 6px 0;
    border-radius: 2px
}

.section {
    padding: 96px 0
}

.section-dark {
    background: radial-gradient(circle at 80% 0%, rgba(242, 169, 0, .22), transparent 30%), linear-gradient(135deg, #07111d, #102942 52%, #07111d);
    color: #fff
}

.hero {
	padding: 132px 0 70px;
    overflow: hidden;
    background-image: url(assets/hero_logistics2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

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

.eyebrow {
    margin: 0 0 14px;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: 12px;
    font-weight: 900;
    color: var(--gold2)
}

.eyebrow.dark {
    color: #9a6b00
}

.hero h1,
.content h2,
.section-head h2,
.contact-copy h2 {
    margin: 0 0 22px;
    line-height: 1.05;
    font-size: clamp(36px, 5vw, 68px);
    letter-spacing: -.05em
}

.content h2,
.section-head h2,
.contact-copy h2 {
    font-size: clamp(30px, 4vw, 52px);
    color: var(--ink)
}

.contact-copy h2 {
    color: #fff
}

.lead {
    font-size: 20px;
    color: #d7e5f0;
    max-width: 680px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 15px 24px;
    font-weight: 900;
    transition: .2s
}

.btn.primary {
    background: linear-gradient(135deg, var(--gold2), var(--gold));
    color: var(--navy);
    box-shadow: 0 14px 34px rgba(242, 169, 0, .28)
}

.btn.ghost {
    border: 1px solid rgba(255, 255, 255, .22);
    color: #fff
}

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

.hero-actions {
    display: flex;
    gap: 12px;
    margin: 30px 0
}

.metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 32px
}

.metrics div {
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 20px;
    background: rgba(255, 255, 255, .06)
}

.metrics b {
    display: block;
    font-size: 25px;
    color: #fff
}

.metrics span {
    display: block;
    font-size: 13px;
    color: #bed0dc;
    line-height: 1.35
}

.hero-card {
    border-radius: 34px;
    overflow: hidden;
    box-shadow: 0 36px 90px rgba(0, 0, 0, .32);
    transform: perspective(900px) rotateY(-5deg)
}

.trust-strip {
    background: #fff;
    border-bottom: 1px solid var(--line);
    border-top: 1px solid var(--line)
}

.strip-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    padding: 18px 0
}

.strip-grid span {
    text-align: center;
    font-weight: 900;
    color: #35546c
}

.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 58px;
    align-items: center
}

.two-col.reverse {
    grid-template-columns: 1.05fr .95fr
}

.content p {
    color: #41576a;
    margin: 0 0 16px;
    font-size: 16px
}

.visual-stack {
    position: relative
}

.scheme {
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--shadow);
    border: 1px solid #fff
}

.floating-card {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: -90px;
    padding: 20px 22px;
    background: rgba(7, 17, 29, .88);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 22px;
    backdrop-filter: blur(14px);
    box-shadow: var(--shadow)
}

.floating-card b {
    display: block;
    font-size: 20px
}

.floating-card span {
    color: #d4e1eb
}

.rent-section {
    background: #fff
}

.rent-visual img {
    border-radius: 30px;
    box-shadow: var(--shadow)
}

.conditions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
	font-size: 15px;
}

.conditions span {
    padding: 11px 15px;
    border-radius: 999px;
    background: #fff3cf;
    color: #6f4b00;
    font-weight: 800;
    border: 1px solid #ffe3a1
}

.section-head {
    max-width: 760px;
    margin-bottom: 34px
}

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

.feature-card {
    padding: 30px;
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 18px 50px rgba(16, 41, 66, .08);
    border: 1px solid var(--line)
}

.feature-card span {
    color: var(--gold);
    font-weight: 900
}

.feature-card h3 {
    font-size: 24px;
    margin: 12px 0 10px
}

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

.team-section {
    background: linear-gradient(180deg, #f6f9fc, #eaf2f8)
}

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

.employee-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(16, 41, 66, .08)
}

.employee-card div {
    padding: 20px
}

.employee-card h3 {
    margin: 0 0 6px;
    font-size: 20px;
    line-height: 1.2
}

.employee-card p {
    margin: 0 0 14px;
    color: var(--muted);
    line-height: 1.35
}

.employee-card a {
    display: block;
    color: #0d5a91;
    font-weight: 800;
    margin-top: 6px;
    word-break: break-word
}

.contacts-section {
    padding-bottom: 0px !important;
}

.contact-panel {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 32px;
    padding: 48px;
    border-radius: 36px;
    background: radial-gradient(circle at 100% 0, rgba(242, 169, 0, .28), transparent 30%), linear-gradient(135deg, #07111d, #102942);
    box-shadow: var(--shadow);
    color: #fff
}

.contact-copy p:last-child {
    color: #d7e5f0;
    font-size: 18px
}

.contact-cards {
    display: grid;
    gap: 16px
}

.contact-card {
    display: block;
    padding: 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .16);
    transition: .2s
}

.contact-card:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, .13)
}

.contact-card span {
    display: block;
    color: #a9bfce;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 900
}

.contact-card b {
    display: block;
    margin-top: 6px;
    font-size: clamp(20px, 3vw, 30px);
    line-height: 1.2
}

.details-section {
    padding-bottom: 70px !important;
}

.details-panel {
    display: flex;
    padding: 48px;
    border-radius: 36px;
    background: radial-gradient(circle at -14% 100%, rgba(242, 169, 0, .28), transparent 30%), linear-gradient(135deg, #07111d, #102942);
    box-shadow: var(--shadow);
    color: #fff;
    flex-direction: column;
}

.details-panel .dbrow {
	color: #ffffff;
    font-size: 18px;
    padding: 0px;
    margin: 8px 0px;
}

.footer {
    background: #06101b;
    color: #b9c8d3;
    padding: 24px 0
}

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

.to-top {
    padding: 10px 18px;
    border-radius: 999px;
    background: #102942;
    color: #fff;
    font-weight: 900
}

.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .7s ease, transform .7s ease
}

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

.delay-1 {
    transition-delay: .12s
}

.delay-2 {
    transition-delay: .22s
}

.only_pc {
	
}

.only_mobile {
	display:none;
}

@media (max-width:980px) {
	.only_mobile {
		display:unset;
	}
	
	.only_pc {
		display:none;
	}

    .hero-grid,
    .two-col,
    .two-col.reverse,
    .contact-panel {
        grid-template-columns: 1fr;
		gap: 20px;
    }

    .hero {
		padding: 120px 10px 40px;
    }

    .hero-card {
        transform: none
    }

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

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

    .visual-stack {
        margin-bottom: 24px
    }

    .main-nav {
        position: absolute;
        left: 16px;
        right: 16px;
        top: 76px;
        display: none;
        flex-direction: column;
        padding: 14px;
        border-radius: 24px;
        background: rgba(7, 17, 29, .96);
        box-shadow: var(--shadow)
    }

    .main-nav.open {
        display: flex
    }

    .main-nav a {
        width: 100%;
        text-align: center
    }

    .menu-toggle {
        display: block
    }
}

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

    .section {
		padding: 66px 10px;
    }

    .hero h1 {
        font-size: 38px
    }

    .lead {
        font-size: 17px
    }

    .hero-actions,
    .footer-inner {
        flex-direction: column;
        align-items: stretch
    }

    .btn,
    .to-top {
        text-align: center
    }

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

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

    .cards-grid,
    .team-grid {
        grid-template-columns: 1fr
    }

    .contact-panel {
        padding: 28px;
        border-radius: 28px
    }

    .floating-card {
        position: static;
        margin-top: 14px
    }

    .nav-wrap {
        width: calc(100% - 20px)
    }
}