/* Homepage premium logistics header and hero */

.home-page {
    background: #ffffff;
}

.premium-header {
    background: rgba(8, 18, 35, 0.96);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 40px rgba(8, 18, 35, 0.24);
}

.premium-header .header-container {
    max-width: 1240px;
    padding: 0.85rem 2rem;
}

.premium-header .logo {
    min-width: 0;
}

.premium-header .logo-icon img,
.premium-header .logo-icon svg {
    width: 54px;
    height: 54px;
}

.premium-header .logo-text h1 {
    color: #ffffff;
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.15;
}

.premium-header .logo-text p {
    color: #f8c94a;
    font-size: 0.78rem;
    opacity: 1;
}

.premium-nav {
    gap: 0.35rem;
}

.premium-nav a {
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.94rem;
    padding: 0.7rem 0.9rem;
}

.premium-nav a:hover,
.premium-nav a.active {
    background: rgba(255, 255, 255, 0.1);
    color: #f8c94a;
}

.premium-nav .nav-track-btn {
    background: #d9232e;
    color: #ffffff;
    font-weight: 700;
    margin-left: 0.45rem;
    padding-inline: 1.05rem;
    box-shadow: 0 10px 22px rgba(217, 35, 46, 0.28);
}

.premium-nav .nav-track-btn:hover {
    background: #b91622;
    color: #ffffff;
}

.home-page .hero {
    position: relative;
    overflow: hidden;
    min-height: 690px;
    padding: 0;
    text-align: left;
    background:
        linear-gradient(90deg, rgba(7, 17, 32, 0.94) 0%, rgba(7, 17, 32, 0.78) 48%, rgba(7, 17, 32, 0.5) 100%),
        url('../images/logistics.svg') center / cover no-repeat;
    background-position: center calc(50% + var(--hero-parallax, 0px));
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(8, 18, 35, 0.2) 0%, rgba(8, 18, 35, 0.78) 100%),
        radial-gradient(circle at 78% 24%, rgba(248, 201, 74, 0.2), transparent 28%);
    pointer-events: none;
}

.hero-overlay::before,
.page-hero::before {
    content: "";
    position: absolute;
    width: 190px;
    height: 2px;
    right: 9%;
    top: 32%;
    background: linear-gradient(90deg, transparent, rgba(248, 201, 74, 0.72), transparent);
    transform: rotate(-16deg);
    animation: routeLineDrift 7s ease-in-out infinite;
}

.hero-overlay::after,
.page-hero::after {
    content: "AIR";
    position: absolute;
    right: 18%;
    top: 26%;
    display: grid;
    place-items: center;
    width: 52px;
    height: 28px;
    border-radius: 4px;
    background: #f8c94a;
    color: #081223;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
    animation: floatingPlane 8s ease-in-out infinite;
}

.hero-container {
    position: relative;
    z-index: 1;
    max-width: 1240px;
    min-height: 690px;
    margin: 0 auto;
    padding: 6rem 2rem 5rem;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.65fr);
    gap: 3rem;
    align-items: center;
}

.hero-copy {
    max-width: 760px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    margin-bottom: 1.35rem;
    padding: 0.5rem 0.85rem;
    border: 1px solid rgba(248, 201, 74, 0.42);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
    color: #f8c94a;
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-page .hero h2 {
    margin: 0 0 1rem;
    color: #ffffff;
    font-size: clamp(3rem, 6.5vw, 6.7rem);
    line-height: 0.96;
    font-weight: 900;
    letter-spacing: 0;
    max-width: 780px;
}

.home-page .hero h2 span {
    color: #f8c94a;
    display: inline-block;
}

.hero-subtitle {
    margin: 0 0 1rem;
    color: #ffffff;
    font-size: clamp(1.25rem, 2.4vw, 2rem);
    font-weight: 750;
    max-width: 760px;
}

.typewriter-active::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 1em;
    margin-left: 0.18rem;
    background: #f8c94a;
    vertical-align: -0.12em;
    animation: caretBlink 0.9s steps(2, start) infinite;
}

.hero-description {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.08rem;
    line-height: 1.75;
    max-width: 690px;
    margin: 0 0 2rem;
}

.home-page .hero .cta-buttons {
    justify-content: flex-start;
    gap: 0.85rem;
}

.home-page .hero .btn {
    min-width: 158px;
    padding: 1rem 1.35rem;
    border-radius: 6px;
    text-align: center;
}

.home-page .hero .btn-primary {
    background: #f8c94a;
    color: #081223;
    box-shadow: 0 16px 32px rgba(248, 201, 74, 0.2);
}

.home-page .hero .btn-primary:hover {
    background: #e9b932;
    color: #081223;
}

.home-page .hero .btn-secondary {
    background: #d9232e;
    border-color: #d9232e;
    color: #ffffff;
    box-shadow: 0 16px 32px rgba(217, 35, 46, 0.22);
}

.home-page .hero .btn-secondary:hover {
    background: #b91622;
    border-color: #b91622;
    color: #ffffff;
}

.hero-service-panel {
    display: grid;
    gap: 0.9rem;
    align-self: end;
    margin-bottom: 1rem;
}

.hero-tracking-panel {
    margin-top: 1.6rem;
    max-width: 560px;
    padding: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}

.hero-tracking-panel form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.65rem;
}

.hero-tracking-panel label {
    display: block;
    margin-bottom: 0.45rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-tracking-panel input {
    width: 100%;
    min-height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.96);
    color: #081223;
    font-size: 1rem;
    padding: 0 0.95rem;
}

.hero-tracking-panel input:focus {
    outline: 3px solid rgba(248, 201, 74, 0.35);
    border-color: #f8c94a;
}

.hero-tracking-panel .track-now-btn,
.tracking-page .track-now-btn {
    min-height: 48px;
    border: 0;
    border-radius: 6px;
    background: #d9232e;
    color: #ffffff;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(217, 35, 46, 0.28);
}

.hero-tracking-panel .track-now-btn {
    align-self: end;
    padding: 0 1.15rem;
}

.hero-tracking-panel .track-now-btn:hover,
.tracking-page .track-now-btn:hover {
    background: #b91622;
}

.hero-service-item {
    display: grid;
    grid-template-columns: 82px 1fr;
    align-items: center;
    min-height: 96px;
    gap: 1rem;
    padding: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    animation: floatingBox 7s ease-in-out infinite;
}

.hero-service-item:nth-child(2) {
    animation-delay: 0.7s;
}

.hero-service-item:nth-child(3) {
    animation-delay: 1.4s;
}

.hero-service-item img {
    width: 82px;
    height: 62px;
    object-fit: cover;
    border-radius: 6px;
}

.hero-service-item span {
    color: #ffffff;
    font-weight: 800;
    font-size: 1rem;
}

@media (max-width: 980px) {
    .premium-header .header-container {
        padding: 0.8rem 1rem;
    }

    .premium-nav {
        gap: 0.1rem;
    }

    .premium-nav a {
        padding-inline: 0.65rem;
    }

    .hero-container {
        grid-template-columns: 1fr;
        min-height: 660px;
        padding-block: 4.5rem;
    }

    .hero-service-panel {
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 0;
    }

    .hero-service-item {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .hero-tracking-panel form {
        grid-template-columns: 1fr;
    }

    .hero-tracking-panel .track-now-btn {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .premium-header nav ul.premium-nav {
        background: rgba(8, 18, 35, 0.98);
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .premium-nav .nav-track-btn {
        margin: 0.5rem 0 0;
        text-align: center;
    }

    .home-page .hero {
        min-height: auto;
    }

    .hero-container {
        min-height: auto;
        padding: 4rem 1rem 3rem;
        gap: 2rem;
    }

    .hero-badge {
        font-size: 0.72rem;
    }

    .home-page .hero h2 {
        font-size: 3rem;
        line-height: 1.02;
    }

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

    .hero-service-panel {
        grid-template-columns: 1fr;
    }

    .hero-service-item {
        grid-template-columns: 74px 1fr;
        justify-items: start;
        text-align: left;
    }

    .hero-service-item img {
        width: 74px;
        height: 56px;
    }
}

@media (max-width: 480px) {
    .premium-header .logo {
        gap: 0.65rem;
    }

    .premium-header .logo-icon img,
    .premium-header .logo-icon svg {
        width: 42px;
        height: 42px;
    }

    .premium-header .logo-text h1 {
        font-size: 1rem;
    }

    .premium-header .logo-text p {
        font-size: 0.68rem;
    }

    .home-page .hero h2 {
        font-size: 2.55rem;
    }

    .home-page .hero .cta-buttons {
        width: 100%;
    }
}

/* Premium public marketing sections */

.premium-main {
    max-width: none;
    padding: 0;
    background: #ffffff;
}

.section-block {
    max-width: 1240px;
    margin: 0 auto;
    padding: 5rem 2rem;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 2.4rem;
}

.section-heading h2,
.premium-cta h2,
.page-hero h1 {
    color: #081223;
    letter-spacing: 0;
}

.section-heading h2,
.premium-cta h2 {
    margin: 0 0 0.85rem;
    font-size: clamp(2rem, 3.2vw, 3rem);
    line-height: 1.05;
    font-weight: 900;
}

.section-heading p,
.premium-cta p,
.page-hero p {
    color: #58667a;
    font-size: 1.06rem;
    line-height: 1.75;
}

.section-eyebrow,
.service-kicker {
    display: inline-flex;
    margin-bottom: 0.75rem;
    color: #d9232e;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.services-preview {
    padding-top: 5.5rem;
}

.premium-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.15rem;
}

.premium-service-card,
.why-card,
.service-detail-card {
    border: 1px solid #e6eaf0;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(8, 18, 35, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.premium-service-card:hover,
.why-card:hover,
.service-detail-card:hover {
    border-color: rgba(217, 35, 46, 0.2);
    box-shadow: 0 24px 52px rgba(8, 18, 35, 0.12);
    transform: translateY(-4px);
}

.premium-service-card {
    overflow: hidden;
    display: grid;
    grid-template-rows: 170px 1fr;
}

.service-card-image {
    width: 100%;
    height: 170px;
    object-fit: cover;
    background: #eef3f8;
}

.service-card-copy {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    padding: 1.4rem;
}

.service-card-copy h3,
.why-card h3,
.service-detail-card h3 {
    margin: 0;
    color: #081223;
    font-size: 1.22rem;
    line-height: 1.25;
}

.service-card-copy p,
.why-card p,
.service-detail-card p {
    color: #58667a;
    line-height: 1.65;
}

.service-card-copy a {
    margin-top: auto;
    color: #d9232e;
    font-weight: 800;
    text-decoration: none;
}

.service-card-copy a:hover {
    color: #b91622;
}

.why-choose {
    background: #f6f8fb;
    max-width: none;
}

.why-choose .section-heading,
.why-grid {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
}

.why-card {
    min-height: 230px;
    padding: 1.35rem;
}

.why-icon {
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    margin-bottom: 1.1rem;
    border-radius: 6px;
    background: #081223;
    color: #f8c94a;
    font-size: 0.82rem;
    font-weight: 900;
}

.stats-section {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 2rem 5rem;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.stat-item {
    min-height: 148px;
    padding: 1.4rem;
    border-radius: 8px;
    background: #081223;
    color: #ffffff;
}

.stat-item strong {
    display: block;
    color: #f8c94a;
    font-size: clamp(2rem, 3.5vw, 3.4rem);
    line-height: 1;
    margin-bottom: 0.7rem;
}

.stat-item span {
    font-weight: 800;
}

.premium-cta {
    max-width: 1240px;
    margin: 0 auto 5rem;
    padding: 3rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 2rem;
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(8, 18, 35, 0.96), rgba(8, 18, 35, 0.88)),
        url('../images/logistics.svg') center / cover no-repeat;
}

.premium-cta h2,
.premium-cta p {
    color: #ffffff;
}

.premium-cta .btn {
    border-radius: 6px;
}

.premium-cta .btn-primary {
    background: #f8c94a;
    color: #081223;
}

.premium-cta .btn-secondary {
    background: #d9232e;
    border-color: #d9232e;
    color: #ffffff;
}

.premium-footer {
    background: #081223;
    color: rgba(255, 255, 255, 0.78);
    margin-top: 0;
    padding: 0;
}

.premium-footer .footer-content {
    max-width: 1240px;
    padding: 3.5rem 2rem 2rem;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 2rem;
}

.premium-footer .footer-section h3 {
    color: #ffffff;
    margin-bottom: 1rem;
}

.premium-footer .footer-section p,
.premium-footer .footer-section li {
    color: rgba(255, 255, 255, 0.72);
}

.premium-footer .footer-section ul {
    list-style: none;
    padding: 0;
}

.premium-footer .footer-section a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
}

.premium-footer .footer-section a:hover {
    color: #f8c94a;
}

.premium-footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.62);
}

.page-hero {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(7, 17, 32, 0.94), rgba(7, 17, 32, 0.7)),
        url('../images/logistics.svg') center / cover no-repeat;
    background-position: center calc(50% + var(--hero-parallax, 0px));
}

.page-hero-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 6rem 2rem;
}

.page-hero h1 {
    max-width: 760px;
    margin: 0 0 1rem;
    color: #ffffff;
    font-size: clamp(2.8rem, 5vw, 5.2rem);
    line-height: 0.98;
    font-weight: 900;
}

.page-hero p {
    max-width: 690px;
    margin: 0 0 2rem;
    color: rgba(255, 255, 255, 0.82);
}

.page-hero .cta-buttons {
    justify-content: flex-start;
}

.page-hero .btn-primary {
    background: #f8c94a;
    color: #081223;
}

.page-hero .btn-secondary {
    background: #d9232e;
    border-color: #d9232e;
    color: #ffffff;
}

.service-detail-list {
    display: grid;
    gap: 1.15rem;
}

.service-detail-card {
    scroll-margin-top: 110px;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 1.6rem;
    align-items: center;
    padding: 1rem;
}

.service-detail-image {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 6px;
    background: #eef3f8;
}

.service-detail-card ul {
    display: grid;
    gap: 0.55rem;
    margin-top: 1rem;
    padding: 0;
    list-style: none;
}

.service-detail-card li {
    color: #3c4b5f;
}

.service-detail-card li::before {
    content: "";
    display: inline-block;
    width: 0.45rem;
    height: 0.45rem;
    margin-right: 0.65rem;
    border-radius: 50%;
    background: #d9232e;
    vertical-align: middle;
}

.awds-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition:
        opacity 0.7s ease var(--reveal-delay, 0ms),
        transform 0.7s ease var(--reveal-delay, 0ms);
    will-change: opacity, transform;
}

.awds-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.premium-service-card.awds-reveal,
.service-detail-card.awds-reveal {
    transform: translateY(28px) scale(0.985);
}

.premium-service-card.awds-reveal.is-visible,
.service-detail-card.awds-reveal.is-visible {
    transform: translateY(0) scale(1);
}

.quote-page,
.tracking-page {
    background: #f6f8fb;
}

.quote-page main,
.tracking-page main {
    max-width: 1120px;
}

.quote-page .page-title,
.tracking-page .page-title {
    margin-top: 1rem;
    color: #081223;
    font-size: clamp(2.3rem, 4.2vw, 4.4rem);
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
}

.quote-page .page-subtitle,
.tracking-page .page-subtitle {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    color: #58667a;
}

.quote-page .form-container,
.tracking-page .form-container {
    max-width: 760px;
    border: 1px solid #e6eaf0;
    border-radius: 8px;
    box-shadow: 0 24px 56px rgba(8, 18, 35, 0.1);
}

.quote-page .form-group label,
.tracking-page .form-group label {
    color: #081223;
}

.quote-page .form-group input,
.quote-page .form-group select,
.tracking-page .form-group input {
    min-height: 48px;
    border-color: #d8e0ea;
}

.quote-page .form-group input:focus,
.quote-page .form-group select:focus,
.tracking-page .form-group input:focus {
    border-color: #d9232e;
    box-shadow: 0 0 0 4px rgba(217, 35, 46, 0.1);
}

.quote-page .btn-primary {
    background: #d9232e;
    color: #ffffff;
}

.quote-page .btn-primary:hover {
    background: #b91622;
    color: #ffffff;
}

.quote-page .quote-result,
.tracking-page .tracking-result {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    box-shadow: 0 24px 56px rgba(8, 18, 35, 0.12);
}

.quote-page .feature-card,
.tracking-page .feature-card,
.logistics-info-panel {
    border: 1px solid #e6eaf0;
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(8, 18, 35, 0.08);
}

.logistics-info-panel {
    margin-top: 3rem;
    background: #ffffff;
    padding: 2rem;
}

.logistics-info-panel h3 {
    color: #081223;
    margin-bottom: 1rem;
}

.logistics-info-panel ul {
    display: grid;
    gap: 0.75rem;
    list-style: none;
    color: #58667a;
}

.logistics-info-panel li {
    display: flex;
    gap: 0.65rem;
}

.logistics-info-panel li::before {
    content: "";
    flex: 0 0 auto;
    width: 0.5rem;
    height: 0.5rem;
    margin-top: 0.55rem;
    border-radius: 50%;
    background: #d9232e;
}

@keyframes floatingPlane {
    0%, 100% {
        transform: translate3d(0, 0, 0) rotate(-8deg);
    }
    50% {
        transform: translate3d(18px, -12px, 0) rotate(-3deg);
    }
}

@keyframes routeLineDrift {
    0%, 100% {
        opacity: 0.42;
        transform: translate3d(0, 0, 0) rotate(-16deg);
    }
    50% {
        opacity: 0.78;
        transform: translate3d(-18px, 8px, 0) rotate(-16deg);
    }
}

@keyframes floatingBox {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-7px);
    }
}

@keyframes caretBlink {
    0%, 48% {
        opacity: 1;
    }
    49%, 100% {
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }

    .awds-reveal {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 1020px) {
    .premium-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

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

    .premium-cta {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .section-block,
    .page-hero-inner {
        padding: 4rem 1rem;
    }

    .premium-services-grid,
    .why-grid,
    .stats-section,
    .premium-footer .footer-content {
        grid-template-columns: 1fr;
    }

    .stats-section {
        padding: 0 1rem 4rem;
    }

    .premium-cta {
        margin: 0 1rem 4rem;
        padding: 2rem 1.25rem;
    }

    .premium-cta .cta-buttons,
    .page-hero .cta-buttons {
        justify-content: stretch;
    }

    .premium-cta .btn,
    .page-hero .btn {
        width: 100%;
        text-align: center;
    }

    .service-detail-card {
        grid-template-columns: 1fr;
    }

    .service-detail-image {
        height: 180px;
    }
}
