.site-shell{background:var(--background);min-height:100vh;color:var(--foreground)}.global-nav{z-index:50;height:var(--nav-height);border-bottom:1px solid color-mix(in srgb, var(--border) 82%, transparent);background:color-mix(in srgb, var(--surface-raised) 94%, transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);position:sticky;top:0}.dark .global-nav{border-bottom-color:var(--border);background:color-mix(in srgb, var(--shell) 94%, transparent)}.global-nav__inner{width:min(var(--content-max-width), calc(100% - 48px));justify-content:space-between;align-items:center;height:100%;margin:0 auto;display:flex}.brand-mark{width:auto;height:auto;color:var(--color-ocean-navy);align-items:center;gap:10px;font-size:18px;font-weight:600;display:inline-flex;position:static}.dark .brand-mark,.dark .global-nav__links{color:#fff}.brand-mark__glyph,.mock-logo{width:32px;height:32px;box-shadow:none;background-image:url(/images/icons/new-icon-only-light.png);background-position:50%;background-size:contain;border-radius:10px;flex:none;display:inline-block;position:relative}.dark .brand-mark__glyph,.dark .mock-logo{background-image:url(/images/icons/new-icon-only-dark.png)}.brand-mark__glyph:before,.brand-mark__glyph:after,.mock-logo:before,.mock-logo:after{display:none}.brand-mark__glyph:before,.mock-logo:before{width:16px;height:4px;top:9px;left:8px}.brand-mark__glyph:after,.mock-logo:after{width:4px;height:15px;top:9px;left:14px}.brand-mark__word{letter-spacing:0}.global-nav__links{color:var(--color-ocean-navy);align-items:center;gap:30px;font-size:14px;font-weight:600;display:flex}.global-nav__links a{align-items:center;gap:7px;display:inline-flex}.global-nav__links a span{border-bottom:1.5px solid;border-right:1.5px solid;width:7px;height:7px;transform:translateY(-2px)rotate(45deg)}.global-nav__links a:hover{color:var(--color-teal)}.global-nav__actions{align-items:center;gap:10px;display:flex}.mobile-nav{display:none}.locale-menu{position:relative}.locale-menu__button{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--surface-input);min-height:36px;color:var(--color-ocean-navy);cursor:pointer;align-items:center;gap:8px;padding:8px 11px 8px 13px;font-size:12px;font-weight:600;display:inline-flex}.locale-menu__flag{justify-content:center;align-items:center;width:18px;font-size:15px;line-height:1;display:inline-flex}.locale-menu__button:disabled{cursor:wait;opacity:.62}.locale-menu__chevron{border-bottom:1.5px solid;border-right:1.5px solid;width:6px;height:6px;transform:translateY(-2px)rotate(45deg)}.locale-menu__panel{z-index:80;border:1px solid var(--border-strong);border-radius:var(--radius-lg);background:var(--surface-raised);min-width:116px;box-shadow:var(--shadow-panel);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);gap:4px;padding:6px;display:none;position:absolute;top:calc(100% + 10px);right:0}.locale-menu__panel--open{display:grid}.locale-menu__item{border-radius:var(--radius-md);color:var(--muted-foreground);cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;align-items:center;gap:9px;padding:10px 11px;font-size:12px;font-weight:600;display:flex}.locale-menu__item:hover,.locale-menu__item[aria-current=page]{background:var(--primary-subtle);color:var(--primary-subtle-foreground)}.dark .locale-menu__button{border-color:var(--border);background:var(--surface-input);color:var(--foreground)}.nav-dashboard-button{border-radius:var(--radius-md);background:var(--primary);min-height:46px;color:var(--primary-foreground);box-shadow:var(--shadow-card);justify-content:center;align-items:center;gap:12px;padding:12px 18px 12px 20px;font-size:14px;font-weight:600;transition:transform .14s ease-out,filter .14s ease-out,box-shadow .14s ease-out;display:inline-flex}.nav-dashboard-button span{border-top:2px solid;border-right:2px solid;width:12px;height:12px;transform:rotate(45deg)}.nav-dashboard-button:hover{filter:brightness(1.06);box-shadow:var(--shadow-teal);transform:translateY(-1px)}.dark .nav-dashboard-button{background:var(--primary);color:var(--primary-foreground);box-shadow:var(--shadow-card)}.primary-buy-button,.secondary-button{border-radius:var(--radius-md);cursor:pointer;justify-content:center;align-items:center;gap:12px;min-height:44px;font-size:14px;font-weight:600;transition:transform .14s ease-out,filter .14s ease-out,border-color .14s ease-out,background .14s ease-out;display:inline-flex}.primary-buy-button{background:var(--gradient-teal-cta);color:var(--primary-foreground);box-shadow:var(--shadow-teal);border:0;padding:12px 20px}.primary-buy-button--small{min-height:48px;padding:12px 20px}.secondary-button{border:1px solid var(--color-border);background:var(--surface-raised);color:var(--foreground);padding:12px 20px}.hero-actions .primary-buy-button span,.hero-actions .secondary-button span{border-top:2px solid;border-right:2px solid;width:16px;height:16px;transform:rotate(45deg)}.primary-buy-button:hover,.secondary-button:hover{filter:brightness(1.04);transform:translateY(-1px)}.section-overline{color:var(--color-teal);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:11px;font-weight:600}.home-hero{isolation:isolate;background:var(--gradient-soft-sea-glow), var(--gradient-hero-ocean-wash);padding:0 24px;position:relative;overflow:hidden}.home-hero .section-overline{color:var(--hero-highlight)}.home-hero__inner{min-height:calc(100vh - var(--nav-height));grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:center;gap:clamp(40px,4vw,72px);width:min(1440px,100%);margin:0 auto;padding:88px 0 96px;display:grid;position:relative}.home-hero__copy{z-index:4;gap:28px;width:100%;min-width:0;padding-top:14px;padding-left:0;display:grid;position:relative}.home-hero__copy h1{max-width:660px;color:var(--color-ocean-navy);font-family:var(--font-display);letter-spacing:-.045em;margin:0;font-size:clamp(48px,4vw,62px);font-weight:600;line-height:1.04}.home-hero__copy h1 span{color:var(--hero-highlight)}.home-hero__copy>p:not(.section-overline){max-width:620px;color:var(--muted-foreground);margin:0;font-size:18px;line-height:1.6}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:2px;display:flex}.hero-actions .primary-buy-button,.hero-actions .secondary-button{border-radius:var(--radius-md);min-width:158px;min-height:46px;padding:14px 20px}.hero-trust-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;max-width:620px;margin-top:22px;display:grid}.hero-trust-item{color:var(--color-ocean-navy);grid-template-columns:36px 1fr;align-items:center;gap:14px;font-size:14px;font-weight:600;line-height:1.2;display:grid}.hero-trust-item>span{border:3px solid var(--color-midnight-violet);border-radius:11px;width:32px;height:32px;position:relative}.hero-trust-item>span:after{border-bottom:3px solid var(--color-midnight-violet);border-left:3px solid var(--color-midnight-violet);content:"";width:11px;height:6px;position:absolute;top:8px;left:8px;transform:rotate(-45deg)}.hero-trust-item:first-child>span{border:0;border-radius:0}.hero-trust-item:first-child>span:before{border:3px solid var(--color-midnight-violet);clip-path:polygon(50% 0,92% 14%,84% 72%,50% 100%,16% 72%,8% 14%);content:"";border-radius:12px 12px 15px 15px;position:absolute;inset:0}.hero-trust-item:first-child>span:after{width:10px;height:5px;top:10px;left:9px}.hero-trust-item:nth-child(2)>span{border-radius:8px}.hero-trust-item:nth-child(2)>span:before{border:3px solid var(--color-midnight-violet);content:"";border-bottom:0;border-radius:999px 999px 0 0;width:14px;height:14px;position:absolute;top:-12px;left:6px}.hero-trust-item:nth-child(2)>span:after{background:var(--color-midnight-violet);border:0;border-radius:999px;width:4px;height:9px;top:8px;left:11px;transform:none}.hero-trust-item:nth-child(3)>span{border-radius:999px}.hero-trust-item:nth-child(3)>span:before{border-top:3px solid var(--color-midnight-violet);border-right:3px solid var(--color-midnight-violet);content:"";width:8px;height:8px;position:absolute;top:5px;left:20px;transform:rotate(25deg)}.hero-trust-item:nth-child(3)>span:after{top:8px;left:7px}.hero-trust-item>span{background-position:50%;background-repeat:no-repeat;background-size:32px 32px;border:0;border-radius:0}.hero-trust-item>span:before,.hero-trust-item>span:after{display:none}.hero-trust-item:first-child>span{background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 3L27 7V15.5C27 22.2 22.6 27.4 16 29C9.4 27.4 5 22.2 5 15.5V7L16 3Z' stroke='%23201A5C' stroke-width='3' stroke-linejoin='round'/%3E%3Cpath d='M11 16.4L14.4 19.8L21.5 12.7' stroke='%23201A5C' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.hero-trust-item:nth-child(2)>span{background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='6' y='14' width='20' height='15' rx='4' stroke='%23201A5C' stroke-width='3'/%3E%3Cpath d='M10 14V10.5C10 7.2 12.7 4.5 16 4.5C19.3 4.5 22 7.2 22 10.5V14' stroke='%23201A5C' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M16 19V23' stroke='%23201A5C' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E")}.hero-trust-item:nth-child(3)>span{background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='12' stroke='%23201A5C' stroke-width='3'/%3E%3Cpath d='M10.5 16.5L14.4 20.4L22 12.8' stroke='%23201A5C' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24 6L27 3' stroke='%23201A5C' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E")}.hero-ocean-visual{z-index:2;width:100%;min-width:0;min-height:680px;box-shadow:none;pointer-events:none;background:0 0;border:0;border-radius:0;position:relative;overflow:visible}.hero-screen-shot{transform-origin:100%;background:#fffffff2;border:1px solid #201a5c14;border-radius:22px;grid-template-columns:155px 1fr;width:min(900px,100% + 56px);height:clamp(565px,43vw,625px);display:grid;position:absolute;bottom:-6px;right:-56px;overflow:hidden;transform:perspective(1600px)translateY(-68px)rotateX(1.2deg)rotateY(-7.4deg)rotate(2.1deg);box-shadow:0 34px 70px #201a5c26,0 8px 18px #201a5c14}.hero-screen-sidebar{background:#ffffffb8;border-right:1px solid #201a5c14;padding:26px 16px}.hero-screen-brand{color:var(--color-ocean-navy);align-items:center;gap:10px;font-size:16px;font-weight:600;display:flex}.hero-screen-sidebar nav{gap:9px;margin-top:28px;display:grid}.hero-screen-sidebar nav span{color:var(--muted-foreground);border-radius:8px;align-items:center;gap:10px;padding:10px;font-size:11px;font-weight:600;display:flex}.hero-screen-sidebar nav span.is-active{color:var(--color-midnight-violet);background:#ececf7fa}.hero-screen-sidebar i{opacity:.72;border:1.6px solid;border-radius:3px;width:12px;height:12px}.hero-screen-main{background:linear-gradient(135deg, #fff 0%, var(--brand-50) 100%);grid-template-rows:auto 154px 164px 146px;grid-template-columns:1.08fr .92fr .92fr;gap:16px;padding:28px 26px 24px;display:grid}.hero-screen-header{grid-column:1/-1;grid-template-columns:1fr 295px 34px;align-items:center;gap:12px;display:grid}.hero-screen-header h2{color:var(--color-ocean-navy);margin:0;font-size:16px;font-weight:600}.hero-screen-search{background:var(--card);color:#201a5c75;border:1px solid #201a5c14;border-radius:8px;justify-content:space-between;align-items:center;min-height:34px;padding:0 11px;font-size:9px;font-weight:600;display:flex}.hero-screen-search span{border:1.5px solid #201a5c61;border-radius:999px;width:13px;height:13px}.hero-screen-avatar{background:var(--color-midnight-violet);color:#fff;border-radius:999px;place-items:center;width:34px;height:34px;font-size:10px;font-weight:600;display:grid}.hero-screen-card{background:var(--card);border:1px solid #201a5c14;border-radius:10px;min-width:0;padding:16px;overflow:hidden;box-shadow:0 8px 24px #201a5c0d}.hero-screen-card-header{justify-content:space-between;align-items:center;gap:10px;display:flex}.hero-screen-card h3,.hero-screen-card-header h3{color:var(--color-ocean-navy);margin:0;font-size:12px;font-weight:600}.hero-screen-card-header small,.hero-screen-card>small{color:#201a5c94;font-size:9px;font-weight:600}.hero-screen-timeline{grid-column:1/3}.hero-timeline-track{grid-template-columns:repeat(6,minmax(0,1fr));gap:7px;margin-top:34px;display:grid;position:relative}.hero-timeline-track:before{background:linear-gradient(90deg, var(--color-midnight-violet), #201a5c29);content:"";border-radius:999px;height:3px;position:absolute;top:9px;left:7%;right:7%}.hero-timeline-step{z-index:1;color:#201a5c99;text-align:center;justify-items:center;gap:10px;font-size:9px;font-weight:600;display:grid;position:relative}.hero-timeline-step span{background:#201a5c2e;border:4px solid #fff;border-radius:999px;width:18px;height:18px;display:block;box-shadow:0 0 0 1px #201a5c1a}.hero-timeline-step span.is-done{background:var(--color-midnight-violet)}.hero-screen-tracking{grid-column:3}.hero-tracking-meta{justify-content:space-between;align-items:center;gap:8px;margin-top:14px;display:flex}.hero-tracking-meta strong{color:var(--color-ocean-navy);font-size:11px;font-weight:600}.hero-tracking-meta span{color:var(--color-midnight-violet);background:#ececf7f5;border-radius:999px;padding:4px 7px;font-size:9px;font-weight:600}.hero-screen-tracking p{color:var(--muted-foreground);margin:7px 0 0;font-size:10px;font-weight:600}.hero-mini-map{background:radial-gradient(circle at 24% 48%, #201a5c14, transparent 22%), radial-gradient(circle at 76% 42%, #201a5c14, transparent 20%), linear-gradient(135deg, var(--brand-50), var(--brand-100));border-radius:8px;height:64px;margin-top:10px;position:relative;overflow:hidden}.hero-mini-map__line{border-top:2px dashed #201a5c6b;width:166px;position:absolute;top:34px;left:22px;transform:rotate(-9deg)}.hero-mini-map__ship{background:var(--color-midnight-violet);border-radius:3px 8px 8px 3px;width:22px;height:10px;position:absolute;top:27px;left:82px;transform:rotate(-9deg)}.hero-mini-map__pin{background:var(--color-midnight-violet);border:2px solid #fff;border-radius:999px;width:9px;height:9px;position:absolute}.hero-mini-map__pin--a{top:36px;left:20px}.hero-mini-map__pin--b{top:21px;right:18px}.hero-screen-docs,.hero-screen-status,.hero-screen-exceptions{grid-row:3}.hero-screen-docs{background:linear-gradient(#ececf761,#0000 72%),#fff}.hero-screen-status{background:radial-gradient(circle at 30% 44%,#201a5c14,#0000 44%),#fff}.hero-screen-exceptions{background:linear-gradient(#ececf757,#0000 80%),#fff}.hero-doc-row,.hero-exception-row{color:var(--muted-foreground);grid-template-columns:16px 1fr auto;align-items:center;gap:8px;margin-top:10px;font-size:9.5px;font-weight:600;display:grid}.hero-doc-row span{background:#ececf75c;border:1.5px solid #201a5c85;border-radius:3px;width:14px;height:16px;position:relative}.hero-doc-row span:after{border-bottom:1.5px solid var(--color-midnight-violet);border-left:1.5px solid var(--color-midnight-violet);content:"";width:6px;height:3px;position:absolute;top:4px;left:3px;transform:rotate(-45deg)}.hero-doc-row em,.hero-exception-row em{color:var(--color-midnight-violet);background:#ececf7fa;border-radius:999px;padding:4px 7px;font-size:8px;font-style:normal;font-weight:600}.hero-doc-row:nth-of-type(3) em,.hero-doc-row:nth-of-type(4) em{color:#8a5a00;background:#f59e0b21}.hero-status-layout{grid-template-columns:82px 1fr;align-items:center;gap:13px;margin-top:18px;display:grid}.hero-status-donut{background:radial-gradient(circle, #fff 0 43%, transparent 45%), conic-gradient(var(--color-midnight-violet) 0 45%, var(--brand-700) 45% 66%, #9aa7bd 66% 83%, var(--brand-100) 83% 100%);border-radius:999px;place-items:center;width:82px;height:82px;display:grid;position:relative;box-shadow:inset 0 0 0 1px #201a5c0d}.hero-status-donut strong{color:var(--color-ocean-navy);font-size:18px;font-weight:600}.hero-status-layout span{color:var(--muted-foreground);align-items:center;gap:7px;margin-top:8px;font-size:9px;font-weight:600;display:flex}.hero-status-dot{background:var(--color-midnight-violet);border-radius:999px;width:7px;height:7px}.hero-status-dot--1{background:var(--brand-700)}.hero-status-dot--2{background:#b9c5d8}.hero-status-dot--3{background:#10b981}.hero-exception-row{border-bottom:1px solid #201a5c14;grid-template-columns:9px 1fr auto;margin-top:8px;padding-bottom:8px}.hero-exception-row span{background:#ef4444;border-radius:999px;width:8px;height:8px}.hero-exception-row:nth-of-type(3) span{background:#f59e0b}.hero-exception-row:nth-of-type(4) span{background:var(--brand-700)}.hero-exception-row:nth-of-type(5) span{background:#3b82f6}.hero-exception-row:nth-of-type(3) em{color:#8a5a00;background:#f59e0b24}.hero-exception-row:nth-of-type(4) em{color:var(--color-midnight-violet);background:#201a5c1a}.hero-exception-row:nth-of-type(5) em{color:#1d4ed8;background:#3b82f61f}.hero-screen-reporting{grid-area:4/1/auto/-1}.hero-report-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.hero-report-grid article{background:linear-gradient(#fff 0%,#ececf76b 100%);border:1px solid #201a5c14;border-radius:8px;min-height:82px;padding:12px;position:relative;overflow:hidden}.hero-report-grid span{color:var(--muted-foreground);font-size:9px;font-weight:600;display:block}.hero-report-grid strong{color:var(--color-ocean-navy);margin-top:6px;font-size:17px;font-weight:600;display:block}.hero-report-chart{width:calc(100% - 22px);height:30px;color:var(--color-midnight-violet);display:block;position:absolute;bottom:9px;left:11px;right:11px}.hero-report-chart__area{fill:color-mix(in srgb, currentColor 12%, transparent)}.hero-report-chart__line{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px}.hero-report-chart circle{fill:#fff;stroke:currentColor;stroke-width:2px}.hero-report-chart--1{color:var(--brand-700)}.hero-report-chart--2{color:#9aa7bd}.hero-report-chart--3{color:#10b981}.hero-float-card{z-index:4;border-radius:var(--radius-md);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff2;border:1px solid #201a5c14;grid-template-columns:34px 1fr;gap:12px;min-width:188px;max-width:226px;padding:14px 16px;display:grid;position:absolute;box-shadow:0 20px 48px #201a5c21}.hero-float-card>span{background:var(--color-midnight-violet);color:#fff;border-radius:999px;place-items:center;width:34px;height:34px;display:grid}.hero-float-card>span:after{display:none}.hero-float-card>span svg{stroke-width:2.4px;width:20px;height:20px}.hero-float-card strong,.hero-float-card p,.hero-float-card small{display:block}.hero-float-card strong{color:var(--color-ocean-navy);font-size:11px;font-weight:600}.hero-float-card p{color:var(--muted-foreground);margin:5px 0 0;font-size:10px;font-weight:600;line-height:1.35}.hero-float-card small{color:#201a5c94;margin-top:6px;font-size:9px;font-weight:600}.hero-float-card--top{min-width:236px;max-width:236px;top:-78px;left:110px}.hero-float-card--right{min-width:210px;max-width:210px;top:54px;right:-18px}.hero-float-card--customs{min-width:202px;max-width:202px;bottom:76px;left:28px}.hero-float-card--customs>span{background:#10b981}.hero-float-card--eta{min-width:168px;max-width:168px;bottom:36px;right:4px}.hero-float-card--eta>span{background:#3b82f6}.stock-image-slot__label{z-index:3;color:#201a5c6b;background:#ffffff8f;border:1px dashed #201a5c2e;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:600;position:absolute;bottom:18px;right:22px}.landing-explainer-section,.home-product-stage,.landing-workflow-section,.landing-capabilities-section,.home-operations-section,.home-operations-grid,.home-bottom-band,.landing-roles-section,.landing-faq-section{background:var(--background)}.landing-explainer-section,.landing-faq-section{padding:56px 48px}.landing-workflow-section,.landing-capabilities-section,.landing-roles-section{padding:88px 48px}.landing-section-heading{text-align:center;width:min(900px,100%);margin:0 auto 30px}.landing-section-heading--left{width:min(var(--content-max-width), 100%);text-align:left}.landing-section-heading span{color:var(--color-midnight-violet);background:#201a5c0a;border:1px solid #201a5c1a;border-radius:999px;align-items:center;padding:7px 11px;font-size:12px;font-weight:600;display:inline-flex}.landing-section-heading h2{max-width:850px;color:var(--color-ocean-navy);font-family:var(--font-display);font-size:clamp(32px, 4vw, var(--text-heading-lg));letter-spacing:-.04em;margin:16px auto 0;font-weight:600;line-height:1.08}.landing-section-heading--left h2{margin-left:0;margin-right:0}.landing-section-heading p{max-width:840px;color:var(--muted-foreground);margin:16px auto 0;font-size:17px;line-height:1.68}.landing-section-heading--left p{margin-left:0;margin-right:0}.landing-explainer-grid{width:min(var(--content-max-width), 100%);grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:0 auto;display:grid}.landing-explainer-grid article{border:1px solid var(--color-border);border-radius:var(--radius-xl);background:var(--card);box-shadow:none;padding:24px}.landing-explainer-grid article>span{width:40px;height:40px;color:var(--color-midnight-violet);background:#201a5c14;border-radius:13px;place-items:center;display:grid}.landing-explainer-grid article>span svg{stroke-width:2.2px;width:22px;height:22px}.landing-explainer-grid h3{color:var(--color-ocean-navy);margin:18px 0 8px;font-size:18px;font-weight:600}.landing-explainer-grid p{color:var(--muted-foreground);margin:0;font-size:14px;line-height:1.58}.landing-problem-section .landing-explainer-grid article{min-height:180px}.landing-workflow-section{border-block:1px solid var(--border);background:var(--card)}.landing-workflow-steps{width:min(var(--content-max-width), 100%);grid-template-columns:repeat(5,minmax(0,1fr));gap:0;margin:0 auto;padding:0;list-style:none;display:grid}.landing-workflow-steps li{border-top:1px solid var(--color-border);min-height:174px;padding:28px 24px 0 0;position:relative}.landing-workflow-steps li+li{padding-left:24px}.landing-workflow-steps li+li:before{background:var(--color-midnight-violet);content:"";border-radius:50%;width:7px;height:7px;position:absolute;top:-4px;left:-3px}.landing-workflow-steps li>span{color:var(--color-violet-muted);font-size:12px;font-weight:600;display:block}.landing-workflow-steps h3,.landing-capability-grid h3,.landing-role-grid h3{color:var(--color-ocean-navy);margin:12px 0 8px;font-size:18px;font-weight:600;line-height:1.25}.landing-workflow-steps p,.landing-capability-grid p,.landing-role-grid p{color:var(--muted-foreground);margin:0;font-size:14px;line-height:1.6}.landing-capabilities-section{background:var(--shell)}.landing-capability-grid{width:min(var(--content-max-width), 100%);grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:0 auto;display:grid}.landing-capability-grid article{border:1px solid var(--color-border);border-radius:var(--radius-xl);background:var(--card);min-width:0;box-shadow:none;padding:16px}.landing-capability-preview{border-radius:var(--radius-md);background:linear-gradient(135deg,#ececf7cc,#fffffff5),#fff;border:1px solid #201a5c14;gap:7px;min-height:122px;padding:12px;display:grid;overflow:hidden}.landing-capability-preview>span{background:var(--color-midnight-violet);border-radius:999px;width:42%;height:7px;display:block}.landing-capability-preview i{min-width:0;min-height:22px;color:var(--muted-foreground);text-overflow:ellipsis;white-space:nowrap;background:#ffffffc7;border:1px solid #201a5c14;border-radius:6px;align-items:center;padding:4px 7px;font-size:10px;font-style:normal;font-weight:600;display:flex;overflow:hidden}.landing-capability-preview--2>span,.landing-capability-preview--5>span{background:#3b82f6;width:68%}.landing-capability-preview--3>span,.landing-capability-preview--7>span{background:#10b981;width:52%}.landing-capability-preview--6>span{background:#f59e0b;width:58%}.landing-roles-section{background:var(--background)}.landing-role-grid{width:min(var(--content-max-width), 100%);grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:0 auto;display:grid}.landing-role-grid article{border-top:2px solid var(--color-midnight-violet);background:var(--surface-muted);min-height:148px;padding:22px}.home-product-stage{background:var(--shell);padding:40px 48px 52px}.home-dashboard-preview{width:min(var(--content-max-width), 100%);border:1px solid var(--color-border);border-radius:var(--radius-2xl);background:var(--card);box-shadow:var(--shadow-panel);grid-template-columns:220px 1fr;margin:0 auto 4px;display:grid;overflow:hidden}.home-dashboard-sidebar{border-right:1px solid var(--color-border);background:var(--card);align-content:space-between;min-height:560px;padding:28px 20px;display:grid}.home-dashboard-logo{color:var(--color-ocean-navy);align-items:center;gap:10px;font-weight:600;display:flex}.home-dashboard-sidebar nav{gap:8px;margin-top:28px;display:grid}.home-dashboard-sidebar nav span{border-radius:var(--radius-md);color:var(--color-ink);padding:12px 14px;font-size:14px;font-weight:600}.home-dashboard-sidebar nav span.is-active{background:var(--color-seafoam);color:var(--color-green-teal)}.home-dashboard-main{background:var(--background);gap:30px;padding:36px;display:grid}.home-dashboard-header,.operations-panel__header{justify-content:space-between;align-items:center;gap:18px;display:flex}.home-dashboard-header h2,.operations-panel__header h2,.dashboard-card-header h3{color:var(--color-ocean-navy);margin:0;font-size:20px;font-weight:600}.home-dashboard-search{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--card);width:min(360px,100%);color:var(--color-slate);padding:12px 14px;font-size:12px}.mock-stat-grid,.product-illustration-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.mock-stat-grid article,.product-illustration-stat-grid>span{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--card);padding:20px}.product-illustration-stat-grid>span,.product-illustration-list>span,.product-illustration-table>span,.product-illustration-task-list>span,.product-illustration-cost{background:linear-gradient(90deg, transparent, #201a5c1f, transparent), var(--color-off-white);background-size:220% 100%;border-radius:10px;display:block}.product-illustration-stat-grid>span{min-height:82px}.product-illustration-list,.product-illustration-task-list{gap:12px;display:grid}.product-illustration-list>span{min-height:42px}.product-illustration-table{gap:1px;display:grid}.product-illustration-table>span{border-radius:0;min-height:54px}.product-illustration-task-list>span{min-height:64px}.product-illustration-cost{width:140px;height:28px;margin-top:8px}.mock-stat-grid strong{color:var(--color-ocean-navy);letter-spacing:0;font-size:30px;font-weight:600;line-height:1;display:block}.mock-stat-grid span{color:var(--color-slate);margin-top:8px;font-size:12px;font-weight:600;display:block}.mock-stat-grid small{color:var(--color-green-teal);margin-top:10px;font-size:12px;font-weight:600;display:block}.home-overview-grid{grid-template-columns:1.35fr .65fr;gap:26px;display:grid}.shipment-overview-card,.recent-shipments-card,.operations-panel{border:1px solid var(--color-border);border-radius:var(--radius-xl);background:var(--card);box-shadow:none;padding:28px}.dashboard-card-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.dashboard-card-header span{color:var(--color-slate);font-size:12px;font-weight:600}.route-map{--route-origin-x:18%;--route-origin-y:63%;--route-mid-x:51%;--route-mid-y:54%;--route-destination-x:83%;--route-destination-y:45%;border-radius:var(--radius-xl);background:radial-gradient(circle, #201a5c2e 1px, transparent 1px) 0 0 / 18px 18px, linear-gradient(135deg, #fff, var(--color-sky-blue));min-height:220px;margin-top:20px;position:relative;overflow:hidden}.route-line{background:linear-gradient(90deg, transparent 0 16%, #201a5c2e 18%, var(--color-teal) 51%, #625dade0 83%, transparent 85%);clip-path:polygon(var(--route-origin-x) calc(var(--route-origin-y) - 1.5px), var(--route-destination-x) calc(var(--route-destination-y) - 1.5px), var(--route-destination-x) calc(var(--route-destination-y) + 1.5px), var(--route-origin-x) calc(var(--route-origin-y) + 1.5px));position:absolute;inset:0}.route-node{z-index:1;background:var(--color-teal);border:3px solid #fff;border-radius:999px;width:14px;height:14px;position:absolute;transform:translate(-50%,-50%);box-shadow:0 10px 22px #201a5c47}.route-node--origin{top:var(--route-origin-y);left:var(--route-origin-x)}.route-node--mid{top:var(--route-mid-y);left:var(--route-mid-x);background:var(--color-green-teal)}.route-node--destination{top:var(--route-destination-y);left:var(--route-destination-x);background:var(--color-ocean-navy)}.map-legend{color:var(--color-slate);gap:20px;margin-top:14px;font-size:12px;display:flex}.map-legend span:before{background:var(--color-teal);content:"";border-radius:999px;width:7px;height:7px;margin-right:7px;display:inline-block}.recent-shipment-list{gap:18px;margin-top:18px;display:grid}.recent-shipment-list article{border-bottom:1px solid var(--color-border);grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding-bottom:16px;display:grid}.recent-shipment-list article:last-child{border-bottom:0;padding-bottom:0}.recent-shipment-list article>span{background:var(--color-teal);border-radius:999px;width:8px;height:8px}.recent-shipment-list strong,.task-list strong{color:var(--color-ocean-navy);font-size:14px}.recent-shipment-list p,.task-list p{color:var(--color-slate);margin:3px 0 0;font-size:12px}.recent-shipment-list em{color:var(--color-green-teal);font-size:12px;font-style:normal;font-weight:600}.landed-cost-card{border-radius:var(--radius-xl);background:var(--gradient-ocean-panel);color:#fff;grid-template-columns:1fr auto;align-items:center;gap:28px;padding:28px;display:grid}.landed-cost-card span,.landed-cost-card small{color:#ffffffc7;font-size:12px;font-weight:600;display:block}.landed-cost-card strong{margin:8px 0;font-size:28px;font-weight:600;display:block}.landed-cost-card button{border-radius:var(--radius-md);color:#fff;cursor:pointer;background:#ffffff2e;border:0;padding:12px 18px;font-size:14px;font-weight:600}.home-operations-section{padding:0 48px 48px}.home-operations-grid{width:min(var(--content-max-width), 100%);grid-template-columns:1.2fr 1fr .72fr;gap:28px;margin:0 auto;display:grid}.operations-panel__header>div{gap:10px;display:flex}.operations-tabs{border-bottom:1px solid var(--color-border);flex-wrap:wrap;gap:20px;margin:24px 0 16px;display:flex}.operations-tabs span{color:var(--color-slate);padding-bottom:12px;font-size:12px;font-weight:600}.operations-tabs span.is-active{color:var(--color-green-teal);box-shadow:inset 0 -2px 0 var(--color-teal)}.operations-table{display:grid;overflow:hidden}.operations-table div{border-bottom:1px solid var(--color-border);min-height:58px;color:var(--color-slate);align-items:center;gap:12px;padding:13px 0;font-size:12px;display:grid}.shipment-operations-table div{grid-template-columns:.72fr 1.45fr .52fr .78fr .7fr}.document-operations-table div{grid-template-columns:1.45fr .62fr .88fr .68fr}.operations-table strong{color:var(--color-ocean-navy)}.status-chip{white-space:nowrap;border-radius:999px;align-items:center;width:fit-content;padding:6px 9px;font-size:11px;font-weight:600;display:inline-flex}.status-chip--info{background:var(--color-seafoam);color:var(--color-green-teal)}.status-chip--success{color:#047857;background:#dcfce7}.status-chip--warning{color:#b45309;background:#fef3c7}.status-chip--danger{color:#b91c1c;background:#fee2e2}.progress-track{background:var(--color-sky-blue);border-radius:999px;height:7px;display:block;overflow:hidden}.progress-track span{border-radius:inherit;background:var(--gradient-teal-cta);height:100%;display:block}.task-list{gap:16px;margin-top:20px;display:grid}.task-list article{border:1px solid var(--color-border);border-radius:var(--radius-lg);grid-template-columns:1fr auto;align-items:center;gap:14px;padding:18px;display:grid}.task-list-link{color:var(--color-green-teal);margin-top:18px;font-size:14px;font-weight:600;display:inline-flex}.priority-chip{border-radius:999px;padding:6px 10px;font-size:12px;font-weight:600}.priority-chip--high{color:#b91c1c;background:#fee2e2}.priority-chip--medium{color:#1d4ed8;background:#dbeafe}.priority-chip--low{color:#047857;background:#dcfce7}.home-bottom-band{grid-template-columns:minmax(0,1fr);align-items:stretch;width:min(1440px,100% - 96px);margin:0 auto;padding:36px 0 56px;display:grid}.hero-value-strip{border-radius:var(--radius-2xl);background:linear-gradient(135deg, var(--brand-950) 0%, var(--brand-950) 100%);grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;width:100%;margin:0;padding:32px;display:grid}.hero-value-strip article{border-radius:var(--radius-xl);min-height:150px;box-shadow:none;text-align:center;background:0 0;border:1px solid #ffffff14;padding:18px}.hero-value-strip article>span{border-radius:var(--radius-md);width:34px;height:34px;color:var(--brand-100);background:#ececf724;place-items:center;margin:0 auto;display:grid}.hero-value-strip article>span svg{stroke-width:2.2px;width:20px;height:20px}.hero-value-strip h3{color:#fff;margin:16px 0 8px;font-size:14px;font-weight:600}.hero-value-strip p{color:#ffffffc7;margin:0;font-size:12px;line-height:1.45}.footer-cta{border-radius:var(--radius-2xl);background:var(--gradient-ocean-panel);color:#fff;justify-content:space-between;align-items:center;gap:28px;width:100%;min-height:100%;margin:0;padding:38px;display:flex;overflow:hidden}.footer-cta h2{color:#fff;max-width:760px;margin:0;font-size:clamp(28px,2.4vw,38px);font-weight:600;line-height:1.14}.footer-cta p{color:#ffffffb8;max-width:640px;margin:16px 0 0;font-size:18px;line-height:1.55}.footer-cta .secondary-button{color:var(--color-green-teal);border-color:#0000;margin-top:20px}.cta-product-placeholder{border-radius:var(--radius-xl);background:linear-gradient(135deg,#ffffffeb,#ddf2fadb),radial-gradient(circle at 30% 30%,#201a5c2e,#0000 28%);gap:12px;width:min(360px,100%);min-height:190px;padding:18px;display:grid;position:relative;overflow:hidden}.cta-product-placeholder article{border-radius:var(--radius-lg);background:#ffffffbd;border:1px solid #201a5c14;gap:4px;padding:14px;display:grid;box-shadow:0 12px 28px #201a5c14}.cta-product-placeholder span,.cta-product-placeholder small{color:var(--muted-foreground);font-size:11px;font-weight:600}.cta-product-placeholder strong{color:var(--color-midnight-violet);font-size:24px;font-weight:600;line-height:1}.landing-faq-section{padding-top:0}.landing-contact-section{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:clamp(32px,6vw,88px);width:min(1200px,100% - 96px);margin:0 auto;padding:64px 0 88px;display:grid}.landing-contact-copy>span{color:var(--primary);font-size:var(--text-caption);letter-spacing:.12em;text-transform:uppercase;font-weight:700}.landing-contact-copy h2{color:var(--foreground);margin:12px 0 16px;font-size:clamp(32px,4vw,52px);line-height:1.08}.landing-contact-copy>p{color:var(--muted-foreground);font-size:var(--text-body-lg);margin:0;line-height:1.65}.landing-contact-copy>div{color:var(--foreground);align-items:center;gap:10px;margin-top:24px;font-weight:600;display:flex}.landing-contact-copy svg{color:var(--primary)}.landing-contact-form{border:1px solid var(--border);border-radius:var(--radius-2xl);background:var(--card);box-shadow:var(--shadow-card);gap:18px;padding:clamp(22px,4vw,36px);display:grid}.landing-contact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.landing-contact-form label{gap:8px;display:grid}.landing-contact-form label>span{color:var(--foreground);font-size:var(--text-body-sm);font-weight:600}.landing-contact-form input,.landing-contact-form textarea{border:1px solid var(--border-strong);border-radius:var(--radius-lg);background:var(--surface-input);width:100%;color:var(--foreground);font:inherit;padding:13px 15px}.landing-contact-form textarea{resize:vertical;min-height:150px}.landing-contact-form input:focus-visible,.landing-contact-form textarea:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px;border-color:var(--primary)}.landing-contact-honeypot{position:absolute;left:-10000px}.landing-contact-submit-row{align-items:center;gap:16px;min-height:48px;display:flex}.landing-contact-submit-row button{border-radius:var(--radius-lg);background:var(--primary);min-height:46px;color:var(--primary-foreground);font:inherit;cursor:pointer;border:0;justify-content:center;align-items:center;gap:10px;padding:0 22px;font-weight:700;display:inline-flex}.landing-contact-submit-row button:disabled{cursor:wait;opacity:.7}.landing-contact-status{color:var(--success);font-size:var(--text-body-sm);margin:0;font-weight:600}.landing-contact-status.is-error{color:var(--danger)}.landing-faq-list{gap:14px;width:min(980px,100%);margin:0 auto;display:grid}.landing-faq-list details{border:1px solid var(--color-border);border-radius:var(--radius-xl);background:var(--card);box-shadow:none;padding:0 22px}.landing-faq-list summary{cursor:pointer;color:var(--color-ocean-navy);padding:22px 0;font-size:17px;font-weight:600;list-style:none}.landing-faq-list summary::-webkit-details-marker{display:none}.landing-faq-list summary:after{float:right;color:var(--color-midnight-violet);content:"+";font-size:24px;line-height:1}.landing-faq-list details[open] summary:after{content:"-"}.landing-faq-list p{border-top:1px solid var(--color-border);color:var(--muted-foreground);margin:0;padding:0 0 22px;font-size:15px;line-height:1.68}.landing-footer{background:radial-gradient(circle at 15% 0%, #ececf71f, transparent 32%), var(--brand-950);color:var(--brand-100);padding:0 48px 42px}.landing-footer__inner{width:min(var(--content-max-width), 100%);border-top:1px solid #ececf724;grid-template-columns:minmax(280px,1.05fr) minmax(520px,1.35fr);gap:48px;margin:0 auto;padding-top:42px;display:grid}.landing-footer__brand{align-content:start;gap:18px;display:grid}.landing-footer__logo{align-items:center;width:172px;height:40px;text-decoration:none;display:inline-flex;position:relative}.landing-footer__logo img{object-fit:contain;object-position:left center;width:100%;height:100%}.landing-footer__logo span{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.landing-footer__brand .app-logo{width:fit-content}.landing-footer__brand p{color:#ececf7b8;max-width:440px;margin:0;font-size:15px;line-height:1.64}.landing-footer__nav{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;display:grid}.landing-footer__nav section{align-content:start;gap:12px;display:grid}.landing-footer__nav h2{color:#fff;letter-spacing:0;margin:0 0 4px;font-size:13px;font-weight:600}.landing-footer__nav a{color:#ececf7b3;width:fit-content;font-size:14px;font-weight:600;text-decoration:none}.landing-footer__nav a:hover{color:#fff}.landing-footer__bottom{color:#ececf794;border-top:1px solid #ececf71a;grid-column:1/-1;padding-top:22px;font-size:13px;font-weight:600}.dark .home-hero{background:var(--gradient-soft-sea-glow), var(--gradient-hero-ocean-wash)}.dark .home-hero__copy h1,.dark .hero-trust-item,.dark .hero-float-card strong,.dark .home-dashboard-header h2,.dark .operations-panel__header h2,.dark .dashboard-card-header h3,.dark .recent-shipment-list strong,.dark .task-list strong,.dark .operations-table strong{color:#fff}.dark .home-hero__copy>p:not(.section-overline){color:#ffffffb8}.dark .hero-trust-item>span,.dark .hero-trust-item>span:after,.dark .hero-trust-item:first-child>span:before,.dark .hero-trust-item:nth-child(2)>span:before,.dark .hero-trust-item:nth-child(3)>span:before{border-color:var(--brand-100)}.dark .hero-trust-item:nth-child(2)>span:after{background:var(--brand-100)}.dark .hero-trust-item:first-child>span{background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 3L27 7V15.5C27 22.2 22.6 27.4 16 29C9.4 27.4 5 22.2 5 15.5V7L16 3Z' stroke='%23EBF2FA' stroke-width='3' stroke-linejoin='round'/%3E%3Cpath d='M11 16.4L14.4 19.8L21.5 12.7' stroke='%23EBF2FA' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.dark .hero-trust-item:nth-child(2)>span{background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='6' y='14' width='20' height='15' rx='4' stroke='%23EBF2FA' stroke-width='3'/%3E%3Cpath d='M10 14V10.5C10 7.2 12.7 4.5 16 4.5C19.3 4.5 22 7.2 22 10.5V14' stroke='%23EBF2FA' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M16 19V23' stroke='%23EBF2FA' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E")}.dark .hero-trust-item:nth-child(3)>span{background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='12' stroke='%23EBF2FA' stroke-width='3'/%3E%3Cpath d='M10.5 16.5L14.4 20.4L22 12.8' stroke='%23EBF2FA' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24 6L27 3' stroke='%23EBF2FA' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E")}.dark .hero-screen-shot{border-color:var(--border-strong);background:var(--surface-raised);box-shadow:var(--shadow-panel)}.dark .hero-screen-sidebar{border-color:var(--border);background:var(--shell)}.dark .hero-screen-main,.dark .hero-screen-card{border-color:var(--border);background:var(--card)}.dark .hero-screen-main{background:var(--background)}.dark .hero-screen-brand,.dark .hero-screen-header h2,.dark .hero-screen-card h3,.dark .hero-screen-card-header h3,.dark .hero-report-grid strong,.dark .hero-status-donut strong,.dark .hero-tracking-meta strong{color:#fff}.dark .hero-screen-sidebar nav span,.dark .hero-screen-tracking p,.dark .hero-doc-row,.dark .hero-exception-row,.dark .hero-status-layout span,.dark .hero-report-grid span{color:#ececf7b8}.dark .hero-screen-sidebar nav span.is-active,.dark .hero-screen-search,.dark .hero-report-grid article,.dark .hero-mini-map{background:#ececf714;border-color:#ececf71f}.dark .hero-screen-search,.dark .hero-screen-card-header small,.dark .hero-screen-card>small{color:#ececf79e}.dark .hero-float-card{border-color:var(--border-strong);background:var(--surface-raised);box-shadow:var(--shadow-floating)}.dark .hero-float-card p,.dark .hero-float-card small{color:#ececf7b8}.dark .hero-float-card>span{color:var(--brand-100);background:#ececf724}.dark .hero-float-card>span:after{display:none}.dark .hero-float-card--top>span{background:var(--brand-100);color:var(--brand-950)}.dark .hero-float-card--customs>span{color:#fff;background:#10b981}.dark .hero-float-card--eta>span{color:#fff;background:#3b82f6}.dark .home-hero .secondary-button{border-color:var(--border-strong);background:var(--surface-raised);color:var(--foreground)}.dark .footer-cta .secondary-button{border-color:color-mix(in srgb, var(--hero-highlight) 72%, #fff);background:var(--hero-highlight);color:var(--brand-950);box-shadow:0 10px 28px #110e313d}.dark .footer-cta .secondary-button:hover{background:color-mix(in srgb, var(--hero-highlight) 88%, #fff)}.dark .home-dashboard-preview,.dark .recent-shipments-card,.dark .operations-panel,.dark .shipment-overview-card{border-color:var(--border);background:var(--card)}.dark .home-dashboard-sidebar{border-color:var(--border);background:var(--shell)}.dark .home-dashboard-main,.dark .home-operations-section,.dark .home-operations-grid,.dark .home-bottom-band,.dark .landing-explainer-section,.dark .landing-faq-section{background:var(--background)}.dark .home-product-stage,.dark .landing-capabilities-section{background:var(--shell)}.dark .landing-workflow-section{background:var(--card)}.dark .landing-roles-section{background:var(--background)}.dark .landing-section-heading span{color:var(--brand-100);background:#ececf714;border-color:#ececf729}.dark .landing-section-heading h2,.dark .landing-explainer-grid h3,.dark .landing-workflow-steps h3,.dark .landing-capability-grid h3,.dark .landing-role-grid h3,.dark .landing-faq-list summary{color:#fff}.dark .landing-section-heading p,.dark .landing-explainer-grid p,.dark .landing-workflow-steps p,.dark .landing-capability-grid p,.dark .landing-role-grid p,.dark .landing-faq-list p{color:#ececf7b8}.dark .landing-explainer-grid article,.dark .landing-capability-grid article,.dark .landing-faq-list details{background:var(--card);border-color:#ececf724}.dark .landing-explainer-grid article>span{color:var(--brand-100);background:#ececf71a}.dark .landing-workflow-section{background:var(--card);border-color:#ececf724}.dark .landing-workflow-steps li{border-color:#ececf729}.dark .landing-workflow-steps li>span{color:var(--brand-100)}.dark .landing-capabilities-section{background:var(--shell)}.dark .landing-capability-preview{background:linear-gradient(135deg,#ececf714,#ffffff08);border-color:#ececf724}.dark .landing-capability-preview i{color:#ececf7b8;background:#ececf70f;border-color:#ececf71f}.dark .landing-role-grid article{background:var(--card)}.dark .landing-faq-list p{border-color:#ececf724}.dark .landing-faq-list summary:after{color:var(--brand-100)}.dark .home-dashboard-logo{color:#ffffffdb}.dark .home-dashboard-sidebar nav span{color:#ececf7b3}.dark .home-dashboard-sidebar nav span.is-active{color:var(--brand-100);background:#ececf71f}.dark .home-dashboard-search,.dark .mock-stat-grid article{background:var(--surface-muted);border-color:#ececf724}.dark .cta-product-placeholder{background:linear-gradient(135deg,#ececf71f,#ececf70f),radial-gradient(circle at 30% 30%,#ececf729,#0000 28%)}.dark .cta-product-placeholder article{background:#ececf71a;border-color:#ececf724}.dark .cta-product-placeholder span,.dark .cta-product-placeholder small{color:#ececf7b8}.dark .cta-product-placeholder strong{color:#fff}.dark .home-dashboard-search,.dark .mock-stat-grid span,.dark .map-legend,.dark .recent-shipment-list p{color:#ececf7a8}.dark .mock-stat-grid strong{color:var(--foreground)}.dark .mock-stat-grid small{color:var(--brand-100)}.dark .route-map{background:radial-gradient(circle, #201a5c38 1px, transparent 1px) 0 0 / 18px 18px, linear-gradient(135deg, var(--shell) 0%, var(--surface-muted) 100%)}.dark .route-line{background:linear-gradient(90deg, #ececf729, var(--brand-100), #ececf7ad)}.dark .recent-shipment-list article,.dark .operations-table div,.dark .task-list article,.dark .operations-tabs{border-color:#ececf724}@media (max-width:1180px){.home-dashboard-preview,.home-overview-grid,.home-operations-grid{grid-template-columns:1fr}.landing-explainer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-capability-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-workflow-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.landing-workflow-steps li,.landing-workflow-steps li+li{padding:22px 0 0}.landing-workflow-steps li+li:before{left:0}.home-hero__inner{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:32px}.home-hero__copy{width:100%}.hero-screen-shot{grid-template-columns:128px 1fr;width:calc(100% + 48px);height:500px;right:-48px}.hero-screen-main{grid-template-rows:auto 130px 140px 120px;gap:12px;padding:20px}.hero-float-card--right{right:-10px}.home-dashboard-sidebar{min-height:auto}}@media (max-width:980px){.global-nav__links,.theme-toggle__label{display:none}.home-hero{padding:0 20px}.home-product-stage{padding:32px 20px 36px}.home-operations-grid{width:100%}.landing-explainer-section,.landing-faq-section,.landing-workflow-section,.landing-capabilities-section,.landing-roles-section,.home-operations-section{padding-left:20px;padding-right:20px}.home-bottom-band{grid-template-columns:1fr;width:calc(100% - 40px);padding:28px 0 44px}.landing-contact-section{grid-template-columns:1fr;gap:32px;width:calc(100% - 40px);padding:48px 0 64px}.landing-footer{padding:0 20px 34px}.landing-footer__inner{grid-template-columns:1fr;gap:30px}.home-hero__inner{grid-template-columns:1fr;gap:28px;min-height:auto;padding:54px 0 0;display:grid;position:relative}.home-hero__copy{width:100%;padding-top:0;padding-left:0}.home-hero__copy h1{max-width:720px;font-size:clamp(42px,8.4vw,60px)}.home-hero__copy>p:not(.section-overline){max-width:620px}.hero-ocean-visual{width:calc(100% + 40px);min-height:500px;margin:8px -20px 0;position:relative;inset:auto}.hero-screen-shot{grid-template-columns:112px 1fr;width:min(820px,100% + 88px);height:440px;bottom:0;right:-44px;transform:perspective(1100px)rotateX(1deg)rotateY(-4deg)rotate(1.6deg)}.hero-screen-main{grid-template-rows:auto 118px 128px 96px;gap:10px;padding:18px}.hero-screen-header{grid-template-columns:1fr 220px 30px}.hero-report-grid{gap:8px}.hero-float-card--top{top:-22px;left:32px}.hero-float-card--right{top:146px;right:6px}.hero-float-card--customs{bottom:48px;left:8px}.hero-float-card--eta{bottom:14px;right:16px}.landed-cost-card,.home-dashboard-header,.operations-panel__header{grid-template-columns:1fr;align-items:start}}@media (max-width:767px){.global-nav{height:64px}.landing-contact-grid{grid-template-columns:1fr}.landing-contact-submit-row{flex-direction:column;align-items:stretch}.landing-contact-submit-row button{width:100%}.global-nav__inner{gap:10px;width:calc(100% - 24px)}.global-nav__actions{gap:8px;min-width:0}.global-nav .nav-dashboard-button{display:none}.global-nav .locale-menu__button{justify-content:center;width:40px;min-height:40px;padding:0}.global-nav .locale-menu__button>span:not(.locale-menu__flag){display:none}.global-nav .locale-menu__panel{right:-48px}.mobile-nav{display:block;position:relative}.mobile-nav__trigger{z-index:92;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface-input);width:40px;height:40px;color:var(--foreground);cursor:pointer;place-items:center;display:inline-grid;position:relative}.mobile-nav__trigger svg{width:19px;height:19px}.mobile-nav__backdrop{z-index:89;background:color-mix(in srgb, var(--background) 38%, transparent);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:0;position:fixed;inset:64px 0 0}.mobile-nav__panel{z-index:90;border-bottom:1px solid var(--border-strong);background:var(--surface-raised);box-shadow:var(--shadow-floating);gap:20px;padding:20px 18px 24px;display:grid;position:fixed;top:64px;left:0;right:0}.mobile-nav__panel nav{display:grid}.mobile-nav__panel nav a{border-bottom:1px solid var(--border);min-height:48px;color:var(--foreground);font-size:var(--text-body);justify-content:space-between;align-items:center;gap:16px;font-weight:600;display:flex}.mobile-nav__panel nav a svg{width:17px;height:17px;color:var(--muted-foreground)}.mobile-nav__cta{border-radius:var(--radius-md);background:var(--primary);min-height:46px;color:var(--primary-foreground);font-size:var(--text-body-sm);justify-content:center;align-items:center;gap:10px;font-weight:600;display:flex}.mobile-nav__cta svg{width:17px;height:17px}.global-nav [data-app-logo=public] span:first-child{width:128px;height:31px;margin-left:-3px}.primary-buy-button--small{display:none}.mock-stat-grid,.shipment-operations-table div,.document-operations-table div{grid-template-columns:1fr}.home-hero__copy h1{font-size:clamp(34px,11vw,44px)}.landing-explainer-grid{grid-template-columns:1fr}.landing-workflow-section,.landing-capabilities-section,.landing-roles-section{padding-top:48px;padding-bottom:48px}.landing-workflow-steps,.landing-capability-grid,.landing-role-grid{grid-template-columns:1fr}.landing-workflow-steps{gap:12px}.landing-workflow-steps li{min-height:0}.landing-section-heading h2{font-size:clamp(28px,9vw,38px)}.landing-section-heading p{font-size:16px}.home-hero__copy{gap:22px}.home-hero__copy>p:not(.section-overline){font-size:16px;line-height:1.58}.hero-actions{gap:12px}.hero-actions .primary-buy-button,.hero-actions .secondary-button{flex:150px;min-width:0}.hero-trust-row{grid-template-columns:1fr;gap:14px;margin-top:8px}.hero-ocean-visual{min-height:390px}.hero-screen-shot{grid-template-columns:88px 1fr;width:640px;height:330px;right:-92px}.hero-screen-sidebar{padding:16px 9px}.hero-screen-brand strong,.hero-screen-sidebar nav span:nth-child(n+7),.hero-screen-search,.hero-screen-avatar,.hero-screen-reporting,.hero-screen-exceptions{display:none}.hero-screen-main{grid-template-rows:auto 104px 112px;grid-template-columns:1fr .86fr;gap:8px;padding:14px}.hero-screen-header,.hero-screen-timeline{grid-column:1/-1}.hero-screen-tracking{grid-column:2}.hero-screen-docs,.hero-screen-status{grid-row:3}.hero-screen-card{padding:10px}.hero-screen-card h3,.hero-screen-card-header h3{font-size:9px}.hero-screen-card-header small,.hero-timeline-step strong,.hero-doc-row,.hero-status-layout span{font-size:7px}.hero-timeline-track{margin-top:20px}.hero-status-layout{grid-template-columns:48px 1fr;gap:8px;margin-top:8px}.hero-status-donut{width:44px;height:44px}.hero-status-donut strong{font-size:12px}.hero-float-card{grid-template-columns:28px 1fr;gap:10px;min-width:150px;max-width:178px;padding:12px}.hero-float-card>span{width:24px;height:24px}.hero-float-card>span svg{width:15px;height:15px}.hero-float-card--top{top:14px;left:16px}.hero-float-card--right,.hero-float-card--eta{display:none}.hero-float-card--customs{bottom:12px;left:12px}.hero-value-strip{grid-template-columns:1fr}.landing-footer__nav{grid-template-columns:1fr;gap:24px}.home-dashboard-sidebar{display:none}.home-dashboard-main,.operations-panel{padding:22px}.operations-panel__header,.operations-panel__header>div{flex-direction:column;align-items:stretch}}
.google-tag-manager-fallback{visibility:hidden;display:none}:root{--brand-950:#201a5c;--brand-900:#28206f;--brand-800:#322b87;--brand-700:#403a9e;--brand-600:#514bb3;--brand-500:#655fc6;--brand-400:#7e78d5;--brand-300:#a09be3;--brand-200:#c7c3f0;--brand-100:#e9e8fa;--brand-50:#f7f7fd;--background:#f7f7fb;--foreground:#191832;--shell:#f0f0f7;--card:#fff;--card-foreground:#191832;--surface:var(--card);--surface-muted:#edecfa;--surface-input:#f4f4f9;--surface-raised:#fff;--header-surface:var(--shell);--surface-1:var(--surface-input);--surface-2:var(--surface-muted);--muted:var(--surface-muted);--muted-foreground:#67657d;--border:#ddddea;--border-strong:#c9c8dc;--overlay:#15133475;--primary:#201a5c;--primary-hover:#28206f;--primary-foreground:#fff;--primary-subtle:#e9e8fa;--primary-subtle-foreground:#201a5c;--accent:var(--primary-subtle);--accent-foreground:var(--primary-subtle-foreground);--success:#168768;--success-bg:#e6f5ef;--warning:#a86b12;--warning-bg:#fff3d6;--warning-foreground:var(--warning);--danger:#c84657;--danger-bg:#fdebed;--info:#3568a8;--info-bg:#e9f1fb;--destructive:var(--danger);--destructive-foreground:#fff;--link:#322b87;--text-secondary:var(--muted-foreground);--focus-ring:#4a45996b;--hero-highlight:var(--brand-950);--chart-series-1:#2f2a78;--chart-series-2:#0f8a78;--chart-series-3:#d98214;--chart-series-4:#3275c5;--chart-series-5:#c84b6a;--chart-series-6:#1596a6;--chart-series-7:#7556b8;--chart-series-8:#64748b;--color-midnight-violet:var(--brand-950);--color-alice-blue:var(--brand-100);--color-violet-deep:var(--brand-950);--color-violet-hover:var(--brand-900);--color-violet-muted:var(--brand-700);--color-blue-mist:var(--brand-50);--color-ocean-navy:var(--color-midnight-violet);--color-deep-sea:var(--color-violet-deep);--color-teal:var(--color-midnight-violet);--color-green-teal:var(--color-violet-hover);--color-seafoam:var(--color-alice-blue);--color-ocean-blue:var(--brand-700);--color-sky-blue:var(--brand-200);--color-mist-blue:var(--brand-50);--color-white:#fff;--color-off-white:var(--background);--color-border:var(--border);--color-slate:var(--muted-foreground);--color-ink:var(--foreground);--color-success:var(--success);--color-warning:var(--warning);--color-danger:var(--danger);--gradient-hero-ocean-wash:linear-gradient(135deg, #fff 0%, #f7f7fd 45%, #e9e8fa 100%);--gradient-primary:linear-gradient(135deg, #201a5c 0%, #322b87 100%);--gradient-teal-cta:var(--gradient-primary);--gradient-ocean-panel:linear-gradient(135deg, #201a5c 0%, #403a9e 100%);--gradient-soft-sea-glow:radial-gradient(circle at 76% 24%, #514bb329, transparent 38%);--border-soft:1px solid var(--border);--border-teal:1px solid #201a5c47;--shadow-soft:0 1px 2px #201a5c0a;--shadow-card:0 8px 24px #201a5c12;--shadow-panel:0 20px 60px #201a5c1c;--shadow-floating:0 18px 48px #1210342e;--shadow-lg:var(--shadow-floating);--shadow-teal:0 12px 28px #201a5c29;--radius-xs:6px;--radius-sm:8px;--radius-md:10px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:20px;--radius-full:9999px;--font-primary:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display:var(--font-primary);--font-mono:"JetBrains Mono", "SFMono-Regular", Consolas, monospace;--text-micro:11px;--text-caption:12px;--text-body-sm:14px;--text-body:16px;--text-body-lg:18px;--text-heading-xs:20px;--text-heading-sm:28px;--text-heading:36px;--text-heading-lg:48px;--text-display:64px;--font-size-xs:var(--text-caption);--font-size-sm:var(--text-body-sm);--font-size-lg:var(--text-body-lg);--text-body-md:var(--text-body);--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--space-24:96px;--page-max-width:1440px;--content-max-width:1200px;--dashboard-max-width:1440px;--nav-height:72px;--sidebar-width:232px;--dashboard-header-height:64px;--motion-fast:.12s;--motion-base:.18s;--motion-slow:.28s;--ease-standard:cubic-bezier(.22, 1, .36, 1);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.dark{--background:#464778;--foreground:#f7f7fb;--shell:#2c2e5a;--card:#343765;--card-foreground:#f7f7fb;--surface:var(--card);--surface-muted:#3e4273;--surface-input:#484c7f;--surface-raised:#53578c;--header-surface:#1d1f46;--surface-1:var(--surface-input);--surface-2:var(--surface-muted);--muted:var(--surface-muted);--muted-foreground:#c8cae1;--border:#5a5e8d;--border-strong:#7075a5;--overlay:#12102b94;--primary:#9fa8ff;--primary-hover:#b4bcff;--primary-foreground:#201a5c;--primary-subtle:#3f4375;--primary-subtle-foreground:#f5f6ff;--accent:var(--primary-subtle);--accent-foreground:var(--primary-subtle-foreground);--link:#b9c2ff;--focus-ring:#9fa8ff9e;--hero-highlight:#f3c969;--chart-series-1:#a9b1ff;--chart-series-2:#58d5bd;--chart-series-3:#f4bd62;--chart-series-4:#78b8ff;--chart-series-5:#f58ca7;--chart-series-6:#62d3df;--chart-series-7:#c0a3ff;--chart-series-8:#b4bfd0;--success:#68d2ae;--success-bg:#32aa842e;--warning:#f1c56e;--warning-bg:#be812333;--warning-foreground:var(--warning);--danger:#f28b99;--danger-bg:#ca465933;--info:#8fbced;--info-bg:#3568a838;--destructive:var(--danger);--destructive-foreground:#201a2e;--color-border:var(--border);--color-slate:var(--muted-foreground);--color-ink:var(--foreground);--color-off-white:var(--background);--color-white:var(--card);--color-success:var(--success);--color-warning:var(--warning);--color-danger:var(--danger);--border-soft:1px solid var(--border);--border-teal:1px solid var(--border-strong);--gradient-hero-ocean-wash:linear-gradient(135deg, #2c2e5a 0%, #343765 54%, #3e4273 100%);--gradient-primary:linear-gradient(135deg, #7e78d5 0%, #b4bcff 100%);--gradient-teal-cta:var(--gradient-primary);--gradient-ocean-panel:linear-gradient(135deg, #322b87 0%, #655fc6 100%);--gradient-soft-sea-glow:radial-gradient(circle at 76% 24%, #9fa8ff2e, transparent 38%);--shadow-soft:0 1px 2px #0a091d33;--shadow-card:0 8px 24px #0a091d2e;--shadow-panel:0 20px 60px #0a091d3d;--shadow-floating:0 18px 48px #0a091d57;--shadow-teal:0 12px 28px #0a091d3d;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*,:before,:after{box-sizing:border-box}html,body{max-width:100vw;min-height:100vh;margin:0}body{background:var(--background);color:var(--foreground);font-family:var(--font-primary);font-size:var(--text-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;line-height:1.55}h1[class],h2[class],h3[class]{font-family:var(--font-display);text-wrap:balance;font-weight:600}h1[class]{letter-spacing:-.035em}h2[class]{letter-spacing:-.025em}h3[class]{letter-spacing:-.015em}a{color:inherit;text-decoration:none}:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}::selection{color:var(--primary-foreground);background:var(--primary)}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
