.dispatch-hero {
    position: relative;
    padding: 66px 0 74px;
    background:
        radial-gradient(circle at 82% 12%, rgba(246, 252, 255, 0.76) 0, rgba(246, 252, 255, 0.24) 34%, transparent 52%),
        linear-gradient(118deg, var(--primary) 0%, var(--primary) 70%, #F6FCFF 100%);
    color: #fff;
    overflow: hidden;
}

.dispatch-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(135deg, rgba(255,255,255,.1) 0 1px, transparent 1px 18px);
    pointer-events: none;
}

.dispatch-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, .95fr);
    gap: 40px;
    align-items: center;
}

.dispatch-kicker {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 7px 14px;
    border: 1px solid rgba(255,255,255,.42);
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    font-size: 13px;
    font-weight: 800;
}

.dispatch-copy .bevel-pill,
.dispatch-cta .bevel-pill {
    margin-bottom: 16px;
}

.dispatch-copy h1 {
    max-width: 760px;
    margin-bottom: 16px;
    font-size: clamp(34px, 4.7vw, 56px);
    line-height: 1.08;
}

.dispatch-copy p {
    max-width: 650px;
    margin-bottom: 22px;
    color: rgba(255,255,255,.86);
    font-size: 16px;
    line-height: 1.68;
}

.dispatch-actions,
.dispatch-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.dispatch-btn {
    min-width: 190px;
    box-shadow: 0 16px 30px rgba(0, 48, 78, 0.18);
}

.dispatch-proof {
    margin-top: 18px;
}

.dispatch-proof span {
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    color: rgba(255,255,255,.86);
    font-size: 13px;
    font-weight: 700;
}

.dispatch-product {
    padding: 22px;
    border: 1px solid rgba(255,255,255,.34);
    border-radius: 18px;
    background: rgba(246,252,255,.94);
    box-shadow: 0 34px 44px rgba(0,0,0,.22);
}

.product-topbar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
    color: var(--text-light);
    font-weight: 700;
}

.product-topbar strong {
    color: var(--primary);
}

.product-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 14px;
}

.product-panel {
    padding: 18px;
    border: 1px solid #dbe7ef;
    border-radius: 14px;
    background: #fff;
    color: var(--text);
}

.product-panel-main {
    grid-row: span 2;
}

.panel-heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.job-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 12px 0;
    border-top: 1px solid #edf2f6;
}

.job-row strong,
.job-row span,
.job-row em {
    display: block;
}

.job-row span {
    color: var(--text-light);
    font-size: 12px;
}

.job-row em {
    color: var(--primary);
    font-style: normal;
    font-weight: 800;
}

.job-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--primary);
}

.job-dot.yellow {
    background: var(--accent);
}

.metric-label {
    color: var(--text-light);
    font-size: 13px;
    font-weight: 700;
}

.metric-value {
    display: block;
    margin: 6px 0 12px;
    color: var(--primary);
    font-size: 28px;
}

.mini-chart {
    display: flex;
    align-items: end;
    gap: 8px;
    height: 62px;
}

.mini-chart span {
    width: 100%;
    border-radius: 8px 8px 0 0;
    background: var(--primary);
}

.crew-stack {
    display: flex;
    margin-top: 16px;
}

.crew-stack span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-right: -8px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    font-weight: 800;
}

.dispatch-section {
    padding: 90px 0;
}

.dispatch-section h2,
.dispatch-band h2,
.dispatch-cta h2 {
    max-width: 780px;
    margin: 0 auto 14px;
    color: #1a1a2e;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.12;
    text-align: center;
}

.dispatch-subtitle {
    max-width: 760px;
    margin: 0 auto 46px;
    color: var(--text-light);
    font-size: 17px;
    text-align: center;
}

.dispatch-dashboard-section {
    padding: 92px 0;
    background:
        linear-gradient(180deg, #fff 0%, #f6fcff 100%);
}

.dispatch-dashboard-heading {
    max-width: 850px;
    margin: 0 auto 42px;
    text-align: center;
}

.dispatch-dashboard-heading .dispatch-kicker {
    border-color: #c9e5f5;
    background: #fff;
    color: var(--primary);
}

.dispatch-dashboard-heading h2 {
    margin: 0 0 14px;
    color: #1a1a2e;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.12;
}

.dispatch-dashboard-heading p {
    margin: 0;
    color: var(--text-light);
    font-size: 17px;
    line-height: 1.72;
}

.dispatch-service-widget-grid {
    display: grid;
    grid-template-columns: 1.15fr .925fr .925fr;
    gap: 22px;
    align-items: stretch;
}

.service-widget-card {
    display: flex;
    min-height: 420px;
    flex-direction: column;
    padding: 26px;
    border: 1px solid #dcebf4;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(0, 48, 78, 0.07);
}

.service-widget-card-primary {
    background:
        linear-gradient(160deg, rgba(0, 106, 167, 0.08), rgba(246, 252, 255, 0.9)),
        #fff;
}

.service-widget-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.service-widget-top span {
    color: var(--primary);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.service-widget-top strong {
    padding: 8px 11px;
    border-radius: 999px;
    background: #f6fcff;
    color: var(--primary);
    font-size: 12px;
}

.service-widget-card h3 {
    margin: 0 0 12px;
    color: #1a1a2e;
    font-size: 23px;
    line-height: 1.18;
}

.service-widget-card p {
    margin: 0 0 24px;
    color: var(--text-light);
    font-size: 14px;
    line-height: 1.7;
}

.widget-preview {
    display: grid;
    gap: 12px;
    margin-top: auto;
    padding: 18px;
    border: 1px solid #dcebf4;
    border-radius: 14px;
    background: #fff;
}

.widget-preview-head,
.widget-preview-button,
.widget-preview-custom div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.widget-preview-head strong,
.widget-preview-button strong,
.widget-preview-custom strong {
    color: #1a1a2e;
    font-size: 14px;
}

.widget-preview-head span,
.widget-preview label,
.widget-preview-button > div:not(.button-demo-stage) span,
.widget-preview-custom span {
    color: var(--text-light);
    font-size: 12px;
    font-weight: 700;
}

.widget-input-line,
.widget-mini-row span {
    min-height: 38px;
    padding: 10px 12px;
    border: 1px solid #edf2f6;
    border-radius: 9px;
    background: #fbfdff;
    color: #8a96a3;
    font-size: 13px;
}

.demo-form-field {
    position: relative;
}

.demo-form-field label {
    display: block;
    margin-bottom: 6px;
}

.demo-input,
.widget-mini-value {
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
    transition: box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.demo-placeholder,
.demo-typed-text,
.demo-cursor,
.widget-mini-value span {
    display: inline-block;
    transform: translateZ(0);
}

.demo-placeholder {
    animation: demoPlaceholder 4.8s cubic-bezier(.4, 0, .2, 1) infinite;
}

.demo-typed-text {
    position: absolute;
    left: 12px;
    top: 50%;
    max-width: calc(100% - 32px);
    overflow: hidden;
    color: #1a1a2e;
    font-weight: 800;
    white-space: nowrap;
    transform: translate3d(0, -50%, 0);
    animation: demoTyping 4.8s steps(14, end) infinite;
}

.demo-cursor {
    position: absolute;
    top: 10px;
    left: 12px;
    width: 2px;
    height: 18px;
    border-radius: 2px;
    background: var(--primary);
    opacity: 0;
    transform: translate3d(0, 0, 0);
    animation: demoCursor 4.8s steps(1, end) infinite;
}

.demo-field-pickup .demo-input {
    animation: demoPickupFocus 4.8s cubic-bezier(.4, 0, .2, 1) infinite;
}

.widget-mini-value {
    min-height: 38px;
    padding: 10px 12px;
    border: 1px solid #edf2f6;
    border-radius: 9px;
    background: #fbfdff;
    color: #1a1a2e;
    font-size: 13px;
    font-weight: 800;
}

.widget-mini-value span {
    opacity: 0;
}

.demo-field-date .widget-mini-value {
    animation: demoDateFocus 4.8s cubic-bezier(.4, 0, .2, 1) infinite;
}

.demo-field-date .widget-mini-value span {
    animation: demoDateValue 4.8s cubic-bezier(.4, 0, .2, 1) infinite;
}

.demo-field-size .widget-mini-value {
    animation: demoSizeFocus 4.8s cubic-bezier(.4, 0, .2, 1) infinite;
}

.demo-field-size .widget-mini-value span {
    animation: demoSizeValue 4.8s cubic-bezier(.4, 0, .2, 1) infinite;
}

.demo-success-check {
    position: absolute;
    right: 18px;
    bottom: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #16a34a;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    opacity: 0;
    box-shadow: 0 12px 24px rgba(22, 163, 74, 0.24);
    transform: translate3d(0, 6px, 0) scale(.86);
    animation: demoCheck 4.8s cubic-bezier(.34, 1.56, .64, 1) infinite;
}

.widget-mini-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.widget-preview-button {
    flex-direction: column;
    min-height: 180px;
    align-content: center;
    align-items: stretch;
    justify-content: center;
}

.button-demo-stage {
    position: relative;
    display: grid;
    min-height: 132px;
    align-items: end;
    justify-items: stretch;
    overflow: hidden;
    padding: 18px;
    border: 1px solid #edf2f6;
    border-radius: 14px;
    background:
        radial-gradient(circle at 80% 18%, rgba(0, 106, 167, 0.08), transparent 34%),
        #fbfdff;
    transform: translateZ(0);
}

.widget-preview-button .button-demo-cta {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 44px;
    padding: 0 26px;
    border: 0;
    border-radius: 999px;
    background: var(--primary);
    color: #fff;
    font-family: var(--font-main);
    font-size: 13px;
    font-weight: 800;
    overflow: hidden;
    box-shadow: 0 16px 28px rgba(0, 106, 167, 0.24);
    transform: translateZ(0);
    animation: buttonHoverClick 5s cubic-bezier(.4, 0, .2, 1) infinite;
}

.button-demo-cta span:last-child {
    position: relative;
    z-index: 2;
}

.button-ripple {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.34);
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(.2);
    animation: buttonRipple 5s cubic-bezier(.2, .8, .2, 1) infinite;
}

.button-demo-arrow {
    position: absolute;
    left: 10px;
    top: 8px;
    z-index: 3;
    display: block;
    width: 34px;
    height: 34px;
    object-fit: contain;
    opacity: 0;
    filter: drop-shadow(0 8px 14px rgba(0, 48, 78, 0.18));
    transform: translate3d(-8px, -6px, 0);
    animation: buttonArrow 5s cubic-bezier(.4, 0, .2, 1) infinite;
}

.button-demo-modal {
    position: absolute;
    inset: 14px 12px 54px;
    z-index: 1;
    border: 1px solid rgba(0, 106, 167, 0.2);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 18px 34px rgba(0, 48, 78, 0.12);
    opacity: 0;
    transform: translate3d(0, 8px, 0) scale(.98);
    animation: buttonModal 5s cubic-bezier(.4, 0, .2, 1) infinite;
}

.widget-preview-button > div:not(.button-demo-stage) {
    display: grid;
    gap: 4px;
    text-align: center;
}

@keyframes demoPickupFocus {
    0%, 5%, 74%, 100% {
        border-color: #edf2f6;
        box-shadow: none;
        background: #fbfdff;
    }
    8%, 46% {
        border-color: rgba(0, 106, 167, 0.5);
        box-shadow: 0 0 0 4px rgba(0, 106, 167, 0.12), 0 12px 22px rgba(0, 48, 78, 0.08);
        background: #fff;
    }
}

@keyframes demoPlaceholder {
    0%, 8% { opacity: 1; }
    14%, 100% { opacity: 0; }
}

@keyframes demoTyping {
    0%, 10% { width: 0; opacity: 0; }
    14% { opacity: 1; }
    38%, 76% { width: 14ch; opacity: 1; }
    84%, 100% { width: 14ch; opacity: 0; }
}

@keyframes demoCursor {
    0%, 9% { opacity: 0; transform: translate3d(0, 0, 0); }
    10%, 13% { opacity: 1; transform: translate3d(0, 0, 0); }
    14%, 17% { opacity: 0; transform: translate3d(2ch, 0, 0); }
    18%, 21% { opacity: 1; transform: translate3d(4ch, 0, 0); }
    22%, 25% { opacity: 0; transform: translate3d(6ch, 0, 0); }
    26%, 29% { opacity: 1; transform: translate3d(8ch, 0, 0); }
    30%, 33% { opacity: 0; transform: translate3d(10ch, 0, 0); }
    34%, 41% { opacity: 1; transform: translate3d(14ch, 0, 0); }
    42%, 100% { opacity: 0; transform: translate3d(14ch, 0, 0); }
}

@keyframes demoDateFocus {
    0%, 42%, 64%, 100% {
        border-color: #edf2f6;
        box-shadow: none;
        background: #fbfdff;
    }
    47%, 59% {
        border-color: rgba(0, 106, 167, 0.5);
        box-shadow: 0 0 0 4px rgba(0, 106, 167, 0.11), 0 10px 20px rgba(0, 48, 78, 0.07);
        background: #fff;
    }
}

@keyframes demoDateValue {
    0%, 46% { opacity: 0; transform: translate3d(0, 5px, 0); }
    52%, 82% { opacity: 1; transform: translate3d(0, 0, 0); }
    90%, 100% { opacity: 0; transform: translate3d(0, -3px, 0); }
}

@keyframes demoSizeFocus {
    0%, 60%, 78%, 100% {
        border-color: #edf2f6;
        box-shadow: none;
        background: #fbfdff;
    }
    65%, 74% {
        border-color: rgba(0, 106, 167, 0.5);
        box-shadow: 0 0 0 4px rgba(0, 106, 167, 0.11), 0 10px 20px rgba(0, 48, 78, 0.07);
        background: #fff;
    }
}

@keyframes demoSizeValue {
    0%, 64% { opacity: 0; transform: translate3d(0, 5px, 0); }
    70%, 84% { opacity: 1; transform: translate3d(0, 0, 0); }
    92%, 100% { opacity: 0; transform: translate3d(0, -3px, 0); }
}

@keyframes demoCheck {
    0%, 72% { opacity: 0; transform: translate3d(0, 6px, 0) scale(.86); }
    78%, 86% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
    94%, 100% { opacity: 0; transform: translate3d(0, -4px, 0) scale(.94); }
}

@keyframes buttonArrow {
    0%, 9% { opacity: 0; transform: translate3d(-8px, -6px, 0); }
    14% { opacity: 1; transform: translate3d(0, 0, 0); }
    42% { opacity: 1; transform: translate3d(90px, 80px, 0); }
    48%, 100% { opacity: 0; transform: translate3d(100px, 90px, 0); }
}

@keyframes buttonHoverClick {
    0%, 28%, 74%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 16px 28px rgba(0, 106, 167, 0.24);
    }
    36%, 44% {
        transform: translate3d(0, -2px, 0) scale(1.035);
        box-shadow: 0 20px 34px rgba(0, 106, 167, 0.3);
    }
    50% {
        transform: translate3d(0, 0, 0) scale(.985);
        box-shadow: 0 12px 22px rgba(0, 106, 167, 0.22);
    }
    56% {
        transform: translate3d(0, -1px, 0) scale(1.018);
        box-shadow: 0 18px 30px rgba(0, 106, 167, 0.28);
    }
}

@keyframes buttonRipple {
    0%, 47% { opacity: 0; transform: translate3d(-50%, -50%, 0) scale(.2); }
    51% { opacity: .75; transform: translate3d(-50%, -50%, 0) scale(.35); }
    68% { opacity: 0; transform: translate3d(-50%, -50%, 0) scale(14); }
    100% { opacity: 0; transform: translate3d(-50%, -50%, 0) scale(14); }
}

@keyframes buttonModal {
    0%, 50% { opacity: 0; transform: translate3d(0, 8px, 0) scale(.98); }
    58%, 70% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
    82%, 100% { opacity: 0; transform: translate3d(0, -4px, 0) scale(.99); }
}

.widget-preview-custom div {
    padding: 12px 0;
    border-bottom: 1px solid #edf2f6;
}

.widget-preview-custom div:last-child {
    border-bottom: 0;
}

.widget-preview-custom strong {
    text-align: right;
    word-break: break-word;
}

.widget-route-card {
    display: grid;
    gap: 12px;
    margin-top: auto;
    padding: 18px;
    border: 1px solid #dcebf4;
    border-radius: 14px;
    background: #fff;
}

.widget-route-card div {
    display: grid;
    gap: 4px;
}

.widget-route-card span,
.widget-price-breakdown span {
    color: var(--text-light);
    font-size: 12px;
    font-weight: 700;
}

.widget-route-card strong {
    color: #1a1a2e;
    font-size: 15px;
}

.widget-route-card em {
    width: 2px;
    height: 28px;
    margin-left: 10px;
    background: linear-gradient(180deg, var(--primary), #7ab5e6);
}

.widget-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.widget-chip-row span {
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(0, 106, 167, 0.09);
    color: var(--primary);
    font-size: 12px;
    font-weight: 800;
}

.widget-check-list {
    display: grid;
    gap: 12px;
    margin-top: auto;
}

.widget-check-list span {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 10px 12px;
    border: 1px solid #edf2f6;
    border-radius: 10px;
    background: #fbfdff;
    color: #1a1a2e;
    font-size: 14px;
    font-weight: 700;
}

.widget-check-list i {
    width: 14px;
    height: 14px;
    border: 4px solid var(--primary);
    border-radius: 4px;
    background: #fff;
}

.widget-price-breakdown {
    display: grid;
    gap: 10px;
    margin-top: auto;
}

.widget-price-breakdown div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid #edf2f6;
}

.widget-price-breakdown strong {
    color: #1a1a2e;
    font-size: 14px;
    white-space: nowrap;
}

.widget-price-breakdown .total {
    margin-top: 4px;
    padding: 16px;
    border: 0;
    border-radius: 12px;
    background: var(--primary);
}

.widget-price-breakdown .total span,
.widget-price-breakdown .total strong {
    color: #fff;
}

.dispatch-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 22px;
}

.dispatch-stat-card,
.dispatch-widget {
    border: 1px solid #dcebf4;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(0, 48, 78, 0.07);
}

.dispatch-stat-card {
    min-height: 184px;
    padding: 22px;
}

.dispatch-stat-card span,
.dispatch-widget-header span {
    color: var(--primary);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.dispatch-stat-card strong {
    display: block;
    margin: 10px 0 8px;
    color: var(--primary-dark);
    font-size: 34px;
    line-height: 1;
}

.dispatch-stat-card p {
    margin: 0;
    color: var(--text-light);
    font-size: 14px;
    line-height: 1.6;
}

.dispatch-widget-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
    gap: 22px;
}

.dispatch-widget {
    padding: 22px;
}

.dispatch-widget-wide {
    min-height: 246px;
}

.dispatch-widget-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.dispatch-widget-header h3 {
    margin: 0;
    color: #1a1a2e;
    font-size: 20px;
}

.dispatch-widget-job {
    display: grid;
    grid-template-columns: 72px 1fr auto;
    gap: 14px;
    align-items: center;
    padding: 14px 0;
    border-top: 1px solid #edf2f6;
}

.dispatch-widget-job time {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: 10px;
    background: #f6fcff;
    color: var(--primary);
    font-size: 13px;
    font-weight: 800;
}

.dispatch-widget-job strong,
.dispatch-widget-job span,
.dispatch-widget-job em {
    display: block;
}

.dispatch-widget-job strong {
    color: #1a1a2e;
    font-size: 15px;
}

.dispatch-widget-job span,
.dispatch-recent-list span {
    color: var(--text-light);
    font-size: 13px;
}

.dispatch-widget-job em {
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(0, 106, 167, 0.09);
    color: var(--primary);
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    white-space: nowrap;
}

.calendar-mini {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
}

.calendar-mini span {
    aspect-ratio: 1;
    border-radius: 8px;
    background: #edf5fa;
}

.calendar-mini .is-booked {
    background: var(--primary);
    box-shadow: 0 8px 18px rgba(0, 106, 167, 0.22);
}

.dispatch-earnings-bars {
    display: flex;
    align-items: end;
    gap: 10px;
    height: 150px;
    padding-top: 18px;
}

.dispatch-earnings-bars span {
    flex: 1;
    min-height: 18px;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(180deg, var(--primary) 0%, #7ab5e6 100%);
}

.dispatch-recent-list {
    display: grid;
    gap: 12px;
}

.dispatch-recent-list span {
    padding: 13px 14px;
    border: 1px solid #edf2f6;
    border-radius: 10px;
    background: #fbfdff;
}

.dispatch-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.dispatch-feature-grid article,
.workflow-step {
    padding: 26px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #fff;
}

.dispatch-feature-grid span {
    color: var(--primary);
    font-weight: 800;
}

.dispatch-feature-grid h3,
.workflow-step strong {
    display: block;
    margin: 10px 0;
    color: #1a1a2e;
    font-size: 20px;
}

.dispatch-feature-grid p,
.workflow-step p,
.dispatch-band p,
.dispatch-cta p {
    color: var(--text-light);
}

.dispatch-band {
    padding: 82px 0;
    background: #f6fcff;
}

.dispatch-band .dispatch-kicker {
    border-color: #c9e5f5;
    background: #fff;
    color: var(--primary);
}

.dispatch-band-inner {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 48px;
    align-items: center;
}

.dispatch-band h2,
.dispatch-band p {
    margin-left: 0;
    text-align: left;
}

.dispatch-band p {
    font-size: 18px;
}

.workflow-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.dispatch-cta {
    padding: 70px 0;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary) 72%, #F6FCFF 100%);
}

.dispatch-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.dispatch-cta h2,
.dispatch-cta p {
    margin-left: 0;
    color: #fff;
    text-align: left;
}

.dispatch-cta p {
    max-width: 680px;
    color: rgba(255,255,255,.82);
}

.dispatch-cta .btn-cta {
    border: 2px solid rgba(255, 217, 54, 0.58);
    background: rgba(255, 255, 255, 0.12);
    color: var(--accent);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.dispatch-cta .btn-cta:hover {
    background: rgba(255, 255, 255, 0.18);
}

@media (max-width: 1024px) {
    .dispatch-hero-inner,
    .dispatch-band-inner {
        grid-template-columns: 1fr;
    }

    .dispatch-service-widget-grid,
    .dispatch-dashboard-grid,
    .dispatch-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .dispatch-widget-layout {
        grid-template-columns: 1fr;
    }

    .workflow-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 720px) {
    .dispatch-hero {
        padding: 58px 0 56px;
    }

    .dispatch-hero-inner,
    .dispatch-product,
    .dispatch-cta-inner {
        display: block;
    }

    .dispatch-product {
        margin-top: 34px;
        padding: 14px;
    }

    .product-grid,
    .dispatch-service-widget-grid,
    .dispatch-dashboard-grid,
    .dispatch-feature-grid,
    .workflow-grid {
        grid-template-columns: 1fr;
    }

    .dispatch-widget-job {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .dispatch-actions {
        flex-direction: column;
    }

    .dispatch-btn,
    .dispatch-cta .btn {
        width: 100%;
    }
}
