.custom-ea-page-v1 {
    --ced-bg: #f4f7fc;
    --ced-surface: #ffffff;
    --ced-surface-2: #f8fbff;
    --ced-border: #dfe8f5;
    --ced-text: #0f172a;
    --ced-muted: #5d6b85;
    --ced-blue: #2563eb;
    --ced-blue-dark: #1d4ed8;
    --ced-violet: #7c3aed;
    --ced-teal: #14b8a6;
    --ced-emerald: #10b981;
    --ced-amber: #f59e0b;
    --ced-rose: #f43f5e;
    --ced-shadow: 0 24px 60px rgba(15, 23, 42, 0.10);
    --ced-shadow-sm: 0 16px 36px rgba(15, 23, 42, 0.08);
    color: var(--ced-text);
    background: var(--ced-bg);
}

.custom-ea-page-v1 * {
    box-sizing: border-box;
}

.custom-ea-page-v1 .container {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

.custom-ea-page-v1 .cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.25s ease;
    font-size: 0.96rem;
    border: 1px solid transparent;
}

.custom-ea-page-v1 .primary-btn {
    color: #fff;
    background: linear-gradient(135deg, #4f9bff 0%, #2b6fe7 100%);
    box-shadow: 0 12px 28px rgba(43, 111, 231, 0.32);
}

.custom-ea-page-v1 .primary-btn:hover {
    transform: translateY(-2px);
}

.custom-ea-page-v1 .secondary-btn {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(10px);
}

.custom-ea-page-v1 .secondary-btn:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.12);
}

.ced-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 800;
    color: #5d7596;
}

.ced-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 82% 18%, rgba(37, 99, 235, 0.26), transparent 18%),
        radial-gradient(circle at 66% 52%, rgba(20, 184, 166, 0.16), transparent 22%),
        linear-gradient(135deg, #050a13 0%, #0a1424 52%, #101d33 100%);
}

.ced-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0));
    pointer-events: none;
}

.ced-hero .container,
.ced-strip .container,
.ced-section .container,
.ced-final .container {
    position: relative;
    z-index: 1;
}

.ced-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
    gap: 30px;
    align-items: center;
    padding: 46px 0 36px;
}

.ced-hero h1 {
    margin: 0;
    max-width: 760px;
    font-size: clamp(2.2rem, 3.8vw, 3.55rem);
    line-height: 1.02;
    letter-spacing: -0.045em;
    font-weight: 800;
}

.ced-lead {
    max-width: 720px;
    margin: 18px 0 0;
    font-size: 1rem;
    line-height: 1.72;
    color: rgba(255, 255, 255, 0.76);
}

.ced-actions,
.ced-final__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.ced-microcopy {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.ced-microcopy span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.10);
    background: rgba(255,255,255,0.06);
    font-size: 0.88rem;
    color: rgba(255,255,255,0.78);
}

.ced-quicklinks {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 20px;
    margin-top: 22px;
}

.ced-quicklinks a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.84);
    font-size: 0.94rem;
    font-weight: 700;
    text-decoration: none;
    transition: 0.2s ease;
}

.ced-quicklinks a:hover {
    color: #ffffff;
    transform: translateY(-1px);
}

.ced-hero-board {
    padding: 22px;
    border-radius: 26px;
    border: 1px solid rgba(255,255,255,0.10);
    background: linear-gradient(180deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.04) 100%);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(12px);
}

.ced-hero-board__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
}

.ced-hero-board__head strong {
    font-size: 1rem;
}

.ced-hero-board__head span {
    color: rgba(255,255,255,0.64);
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ced-hero-flow {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    margin-bottom: 18px;
}

.ced-hero-node {
    min-height: 148px;
    padding: 16px 14px;
    border-radius: 20px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.10);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.ced-hero-node i {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    border-radius: 14px;
    background: rgba(255,255,255,0.10);
    color: #fff;
}

.ced-hero-node strong {
    display: block;
    font-size: 0.92rem;
    line-height: 1.24;
}

.ced-hero-node span {
    display: block;
    margin-top: 8px;
    color: rgba(255,255,255,0.72);
    font-size: 0.82rem;
    line-height: 1.55;
}

.ced-hero-node--build {
    background: linear-gradient(180deg, rgba(37,99,235,0.22) 0%, rgba(255,255,255,0.08) 100%);
}

.ced-hero-node--deploy {
    background: linear-gradient(180deg, rgba(20,184,166,0.16) 0%, rgba(255,255,255,0.08) 100%);
}

.ced-hero-arrow {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255,255,255,0.10);
    color: rgba(255,255,255,0.84);
    font-size: 0.86rem;
}

.ced-hero-events {
    display: grid;
    gap: 12px;
}

.ced-hero-event {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 13px 14px;
    border-radius: 18px;
    background: rgba(5, 10, 19, 0.5);
    border: 1px solid rgba(255,255,255,0.08);
}

.ced-hero-event__icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(255,255,255,0.08);
}

.ced-hero-event__body strong {
    display: block;
    font-size: 0.92rem;
}

.ced-hero-event__body span {
    display: block;
    margin-top: 3px;
    color: rgba(255,255,255,0.68);
    font-size: 0.83rem;
    line-height: 1.56;
}

.ced-hero-event__tag {
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.ced-hero-event__tag--tool {
    background: rgba(96,165,250,0.18);
    color: #c9e1ff;
}

.ced-hero-event__tag--bridge {
    background: rgba(124,58,237,0.18);
    color: #ded2ff;
}

.ced-hero-event__tag--monitor {
    background: rgba(16,185,129,0.18);
    color: #bff7df;
}

.ced-hero-board__routes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.ced-hero-board__routes span {
    display: inline-flex;
    align-items: center;
    padding: 8px 11px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.82);
    font-size: 0.78rem;
    font-weight: 700;
}

.ced-strip {
    padding: 24px 0 0;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.ced-strip__box {
    padding: 26px 30px;
    border-radius: 26px;
    background: #fff;
    border: 1px solid var(--ced-border);
    box-shadow: var(--ced-shadow-sm);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.ced-strip__title {
    font-size: 1.12rem;
    font-weight: 800;
    color: #13213f;
}

.ced-strip__box p {
    margin: 10px 0 0;
    color: var(--ced-muted);
    line-height: 1.72;
}

.ced-textlink {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    color: #1e3a8a;
    font-weight: 700;
    text-decoration: none;
}

.ced-section {
    padding: 78px 0 0;
}

.ced-section--soft {
    background: linear-gradient(180deg, rgba(255,255,255,0.55) 0%, rgba(248,251,255,0.9) 100%);
    padding-bottom: 6px;
}

.ced-section-head {
    margin-bottom: 34px;
    text-align: center;
}

.ced-section-head.compact {
    margin-bottom: 30px;
}

.ced-section-head h2,
.ced-final h2 {
    margin: 0;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.04;
    color: #13213f;
}

.ced-section-head p,
.ced-final p {
    margin: 12px auto 0;
    max-width: 840px;
    color: var(--ced-muted);
    font-size: 1rem;
    line-height: 1.72;
}

.ced-feature-grid,
.ced-boundary-grid,
.ced-usecase-grid,
.ced-product-links,
.ced-flow {
    display: grid;
    gap: 20px;
}

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

.ced-boundary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.ced-flow {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ced-feature-card,
.ced-boundary-card,
.ced-usecase-card,
.ced-product-link-card,
.ced-flow__step,
.ced-chip-group {
    padding: 24px;
    border-radius: 24px;
    border: 1px solid var(--ced-border);
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,251,255,0.95) 100%);
    box-shadow: var(--ced-shadow-sm);
}

.ced-feature-card__icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    margin-bottom: 18px;
    background: rgba(37, 99, 235, 0.10);
    color: var(--ced-blue);
    font-size: 1.08rem;
}

.ced-feature-card:nth-child(2) .ced-feature-card__icon,
.ced-feature-card:nth-child(6) .ced-feature-card__icon {
    background: rgba(16, 185, 129, 0.10);
    color: var(--ced-emerald);
}

.ced-feature-card:nth-child(3) .ced-feature-card__icon,
.ced-feature-card:nth-child(5) .ced-feature-card__icon {
    background: rgba(124, 58, 237, 0.10);
    color: var(--ced-violet);
}

.ced-feature-card h3,
.ced-boundary-card h3,
.ced-usecase-card h3,
.ced-product-link-card h3,
.ced-flow__step h3 {
    margin: 0;
    font-size: 1.18rem;
    line-height: 1.14;
    color: #13213f;
}

.ced-feature-card p,
.ced-usecase-card p,
.ced-product-link-card p,
.ced-flow__step p {
    margin: 12px 0 0;
    color: var(--ced-muted);
    line-height: 1.7;
}

.ced-boundary-card ul {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
    display: grid;
    gap: 11px;
}

.ced-boundary-card li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: start;
    line-height: 1.58;
    color: var(--ced-muted);
}

.ced-boundary-card li i {
    margin-top: 3px;
    color: var(--ced-blue);
}

.ced-boundary-card--good {
    background: linear-gradient(180deg, #ffffff 0%, #f3fbf7 100%);
}

.ced-boundary-card--good li i {
    color: var(--ced-emerald);
}

.ced-boundary-card--muted {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.ced-boundary-card--muted li i {
    color: #64748b;
}

.ced-usecase-card {
    position: relative;
    overflow: hidden;
}

.ced-usecase-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--ced-blue), rgba(37, 99, 235, 0));
}

.ced-usecase-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    border-radius: 14px;
    background: rgba(37, 99, 235, 0.10);
    color: var(--ced-blue);
    font-size: 0.9rem;
    font-weight: 800;
}

.ced-flow__step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    border-radius: 14px;
    background: rgba(37, 99, 235, 0.10);
    color: var(--ced-blue);
    font-size: 0.9rem;
    font-weight: 800;
}

.ced-chip-wrap {
    display: grid;
    gap: 22px;
}

.ced-chip-group__title {
    font-size: 1rem;
    font-weight: 800;
    color: #13213f;
    margin-bottom: 16px;
}

.ced-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ced-chip {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: #eef4ff;
    color: #1e3a8a;
    font-size: 0.93rem;
    font-weight: 700;
}

.ced-chip--violet {
    background: #f5f0ff;
    color: #6540be;
}

.ced-chip--green {
    background: #ecfffb;
    color: #14675e;
}

.ced-chip--amber {
    background: #fff8ea;
    color: #936104;
}

.ced-product-link-card__kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 800;
    color: #5f7392;
}

.ced-product-link-card a {
    margin-top: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: auto;
    padding: 10px 14px;
    border-radius: 999px;
    color: #1e3a8a;
    background: rgba(30, 58, 138, 0.08);
    box-shadow: inset 0 0 0 1px rgba(30, 58, 138, 0.14);
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    transition: all 0.2s ease;
}

.ced-product-link-card a:hover {
    color: #172554;
    background: rgba(30, 58, 138, 0.14);
    box-shadow: inset 0 0 0 1px rgba(30, 58, 138, 0.24);
    transform: translateY(-1px);
}

.ced-showcase-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.ced-showcase-card {
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid var(--ced-border);
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,251,255,0.95) 100%);
    box-shadow: var(--ced-shadow-sm);
}

.ced-showcase-visual {
    padding: 20px;
    background: linear-gradient(135deg, #08111f 0%, #0f1c31 100%);
}

.ced-showcase-visual--monitor {
    background: linear-gradient(135deg, #08131f 0%, #0f2433 100%);
}

.ced-showcase-visual--bridge {
    background: linear-gradient(135deg, #0a1020 0%, #1d1a3a 100%);
}

.ced-showcase-visual--code {
    background: linear-gradient(135deg, #09101b 0%, #142236 100%);
}

.ced-showcase-window {
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.06);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
    overflow: hidden;
}

.ced-showcase-window__bar {
    display: flex;
    gap: 7px;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.ced-showcase-window__bar span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.24);
}

.ced-showcase-panel-head,
.ced-showcase-monitor-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 16px 10px;
    color: #fff;
}

.ced-showcase-panel-head strong,
.ced-showcase-monitor-head strong {
    font-size: 0.96rem;
}

.ced-showcase-monitor-head em {
    font-style: normal;
    color: rgba(255,255,255,0.68);
    font-size: 0.8rem;
}

.ced-showcase-pills,
.ced-showcase-routechips,
.ced-showcase-tags,
.ced-showcase-validator {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ced-showcase-pills span,
.ced-showcase-routechips span,
.ced-showcase-validator span {
    display: inline-flex;
    align-items: center;
    padding: 7px 10px;
    border-radius: 999px;
    color: rgba(255,255,255,0.9);
    font-size: 0.75rem;
    font-weight: 700;
    background: rgba(255,255,255,0.10);
}

.ced-showcase-validator {
    padding: 0 16px 16px;
}

.ced-showcase-validator .is-pass {
    background: rgba(16,185,129,0.16);
    color: #c8f9e5;
}

.ced-showcase-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding: 0 16px 12px;
}

.ced-showcase-metrics div {
    padding: 12px;
    border-radius: 16px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.05);
}

.ced-showcase-metrics small {
    display: block;
    color: rgba(255,255,255,0.56);
    font-size: 0.72rem;
    margin-bottom: 6px;
}

.ced-showcase-metrics strong {
    color: #fff;
    font-size: 0.92rem;
}

.ced-showcase-formrows,
.ced-showcase-buttonrow {
    padding: 0 16px 16px;
    display: grid;
    gap: 10px;
}

.ced-showcase-formrows span,
.ced-showcase-buttonrow span {
    display: block;
    height: 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
}

.ced-showcase-formrows span:nth-child(1) { width: 84%; }
.ced-showcase-formrows span:nth-child(2) { width: 92%; }
.ced-showcase-formrows span:nth-child(3) { width: 62%; }

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

.ced-showcase-buttonrow span {
    height: 36px;
    border-radius: 12px;
}

.ced-showcase-buttonrow span.is-primary {
    background: linear-gradient(135deg, #4f9bff 0%, #2b6fe7 100%);
}

.ced-showcase-timeline {
    display: grid;
    gap: 10px;
    padding: 0 16px 14px;
}

.ced-showcase-timeline div {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 12px;
    border-radius: 16px;
    background: rgba(255,255,255,0.06);
}

.ced-showcase-timeline span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.4);
}

.ced-showcase-timeline span.is-ok { background: #34d399; }
.ced-showcase-timeline span.is-warn { background: #fbbf24; }

.ced-showcase-timeline b,
.ced-showcase-timeline small {
    color: #fff;
}

.ced-showcase-timeline small {
    color: rgba(255,255,255,0.62);
    font-size: 0.76rem;
}

.ced-showcase-routechips {
    padding: 0 16px 16px;
}

.ced-showcase-bridge-flow {
    display: grid;
    grid-template-columns: repeat(7, auto);
    justify-content: space-between;
    gap: 8px;
    align-items: center;
    padding: 18px 16px;
}

.ced-showcase-bridge-node {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 12px;
    border-radius: 14px;
    text-align: center;
    background: rgba(255,255,255,0.10);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
}

.ced-showcase-bridge-arrow {
    width: 24px;
    height: 2px;
    background: rgba(255,255,255,0.34);
    position: relative;
}

.ced-showcase-bridge-arrow::after {
    content: "";
    position: absolute;
    right: -1px;
    top: -3px;
    width: 8px;
    height: 8px;
    border-top: 2px solid rgba(255,255,255,0.34);
    border-right: 2px solid rgba(255,255,255,0.34);
    transform: rotate(45deg);
}

.ced-showcase-code {
    display: grid;
    gap: 9px;
    padding: 16px;
    font-family: Consolas, Monaco, monospace;
    font-size: 0.81rem;
    color: rgba(255,255,255,0.86);
}

.ced-showcase-code i {
    color: #8db8ff;
    font-style: normal;
}

.ced-showcase-code b {
    color: #bfe7ff;
    font-weight: 700;
}

.ced-showcase-logline {
    display: grid;
    grid-template-columns: auto auto 1fr;
    gap: 10px;
    align-items: center;
    margin: 0 16px 16px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(16,185,129,0.14);
    color: #d4fff0;
    font-size: 0.78rem;
}

.ced-showcase-logline span,
.ced-showcase-logline em {
    color: rgba(212,255,240,0.82);
    font-style: normal;
}

.ced-showcase-card__body {
    padding: 22px 24px 24px;
}

.ced-showcase-card__body h3 {
    margin: 0;
    font-size: 1.18rem;
    line-height: 1.16;
    color: #13213f;
}

.ced-showcase-card__body p {
    margin: 12px 0 0;
    color: var(--ced-muted);
    line-height: 1.72;
}

.ced-showcase-tags {
    margin-top: 16px;
}

.ced-showcase-tags span {
    display: inline-flex;
    align-items: center;
    padding: 9px 12px;
    border-radius: 999px;
    background: #eef4ff;
    color: #1e3a8a;
    font-size: 0.82rem;
    font-weight: 700;
}

.ced-final {
    padding: 78px 0 88px;
}

.ced-final__box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 26px;
    align-items: center;
    padding: 32px;
    border-radius: 30px;
    color: #fff;
    background:
        radial-gradient(circle at right center, rgba(37,99,235,0.28), transparent 18%),
        linear-gradient(135deg, #09111f 0%, #10203a 100%);
    box-shadow: 0 24px 60px rgba(8,16,29,0.20);
}

.ced-final .ced-eyebrow,
.ced-final h2,
.ced-final p {
    color: #fff;
}

.ced-final p {
    max-width: 760px;
    color: rgba(255,255,255,0.76);
}

@media (max-width: 1180px) {
    .ced-hero__inner,
    .ced-strip__box,
    .ced-final__box,
    .ced-feature-grid,
    .ced-boundary-grid,
    .ced-usecase-grid,
    .ced-product-links,
    .ced-flow,
    .ced-showcase-grid {
        grid-template-columns: 1fr;
    }

    .ced-final__actions {
        justify-content: flex-start;
    }
}

@media (max-width: 900px) {
    .custom-ea-page-v1 .container {
        width: min(1240px, calc(100% - 32px));
    }

    .ced-hero__inner {
        padding: 36px 0 28px;
    }

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

    .ced-showcase-metrics {
        grid-template-columns: 1fr;
    }

    .ced-showcase-bridge-flow {
        grid-template-columns: 1fr;
    }

    .ced-showcase-bridge-arrow {
        width: 2px;
        height: 18px;
        margin: 0 auto;
    }

    .ced-showcase-bridge-arrow::after {
        left: -3px;
        right: auto;
        top: auto;
        bottom: -1px;
        transform: rotate(135deg);
    }

    .ced-hero-arrow {
        margin: 0 auto;
        transform: rotate(90deg);
    }

    .ced-hero-node {
        min-height: 0;
    }
}

@media (max-width: 640px) {
    .custom-ea-page-v1 .container {
        width: min(1240px, calc(100% - 28px));
    }

    .ced-actions,
    .ced-final__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .ced-microcopy {
        flex-direction: column;
        align-items: flex-start;
    }

    .ced-hero-event {
        grid-template-columns: auto 1fr;
    }

    .ced-showcase-timeline div,
    .ced-showcase-logline {
        grid-template-columns: 1fr;
    }

    .ced-showcase-card__body {
        padding: 20px;
    }

    .ced-hero-event__tag {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .ced-hero-board,
    .ced-strip__box,
    .ced-feature-card,
    .ced-boundary-card,
    .ced-usecase-card,
    .ced-product-link-card,
    .ced-flow__step,
    .ced-chip-group,
    .ced-final__box {
        padding: 20px;
    }
}
