:root {
    --brand: #e21b1b;
    --brand-dark: #b91515;
    --brand-soft: #fff0f0;
    --ink: #111111;
    --ink-2: #1f2937;
    --muted: #6b7280;
    --soft: #f6f7f9;
    --soft-2: #f1f3f6;
    --line: #e5e7eb;
    --dark: #090909;
    --radius: 24px;
    --shadow: 0 22px 70px rgba(17, 17, 17, .10);
    --shadow-red: 0 18px 42px rgba(226, 27, 27, .22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: var(--ink);
    background: #fff;
    text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--brand); }
img { max-width: 100%; }

.site-topbar {
    background: #0b0b0d;
    color: rgba(255,255,255,.76);
    font-size: 13px;
    padding: 9px 0;
}
.topbar-brandline { display: flex; align-items: center; gap: 10px; font-weight: 700; }
.topbar-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--brand);
    box-shadow: 0 0 0 5px rgba(226,27,27,.16);
}
.topbar-links { display: flex; align-items: center; gap: 22px; }
.topbar-links a, .topbar-links span { color: rgba(255,255,255,.82); }
.topbar-links a:hover { color: #fff; }
.topbar-links i { color: var(--brand); margin-right: 6px; }

.main-navbar {
    min-height: 84px;
    border-bottom: 1px solid rgba(229,231,235,.78);
    transition: box-shadow .25s ease, min-height .25s ease;
}
.navbar-scrolled { box-shadow: 0 16px 46px rgba(17,17,17,.08); }
.brand-logo {
    width: auto;
    height: 58px;
    object-fit: contain;
    display: block;
}
.navbar-nav .nav-link {
    color: var(--ink-2);
    font-weight: 800;
    font-size: 14px;
    letter-spacing: -.01em;
    padding-left: 11px !important;
    padding-right: 11px !important;
    position: relative;
}
.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 2px;
    height: 2px;
    background: var(--brand);
    border-radius: 999px;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .22s ease;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover { color: var(--brand); }
.navbar-nav .nav-link.active::after,
.navbar-nav .nav-link:hover::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 10px; }

.btn {
    font-weight: 850;
    border-radius: 14px;
    padding-left: 18px;
    padding-right: 18px;
}
.btn-lg { border-radius: 16px; padding: 13px 22px; }
.btn-brand {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
    box-shadow: var(--shadow-red);
}
.btn-brand:hover { background: var(--brand-dark); border-color: var(--brand-dark); color: #fff; }
.btn-outline-brand {
    border: 1px solid rgba(226,27,27,.35);
    color: var(--brand);
    background: #fff;
}
.btn-outline-brand:hover { background: var(--brand); color: #fff; border-color: var(--brand); }
.btn-soft-dark {
    background: #111;
    border-color: #111;
    color: #fff;
}
.btn-soft-dark:hover { background: #2b2b2b; border-color: #2b2b2b; color: #fff; }

.hero-premium {
    position: relative;
    overflow: hidden;
    min-height: 720px;
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at 86% 18%, rgba(226,27,27,.12), transparent 25%),
        linear-gradient(135deg, #ffffff 0%, #f7f7fa 62%, #ffffff 100%);
}
.hero-premium::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(17,17,17,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(17,17,17,.045) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent 86%);
}
.hero-red-strip {
    position: absolute;
    right: -15vw;
    top: -20%;
    width: 52vw;
    height: 145%;
    background: linear-gradient(145deg, var(--brand), #ba1111);
    transform: skewX(-14deg);
    border-left: 18px solid #111;
    box-shadow: -28px 0 70px rgba(226,27,27,.20);
}
.hero-watermark {
    position: absolute;
    right: 5%;
    top: 12%;
    opacity: .055;
    transform: rotate(-5deg);
    pointer-events: none;
}
.hero-watermark img { width: 560px; }
.hero-premium .container { z-index: 2; }
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--brand);
    background: var(--brand-soft);
    border: 1px solid rgba(226,27,27,.14);
    padding: 8px 14px;
    border-radius: 999px;
    font-weight: 950;
    letter-spacing: .045em;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 18px;
}
.eyebrow::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--brand);
}
.eyebrow-light {
    color: #fff;
    background: rgba(255,255,255,.14);
    border-color: rgba(255,255,255,.18);
}
.eyebrow-light::before { background: #fff; }
.hero-premium h1 {
    font-size: clamp(42px, 6.5vw, 82px);
    line-height: .96;
    font-weight: 950;
    letter-spacing: -.065em;
    margin-bottom: 24px;
    max-width: 820px;
}
.hero-lead {
    max-width: 710px;
    color: #4b5563;
    font-size: 19px;
    line-height: 1.72;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 30px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 14px; }
.trust-item {
    min-width: 132px;
    border: 1px solid rgba(17,17,17,.08);
    background: rgba(255,255,255,.78);
    backdrop-filter: blur(10px);
    border-radius: 18px;
    padding: 17px 18px;
    box-shadow: 0 14px 38px rgba(17,17,17,.06);
}
.trust-item strong { display: block; font-size: 31px; line-height: 1; font-weight: 950; color: var(--brand); }
.trust-item span { display: block; color: var(--muted); font-size: 13px; font-weight: 800; margin-top: 6px; }

.tracking-panel {
    position: relative;
    background: rgba(255,255,255,.94);
    border: 1px solid rgba(255,255,255,.78);
    border-radius: 34px;
    padding: 34px;
    box-shadow: var(--shadow);
    overflow: hidden;
}
.tracking-panel::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 7px;
    background: linear-gradient(90deg, var(--brand), #111);
}
.tracking-panel-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.tracking-panel-head span { display: block; color: var(--brand); font-weight: 950; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.tracking-panel h2 { font-size: 34px; letter-spacing: -.05em; font-weight: 950; margin: 5px 0 0; }
.tracking-logo-icon { width: 56px; height: 56px; object-fit: contain; }
.tracking-panel p { color: var(--muted); margin: 18px 0 22px; }
.form-label { color: var(--ink-2); font-weight: 800; font-size: 14px; }
.form-control, .form-select {
    border-radius: 14px;
    border-color: #d9dee8;
    min-height: 48px;
}
.form-control:focus, .form-select:focus {
    border-color: rgba(226,27,27,.55);
    box-shadow: 0 0 0 .25rem rgba(226,27,27,.12);
}
.tracking-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 20px;
}
.tracking-actions a {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 14px;
    font-weight: 900;
    background: #fff;
}
.tracking-actions a i { color: var(--brand); font-size: 22px; }
.tracking-actions a:hover { border-color: rgba(226,27,27,.32); color: var(--brand); }

.quick-actions-section {
    position: relative;
    z-index: 3;
    margin-top: -60px;
    padding-bottom: 38px;
}
.quick-actions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.quick-action-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 132px;
    background: #fff;
    border: 1px solid rgba(17,17,17,.08);
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 18px 58px rgba(17,17,17,.10);
    transition: transform .22s ease, box-shadow .22s ease;
}
.quick-action-card:hover { transform: translateY(-5px); color: var(--ink); box-shadow: 0 26px 78px rgba(17,17,17,.14); }
.quick-action-card.featured {
    background: linear-gradient(135deg, var(--brand), #b91515);
    color: #fff;
    border-color: transparent;
}
.quick-action-card.featured p { color: rgba(255,255,255,.78); }
.quick-action-card.featured .quick-icon { background: #fff; color: var(--brand); }
.quick-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 18px;
    background: var(--brand-soft);
    color: var(--brand);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}
.quick-action-card h3 { font-size: 20px; font-weight: 950; margin: 0 0 7px; letter-spacing: -.03em; }
.quick-action-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.quick-arrow { margin-left: auto; opacity: .7; }

.section { padding: 92px 0; }
.section-light { background: var(--soft); }
.section-title { max-width: 800px; margin: 0 auto 46px; }
.section-title h2,
.section-heading {
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 950;
    letter-spacing: -.055em;
}
.section-title p { color: var(--muted); font-size: 17px; line-height: 1.72; }

.service-card,
.content-card,
.side-card,
.form-card,
.contact-mini-card,
.contact-info-card,
.stat-card {
    background: #fff;
    border: 1px solid rgba(17,17,17,.08);
    border-radius: var(--radius);
    box-shadow: 0 16px 46px rgba(17,17,17,.06);
}
.service-card {
    padding: 30px;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 28px 80px rgba(17,17,17,.12);
    border-color: rgba(226,27,27,.22);
}
.service-icon {
    width: 62px;
    height: 62px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, var(--brand), #ff4d4d);
    font-size: 28px;
    box-shadow: var(--shadow-red);
}
.service-card h3 { font-size: 20px; font-weight: 950; margin: 22px 0 10px; letter-spacing: -.025em; }
.service-card p { color: var(--muted); line-height: 1.7; margin-bottom: 0; }
.service-card-large p { min-height: 82px; }
.service-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; color: var(--brand); font-weight: 900; }

.logistics-showcase {
    position: relative;
    min-height: 460px;
    border-radius: 36px;
    background:
        radial-gradient(circle at 78% 26%, rgba(226,27,27,.22), transparent 28%),
        linear-gradient(135deg, #111 0%, #232323 100%);
    box-shadow: var(--shadow);
    overflow: hidden;
}
.logistics-showcase::before {
    content: '';
    position: absolute;
    inset: 24px;
    border: 1px dashed rgba(255,255,255,.18);
    border-radius: 30px;
}
.showcase-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 160px;
    height: 160px;
    object-fit: contain;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0 22px 40px rgba(0,0,0,.32));
}
.showcase-card {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 16px 18px;
    font-weight: 900;
}
.showcase-card i { color: #fff; font-size: 28px; }
.card-plane { top: 70px; right: 55px; }
.card-truck { bottom: 70px; left: 55px; }
.card-box { bottom: 88px; right: 64px; background: var(--brand); border-color: transparent; }
.showcase-route {
    position: absolute;
    border-top: 3px dashed rgba(255,255,255,.24);
    border-radius: 50%;
}
.route-a { width: 310px; height: 130px; left: 80px; top: 120px; transform: rotate(-10deg); }
.route-b { width: 260px; height: 100px; right: 80px; bottom: 138px; transform: rotate(18deg); }

.feature-list { display: grid; gap: 18px; }
.feature-item { display: flex; gap: 16px; align-items: flex-start; }
.feature-item i { color: var(--brand); font-size: 28px; }
.feature-item strong { display: block; font-weight: 950; }
.feature-item span { display: block; color: var(--muted); margin-top: 4px; line-height: 1.55; }

.process-section {
    background: linear-gradient(135deg, #111 0%, #2b0c0c 100%);
    color: #fff;
    overflow: hidden;
    position: relative;
}
.process-section::before {
    content: '';
    position: absolute;
    width: 420px;
    height: 420px;
    right: -120px;
    top: -180px;
    border-radius: 50%;
    background: rgba(226,27,27,.35);
    filter: blur(4px);
}
.process-section .container { position: relative; z-index: 2; }
.process-section .section-title p { color: rgba(255,255,255,.72); }
.process-card {
    height: 100%;
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 24px;
    padding: 28px;
    backdrop-filter: blur(10px);
}
.process-card span {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: var(--brand);
    font-weight: 950;
    margin-bottom: 24px;
}
.process-card h3 { font-weight: 950; margin-bottom: 8px; }
.process-card p { color: rgba(255,255,255,.72); margin: 0; }

.cta-section {
    background: linear-gradient(135deg, var(--brand), #991b1b);
    color: #fff;
    position: relative;
    overflow: hidden;
}
.cta-section::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(255,255,255,.14);
    right: -90px;
    top: -140px;
}
.cta-section .container { position: relative; z-index: 2; }
.cta-section h2 { font-weight: 950; letter-spacing: -.04em; }
.cta-section p { color: rgba(255,255,255,.82); margin: 0; }

.contact-mini-card { padding: 28px; height: 100%; }
.contact-mini-card i { font-size: 34px; color: var(--brand); }
.contact-mini-card h4 { font-weight: 950; margin: 14px 0 8px; }
.contact-mini-card p { margin: 0; color: var(--muted); line-height: 1.65; }

.page-hero {
    padding: 96px 0;
    color: #fff;
    background: linear-gradient(135deg, #111 0%, #2c0f0f 58%, var(--brand) 100%);
    overflow: hidden;
    position: relative;
}
.page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
    background-size: 46px 46px;
    opacity: .45;
}
.page-hero .container { z-index: 2; }
.page-hero h1 { font-size: clamp(38px, 5vw, 64px); font-weight: 950; letter-spacing: -.055em; }
.page-hero p { max-width: 780px; font-size: 18px; color: rgba(255,255,255,.80); line-height: 1.7; }
.page-hero-logo-mark {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-6deg);
    opacity: .10;
    pointer-events: none;
}
.page-hero-logo-mark img { width: 500px; }

.content-card,
.side-card,
.form-card,
.contact-info-card { padding: 34px; }
.content-card h2 { font-weight: 950; letter-spacing: -.04em; margin-bottom: 18px; }
.content-card p { color: var(--muted); line-height: 1.8; font-size: 16px; }
.side-card h3,
.contact-info-card h3 { font-weight: 950; letter-spacing: -.035em; }
.clean-list { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 13px; }
.clean-list li { display: flex; gap: 10px; align-items: flex-start; color: var(--ink-2); font-weight: 700; }
.clean-list i { color: var(--brand); margin-top: 2px; }
.stat-card { padding: 30px; text-align: center; }
.stat-card strong { display: block; font-size: 44px; line-height: 1; font-weight: 950; color: var(--brand); }
.stat-card span { display: block; margin-top: 10px; color: var(--muted); font-weight: 800; }
.side-sticky { top: 110px; }

.process-list { display: grid; gap: 14px; }
.process-step {
    display: flex;
    gap: 16px;
    background: #fff;
    border: 1px solid rgba(17,17,17,.08);
    border-radius: 20px;
    padding: 18px;
    box-shadow: 0 14px 38px rgba(17,17,17,.06);
}
.process-step > span {
    width: 52px;
    height: 52px;
    min-width: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: var(--brand);
    color: #fff;
    font-weight: 950;
}
.process-step strong { display: block; font-weight: 950; }
.process-step p { color: var(--muted); margin: 4px 0 0; }

.tracking-result .alert { border-radius: 18px; }
.contact-info-card .contact-line {
    display: flex;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
}
.contact-info-card .contact-line:last-child { border-bottom: 0; }
.contact-info-card .contact-line i { color: var(--brand); font-size: 22px; }

.footer {
    background: #0b0b0d;
    color: rgba(255,255,255,.78);
    padding: 76px 0 26px;
}
.footer-logo {
    height: 70px;
    width: auto;
    filter: brightness(1.05);
    background: #fff;
    border-radius: 14px;
    padding: 8px 12px;
}
.footer h5 { color: #fff; font-weight: 950; margin-bottom: 18px; }
.footer-text { color: rgba(255,255,255,.68); line-height: 1.7; max-width: 360px; }
.social-links { display: flex; gap: 10px; margin-top: 18px; }
.social-links a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(255,255,255,.08);
    color: #fff;
}
.social-links a:hover { background: var(--brand); color: #fff; }
.footer-menu, .footer-contact { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-menu li, .footer-menu a, .footer-contact li, .footer-contact a { color: rgba(255,255,255,.72); }
.footer-menu a:hover, .footer-contact a:hover { color: #fff; }
.footer-contact i { color: var(--brand); margin-right: 8px; }
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.12);
    margin-top: 42px;
    padding-top: 24px;
    font-size: 13px;
    color: rgba(255,255,255,.55);
}
.floating-whatsapp {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #25d366;
    color: #fff;
    font-size: 28px;
    box-shadow: 0 16px 46px rgba(37,211,102,.34);
    z-index: 1050;
}
.floating-whatsapp:hover { color: #fff; transform: translateY(-3px); }

.toast { border-radius: 18px; box-shadow: 0 18px 60px rgba(17,17,17,.18); }

@media (max-width: 1199.98px) {
    .navbar-nav .nav-link { padding-left: 8px !important; padding-right: 8px !important; font-size: 13px; }
    .brand-logo { height: 52px; }
}

@media (max-width: 991.98px) {
    .main-navbar { min-height: 76px; }
    .brand-logo { height: 50px; }
    .nav-actions { margin-top: 14px; align-items: stretch; }
    .nav-actions .btn { width: 100%; }
    .hero-premium { min-height: auto; padding: 76px 0 108px; }
    .hero-red-strip { width: 75vw; opacity: .08; right: -42vw; border-left: 0; }
    .tracking-panel { padding: 26px; }
    .quick-actions-section { margin-top: -54px; }
    .quick-actions-grid { grid-template-columns: 1fr; }
    .logistics-showcase { min-height: 390px; }
    .section { padding: 72px 0; }
}

@media (max-width: 575.98px) {
    .brand-logo { height: 44px; }
    .hero-premium { padding: 56px 0 96px; }
    .hero-premium h1 { font-size: 42px; }
    .hero-lead { font-size: 16px; }
    .trust-row { grid-template-columns: 1fr; }
    .trust-item { width: calc(50% - 7px); }
    .tracking-actions { grid-template-columns: 1fr; }
    .quick-action-card { align-items: flex-start; padding: 20px; }
    .quick-arrow { display: none; }
    .content-card,
    .side-card,
    .form-card,
    .contact-info-card { padding: 24px; }
    .logistics-showcase { min-height: 330px; }
    .showcase-logo { width: 120px; height: 120px; }
    .showcase-card { padding: 12px 14px; font-size: 13px; }
    .card-plane { top: 48px; right: 28px; }
    .card-truck { bottom: 52px; left: 28px; }
    .card-box { bottom: 66px; right: 28px; }
    .footer-logo { height: 60px; }
    .floating-whatsapp { width: 54px; height: 54px; right: 16px; bottom: 16px; }
}
