.provider-page {
    --po-ink: #0b1220;
    --po-navy: #15213d;
    --po-blue: #2563eb;
    --po-blue-dark: #1d4ed8;
    --po-violet: #6d4aff;
    --po-teal: #0f9f8f;
    --po-teal-light: #dff8f3;
    --po-cloud: #f5f7fb;
    --po-lilac: #f2efff;
    --po-line: #dfe5ef;
    --po-muted: #5f6b7c;
    background: #fff;
    color: var(--po-muted);
    overflow: hidden;
}

.provider-page h1,
.provider-page h2,
.provider-page h3,
.provider-page h4 {
    color: var(--po-ink);
}

.provider-page p {
    text-wrap: pretty;
}

.provider-page a:focus-visible,
.provider-page button:focus-visible,
.provider-page input:focus-visible,
.provider-page select:focus-visible,
.provider-page summary:focus-visible {
    outline: 3px solid rgba(37, 99, 235, 0.3);
    outline-offset: 3px;
}

.po-section {
    position: relative;
    padding: clamp(4.5rem, 8vw, 7.5rem) 0;
}

.po-section--soft {
    background: var(--po-cloud);
}

.po-section--dark {
    background: var(--po-navy);
    color: #bec8db;
}

.po-section--dark h2,
.po-section--dark h3,
.po-section--dark h4 {
    color: #fff;
}

.po-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1.15rem;
    color: var(--po-blue-dark);
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.po-kicker::before {
    width: 1.75rem;
    height: 2px;
    background: linear-gradient(90deg, var(--po-blue), var(--po-violet));
    content: '';
}

.po-section--dark .po-kicker {
    color: #9fb8ff;
}

.po-section-head {
    max-width: 730px;
    margin-bottom: clamp(2.25rem, 5vw, 4rem);
}

.po-section-head h2 {
    max-width: 18ch;
    margin-bottom: 1rem;
    font-size: clamp(2.05rem, 4.5vw, 3.65rem);
    line-height: 1.06;
}

.po-section-head p {
    max-width: 62ch;
    font-size: 1.08rem;
    line-height: 1.75;
}

.po-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    align-items: center;
}

.po-btn {
    min-height: 52px;
    padding-inline: 1.35rem;
    border-radius: 12px;
}

.po-btn svg {
    width: 18px;
    height: 18px;
}

.po-btn--secondary {
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid #ccd5e3;
    color: var(--po-ink);
}

.po-btn--secondary:hover {
    background: #fff;
    border-color: #9ca9bb;
    transform: translateY(-2px);
}

/* Hero */
.po-hero {
    position: relative;
    padding: calc(var(--header-height) + clamp(3.5rem, 7vw, 6.5rem)) 0 clamp(4.5rem, 8vw, 7.5rem);
    background:
        radial-gradient(circle at 78% 20%, rgba(109, 74, 255, 0.13), transparent 28rem),
        radial-gradient(circle at 15% 70%, rgba(15, 159, 143, 0.09), transparent 27rem),
        linear-gradient(180deg, #f9faff 0%, #fff 80%);
}

.po-hero::before {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(37, 99, 235, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(37, 99, 235, 0.045) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(to bottom, #000, transparent 75%);
    content: '';
    pointer-events: none;
}

.po-hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(430px, 0.97fr);
    gap: clamp(2.5rem, 6vw, 5.5rem);
    align-items: center;
}

.po-breadcrumb {
    display: flex;
    gap: 0.45rem;
    margin-bottom: 1.5rem;
    color: #7c8798;
    font-size: 0.84rem;
}

.po-breadcrumb a:hover {
    color: var(--po-blue);
}

.po-hero h1 {
    max-width: 13ch;
    margin: 0 0 1.4rem;
    font-size: clamp(3rem, 5.6vw, 5.25rem);
    font-weight: 700;
    line-height: 0.99;
    letter-spacing: -0.045em;
}

.po-gradient-text {
    background: linear-gradient(100deg, var(--po-blue) 0%, var(--po-violet) 84%);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.po-hero-lede {
    max-width: 62ch;
    margin-bottom: 1.8rem;
    color: #526075;
    font-size: clamp(1.06rem, 1.5vw, 1.22rem);
    line-height: 1.72;
}

.po-hero-note {
    display: flex;
    gap: 0.7rem;
    align-items: center;
    margin-top: 1.3rem;
    color: #748095;
    font-size: 0.88rem;
}

.po-hero-note svg {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    color: var(--po-teal);
}

.po-flow-card {
    position: relative;
    padding: clamp(1.4rem, 3vw, 2rem);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(197, 208, 226, 0.9);
    border-radius: 24px;
    box-shadow: 0 32px 80px rgba(35, 49, 82, 0.15);
    backdrop-filter: blur(12px);
}

.po-flow-card::after {
    position: absolute;
    top: -100px;
    right: -120px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(109, 74, 255, 0.16), transparent 68%);
    content: '';
    pointer-events: none;
}

.po-window-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--po-line);
}

.po-window-title {
    display: flex;
    gap: 0.55rem;
    align-items: center;
    color: #364154;
    font-size: 0.78rem;
    font-weight: 700;
}

.po-window-title span:first-child {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    background: linear-gradient(135deg, var(--po-blue), var(--po-violet));
    border-radius: 8px;
    color: #fff;
}

.po-window-title svg {
    width: 15px;
    height: 15px;
}

.po-status {
    display: inline-flex;
    gap: 0.35rem;
    align-items: center;
    padding: 0.35rem 0.6rem;
    background: var(--po-teal-light);
    border-radius: 999px;
    color: #08766a;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.po-status::before {
    width: 6px;
    height: 6px;
    background: var(--po-teal);
    border-radius: 50%;
    content: '';
}

.po-flow {
    position: relative;
    display: grid;
    gap: 0;
    margin-top: 1.1rem;
}

.po-flow-step {
    position: relative;
    display: grid;
    grid-template-columns: 42px 1fr auto;
    gap: 0.85rem;
    align-items: center;
    min-height: 68px;
    padding: 0.65rem 0;
}

.po-flow-step:not(:last-child)::after {
    position: absolute;
    bottom: -7px;
    left: 20px;
    z-index: 0;
    width: 2px;
    height: 18px;
    background: #d6dfec;
    content: '';
}

.po-flow-icon {
    position: relative;
    z-index: 1;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    background: #f3f6fb;
    border: 1px solid #dae2ee;
    border-radius: 12px;
    color: #526075;
}

.po-flow-icon svg {
    width: 18px;
    height: 18px;
}

.po-flow-step:last-child .po-flow-icon {
    background: linear-gradient(135deg, var(--po-blue), var(--po-violet));
    border-color: transparent;
    color: #fff;
    box-shadow: 0 8px 18px rgba(84, 77, 219, 0.25);
}

.po-flow-copy span {
    display: block;
    margin-bottom: 0.12rem;
    color: #8490a2;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.po-flow-copy strong {
    display: block;
    color: var(--po-ink);
    font-family: 'Sora', sans-serif;
    font-size: 0.91rem;
    line-height: 1.3;
}

.po-flow-check {
    display: grid;
    width: 25px;
    height: 25px;
    place-items: center;
    background: #edf9f6;
    border-radius: 50%;
    color: var(--po-teal);
}

.po-flow-check svg {
    width: 13px;
    height: 13px;
}

.po-card-caption {
    display: flex;
    gap: 0.65rem;
    align-items: center;
    margin-top: 1rem;
    padding: 0.9rem 1rem;
    background: #f6f4ff;
    border: 1px solid #e5e0ff;
    border-radius: 12px;
    color: #4b3fa3;
    font-size: 0.79rem;
    font-weight: 600;
}

.po-card-caption svg {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
}

/* Problem */
.po-problem-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(2rem, 6vw, 6rem);
    align-items: center;
}

.po-problem-copy h2 {
    max-width: 13ch;
    margin-bottom: 1.25rem;
}

.po-problem-copy > p {
    max-width: 58ch;
    line-height: 1.75;
}

.po-fragment-list {
    display: grid;
    gap: 0.85rem;
}

.po-fragment {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 1rem;
    align-items: center;
    padding: 1rem 1.1rem;
    background: #fff;
    border: 1px solid var(--po-line);
    border-radius: 14px;
    color: #435066;
    box-shadow: 0 5px 18px rgba(35, 49, 82, 0.04);
}

.po-fragment span {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    background: #f5f3ff;
    border-radius: 10px;
    color: var(--po-violet);
}

.po-fragment svg {
    width: 18px;
    height: 18px;
}

.po-bridge {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    margin-top: 1.7rem;
    padding: 1.2rem;
    background: #ebf8f5;
    border: 1px solid #bde9df;
    border-radius: 14px;
    color: #175f57;
    line-height: 1.6;
}

.po-bridge svg {
    width: 20px;
    height: 20px;
    margin-top: 0.15rem;
    flex: 0 0 auto;
}

/* Five-stage detail */
.po-stage-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.8rem;
}

.po-stage-card {
    position: relative;
    min-height: 300px;
    padding: 1.35rem;
    background: #fff;
    border: 1px solid var(--po-line);
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(35, 49, 82, 0.05);
}

.po-stage-card:not(:last-child)::after {
    position: absolute;
    top: 42px;
    right: -14px;
    z-index: 2;
    display: grid;
    width: 27px;
    height: 27px;
    place-items: center;
    background: #fff;
    border: 1px solid var(--po-line);
    border-radius: 50%;
    color: var(--po-blue);
    content: '\2192';
    font-weight: 700;
}

.po-stage-number {
    display: grid;
    width: 42px;
    height: 42px;
    margin-bottom: 1.4rem;
    place-items: center;
    background: #f0f4ff;
    border-radius: 12px;
    color: var(--po-blue);
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.78rem;
    font-weight: 600;
}

.po-stage-card:last-child .po-stage-number {
    background: linear-gradient(135deg, var(--po-blue), var(--po-violet));
    color: #fff;
}

.po-stage-card h3 {
    margin-bottom: 0.7rem;
    font-size: 1.08rem;
}

.po-stage-card p {
    font-size: 0.9rem;
    line-height: 1.65;
}

.po-curriculum-note {
    max-width: 740px;
    margin: 2.25rem auto 0;
    padding: 1rem 1.25rem;
    background: #f1efff;
    border: 1px solid #dfd9ff;
    border-radius: 12px;
    color: #493d9b;
    font-size: 0.92rem;
    text-align: center;
}

/* Outputs */
.po-output-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.po-output-card {
    position: relative;
    padding: 1.5rem;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--po-line);
    border-radius: 18px;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.po-output-card:hover {
    border-color: #bdc9db;
    box-shadow: 0 18px 36px rgba(32, 47, 78, 0.08);
    transform: translateY(-3px);
}

.po-output-icon {
    display: grid;
    width: 46px;
    height: 46px;
    margin-bottom: 1.2rem;
    place-items: center;
    background: linear-gradient(145deg, #eff4ff, #f4efff);
    border-radius: 13px;
    color: var(--po-blue);
}

.po-output-icon svg {
    width: 21px;
    height: 21px;
}

.po-output-card h3 {
    margin-bottom: 0.65rem;
    font-size: 1.1rem;
}

.po-output-card p {
    font-size: 0.9rem;
    line-height: 1.65;
}

/* Provider / employer */
.po-benefit-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
}

.po-benefit-panel {
    padding: clamp(1.6rem, 4vw, 2.5rem);
    border: 1px solid var(--po-line);
    border-radius: 22px;
}

.po-benefit-panel--provider {
    background: #fff;
}

.po-benefit-panel--employer {
    background: var(--po-navy);
    border-color: var(--po-navy);
    color: #bec8db;
}

.po-benefit-panel--employer h2,
.po-benefit-panel--employer h3 {
    color: #fff;
}

.po-panel-label {
    display: inline-flex;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 1.4rem;
    color: var(--po-blue);
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.po-benefit-panel--employer .po-panel-label {
    color: #9fb8ff;
}

.po-panel-label svg {
    width: 18px;
    height: 18px;
}

.po-benefit-panel > h2 {
    margin-bottom: 1.8rem;
    font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.po-benefit-list {
    display: grid;
    gap: 1.3rem;
}

.po-benefit-list li {
    display: grid;
    grid-template-columns: 26px 1fr;
    gap: 0.8rem;
}

.po-benefit-list li > svg {
    width: 19px;
    height: 19px;
    margin-top: 0.1rem;
    color: var(--po-teal);
}

.po-benefit-list strong {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--po-ink);
    font-family: 'Sora', sans-serif;
    font-size: 0.98rem;
}

.po-benefit-panel--employer .po-benefit-list strong {
    color: #fff;
}

.po-benefit-list p {
    font-size: 0.88rem;
    line-height: 1.6;
}

.po-uses {
    margin-top: 1.5rem;
    padding-top: 1.3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: #9eacc3;
    font-size: 0.86rem;
    line-height: 1.6;
}

/* Fit section */
.po-fit-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(2rem, 6vw, 6rem);
    align-items: center;
}

.po-fit-copy h2 {
    max-width: 15ch;
    margin-bottom: 1.15rem;
}

.po-fit-copy > p {
    max-width: 58ch;
    line-height: 1.75;
}

.po-fit-copy .po-actions {
    margin-top: 1.6rem;
}

.po-layer-stack {
    position: relative;
    min-height: 400px;
    padding: 2rem;
}

.po-layer-card {
    position: absolute;
    left: 8%;
    width: 84%;
    padding: 1.15rem 1.35rem;
    background: #fff;
    border: 1px solid var(--po-line);
    border-radius: 16px;
    box-shadow: 0 16px 32px rgba(35, 49, 82, 0.1);
}

.po-layer-card:nth-child(1) {
    top: 0;
    z-index: 4;
}

.po-layer-card:nth-child(2) {
    top: 92px;
    left: 12%;
    z-index: 3;
    width: 76%;
}

.po-layer-card:nth-child(3) {
    top: 184px;
    left: 16%;
    z-index: 2;
    width: 68%;
}

.po-layer-card:nth-child(4) {
    top: 276px;
    left: 20%;
    z-index: 1;
    width: 60%;
}

.po-layer-card span {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--po-blue);
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.64rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.po-layer-card strong {
    color: var(--po-ink);
    font-family: 'Sora', sans-serif;
    font-size: 0.95rem;
}

.po-layer-card:first-child {
    background: linear-gradient(135deg, var(--po-blue), var(--po-violet));
    border-color: transparent;
}

.po-layer-card:first-child span,
.po-layer-card:first-child strong {
    color: #fff;
}

/* Walkthrough */
.po-walkthrough-shell {
    overflow: hidden;
    background: #fff;
    border: 1px solid #cfd8e6;
    border-radius: 24px;
    box-shadow: 0 30px 70px rgba(24, 37, 66, 0.14);
}

.po-demo-topbar {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    padding: 0.9rem 1.2rem;
    background: #f9fafc;
    border-bottom: 1px solid var(--po-line);
}

.po-demo-dots {
    display: flex;
    gap: 6px;
}

.po-demo-dots i {
    width: 9px;
    height: 9px;
    background: #ccd4df;
    border-radius: 50%;
}

.po-demo-dots i:first-child {
    background: #fe8375;
}

.po-demo-dots i:nth-child(2) {
    background: #f8bf54;
}

.po-demo-dots i:nth-child(3) {
    background: #50c495;
}

.po-demo-topbar strong {
    color: #536074;
    font-size: 0.74rem;
}

.po-demo-topbar span {
    color: #94a0b0;
    font-size: 0.7rem;
}

.po-demo-layout {
    display: grid;
    grid-template-columns: 245px minmax(0, 1fr);
    min-height: 560px;
}

.po-demo-nav {
    padding: 1.4rem;
    background: #f4f6fa;
    border-right: 1px solid var(--po-line);
}

.po-demo-nav > span {
    display: block;
    margin: 0 0 1rem 0.45rem;
    color: #8995a7;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.63rem;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.po-demo-tab {
    display: grid;
    grid-template-columns: 29px 1fr;
    gap: 0.65rem;
    align-items: center;
    width: 100%;
    padding: 0.75rem;
    border-radius: 10px;
    color: #657185;
    font-size: 0.78rem;
    font-weight: 600;
    text-align: left;
    transition: background 150ms ease, color 150ms ease;
}

.po-demo-tab span {
    display: grid;
    width: 29px;
    height: 29px;
    place-items: center;
    background: #fff;
    border: 1px solid #dbe2ec;
    border-radius: 8px;
    font-size: 0.65rem;
}

.po-demo-tab[aria-selected='true'] {
    background: #e9edff;
    color: #3b42a2;
}

.po-demo-tab[aria-selected='true'] span {
    background: var(--po-blue);
    border-color: var(--po-blue);
    color: #fff;
}

.po-demo-progress {
    margin-top: 1.2rem;
    padding: 1rem;
    background: #fff;
    border: 1px solid var(--po-line);
    border-radius: 11px;
}

.po-demo-progress p {
    margin-bottom: 0.6rem;
    color: #7b8798;
    font-size: 0.68rem;
}

.po-progress-track {
    height: 5px;
    overflow: hidden;
    background: #e9edf3;
    border-radius: 999px;
}

.po-progress-track span {
    display: block;
    width: 20%;
    height: 100%;
    background: linear-gradient(90deg, var(--po-blue), var(--po-violet));
    border-radius: inherit;
    transition: width 250ms ease;
}

.po-demo-main {
    position: relative;
    padding: clamp(1.4rem, 4vw, 2.5rem);
}

.po-demo-panel[hidden] {
    display: none;
}

.po-demo-panel {
    animation: po-panel-in 280ms ease;
}

@keyframes po-panel-in {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.po-demo-heading {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.po-demo-heading small {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--po-blue);
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.po-demo-heading h3 {
    font-size: clamp(1.4rem, 3vw, 2rem);
}

.po-demo-pill {
    display: inline-flex;
    padding: 0.35rem 0.65rem;
    background: #eef2f8;
    border-radius: 999px;
    color: #687588;
    font-size: 0.67rem;
    font-weight: 700;
    white-space: nowrap;
}

.po-demo-pill--green {
    background: var(--po-teal-light);
    color: #08766a;
}

.po-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.po-demo-field {
    padding: 0.85rem 1rem;
    background: #fafbfc;
    border: 1px solid var(--po-line);
    border-radius: 10px;
}

.po-demo-field--wide {
    grid-column: 1 / -1;
}

.po-demo-field label {
    display: block;
    margin-bottom: 0.25rem;
    color: #8b96a7;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.po-demo-field p,
.po-demo-field strong {
    color: #2c384c;
    font-size: 0.81rem;
    line-height: 1.55;
}

.po-step-list {
    display: grid;
    gap: 0.55rem;
}

.po-step-list li {
    display: flex;
    gap: 0.65rem;
    align-items: center;
    color: #3b475a;
    font-size: 0.78rem;
}

.po-step-list span {
    display: grid;
    width: 23px;
    height: 23px;
    place-items: center;
    background: #edf2ff;
    border-radius: 7px;
    color: var(--po-blue);
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.58rem;
}

.po-review-card {
    padding: 1.25rem;
    background: #f8fafc;
    border: 1px solid var(--po-line);
    border-radius: 13px;
}

.po-review-person {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    margin-bottom: 1rem;
}

.po-avatar {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    background: linear-gradient(135deg, #dbe8ff, #e9deff);
    border-radius: 50%;
    color: #3b49a4;
    font-weight: 800;
}

.po-review-person strong,
.po-review-person span {
    display: block;
}

.po-review-person strong {
    color: var(--po-ink);
    font-size: 0.82rem;
}

.po-review-person span {
    color: #8a96a7;
    font-size: 0.68rem;
}

.po-comment {
    padding: 1rem;
    background: #fff;
    border: 1px solid #d8e0eb;
    border-left: 3px solid var(--po-blue);
    border-radius: 8px;
    color: #455166;
    font-size: 0.82rem;
    line-height: 1.6;
}

.po-approval-row {
    display: flex;
    gap: 0.65rem;
    margin-top: 1rem;
}

.po-approval-row span {
    padding: 0.45rem 0.7rem;
    background: var(--po-teal-light);
    border-radius: 7px;
    color: #08766a;
    font-size: 0.7rem;
    font-weight: 700;
}

.po-asset-head {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 1.1rem;
    background: linear-gradient(135deg, #eef3ff, #f4efff);
    border: 1px solid #dce2f4;
    border-radius: 13px;
}

.po-asset-head > span {
    display: grid;
    width: 45px;
    height: 45px;
    place-items: center;
    background: #fff;
    border-radius: 12px;
    color: var(--po-blue);
}

.po-asset-head svg {
    width: 21px;
    height: 21px;
}

.po-asset-head strong,
.po-asset-head small {
    display: block;
}

.po-asset-head strong {
    color: var(--po-ink);
    font-size: 0.9rem;
}

.po-asset-head small {
    color: #758196;
    font-size: 0.69rem;
}

.po-asset-meta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.7rem;
    margin-top: 0.8rem;
}

.po-asset-meta div {
    padding: 0.8rem;
    border: 1px solid var(--po-line);
    border-radius: 10px;
}

.po-asset-meta span,
.po-asset-meta strong {
    display: block;
}

.po-asset-meta span {
    color: #8a96a7;
    font-size: 0.61rem;
    font-weight: 700;
    text-transform: uppercase;
}

.po-asset-meta strong {
    margin-top: 0.2rem;
    color: #344055;
    font-size: 0.76rem;
}

.po-metric-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
}

.po-metric {
    padding: 1.1rem;
    background: #fafbfc;
    border: 1px solid var(--po-line);
    border-radius: 12px;
}

.po-metric strong,
.po-metric span {
    display: block;
}

.po-metric strong {
    margin-bottom: 0.2rem;
    color: var(--po-ink);
    font-size: 1.55rem;
}

.po-metric span {
    color: #7e899a;
    font-size: 0.69rem;
}

.po-demo-controls {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.5rem;
    padding-top: 1.2rem;
    border-top: 1px solid var(--po-line);
}

.po-demo-controls p {
    color: #8a95a5;
    font-size: 0.72rem;
}

.po-control-buttons {
    display: flex;
    gap: 0.5rem;
}

.po-control-btn {
    display: inline-flex;
    gap: 0.4rem;
    align-items: center;
    min-height: 38px;
    padding: 0.55rem 0.8rem;
    background: #fff;
    border: 1px solid #ccd5e1;
    border-radius: 8px;
    color: #38455a;
    font-size: 0.72rem;
    font-weight: 700;
}

.po-control-btn:hover:not(:disabled) {
    background: #f4f6fa;
}

.po-control-btn:disabled {
    cursor: not-allowed;
    opacity: 0.4;
}

.po-control-btn svg {
    width: 14px;
    height: 14px;
}

.po-demo-footnote {
    margin-top: 1.4rem;
    color: #7b8798;
    font-size: 0.88rem;
    text-align: center;
}

/* Suitable programmes */
.po-programme-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    max-width: 1020px;
}

.po-programme-cloud li {
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    color: #eef2fa;
    font-size: 0.88rem;
}

.po-programme-note {
    max-width: 700px;
    margin-top: 2rem;
    padding-left: 1rem;
    border-left: 3px solid #7ea2ff;
    color: #aebad0;
    line-height: 1.7;
}

/* Pilot */
.po-pilot-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
    gap: clamp(2rem, 6vw, 6rem);
    align-items: start;
}

.po-pilot-copy h2 {
    max-width: 14ch;
    margin-bottom: 1.15rem;
}

.po-pilot-copy > p {
    line-height: 1.75;
}

.po-pilot-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
    margin-top: 1.6rem;
}

.po-pilot-list li {
    display: flex;
    gap: 0.55rem;
    align-items: flex-start;
    color: #455268;
    font-size: 0.84rem;
}

.po-pilot-list svg {
    width: 16px;
    height: 16px;
    margin-top: 0.2rem;
    flex: 0 0 auto;
    color: var(--po-teal);
}

.po-pilot-assurance {
    margin-top: 1.5rem;
    padding: 1rem 1.1rem;
    background: #edf9f6;
    border-radius: 12px;
    color: #28675f;
    font-size: 0.84rem;
    line-height: 1.6;
}

.po-form-shell {
    padding: clamp(1.5rem, 4vw, 2.4rem);
    background: #fff;
    border: 1px solid #d5deea;
    border-radius: 22px;
    box-shadow: 0 24px 55px rgba(35, 49, 82, 0.11);
}

.po-form-shell h3 {
    margin-bottom: 0.5rem;
    font-size: 1.55rem;
}

.po-form-shell > p {
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
}

.po-form {
    display: grid;
    gap: 1rem;
}

.po-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.po-form-group {
    display: grid;
    gap: 0.42rem;
}

.po-form-group label {
    color: #344055;
    font-size: 0.78rem;
    font-weight: 700;
}

.po-form-group input,
.po-form-group select {
    width: 100%;
    min-height: 50px;
    padding: 0 0.9rem;
    background: #fbfcfd;
    border: 1px solid #cdd6e2;
    border-radius: 10px;
    color: var(--po-ink);
}

.po-form-group input:focus,
.po-form-group select:focus {
    background: #fff;
    border-color: var(--po-blue);
    outline: none;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.11);
}

.po-form-privacy {
    color: #8792a3;
    font-size: 0.72rem;
    line-height: 1.55;
}

.po-form-privacy a {
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* FAQs */
.po-faq-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
    gap: clamp(2rem, 6vw, 6rem);
    align-items: start;
}

.po-faq-intro h2 {
    max-width: 10ch;
    margin-bottom: 1rem;
}

.po-faq-intro p {
    line-height: 1.7;
}

.po-faq-list {
    border-top: 1px solid var(--po-line);
}

.po-faq {
    border-bottom: 1px solid var(--po-line);
}

.po-faq summary {
    position: relative;
    padding: 1.35rem 3rem 1.35rem 0;
    color: var(--po-ink);
    cursor: pointer;
    font-family: 'Sora', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    list-style: none;
}

.po-faq summary::-webkit-details-marker {
    display: none;
}

.po-faq summary::before,
.po-faq summary::after {
    position: absolute;
    top: 50%;
    right: 0.3rem;
    width: 14px;
    height: 2px;
    background: var(--po-blue);
    content: '';
    transition: transform 180ms ease;
}

.po-faq summary::after {
    transform: rotate(90deg);
}

.po-faq[open] summary::after {
    transform: rotate(0deg);
}

.po-faq p {
    max-width: 64ch;
    padding: 0 3rem 1.4rem 0;
    color: #5e6a7c;
    font-size: 0.92rem;
    line-height: 1.7;
}

/* Final CTA */
.po-final {
    padding: clamp(4rem, 8vw, 7rem) 0;
    background:
        radial-gradient(circle at 10% 10%, rgba(96, 165, 250, 0.22), transparent 25rem),
        radial-gradient(circle at 95% 85%, rgba(124, 58, 237, 0.24), transparent 25rem),
        var(--po-navy);
}

.po-final-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    align-items: center;
}

.po-final h2 {
    max-width: 16ch;
    margin-bottom: 0.8rem;
    color: #fff;
    font-size: clamp(2.1rem, 4vw, 3.7rem);
}

.po-final p {
    max-width: 60ch;
    color: #afbdd2;
    font-size: 1.05rem;
}

.po-final .po-btn--secondary {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.25);
    color: #fff;
}

@media (max-width: 1050px) {
    .po-hero-grid {
        grid-template-columns: 1fr;
    }

    .po-hero-copy {
        max-width: 790px;
    }

    .po-flow-card {
        max-width: 720px;
    }

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

    .po-stage-card {
        min-height: 240px;
    }

    .po-stage-card::after {
        display: none;
    }
}

@media (max-width: 860px) {
    .po-problem-grid,
    .po-benefit-columns,
    .po-fit-grid,
    .po-pilot-grid,
    .po-faq-layout,
    .po-final-inner {
        grid-template-columns: 1fr;
    }

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

    .po-demo-layout {
        grid-template-columns: 1fr;
    }

    .po-demo-nav {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 0.35rem;
        overflow-x: auto;
        border-right: 0;
        border-bottom: 1px solid var(--po-line);
    }

    .po-demo-nav > span,
    .po-demo-progress {
        display: none;
    }

    .po-demo-tab {
        display: flex;
        min-width: 90px;
        padding: 0.55rem;
        white-space: nowrap;
    }

    .po-demo-tab span {
        flex: 0 0 auto;
    }
}

@media (max-width: 680px) {
    .po-section {
        padding: 4.25rem 0;
    }

    .po-hero {
        padding-top: calc(var(--header-height) + 2.6rem);
    }

    .po-hero h1 {
        font-size: clamp(2.75rem, 14vw, 4.1rem);
    }

    .po-actions,
    .po-actions .btn,
    .po-final .btn {
        width: 100%;
    }

    .po-flow-step {
        grid-template-columns: 39px 1fr auto;
    }

    .po-flow-icon {
        width: 39px;
        height: 39px;
    }

    .po-stage-grid,
    .po-output-grid,
    .po-form-row,
    .po-pilot-list,
    .po-field-grid,
    .po-metric-grid,
    .po-asset-meta {
        grid-template-columns: 1fr;
    }

    .po-stage-card {
        min-height: 0;
    }

    .po-layer-stack {
        min-height: 460px;
        padding-inline: 0;
    }

    .po-layer-card,
    .po-layer-card:nth-child(2),
    .po-layer-card:nth-child(3),
    .po-layer-card:nth-child(4) {
        left: 0;
        width: 100%;
    }

    .po-layer-card:nth-child(2) { top: 105px; }
    .po-layer-card:nth-child(3) { top: 210px; }
    .po-layer-card:nth-child(4) { top: 315px; }

    .po-demo-layout {
        min-height: 640px;
    }

    .po-demo-nav {
        padding: 0.75rem;
    }

    .po-demo-tab {
        min-width: 58px;
        justify-content: center;
        font-size: 0;
    }

    .po-demo-heading {
        display: block;
    }

    .po-demo-heading .po-demo-pill {
        margin-top: 0.75rem;
    }

    .po-demo-field--wide {
        grid-column: auto;
    }

    .po-demo-controls {
        align-items: flex-end;
    }

    .po-demo-controls p {
        max-width: 15ch;
    }
}

@media (prefers-reduced-motion: reduce) {
    .provider-page *,
    .provider-page *::before,
    .provider-page *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
