/* 2026-07-13: redesign only below section 2.
   Keep hero + scan section as-is. Re-plan the lower landing flow with more air. */

/* Section 3. Setup support: one spacious routing canvas instead of repeated cards. */
.order-scan-section--support,
.order-scan-section--support * {
    box-sizing: border-box;
}

.order-scan-section--support {
    --support-blue: #2563eb;
    --support-navy: #0f172a;
    --support-muted: #607086;
    --support-line: #dfe8f4;
    position: relative;
    padding: 132px 0 118px;
    overflow: hidden;
    color: var(--support-navy);
    background: #fff;
}

.order-scan-section--support::before {
    position: absolute;
    top: 60px;
    right: -180px;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(37, 99, 235, .075), rgba(37, 99, 235, 0) 68%);
    content: "";
    pointer-events: none;
}

.order-support__inner {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 72px));
    margin: 0 auto;
}

.order-support__heading {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
    gap: 86px;
    align-items: end;
}

.order-support__eyebrow {
    display: block;
    margin-bottom: 22px;
    color: var(--support-blue);
    font-size: 13px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: .02em;
}

.order-support__heading h2 {
    margin: 0;
    color: var(--support-navy);
    font-size: clamp(40px, 4.35vw, 62px);
    font-weight: 850;
    line-height: 1.14;
    letter-spacing: -3.6px;
    word-break: keep-all;
}

.order-support__heading h2 strong {
    color: var(--support-blue);
    font-weight: 900;
}

.order-support__intro {
    padding-bottom: 4px;
}

.order-support__intro p {
    margin: 0;
    color: var(--support-muted);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.72;
    letter-spacing: -.45px;
    word-break: keep-all;
}

.order-support__intro .order-support__lead {
    margin-bottom: 16px;
    color: #1e293b;
    font-size: 19px;
    font-weight: 750;
    line-height: 1.58;
}

.order-support__route {
    display: grid;
    grid-template-columns: minmax(230px, .72fr) 72px minmax(320px, 1fr) 72px minmax(210px, .62fr);
    align-items: center;
    min-height: 348px;
    margin-top: 70px;
    padding: 48px;
    border: 1px solid var(--support-line);
    border-radius: 34px;
    background:
        radial-gradient(circle at 3% 0%, rgba(37, 99, 235, .075), transparent 30%),
        linear-gradient(145deg, #fbfdff 0%, #f4f8fd 100%);
    box-shadow: 0 28px 80px rgba(15, 23, 42, .075);
}

.order-support__route-start > span:not(.order-support__route-icon),
.order-support__route-start > strong,
.order-support__route-start > em {
    display: block;
}

.order-support__route-icon {
    display: grid;
    width: 56px;
    height: 56px;
    margin-bottom: 28px;
    place-items: center;
    border-radius: 18px;
    color: #fff;
    background: var(--support-blue);
    box-shadow: 0 16px 30px rgba(37, 99, 235, .2);
}

.order-support__route-icon svg {
    width: 27px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.order-support__route-start > span:not(.order-support__route-icon) {
    color: var(--support-blue);
    font-size: 13px;
    font-weight: 850;
}

.order-support__route-start > strong {
    margin-top: 10px;
    color: var(--support-navy);
    font-size: 25px;
    font-weight: 850;
    line-height: 1.32;
    letter-spacing: -1.3px;
}

.order-support__route-start > em {
    margin-top: 16px;
    color: #7a8798;
    font-size: 13px;
    font-style: normal;
    font-weight: 650;
}

.order-support__route-lines {
    display: grid;
    gap: 50px;
}

.order-support__route-lines span {
    position: relative;
    display: block;
    height: 1px;
    background: #a9c4ef;
}

.order-support__route-lines span::after {
    position: absolute;
    top: 50%;
    right: -1px;
    width: 7px;
    height: 7px;
    border-top: 1.5px solid #5b8fe4;
    border-right: 1.5px solid #5b8fe4;
    content: "";
    transform: translateY(-50%) rotate(45deg);
}

.order-support__channels {
    display: grid;
    gap: 12px;
}

.order-support__channels article {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    min-height: 72px;
    padding: 12px 16px;
    border: 1px solid #e4ebf5;
    border-radius: 18px;
    background: rgba(255, 255, 255, .92);
}

.order-support__channels article > span {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 12px;
    color: var(--support-blue);
    background: #edf4ff;
    font-size: 13px;
    font-weight: 900;
}

.order-support__channels strong,
.order-support__channels em {
    display: block;
}

.order-support__channels strong {
    color: #172033;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -.45px;
}

.order-support__channels em {
    margin-top: 3px;
    color: #758297;
    font-size: 12px;
    font-style: normal;
    font-weight: 550;
}

.order-support__channels b {
    padding: 6px 8px;
    border-radius: 8px;
    color: #53637a;
    background: #f2f5f9;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .035em;
}

.order-support__route-result {
    position: relative;
    grid-column: 5;
    text-align: center;
}

.order-support__route-result::before {
    position: absolute;
    top: 50%;
    right: calc(100% + 1px);
    width: 70px;
    height: 1px;
    background: #a9c4ef;
    content: "";
}

.order-support__route-result::after {
    position: absolute;
    top: calc(50% - 3px);
    left: -8px;
    width: 7px;
    height: 7px;
    border-top: 1.5px solid #5b8fe4;
    border-right: 1.5px solid #5b8fe4;
    content: "";
    transform: rotate(45deg);
}

.order-support__route-result > span {
    display: grid;
    width: 54px;
    height: 54px;
    margin: 0 auto 20px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #14b8a6;
    box-shadow: 0 16px 32px rgba(20, 184, 166, .2);
}

.order-support__route-result svg {
    width: 25px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
}

.order-support__route-result em,
.order-support__route-result strong,
.order-support__route-result p {
    display: block;
    margin-right: 0;
    margin-left: 0;
}

.order-support__route-result em {
    color: #0f9f91;
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: .08em;
}

.order-support__route-result strong {
    margin-top: 7px;
    color: var(--support-navy);
    font-size: 22px;
    font-weight: 850;
    letter-spacing: -1px;
}

.order-support__route-result p {
    margin-top: 10px;
    margin-bottom: 0;
    color: #6d7a8e;
    font-size: 13px;
    line-height: 1.55;
}

.order-support__services {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 54px 0 0;
    padding: 0;
    list-style: none;
}

.order-support__services li {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 14px;
    min-width: 0;
    padding: 2px 26px;
    border-left: 1px solid var(--support-line);
}

.order-support__services li:first-child {
    padding-left: 0;
    border-left: 0;
}

.order-support__services li:last-child {
    padding-right: 0;
}

.order-support__services li > span {
    padding-top: 2px;
    color: var(--support-blue);
    font-size: 12px;
    font-weight: 900;
}

.order-support__services strong,
.order-support__services em {
    display: block;
}

.order-support__services strong {
    color: #1a2435;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -.55px;
    word-break: keep-all;
}

.order-support__services em {
    margin-top: 8px;
    color: #758297;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.55;
    word-break: keep-all;
}

.order-modes,
.order-story,
.order-industries,
.order-comparison,
.order-audiences,
.order-proof,
.order-features,
.order-onboarding,
.order-faq,
.order-cta {
    --below-blue: #2563eb;
    --below-navy: #0f172a;
    --below-text: #111827;
    --below-muted: #5f6b7d;
    --below-line: #e3eaf5;
    --below-soft: #f6f9fd;
    --below-mint: #14b8a6;
    --below-shadow: 0 24px 70px rgba(15, 23, 42, .075);
    color: var(--below-text);
    font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
}

.order-modes__inner,
.order-story__inner,
.order-industries__inner,
.order-comparison__inner,
.order-audiences__inner,
.order-proof__inner,
.order-features__inner,
.order-onboarding__inner,
.order-faq__inner,
.order-cta__inner {
    width: min(1180px, calc(100% - 72px)) !important;
    margin-right: auto;
    margin-left: auto;
}

.order-modes,
.order-story__problems,
.order-story__insight,
.order-story__solution,
.order-industries,
.order-comparison,
.order-audiences,
.order-proof,
.order-features,
.order-onboarding,
.order-faq {
    position: relative;
    overflow: hidden;
    padding: 118px 0 !important;
}

.order-modes,
.order-industries,
.order-audiences,
.order-features,
.order-faq {
    background: #fff !important;
}

.order-story__problems,
.order-comparison,
.order-proof,
.order-onboarding,
.order-story__insight {
    background: linear-gradient(180deg, #f8fbff 0%, #f4f7fc 100%) !important;
}

.order-story__solution {
    background: #fff !important;
}

.order-modes__label,
.order-story__heading p,
.order-industries__section-no,
.order-comparison__section-no,
.order-audiences__section-no,
.order-proof__section-no,
.order-features__section-no,
.order-onboarding__section-no,
.order-faq__section-no {
    position: static !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 30px;
    margin: 0 0 20px !important;
    padding: 0 10px !important;
    border: 0 !important;
    border-radius: 10px;
    color: #fff !important;
    background: var(--below-blue) !important;
    box-shadow: none !important;
    font-size: 13px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    letter-spacing: -.2px !important;
}

.order-modes__heading h2,
.order-story__heading h2,
.order-industries h2,
.order-comparison h2,
.order-audiences h2,
.order-proof h2,
.order-features h2,
.order-onboarding h2,
.order-faq h2,
.order-cta h2 {
    margin: 0 !important;
    color: var(--below-navy) !important;
    font-size: clamp(38px, 3.9vw, 58px) !important;
    font-weight: 850 !important;
    line-height: 1.15 !important;
    letter-spacing: -3px !important;
    word-break: keep-all;
}

.order-modes__heading h2 strong,
.order-story__heading h2 strong,
.order-industries h2 strong,
.order-comparison h2 strong,
.order-audiences h2 strong,
.order-proof h2 strong,
.order-features h2 strong,
.order-onboarding h2 strong,
.order-faq h2 strong,
.order-cta h2 strong {
    color: var(--below-blue) !important;
    font-weight: 900 !important;
}

.order-modes__heading p,
.order-story__heading > span,
.order-industries__lead,
.order-industries__body,
.order-faq__heading p,
.order-cta__copy > p {
    max-width: 620px;
    color: var(--below-muted) !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.72 !important;
    letter-spacing: -.5px !important;
    word-break: keep-all;
}

/* Section 3. Operating methods: calm horizontal selector */
.order-modes__heading {
    display: grid !important;
    grid-template-columns: minmax(0, 430px) minmax(0, 1fr);
    gap: 72px;
    align-items: center;
}

.order-modes__visual {
    min-height: 310px !important;
    border: 1px solid var(--below-line);
    border-radius: 34px;
    background:
        radial-gradient(circle at 18% 20%, rgba(37, 99, 235, .12), transparent 38%),
        linear-gradient(145deg, #fff, #f5f9ff);
    box-shadow: var(--below-shadow);
}

.order-modes__cards {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    margin-top: 48px !important;
}

.order-modes__card {
    display: grid !important;
    grid-template-columns: 120px 170px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    min-height: 112px !important;
    padding: 24px 28px !important;
    border: 1px solid var(--below-line) !important;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: 0 16px 44px rgba(15, 23, 42, .05) !important;
}

.order-modes__card-top {
    display: flex !important;
    gap: 9px;
    align-items: center;
}

.order-modes__step {
    display: grid !important;
    width: 36px !important;
    height: 36px !important;
    place-items: center;
    border-radius: 12px !important;
    color: #fff !important;
    background: var(--below-blue) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
}

.order-modes__tag {
    color: #1d4ed8 !important;
    background: #eff6ff !important;
}

.order-modes__card h3 {
    margin: 0 !important;
    color: var(--below-navy) !important;
    font-size: 24px !important;
    font-weight: 850 !important;
    letter-spacing: -1.1px !important;
}

.order-modes__card p {
    margin: 0 !important;
    color: var(--below-muted) !important;
    font-size: 15px !important;
    line-height: 1.58 !important;
}

.order-modes__card ul {
    grid-column: 3;
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0 0 !important;
    padding: 0 !important;
}

.order-modes__card li {
    padding: 7px 10px !important;
    border-radius: 999px;
    color: #36506f !important;
    background: #f5f8fc;
    font-size: 13px !important;
    font-weight: 700 !important;
}

.order-modes__card li::before {
    display: none !important;
}

.order-modes__note {
    margin-top: 22px !important;
    padding: 18px 22px !important;
    border: 1px solid #cfe0ff !important;
    border-radius: 18px !important;
    color: #173b7d !important;
    background: #f0f6ff !important;
    box-shadow: none !important;
}

/* AI recommendation: one large product panel, cards below */
.order-story__auto-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 430px) minmax(0, 1fr);
    gap: 64px !important;
    align-items: center;
}

.order-story__auto-panel {
    min-height: 320px !important;
    padding: 34px !important;
    border: 1px solid var(--below-line) !important;
    border-radius: 30px !important;
    background: #fff !important;
    box-shadow: var(--below-shadow) !important;
}

.order-story__auto-panel::after {
    display: none !important;
}

.order-story__auto-result {
    border-radius: 22px !important;
    background: var(--below-blue) !important;
}

.order-story__auto-card-list {
    grid-column: 1 / -1;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px !important;
    margin-top: 18px !important;
}

.order-story__auto-card-list li,
.order-story__process li {
    padding: 26px !important;
    border: 1px solid var(--below-line) !important;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: 0 16px 42px rgba(15, 23, 42, .055) !important;
}

.order-story__insight {
    padding: 70px 0 !important;
}

.order-story__insight .order-story__inner {
    display: block !important;
}

.order-story__quote {
    display: none !important;
}

.order-story__insight-copy {
    max-width: 980px !important;
    margin: 0 auto !important;
    padding: 40px 46px !important;
    border: 1px solid #d7e5fb;
    border-radius: 30px;
    background: #fff;
    box-shadow: var(--below-shadow);
}

.order-story__insight-copy h3 {
    color: var(--below-navy) !important;
    font-size: clamp(26px, 2.6vw, 38px) !important;
    line-height: 1.28 !important;
    letter-spacing: -2px !important;
}

.order-story__solution-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, .92fr);
    gap: 62px !important;
    align-items: center;
}

.order-story__process {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
}

.order-story__process li {
    display: grid !important;
    grid-template-columns: 70px minmax(0, 1fr);
    column-gap: 20px;
    align-items: center;
    min-height: 0 !important;
}

.order-story__process-icon {
    grid-row: span 2;
}

.order-story__solution-copy h3 {
    color: var(--below-navy) !important;
    font-size: clamp(28px, 3vw, 42px) !important;
    letter-spacing: -2.1px !important;
}

/* Suitable stores: airy split layout */
.order-industries__inner {
    display: grid !important;
    grid-template-columns: minmax(0, 400px) minmax(0, 1fr);
    gap: 70px !important;
    align-items: center;
}

.order-industries__scan-visual {
    margin-top: 38px !important;
    transform: scale(.9);
    transform-origin: left center;
}

.order-industries__list {
    display: grid !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.order-industries__list::before {
    display: none !important;
}

.order-industries__list li {
    display: grid !important;
    grid-template-columns: 44px 58px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    min-height: 98px !important;
    margin: 0 !important;
    padding: 20px 24px !important;
    border: 1px solid var(--below-line) !important;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: 0 16px 42px rgba(15, 23, 42, .05) !important;
}

.order-industries__number {
    position: static !important;
    display: grid !important;
    width: 36px !important;
    height: 36px !important;
    place-items: center;
    border-radius: 12px !important;
    color: #fff !important;
    background: var(--below-blue) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
}

.order-industries__icon {
    width: 54px !important;
    height: 54px !important;
    border-radius: 16px !important;
    background: #eff6ff !important;
}

.order-industries__icon svg {
    width: 32px !important;
    height: 32px !important;
}

/* Comparison: less decorative, easier to read */
.order-comparison__inner {
    display: grid !important;
    grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
    gap: 62px;
    align-items: start;
}

.order-comparison__table {
    margin-top: 0 !important;
    overflow: hidden;
    border: 1px solid var(--below-line) !important;
    border-radius: 28px !important;
    background: #fff !important;
    box-shadow: var(--below-shadow) !important;
}

.order-comparison__head,
.order-comparison__row {
    grid-template-columns: minmax(0, 1fr) 50px minmax(0, 1fr) !important;
}

.order-comparison__old,
.order-comparison__new {
    min-height: 78px !important;
    padding: 15px 20px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.order-comparison__icon {
    width: 42px !important;
    height: 42px !important;
}

.order-comparison__flow {
    opacity: .55;
}

/* Owner / HQ: two clean panels */
.order-audiences__system {
    grid-template-columns: minmax(0, 1fr) 104px minmax(0, 1fr) !important;
    gap: 26px !important;
    margin-top: 52px !important;
}

.order-audiences__panel {
    overflow: hidden;
    border: 1px solid var(--below-line) !important;
    border-radius: 30px !important;
    background: #fff !important;
    box-shadow: var(--below-shadow) !important;
}

.order-audiences__panel-head {
    padding: 30px 34px !important;
    border-bottom: 1px solid var(--below-line);
}

.order-audiences__panel-body {
    padding: 30px 34px !important;
}

.order-audiences__benefits {
    display: grid !important;
    gap: 10px !important;
}

.order-audiences__benefits li {
    min-height: 48px !important;
    padding: 11px 14px !important;
    border-radius: 14px;
    background: #f8fbff;
}

.order-audiences__owner-visual,
.order-audiences__report-visual {
    display: none !important;
}

.order-audiences__bridge {
    display: flex !important;
    min-height: 100%;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
}

.order-audiences__bridge-line,
.order-audiences__bridge-arrows {
    display: none !important;
}

.order-audiences__database {
    width: 68px !important;
    height: 68px !important;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: var(--below-shadow);
}

/* Proof: compact numbers, no heavy illustration */
.order-proof__rail {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px !important;
    margin-top: 48px !important;
}

.order-proof__metric {
    min-height: 190px !important;
    padding: 30px 24px !important;
    border: 1px solid var(--below-line) !important;
    border-radius: 26px !important;
    background: #fff !important;
    box-shadow: var(--below-shadow) !important;
}

.order-proof__visual,
.order-proof__checkpoint {
    display: none !important;
}

.order-proof__value strong {
    color: var(--below-blue) !important;
    font-size: clamp(40px, 3.5vw, 56px) !important;
    letter-spacing: -2.4px !important;
}

.order-proof__label {
    color: var(--below-muted) !important;
    font-size: 15px !important;
    font-weight: 750 !important;
}

/* Feature section: keep phone preview but reduce noise */
.order-features__showcase {
    align-items: center !important;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 360px) minmax(0, 1fr) !important;
    gap: 26px !important;
    margin-top: 52px !important;
}

.order-features__list {
    gap: 14px !important;
}

.order-features__list li {
    min-height: 96px !important;
    padding: 18px !important;
    border: 1px solid var(--below-line) !important;
    border-radius: 20px !important;
    background: #fff !important;
    box-shadow: 0 16px 42px rgba(15, 23, 42, .05) !important;
}

.order-features__icon {
    width: 54px !important;
    height: 54px !important;
    border-radius: 16px !important;
}

.order-features__phone-shell {
    border: 1px solid var(--below-line) !important;
    box-shadow: 0 30px 80px rgba(15, 23, 42, .13) !important;
}

/* Onboarding, FAQ, CTA */
.order-onboarding__steps {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 14px !important;
    margin-top: 50px !important;
}

.order-onboarding__steps li {
    min-height: 210px !important;
    padding: 26px 18px !important;
    border: 1px solid var(--below-line) !important;
    border-radius: 24px !important;
    background: #fff !important;
    box-shadow: var(--below-shadow) !important;
}

.order-onboarding__integration {
    margin-top: 34px !important;
    padding: 32px !important;
    border: 1px solid var(--below-line) !important;
    border-radius: 28px !important;
    background: #fff !important;
    box-shadow: var(--below-shadow) !important;
}

.order-faq__inner {
    display: grid !important;
    grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
    gap: 60px;
    align-items: start;
}

.order-faq__heading {
    display: block !important;
}

.order-faq details {
    border: 1px solid var(--below-line) !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 14px 36px rgba(15, 23, 42, .045) !important;
}

.order-faq summary {
    min-height: 70px !important;
    padding: 0 22px !important;
}

.order-cta {
    padding: 110px 0 !important;
    background: #fff !important;
}

.order-cta__inner {
    width: min(1180px, calc(100% - 72px)) !important;
    min-height: 0 !important;
    padding: 0 !important;
}

.order-cta__content {
    display: grid !important;
    grid-template-columns: minmax(0, .9fr) minmax(360px, .8fr);
    gap: 46px !important;
    width: 100% !important;
    padding: 58px !important;
    border-radius: 34px !important;
    background:
        radial-gradient(circle at 86% 10%, rgba(20, 184, 166, .24), transparent 32%),
        linear-gradient(135deg, #0f172a 0%, #1d4ed8 100%) !important;
    box-shadow: 0 34px 90px rgba(15, 23, 42, .2) !important;
}

.order-contact {
    border: 1px solid rgba(255, 255, 255, .22) !important;
    border-radius: 24px !important;
    background: rgba(255, 255, 255, .12) !important;
    box-shadow: none !important;
}

@media (max-width: 1180px) {
    .order-support__route {
        grid-template-columns: minmax(190px, .7fr) 44px minmax(300px, 1fr) 44px minmax(180px, .62fr);
        padding: 38px;
    }

    .order-support__services {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 0;
    }

    .order-support__services li:nth-child(3) {
        padding-left: 0;
        border-left: 0;
    }

    .order-story__auto-card-list,
    .order-audiences__system,
    .order-proof__rail,
    .order-onboarding__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .order-audiences__bridge {
        display: none !important;
    }

    .order-modes__card {
        grid-template-columns: 120px minmax(0, 1fr);
    }

    .order-modes__card p,
    .order-modes__card ul {
        grid-column: 1 / -1;
    }

    .order-features__showcase {
        grid-template-columns: 1fr !important;
        max-width: 760px;
        margin-right: auto;
        margin-left: auto;
    }

    .order-features__phone {
        order: -1;
        width: min(390px, 100%) !important;
        margin: 0 auto;
    }
}

@media (max-width: 860px) {
    .order-support__heading {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .order-support__intro {
        max-width: 620px;
    }

    .order-support__route {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 34px;
    }

    .order-support__route-start {
        text-align: center;
    }

    .order-support__route-icon {
        margin-right: auto;
        margin-left: auto;
    }

    .order-support__route-lines {
        display: none;
    }

    .order-support__route-result {
        grid-column: auto;
        padding-top: 28px;
        border-top: 1px solid var(--support-line);
    }

    .order-support__route-result::before,
    .order-support__route-result::after {
        display: none;
    }

    .order-modes__heading,
    .order-story__auto-layout,
    .order-story__solution-layout,
    .order-industries__inner,
    .order-comparison__inner,
    .order-faq__inner,
    .order-cta__content {
        grid-template-columns: 1fr !important;
    }

    .order-modes__visual,
    .order-industries__scan-visual {
        display: none !important;
    }

    .order-comparison__head,
    .order-comparison__row {
        grid-template-columns: 1fr !important;
    }

    .order-comparison__flow,
    .order-comparison__head-flow {
        display: none !important;
    }
}

@media (max-width: 640px) {
    .order-scan-section--support {
        padding: 88px 0 78px;
    }

    .order-support__inner {
        width: calc(100% - 32px);
    }

    .order-support__heading h2 {
        font-size: 36px;
        letter-spacing: -2.35px;
    }

    .order-support__intro .order-support__lead {
        font-size: 17px;
    }

    .order-support__route {
        min-height: 0;
        margin-top: 44px;
        padding: 26px 18px;
        border-radius: 26px;
    }

    .order-support__route-start > strong {
        font-size: 22px;
    }

    .order-support__channels article {
        grid-template-columns: 36px minmax(0, 1fr);
        padding: 12px;
    }

    .order-support__channels b {
        display: none;
    }

    .order-support__services {
        grid-template-columns: 1fr;
        gap: 0;
        margin-top: 38px;
        border-top: 1px solid var(--support-line);
    }

    .order-support__services li,
    .order-support__services li:nth-child(3) {
        padding: 20px 0;
        border-bottom: 1px solid var(--support-line);
        border-left: 0;
    }

    .order-modes__inner,
    .order-story__inner,
    .order-industries__inner,
    .order-comparison__inner,
    .order-audiences__inner,
    .order-proof__inner,
    .order-features__inner,
    .order-onboarding__inner,
    .order-faq__inner,
    .order-cta__inner {
        width: calc(100% - 32px) !important;
    }

    .order-modes,
    .order-story__problems,
    .order-story__insight,
    .order-story__solution,
    .order-industries,
    .order-comparison,
    .order-audiences,
    .order-proof,
    .order-features,
    .order-onboarding,
    .order-faq,
    .order-cta {
        padding: 76px 0 !important;
    }

    .order-modes__heading h2,
    .order-story__heading h2,
    .order-industries h2,
    .order-comparison h2,
    .order-audiences h2,
    .order-proof h2,
    .order-features h2,
    .order-onboarding h2,
    .order-faq h2,
    .order-cta h2 {
        font-size: 34px !important;
        letter-spacing: -2px !important;
    }

    .order-story__auto-card-list,
    .order-audiences__system,
    .order-proof__rail,
    .order-onboarding__steps {
        grid-template-columns: 1fr !important;
    }

    .order-industries__list li {
        grid-template-columns: 38px minmax(0, 1fr);
    }

    .order-industries__icon {
        display: none !important;
    }

    .order-cta__content {
        padding: 30px !important;
        border-radius: 24px !important;
    }
}

/* ============================================================
   2026-07-23 QC fixes — appended last on purpose so these rules
   win the cascade over the older passes above without having to
   track down every conflicting declaration one by one.
   ============================================================ */

/* 1) Unify every main-section content width to 1280px. Before this,
   widths were scattered across files (1180/1380/1500/1540/1600px),
   which is why the hero looked wider than the sections below it. */
.order-hero__inner,
.order-audience-router__inner,
.order-scan-section__inner,
.order-scan-v2,
.order-modes__inner,
.order-story__inner,
.order-industries__inner,
.order-comparison__inner,
.order-audiences__inner,
.order-proof__inner,
.order-features__inner,
.order-onboarding__inner,
.order-faq__inner,
.order-cta__inner {
    width: min(1280px, calc(100% - 64px)) !important;
}

/* 2) order-comparison__inner was force-set to a 2-column grid
   (label + table as if they were two side-by-side cards), but the
   section actually has three direct children (label, h2, table),
   so the table was wrapping into a squeezed 360px column. Restore
   normal stacked flow and let a proper heading wrapper (added in
   order-comparison.php) own the 2-column split instead. */
.order-comparison__inner {
    display: block !important;
}

.order-comparison__heading {
    max-width: 640px;
    margin: 0 auto 40px;
    text-align: center;
}

.order-comparison__heading p {
    max-width: 560px;
    margin: 16px auto 0;
    color: var(--below-muted, #5f6b7d);
    font-size: 16px;
    line-height: 1.7;
    word-break: keep-all;
}

/* 3) CTA text-visibility fix. The shared ".order-cta h2 { color:
   var(--below-navy) !important }" rule above was written for the
   light-background sections and was never updated when the CTA
   card was redesigned as a dark navy/blue gradient card — leaving
   near-invisible dark-on-dark text. Restore light text here. */
.order-cta h2,
.order-cta h2 strong,
.order-cta__copy > p,
.order-contact__heading strong {
    color: #fff !important;
}

.order-contact__heading span {
    color: rgba(255, 255, 255, .72) !important;
}
