.structured-page {
    padding-top: 18px;
    overflow-x: hidden;
}

.structured-hero,
.structured-proof-shell,
.structured-flow-shell,
.structured-compare-shell,
.structured-bridge-shell,
.structured-band,
.structured-final-cta {
    border: 1px solid rgba(88, 101, 124, 0.12);
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: var(--ds-shadow-sm);
}

.structured-hero {
    padding: 44px 40px 38px;
    text-align: center;
    background:
        radial-gradient(circle at top left, rgba(172, 210, 255, 0.22), transparent 28%),
        radial-gradient(circle at top right, rgba(223, 206, 255, 0.18), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 255, 0.9));
}

.structured-hero-badge,
.structured-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 18px;
    border-radius: 999px;
    background: rgba(63, 117, 255, 0.10);
    color: #2e63e8;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.structured-kicker {
    min-height: 34px;
    padding: 0 14px;
    font-size: 0.88rem;
}

.structured-kicker-light {
    background: rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.92);
}

.structured-hero h1,
.structured-proof-copy h2,
.structured-section-heading h2,
.structured-band h2,
.structured-final-cta h2 {
    margin: 22px auto 18px;
    max-width: 17ch;
    color: var(--ds-text);
    font-size: clamp(2.55rem, 4vw, 4.5rem);
    line-height: 0.95;
    letter-spacing: -0.065em;
    text-wrap: balance;
}

.structured-hero-lead,
.structured-section-heading p,
.structured-proof-copy > p,
.structured-band > div > p,
.structured-final-cta p {
    margin: 0 auto;
    max-width: 52ch;
    color: var(--ds-muted);
    font-size: 1.08rem;
    line-height: 1.62;
}

.structured-hero-ctas,
.structured-final-cta-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.structured-hero-ctas .ds-btn,
.structured-final-cta-actions .ds-btn {
    min-width: 216px;
}

.structured-hero-proof {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 26px;
}

.structured-hero-proof span {
    position: relative;
    padding-left: 24px;
    color: #41516d;
    font-size: 1rem;
    font-weight: 500;
}

.structured-hero-proof span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #16c45b;
    box-shadow: 0 0 0 5px rgba(22, 196, 91, 0.12);
}

.structured-proof-shell,
.structured-flow-shell,
.structured-compare-shell,
.structured-bridge-shell {
    padding: 34px;
    overflow: hidden;
}

.structured-proof-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
    gap: 26px;
    align-items: start;
}

.structured-proof-copy {
    padding: 8px 2px;
}

.structured-proof-copy h2 {
    max-width: none;
    margin: 14px 0 14px;
}

.structured-proof-points {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.structured-proof-points article,
.structured-flow-card,
.structured-bridge-card,
.structured-band-box,
.structured-compare-panel {
    border-radius: 24px;
    border: 1px solid rgba(88, 101, 124, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 249, 253, 0.94));
}

.structured-proof-points article,
.structured-flow-card,
.structured-bridge-card {
    padding: 26px;
}

.structured-proof-points strong,
.structured-flow-card h3,
.structured-bridge-card h3 {
    display: block;
    margin: 0 0 10px;
    color: var(--ds-text);
    font-size: 1.18rem;
    line-height: 1.32;
}

.structured-proof-points p,
.structured-flow-card p,
.structured-bridge-card p {
    margin: 0;
    color: var(--ds-muted);
    line-height: 1.62;
}

.structured-proof-visual {
    min-width: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-content: center;
}

.structured-proof-photo {
    width: 100%;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(88, 101, 124, 0.12);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
    background: #fff;
    padding: 14px;
}

.structured-proof-photo img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 360px;
    object-fit: contain;
    background: #fff;
    margin: 0 auto;
}

.structured-proof-fallback {
    border-radius: 28px;
    border: 1px solid rgba(88, 101, 124, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 255, 0.96));
    padding: 22px;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
}

.structured-proof-fallback-head,
.structured-proof-fallback-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.structured-proof-fallback-head span,
.structured-proof-fallback-foot span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(63, 117, 255, 0.08);
    color: #355ecf;
    font-size: 0.86rem;
    font-weight: 700;
}

.structured-proof-fallback-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 18px 0;
}

.structured-proof-fallback-grid article {
    min-height: 118px;
    border-radius: 20px;
    border: 1px solid rgba(88, 101, 124, 0.12);
    background: #fff;
    padding: 18px;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05);
}

.structured-proof-fallback-grid strong {
    display: block;
    margin-bottom: 10px;
    color: var(--ds-text);
    font-size: 1.02rem;
    line-height: 1.35;
}

.structured-proof-fallback-grid span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    background: #ecfdf5;
    color: #0f8b56;
    font-size: 0.82rem;
    font-weight: 700;
}

.structured-proof-caption {
    margin-top: 12px;
    color: #6c7a94;
    font-size: 0.96rem;
    line-height: 1.55;
}

.structured-section-heading {
    max-width: 74ch;
    margin: 0 auto 28px;
    text-align: center;
}

.structured-section-heading h2 {
    max-width: 18ch;
    margin-top: 14px;
}

.structured-flow-grid,
.structured-bridge-grid {
    display: grid;
    gap: 22px;
}

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

.structured-flow-icon,
.structured-mini-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 20px;
    border-radius: 18px;
    background: linear-gradient(180deg, #5d85ff, #9c45f0);
    box-shadow: 0 16px 30px rgba(92, 117, 255, 0.22);
    position: relative;
    overflow: hidden;
}

.structured-flow-icon::before,
.structured-flow-icon::after,
.structured-mini-icon::before,
.structured-mini-icon::after {
    content: "";
    position: absolute;
}

.structured-flow-icon.is-input::before {
    inset: 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.18);
}

.structured-flow-icon.is-input::after {
    left: 18px;
    top: 31px;
    width: 32px;
    height: 4px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 -10px 0 rgba(255, 255, 255, 0.72), 0 10px 0 rgba(255, 255, 255, 0.72);
}

.structured-flow-icon.is-detect::before {
    left: 16px;
    top: 16px;
    width: 20px;
    height: 20px;
    border: 4px solid rgba(255, 255, 255, 0.94);
    border-radius: 999px;
}

.structured-flow-icon.is-detect::after {
    right: 14px;
    bottom: 16px;
    width: 18px;
    height: 4px;
    background: rgba(255, 255, 255, 0.94);
    transform: rotate(45deg);
    transform-origin: center;
}

.structured-flow-icon.is-output::before {
    left: 16px;
    bottom: 14px;
    width: 10px;
    height: 18px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 14px -8px 0 rgba(255, 255, 255, 0.86), 28px -18px 0 rgba(255, 255, 255, 0.74);
}

.structured-flow-icon.is-output::after {
    left: 14px;
    bottom: 14px;
    width: 40px;
    height: 2px;
    background: rgba(255, 255, 255, 0.55);
}

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

.structured-compare-panel {
    padding: 30px;
}

.structured-compare-list {
    margin-top: 22px;
}

.structured-compare-list li + li {
    margin-top: 12px;
}

.structured-compare-panel-strong {
    background:
        radial-gradient(circle at top right, rgba(84, 120, 255, 0.12), transparent 36%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.98));
}

.structured-bridge-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.structured-mini-icon.is-review::before {
    inset: 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.18);
}

.structured-mini-icon.is-review::after {
    left: 18px;
    top: 31px;
    width: 26px;
    height: 12px;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    transform: rotate(-45deg);
}

.structured-mini-icon.is-sorting::before {
    left: 15px;
    top: 18px;
    width: 38px;
    height: 4px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 0 rgba(255, 255, 255, 0.82), 0 24px 0 rgba(255, 255, 255, 0.72);
}

.structured-mini-icon.is-handoff::before {
    left: 12px;
    top: 30px;
    width: 30px;
    height: 4px;
    background: rgba(255, 255, 255, 0.92);
}

.structured-mini-icon.is-handoff::after {
    right: 12px;
    top: 23px;
    width: 14px;
    height: 14px;
    border-top: 4px solid rgba(255, 255, 255, 0.92);
    border-right: 4px solid rgba(255, 255, 255, 0.92);
    transform: rotate(45deg);
}

.structured-band {
    padding: 34px;
    display: grid;
    gap: 26px;
    background:
        radial-gradient(circle at top left, rgba(44, 95, 255, 0.2), transparent 30%),
        linear-gradient(135deg, #14244f, #1b3478);
    color: #fff;
}

.structured-band h2 {
    max-width: 17ch;
    margin: 14px 0 14px;
    color: #fff;
}

.structured-band p {
    margin: 0;
    max-width: 52ch;
    color: rgba(255, 255, 255, 0.82);
}

.structured-band-boxes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.structured-band-box {
    padding: 22px;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
}

.structured-band-box strong {
    display: block;
    margin-bottom: 8px;
    font-size: 1.02rem;
}

.structured-band-box span {
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.55;
}

.structured-final-cta {
    padding: 34px;
}

.structured-final-cta-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
}

.structured-final-cta h2 {
    max-width: 18ch;
    margin: 14px 0 14px;
}

@media (max-width: 1180px) {
    .structured-proof-grid,
    .structured-compare-grid,
    .structured-final-cta-inner {
        grid-template-columns: 1fr;
    }

    .structured-proof-photo img {
        max-height: 520px;
    }
}

@media (max-width: 1040px) {
    .structured-flow-grid,
    .structured-bridge-grid,
    .structured-band-boxes {
        grid-template-columns: 1fr;
    }

    .structured-proof-fallback-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 780px) {
    .structured-hero,
    .structured-proof-shell,
    .structured-flow-shell,
    .structured-compare-shell,
    .structured-bridge-shell,
    .structured-band,
    .structured-final-cta {
        padding: 28px 22px;
        border-radius: 26px;
    }

    .structured-hero h1,
    .structured-proof-copy h2,
    .structured-section-heading h2,
    .structured-band h2,
    .structured-final-cta h2 {
        max-width: none;
        font-size: clamp(2rem, 8vw, 3rem);
    }

    .structured-hero-ctas .ds-btn,
    .structured-final-cta-actions .ds-btn {
        width: 100%;
        min-width: 0;
    }

    .structured-proof-photo img {
        max-height: 420px;
    }
}
