.waybill-v2 {
  --ink: #10221e;
  --muted: #64726e;
  --paper: #f4f7f2;
  --white: #ffffff;
  --line: #dce4de;
  --green: #00c89b;
  --green-dark: #003e34;
  --pink: #df1455;
  --font-heading: "Syne", sans-serif;
  --font-body: "DM Sans", sans-serif;
  --shadow: 0 24px 70px rgba(15, 43, 36, .14);
}

.waybill-v2, .waybill-v2 * { box-sizing: border-box; }
.waybill-v2 { overflow-x: clip; scroll-behavior: smooth; }
.waybill-v2 { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: var(--font-body); line-height: 1.6; }
.waybill-v2 img { display: block; max-width: 100%; }
.waybill-v2 a { color: inherit; }
.waybill-v2 .skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 16px; color: white; background: var(--green-dark); border-radius: 4px; font-weight: 700; text-decoration: none; transform: translateY(-150%); transition: transform .18s ease; }
.waybill-v2 .skip-link:focus { transform: translateY(0); }
.waybill-v2 a:focus-visible, .waybill-v2 summary:focus-visible { outline: 3px solid #f3a7c0; outline-offset: 4px; }
.waybill-v2 .wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.waybill-v2 .site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(220,228,222,.8); background: rgba(244,247,242,.88); backdrop-filter: blur(16px); }
.waybill-v2 .nav { min-height: 76px; display: flex; align-items: center; gap: 32px; }
.waybill-v2 .brand { display: inline-flex; align-items: center; gap: 8px; color: var(--pink); font-family: var(--font-heading); font-size: 1.28rem; font-weight: 800; letter-spacing: -.045em; text-decoration: none; }
.waybill-v2 .brand-orbit { display: grid; place-items: center; width: 25px; height: 25px; border: 2px solid currentColor; border-radius: 50%; font-family: var(--font-body); font-size: 1rem; line-height: 1; }
.waybill-v2 .nav-links { margin-left: auto; display: flex; gap: 28px; }
.waybill-v2 .nav-links a { color: #465650; text-decoration: none; font-weight: 600; font-size: .9rem; }
.waybill-v2 .nav-links a:hover { color: var(--ink); }
.waybill-v2 .button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 8px; color: white; background: var(--pink); text-decoration: none; font-weight: 700; box-shadow: 0 10px 24px rgba(223,20,85,.18); transition: transform .2s ease, box-shadow .2s ease; }
.waybill-v2 .button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(223,20,85,.25); }
.waybill-v2 .button-small { min-height: 44px; padding-inline: 18px; font-size: .9rem; }
.waybill-v2 .hero { position: relative; isolation: isolate; min-height: 680px; display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: center; padding-block: 104px 64px; }
.waybill-v2 .hero::before { content: ""; position: absolute; z-index: -1; left: 18px; top: 152px; width: 430px; height: 430px; background: url("../images/waybill-v2/waybill-mark.png") center / contain no-repeat; opacity: .25; filter: grayscale(1) contrast(.92); pointer-events: none; }
.waybill-v2 .hero-copy { position: relative; z-index: 2; }
.waybill-v2 .eyebrow { display: flex; align-items: center; gap: 10px; color: #1a7360; text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 800; }
.waybill-v2 .eyebrow span { width: 30px; height: 2px; background: var(--green); }
.waybill-v2 .eyebrow.light { color: #a9d7cc; }
.waybill-v2 h1, .waybill-v2 h2, .waybill-v2 h3 { margin: 0; color: var(--ink); font-family: var(--font-heading); line-height: 1.08; letter-spacing: -.035em; }
.waybill-v2 .product-views h2, .waybill-v2 .product-views h3,
.waybill-v2 .unified-system h2, .waybill-v2 .unified-system h3,
.waybill-v2 .fit-section h2, .waybill-v2 .fit-section h3,
.waybill-v2 .cta-section h2, .waybill-v2 .cta-section h3 { color: #fff; }
.waybill-v2 h1 { margin-top: 24px; font-size: clamp(3.35rem, 5.4vw, 5.7rem); }
.waybill-v2 h1 em { color: var(--pink); font-style: normal; }
.waybill-v2 .text-accent { color: var(--pink); }
.waybill-v2 .hero-lead { margin: 28px 0 0; max-width: 590px; color: #566762; font-size: 1.12rem; }
.waybill-v2 .hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 26px; }
.waybill-v2 .text-link { text-decoration: none; font-weight: 700; }
.waybill-v2 .text-link span { color: var(--pink); padding-left: 4px; }
.waybill-v2 .proof-list { display: flex; flex-wrap: wrap; gap: 14px 24px; margin: 38px 0 0; padding: 0; list-style: none; color: #4d5d58; font-size: .83rem; font-weight: 600; }
.waybill-v2 .proof-list li::before { content: "✓"; margin-right: 8px; color: #008f72; font-weight: 800; }
.waybill-v2 .hero-visual { position: relative; top: -80px; width: 123.2%; min-width: 0; margin-left: -11.6%; }
.waybill-v2 .hero-product { position: relative; z-index: 2; border: 2.2px solid transparent; border-radius: 18px; overflow: hidden; background: linear-gradient(#fff,#fff) padding-box, linear-gradient(135deg,#087b5d 0%,#00d694 48%,#9beaaf 100%) border-box; box-shadow: 0 26px 72px rgba(0,135,96,.18); transform: perspective(1400px) rotateY(-3deg) rotateX(1deg); }
.waybill-v2 .hero-product::after { content: ""; position: absolute; inset: auto -80px -120px 20%; height: 180px; border-radius: 50%; background: linear-gradient(90deg,rgba(0,159,111,.18),rgba(91,233,158,.28)); filter: blur(70px); z-index: -1; }
.waybill-v2 .hero-sticker { position: absolute; z-index: 3; object-fit: contain; filter: drop-shadow(0 14px 18px rgba(8,55,44,.2)); pointer-events: none; }
.waybill-v2 .hero-sticker-ship { width: 156px; right: 48px; bottom: -58px; transform: rotate(-5deg); }
.waybill-v2 .hero-sticker-aircraft { width: 122px; right: 4px; bottom: 8px; transform: rotate(-5deg); }
.waybill-v2 .hero-sticker-containers { width: 88px; right: -18px; bottom: -54px; transform: rotate(-3deg); }
.waybill-v2 .window-bar { height: 44px; display: flex; align-items: center; gap: 12px; padding: 0 16px; border-bottom: 1px solid #e3e9e4; color: #60706a; font-size: .76rem; font-weight: 700; }
.waybill-v2 .window-bar b { margin-left: auto; color: #007b63; }
.waybill-v2 .window-dots { display: flex; gap: 5px; }
.waybill-v2 .window-dots i { width: 8px; height: 8px; border-radius: 50%; background: #dbe3de; }
.waybill-v2 .hero-product > img { width: 100%; aspect-ratio: 1737 / 877; object-fit: contain; object-position: center; background: #f2f8f5; }
.waybill-v2 .signal-strip { color: white; background: linear-gradient(90deg,#003e34 0%,#054a3e 24%,#09594a 48%,#0d6a59 70%,#16826d 86%,#32a189 100%); }
.waybill-v2 .signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: transparent; }
.waybill-v2 .signal-grid a { min-height: 100px; display: flex; align-items: center; gap: 14px; padding: 20px 26px; border: 0; background: transparent; text-decoration: none; transition: background-color .2s ease; }
.waybill-v2 .signal-grid a:hover { background-color: rgba(255,255,255,.055); }
.waybill-v2 .signal-grid a:last-child { border-right: 0; }
.waybill-v2 .signal-grid strong { color: var(--green); font-family: var(--font-heading); font-size: .76rem; }
.waybill-v2 .signal-grid span { font-weight: 700; font-size: .9rem; }
.waybill-v2 .sales-flow-section { overflow: clip; padding-block: 104px 118px; background: #edf4ef; }
.waybill-v2 .sales-flow-head { display: grid; grid-template-columns: 1.08fr .62fr; gap: 100px; align-items: end; }
.waybill-v2 .sales-flow-head h2 { margin-top: 16px; max-width: 820px; font-size: clamp(2.6rem,4.25vw,4.25rem); letter-spacing: -.035em; }
.waybill-v2 .sales-flow-head > p { max-width: 520px; color: var(--muted); font-size: 1.04rem; line-height: 1.7; }
.waybill-v2 .sales-flow-stage { position: relative; width: min(1500px, calc(100% - 48px)); height: 300vh; min-height: 2100px; margin: 76px auto 0; }
.waybill-v2 .sales-flow-pin { position: sticky; top: 76px; height: calc(100vh - 76px); min-height: 610px; }
.waybill-v2 .sales-flow-progress { position: absolute; z-index: 5; top: 14px; left: 50%; display: flex; align-items: center; gap: 8px; padding: 7px; border: 1px solid rgba(5,115,91,.14); border-radius: 8px; background: rgba(255,255,255,.78); box-shadow: 0 12px 34px rgba(10,64,51,.1); backdrop-filter: blur(14px); transform: translateX(-50%); }
.waybill-v2 .sales-flow-progress button { min-height: 38px; padding: 0 14px; border: 0; border-radius: 5px; color: #65746f; background: transparent; font: 700 .76rem/1 var(--font-body); cursor: pointer; transition: color .35s ease, background .35s ease, transform .35s ease; }
.waybill-v2 .sales-flow-progress button span { margin-right: 6px; color: #00a77d; font-family: var(--font-heading); }
.waybill-v2 .sales-flow-progress button.is-active { color: white; background: #075c4a; transform: translateY(-1px); }
.waybill-v2 .sales-flow-progress button.is-active span { color: #5de2bd; }
.waybill-v2 .commercial-step { position: absolute; inset: 100px 0 18px; min-width: 0; display: grid; grid-template-columns: minmax(0,1.62fr) minmax(280px,.38fr); gap: 54px; align-items: center; opacity: 0; pointer-events: none; transform: translateY(36px) scale(.988); transition: opacity .72s ease, transform .86s cubic-bezier(.16,.78,.2,1); will-change: opacity, transform; }
.waybill-v2 .commercial-step.is-active { z-index: 2; opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }
.waybill-v2 .commercial-step.is-leaving { transform: translateY(-34px) scale(.99); }
.waybill-v2 .commercial-step .sales-screen { opacity: .4; clip-path: inset(0 0 0 18% round 18px); transform: translateX(24px); transition: opacity .62s ease .08s, clip-path .92s cubic-bezier(.16,.78,.2,1) .04s, transform .84s cubic-bezier(.16,.78,.2,1) .04s; will-change: opacity, transform, clip-path; }
.waybill-v2 .commercial-step-middle .sales-screen { clip-path: inset(0 18% 0 0 round 18px); transform: translateX(-24px); }
.waybill-v2 .commercial-step.is-active .sales-screen { opacity: 1; clip-path: inset(0 round 18px); transform: translateX(0); }
.waybill-v2 .commercial-step .step-person, .waybill-v2 .commercial-step .step-note { opacity: 0; transform: translateY(16px); transition: opacity .55s ease .2s, transform .72s cubic-bezier(.16,.78,.2,1) .16s; will-change: opacity, transform; }
.waybill-v2 .commercial-step.is-active .step-person, .waybill-v2 .commercial-step.is-active .step-note { opacity: 1; transform: translateY(0); }
.waybill-v2 .commercial-step-middle { grid-template-columns: minmax(280px,.38fr) minmax(0,1.62fr); }
.waybill-v2 .commercial-step-person .sales-screen { grid-column: 1; grid-row: 1; }
.waybill-v2 .commercial-step-person .step-person { grid-column: 2; grid-row: 1; }
.waybill-v2 .commercial-step-middle .step-note { grid-column: 1; grid-row: 1; }
.waybill-v2 .commercial-step-middle .sales-screen { grid-column: 2; grid-row: 1; }
.waybill-v2 .step-person { min-height: 420px; display: grid; grid-template-rows: 245px auto; align-content: center; padding: 10px 0; }
.waybill-v2 .commercial-step:first-child .step-person, .waybill-v2 .commercial-step:last-child .step-person { position: static; left: auto; right: auto; }
.waybill-v2 .step-person > img { width: 100%; height: 255px; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 18px 26px rgba(12,58,47,.12)); }
.waybill-v2 .step-person > div { align-self: start; padding: 18px 22px 0; text-align: center; }
.waybill-v2 .step-person span, .waybill-v2 .step-note span { display: block; color: #08765f; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.waybill-v2 .step-person strong, .waybill-v2 .step-note strong { display: block; margin-top: 9px; font-family: var(--font-heading); font-size: 1.42rem; line-height: 1.18; letter-spacing: -.025em; }
.waybill-v2 .step-person p, .waybill-v2 .step-note p { margin: 12px auto 0; max-width: 320px; color: var(--muted); font-size: .91rem; line-height: 1.65; }
.waybill-v2 .step-person-reverse { grid-template-columns: none; }
.waybill-v2 .step-person-reverse > img { grid-column: auto; grid-row: 1; }
.waybill-v2 .step-person-reverse > div { grid-column: auto; grid-row: 2; padding: 18px 22px 0; }
.waybill-v2 .step-note { min-height: 420px; display: grid; grid-template-rows: 245px auto; align-content: center; padding: 10px 0; }
.waybill-v2 .step-note > img { width: 100%; height: 255px; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 18px 26px rgba(12,58,47,.12)); }
.waybill-v2 .step-note > div { align-self: start; padding: 18px 22px 0; text-align: center; }
.waybill-v2 .sales-screen { position: relative; justify-self: center; width: 90%; min-width: 0; aspect-ratio: 2.05 / 1; margin: 0; overflow: hidden; border: 1px solid #d4e1da; border-radius: 18px; background: white; box-shadow: 0 24px 58px rgba(11,53,43,.16); }
.waybill-v2 .sales-screen img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: top left; }
.waybill-v2 .flow-arrow { display: none; }
.waybill-v2 .flow-arrow::before { content: ""; position: absolute; left: 8px; right: 13px; top: 27px; height: 3px; border-radius: 999px; background: linear-gradient(90deg,#047b61,#34d6a0); }
.waybill-v2 .flow-arrow::after { content: ""; position: absolute; right: 10px; top: 20px; width: 14px; height: 14px; border-top: 3px solid #28be91; border-right: 3px solid #28be91; transform: rotate(45deg); }
.waybill-v2 .flow-arrow span { position: absolute; left: 5px; top: 20px; width: 17px; height: 17px; border: 3px solid #08785f; border-radius: 50%; background: #edf4ef; }
.waybill-v2 .section { padding-block: 84px; }
.waybill-v2 .section-intro h2 { margin-top: 18px; max-width: 720px; font-size: clamp(2.6rem, 4.4vw, 4.4rem); }
.waybill-v2 .section-intro > p, .waybill-v2 .split-intro > p { color: var(--muted); font-size: 1.05rem; }
.waybill-v2 .split-intro { display: grid; grid-template-columns: 1.1fr .7fr; gap: 90px; align-items: end; }
.waybill-v2 .workflow-grid { margin-top: 60px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.waybill-v2 .workflow-card { position: relative; overflow: hidden; min-height: 390px; padding: 34px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.waybill-v2 .workflow-card.featured { grid-column: 1 / -1; min-height: 520px; display: grid; grid-template-columns: .5fr 1.5fr; gap: 38px; align-items: center; padding: 48px; }
.waybill-v2 .shipment-detail-gallery { position: relative; align-self: center; min-width: 0; overflow: hidden; border: 1px solid #cfe0d7; border-radius: 14px; background: #f5faf7; box-shadow: 0 18px 54px rgba(18,54,45,.14); }
.waybill-v2 .shipment-gallery-bar { height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 16px; border-bottom: 1px solid #dce7e1; color: #2e5349; background: rgba(255,255,255,.94); font-size: .72rem; font-weight: 800; letter-spacing: .025em; }
.waybill-v2 .shipment-gallery-bar b { display: inline-flex; align-items: center; gap: 8px; color: #00886c; font-weight: 800; }
.waybill-v2 .gallery-status-dot { width: 7px; height: 7px; border-radius: 50%; background: #00ad83; box-shadow: 0 0 0 5px rgba(0,173,131,.1); animation: gallery-pulse 2s ease-in-out infinite; }
@keyframes gallery-pulse { 50% { box-shadow: 0 0 0 8px rgba(0,173,131,0); } }
.waybill-v2 .shipment-gallery-columns { width: 100%; height: clamp(319px,27.5vw,385px); display: flex; gap: 0; overflow: hidden; background: linear-gradient(90deg,rgba(2,38,32,.16),rgba(4,108,86,.06)),url("../images/waybill-v2/shipment-gallery-panorama-cartoon-v3.png") center / cover no-repeat,#075d4d; }
.waybill-v2 .shipment-gallery-column { position: relative; min-width: 0; flex: 1 1 0; overflow: hidden; padding: 0; border: 0; color: white; background: transparent; cursor: pointer; isolation: isolate; opacity: 1; transition: flex .58s cubic-bezier(.2,.75,.18,1), opacity .24s ease, filter .35s ease, background .35s ease; }
.waybill-v2 .shipment-gallery-column::before { content: ""; position: absolute; z-index: 1; inset: 0; opacity: 0; pointer-events: none; transition: opacity .35s ease; }
.waybill-v2 .shipment-gallery-column::after { content: ""; position: absolute; z-index: 3; inset: 0; border: 2px solid transparent; pointer-events: none; transition: border-color .25s ease; }
.waybill-v2 .shipment-column-screen { position: absolute; inset: 14px 14px 64px; width: calc(100% - 28px); height: calc(100% - 78px); object-fit: contain; object-position: center; opacity: 0; visibility: hidden; transform: scale(.975); border: 1px solid #dce8e2; border-radius: 8px; background: white; box-shadow: 0 12px 30px rgba(9,59,47,.12); transition: opacity .28s ease, visibility 0s linear .32s, transform .5s cubic-bezier(.2,.75,.18,1); }
.waybill-v2 .shipment-column-label { position: absolute; z-index: 2; inset: 0; display: grid; place-items: center; padding: 12px; text-align: center; }
.waybill-v2 .shipment-column-label strong { color: #effff9; font: 800 clamp(.79rem,1.1vw,.95rem)/1 var(--font-heading); letter-spacing: .02em; white-space: nowrap; writing-mode: vertical-rl; text-shadow: 0 2px 6px rgba(0,24,20,.92),0 0 18px rgba(0,32,26,.78); transform: rotate(180deg); }
.waybill-v2 .shipment-gallery-columns.has-active .shipment-gallery-column { flex: 0 0 0; opacity: 0; filter: none; pointer-events: none; }
.waybill-v2 .shipment-gallery-columns.has-active .shipment-gallery-column.is-active { flex: 1 1 100%; opacity: 1; pointer-events: auto; }
.waybill-v2 .shipment-gallery-column.is-active { background: #edf5f1; }
.waybill-v2 .shipment-gallery-column.is-active::before { opacity: 0; }
.waybill-v2 .shipment-gallery-column.is-active::after, .waybill-v2 .shipment-gallery-column:focus-visible::after { border-color: #00ad83; }
.waybill-v2 .shipment-gallery-column.is-active .shipment-column-screen { opacity: 1; visibility: visible; transform: none; transition-delay: .08s,0s,0s; }
.waybill-v2 .shipment-gallery-column.is-active .shipment-column-label { inset: auto 14px 0; width: auto; min-height: 50px; grid-template-columns: auto 1fr auto; place-items: center start; align-content: center; gap: 10px; padding: 10px 14px; color: #164d41; text-align: left; border-top: 1px solid #d5e4dc; background: transparent; }
.waybill-v2 .shipment-gallery-column.is-active .shipment-column-label strong { color: #164d41; font-size: .88rem; white-space: normal; writing-mode: horizontal-tb; transform: none; }
.waybill-v2 .shipment-gallery-column:focus-visible { outline: none; }
.waybill-v2 .shipment-gallery-columns.has-active .shipment-gallery-column.is-active .shipment-column-label { opacity: 0; visibility: hidden; pointer-events: none; }
.waybill-v2 .shipment-gallery-switcher { position: absolute; z-index: 6; left: 14px; right: 14px; bottom: 10px; display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 4px; padding: 5px; border: 1px solid rgba(7,92,74,.16); border-radius: 10px; background: rgba(255,255,255,.96); box-shadow: 0 10px 28px rgba(7,57,46,.15); backdrop-filter: blur(12px); }
.waybill-v2 .shipment-gallery-switcher[hidden] { display: none; }
.waybill-v2 .shipment-gallery-switcher button { min-width: 0; min-height: 38px; padding: 6px 8px; overflow: hidden; border: 0; border-radius: 6px; color: #49635b; background: transparent; font: 800 .66rem/1.15 var(--font-body); text-overflow: ellipsis; white-space: nowrap; cursor: pointer; transition: color .2s ease,background .2s ease,box-shadow .2s ease; }
.waybill-v2 .shipment-gallery-switcher button:hover, .waybill-v2 .shipment-gallery-switcher button:focus-visible { color: #006c55; background: #e7f6ef; outline: none; }
.waybill-v2 .shipment-gallery-switcher button.is-active { color: white; background: linear-gradient(135deg,#05745c,#00a77d); box-shadow: 0 5px 13px rgba(0,117,91,.2); }
.waybill-v2 .featured-copy { min-width: 0; }
.waybill-v2 .cargo-sticker-strip { width: 100%; max-width: 390px; height: 110px; margin-top: 28px; object-fit: contain; object-position: left center; filter: drop-shadow(0 10px 12px rgba(8,62,49,.16)); }
.waybill-v2 .card-number { position: absolute; right: 26px; top: 18px; color: #c8d4cf; font-family: var(--font-heading); font-size: 2rem; font-weight: 800; }
.waybill-v2 .card-kicker { margin: 0 0 10px; color: #07836b; font-size: .73rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.waybill-v2 .workflow-card h3 { max-width: 470px; font-size: clamp(1.75rem, 2.8vw, 2.65rem); }
.waybill-v2 .workflow-card p:not(.card-kicker) { max-width: 530px; color: var(--muted); }
.waybill-v2 .workflow-card.dark { color: white; background: var(--green-dark); border-color: var(--green-dark); }
.waybill-v2 .workflow-card.dark p { color: #abc4bd; }
.waybill-v2 .workflow-visual-card { min-height: 360px; display: flex; flex-direction: column; padding: 30px; }
.waybill-v2 .shipment-execution-card { background: linear-gradient(155deg,#fff 0%,#f5fbf8 100%); }
.waybill-v2 .workflow-card-copy { position: relative; z-index: 2; padding-right: 30px; }
.waybill-v2 .workflow-visual-card h3 { max-width: 510px; font-size: clamp(2rem,2.9vw,2.75rem); line-height: 1.02; }
.waybill-v2 .workflow-visual-card .workflow-card-copy > p:last-child { margin-top: 20px; max-width: 510px; }
.waybill-v2 .cost-sheet-card { background: linear-gradient(155deg,#064a3e 0%,#003d33 100%); }
.waybill-v2 .workflow-simple-line { position: relative; z-index: 2; margin-top: 24px; display: flex; align-items: center; gap: 12px; color: #126a57; font-size: .78rem; font-weight: 800; }
.waybill-v2 .workflow-simple-line span { padding: 9px 12px; border-radius: 999px; background: #e2f5ed; }
.waybill-v2 .workflow-simple-line i { color: #00a77d; font: normal 1rem/1 sans-serif; }
.waybill-v2 .mini-metric { position: relative; z-index: 2; margin-top: 18px; display: flex; justify-content: space-between; align-items: center; gap: 18px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.17); }
.waybill-v2 .mini-metric span { color: #9ec0b7; font-size: .8rem; }
.waybill-v2 .mini-metric strong { color: var(--green); }
.waybill-v2 .product-views { color: white; background: #062e27; }
.waybill-v2 .product-views .split-intro > p { color: #a9c5bd; }
.waybill-v2 .demo-layout { display: grid; grid-template-columns: .74fr 1.26fr; margin-top: 54px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: #0a3b32; box-shadow: 0 26px 80px rgba(0,0,0,.2); scroll-margin-top: 100px; }
.waybill-v2 .demo-copy { display: flex; flex-direction: column; justify-content: center; padding: 48px; }
.waybill-v2 .demo-label { color: #7ce8c7; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.waybill-v2 .demo-copy h3 { margin-top: 14px; font-size: clamp(2rem,3.2vw,3.4rem); }
.waybill-v2 .demo-copy > p { margin: 20px 0 0; color: #b2cbc3; }
.waybill-v2 .demo-steps { margin-top: 28px; border-top: 1px solid rgba(255,255,255,.13); }
.waybill-v2 .demo-steps div { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.13); color: #d9e8e3; font-size: .84rem; }
.waybill-v2 .demo-steps strong { color: #63dfbb; font-family: var(--font-heading); font-size: .72rem; }
.waybill-v2 .button-gradient { align-self: flex-start; margin-top: 30px; background: linear-gradient(115deg,#00845f,#00c98f 58%,#77dea2); box-shadow: 0 12px 28px rgba(0,202,145,.18); }
.waybill-v2 .video-frame { position: relative; width: calc(100% - 56px); min-height: 0; margin: 28px; aspect-ratio: 16 / 9; align-self: center; justify-self: center; overflow: hidden; border-radius: 0; background: linear-gradient(135deg,#0b4a3e,#031e19); transform: translateX(-36px); }
.waybill-v2 .video-frame::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 10%,rgba(100,235,172,.16),transparent 45%); pointer-events: none; }
.waybill-v2 .video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; border-radius: 0; background: #021a16; box-shadow: 0 20px 48px rgba(0,0,0,.32); }
.waybill-v2 .product-proof-row { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 44px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.035); }
.waybill-v2 .product-proof-row div { min-height: 100px; padding: 23px 26px; border-right: 1px solid rgba(255,255,255,.14); }
.waybill-v2 .product-proof-row div:last-child { border-right: 0; }
.waybill-v2 .product-proof-row strong { display: block; color: #75e6c5; font-family: var(--font-heading); font-size: .92rem; }
.waybill-v2 .product-proof-row span { display: block; margin-top: 5px; color: #b6cdc6; font-size: .82rem; }
.waybill-v2 .dashboard-stage { position: relative; min-height: 480px; margin-top: 24px; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; background: #09261f; box-shadow: 0 26px 80px rgba(0,0,0,.25); scroll-margin-top: 100px; }
.waybill-v2 .dashboard-stage > img { width: 100%; height: 100%; min-height: 480px; object-fit: cover; object-position: center top; opacity: .88; }
.waybill-v2 .dashboard-stage::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,28,23,.94) 0%, rgba(3,28,23,.70) 38%, rgba(3,28,23,0) 72%); }
.waybill-v2 .dashboard-overlay { position: absolute; z-index: 2; left: 54px; bottom: 52px; width: min(490px, calc(100% - 70px)); }
.waybill-v2 .dashboard-overlay > span, .waybill-v2 .view-copy > span { color: #75e6c5; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.waybill-v2 .dashboard-overlay h3 { margin-top: 12px; font-size: clamp(2.1rem, 3.5vw, 3.65rem); }
.waybill-v2 .dashboard-overlay a { display: inline-flex; gap: 10px; margin-top: 25px; color: white; font-weight: 700; text-decoration: none; }
.waybill-v2 .dashboard-overlay a b { color: var(--green); }
.waybill-v2 .view-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 22px; }
.waybill-v2 .view-card { overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; color: white; background: #0a3b32; text-decoration: none; scroll-margin-top: 100px; transition: transform .22s ease, border-color .22s ease; }
.waybill-v2 .view-card:hover { transform: translateY(-4px); border-color: rgba(117,230,197,.65); }
.waybill-v2 .view-image { height: 260px; overflow: hidden; background: #edf7f3; }
.waybill-v2 .view-image img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.waybill-v2 .view-card-docs .view-image { position: relative; background: radial-gradient(circle at 45% 45%, #d8f8ed 0, #edf8f4 48%, #cce9df 100%); }
.waybill-v2 .view-card-docs .view-image::before { content: "8 report formats"; position: absolute; left: 26px; top: 24px; padding: 8px 12px; border-radius: 999px; color: #075746; background: rgba(255,255,255,.88); font-size: .72rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.waybill-v2 .view-card-docs .view-image img { width: auto; height: calc(100% - 36px); margin: 18px auto; padding: 0; filter: drop-shadow(0 15px 24px rgba(7,56,45,.22)); }
.waybill-v2 .view-card-docs { grid-column: 1 / -1; display: grid; grid-template-columns: .7fr 1.3fr; }
.waybill-v2 .view-card-docs .view-image { height: 360px; }
.waybill-v2 .view-card-docs .view-copy { display: flex; flex-direction: column; justify-content: center; min-height: 360px; padding-inline: 54px; }
.waybill-v2 .view-card-docs .view-copy h3 { font-size: clamp(1.8rem, 3vw, 3rem); }
.waybill-v2 .view-copy { min-height: 245px; padding: 27px 30px 28px; }
.waybill-v2 .view-copy h3 { margin-top: 10px; max-width: 430px; font-size: 1.55rem; }
.waybill-v2 .view-copy p { max-width: 470px; margin: 13px 0 0; color: #aec6bf; font-size: .88rem; }
.waybill-v2 .view-copy b { display: block; margin-top: 24px; color: #a9c9c0; font-size: .82rem; }
.waybill-v2 .document-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.waybill-v2 .document-tags span { padding: 7px 10px; border: 1px solid rgba(117,230,197,.28); border-radius: 999px; color: #bfe2d8; font-size: .72rem; font-weight: 700; }
.waybill-v2 .surface { background: white; }
.waybill-v2 .centered { text-align: center; }
.waybill-v2 .centered .eyebrow { justify-content: center; }
.waybill-v2 .centered h2, .waybill-v2 .centered p { margin-inline: auto; }
.waybill-v2 .centered p { max-width: 660px; }
.waybill-v2 .unified-system { overflow: hidden; color: white; background: #062e27; }
.waybill-v2 .unified-system-head { display: grid; grid-template-columns: 1fr .72fr; gap: 90px; align-items: end; }
.waybill-v2 .unified-system-head h2 { margin-top: 18px; max-width: 820px; font-size: clamp(2.6rem,4.4vw,4.4rem); }
.waybill-v2 .unified-system-head > p { color: #aec9c1; font-size: 1.02rem; }
.waybill-v2 .team-capability-map { width: min(1380px,calc(100% - 48px)); margin: 66px auto 0; display: grid; grid-template-columns: repeat(12,1fr); gap: 22px; }
.waybill-v2 .team-capability-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 22px; background: linear-gradient(155deg,rgba(255,255,255,.09),rgba(255,255,255,.025)); transition: border-color .25s ease, transform .25s ease, background .25s ease; }
.waybill-v2 .team-capability-card::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(90deg,rgba(4,48,40,.98) 0%,rgba(4,48,40,.88) 48%,rgba(4,48,40,.3) 100%); }
.waybill-v2 .team-card-support::after { background: linear-gradient(0deg,rgba(4,48,40,.98) 0%,rgba(4,48,40,.88) 47%,rgba(4,48,40,.16) 100%); }
.waybill-v2 .team-capability-card:hover { border-color: rgba(111,230,193,.42); background: linear-gradient(155deg,rgba(255,255,255,.115),rgba(255,255,255,.035)); transform: translateY(-4px); }
.waybill-v2 .team-card-sales, .waybill-v2 .team-card-operations { min-height: 360px; display: block; }
.waybill-v2 .team-card-sales { grid-column: span 5; }
.waybill-v2 .team-card-operations { grid-column: span 7; }
.waybill-v2 .team-card-copy { position: relative; z-index: 2; padding: 38px; }
.waybill-v2 .team-card-sales .team-card-copy, .waybill-v2 .team-card-operations .team-card-copy { max-width: 66%; min-height: 360px; padding: 30px; }
.waybill-v2 .team-card-sales h3, .waybill-v2 .team-card-operations h3 { margin-top: 14px; font-size: clamp(1.55rem,2.15vw,2.15rem); }
.waybill-v2 .team-card-sales p, .waybill-v2 .team-card-operations p { margin-top: 12px; font-size: .84rem; }
.waybill-v2 .team-card-sales .module-tags, .waybill-v2 .team-card-operations .module-tags { margin-top: 16px; }
.waybill-v2 .team-card-sales a, .waybill-v2 .team-card-operations a { margin-top: 18px; }
.waybill-v2 .team-card-index { display: inline-flex; padding: 7px 10px; border-radius: 999px; color: #052c24; background: #6fe6c1; font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.waybill-v2 .team-capability-card h3 { margin-top: 18px; font-size: clamp(1.65rem,2.5vw,2.55rem); }
.waybill-v2 .team-capability-card p { margin: 15px 0 0; color: #b7cec7; font-size: .9rem; line-height: 1.55; }
.waybill-v2 .module-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.waybill-v2 .module-tags span { padding: 7px 9px; border: 1px solid rgba(111,230,193,.24); border-radius: 999px; color: #d7e9e3; background: rgba(111,230,193,.06); font-size: .68rem; font-weight: 700; }
.waybill-v2 .team-capability-card a { display: inline-flex; gap: 8px; margin-top: 24px; color: white; font-size: .78rem; font-weight: 800; text-decoration: none; }
.waybill-v2 .team-capability-card a b, .waybill-v2 .shared-dashboard-bar a b { color: #6fe6c1; }
.waybill-v2 .team-card-visual { position: absolute; z-index: 0; inset: 0; min-width: 0; display: grid; place-items: center; overflow: hidden; color: #72e6c2; background: radial-gradient(circle at 72% 40%,rgba(111,230,193,.2),transparent 44%),linear-gradient(145deg,rgba(111,230,193,.08),rgba(255,255,255,.015)); }
.waybill-v2 .team-role-icon { position: absolute; z-index: 2; right: 4%; width: min(48%,270px); aspect-ratio: 1; color: inherit; background: currentColor; opacity: .62; filter: drop-shadow(0 16px 28px rgba(0,0,0,.18)); -webkit-mask: var(--team-icon) center / contain no-repeat; mask: var(--team-icon) center / contain no-repeat; }
.waybill-v2 .team-visual-number { position: absolute; z-index: 1; right: 18px; top: 2px; color: rgba(255,255,255,.06); font: 800 6rem/1 var(--font-heading); }
.waybill-v2 .team-visual-sales { color: #75e7c4; }
.waybill-v2 .team-visual-operations { color: #80ddff; background: radial-gradient(circle at 50% 45%,rgba(67,184,226,.18),transparent 46%),linear-gradient(145deg,rgba(67,184,226,.08),rgba(255,255,255,.015)); }
.waybill-v2 .team-visual-documents { color: #f4c96e; }
.waybill-v2 .team-visual-finance { color: #bfa5ff; }
.waybill-v2 .team-visual-admin { color: #ff9ebc; }
.waybill-v2 .team-card-support { grid-column: span 4; min-height: 360px; display: flex; align-items: flex-start; }
.waybill-v2 .team-card-support .team-card-visual { inset: 0; }
.waybill-v2 .team-card-support .team-role-icon { left: 50%; right: auto; top: 24px; width: min(58%,230px); opacity: .52; transform: translateX(-50%); }
.waybill-v2 .team-card-support .team-card-copy { width: 100%; padding: 22px 24px 24px; }
.waybill-v2 .team-card-support h3 { margin-top: 14px; font-size: 1.32rem; }
.waybill-v2 .team-card-support p { min-height: 54px; margin-top: 10px; font-size: .78rem; }
.waybill-v2 .team-card-support .module-tags { gap: 5px; margin-top: 16px; }
.waybill-v2 .team-card-support .module-tags span { padding: 5px 7px; font-size: .62rem; }
.waybill-v2 .shared-dashboard-bar { width: min(1180px,calc(100% - 48px)); margin: 28px auto 0; display: grid; grid-template-columns: 170px 1fr auto; gap: 28px; align-items: center; padding: 22px 26px; border: 1px solid rgba(111,230,193,.3); border-radius: 16px; background: linear-gradient(90deg,rgba(111,230,193,.1),rgba(255,255,255,.035)); }
.waybill-v2 .shared-dashboard-bar div span { display: block; color: #8bcfc0; font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.waybill-v2 .shared-dashboard-bar div strong { display: block; margin-top: 3px; color: #72e6c2; font-family: var(--font-heading); }
.waybill-v2 .shared-dashboard-bar p { margin: 0; color: #c2d9d2; font-size: .85rem; }
.waybill-v2 .shared-dashboard-bar a { color: white; font-size: .76rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.waybill-v2 .fit-section { color: white; background: #082e28; }
.waybill-v2 .fit-grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: 76px; }
.waybill-v2 .fit-grid h2 { margin-top: 18px; font-size: clamp(2.6rem, 4.2vw, 4.2rem); }
.waybill-v2 .fit-list article { min-height: 204px; display: grid; gap: 28px; align-items: center; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.15); }
.waybill-v2 .fit-row-image-left { grid-template-columns: 180px .52fr 1fr; grid-template-areas: "image title copy"; }
.waybill-v2 .fit-row-image-right { grid-template-columns: .52fr 1fr 230px; grid-template-areas: "title copy image"; }
.waybill-v2 .fit-person { grid-area: image; align-self: end; width: 180px; height: 196px; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 16px 22px rgba(0,0,0,.22)); }
.waybill-v2 .fit-person-team { width: 230px; }
.waybill-v2 .fit-person-pair { width: 205px; }
.waybill-v2 .fit-list strong { grid-area: title; color: var(--green); font-family: var(--font-heading); font-size: 1rem; }
.waybill-v2 .fit-list p { grid-area: copy; margin: 0; color: #abc1bb; }
.waybill-v2 .narrow h2 { max-width: 600px; }
.waybill-v2 .faq-accordion { position: relative; max-width: 1100px; margin: 54px auto 0; display: grid; gap: 18px; padding: 42px; border: 1px solid rgba(5,115,91,.13); border-radius: 24px; background-color: #e8f5ef; background-image: radial-gradient(rgba(5,115,91,.14) 1.2px,transparent 1.2px); background-size: 18px 18px; box-shadow: 0 20px 56px rgba(15,52,43,.08); }
.waybill-v2 .faq-item { min-width: 0; }
.waybill-v2 .faq-item summary { position: relative; min-height: 74px; display: grid; grid-template-columns: 54px minmax(0,1fr) 38px; gap: 16px; align-items: center; padding: 10px 14px 10px 10px; border: 1px solid rgba(7,92,74,.14); border-radius: 18px 18px 18px 5px; color: #102c25; background: rgba(255,255,255,.94); box-shadow: 0 10px 24px rgba(5,78,63,.08); cursor: pointer; list-style: none; transition: border-color .2s ease,transform .2s ease,box-shadow .2s ease; }
.waybill-v2 .faq-item summary::-webkit-details-marker { display: none; }
.waybill-v2 .faq-item summary::after { content: ""; position: absolute; left: 14px; bottom: -10px; width: 18px; height: 18px; border-left: 1px solid rgba(7,92,74,.14); border-bottom: 1px solid rgba(7,92,74,.14); background: white; transform: skewY(-34deg); }
.waybill-v2 .faq-item summary:hover { border-color: rgba(0,167,125,.32); box-shadow: 0 13px 30px rgba(5,78,63,.12); transform: translateY(-1px); }
.waybill-v2 .faq-customer-avatar { position: relative; z-index: 2; width: 54px; height: 54px; overflow: hidden; display: grid; place-items: center; border: 1px solid rgba(7,92,74,.16); border-radius: 50%; background: #f5fbf8; }
.waybill-v2 .faq-customer-avatar img { width: 100%; height: 100%; object-fit: cover; }
.waybill-v2 .faq-question-text { font-family: var(--font-heading); font-size: 1.05rem; font-weight: 700; letter-spacing: -.015em; }
.waybill-v2 .faq-toggle { position: relative; width: 32px; height: 32px; border: 1.5px solid #00a77d; border-radius: 50%; background: rgba(0,167,125,.05); }
.waybill-v2 .faq-toggle::before, .waybill-v2 .faq-toggle::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 2px; border-radius: 99px; background: #00a77d; transform: translate(-50%,-50%); transition: transform .2s ease; }
.waybill-v2 .faq-toggle::after { transform: translate(-50%,-50%) rotate(90deg); }
.waybill-v2 .faq-item[open] .faq-toggle::after { transform: translate(-50%,-50%) rotate(0deg); }
.waybill-v2 .faq-answer-row { display: flex; justify-content: flex-end; align-items: flex-end; gap: 12px; padding: 18px 14px 5px 92px; }
.waybill-v2 .faq-answer-row p { position: relative; max-width: 760px; margin: 0; padding: 17px 20px; border-radius: 18px 18px 5px 18px; color: white; background: linear-gradient(135deg,#074f42,#0a8066); box-shadow: 0 10px 25px rgba(5,83,65,.17); font-size: .92rem; line-height: 1.6; }
.waybill-v2 .faq-answer-row p::after { content: ""; position: absolute; right: -7px; bottom: 0; width: 16px; height: 16px; background: #0a8066; transform: skewY(34deg); }
.waybill-v2 .faq-waybill-avatar { position: relative; z-index: 2; flex: 0 0 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(0,167,125,.22); border-radius: 50%; background: rgba(255,255,255,.92); box-shadow: 0 7px 18px rgba(5,78,63,.12); }
.waybill-v2 .faq-waybill-avatar img { width: 27px; height: 27px; object-fit: contain; }
.waybill-v2 .cta-section { padding-block: 84px; color: white; background: var(--pink); }
.waybill-v2 .cta-inner { display: grid; grid-template-columns: 1.05fr .75fr; gap: 100px; align-items: center; }
.waybill-v2 .cta-inner h2 { margin-top: 18px; font-size: clamp(2.8rem, 4.6vw, 4.6rem); }
.waybill-v2 .cta-inner p { color: rgba(255,255,255,.82); font-size: 1.05rem; }
.waybill-v2 .button-light { margin-top: 14px; color: var(--ink); background: white; box-shadow: none; }

/* WordPress product.css applies a 1200px cap and horizontal padding to every
   direct child section. Keep the Waybill page's full-bleed bands and restore
   the local preview's exact inner widths even if that stylesheet is cached. */
main#main-content.waybill-v2 > section,
main#main-content.waybill-v2 > div.section-divider {
  max-width: none;
  margin-inline: 0;
  padding-inline: 0;
}
main#main-content.waybill-v2 > section.wrap {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

/* Dark mode follows the theme's data-theme switch while retaining the
   intentionally dark product-tour, team and audience bands in both modes. */
[data-theme="dark"] .waybill-v2 {
  --paper: #071b17;
  --ink: #f3f8f6;
  --muted: #a8bbb5;
  --line: #29443d;
  color: var(--ink);
  background: var(--paper);
}
[data-theme="dark"] .waybill-v2 .hero-lead,
[data-theme="dark"] .waybill-v2 .proof-list,
[data-theme="dark"] .waybill-v2 .section-intro > p,
[data-theme="dark"] .waybill-v2 .split-intro > p,
[data-theme="dark"] .waybill-v2 .workflow-card p:not(.card-kicker) {
  color: var(--muted);
}
[data-theme="dark"] .waybill-v2 .hero::before { opacity: .16; filter: grayscale(1) brightness(1.35); }
[data-theme="dark"] .waybill-v2 .sales-flow-section { background: #0b2520; }
[data-theme="dark"] .waybill-v2 .sales-flow-progress {
  border-color: rgba(111,230,193,.2);
  background: rgba(7,31,26,.88);
  box-shadow: 0 12px 34px rgba(0,0,0,.28);
}
[data-theme="dark"] .waybill-v2 .sales-flow-progress button { color: #afc1bc; }
[data-theme="dark"] .waybill-v2 .sales-flow-progress button.is-active { color: white; background: #08705a; }
[data-theme="dark"] .waybill-v2 .step-person span,
[data-theme="dark"] .waybill-v2 .step-note span,
[data-theme="dark"] .waybill-v2 .card-kicker { color: #63dfbb; }
[data-theme="dark"] .waybill-v2 .workflow-card {
  border-color: #29443d;
  background: #102923;
}
[data-theme="dark"] .waybill-v2 .shipment-execution-card {
  background: linear-gradient(155deg,#132f29 0%,#0b211c 100%);
}
[data-theme="dark"] .waybill-v2 .workflow-card.dark,
[data-theme="dark"] .waybill-v2 .cost-sheet-card {
  border-color: #176553;
  background: linear-gradient(155deg,#075243 0%,#04362d 100%);
}
[data-theme="dark"] .waybill-v2 .workflow-simple-line { color: #9ed1c3; }
[data-theme="dark"] .waybill-v2 .workflow-simple-line span { background: #173f35; }
[data-theme="dark"] .waybill-v2 .shipment-detail-gallery {
  border-color: #315047;
  background: #102a24;
}
[data-theme="dark"] .waybill-v2 .shipment-gallery-bar {
  border-color: #315047;
  color: #d4e5df;
  background: rgba(10,38,32,.96);
}
[data-theme="dark"] .waybill-v2 .surface { background: #0b211c; }
[data-theme="dark"] .waybill-v2 .faq-accordion {
  border-color: rgba(111,230,193,.18);
  background-color: #0f2c25;
  background-image: radial-gradient(rgba(111,230,193,.13) 1.2px,transparent 1.2px);
  box-shadow: 0 20px 56px rgba(0,0,0,.24);
}
[data-theme="dark"] .waybill-v2 .faq-item summary {
  border-color: rgba(111,230,193,.2);
  color: #eef8f4;
  background: rgba(17,49,41,.96);
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}
[data-theme="dark"] .waybill-v2 .faq-item summary::after {
  border-color: rgba(111,230,193,.2);
  background: #113129;
}
[data-theme="dark"] .waybill-v2 .faq-customer-avatar { border-color: #315047; background: #173b32; }
[data-theme="dark"] .waybill-v2 .faq-waybill-avatar { background: #f5fbf8; }
[data-theme="dark"] .waybill-v2 .button-light { color: #08231d; }
.waybill-v2 .footer { padding-block: 38px; color: #b6cbc5; background: #06211c; }
.waybill-v2 .footer-inner { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.waybill-v2 .brand-footer { color: white; }
.waybill-v2 .footer p { margin: 8px 0 0; font-size: .82rem; }
.waybill-v2 .footer span { color: var(--green); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }

@media (max-width: 980px) {
.waybill-v2 .hero { grid-template-columns: 1fr; min-height: auto; gap: 48px; padding-top: 78px; }
.waybill-v2 .hero-copy { max-width: 760px; }
.waybill-v2 .hero::before { left: 8vw; right: auto; top: 190px; width: 280px; height: 280px; opacity: .25; }
.waybill-v2 .hero-product { transform: none; }
.waybill-v2 .hero-visual { top: 0; width: calc(100% - 46px); margin: 44px 0 28px 23px; }
.waybill-v2 .split-intro, .waybill-v2 .fit-grid { grid-template-columns: 1fr; gap: 46px; }
.waybill-v2 .sales-flow-head { grid-template-columns: 1fr; gap: 28px; }
.waybill-v2 .sales-flow-stage { width: min(760px,calc(100% - 48px)); height: auto; min-height: 0; }
.waybill-v2 .sales-flow-pin { position: static; height: auto; min-height: 0; display: flex; flex-direction: column; gap: 72px; }
.waybill-v2 .sales-flow-progress { display: none; }
.waybill-v2 .commercial-step, .waybill-v2 .commercial-step-middle { position: relative; inset: auto; grid-template-columns: 1fr; gap: 22px; opacity: 1; pointer-events: auto; transform: none; }
.waybill-v2 .commercial-step .sales-screen, .waybill-v2 .commercial-step-middle .sales-screen { width: 100%; aspect-ratio: auto; opacity: 1; clip-path: none; transform: none; }
.waybill-v2 .sales-screen img { height: auto; }
.waybill-v2 .commercial-step .step-person, .waybill-v2 .commercial-step .step-note { opacity: 1; transform: none; }
.waybill-v2 .commercial-step-person .step-person, .waybill-v2 .commercial-step-person .sales-screen, .waybill-v2 .commercial-step-middle .step-note, .waybill-v2 .commercial-step-middle .sales-screen { grid-column: 1; grid-row: auto; }
.waybill-v2 .commercial-step:first-child .step-person, .waybill-v2 .commercial-step:last-child .step-person { left: auto; right: auto; }
.waybill-v2 .flow-arrow { display: none; }
.waybill-v2 .step-person { min-height: 330px; grid-template-rows: 195px auto; }
.waybill-v2 .step-person > img { height: 205px; }
.waybill-v2 .step-note { min-height: 330px; grid-template-rows: 195px auto; padding: 0; text-align: center; }
.waybill-v2 .step-note > img { height: 205px; }
.waybill-v2 .workflow-card.featured { grid-template-columns: 1fr; padding: 42px 34px; }
.waybill-v2 .demo-layout { grid-template-columns: 1fr; }
.waybill-v2 .video-frame { width: calc(100% - 48px); min-height: 0; margin: 24px; aspect-ratio: 16 / 9; transform: none; }
.waybill-v2 .video-frame iframe { border-radius: 0; }
.waybill-v2 .view-grid { grid-template-columns: 1fr; }
.waybill-v2 .product-proof-row { grid-template-columns: 1fr; }
.waybill-v2 .product-proof-row div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.waybill-v2 .product-proof-row div:last-child { border-bottom: 0; }
.waybill-v2 .view-card-docs { grid-column: auto; grid-template-columns: 1fr; }
.waybill-v2 .view-card-docs .view-image { height: 260px; }
.waybill-v2 .view-card-docs .view-copy { min-height: 230px; padding: 28px 30px; }
.waybill-v2 .unified-system-head { grid-template-columns: 1fr; gap: 28px; }
.waybill-v2 .team-capability-map { width: min(760px,calc(100% - 48px)); grid-template-columns: 1fr; }
.waybill-v2 .team-card-sales, .waybill-v2 .team-card-operations, .waybill-v2 .team-card-support { grid-column: auto; }
.waybill-v2 .team-card-sales, .waybill-v2 .team-card-operations { min-height: 360px; }
.waybill-v2 .team-card-support { min-height: 340px; grid-template-columns: 210px 1fr; grid-template-rows: none; align-items: flex-start; }
.waybill-v2 .team-card-support .team-card-visual { align-self: stretch; min-height: 310px; }
.waybill-v2 .team-card-support p { min-height: 0; }
.waybill-v2 .shared-dashboard-bar { grid-template-columns: 150px 1fr; }
.waybill-v2 .shared-dashboard-bar a { grid-column: 2; }
.waybill-v2 .cta-inner { grid-template-columns: 1fr; gap: 34px; }
}

@media (max-width: 720px) {
.waybill-v2 .wrap { width: min(100% - 30px, 1180px); }
main#main-content.waybill-v2 > section.wrap { width: min(100% - 30px, 1180px); }
.waybill-v2 .nav { min-height: 66px; }
.waybill-v2 .brand { font-size: 1.1rem; }
.waybill-v2 .nav-links { display: none; }
.waybill-v2 .button-small { margin-left: auto; min-height: 40px; padding-inline: 14px; }
.waybill-v2 .hero { padding-block: 64px; }
.waybill-v2 .hero::before { left: 4vw; right: auto; top: 210px; width: 230px; height: 230px; opacity: .25; }
.waybill-v2 .hero-visual { width: auto; margin: 38px 28px 34px; }
.waybill-v2 .hero-sticker-ship { width: 104px; right: 32px; bottom: -40px; }
.waybill-v2 .hero-sticker-aircraft { width: 82px; right: 2px; bottom: 6px; }
.waybill-v2 .hero-sticker-containers { width: 62px; right: -10px; bottom: -38px; }
.waybill-v2 h1 { font-size: clamp(2.75rem, 14vw, 4.4rem); }
.waybill-v2 .hero-actions { align-items: flex-start; flex-direction: column; }
.waybill-v2 .signal-grid { grid-template-columns: 1fr 1fr; }
.waybill-v2 .signal-grid a { min-height: 78px; border: 0; }
.waybill-v2 .section { padding-block: 78px; }
.waybill-v2 .sales-flow-section { padding-block: 74px 84px; }
.waybill-v2 .sales-flow-stage { margin-top: 38px; }
.waybill-v2 .step-person, .waybill-v2 .step-person-reverse { min-height: 310px; grid-template-columns: 1fr; grid-template-rows: 180px auto; padding-inline: 4px; }
.waybill-v2 .step-person > img, .waybill-v2 .step-person-reverse > img { grid-column: 1; grid-row: 1; height: 190px; }
.waybill-v2 .step-person > div, .waybill-v2 .step-person-reverse > div { grid-column: 1; grid-row: 2; padding: 14px 8px 0; }
.waybill-v2 .step-note { min-height: 310px; grid-template-rows: 180px auto; padding: 0 4px; }
.waybill-v2 .step-note > img { height: 190px; }
.waybill-v2 .step-note > div { padding: 14px 8px 0; }
.waybill-v2 .demo-copy { padding: 34px 28px; }
.waybill-v2 .video-frame { width: calc(100% - 28px); min-height: 0; margin: 14px; aspect-ratio: 16 / 9; }
.waybill-v2 .video-frame iframe { inset: 0; width: 100%; height: 100%; }
.waybill-v2 .workflow-grid { grid-template-columns: 1fr; }
.waybill-v2 .workflow-card.featured { grid-column: auto; min-height: auto; }
.waybill-v2 .workflow-card { min-height: 360px; }
.waybill-v2 .shipment-gallery-columns { height: 396px; }
.waybill-v2 .shipment-gallery-bar b { display: none; }
.waybill-v2 .dashboard-stage, .waybill-v2 .dashboard-stage > img { min-height: 430px; }
.waybill-v2 .dashboard-stage > img { object-position: 65% top; }
.waybill-v2 .dashboard-overlay { left: 26px; bottom: 28px; width: calc(100% - 52px); }
.waybill-v2 .view-image { height: 210px; }
.waybill-v2 .team-capability-map { width: min(100% - 30px,520px); margin-top: 40px; }
.waybill-v2 .team-card-sales, .waybill-v2 .team-card-operations { min-height: 380px; }
.waybill-v2 .team-card-sales .team-card-copy, .waybill-v2 .team-card-operations .team-card-copy { max-width: 100%; min-height: 380px; }
.waybill-v2 .team-card-sales .team-role-icon, .waybill-v2 .team-card-operations .team-role-icon { right: -4%; width: 78%; opacity: .27; }
.waybill-v2 .team-card-copy { padding: 28px 24px; }
.waybill-v2 .team-card-support { min-height: 390px; }
.waybill-v2 .team-card-support .team-role-icon { top: 22px; width: 66%; opacity: .4; }
.waybill-v2 .team-card-support .team-card-copy { padding: 24px; }
.waybill-v2 .shared-dashboard-bar { width: min(100% - 30px,520px); grid-template-columns: 1fr; gap: 10px; }
.waybill-v2 .shared-dashboard-bar a { grid-column: auto; white-space: normal; }
.waybill-v2 .faq-accordion { padding: 20px 14px; border-radius: 18px; }
.waybill-v2 .faq-item summary { grid-template-columns: 46px minmax(0,1fr) 32px; gap: 11px; min-height: 66px; padding: 9px; }
.waybill-v2 .faq-customer-avatar { width: 46px; height: 46px; }
.waybill-v2 .faq-question-text { font-size: .93rem; }
.waybill-v2 .faq-toggle { width: 28px; height: 28px; }
.waybill-v2 .faq-answer-row { padding: 16px 4px 4px 28px; }
.waybill-v2 .faq-answer-row p { padding: 14px 16px; font-size: .86rem; }
.waybill-v2 .faq-waybill-avatar { flex-basis: 40px; height: 40px; }
.waybill-v2 .fit-list article { grid-template-columns: 1fr; grid-template-areas: "image" "title" "copy"; gap: 8px; padding-block: 22px; }
.waybill-v2 .fit-person, .waybill-v2 .fit-person-team, .waybill-v2 .fit-person-pair { width: 180px; height: 180px; justify-self: center; }
.waybill-v2 .footer-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 680px) {
.waybill-v2 .shipment-gallery-columns { height: 429px; display: grid; grid-template-columns: repeat(3,1fr); grid-template-rows: repeat(2,1fr); gap: 0; }
.waybill-v2 .shipment-gallery-column { min-height: 0; transition: opacity .3s ease, transform .3s ease; }
.waybill-v2 .shipment-gallery-columns.has-active { display: block; }
.waybill-v2 .shipment-gallery-columns.has-active .shipment-gallery-column { display: none; }
.waybill-v2 .shipment-gallery-columns.has-active .shipment-gallery-column.is-active { display: block; width: 100%; height: 100%; }
.waybill-v2 .shipment-column-label { padding: 12px 8px; }
.waybill-v2 .shipment-column-screen { inset: 12px 12px 64px; width: calc(100% - 24px); height: calc(100% - 76px); }
.waybill-v2 .shipment-gallery-column.is-active .shipment-column-label { inset: auto 12px 0; width: auto; }
.waybill-v2 .shipment-gallery-switcher { left: 8px; right: 8px; bottom: 8px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.waybill-v2 .shipment-gallery-switcher button { min-height: 34px; font-size: .62rem; }
.waybill-v2 .shipment-detail-gallery.has-active-view .shipment-column-screen { height: calc(100% - 120px); }
}

@media (hover: none) {
.waybill-v2 .gallery-status-dot { animation: none; }
}

@media (prefers-reduced-motion: reduce) {
.waybill-v2 { scroll-behavior: auto; }
.waybill-v2, .waybill-v2 * { transition: none !important; }
}
