/* Homepage direction based on the supplied logistics reference */
.reference-home {
    --ref-blue: #063763;
    --ref-blue-dark: #052842;
    --ref-red: #e30613;
    --ref-slate: #526476;
    overflow: hidden;
}

::selection { color: #fff; background: var(--red); }
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible { outline: 3px solid rgba(227,6,19,.35); outline-offset: 3px; }

.top-utility {
    height: 30px;
    color: #d9e7f2;
    background: #062e51;
    font-size: .68rem;
}

.top-utility .container,
.top-utility .container > div {
    height: 100%;
    display: flex;
    align-items: center;
}

.top-utility .container { justify-content: space-between; gap: 25px; }
.top-utility .container > div { gap: 22px; }
.top-utility a:hover { color: #fff; }
.top-utility .icon { color: #ff5660; margin-right: 3px; }

.site-header {
    height: 82px;
    background: rgba(255,255,255,.97);
    border-bottom: 0;
    box-shadow: 0 1px 0 rgba(6,55,99,.08);
}

.site-header.is-scrolled { height: 68px; }
.site-header .brand { font-size: 1.58rem; }
.site-header .brand i { width: 27px; height: 27px; }
.site-nav { gap: 22px; font-size: .78rem; font-weight: 700; }
.site-nav > a:not(.btn) { padding: 27px 0 24px; border-bottom-width: 2px; }
.site-nav .nav-action { min-height: 40px; padding: 0 16px; border-radius: 2px; }

.reference-hero {
    min-height: 630px;
    color: #fff;
    background: #073963;
}

.reference-hero::before,
.reference-hero::after { content: none; }

.reference-hero-media {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(90deg, rgba(3, 31, 54, .95) 0%, rgba(3, 44, 75, .78) 38%, rgba(3, 36, 63, .08) 72%),
        linear-gradient(180deg, rgba(1, 22, 39, .02), rgba(1, 28, 49, .28)),
        url('../img/transportiz-corporate-port.webp');
    background-position: center, center, center;
    background-size: cover;
    transform: scale(1.01);
    animation: reference-hero-in 1.1s ease both;
}

.reference-hero-inner {
    position: relative;
    z-index: 2;
    min-height: 630px;
    display: flex;
    align-items: center;
    padding-bottom: 64px;
}

.reference-hero .hero-copy {
    width: 51%;
    padding: 0;
}

.reference-hero h1 {
    margin: 0 0 20px;
    color: #fff;
    font-family: "Arial Narrow", "Roboto Condensed", "Segoe UI", sans-serif;
    max-width: 720px;
    font-size: clamp(3.5rem, 5.5vw, 5.9rem);
    font-weight: 850;
    line-height: .94;
    letter-spacing: -.06em;
}

.reference-hero h1 span { color: #fff; }
.reference-hero .hero-lead { max-width: 575px; color: #e4edf4; font-size: 1rem; line-height: 1.6; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 23px; }
.hero-proof span { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.24); color: #e8f1f7; background: rgba(1,30,51,.24); font-size: .7rem; font-weight: 700; backdrop-filter: blur(7px); }
.hero-proof .icon { color: #ff4a55; }
.reference-hero .hero-actions { margin-top: 28px; }
.btn-ghost-light { color: #fff; border-color: rgba(255,255,255,.6); background: rgba(4,38,64,.22); }
.btn-ghost-light:hover { border-color: #fff; background: rgba(255,255,255,.1); }
.reference-hero .btn { min-height: 46px; border-radius: 2px; font-size: .78rem; text-transform: uppercase; letter-spacing: .04em; }

.hero-dock {
    position: relative;
    z-index: 6;
    padding: 0 0 68px;
    background: #fff;
}

.hero-dock-grid {
    display: grid;
    grid-template-columns: .72fr .72fr 1.05fr;
    align-items: stretch;
    margin-top: -70px;
    border-top: 3px solid var(--ref-red);
    box-shadow: 0 24px 55px rgba(7, 30, 49, .12);
}

.dock-service {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 15px;
    min-height: 220px;
    padding: 44px 29px 32px;
    border-right: 1px solid #e5e9ed;
    background: #fff;
}

.dock-service > span { color: var(--ref-red); }
.dock-service > span .icon { width: 31px; height: 31px; }
.dock-service h2 { margin: 0 0 9px; color: var(--ref-blue); font-size: 1rem; line-height: 1.2; }
.dock-service p { margin: 0 0 15px; color: #657384; font-size: .77rem; }
.dock-service a { color: var(--ref-red); font-size: .7rem; font-weight: 900; text-transform: uppercase; }

.dock-tracking {
    min-height: 260px;
    margin-top: -56px;
    padding: 34px 34px;
    color: #fff;
    background: linear-gradient(145deg, #074476, #052b4c);
    box-shadow: 0 18px 35px rgba(5, 38, 67, .26);
}

.dock-tracking h2 { margin: 0 0 9px; font-size: 1.65rem; }
.dock-tracking > p:not(.eyebrow) { margin: 0 0 17px; color: #cbdce9; font-size: .78rem; }
.dock-track-links { display: grid; gap: 8px; }
.dock-track-links a {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 11px;
    min-height: 48px;
    padding: 8px 11px;
    color: #15324b;
    background: #fff;
    transition: transform .25s ease, box-shadow .25s ease;
}
.dock-track-links a:hover { transform: translateX(4px); box-shadow: 0 8px 18px rgba(0,0,0,.13); }
.dock-track-links img { width: 31px; height: 21px; object-fit: cover; border-radius: 2px; }
.dock-track-links span { font-size: .78rem; font-weight: 800; }
.dock-track-links small { display: block; color: #758392; font-size: .63rem; font-weight: 600; }
.dock-track-links .icon { color: var(--ref-red); }

.reference-section { padding: 104px 0; }
.section-kicker { margin: 0 0 6px; color: var(--ref-red); font-family: Georgia, serif; font-size: .83rem; font-style: italic; }
.reference-heading { max-width: 740px; margin: 0 auto 38px; text-align: center; }
.reference-heading::after { content: ""; display: block; width: 54px; height: 3px; margin: 22px auto 0; background: var(--ref-red); }
.reference-heading h2,
.about-reference-copy h2,
.cargo-protection h2,
.contact-reference h2 {
    margin: 0;
    color: var(--ref-blue);
    font-family: "Arial Narrow", "Roboto Condensed", "Segoe UI", sans-serif;
    font-size: clamp(2.15rem, 3.6vw, 3.45rem);
    line-height: 1;
    letter-spacing: -.045em;
}
.reference-heading > p:last-child { margin: 12px 0 0; color: #6c7887; font-size: .9rem; }

.about-reference { background: #fff; }
.about-reference-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 72px; }
.about-collage { position: relative; min-height: 455px; }
.about-photo-main { position: absolute; inset: 0 17% 10% 0; overflow: hidden; box-shadow: 0 24px 60px rgba(5,40,68,.16); }
.about-photo-main img { width: 100%; height: 100%; object-fit: cover; object-position: 64% center; }
.about-photo-small {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 39%;
    height: 49%;
    display: flex;
    align-items: end;
    justify-content: center;
    overflow: hidden;
    border: 9px solid #fff;
    background: #fff;
    box-shadow: 0 18px 35px rgba(5,40,68,.12);
}
.about-photo-small img { width: 100%; height: 100%; object-fit: cover; object-position: 66% center; }
.about-badge {
    position: absolute;
    top: -23px;
    left: -17px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 18px;
    color: var(--ref-blue);
    background: #fff;
    box-shadow: 0 12px 30px rgba(6, 47, 80, .14);
}
.about-badge strong { color: var(--ref-red); font-size: 1.45rem; line-height: .9; }
.about-badge span { max-width: 90px; font-size: .68rem; font-weight: 800; }
.about-reference-copy h2 { max-width: 620px; margin-bottom: 20px; }
.about-reference-copy > p:not(.section-kicker) { color: #657384; font-size: .91rem; }
.about-points { display: grid; gap: 17px; margin-top: 28px; }
.about-points > div { display: grid; grid-template-columns: 39px 1fr; gap: 13px; }
.about-points > div > span { color: var(--ref-red); }
.about-points .icon { width: 27px; height: 27px; }
.about-points p { margin: 0; color: #697584; font-size: .8rem; }
.about-points strong { display: block; margin-bottom: 2px; color: var(--ref-blue); font-size: .9rem; }

.metrics-band {
    position: relative;
    padding: 35px 0;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(3,49,85,.96), rgba(5,64,108,.91)),
        url('../img/transportiz-corporate-port.webp') center 61%/cover;
}
.metrics-grid { display: grid; grid-template-columns: 1.3fr repeat(4,1fr); align-items: center; gap: 25px; }
.metrics-title small,.metrics-title strong { display: block; }
.metrics-title small { color: #9ec0d9; font-size: .65rem; font-weight: 800; letter-spacing: .1em; }
.metrics-title strong { font-size: 1.5rem; }
.metric { display: flex; align-items: center; gap: 11px; }
.metric b { color: #ff3844; font-size: 2.5rem; line-height: 1; }
.metric span { color: #d3e1eb; font-size: .72rem; line-height: 1.35; }

.reference-services { background: linear-gradient(180deg,#fff,#f8fafc); }
.reference-service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.reference-service-card {
    position: relative;
    overflow: hidden;
    border: 1px solid #e2e8ed;
    border-bottom: 4px solid var(--ref-blue);
    background: #fff;
    box-shadow: 0 10px 30px rgba(6, 41, 69, .12);
    transition: transform .35s ease, box-shadow .35s ease;
}
.reference-service-card:hover { transform: translateY(-8px); box-shadow: 0 20px 38px rgba(6,41,69,.17); }
.service-photo {
    position: relative;
    height: 155px;
    display: grid;
    place-items: center;
    color: #fff;
    background-image: linear-gradient(rgba(4,42,70,.1),rgba(4,42,70,.28)),url('../img/transportiz-corporate-port.webp');
    background-size: 345%;
    transition: background-size .6s ease, filter .4s ease;
}
.service-photo::after { content: ""; position: absolute; inset: auto 0 0; height: 38%; background: linear-gradient(transparent,rgba(3,32,54,.5)); }
.service-photo span { position: relative; z-index: 1; display: grid; place-items: center; width: 58px; height: 58px; border: 2px solid rgba(255,255,255,.8); background: rgba(227,6,19,.85); }
.service-photo .icon { width: 30px; height: 30px; }
.service-photo-warehouse { background-image: linear-gradient(rgba(4,42,70,.08),rgba(4,42,70,.24)),url('../img/transportiz-corporate-warehouse.webp'); background-position: 43% 56%; background-size: 190%; }
.service-photo-air { background-position: 35% 8%; }
.service-photo-ocean { background-position: 58% 52%; }
.service-photo-ground { background-position: 91% 72%; }
.reference-service-card:hover .service-photo { background-size: 370%; filter: saturate(1.08); }
.reference-service-card:hover .service-photo-warehouse { background-size: 205%; }
.reference-service-card > div:last-child { padding: 24px 21px 25px; text-align: center; }
.reference-service-card h3 { margin: 0 0 10px; color: var(--ref-blue); font-size: 1.02rem; }
.reference-service-card p { min-height: 82px; margin: 0 0 16px; color: #6d7986; font-size: .76rem; }
.reference-service-card a { display: inline-block; padding: 9px 13px; color: #fff; background: var(--ref-red); font-size: .64rem; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }

.process-line { position: relative; display: grid; grid-template-columns: repeat(4,1fr); margin-top: 54px; border: 1px solid #dfe6eb; background: #fff; box-shadow: 0 18px 45px rgba(5,40,68,.08); }
.process-line::before { content: ""; position: absolute; top: 35px; left: 12%; right: 12%; height: 1px; background: linear-gradient(90deg,transparent,#b9c5ce 10%,#b9c5ce 90%,transparent); }
.process-line > div { position: relative; display: grid; grid-template-columns: 42px 1fr; column-gap: 13px; padding: 27px 22px; border-right: 1px solid #e4e9ed; }
.process-line > div:last-child { border-right: 0; }
.process-line > div > span { position: relative; z-index: 1; grid-row: 1/3; display: grid; place-items: center; width: 42px; height: 42px; color: #fff; background: var(--ref-blue); border-radius: 50%; box-shadow: 0 0 0 6px #fff; }
.process-line > div > span .icon { width: 21px; height: 21px; }
.process-line b { color: var(--ref-red); font-size: .65rem; letter-spacing: .08em; }
.process-line p { margin: 2px 0 0; color: #71808d; font-size: .7rem; line-height: 1.4; }
.process-line strong { display: block; color: var(--ref-blue); font-size: .82rem; }

.cargo-protection { position: relative; min-height: 355px; display: flex; align-items: center; color: #fff; overflow: hidden; }
.cargo-protection-media,
.contact-reference-media { position: absolute; inset: 0; background-image: linear-gradient(90deg,rgba(2,38,65,.96),rgba(3,53,89,.78) 48%,rgba(2,36,61,.14)),url('../img/transportiz-corporate-port.webp'); background-size: cover; background-position: center 55%; }
.cargo-protection .container { position: relative; z-index: 1; }
.cargo-protection-copy { max-width: 520px; padding: 65px 0; }
.cargo-protection h2 { color: #fff; margin-bottom: 15px; }
.cargo-protection-copy > p:not(.eyebrow) { color: #d7e4ed; font-size: .88rem; }
.cargo-protection .btn { margin-top: 13px; border-radius: 2px; font-size: .7rem; text-transform: uppercase; }

.tools-reference {
    position: relative;
    background-color: #f3f5f7;
    background-image: radial-gradient(#d8dde3 1px,transparent 1px);
    background-size: 9px 9px;
}
.tools-reference::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(243,245,247,.96),rgba(243,245,247,.75),rgba(243,245,247,.96)); }
.tools-reference .container { position: relative; }
.tool-tiles { display: grid; grid-template-columns: repeat(3,1fr); max-width: 900px; margin: 0 auto; box-shadow: 0 15px 35px rgba(7,34,56,.09); }
.tool-tile { min-height: 260px; padding: 37px 31px; text-align: center; background: #fff; border-right: 1px solid #e4e8ec; }
.tool-tile:last-child { border-right: 0; }
.tool-tile > span { display: block; margin-bottom: 20px; color: var(--ref-red); }
.tool-tile > span .icon { width: 45px; height: 45px; }
.tool-tile h3 { margin: 0 0 10px; color: var(--ref-blue); font-size: 1.25rem; }
.tool-tile p { margin: 0 0 20px; color: #6e7a87; font-size: .78rem; }
.tool-tile b { color: var(--ref-red); font-size: .7rem; text-transform: uppercase; }
.tool-tile { transition: transform .35s ease, box-shadow .35s ease; }
.tool-tile:hover { position: relative; z-index: 2; transform: translateY(-7px); box-shadow: 0 22px 45px rgba(5,40,68,.16); }
.tool-tile-featured { color: #fff; background: var(--ref-blue); }
.tool-tile-featured > span,.tool-tile-featured h3,.tool-tile-featured b { color: #fff; }
.tool-tile-featured p { color: #c7d8e5; }

.quote-reference { padding: 90px 0; }
.quote-reference .quote-card { border-radius: 3px; }

.shipping-guide { background: #fff; }
.guide-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; align-items: stretch; }
.info-guide-card { border: 1px solid #e0e5e9; border-bottom: 4px solid var(--ref-blue); background: #fff; box-shadow: 0 9px 25px rgba(6,41,69,.06); }
.info-guide-card { transition: transform .35s ease, box-shadow .35s ease; }
.info-guide-card:hover { transform: translateY(-7px); box-shadow: 0 22px 45px rgba(5,40,68,.13); }
.guide-image { position: relative; height: 190px; background-image: linear-gradient(rgba(3,43,74,.08),rgba(3,43,74,.18)),url('../img/transportiz-hero-v2.webp'); background-size: 315%; }
.guide-image span { position: absolute; top: 0; right: 0; padding: 8px 12px; color: #fff; background: var(--ref-red); font-size: .62rem; font-weight: 900; letter-spacing: .05em; }
.guide-image-air { background-image: linear-gradient(rgba(3,43,74,.08),rgba(3,43,74,.18)),url('../img/transportiz-corporate-port.webp'); background-position: 31% 9%; }
.guide-image-volume { background-image: linear-gradient(rgba(3,43,74,.08),rgba(3,43,74,.18)),url('../img/transportiz-corporate-warehouse.webp'); background-position: 42% 56%; background-size: 190%; }
.guide-image-tracking { background-image: linear-gradient(rgba(3,43,74,.08),rgba(3,43,74,.18)),url('../img/transportiz-corporate-port.webp'); background-position: 90% 72%; }
.info-guide-card > div:last-child { padding: 25px; }
.info-guide-card h3 { margin: 0 0 13px; color: var(--ref-blue); font-size: 1.25rem; line-height: 1.2; }
.info-guide-card p,.info-guide-card li { color: #657382; font-size: .78rem; }
.info-guide-card ul { margin: 18px 0 0; padding: 0; list-style: none; }
.info-guide-card li { padding: 8px 0; border-bottom: 1px solid #edf0f2; }
.info-guide-card li::before { content: "✓"; color: var(--ref-red); margin-right: 8px; font-weight: 900; }

.contact-reference { position: relative; padding: 82px 0; color: #fff; }
.contact-reference-media { background-image: linear-gradient(90deg,rgba(3,32,54,.94),rgba(4,48,79,.84)),url('../img/transportiz-corporate-warehouse.webp'); background-position: center 58%; }
.contact-reference-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 65px; }
.contact-reference h2 { color: #fff; margin-bottom: 17px; }
.contact-reference-copy > p:not(.eyebrow) { color: #cbd9e4; }
.contact-inline { display: grid; gap: 9px; margin-top: 25px; }
.contact-inline a,.contact-inline span { display: flex; align-items: center; gap: 9px; font-size: .82rem; font-weight: 700; }
.contact-inline .icon { color: #ff3945; }
.reference-contact-form { padding: 29px; border-radius: 2px; background: #fff; box-shadow: 0 20px 45px rgba(0,0,0,.25); }
.reference-contact-form button { border-radius: 2px; }
.faq-section .reference-heading { margin-bottom: 25px; }

.site-footer { padding-top: 48px; background: #202c3a; }
.site-footer .footer-grid { grid-template-columns: 1.25fr 1fr 1fr .75fr; }
.site-footer .contact-icon { border-radius: 2px; }
.site-footer .footer-bottom { margin-top: 35px; }
.footer-company-detail { margin: 18px 0 0; color: #a9b8c5; font-size: .76rem; line-height: 1.75; }
.footer-company-detail a:hover { color: #fff; }
.site-footer .footer-links > b { margin-bottom: 7px; color: #fff; font-size: .83rem; }
.whatsapp-float .wa-icon { position: relative; }
.whatsapp-float .wa-icon::after { content: ""; position: absolute; inset: -6px; border: 2px solid rgba(32,186,90,.45); border-radius: 50%; animation: corporate-wa-pulse 2.2s ease-out infinite; }

@keyframes reference-hero-in {
    from { opacity: .4; transform: scale(1.06); }
    to { opacity: 1; transform: scale(1.01); }
}

@keyframes corporate-wa-pulse {
    0% { opacity: .75; transform: scale(.92); }
    70%,100% { opacity: 0; transform: scale(1.22); }
}

@media (max-width: 1020px) {
    .site-nav { font-size: .76rem; }
    .reference-hero .hero-copy { width: 62%; }
    .hero-dock-grid { grid-template-columns: 1fr 1fr; }
    .dock-tracking { grid-column: 1/-1; margin-top: 0; min-height: auto; }
    .dock-track-links { grid-template-columns: 1fr 1fr; }
    .about-reference-grid { grid-template-columns: 1fr; }
    .about-collage { width: min(700px,100%); }
    .metrics-grid { grid-template-columns: 1.2fr repeat(2,1fr); }
    .metrics-title { grid-row: span 2; }
    .reference-service-grid { grid-template-columns: repeat(2,1fr); }
    .process-line { grid-template-columns: repeat(2,1fr); }
    .process-line > div:nth-child(2) { border-right: 0; }
    .process-line > div:nth-child(-n+2) { border-bottom: 1px solid #e4e9ed; }
    .process-line::before { display: none; }
    .reference-service-card p { min-height: 0; }
    .contact-reference-grid { grid-template-columns: 1fr; }
    .contact-reference-copy { max-width: 700px; }
}

@media (max-width: 760px) {
    .top-utility { height: 28px; }
    .top-utility .container > div:first-child span,
    .top-utility .container > div:last-child { display: none; }
    .site-header { height: 70px; }
    .site-header .brand { font-size: 1.26rem; }
    .site-header .brand i { width: 23px; height: 23px; }
    .site-nav { top: 70px; }
    .reference-hero { min-height: 610px; }
    .reference-hero-media {
        background-image: linear-gradient(90deg,rgba(2,35,60,.96),rgba(2,44,75,.72)),url('../img/transportiz-corporate-port.webp');
        background-position: center, 64% center;
    }
    .reference-hero-inner { min-height: 610px; padding-bottom: 85px; }
    .reference-hero .hero-copy { width: 100%; }
    .reference-hero h1 { max-width: 520px; font-size: clamp(3.1rem,15vw,4.7rem); }
    .reference-hero .hero-lead { font-size: .93rem; }
    .hero-dock { padding-bottom: 48px; }
    .hero-dock-grid { grid-template-columns: 1fr; margin-top: -45px; }
    .dock-service { min-height: auto; padding: 25px 21px; border-right: 0; border-bottom: 1px solid #e5e9ed; }
    .dock-tracking { grid-column: auto; padding: 26px 21px; }
    .dock-track-links { grid-template-columns: 1fr; }
    .reference-section { padding: 68px 0; }
    .about-reference-grid { gap: 42px; }
    .about-collage { min-height: 370px; }
    .about-photo-main { right: 10%; }
    .about-photo-small { width: 42%; height: 45%; }
    .about-badge { top: -16px; left: 8px; }
    .metrics-grid { grid-template-columns: 1fr 1fr; gap: 25px 16px; }
    .metrics-title { grid-column: 1/-1; grid-row: auto; }
    .metric b { font-size: 2.1rem; }
    .reference-service-grid,.guide-grid,.tool-tiles { grid-template-columns: 1fr; }
    .process-line { grid-template-columns: 1fr; }
    .process-line > div { border-right: 0; border-bottom: 1px solid #e4e9ed; }
    .process-line > div:last-child { border-bottom: 0; }
    .service-photo { height: 185px; }
    .tool-tile { min-height: auto; border-right: 0; border-bottom: 1px solid #e4e8ec; }
    .cargo-protection-media { background-image: linear-gradient(90deg,rgba(2,42,72,.96),rgba(3,59,99,.73)),url('../img/transportiz-corporate-port.webp'); background-position: 68% center; }
    .quote-reference { padding: 70px 0; }
    .contact-reference-grid { gap: 35px; }
    .reference-contact-form { padding: 23px 18px; }
    .site-footer .footer-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .reference-hero-media { animation: none; }
    .reference-service-card,.dock-track-links a,.tool-tile,.info-guide-card { transition: none; }
    .whatsapp-float .wa-icon::after { animation: none; }
}

/* Corporate internal pages */
.corporate-subpage { overflow: hidden; color: var(--ink); }
.corporate-page-hero {
    position: relative;
    min-height: 430px;
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #062f51;
    background-image: linear-gradient(90deg,rgba(3,31,53,.96),rgba(3,48,81,.75) 52%,rgba(3,38,65,.2)),url('../img/transportiz-corporate-port.webp');
    background-size: cover;
    background-position: center 58%;
}
.services-page-hero,.contact-page-hero { background-image: linear-gradient(90deg,rgba(3,31,53,.96),rgba(3,48,81,.75) 52%,rgba(3,38,65,.2)),url('../img/transportiz-corporate-warehouse.webp'); background-position: center 55%; }
.faq-page-hero { background-position: center 74%; }
.corporate-page-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 4px; background: linear-gradient(90deg,var(--red) 0 26%,rgba(255,255,255,.22) 26% 100%); }
.corporate-page-hero-inner { position: relative; z-index: 1; padding: 65px 0; }
.corporate-page-hero-inner h1 { max-width: 760px; margin: 0 0 18px; font-size: clamp(2.9rem,5vw,5rem); line-height: .96; letter-spacing: -.055em; }
.corporate-page-hero-inner > p:not(.eyebrow,.page-breadcrumb) { max-width: 630px; margin: 0 0 26px; color: #d8e4ed; }
.page-breadcrumb { display: flex; align-items: center; gap: 9px; margin: 0 0 37px; color: #b9cbd9; font-size: .72rem; font-weight: 700; }
.page-breadcrumb a:hover { color: #fff; }
.page-breadcrumb span { color: #ff4c57; }
.corporate-page-hero .btn { border-radius: 2px; }

.subpage-anchor-nav { position: sticky; top: 68px; z-index: 30; border-bottom: 1px solid #e0e6eb; background: rgba(255,255,255,.96); box-shadow: 0 8px 22px rgba(5,40,68,.06); backdrop-filter: blur(12px); }
.subpage-anchor-nav .container { display: flex; justify-content: center; gap: 7px; }
.subpage-anchor-nav a { padding: 18px 22px 16px; color: #536475; border-bottom: 2px solid transparent; font-size: .76rem; font-weight: 800; }
.subpage-anchor-nav a:hover { color: var(--red); border-color: var(--red); }

.service-detail-section { background: #f7f9fb; }
.service-detail-grid { display: grid; gap: 28px; }
.service-detail-card { min-height: 390px; display: grid; grid-template-columns: 1fr 1fr; background: #fff; box-shadow: 0 18px 50px rgba(5,40,68,.09); }
.service-detail-card.service-detail-reverse .service-detail-visual { order: 2; }
.service-detail-card > div:last-child { display: flex; flex-direction: column; justify-content: center; padding: 45px 50px; }
.service-detail-card small { color: var(--red); font-size: .67rem; font-weight: 900; letter-spacing: .11em; }
.service-detail-card h2 { margin: 7px 0 14px; color: var(--ref-blue); font-size: clamp(1.8rem,3vw,2.7rem); line-height: 1.05; letter-spacing: -.04em; }
.service-detail-card p { margin: 0; color: #647485; font-size: .88rem; }
.service-detail-card ul { display: grid; gap: 7px; margin: 20px 0 24px; padding: 0; list-style: none; color: #586b7d; font-size: .78rem; }
.service-detail-card li::before { content: "✓"; margin-right: 9px; color: var(--red); font-weight: 900; }
.service-detail-card a { width: max-content; color: var(--red); font-size: .76rem; font-weight: 900; }
.service-detail-visual { position: relative; display: grid; place-items: center; overflow: hidden; background-size: cover; background-position: center; }
.service-detail-visual::before { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg,rgba(3,47,79,.12),rgba(3,40,68,.42)); transition: background .35s ease; }
.service-detail-card:hover .service-detail-visual::before { background: linear-gradient(145deg,rgba(3,47,79,.05),rgba(3,40,68,.27)); }
.service-detail-visual > span { position: relative; z-index: 1; display: grid; place-items: center; width: 76px; height: 76px; color: #fff; border: 2px solid rgba(255,255,255,.78); background: rgba(227,6,19,.86); }
.service-detail-visual .icon { width: 38px; height: 38px; }
.detail-warehouse { background-image: url('../img/transportiz-corporate-warehouse.webp'); }
.detail-air { background-image: url('../img/transportiz-corporate-port.webp'); background-position: 30% 18%; }
.detail-ocean { background-image: url('../img/transportiz-corporate-port.webp'); background-position: 62% center; }

.complementary-services { padding: 100px 0; background: #fff; }
.complementary-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.complementary-grid article { min-height: 255px; padding: 31px; border: 1px solid #dfe6eb; border-top: 3px solid var(--ref-blue); background: #fff; transition: transform .35s ease,box-shadow .35s ease,border-color .35s ease; }
.complementary-grid article:hover { transform: translateY(-7px); border-top-color: var(--red); box-shadow: 0 20px 42px rgba(5,40,68,.11); }
.complementary-grid article > span { display: grid; place-items: center; width: 49px; height: 49px; margin-bottom: 26px; color: var(--red); background: #fff0f1; }
.complementary-grid article .icon { width: 25px; height: 25px; }
.complementary-grid h3 { margin: 0 0 9px; color: var(--ref-blue); }
.complementary-grid p { margin: 0 0 15px; color: #6b7988; font-size: .8rem; }
.complementary-grid a { color: var(--red); font-size: .75rem; font-weight: 900; }

.page-cta { padding: 58px 0; color: #fff; background: linear-gradient(105deg,#052d4d,#074675); }
.page-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.page-cta h2 { margin: 0 0 8px; font-size: clamp(2rem,3.5vw,3rem); line-height: 1; }
.page-cta p:not(.eyebrow) { margin: 0; color: #c6d7e4; }
.page-cta .container > div:last-child { display: flex; gap: 10px; flex: 0 0 auto; }
.btn-outline-light { color: #fff; border-color: rgba(255,255,255,.55); background: transparent; }

.tracking-provider-section { background: linear-gradient(180deg,#f5f8fa,#fff); }
.tracking-provider-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.tracking-provider-card { position: relative; min-height: 295px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; padding: 38px; overflow: hidden; border: 1px solid #dce4ea; background: #fff; box-shadow: 0 15px 40px rgba(5,40,68,.08); transition: transform .35s ease,box-shadow .35s ease,border-color .35s ease; }
.tracking-provider-card::after { content: ""; position: absolute; right: -65px; bottom: -85px; width: 190px; height: 190px; border: 34px solid #fff1f2; border-radius: 50%; }
.tracking-provider-card:hover { transform: translateY(-8px); border-color: #ffc7cb; box-shadow: 0 25px 55px rgba(5,40,68,.14); }
.tracking-provider-card > * { position: relative; z-index: 1; }
.tracking-provider-flag { display: grid; place-items: center; width: 92px; height: 92px; border: 1px solid #dfe6eb; border-radius: 50%; background: #f7f9fb; }
.tracking-provider-flag img { width: 58px; height: 38px; object-fit: cover; border-radius: 4px; box-shadow: 0 3px 9px rgba(5,40,68,.18); }
.tracking-provider-card small { color: var(--red); font-size: .67rem; font-weight: 900; letter-spacing: .09em; }
.tracking-provider-card h2 { margin: 5px 0 9px; color: var(--ref-blue); font-size: 1.8rem; }
.tracking-provider-card p { margin: 0 0 18px; color: #6a7987; font-size: .82rem; }
.tracking-provider-card b { display: inline-flex; align-items: center; gap: 7px; color: var(--red); font-size: .76rem; }
.tracking-provider-arrow { color: var(--red); font-size: 2rem; }
.tracking-instructions { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 45px; background: #dfe5ea; border: 1px solid #dfe5ea; }
.tracking-instructions > div { position: relative; padding: 34px 29px; text-align: center; background: #fff; }
.tracking-instructions > div > b { position: absolute; top: 19px; right: 21px; color: #c9d2da; font-size: .75rem; }
.tracking-instructions > div > span { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 20px; color: #fff; background: var(--ref-blue); border-radius: 50%; }
.tracking-instructions .icon { width: 28px; height: 28px; }
.tracking-instructions h3 { margin: 0 0 7px; color: var(--ref-blue); }
.tracking-instructions p { margin: 0; color: #6d7a88; font-size: .78rem; }

.standalone-quote-section { padding-top: 95px; }
.quote-help-strip { padding: 26px 0; border-bottom: 1px solid #e2e7eb; background: #f6f8fa; }
.quote-help-strip .container { display: flex; align-items: center; gap: 14px; }
.quote-help-strip .container > span { color: var(--red); }
.quote-help-strip p { flex: 1; margin: 0; color: #5d6d7c; font-size: .82rem; }
.quote-help-strip a { color: var(--red); font-size: .76rem; font-weight: 900; }

.contact-page-section { background: linear-gradient(180deg,#f7f9fb,#fff); }
.contact-page-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: 65px; }
.contact-page-info h2,.faq-aside h2 { margin: 0 0 15px; color: var(--ref-blue); font-size: clamp(2.1rem,3.6vw,3.5rem); line-height: 1; letter-spacing: -.045em; }
.contact-page-info > p:not(.section-kicker),.faq-aside > p:not(.section-kicker) { color: #687786; }
.contact-info-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 31px; }
.contact-info-cards > * { min-height: 100px; display: flex; align-items: center; gap: 13px; padding: 17px; border: 1px solid #dfe6eb; background: #fff; }
.contact-info-cards > * > span { display: grid; place-items: center; flex: 0 0 41px; height: 41px; color: #fff; background: var(--red); }
.contact-info-cards .icon { width: 20px; height: 20px; }
.contact-info-cards small,.contact-info-cards b { display: block; }
.contact-info-cards small { color: #8995a0; font-size: .59rem; font-weight: 900; letter-spacing: .08em; }
.contact-info-cards b { overflow-wrap: anywhere; color: var(--ref-blue); font-size: .77rem; }
.contact-page-form { padding: 35px; border: 1px solid #dce4ea; border-radius: 2px; box-shadow: 0 18px 50px rgba(5,40,68,.1); }

.faq-page-section { background: #f7f9fb; }
.faq-page-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; align-items: start; }
.faq-aside { position: sticky; top: 115px; padding: 36px; color: #fff; background: linear-gradient(145deg,#063b65,#052c4c); box-shadow: 0 20px 45px rgba(5,40,68,.18); }
.faq-aside .section-kicker { color: #ff9da3; }
.faq-aside h2 { color: #fff; font-size: 2.25rem; }
.faq-aside > p:not(.section-kicker) { color: #c7d6e2; }
.faq-aside .btn { margin-top: 17px; border-radius: 2px; }
.faq-accordion { padding: 0 29px; border: 1px solid #dfe6eb; background: #fff; box-shadow: 0 14px 40px rgba(5,40,68,.07); }
.faq-accordion details[open] { background: #fff; }
.faq-accordion details[open] summary { color: var(--red); }

@media (max-width:1020px) {
    .service-detail-card { grid-template-columns: .9fr 1.1fr; }
    .service-detail-card > div:last-child { padding: 38px; }
    .tracking-provider-grid,.contact-page-grid,.faq-page-grid { grid-template-columns: 1fr; }
    .faq-aside { position: relative; top: auto; }
    .contact-page-info { max-width: 760px; }
}

@media (max-width:760px) {
    .corporate-page-hero { min-height: 430px; background-position: 64% center; }
    .services-page-hero,.contact-page-hero { background-position: 52% center; }
    .corporate-page-hero-inner h1 { font-size: 3.1rem; }
    .page-breadcrumb { margin-bottom: 29px; }
    .subpage-anchor-nav { top: 66px; overflow-x: auto; }
    .subpage-anchor-nav .container { width: max-content; min-width: 100%; justify-content: flex-start; padding-inline: 7px; }
    .subpage-anchor-nav a { padding-inline: 14px; white-space: nowrap; }
    .service-detail-card { grid-template-columns: 1fr; }
    .service-detail-card.service-detail-reverse .service-detail-visual { order: 0; }
    .service-detail-visual { min-height: 250px; }
    .service-detail-card > div:last-child { padding: 31px 24px; }
    .complementary-services { padding: 70px 0; }
    .complementary-grid,.tracking-instructions,.contact-info-cards { grid-template-columns: 1fr; }
    .page-cta .container { align-items: stretch; flex-direction: column; }
    .page-cta .container > div:last-child { flex-direction: column; }
    .page-cta .btn { width: 100%; }
    .tracking-provider-card { min-height: auto; grid-template-columns: 1fr; padding: 28px 22px; }
    .tracking-provider-flag { width: 74px; height: 74px; }
    .tracking-provider-flag img { width: 47px; height: 31px; }
    .tracking-provider-arrow { display: none; }
    .tracking-instructions { gap: 0; }
    .tracking-instructions > div { border-bottom: 1px solid #dfe5ea; }
    .tracking-instructions > div:last-child { border-bottom: 0; }
    .quote-help-strip .container { align-items: flex-start; flex-wrap: wrap; }
    .quote-help-strip p { flex-basis: calc(100% - 40px); }
    .quote-help-strip a { margin-left: 38px; }
    .contact-page-grid { gap: 40px; }
    .contact-page-form { padding: 25px 18px; }
    .faq-aside { padding: 28px 24px; }
    .faq-accordion { padding: 0 18px; }
}

/* Integrated customer locker */
.locker-portal-hero { min-height: 360px; background-image: linear-gradient(90deg,rgba(3,31,53,.96),rgba(3,48,81,.76) 52%,rgba(3,38,65,.22)),url('../img/transportiz-corporate-warehouse.webp'); background-position: center 58%; }
.locker-portal-hero .corporate-page-hero-inner { padding-block: 54px; }
.locker-portal-section { padding: 42px 0 80px; background: #f5f7f9; }
.locker-portal-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-bottom: 18px; }
.locker-tabs { display: flex; align-items: center; gap: 6px; padding: 5px; border: 1px solid #dce3e9; background: #fff; box-shadow: 0 8px 24px rgba(5,40,68,.06); }
.locker-tabs a { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 20px; color: #566777; font-size: .78rem; font-weight: 800; }
.locker-tabs a:hover { color: var(--red); }
.locker-tabs a.active { color: #fff; background: var(--ref-blue); box-shadow: 0 8px 18px rgba(6,55,99,.2); }
.locker-external-link { min-height: 48px; border-radius: 2px; background: #fff; }
.locker-portal-shell { overflow: hidden; border: 1px solid #d7e0e7; background: #fff; box-shadow: 0 22px 55px rgba(5,40,68,.12); }
.locker-frame-toolbar { height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 19px; color: #31495e; border-bottom: 1px solid #dfe6eb; background: #f8fafb; font-size: .76rem; font-weight: 800; }
.locker-frame-toolbar span { display: flex; align-items: center; gap: 9px; }
.locker-frame-toolbar i { width: 9px; height: 9px; border-radius: 50%; background: #20ba5a; box-shadow: 0 0 0 4px rgba(32,186,90,.13); }
.locker-frame-toolbar small { color: #788693; font-size: .67rem; font-weight: 600; }
.locker-provider-frame { display: block; width: 100%; height: clamp(680px,78vh,920px); border: 0; background: #fff; }
.locker-portal-note { display: flex; align-items: flex-start; justify-content: center; gap: 8px; max-width: 850px; margin: 17px auto 0; color: #687887; text-align: center; font-size: .76rem; }
.locker-portal-note .icon { flex: 0 0 auto; color: var(--red); }

@media (max-width:760px) {
    .locker-portal-hero { min-height: 390px; }
    .locker-portal-toolbar { align-items: stretch; flex-direction: column; }
    .locker-tabs { display: grid; grid-template-columns: 1fr 1fr; }
    .locker-tabs a { padding: 0 10px; text-align: center; }
    .locker-external-link { width: 100%; }
    .locker-portal-section .container { width: 100%; }
    .locker-portal-toolbar,.locker-portal-note { margin-inline: 14px; }
    .locker-portal-shell { border-right: 0; border-left: 0; }
    .locker-frame-toolbar small { display: none; }
    .locker-provider-frame { height: 76vh; min-height: 620px; }
}

/* Integrated Stephy calculator */
.calculator-portal-section { padding: 66px 0 85px; background: linear-gradient(180deg,#f5f7f9,#fff); }
.calculator-intro { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 27px; }
.calculator-intro > div { max-width: 690px; }
.calculator-intro h2 { margin: 0 0 10px; color: var(--ref-blue); font-size: clamp(2rem,3.7vw,3.35rem); line-height: 1; letter-spacing: -.045em; }
.calculator-intro p:not(.section-kicker) { margin: 0; color: #667685; }
.calculator-intro .btn { flex: 0 0 auto; border-radius: 2px; background: #fff; }
.calculator-portal-shell { overflow: hidden; border: 1px solid #d7e0e7; background: #fff; box-shadow: 0 24px 58px rgba(5,40,68,.13); }
.calculator-provider-frame { display: block; width: 100%; height: clamp(700px,80vh,960px); border: 0; background: #fff; }
.calculator-portal-note { display: flex; align-items: flex-start; justify-content: center; gap: 8px; max-width: 820px; margin: 17px auto 0; color: #687887; text-align: center; font-size: .76rem; }
.calculator-portal-note .icon { flex: 0 0 auto; color: var(--red); }

@media (max-width:760px) {
    .calculator-portal-section { padding-top: 48px; }
    .calculator-intro { align-items: stretch; flex-direction: column; margin-inline: 14px; }
    .calculator-intro .btn { width: 100%; }
    .calculator-portal-section .container { width: 100%; }
    .calculator-portal-shell { border-right: 0; border-left: 0; }
    .calculator-provider-frame { height: 78vh; min-height: 640px; }
    .calculator-portal-note { margin-inline: 14px; }
}
