:root {
    --navy: #071b44;
    --blue: #0b3d91;
    --sky: #42b8e8;
    --pink: #c52267;
    --cream: #f3f6f5;
    --ink: #13264a;
    --line: #dbe4ea
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: 'DM Sans', sans-serif;
    color: var(--ink);
    background: #fff;
    overflow-x: hidden
}

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

.topline {
    background: var(--navy);
    color: #cbd8ea;
    font-size: 14px;
    letter-spacing: .04em
}

.topline .shell {
    height: 34px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.topline a {
    color: inherit;
    text-decoration: none;
    margin-right: 22px
}

.topline b {
    color: #fff;
    font-weight: 600
}

.header {
    height: 88px;
    display: flex;
    align-items: center;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 20;
    box-shadow: 0 3px 16px #071b4407
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}

.brand img {
    display: block;
    width: 190px;
    height: 58px;
    object-fit: contain
}

.nav nav {
    display: flex;
    gap: 27px;
    margin-left: auto
}

.nav nav a {
    font-size: 16px;
    text-decoration: none;
    color: var(--ink);
    font-weight: 600
}

.nav a.active,
.nav nav a:hover {
    color: var(--blue)
}

.button {
    background: var(--pink);
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    border: 0;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    padding: 16px 18px 16px 20px;
    transition: .25s
}

.button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px #c522673d
}

.button i {
    background: #fff;
    color: var(--pink);
    font-style: normal;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 15px
}

.button-small {
    padding: 11px 12px 11px 16px
}

.button-small i {
    width: 20px;
    height: 20px
}

.nav-toggle {
    display: none;
    background: none;
    border: 0;
    font-size: 23px
}

.hero {
    min-height: 650px;
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    overflow: hidden
}

.hero-image {
    position: absolute;
    inset: 0;
    background: url('https://images.unsplash.com/photo-1494412651409-8963ce7935a7?auto=format&fit=crop&w=2200&q=90') center/cover;
    transform: scale(1.05)
}

.hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #061b47 4%, #082355e8 35%, #08235538 72%, #08235515)
}

.hero-content {
    position: relative;
    padding: 100px 0 145px
}

.eyebrow {
    font-size: 14px;
    color: var(--blue);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .12em;
    display: inline-flex;
    align-items: center;
    gap: 7px
}

.eyebrow:before {
    content: '';
    width: 18px;
    height: 2px;
    background: currentColor
}

.eyebrow.light {
    color: var(--sky)
}

h1,
h2,
h3 {
    font-family: Manrope, sans-serif;
    margin: 0;
    letter-spacing: -.055em
}

h1 {
    font-size: clamp(48px, 5.3vw, 78px);
    line-height: 1.04;
    max-width: 720px;
    margin: 17px 0 23px
}

em {
    color: var(--sky);
    font-style: normal
}

.hero p {
    max-width: 530px;
    color: #d8e2f4;
    line-height: 1.7;
    font-size: 16px;
    margin: 0 0 31px
}

.actions {
    display: flex;
    align-items: center;
    gap: 25px
}

.text-link {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    display: inline-flex;
    gap: 13px;
    align-items: center
}

.text-link span {
    font-size: 22px;
    font-weight: 400;
    transition: .2s
}

.text-link:hover span {
    transform: translateX(5px)
}

/* Secondary actions stay legible over photography while retaining a light glass finish. */
.actions .text-link,
.button-outline {
    min-height: 56px;
    padding: 15px 18px;
    border: 1px solid rgba(211, 242, 255, .46);
    border-radius: 4px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .1), rgba(126, 210, 255, .055));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .28), 0 10px 26px rgba(0, 47, 105, .28), 0 0 24px rgba(50, 174, 255, .22);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
    text-shadow: 0 1px 12px rgba(0, 26, 72, .75);
    transition: transform .25s ease, background .25s ease, box-shadow .25s ease, border-color .25s ease
}

.actions .text-link:hover,
.button-outline:hover {
    transform: translateY(-3px);
    border-color: rgba(230, 249, 255, .8);
    background: linear-gradient(135deg, rgba(255, 255, 255, .16), rgba(76, 188, 255, .16));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), 0 14px 30px rgba(0, 47, 105, .36), 0 0 30px rgba(50, 174, 255, .38)
}

.text-link.navy {
    color: var(--ink)
}

.hero-route {
    position: absolute;
    right: max(24px, calc((100vw - 1180px) / 2));
    bottom: 60px;
    left: 424px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .11em;
    display: none !important;
}

.hero-route b {
    width: 58px;
    height: 1px;
    background: #fff8;
    position: relative
}

.hero-route b:after {
    content: '✦';
    position: absolute;
    right: -4px;
    top: -7px;
    font-size: 14px
}

.scroll-cue {
    position: absolute;
    left: 24px;
    bottom: 25px;
    writing-mode: vertical-rl;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .15em;
    color: #cddaf0;
    display: flex;
    gap: 10px;
    align-items: center
}

.scroll-cue span {
    font-size: 15px
}

.trust {
    background: #f0f5f8;
    padding: 27px 0
}

.trust .shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}

.trust p {
    font-size: 14px;
    margin: 0;
    color: #60728f;
    font-weight: 600
}

.trust-list {
    display: flex;
    gap: 42px;
    align-items: center;
    color: #7e91a7;
    font-family: Manrope;
    font-size: 15px;
    font-weight: 800
}

.section {
    padding: 125px 0
}

.vendors {
    padding: 118px 0;
    overflow: hidden;
    background: radial-gradient(circle at 20% 0, #e3f4fb, transparent 30%), #f7fafc
}

.vendor-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 40px;
    margin-bottom: 48px
}

.vendor-heading h2 { margin-bottom: 0 }
.vendor-heading p { max-width: 300px; margin: 0; color: #64758d; line-height: 1.65 }
.vendor-marquees { display: grid; gap: 24px }
.vendor-marquee { overflow: hidden; cursor: grab; touch-action: pan-y; user-select: none }
.vendor-marquee.is-dragging { cursor: grabbing }
.vendor-marquee-track, .vendor-marquee-group { display: flex; width: max-content; gap: 24px }
.vendor-marquee-group { padding-right: 24px }
.vendor-logo {
    flex: 0 0 220px;
    height: 141px;
    border-radius: 17px;
    background-image: url('assets/vendor-logos-reference.png');
    background-size: 1460px auto;
    background-position: var(--logo-x) var(--logo-y);
    box-shadow: 0 12px 30px #2443650d;
    transition: transform .25s ease, box-shadow .25s ease
}
.vendor-logo:hover { transform: translateY(-5px); box-shadow: 0 16px 34px #24436522 }

.two-col {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 90px
}

.section h2 {
    font-size: clamp(36px, 4vw, 56px);
    line-height: 1.09;
    margin-top: 15px;
    max-width: 650px
}

.intro {
    background: radial-gradient(circle at 90% 0, #dff3fa, transparent 25%), #fff
}

.lead {
    font-family: Manrope;
    font-size: 21px;
    line-height: 1.55;
    font-weight: 700;
    margin-top: 24px
}

.intro-copy p:not(.lead) {
    font-size: 16px;
    line-height: normal;
    color: #52647e
}

.intro-copy .text-link {
    margin-top: 12px
}

.stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 98px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line)
}

.stats div {
    padding: 28px 22px;
    border-left: 1px solid var(--line)
}

.stats div:last-child {
    border-right: 1px solid var(--line)
}

.stats strong {
    display: block;
    font: 800 34px Manrope;
    color: var(--blue);
    letter-spacing: -.06em
}

.stats small {
    font-size: 18px
}

.stats span {
    font-size: 14px;
    color: #72829a
}

.services {
    background: var(--cream)
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 45px
}

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

.service-card {
    padding: 32px;
    min-height: 300px;
    background: #fff;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
    transition: .3s
}

.service-card:hover {
    border-color: #b9dceb;
    transform: translateY(-6px);
    box-shadow: 0 20px 40px #0b3d9110
}

.service-card.feature {
    background: var(--blue);
    color: #fff
}

.service-no {
    position: absolute;
    right: 25px;
    top: 22px;
    font: 700 14px Manrope;
    color: #95a7bd
}

.feature .service-no {
    color: #88d6ef
}

.service-icon {
    color: var(--pink);
    width: 56px;
    height: 56px;
    margin: 10px 0 10px
}

.service-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3.5
}

/* Preserve the supplied Air Freight artwork while using the same theme colour. */
.service-icon-filled svg {
    fill: currentColor;
    stroke: none
}

.feature .service-icon {
    color: var(--sky)
}

.service-card h3 {
    font-size: 24px
}

.service-card p {
    font-size: 16px;
    line-height: 1.65;
    color: #718199;
    margin-bottom: 24px;
    max-width: 250px
}

.feature p {
    color: #c8d8ef
}

.service-card a {
    position: absolute;
    bottom: 28px;
    color: inherit;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700
}

.network {
    color: #fff;
    background: linear-gradient(120deg, #061737, #0b3d91);
    overflow: hidden
}

.network-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    min-height: 410px
}

.network h2 {
    font-size: 54px
}

.network p {
    max-width: 480px;
    color: #c7d7ee;
    line-height: 1.75;
    font-size: 15px;
    margin: 24px 0 30px
}

.button-outline {
    gap: 18px
}

.button-outline i {
    background: var(--sky);
    color: var(--navy)
}

.globe {
    height: 400px;
    position: relative;
    display: grid;
    place-items: center
}

.globe-core {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 28%, #50d0ed, #0a70b5 55%, #073477);
    border: 10px solid #66cde533;
    box-shadow: 0 0 0 30px #54c8e807, 0 0 0 70px #54c8e805;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font: 800 14px Manrope;
    letter-spacing: .18em
}

.globe-ring {
    position: absolute;
    border: 1px solid #7dd7ec77;
    border-radius: 50%;
    width: 390px;
    height: 190px;
    transform: rotate(-25deg)
}

.ring-two {
    transform: rotate(55deg);
    width: 310px;
    height: 140px
}

.pin {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #f0447a;
    box-shadow: 0 0 0 7px #f0447a2b
}

.p1 {
    top: 89px;
    left: 54%
}

.p2 {
    bottom: 82px;
    left: 34%
}

.p3 {
    right: 17%;
    top: 52%
}

.industries {
    padding-bottom: 90px
}

.industry-list {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line)
}

.industry-list span {
    font: 700 14px Manrope;
    padding: 24px 19px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    flex: 1 1 24%;
    min-width: 230px
}

.quote-band {
    background: #e2f4f9 url('https://images.unsplash.com/photo-1566576912321-d58ddd7a6088?auto=format&fit=crop&w=1600&q=70') center/cover;
    background-blend-mode: soft-light;
    padding: 100px 0
}

.quote-inner {
    max-width: 800px;
    text-align: center
}

.quote-mark {
    font: 100px Georgia;
    color: var(--pink);
    height: 65px
}

.quote-inner blockquote {
    font: 700 24px/1.45 Manrope;
    margin: 0
}

.quote-inner p {
    font: 700 14px Manrope;
    letter-spacing: .16em;
    color: var(--blue);
    margin-top: 28px
}

.cta {
    background: var(--pink);
    color: #fff;
    padding: 67px 0
}

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

.cta h2 {
    font-size: 45px
}

.cta em {
    color: #ffd1df
}

.button.white {
    background: #fff;
    color: var(--blue);
    white-space: nowrap
}

.button.white i {
    background: var(--blue);
    color: #fff
}

footer {
    padding: 65px 0 20px;
    background: #f2f6f7
}

.footer-main {
    display: grid;
    grid-template-columns: 2fr 1fr 1.2fr;
    gap: 70px
}

.footer-logo {
    width: 205px;
    height: 65px;
    object-fit: contain;
    object-position: left
}

.footer-main p,
.footer-main a {
    display: block;
    font-size: 14px;
    color: #64758c;
    line-height: 1.7;
    text-decoration: none;
    margin: 7px 0
}

.footer-main>div:first-child p {
    max-width: 300px
}

.footer-main h4 {
    font: 800 14px Manrope;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin: 9px 0 15px;
    color: var(--blue)
}

.copyright {
    border-top: 1px solid var(--line);
    margin-top: 45px;
    padding-top: 18px;
    display: flex;
    justify-content: space-between;
    color: #7d8da1;
    font-size: 14px
}

.page-hero {
    background: linear-gradient(105deg, #061b44db, #0b3d9180), url('assets/services.jpg') center/cover;
    color: #fff;
    padding: 120px 0
}
.page-hero-4 {
    background: linear-gradient(105deg, #061b44db, #0b3d9180), url('assets/contact-us.png') center/cover !important;
    color: #fff;
    padding: 120px 0
}


.page-hero h1 {
    margin-bottom: 15px
}

.page-hero p {
    max-width: 600px;
    color: #e0ecf7;
    line-height: 1.7
}

.service-detail {
    display: grid;
    grid-template-columns: 90px 1fr 1fr;
    gap: 30px;
    padding: 42px 0;
    border-bottom: 1px solid var(--line)
}

.service-detail .service-icon {
    margin: 0;
    width: 40px;
    height: 40px
}

.service-detail h3 {
    font-size: 27px
}

.service-detail p,
.service-detail li {
    font-size: 16px;
    line-height: 1.7;
    color: #64758c
}

.service-detail ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.service-detail li:before {
    content: '✓';
    color: var(--pink);
    font-weight: 800;
    margin-right: 10px
}

.contact-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 70px
}

.contact-grid h3 {
    font-size: 22px;
    margin: 26px 0 7px
}

.contact-grid p {
    color: #61728a;
    line-height: 1.75;
    font-size: 16px
}

.contact-detail-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 27px
}

.contact-detail-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-width: 0;
    padding: 17px 14px;
    border: 1px solid #d9e6ed;
    border-radius: 10px;
    background: linear-gradient(145deg, #fff, #f0f8fb);
    box-shadow: 0 10px 24px rgba(19, 66, 103, .07);
    color: var(--ink);
    text-decoration: none;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease
}

a.contact-detail-card:hover {
    transform: translateY(-3px);
    border-color: #8fcbe5;
    box-shadow: 0 14px 28px rgba(19, 66, 103, .13)
}

.contact-detail-icon {
    display: grid;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 10px;
    background: linear-gradient(145deg, #0877c8, #0b3d91);
    color: #fff;
    box-shadow: 0 7px 14px rgba(11, 83, 164, .24)
}

.contact-detail-icon svg { width: 19px; height: 19px; fill: currentColor }
.contact-detail-card > span:last-child { min-width: 0 }
.contact-detail-card small, .contact-detail-card strong, .contact-detail-card em { display: block }
.contact-detail-card small { color: #71839a; font-size: 14px; font-style: normal; font-weight: 700; letter-spacing: .07em; text-transform: uppercase }
.contact-detail-card strong { margin-top: 4px; color: #0a315f; font: 700 14px Manrope; overflow-wrap: anywhere }
.contact-detail-card strong + strong { margin-top: 3px }
.contact-detail-card em { margin-top: 3px; color: #667a92; font-size: 14px; font-style: normal; overflow-wrap: anywhere }
.contact-detail-card strong a, .contact-detail-card em a { color: inherit; text-decoration: none }
.contact-detail-card strong a:hover, .contact-detail-card em a:hover { color: var(--blue); text-decoration: underline }

.contact-form {
    background: var(--cream);
    padding: 42px
}

.form-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden }

.contact-form button:disabled { cursor: wait; opacity: .72 }

.enquiry-modal {
    position: fixed;
    z-index: 1000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(3, 20, 48, .58);
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease
}

.enquiry-modal.is-open { opacity: 1; visibility: visible }

.enquiry-modal__card {
    position: relative;
    width: min(100%, 410px);
    overflow: hidden;
    padding: 46px 42px 37px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(1, 26, 65, .28);
    text-align: center;
    transform: translateY(16px) scale(.96);
    transition: transform .3s cubic-bezier(.2,.8,.2,1)
}

.enquiry-modal.is-open .enquiry-modal__card { transform: translateY(0) scale(1) }
.enquiry-modal__close { position: absolute; z-index: 1; top: 12px; right: 16px; border: 0; background: transparent; color: #6e7e91; font-size: 28px; line-height: 1; cursor: pointer }
.enquiry-modal__icon { display: grid; width: 72px; height: 72px; margin: 0 auto 25px; place-items: center; border: 7px solid #b9d5ff; border-radius: 50%; background: linear-gradient(145deg, #4e9aff, #1767df); box-shadow: 0 11px 25px rgba(24, 105, 226, .32); color: #fff; font: 700 43px/1 Arial }
.enquiry-modal h2 { margin: 0; color: #092d60; font-size: 26px }
.enquiry-modal p { margin: 13px auto 0; color: #5c6c7f; font-size: 15px; line-height: 1.65 }
.enquiry-modal .enquiry-modal__timer { margin-top: 16px; color: #69809b; font-size: 13px }
.enquiry-modal__timer span { color: #0b66d9; font-weight: 800 }
.enquiry-modal__button { margin-top: 21px; min-width: 145px }
.enquiry-modal__confetti i { position: absolute; display: block; width: 6px; height: 6px; border-radius: 50%; background: #ff4f47 }
.enquiry-modal__confetti i:nth-child(1) { top: 42px; left: 28%; background: #1672e9 }
.enquiry-modal__confetti i:nth-child(2) { top: 72px; left: 14%; width: 4px; height: 4px; background: #ffc84d }
.enquiry-modal__confetti i:nth-child(3) { top: 51px; right: 17%; background: #ff4f47 }
.enquiry-modal__confetti i:nth-child(4) { top: 105px; right: 10%; width: 4px; height: 4px; background: #1672e9 }
.enquiry-modal__confetti i:nth-child(5) { top: 106px; left: 10%; width: 10px; height: 2px; border-radius: 0; background: #ff4f47; transform: rotate(-22deg) }

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

label {
    font-size: 14px;
    font-weight: 700;
    color: #53657e;
    display: block;
    margin-bottom: 14px
}

input,
select,
textarea {
    margin-top: 7px;
    width: 100%;
    border: 1px solid #d4dfe5;
    background: #fff;
    padding: 13px;
    font: 14px 'DM Sans';
    color: var(--ink)
}

textarea {
    min-height: 100px;
    resize: vertical
}

.hours {
    margin-top: 35px;
    border-top: 1px solid var(--line)
}

.hours div {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
    font-size: 14px;
    color: #65758a
}

.hours b {
    color: var(--ink)
}

@media(max-width:800px) {
    .topline .shell {
        font-size: 14px
    }

    .topline span:first-child {
        display: none
    }

    .topline .shell {
        justify-content: center
    }

    .header {
        height: 76px
    }

    .brand img {
        width: 150px
    }

    .nav-toggle {
        display: block;
        margin-left: auto
    }

    .nav nav,
    .nav>.button {
        display: none
    }

    .nav nav.open {
        display: flex;
        position: absolute;
        top: 76px;
        left: 0;
        right: 0;
        background: #fff;
        padding: 20px 24px;
        flex-direction: column;
        gap: 18px;
        box-shadow: 0 10px 15px #00133c12
    }

    .hero {
        min-height: 600px
    }

    .hero-content {
        padding-top: 80px
    }

    .hero .actions {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        align-items: stretch;
        gap: 12px
    }

    .hero .actions .button,
    .hero .actions .text-link {
        width: 100%;
        min-width: 0;
        min-height: 45px;
        box-sizing: border-box;
        padding: 14px 13px 14px 16px;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        line-height: 1.3;
        text-align: left
    }

    .hero .actions .button i,
    .hero .actions .text-link span {
        flex: 0 0 auto;
        margin-left: auto
    }

    .hero-route {
        left: 24px;
        right: auto;
        bottom: 55px;
        gap: 7px;
        font-size: 14px
    }

    .hero-route b {
        width: 25px
    }

    .trust .shell {
        display: block
    }

    .trust-list {
        margin-top: 16px;
        gap: 17px;
        flex-wrap: wrap;
        font-size: 14px
    }

    .section {
        padding: 78px 0
    }

    .vendors { padding: 78px 0 }
    .vendor-heading { align-items: start; flex-direction: column; gap: 16px; margin-bottom: 34px }
    .vendor-heading p { max-width: 480px }
    .vendor-marquees { gap: 10px }
    .vendor-marquee-track, .vendor-marquee-group { gap: 8px }
    .vendor-marquee-group { padding-right: 8px }
    .vendor-logo {
        flex-basis: calc((100vw - 24px) / 4);
        height: auto;
        aspect-ratio: 220 / 141;
        border-radius: 10px
    }

    .two-col,
    .network-wrap,
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 30px
    }

    .stats {
        grid-template-columns: 1fr 1fr;
        margin-top: 55px
    }

    .stats div:nth-child(3) {
        border-left: 1px solid var(--line)
    }

    .section-head {
        align-items: start;
        gap: 20px;
        flex-direction: column
    }

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

    .service-card {
        min-height: 260px
    }

    .globe {
        height: 330px
    }

    .network h2 {
        font-size: 42px
    }

    .industry-list span {
        min-width: 50%;
        flex-basis: 50%;
        font-size: 14px
    }

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

    .cta h2 {
        font-size: 37px
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 25px
    }

    .copyright {
        display: block;
        line-height: 1.9
    }

    .copyright span {
        display: block
    }

    .page-hero {
        padding: 75px 0
    }

    .service-detail {
        grid-template-columns: 60px 1fr;
        gap: 15px
    }

    .service-detail ul {
        grid-column: 2
    }

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

    .contact-form {
        padding: 26px
    }
}

/* Three-service hero carousel */
.slider {
    display: block;
    min-height: 650px
}

.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden
}

.slide.active {
    opacity: 1;
    visibility: visible
}

.slide .hero-image {
    transform: scale(1.08);
    transition: transform 7.2s cubic-bezier(.16, 1, .3, 1)
}

.slide.active .hero-image {
    transform: scale(1)
}

.sea-image {
    background-image: url('https://images.unsplash.com/photo-1494412651409-8963ce7935a7?auto=format&fit=crop&w=2200&q=90')
}

.air-image {
    background-image: url('https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=2200&q=90')
}

.customs-image {
    background-image: url('assets/banner-3.png')
}

.slide-ui {
    position: absolute;
    right: max(24px, calc((100vw - 1180px)/2));
    bottom: 42px;
    display: flex;
    gap: 13px;
    align-items: center;
    z-index: 3;
    color: #fff
}

.slide-count {
    font: 700 14px Manrope;
    letter-spacing: .1em;
    display: flex;
    gap: 5px
}

.slide-count span {
    color: #aebcd4
}

.slide-progress {
    width: 108px;
    height: 2px;
    background: #ffffff44;
    overflow: hidden
}

.slide-progress i {
    display: block;
    height: 100%;
    width: 0;
    background: var(--sky)
}

.slide-arrow {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ffffff1b;
    border: 1px solid #ffffff77;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: .2s
}

.slide-arrow:hover {
    background: var(--sky);
    border-color: var(--sky);
    color: var(--navy)
}

/* Cinematic network globe */
.network {
    background: radial-gradient(circle at 78% 50%, #0b3e8c 0, #061a42 34%, #020c20 78%);
    position: relative
}

.network:before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: .42;
    background-image: radial-gradient(#39bdec 1px, transparent 1.2px);
    background-size: 45px 45px;
    mask-image: linear-gradient(90deg, transparent 20%, #000 68%, transparent)
}

.network-wrap {
    position: relative;
    z-index: 1
}

.world-visual {
    height: 480px;
    position: relative;
    display: grid;
    place-items: center
}

.world-globe {
    width: 405px;
    height: 405px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 32% 27%, #28c4ee 0, #1058bd 7%, #06317c 25%, #031534 66%, #010a1b 100%);
    border: 1px solid #2e96e8;
    box-shadow: inset -25px -27px 55px #010817, inset 24px 18px 40px #20a5f344, 0 0 35px #008cff8c, 0 0 120px #0b78de65
}

.world-globe:after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: radial-gradient(ellipse at 35% 33%, transparent 0 44%, #03112fc4 78%)
}

.latitude,
.longitude {
    position: absolute;
    border: 1px solid #27b7f24d;
    border-radius: 50%;
    z-index: 1
}

.latitude {
    left: -8%;
    width: 116%;
    height: 42px
}

.l1 {
    top: 23%
}

.l2 {
    top: 47%
}

.l3 {
    top: 70%
}

.longitude {
    top: -4%;
    height: 108%;
    width: 95px
}

.g1 {
    left: 25%
}

.g2 {
    right: 25%
}

.continent {
    position: absolute;
    z-index: 2;
    opacity: .78;
    background: #1aa1e2;
    filter: drop-shadow(0 0 7px #34caff);
    clip-path: polygon(5% 16%, 28% 3%, 64% 12%, 91% 31%, 81% 50%, 96% 70%, 57% 90%, 29% 77%, 7% 58%, 20% 36%)
}

.asia {
    width: 145px;
    height: 105px;
    right: 30px;
    top: 114px
}

.europe {
    width: 95px;
    height: 75px;
    left: 103px;
    top: 87px
}

.africa {
    width: 105px;
    height: 145px;
    left: 100px;
    top: 158px;
    clip-path: polygon(20% 0, 73% 7%, 94% 37%, 76% 92%, 49% 100%, 19% 65%, 0 27%)
}

.route {
    position: absolute;
    z-index: 5;
    height: 120px;
    border-top: 2px solid var(--sky);
    border-radius: 50%;
    filter: drop-shadow(0 0 5px #2dd3ff);
    transform-origin: right bottom
}

.route:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 12px 5px #2cd8ff;
    right: -4px;
    bottom: -5px
}

.r-india-uae {
    width: 155px;
    left: 140px;
    top: 150px;
    transform: rotate(-8deg)
}

.r-india-europe {
    width: 235px;
    left: 44px;
    top: 60px;
    transform: rotate(-7deg)
}

.r-india-africa {
    width: 268px;
    left: 42px;
    top: 188px;
    transform: rotate(28deg)
}

.r-india-asia {
    width: 134px;
    left: 212px;
    top: 128px;
    transform: rotate(-56deg)
}

.node {
    z-index: 7;
    position: absolute;
    font: 800 14px Manrope;
    letter-spacing: .09em;
    color: #e9fbff;
    text-shadow: 0 0 8px #26ccff
}

.node:before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 12px 5px #27cdfb;
    margin-right: 5px
}

.india {
    left: 205px;
    top: 190px
}

.uae {
    left: 126px;
    top: 164px
}

.europe-node {
    left: 75px;
    top: 74px
}

.africa-node {
    left: 19px;
    bottom: 95px
}

.asia-node {
    right: 10px;
    top: 160px
}

.gcc {
    left: 152px;
    bottom: 130px
}

.orbit {
    position: absolute;
    width: 510px;
    height: 190px;
    border: 1px solid #3bc5fa55;
    border-radius: 50%;
    transform: rotate(-20deg)
}

.orbit-b {
    width: 440px;
    height: 530px;
    transform: rotate(56deg);
    border-color: #1f7cdf52
}

.world-visual .orbit {
    animation: orbitPulse 5s ease-in-out infinite
}

@keyframes orbitPulse {
    50% {
        opacity: .3;
        transform: rotate(-15deg) scale(1.03)
    }
}

.world-visual .orbit-b {
    animation-name: orbitPulseB
}

@keyframes orbitPulseB {
    50% {
        opacity: .3;
        transform: rotate(61deg) scale(1.03)
    }
}

@media(max-width:800px) {
    .slider {
        min-height: 600px
    }

    .slide-ui {
        left: 24px;
        right: auto;
        bottom: 30px
    }

    .slider .hero-route {
        bottom: 48px
    }

    .slider .scroll-cue {
        display: none
    }

    .world-visual {
        height: 360px
    }

    .world-globe {
        transform: scale(.78)
    }

    .orbit {
        transform: scale(.76) rotate(-20deg)
    }

    .orbit-b {
        transform: scale(.7) rotate(56deg)
    }
}

/* Supplied global-network film: its top 70% is retained, then feathered into the section grid. */
.world-visual {
    overflow: hidden;
    isolation: isolate;
    background: radial-gradient(ellipse at 50% 27%, #0d61ba60, transparent 59%)
}

.network-video {
    position: absolute;
    z-index: 1;
    width: 122%;
    height: 620px;
    left: -10%;
    top: -198px;
    object-fit: cover;
    object-position: center top;
    mix-blend-mode: screen;
    opacity: .91;
    filter: saturate(1.12) contrast(1.12) brightness(.92);
    mask-image: linear-gradient(to bottom, #000 0 68%, transparent 100%), linear-gradient(to right, transparent 0, #000 14%, #000 84%, transparent 100%);
    mask-composite: intersect
}

.network-grid {
    position: absolute;
    z-index: 2;
    inset: 16px 0 0;
    pointer-events: none;
    background-image: linear-gradient(#42c4f713 1px, transparent 1px), linear-gradient(90deg, #42c4f713 1px, transparent 1px);
    background-size: 38px 38px;
    mask-image: linear-gradient(90deg, transparent, #000 14% 86%, transparent), linear-gradient(#000, transparent 88%)
}

.video-glow {
    position: absolute;
    z-index: 3;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(ellipse at 54% 25%, transparent 16%, #061a4255 60%, #020c20 100%)
}

@media(max-width:800px) {
    .network-video {
        width: 160%;
        height: 465px;
        left: -30%;
        top: -48px
    }

    .network-grid {
        background-size: 28px 28px
    }

    .video-glow {
        background: radial-gradient(ellipse at 54% 18%, transparent 12%, #061a4266 58%, #020c20 100%)
    }
}

/* Alternating service panels */
.services-showcase {
    padding-top: 112px;
    background: linear-gradient(180deg, #fff 0, #f7fafb 100%)
}

.services-intro {
    margin-bottom: 72px
}

.service-feature {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
    align-items: stretch;
    min-height: 440px;
    margin: 0;
    border-top: 1px solid var(--line);
    background: #fff;
    overflow: hidden
}

.service-feature.reverse {
    grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr)
}

.service-feature.reverse .service-photo {
    order: 2
}

.service-feature.reverse .service-copy {
    order: 1
}

.service-photo {
    position: relative;
    margin: 0;
    min-height: 440px;
    overflow: hidden;
    background: var(--navy)
}

.service-photo:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 48%, #061b4499 100%)
}

.service-photo img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 440px;
    object-fit: cover;
    transition: transform .7s cubic-bezier(.16, 1, .3, 1)
}

.service-feature:hover .service-photo img {
    transform: scale(1.045)
}

.service-photo figcaption {
    position: absolute;
    z-index: 1;
    bottom: 22px;
    left: 27px;
    color: #fff;
    font: 800 14px Manrope;
    letter-spacing: .13em;
    text-transform: uppercase
}

.service-copy {
    padding: 66px clamp(34px, 5vw, 78px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.service-copy h3 {
    font-size: clamp(30px, 3.2vw, 45px);
    line-height: 1.1;
    margin: 14px 0 17px;
    max-width: 460px
}

.service-copy p {
    font-size: 15px;
    line-height: 1.75;
    color: #64758c;
    max-width: 475px;
    margin: 0 0 22px
}

.service-copy ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px 20px;
    list-style: none;
    margin: 0 0 27px;
    padding: 0;
    color: #51637d;
    font-size: 14px;
    line-height: 1.45
}

.service-copy li:before {
    content: '✓';
    color: var(--pink);
    font-weight: 800;
    margin-right: 9px
}

.service-copy .text-link {
    font-size: 14px
}

@media(max-width:800px) {
    .services-showcase {
        padding-top: 70px
    }

    .services-intro {
        margin-bottom: 44px
    }

    .service-feature,
    .service-feature.reverse {
        display: flex;
        flex-direction: column;
        min-height: 0
    }

    .service-feature.reverse .service-photo,
    .service-feature.reverse .service-copy {
        order: initial
    }

    .service-photo,
    .service-photo img {
        min-height: 260px;
        height: 260px
    }

    .service-copy {
        padding: 38px 26px 42px
    }

    .service-copy h3 {
        font-size: 32px
    }

    .service-copy ul {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-bottom: 23px
    }
}

/* Service grid: shared blue hover treatment */
.service-card {
    transition: background-color .3s ease, color .3s ease, transform .3s ease, box-shadow .3s ease
}

.service-card:hover {
    background: var(--blue);
    color: #fff;
    border-color: var(--blue);
    box-shadow: 0 20px 40px #0b3d9126
}

.service-card:hover .service-no {
    color: #88d6ef
}

.service-card:hover .service-icon {
    color: var(--sky)
}

.service-card:hover p {
    color: #c8d8ef
}

/* Industry cards and testimonials */
.industries {
    padding-bottom: 86px;
    background: #fff
}

.industry-heading {
    margin-bottom: 36px
}

.industry-heading h2 {
    font-size: clamp(38px, 4.1vw, 58px);
    max-width: 760px
}

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

.industry-cards article {
    min-height: 102px;
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 18px 22px;
    background: #fff;
    border: 1px solid #e0e7ef;
    border-radius: 9px;
    box-shadow: 0 8px 18px #071b440d;
    transition: .25s
}

.industry-cards article:hover {
    transform: translateY(-4px);
    border-color: #9fcef0;
    box-shadow: 0 14px 26px #0b3d9117
}

.industry-icon {
    width: 57px;
    height: 57px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    flex: none;
    background: radial-gradient(circle at 35% 30%, #fff, #edf4fc);
    color: #1455ae;
    font: 24px/1 Georgia;
    box-shadow: inset 0 0 0 1px #e1eaf5
}

.industry-cards h3 {
    font: 700 18px/1.3 Manrope;
    letter-spacing: -.04em
}

.testimonials {
    padding: 69px 0 55px;
    background: radial-gradient(circle at 50% 8%, #fff 0, #f2f8ff 42%, #e7f3ff 100%)
}

.testimonial-heading {
    text-align: center;
    margin-bottom: 27px
}

.testimonial-heading .eyebrow:after {
    content: '';
    width: 18px;
    height: 2px;
    background: currentColor
}

.testimonial-heading h2 {
    font-size: 34px;
    margin-top: 12px
}

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

.testimonial-cards article {
    min-height: 258px;
    padding: 27px 27px 21px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 22px #071b4414;
    display: flex;
    flex-direction: column
}

.testimonial-quote {
    color: #1683fa;
    font: 700 54px/.65 Georgia
}

.testimonial-cards p {
    font-size: 15px;
    line-height: 1.45;
    color: #263a5b;
    margin: 18px 0 20px
}

.testimonial-cards footer {
    display: flex;
    align-items: center;
    gap: 13px;
    border-top: 1px solid #dbe4ea;
    padding-top: 14px;
    margin-top: auto;
    background: transparent
}

.client-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #123f8d, #47bae8);
    color: #fff;
    font: 800 14px Manrope
}

.testimonial-cards footer b,
.testimonial-cards footer small {
    display: block
}

.testimonial-cards footer b {
    font: 700 16px Manrope;
    color: var(--ink)
}

.testimonial-cards footer small {
    color: #2580e5;
    font-size: 14px;
    margin-top: 4px
}

.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 11px;
    margin-top: 29px
}

.testimonial-dots i {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #d7dde5
}

.testimonial-dots i.active {
    background: #2387ed
}

@media(max-width:800px) {
    .industries {
        padding-bottom: 64px
    }

    .industry-heading h2 br {
        display: none
    }

    .industry-cards {
        grid-template-columns: 1fr;
        gap: 12px
    }

    .industry-cards article {
        min-height: 82px
    }

    .testimonial-cards {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .testimonial-heading h2 {
        font-size: 29px
    }

    .testimonials {
        padding: 55px 0 45px
    }

    .testimonial-cards article {
        min-height: 0
    }
}

/* Seven-review testimonial carousel */
.testimonial-slider {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) 52px;
    gap: 18px;
    align-items: center
}

.testimonial-viewport {
    overflow: hidden;
    padding: 8px 2px 16px
}

.testimonial-track {
    display: flex;
    gap: 30px;
    scroll-snap-type: x mandatory;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-behavior: smooth
}

.testimonial-track::-webkit-scrollbar {
    display: none
}

.testimonial-track article {
    scroll-snap-align: start;
    flex: 0 0 calc((100% - 60px)/3);
    min-height: 258px;
    padding: 27px 27px 21px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 22px #071b4414;
    display: flex;
    flex-direction: column
}

.testimonial-track p {
    font-size: 15px;
    line-height: 1.45;
    color: #263a5b;
    margin: 18px 0 20px
}

.testimonial-track footer {
    display: flex;
    align-items: center;
    gap: 13px;
    border-top: 1px solid #dbe4ea;
    padding-top: 14px;
    margin-top: auto;
    background: transparent
}

.testimonial-track footer b,
.testimonial-track footer small {
    display: block
}

.testimonial-track footer b {
    font: 700 16px Manrope;
    color: var(--ink)
}

.testimonial-track footer small {
    color: #2580e5;
    font-size: 14px;
    margin-top: 4px
}

.testimonial-arrow {
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #1683fa;
    box-shadow: 0 5px 18px #071b4418;
    font-size: 27px;
    cursor: pointer;
    transition: .2s
}

.testimonial-arrow:hover {
    background: #1683fa;
    color: #fff;
    transform: scale(1.06)
}

.testimonial-dots button {
    width: 14px;
    height: 14px;
    border: 0;
    border-radius: 50%;
    padding: 0;
    background: #d7dde5;
    cursor: pointer
}

.testimonial-dots button.active {
    background: #2387ed
}

@media(max-width:800px) {
    .testimonial-slider {
        grid-template-columns: 1fr;
        gap: 8px
    }

    .testimonial-track {
        gap: 16px
    }

    .testimonial-track article {
        flex-basis: 100%;
        min-height: 0
    }

    .testimonial-arrow {
        display: none
    }
}

/* CTA and site footer */
.cta {
    padding: 80px 0 80px;
    background: linear-gradient(180deg, #f7fbff 0%, #eef6fd 100%);
    color: var(--ink)
}

.cta-card {
    min-height: 490px;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border: 1px solid #e2ebf6;
    border-radius: 22px;
    background: linear-gradient(115deg, #fff 0%, #fbfdff 53%, #e7f2fb 100%);
    box-shadow: 0 18px 42px #071b4414
}

.cta-copy {
    position: relative;
    z-index: 2;
    width: 54%;
    padding: 76px 0 68px 7%;
    background: linear-gradient(90deg, #fff 0%, #fffffff5 72%, #ffffff00 100%)
}

.cta-copy .eyebrow {
    margin-bottom: 24px
}

.cta-copy h2 {
    margin: 0;
    font-size: clamp(40px, 4vw, 62px);
    line-height: 1.12;
    letter-spacing: -.055em;
    color: var(--navy)
}

.cta-copy h2 em {
    color: #1161ce;
    font-style: normal
}

.cta-copy p {
    max-width: 480px;
    margin: 22px 0 32px;
    font-size: 20px;
    line-height: 1.55;
    color: #263a5b
}

.cta-button {
    background: #0b61d4;
    color: #fff;
    padding: 16px 22px 16px 28px;
    font-size: 17px;
    box-shadow: 0 12px 24px #0b61d430
}

.cta-button:hover {
    background: #084ca9
}

.cta-button i {
    background: #fff;
    color: #0b61d4
}

.cta-visual {
    position: absolute;
    inset: 0 0 0 42%;
    z-index: 1;
    background: linear-gradient(90deg, #fff0 0%, #ffffff12 25%, #ffffff20 100%), url('assets/banner-3.png') 63% center/cover no-repeat;
    clip-path: ellipse(89% 97% at 91% 53%)
}

.site-footer {
    padding: 30px 0 30px;
    background: #fff;
    color: var(--ink);
    box-shadow: none
}

.site-footer .footer-main {
    display: grid;
    grid-template-columns: 1.3fr .85fr 1.2fr;
    gap: 0;
    padding: 30px 15px;
    background: #fff;

  
}

.site-footer .footer-main>div {
    padding: 0 10%;
    border-left: 1px solid #e3e9f1
}

.site-footer .footer-main>div:first-child {
    padding-left: 0;
    border-left: 0
}

.site-footer .footer-main>div:last-child {
    padding-right: 0
}

.site-footer .footer-logo {
    width: 245px;
    height: 80px;
    object-position: left;
    max-width: 100%
}

.site-footer .footer-main p,
.site-footer .footer-main a {
    font-size: 15px;
    line-height: 1.65;
    color: #263a5b
}

.site-footer .footer-brand p {
    max-width: 390px;
    margin: 13px 0 18px
}

.site-footer .footer-main h4 {
    position: relative;
    margin: 4px 0 26px;
    padding-bottom: 12px;
    font-size: 17px;
    letter-spacing: .08em;
    color: #0b4fbd
}

.site-footer .footer-main h4:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 3px;
    background: #0b61d4
}

.site-footer .footer-nav a {
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px solid #e4eaf1
}

.site-footer .footer-nav a:hover,
.site-footer .footer-contact a:hover {
    color: #0b61d4
}

.site-footer .footer-contact a {
    margin: 0 0 13px
}

.site-footer .footer-contact p {
    margin: 0
}

.footer-social {
    display: flex;
    gap: 14px;
    padding-top: 3px
}

.footer-social a {
    width: 42px;
    height: 42px;
    display: grid !important;
    place-items: center;
    border: 1px solid #bbc9db;
    border-radius: 50%;
    color: #0b4fbd !important;
    font: 700 18px/1 Arial !important;
    margin: 0 !important;
    transition: .2s
}

.footer-social a:hover {
    background: #0b61d4;
    color: #fff !important;
    border-color: #0b61d4
}

.footer-social svg {
    width: 18px;
    height: 18px;
    fill: currentColor
}

.site-footer .copyright {
    margin-top: 0;
    padding: 24px 15px 0;
    border-top: 0;
        border-top: 1px solid #e3e9f1;
    color: #52637e;
    font-size: 14px
}

.site-footer .copyright b {
    padding: 0 12px;
    color: #0b61d4;
    font-weight: 400
}

@media(max-width:800px) {
    .cta {
        padding-top: 50px
    }

    .cta-card {
        min-height: 0;
        border-radius: 14px
    }

    .cta-copy {
        width: 100%;
        padding: 48px 28px 280px;
        background: linear-gradient(180deg, #fffffff7 0%, #ffffffe8 55%, #ffffff12 100%)
    }

    .cta-copy h2 {
        font-size: 39px
    }

    .cta-copy p {
        font-size: 17px
    }

    .cta-visual {
        inset: 52% 0 0;
        clip-path: none;
        background-position: center
    }

    .site-footer .footer-main {
        grid-template-columns: 1fr;
        padding: 42px 28px;
        border-radius: 0;
        gap: 32px
    }

    .site-footer .footer-main>div {
        padding: 0;
        border-left: 0
    }

    .site-footer .footer-logo {
        width: 215px
    }

    .site-footer .copyright {
        padding: 20px 28px 0
    }

    .site-footer .copyright span {
        margin-top: 8px
    }

    .footer-social a {
        width: 39px;
        height: 39px
    }
}

.whatsapp-chat-widget {
      position: fixed;
      right: 22px;
      bottom: 22px;
      display: flex;
      align-items: flex-end;
      gap: 12px;
      z-index: 9999;
    }

    .whatsapp-float {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 56px;
      height: 56px;
      border-radius: 50%;
      background: #25d366;
      box-shadow: 0 12px 24px rgba(37, 211, 102, 0.35);
    }

    .whatsapp-icon {
      width: 28px;
      height: 28px;
      display: block;
      filter: brightness(0) invert(1);
    }

    .whatsapp-bubble {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 10px 16px 10px 14px;
      border-radius: 999px;
      background: rgba(15, 23, 42, 0.94);
      color: #fff;
      box-shadow: 0 16px 34px rgba(18, 31, 48, 0.22);
      text-decoration: none;
      font: 600 14px/1 "DM Sans", sans-serif;
      letter-spacing: 0.02em;
      transform: translateY(0);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .whatsapp-bubble:hover,
    .whatsapp-float:hover {
      transform: translateY(-2px);
      box-shadow: 0 18px 32px rgba(18, 31, 48, 0.26);
    }

    .typing-dots {
      display: inline-flex;
      align-items: center;
      gap: 4px;
      width: 26px;
      height: 16px;
      padding: 2px 0;
    }

    .typing-dots i {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.9);
      display: block;
      animation: whatsappPulse 1.2s infinite ease-in-out;
    }

    .typing-dots i:nth-child(2) { animation-delay: 0.15s; }
    .typing-dots i:nth-child(3) { animation-delay: 0.3s; }

    @keyframes whatsappPulse {
      0%, 80%, 100% { transform: translateY(0); opacity: 0.35; }
      40% { transform: translateY(-3px); opacity: 1; }
    }

    @keyframes whatsappLift {
      0%, 100% {
        transform: translateY(0px) scale(1);
        box-shadow: 0 12px 24px rgba(37, 211, 102, 0.32);
      }
      50% {
        transform: translateY(-8px) scale(1.02);
        box-shadow: 0 18px 28px rgba(37, 211, 102, 0.38);
      }
    }

    .whatsapp-float {
      width: 58px;
      height: 58px;
      border-radius: 50%;
      background: linear-gradient(135deg, #25d366, #128c7e);
      display: grid;
      place-items: center;
      box-shadow: 0 16px 34px rgba(37, 211, 102, 0.42);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
      text-decoration: none;
      animation: whatsappLift 3.2s ease-in-out infinite;
    }

    .whatsapp-float svg {
      width: 28px;
      height: 28px;
      fill: #fff;
    }

    @media (max-width: 640px) {
      .whatsapp-chat-widget {
        right: 16px;
        bottom: 18px;
        gap: 10px;
      }

      .whatsapp-bubble {
        padding: 9px 12px 9px 11px;
        font-size: 14px;
      }

      .whatsapp-float {
        width: 52px;
        height: 52px;
      }
    }
