:root{
    --red:#d90429;
    --dark-red:#a7001e;
    --soft-red:#fff1f3;
    --dark:#111827;
    --muted:#6b7280;
    --white:#fff;
}
*{box-sizing:border-box}
body{font-family:'Manrope',sans-serif;background:#f6f7fb;color:var(--dark)}
img{display:block;max-width:100%}
a{text-decoration:none}
.text-red{color:var(--red)!important}
.bg-red{background:var(--red)!important}
.btn-red{background:var(--red);border:0;color:#fff;font-weight:700;border-radius:12px;padding:10px 16px}
.btn-red:hover{background:var(--dark-red);color:#fff}
.btn-outline-red{border:1.7px solid var(--red);color:var(--red);border-radius:12px;font-weight:700}
.btn-outline-red:hover{background:var(--red);color:#fff}
.badge-soft-red{background:var(--soft-red);color:var(--red);border:1px solid rgba(217,4,41,.16)}
.brand-mark{width:48px;height:48px;object-fit:contain;flex-shrink:0;filter:drop-shadow(0 10px 18px rgba(217,4,41,.15))}
.brand-mark-sm{width:42px;height:42px;object-fit:contain;flex-shrink:0}
.brand-text{display:flex;flex-direction:column;line-height:1.05}
.brand-text span{font-weight:800}
.brand-text small{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(17,24,39,.65)}
.footer-brand-text small{color:rgba(255,255,255,.55)}
.landing-navbar{background:rgba(255,255,255,.94);backdrop-filter:blur(16px);box-shadow:0 8px 32px rgba(17,24,39,.08);height:76px;padding:0;overflow:hidden}
.landing-navbar .container{height:76px;display:flex;align-items:center}
.landing-navbar .navbar-brand{display:flex!important;align-items:center!important;gap:12px;color:var(--dark)!important;font-weight:900;max-height:76px;overflow:hidden}
.landing-navbar .navbar-brand img.brand-mark{width:52px!important;height:52px!important;min-width:52px!important;max-width:52px!important;max-height:52px!important;object-fit:contain!important;display:block!important}
.landing-navbar .nav-link{font-weight:700;color:#111!important}
.landing-navbar .nav-link:hover{color:var(--red)!important}
.landing-navbar .navbar-toggler{border:0}
.landing-navbar .navbar-toggler:focus{box-shadow:none}
.hero{min-height:92vh;background:radial-gradient(circle at top left,rgba(255,255,255,.16),transparent 32%),linear-gradient(118deg,rgba(17,24,39,.94),rgba(217,4,41,.86)),url('../flight.png');background-size:cover;background-position:center;color:#fff;display:flex;align-items:center;padding-top:110px;padding-bottom:70px}
.hero h1{font-weight:900;font-size:clamp(40px,6vw,72px);line-height:1.02;max-width:12ch}
.hero .lead{max-width:58ch;color:rgba(255,255,255,.88)}
.hero-highlights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:30px}
.hero-highlight{padding:18px;border-radius:20px;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(8px)}
.hero-highlight strong{display:block;font-size:1rem;margin-bottom:6px}
.hero-highlight span{font-size:.92rem;color:rgba(255,255,255,.82)}
.hero-card{background:#fff;color:#111;border-radius:28px;padding:28px;box-shadow:0 30px 90px rgba(0,0,0,.28)}
.pricing-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px dashed rgba(17,24,39,.12);font-size:.95rem}
.pricing-row:last-of-type{border-bottom:0}
.hero-note{display:flex;gap:12px;padding:15px 16px;border-radius:18px;background:#fff5f6;color:#4b5563;margin-top:18px}
.cost-output{font-size:42px;color:var(--red);font-weight:900}
.section-title{font-weight:900;color:#111}
.service-card,.action-card{background:#fff;border-radius:24px;padding:26px;border:1px solid rgba(17,24,39,.07);box-shadow:0 18px 50px rgba(17,24,39,.08);height:100%;transition:.25s}
.service-card:hover,.action-card:hover{transform:translateY(-6px);box-shadow:0 26px 70px rgba(217,4,41,.14)}
.service-icon{width:62px;height:62px;display:grid;place-items:center;background:var(--soft-red);color:var(--red);border-radius:18px;font-size:26px;margin-bottom:16px}
.action-panel{margin-top:-65px;position:relative;z-index:2}
.landing-image-card{background:#fff;border-radius:26px;overflow:hidden;border:1px solid rgba(17,24,39,.07);box-shadow:0 18px 50px rgba(17,24,39,.08);height:100%;transition:.25s}
.landing-image-card:hover{transform:translateY(-6px);box-shadow:0 26px 70px rgba(217,4,41,.14)}
.landing-image-card img{width:100%;height:240px;object-fit:cover}
.image-card-body{padding:24px}
.footer{background:#111827;color:#fff}
.footer img.brand-mark-sm{width:44px!important;height:44px!important;max-width:44px!important;max-height:44px!important;object-fit:contain!important}
.footer a{color:#d1d5db}
.footer a:hover{color:#fff}
.login-page{min-height:100vh;background:radial-gradient(circle at top right,rgba(255,255,255,.14),transparent 28%),linear-gradient(135deg,rgba(17,24,39,.94),rgba(217,4,41,.86)),url('../shipment.png');background-size:cover;background-position:center;display:flex;align-items:center;padding:32px 0}
.login-card{background:#fff;border-radius:28px;padding:34px;box-shadow:0 35px 90px rgba(0,0,0,.28)}
.login-brand{width:84px;height:84px;object-fit:contain;margin:0 auto}
.login-helper{border-radius:18px}
.app-shell{display:flex;min-height:100vh}
.sidebar{width:282px;background:#111827;color:#fff;position:fixed;height:100vh;overflow-y:auto;left:0;top:0;z-index:1000}
.sidebar-brand{padding:24px;border-bottom:1px solid rgba(255,255,255,.08)}
.sidebar-brand h4{font-weight:900;color:#fff;margin:0}
.sidebar .nav-link{color:#d1d5db;padding:12px 20px;margin:4px 12px;border-radius:14px;font-weight:700}
.sidebar .nav-link:hover,.sidebar .nav-link.active{background:var(--red);color:#fff}
.main{margin-left:282px;width:calc(100% - 282px);min-height:100vh}
.topbar{background:#fff;border-bottom:1px solid #e5e7eb;padding:16px 26px;position:sticky;top:0;z-index:500}
.content{padding:26px}
.stat-card{background:#fff;border:1px solid #eef0f4;border-radius:24px;padding:24px;box-shadow:0 12px 35px rgba(17,24,39,.06)}
.stat-card .icon{width:54px;height:54px;border-radius:17px;background:var(--soft-red);color:var(--red);display:grid;place-items:center;font-size:24px}
.card-modern{background:#fff;border:1px solid #eef0f4;border-radius:24px;box-shadow:0 12px 35px rgba(17,24,39,.06)}
.table thead th{background:var(--red)!important;color:#fff!important;border-color:var(--red)!important}
.form-control,.form-select{border-radius:12px;padding:11px 13px}
.modal-content{border-radius:24px;border:0}
.dropdown-menu{border-radius:16px;border:1px solid #eef0f4;box-shadow:0 18px 50px rgba(17,24,39,.12)}
@media(max-width:992px){
    .sidebar{transform:translateX(-100%);transition:.25s}
    .sidebar.open{transform:translateX(0)}
    .main{margin-left:0;width:100%}
    .action-panel{margin-top:30px}
    .hero{padding-top:100px;padding-bottom:50px}
    .hero-highlights{grid-template-columns:1fr}
    .landing-image-card img{height:220px}
    .content{padding:18px}
    .topbar{padding:14px 18px}
}
@media(max-width:576px){
    .brand-mark{width:42px;height:42px}
    .brand-mark-sm{width:36px;height:36px}
    .hero h1{font-size:clamp(34px,11vw,52px)}
    .hero-card,.login-card{padding:24px}
    .cost-output{font-size:34px}
}
