.phase-page {
    --phase-max: 1440px;
}

.lp-hero-prelaunch {
    width: fit-content;
    max-width: 100%;
    margin: 0;
    padding: 0.5rem 0.72rem;
    border: 1px solid color-mix(in oklch, var(--lp-accent-teal) 22%, white);
    border-radius: 999px;
    background: color-mix(in oklch, white 88%, var(--lp-accent-soft));
    color: var(--lp-text-muted);
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.35;
}

.lp-hero-prelaunch a {
    color: var(--lp-accent-strong);
    text-underline-offset: 0.18em;
}

@media (max-width: 520px) {
    .lp-hero-prelaunch {
        width: 100%;
        border-radius: 16px;
    }
}

/* Semantic aliases reuse glyphs already present in the optimized icon font. */
.bi-briefcase::before { content: '\f3d0'; }
.bi-building::before { content: '\f62f'; }
.bi-cash-stack::before { content: '\f615'; }
.bi-chat-square-text::before { content: '\f362'; }
.bi-check2::before { content: '\f3d0'; }
.bi-chevron-right::before { content: '\f138'; }
.bi-code-square::before { content: '\f362'; }
.bi-columns-gap::before { content: '\f45b'; }
.bi-files::before { content: '\f50f'; }
.bi-folder2-open::before { content: '\f3d0'; }
.bi-geo-alt::before { content: '\f62f'; }
.bi-kanban::before { content: '\f45b'; }
.bi-lightning-charge::before { content: '\f130'; }
.bi-list-check::before { content: '\f3d0'; }
.bi-person-check::before { content: '\f4d0'; }
.bi-plus-circle::before { content: '\f45b'; }
.bi-signpost-2::before { content: '\f7e1'; }
.bi-speedometer2::before { content: '\f12b'; }

.phase-shell {
    width: min(var(--phase-max, 1440px), calc(100% - 2rem));
    margin-inline: auto;
}

.phase-hero {
    padding: clamp(4.5rem, 8vw, 7.5rem) 0 clamp(3rem, 5vw, 5rem);
    border-bottom: 1px solid var(--lp-border);
}

.phase-hero .phase-shell {
    max-width: none;
}

.phase-hero h1 {
    width: 100%;
    max-width: none;
    margin: 1rem 0 0;
    font-family: var(--lp-font-display);
    font-size: clamp(2.65rem, 5.6vw, 5.4rem);
    line-height: 1.02;
    letter-spacing: 0;
    text-wrap: balance;
}

.phase-guide-index-page .phase-hero h1 + .lp-section-subtitle {
    margin-top: clamp(1.35rem, 2vw, 2rem);
}

.phase-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1.5rem;
    color: var(--lp-text-muted);
    font-size: 0.86rem;
}

.phase-breadcrumb a {
    color: var(--lp-accent-strong);
    font-weight: 700;
}

.phase-breadcrumb span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.phase-content-section {
    padding: clamp(3rem, 6vw, 6rem) 0 clamp(5rem, 8vw, 8rem);
}

.phase-content {
    display: grid;
    gap: 2rem;
    min-width: 0;
}

.phase-product-visual {
    width: 100%;
    margin: 0 auto 1rem;
    overflow: hidden;
    border: 1px solid var(--lp-border-strong);
    border-radius: var(--lp-radius);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: var(--lp-shadow-sm);
}

.phase-product-visual picture,
.phase-product-visual img {
    display: block;
    width: 100%;
}

.phase-product-visual img {
    height: auto;
}

.phase-highlights {
    width: 100%;
    margin: 0 auto 1rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--lp-grid-gap);
}

.phase-highlight-card {
    padding: 1.4rem;
    border-top: 3px solid var(--lp-accent);
    background: rgba(255, 255, 255, 0.48);
}

.phase-highlight-card h2 {
    margin: 0 0 0.65rem;
    color: var(--lp-text);
    font-size: 1.15rem;
    line-height: 1.3;
}

.phase-highlight-card p {
    margin: 0;
    color: var(--lp-text-muted);
    line-height: 1.62;
}

.phase-prose {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-inline: 0;
    font-size: clamp(1rem, 1.2vw, 1.12rem);
    color: var(--lp-text-muted);
}

.phase-prose > p:first-child {
    color: var(--lp-text);
    font-size: clamp(1.22rem, 2vw, 1.55rem);
    line-height: 1.55;
}

.phase-prose h2 {
    margin: clamp(3.4rem, 6vw, 5.5rem) 0 1.15rem;
    color: var(--lp-text);
    font-family: var(--lp-font-display);
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.08;
    letter-spacing: 0;
    text-wrap: balance;
}

.phase-prose h3 {
    margin: 2rem 0 0.55rem;
    color: var(--lp-text);
    font-size: clamp(1.12rem, 1.8vw, 1.35rem);
    line-height: 1.3;
}

.phase-prose p,
.phase-prose li {
    line-height: 1.72;
}

.phase-prose ul,
.phase-prose ol {
    display: grid;
    gap: 0.65rem;
    margin: 1.25rem 0 2rem;
    padding-left: 1.35rem;
}

.phase-prose li::marker {
    color: var(--lp-accent);
    font-weight: 800;
}

.phase-prose blockquote,
.phase-legal-note,
.phase-prelaunch {
    border: 1px solid color-mix(in oklch, var(--lp-accent) 28%, var(--lp-border));
    border-left: 4px solid var(--lp-accent);
    border-radius: var(--lp-radius-sm);
    background: color-mix(in oklch, var(--lp-accent-soft) 55%, white);
}

.phase-prose blockquote {
    margin: 2rem 0;
    padding: 1.2rem 1.35rem;
    color: var(--lp-text);
    font-weight: 650;
}

.phase-legal-note,
.phase-prelaunch {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding: 1.15rem 1.35rem;
}

.phase-legal-note p,
.phase-prelaunch span {
    margin: 0.35rem 0 0;
    color: var(--lp-text-muted);
}

.phase-prelaunch {
    display: grid;
    gap: 0.15rem;
    margin: 2rem 0 0;
    background: color-mix(in oklch, var(--lp-gold) 11%, white);
    border-color: color-mix(in oklch, var(--lp-gold) 45%, var(--lp-border));
    border-left-color: var(--lp-gold);
}

.phase-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
    margin-top: 1.4rem;
    color: var(--lp-text-muted);
    font-size: 0.92rem;
}

.phase-faq-question {
    padding-top: 1rem;
    border-top: 1px solid var(--lp-border);
}

.phase-table-wrap {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 1.5rem 0 2.5rem;
    overflow-x: auto;
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius-sm);
    background: rgba(255, 255, 255, 0.78);
}

.phase-table-wrap table {
    width: 100%;
    border-collapse: collapse;
    min-width: 560px;
}

.phase-table-wrap th,
.phase-table-wrap td {
    padding: 0.9rem 1rem;
    border-bottom: 1px solid var(--lp-border);
    text-align: left;
    vertical-align: top;
}

.phase-table-wrap th {
    color: var(--lp-text);
    background: var(--lp-accent-soft);
}

.phase-cta {
    width: 100%;
    margin: 2.5rem auto 0;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    border: 1px solid var(--lp-border-strong);
    border-radius: var(--lp-radius);
    background: rgba(255, 255, 255, 0.85);
    box-shadow: var(--lp-shadow-sm);
}

.phase-cta > div:first-child {
    display: grid;
    gap: 0.3rem;
}

.phase-cta span {
    color: var(--lp-accent-strong);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.phase-cta strong {
    max-width: none;
    font-size: clamp(1.15rem, 2.3vw, 1.65rem);
    line-height: 1.3;
}

.phase-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    flex: 0 0 auto;
}

.phase-cta-actions .lp-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.phase-text-link {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    align-items: center;
    gap: 0.65rem;
    padding: 0.35rem 0;
    color: var(--lp-accent-strong);
    font-weight: 800;
    line-height: 1.35;
    text-decoration: none;
    transition: color 160ms ease;
}

.phase-text-link > span[aria-hidden="true"],
.phase-pillar-card > a > span[aria-hidden="true"] {
    display: inline-grid;
    width: 1.9rem;
    height: 1.9rem;
    flex: 0 0 1.9rem;
    place-items: center;
    border: 1px solid color-mix(in oklch, var(--lp-accent) 30%, var(--lp-border));
    border-radius: 999px;
    background: color-mix(in oklch, var(--lp-accent-soft) 78%, white);
    transition: transform 160ms ease, color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.phase-text-link:hover,
.phase-text-link:focus-visible,
.phase-pillar-card > a:hover,
.phase-pillar-card > a:focus-visible {
    color: var(--lp-accent);
}

.phase-text-link:hover > span[aria-hidden="true"],
.phase-text-link:focus-visible > span[aria-hidden="true"],
.phase-pillar-card > a:hover > span[aria-hidden="true"],
.phase-pillar-card > a:focus-visible > span[aria-hidden="true"] {
    transform: translateX(3px);
    color: white;
    border-color: var(--lp-accent);
    background: var(--lp-accent);
}

.phase-text-link:focus-visible,
.phase-pillar-card > a:focus-visible {
    outline: 3px solid color-mix(in oklch, var(--lp-accent) 24%, transparent);
    outline-offset: 4px;
}

.phase-related {
    width: 100%;
    margin: clamp(2.5rem, 5vw, 4.5rem) auto 0;
}

.phase-related > h2 {
    margin: 0 0 1.35rem;
    font-family: var(--lp-font-display);
    font-size: clamp(2rem, 3.4vw, 3rem);
    line-height: 1.1;
    letter-spacing: 0;
}

.phase-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--lp-grid-gap);
}

.phase-related-card {
    min-height: 220px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius-card);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: var(--lp-shadow-sm);
}

.phase-card-head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.85rem;
    align-items: center;
}

.phase-card-icon {
    width: 2.65rem;
    height: 2.65rem;
    display: grid;
    flex: 0 0 2.65rem;
    place-items: center;
    border: 1px solid color-mix(in oklch, var(--lp-accent) 18%, var(--lp-border));
    border-radius: 12px;
    color: var(--lp-accent-strong);
    background: color-mix(in oklch, var(--lp-accent-soft) 72%, white);
    font-size: 1.08rem;
}

.phase-related-card h3 {
    margin: 0;
    font-size: 1.22rem;
    line-height: 1.25;
}

.phase-related-card p {
    margin: 0.7rem 0 1.25rem;
    color: var(--lp-text-muted);
    line-height: 1.6;
}

.phase-related-card .phase-text-link {
    margin-top: auto;
}

.guide-list-card time {
    display: block;
    margin: auto 0 0.75rem;
    color: var(--lp-text-soft);
    font-size: 0.8rem;
}

.guide-list-card .phase-text-link {
    display: inline-flex;
    gap: 0.4rem;
    align-items: center;
}

.phase-pillars,
.phase-about-strip {
    width: min(var(--phase-max, 1440px), calc(100% - 2rem));
    margin-inline: auto;
    padding: clamp(4rem, 7vw, 7rem) 0;
}

.phase-pillars > .phase-shell,
.phase-about-strip > .phase-shell {
    width: 100%;
}

.phase-pillars-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--lp-grid-gap);
    margin-top: 2rem;
}

.phase-pillar-card {
    min-height: 270px;
    padding: clamp(1.4rem, 3vw, 2rem);
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto 1fr auto;
    align-items: center;
    column-gap: 0.9rem;
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius-card);
    background: rgba(255, 255, 255, 0.84);
    box-shadow: var(--lp-shadow-sm);
}

.phase-pillar-card h3 {
    margin: 0;
    font-size: 1.45rem;
    line-height: 1.25;
}

.phase-pillar-card p {
    grid-column: 1 / -1;
    margin: 1.25rem 0 1.5rem;
    color: var(--lp-text-muted);
}

.phase-pillar-card a {
    grid-column: 1 / -1;
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    align-items: center;
    gap: 0.65rem;
    margin-top: auto;
    color: var(--lp-accent-strong);
    font-weight: 800;
    line-height: 1.35;
    text-decoration: none;
}

.phase-pillar-icon {
    width: 2.9rem;
    height: 2.9rem;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: white;
    background: var(--lp-brand-gradient);
    font-size: 1.25rem;
}

.phase-about-strip .phase-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(2rem, 6vw, 6rem);
    align-items: start;
}

.phase-about-strip h2,
.phase-pillars h2 {
    margin: 0;
    font-family: var(--lp-font-display);
    font-size: clamp(2.2rem, 4.5vw, 4.2rem);
    line-height: 1.08;
    letter-spacing: 0;
}

.phase-about-copy {
    color: var(--lp-text-muted);
    font-size: clamp(1.05rem, 1.5vw, 1.22rem);
}

.phase-about-copy p:first-child {
    margin-top: 0;
    color: var(--lp-text);
    font-weight: 650;
}

@media (max-width: 900px) {
    .phase-pillars-grid {
        grid-template-columns: 1fr;
    }

    .phase-pillar-card {
        min-height: 0;
    }

    .phase-about-strip .phase-shell {
        grid-template-columns: 1fr;
        gap: 1.4rem;
    }

    .phase-related-grid {
        grid-template-columns: 1fr;
    }

    .phase-highlights {
        grid-template-columns: 1fr;
    }

    .phase-related-card {
        min-height: 0;
    }

    .phase-cta {
        align-items: stretch;
        flex-direction: column;
    }

    .phase-cta-actions a {
        flex: 1 1 14rem;
        text-align: center;
    }
}

@media (max-width: 560px) {
    .phase-shell {
        width: min(100% - 2rem, var(--phase-max, 1440px));
    }

    .phase-pillars,
    .phase-about-strip {
        width: min(100% - 2rem, var(--phase-max, 1440px));
    }

    .phase-hero {
        padding: 3.2rem 0 2.6rem;
    }

    .phase-hero h1 {
        font-size: clamp(2.25rem, 11vw, 3.15rem);
    }

    .phase-prose h2 {
        margin-top: 3rem;
        font-size: clamp(1.8rem, 9vw, 2.6rem);
    }

    .phase-cta-actions {
        display: grid;
    }
}

/* module-product-visual-caption-20260719 */
.phase-product-visual > figcaption {
    margin: 0;
    padding: 0.8rem clamp(1.15rem, 2.5vw, 1.6rem) 1rem;
    background: rgba(255, 255, 255, 0.86);
}