        @font-face {
            font-family: "Acumin";
            src: url("./quickship/fonts/Acumin_Pro_Bold.otf") format("opentype");
            font-weight: 700;
            font-style: normal;
        }

        @font-face {
            font-family: "Acumin";
            src: url("./quickship/fonts/Acumin_Pro_Medium.otf") format("opentype");
            font-weight: 500;
            font-style: normal;
        }

        @font-face {
            font-family: "Acumin";
            src: url("./quickship/fonts/Acumin_Pro.otf") format("opentype");
            font-weight: 400;
            font-style: normal;
        }

        :root {
            --bg: #fff7ef;
            --bg-strong: #ffe7d1;
            --surface: rgba(255, 255, 255, 0.82);
            --surface-strong: #ffffff;
            --surface-muted: #fffaf5;
            --text: #111827;
            --muted: #5b6473;
            --line: rgba(17, 24, 39, 0.08);
            --line-strong: rgba(240, 117, 36, 0.24);
            --brand: #ef7f38;
            --brand-deep: #cf5a12;
            --brand-soft: #fff0e3;
            --success: #147a50;
            --success-soft: #e9faf1;
            --warning: #a85f00;
            --warning-soft: #fff6da;
            --danger: #b42318;
            --danger-soft: #feeceb;
            --info: #155eef;
            --info-soft: #eff4ff;
            --shadow-lg: 0 32px 80px rgba(210, 111, 31, 0.12);
            --shadow-md: 0 18px 40px rgba(17, 24, 39, 0.08);
            --shadow-sm: 0 10px 24px rgba(17, 24, 39, 0.05);
            --radius-xl: 32px;
            --radius-lg: 24px;
            --radius-md: 18px;
            --radius-sm: 14px;
            --container: 1200px;
        }

        * {
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            margin: 0;
            font-family: "Acumin", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            color: var(--text);
            background:
                radial-gradient(circle at top left, rgba(255, 209, 166, 0.6), transparent 32%),
                radial-gradient(circle at top right, rgba(255, 231, 204, 0.9), transparent 38%),
                linear-gradient(180deg, #fffaf4 0%, var(--bg) 42%, #ffffff 100%);
            min-height: 100vh;
        }

        body::before {
            content: "";
            position: fixed;
            inset: 0;
            background-image:
                linear-gradient(rgba(255, 255, 255, 0.4) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255, 255, 255, 0.4) 1px, transparent 1px);
            background-size: 72px 72px;
            mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.28), transparent 70%);
            pointer-events: none;
            z-index: -1;
        }

        img {
            max-width: 100%;
            display: block;
        }

        button,
        input {
            font: inherit;
        }

        a {
            color: inherit;
            text-decoration: none;
        }

        .hidden {
            display: none !important;
        }

        .shell {
            width: min(var(--container), calc(100vw - 32px));
            margin: 0 auto;
        }

        .topbar {
            padding: 22px 0 10px;
        }

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

        .brand-lockup {
            display: inline-flex;
            align-items: center;
            gap: 14px;
        }

        .brand-mark {
            height: 42px;
            width: auto;
        }

        .brand-copy {
            display: grid;
            gap: 2px;
        }

        .eyebrow {
            margin: 0;
            color: var(--brand-deep);
            text-transform: uppercase;
            letter-spacing: 0.18em;
            font-size: 0.72rem;
            font-weight: 700;
        }

        .brand-title {
            margin: 0;
            font-size: 1rem;
            font-weight: 700;
            letter-spacing: -0.02em;
        }

        .topbar-link {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 12px 16px;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.68);
            border: 1px solid rgba(255, 255, 255, 0.8);
            box-shadow: var(--shadow-sm);
            color: var(--muted);
            font-size: 0.96rem;
        }

        .hero {
            padding: 18px 0 40px;
        }

        .hero-grid {
            display: grid;
            grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
            gap: 38px;
            align-items: center;
        }

        .hero-copy {
            position: relative;
            padding: 24px 0 6px;
        }

        .hero-copy::after {
            content: "";
            position: absolute;
            right: -20px;
            top: 24px;
            width: 140px;
            height: 140px;
            background: radial-gradient(circle, rgba(255, 212, 170, 0.55), transparent 68%);
            pointer-events: none;
        }

        .hero-kicker {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 10px 16px;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.7);
            border: 1px solid rgba(240, 117, 36, 0.12);
            color: var(--brand-deep);
            box-shadow: var(--shadow-sm);
            font-size: 0.9rem;
            font-weight: 700;
        }

        .hero-kicker::before {
            content: "";
            width: 10px;
            height: 10px;
            border-radius: 999px;
            background: linear-gradient(135deg, #fbbf24, var(--brand));
            box-shadow: 0 0 0 5px rgba(251, 191, 36, 0.15);
        }

        h1 {
            margin: 22px 0 18px;
            max-width: 11ch;
            font-size: clamp(3.4rem, 8vw, 6rem);
            line-height: 0.92;
            letter-spacing: -0.06em;
        }

        .hero-lead {
            margin: 0 0 28px;
            max-width: 610px;
            color: var(--muted);
            font-size: 1.08rem;
            line-height: 1.72;
        }

        .hero-highlights {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 16px;
            max-width: 720px;
        }

        .highlight-card {
            padding: 18px 18px 16px;
            border-radius: 20px;
            background: rgba(255, 255, 255, 0.64);
            border: 1px solid rgba(255, 255, 255, 0.9);
            box-shadow: var(--shadow-sm);
            backdrop-filter: blur(14px);
        }

        .highlight-value {
            display: block;
            margin-bottom: 8px;
            font-size: 1.2rem;
            font-weight: 700;
            letter-spacing: -0.03em;
        }

        .highlight-label {
            display: block;
            color: var(--muted);
            font-size: 0.92rem;
            line-height: 1.5;
        }

        .hero-visual {
            position: relative;
            min-height: 640px;
            display: grid;
            place-items: center;
        }

        .route-path {
            position: absolute;
            inset: 12% 6% auto auto;
            width: 88%;
            height: 72%;
            pointer-events: none;
        }

        .route-path svg {
            width: 100%;
            height: 100%;
        }

        .route-path path {
            fill: none;
            stroke: rgba(239, 127, 56, 0.55);
            stroke-width: 2.5;
            stroke-dasharray: 18 18;
            stroke-linecap: round;
        }

        .route-path circle {
            fill: #fff;
            stroke: var(--brand);
            stroke-width: 4;
        }

        .visual-card {
            position: relative;
            width: min(100%, 520px);
            min-height: 560px;
            padding: 26px;
            border-radius: 40px;
            background:
                linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.72)),
                linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 240, 227, 0.65));
            border: 1px solid rgba(255, 255, 255, 0.85);
            box-shadow: var(--shadow-lg);
            overflow: hidden;
            backdrop-filter: blur(16px);
        }

        .visual-badge {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 12px 16px;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.88);
            color: var(--text);
            font-size: 0.92rem;
            font-weight: 700;
            box-shadow: var(--shadow-sm);
        }

        .visual-badge::before {
            content: "";
            width: 10px;
            height: 10px;
            border-radius: 999px;
            background: var(--success);
            box-shadow: 0 0 0 4px rgba(20, 122, 80, 0.15);
        }

        .delivery-figure {
            position: relative;
            height: 360px;
            margin: 30px auto 12px;
        }

        .glow-disc {
            position: absolute;
            left: 50%;
            top: 52%;
            width: 320px;
            height: 320px;
            transform: translate(-50%, -50%);
            border-radius: 46% 54% 55% 45% / 46% 44% 56% 54%;
            background:
                radial-gradient(circle at 50% 45%, rgba(248, 250, 255, 0.95), rgba(217, 231, 255, 0.92) 66%, rgba(217, 231, 255, 0.66) 100%);
            filter: blur(0.2px);
        }

        .character {
            position: absolute;
            inset: 0;
        }

        .character .head {
            position: absolute;
            left: 50%;
            top: 88px;
            width: 104px;
            height: 118px;
            transform: translateX(-50%);
            border-radius: 46px 46px 44px 44px;
            background: linear-gradient(180deg, #f6d2bf, #f0c1a6);
            box-shadow: inset 0 -8px 0 rgba(221, 165, 131, 0.25);
            z-index: 3;
        }

        .character .hair {
            position: absolute;
            left: 50%;
            top: 70px;
            width: 116px;
            height: 78px;
            transform: translateX(-50%);
            border-radius: 58px 58px 32px 32px;
            background: linear-gradient(180deg, #7c4a33, #5d3426);
            z-index: 4;
        }

        .character .bangs {
            position: absolute;
            left: 50%;
            top: 112px;
            width: 84px;
            height: 28px;
            transform: translateX(-50%);
            border-radius: 22px;
            background:
                radial-gradient(circle at 14px 4px, #8d5a42 0 10px, transparent 11px),
                radial-gradient(circle at 34px 2px, #8d5a42 0 9px, transparent 10px),
                radial-gradient(circle at 56px 4px, #8d5a42 0 10px, transparent 11px),
                radial-gradient(circle at 74px 4px, #8d5a42 0 8px, transparent 9px);
            z-index: 5;
        }

        .character .face {
            position: absolute;
            left: 50%;
            top: 112px;
            width: 104px;
            height: 88px;
            transform: translateX(-50%);
            z-index: 6;
        }

        .character .eye {
            position: absolute;
            top: 26px;
            width: 12px;
            height: 12px;
            border-radius: 999px;
            background: #2d2e43;
        }

        .character .eye.left {
            left: 24px;
        }

        .character .eye.right {
            right: 24px;
        }

        .character .blush {
            position: absolute;
            top: 42px;
            width: 18px;
            height: 10px;
            border-radius: 999px;
            background: rgba(239, 127, 56, 0.18);
        }

        .character .blush.left {
            left: 14px;
        }

        .character .blush.right {
            right: 14px;
        }

        .character .smile {
            position: absolute;
            left: 50%;
            top: 44px;
            width: 46px;
            height: 26px;
            transform: translateX(-50%);
            border-bottom: 6px solid #ffffff;
            border-radius: 0 0 32px 32px;
        }

        .character .body {
            position: absolute;
            left: 50%;
            bottom: 16px;
            width: 248px;
            height: 188px;
            transform: translateX(-50%);
            border-radius: 86px 86px 52px 52px;
            background: linear-gradient(180deg, #7389cb, #5f73b4 64%, #53679f);
            z-index: 2;
        }

        .character .shirt-shade {
            position: absolute;
            left: 50%;
            bottom: 78px;
            width: 124px;
            height: 82px;
            transform: translateX(-50%);
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.1);
            filter: blur(4px);
            z-index: 3;
        }

        .character .arm {
            position: absolute;
            width: 54px;
            height: 194px;
            border-radius: 30px;
            background: linear-gradient(180deg, #f6d2bf, #e8bb9f);
            z-index: 5;
            top: 92px;
        }

        .character .arm.left {
            left: 98px;
            transform: rotate(19deg);
        }

        .character .arm.right {
            right: 98px;
            transform: rotate(-19deg);
        }

        .package-box {
            position: absolute;
            left: 50%;
            top: 8px;
            width: 240px;
            height: 186px;
            transform: translateX(-50%) rotate(-1.5deg);
            transform-origin: center;
            z-index: 8;
        }

        .package-box .box-body {
            position: absolute;
            inset: 18px 10px 0;
            border-radius: 16px;
            background:
                linear-gradient(135deg, #efd29c, #dbb474 62%, #c99a57 100%);
            box-shadow: 0 30px 40px rgba(126, 75, 19, 0.18);
        }

        .package-box .box-lid {
            position: absolute;
            left: 24px;
            right: 20px;
            top: 0;
            height: 38px;
            border-radius: 12px 12px 0 0;
            background: linear-gradient(180deg, #f6dbaf, #deb981);
            transform: skewX(-10deg);
        }

        .package-box .box-mark {
            position: absolute;
            left: 40px;
            top: 34px;
            width: 96px;
            height: 86px;
            border: 5px solid rgba(40, 30, 32, 0.8);
            border-top-left-radius: 22px;
            border-top-right-radius: 8px;
            border-bottom-left-radius: 50px;
            border-bottom-right-radius: 48px;
            background: transparent;
        }

        .package-box .box-cube {
            position: absolute;
            left: 44px;
            top: 40px;
            width: 40px;
            height: 40px;
            background: linear-gradient(135deg, #ed934f, #cb6a2c);
            border: 4px solid rgba(40, 30, 32, 0.78);
        }

        .package-box .box-fold {
            position: absolute;
            left: 44px;
            top: 10px;
            width: 40px;
            height: 40px;
            border-left: 4px solid rgba(40, 30, 32, 0.78);
            border-top: 4px solid rgba(40, 30, 32, 0.78);
            transform: skewY(34deg);
        }

        .status-float {
            position: absolute;
            display: grid;
            gap: 8px;
            padding: 16px;
            min-width: 180px;
            border-radius: 22px;
            background: rgba(255, 255, 255, 0.88);
            border: 1px solid rgba(255, 255, 255, 0.8);
            box-shadow: var(--shadow-md);
            backdrop-filter: blur(14px);
            z-index: 10;
        }

        .status-float small {
            color: var(--muted);
            font-size: 0.8rem;
        }

        .status-float strong {
            font-size: 1rem;
            line-height: 1.35;
        }

        .status-float .meta {
            color: var(--brand-deep);
            font-size: 0.9rem;
            font-weight: 700;
        }

        .status-float.top {
            left: -8px;
            top: 112px;
        }

        .status-float.bottom {
            right: -6px;
            bottom: 36px;
        }

        .hero-panel {
            margin-top: 18px;
            padding-bottom: 56px;
        }

        .hero-panel-grid {
            display: grid;
            grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
            gap: 44px;
            align-items: center;
        }

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

        .hero-title {
            margin: 0 0 18px;
            max-width: 10ch;
            color: #f49a4b;
            font-size: clamp(3.4rem, 7vw, 5.3rem);
            line-height: 0.95;
            letter-spacing: -0.06em;
        }

        .hero-subcopy {
            margin: 0 0 28px;
            max-width: 800px;
            color: #2d3643;
            font-size: 1.02rem;
            line-height: 1.55;
        }

        .hero-link {
            color: #f49a4b;
            text-decoration: underline;
            text-underline-offset: 4px;
        }

        .hero-art {
            position: relative;
            min-height: 560px;
            display: grid;
            place-items: center;
        }

        .hero-banner-frame {
            position: relative;
            width: min(100%, 540px);
            padding: 26px;
        }

        .hero-banner-frame::before {
            content: "";
            position: absolute;
            inset: 42px 34px 18px;
            border-radius: 28% 28% 26% 26% / 24% 24% 30% 30%;
            background: linear-gradient(180deg, rgba(190, 194, 203, 0.38), rgba(171, 177, 188, 0.3));
        }

        .hero-banner-frame::after {
            content: "";
            position: absolute;
            inset: 14px;
            border-radius: 38% 36% 34% 36% / 42% 40% 38% 40%;
            border: 2px solid rgba(177, 182, 190, 0.45);
            z-index: 0;
        }

        .hero-banner-image {
            position: relative;
            z-index: 1;
            width: 100%;
            border-radius: 26% 26% 22% 24% / 24% 24% 24% 24%;
            object-fit: cover;
            filter: drop-shadow(0 26px 42px rgba(17, 24, 39, 0.12));
        }

        .hero-art-dot {
            position: absolute;
            width: 28px;
            height: 28px;
            border-radius: 999px;
            background: linear-gradient(135deg, #f8c43f, var(--brand));
            box-shadow: 0 16px 24px rgba(239, 127, 56, 0.22);
        }

        .hero-art-dot-top {
            left: 10%;
            top: 2%;
        }

        .hero-art-dot-bottom {
            right: 4%;
            bottom: 5%;
        }

        .search-panel {
            position: relative;
            z-index: 5;
            max-width: 780px;
        }

        .search-surface {
            padding: 0;
            border-radius: 0;
            background: transparent;
            border: 0;
        }

        .panel-heading {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 20px;
            margin-bottom: 24px;
        }

        .panel-heading h2 {
            margin: 0 0 10px;
            font-size: clamp(1.5rem, 2.4vw, 2.1rem);
            letter-spacing: -0.04em;
        }

        .panel-heading p {
            margin: 0;
            max-width: 560px;
            color: var(--muted);
            line-height: 1.65;
        }

        .trust-note {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            white-space: nowrap;
            padding: 12px 14px;
            border-radius: 18px;
            background: var(--surface-muted);
            color: var(--brand-deep);
            font-size: 0.88rem;
            font-weight: 700;
        }

        .trust-note::before {
            content: "";
            width: 10px;
            height: 10px;
            border-radius: 999px;
            background: linear-gradient(135deg, #fbbf24, #f97316);
        }

        .track-layout {
            display: grid;
            grid-template-columns: minmax(0, 1fr) 214px;
            gap: 14px;
            align-items: center;
            padding: 16px;
            border-radius: 20px;
            background: #ffffff;
            box-shadow: 0 14px 34px rgba(36, 44, 62, 0.08);
        }

        .field-group {
            display: grid;
            gap: 0;
        }

        .field-label {
            font-size: 0.95rem;
            font-weight: 700;
            letter-spacing: -0.01em;
        }

        .input-shell {
            position: relative;
        }

        .input-shell input {
            width: 100%;
            height: 52px;
            padding: 0 4px 0 12px;
            border-radius: 14px;
            border: 0;
            background: #ffffff;
            color: var(--text);
            font-size: 1rem;
            letter-spacing: 0.01em;
            box-shadow: none;
            transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
        }

        .input-shell input:focus {
            outline: none;
            transform: none;
            box-shadow: none;
        }

        .input-shell svg {
            display: none;
        }

        .track-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            width: 100%;
            min-height: 50px;
            padding: 14px 24px;
            border: 0;
            border-radius: 16px;
            background: linear-gradient(135deg, #f8c43f, var(--brand));
            color: #fff;
            font-size: 1rem;
            font-weight: 700;
            letter-spacing: -0.01em;
            box-shadow: 0 12px 24px rgba(239, 127, 56, 0.26);
            cursor: pointer;
            transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
        }

        .track-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 24px 38px rgba(239, 127, 56, 0.34);
            filter: saturate(1.02);
        }

        .track-button:active {
            transform: translateY(0);
        }

        .track-button:disabled {
            cursor: not-allowed;
            opacity: 0.75;
        }

        .search-note {
            margin: 18px 0 0;
            color: #f49a4b;
            font-size: 0.96rem;
            line-height: 1.5;
        }

        .search-footer {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            margin-top: 18px;
            padding-top: 16px;
            border-top: 1px solid var(--line);
        }

        .search-footer p {
            margin: 0;
            color: var(--muted);
            font-size: 0.95rem;
        }

        .link-pill {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 12px 16px;
            border-radius: 999px;
            border: 1px solid rgba(239, 127, 56, 0.18);
            background: var(--brand-soft);
            color: var(--brand-deep);
            font-weight: 700;
        }

        .results-area {
            padding-bottom: 64px;
        }

        .loading-wrap {
            display: grid;
            place-items: center;
            padding: 54px 20px;
            border-radius: 30px;
            background: rgba(255, 255, 255, 0.78);
            border: 1px solid rgba(255, 255, 255, 0.88);
            box-shadow: var(--shadow-md);
            text-align: center;
        }

        .loading-copy {
            margin: 8px 0 0;
            color: var(--muted);
        }

        .loader {
            width: 58px;
            height: 58px;
            border-radius: 999px;
            border: 4px solid rgba(239, 127, 56, 0.14);
            border-top-color: var(--brand);
            animation: spin 0.9s linear infinite;
            margin-bottom: 18px;
        }

        @keyframes spin {
            to {
                transform: rotate(360deg);
            }
        }

        .status-alert {
            display: flex;
            align-items: flex-start;
            gap: 14px;
            padding: 18px 20px;
            border-radius: 22px;
            border: 1px solid rgba(180, 35, 24, 0.15);
            background: #fff7f6;
            color: var(--danger);
            box-shadow: var(--shadow-sm);
        }

        .status-alert strong {
            display: block;
            margin-bottom: 4px;
            font-size: 0.96rem;
        }

        .status-alert p {
            margin: 0;
            line-height: 1.55;
        }

        .status-alert .icon {
            flex: 0 0 36px;
            width: 36px;
            height: 36px;
            display: grid;
            place-items: center;
            border-radius: 12px;
            background: rgba(180, 35, 24, 0.08);
        }

        .results-card,
        .accordion-shell {
            border-radius: 32px;
            background: rgba(255, 255, 255, 0.84);
            border: 1px solid rgba(255, 255, 255, 0.88);
            box-shadow: var(--shadow-lg);
            backdrop-filter: blur(14px);
            overflow: hidden;
        }

        .results-head {
            padding: 28px 28px 24px;
            border-bottom: 1px solid var(--line);
            background: linear-gradient(180deg, rgba(255, 250, 245, 0.96), rgba(255, 255, 255, 0.92));
        }

        .results-title-row {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 20px;
        }

        .results-title-row h3,
        .multi-header h3 {
            margin: 0 0 8px;
            font-size: clamp(1.4rem, 3vw, 2rem);
            letter-spacing: -0.04em;
        }

        .results-title-row p,
        .multi-header p {
            margin: 0;
            color: var(--muted);
            line-height: 1.6;
        }

        .head-actions {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 12px;
            justify-content: flex-end;
        }

        .badge {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            min-height: 40px;
            padding: 0 16px;
            border-radius: 999px;
            font-size: 0.92rem;
            font-weight: 700;
        }

        .action-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            min-height: 44px;
            padding: 0 16px;
            border-radius: 999px;
            border: 0;
            background: linear-gradient(135deg, #f8c43f, var(--brand));
            color: #fff;
            font-weight: 700;
            cursor: pointer;
            box-shadow: 0 14px 24px rgba(239, 127, 56, 0.2);
        }

        .action-button:disabled {
            opacity: 0.7;
            cursor: not-allowed;
        }

        .facts-grid {
            display: grid;
            grid-template-columns: repeat(6, minmax(0, 1fr));
            gap: 14px;
            margin-top: 24px;
        }

        .fact-card {
            padding: 18px;
            border-radius: 20px;
            background: rgba(255, 255, 255, 0.86);
            border: 1px solid rgba(17, 24, 39, 0.06);
            box-shadow: var(--shadow-sm);
            min-height: 104px;
        }

        .fact-label {
            display: block;
            margin-bottom: 10px;
            color: var(--muted);
            font-size: 0.82rem;
            text-transform: uppercase;
            letter-spacing: 0.08em;
        }

        .fact-value {
            display: block;
            font-size: 1rem;
            line-height: 1.5;
            font-weight: 700;
            word-break: break-word;
        }

        .fact-value.linkish {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            color: var(--brand-deep);
            cursor: pointer;
        }

        .fact-hint {
            margin-top: 8px;
            color: var(--muted);
            font-size: 0.82rem;
            line-height: 1.45;
        }

        .section-body {
            padding: 28px;
        }

        .section-row {
            display: grid;
            grid-template-columns: 1fr;
            gap: 22px;
            align-items: start;
        }

        .card-section {
            padding: 22px;
            border-radius: 24px;
            background: var(--surface-strong);
            border: 1px solid rgba(17, 24, 39, 0.06);
            box-shadow: var(--shadow-sm);
        }

        .card-section h4 {
            margin: 0 0 16px;
            font-size: 1.06rem;
            letter-spacing: -0.02em;
        }

        .history-table-wrap {
            overflow-x: auto;
            border-radius: 18px;
            border: 1px solid rgba(17, 24, 39, 0.08);
            background: #fff;
        }

        .history-table {
            width: 100%;
            min-width: 720px;
            border-collapse: collapse;
        }

        .history-table thead th {
            padding: 16px 18px;
            background: #fff6ee;
            color: var(--muted);
            font-size: 0.82rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            text-align: left;
            border-bottom: 1px solid rgba(17, 24, 39, 0.08);
        }

        .history-table tbody td {
            padding: 18px;
            border-bottom: 1px solid rgba(17, 24, 39, 0.08);
            color: var(--text);
            font-size: 0.96rem;
            line-height: 1.5;
            vertical-align: middle;
        }

        .history-table tbody tr:last-child td {
            border-bottom: 0;
        }

        .history-table tbody td:nth-child(1) {
            color: var(--muted);
            white-space: nowrap;
            width: 22%;
        }

        .history-table tbody td:nth-child(2) {
            font-weight: 700;
            width: 33%;
        }

        .history-table tbody td:nth-child(3) {
            color: var(--muted);
            width: 27%;
        }

        .history-state {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 34px;
            padding: 0 12px;
            border-radius: 999px;
            font-size: 0.82rem;
            font-weight: 700;
            white-space: nowrap;
        }

        .history-state-delivered {
            background: var(--success-soft);
            color: var(--success);
        }

        .history-state-active {
            background: var(--info-soft);
            color: var(--info);
        }

        .history-state-out {
            background: var(--warning-soft);
            color: var(--warning);
        }

        .history-state-exception {
            background: var(--danger-soft);
            color: var(--danger);
        }

        .history-empty {
            color: var(--muted) !important;
            text-align: center;
            padding: 28px 18px !important;
        }

        .multi-shell {
            display: grid;
            gap: 18px;
        }

        .multi-header {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 16px;
        }

        .accordion-shell {
            padding: 8px;
        }

        .accordion-item {
            border-radius: 24px;
            overflow: hidden;
            border: 1px solid rgba(17, 24, 39, 0.06);
            background: rgba(255, 255, 255, 0.84);
        }

        .accordion-item + .accordion-item {
            margin-top: 10px;
        }

        .accordion-trigger {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            padding: 22px;
            border: 0;
            background: transparent;
            text-align: left;
            cursor: pointer;
        }

        .accordion-title {
            display: grid;
            gap: 10px;
        }

        .accordion-title strong {
            font-size: 1rem;
            line-height: 1.5;
        }

        .accordion-meta {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 10px;
        }

        .accordion-service {
            color: var(--muted);
        }

        .accordion-chevron {
            width: 42px;
            height: 42px;
            border-radius: 999px;
            display: grid;
            place-items: center;
            background: var(--surface-muted);
            color: var(--muted);
            transition: transform 0.22s ease;
            flex-shrink: 0;
        }

        .accordion-content {
            padding: 0 22px 22px;
            border-top: 1px solid rgba(17, 24, 39, 0.06);
            background: linear-gradient(180deg, rgba(255, 250, 245, 0.62), rgba(255, 255, 255, 0.94));
        }

        .accordion-content-inner {
            padding-top: 20px;
        }

        .mini-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 14px;
            margin-bottom: 22px;
        }

        .mini-grid .fact-card {
            min-height: auto;
        }

        .modal {
            position: fixed;
            inset: 0;
            display: grid;
            place-items: center;
            padding: 20px;
            background: rgba(17, 24, 39, 0.5);
            backdrop-filter: blur(10px);
            z-index: 50;
        }

        .modal-card {
            width: min(100%, 420px);
            padding: 26px;
            border-radius: 28px;
            background: #fff;
            box-shadow: var(--shadow-lg);
        }

        .modal-card h3 {
            margin: 0 0 8px;
            font-size: 1.4rem;
            letter-spacing: -0.03em;
        }

        .modal-card p {
            margin: 0;
            color: var(--muted);
            line-height: 1.6;
        }

        .modal-card input {
            width: 100%;
            height: 56px;
            margin-top: 18px;
            padding: 0 18px;
            border-radius: 16px;
            border: 1px solid rgba(17, 24, 39, 0.12);
            font-size: 1rem;
        }

        .modal-card input:focus {
            outline: none;
            border-color: rgba(239, 127, 56, 0.8);
            box-shadow: 0 0 0 4px rgba(239, 127, 56, 0.12);
        }

        .modal-error {
            margin-top: 10px;
            color: var(--danger);
            font-size: 0.9rem;
        }

        .modal-actions {
            display: flex;
            justify-content: flex-end;
            gap: 10px;
            margin-top: 22px;
        }

        .ghost-button,
        .modal-button {
            min-height: 46px;
            padding: 0 18px;
            border-radius: 999px;
            font-weight: 700;
            cursor: pointer;
        }

        .ghost-button {
            border: 1px solid rgba(17, 24, 39, 0.12);
            background: #fff;
            color: var(--text);
        }

        .modal-button {
            border: 0;
            background: linear-gradient(135deg, #f8c43f, var(--brand));
            color: #fff;
        }

        .status-delivered {
            background: var(--success-soft);
            color: var(--success);
        }

        .status-booked {
            background: var(--info-soft);
            color: var(--info);
        }

        .status-cancelled {
            background: var(--danger-soft);
            color: var(--danger);
        }

        .status-in-transit {
            background: var(--warning-soft);
            color: var(--warning);
        }

        .status-default {
            background: rgba(17, 24, 39, 0.06);
            color: var(--text);
        }

        .dot-delivered {
            background: #22a06b;
        }

        .dot-danger {
            background: #f04438;
        }

        .dot-default {
            background: #4f8ef7;
        }

        @media (max-width: 1180px) {
            .hero-grid,
            .section-row,
            .hero-panel-grid {
                grid-template-columns: 1fr;
            }

            .hero-copy {
                padding-top: 10px;
            }

            .hero-visual,
            .hero-art {
                min-height: auto;
            }

            .route-path {
                inset: 10% 2% auto auto;
            }

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

        @media (max-width: 860px) {
            .shell {
                width: min(var(--container), calc(100vw - 20px));
            }

            .topbar {
                padding-top: 14px;
            }

            .topbar-inner,
            .panel-heading,
            .track-layout,
            .results-title-row,
            .multi-header {
                flex-direction: column;
                align-items: stretch;
            }

            .hero {
                padding-top: 8px;
            }

            h1 {
                max-width: none;
                font-size: clamp(2.7rem, 12vw, 4.4rem);
            }

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

            .visual-card {
                width: 100%;
                min-height: 520px;
                padding: 20px;
            }

            .status-float.top,
            .status-float.bottom {
                position: static;
                margin-top: 14px;
            }

            .delivery-figure {
                height: 330px;
            }

            .facts-grid,
            .mini-grid {
                grid-template-columns: 1fr;
            }

            .head-actions {
                justify-content: flex-start;
            }

            .hero-title {
                max-width: none;
                font-size: clamp(2.8rem, 11vw, 4.8rem);
            }

            .hero-art {
                min-height: 420px;
            }
        }

        @media (max-width: 620px) {
            .brand-copy {
                display: none;
            }

            .topbar-link {
                padding: 10px 14px;
                font-size: 0.88rem;
            }

            .search-panel {
                padding: 12px;
                border-radius: 26px;
            }

            .search-surface,
            .results-head,
            .section-body,
            .accordion-trigger,
            .accordion-content,
            .modal-card {
                padding-left: 18px;
                padding-right: 18px;
            }

            .panel-heading h2,
            .results-title-row h3,
            .multi-header h3 {
                font-size: 1.55rem;
            }

            .input-shell input,
            .track-button {
                min-height: 56px;
                height: 56px;
                font-size: 1rem;
            }

            .results-card,
            .accordion-shell {
                border-radius: 24px;
            }

            .history-table {
                min-width: 640px;
            }

            .hero-banner-frame {
                padding: 8px;
            }
        }
