/* ========================================
   PAGES D'INFORMATION — esprit confidentialité
   (cartes verre + bordure or, titres dorés)
   ======================================== */
.page-info {
    --info-container-max: 1100px;
    --info-card-bg: rgba(255, 255, 255, 0.04);
    --info-card-border: rgba(255, 215, 0, 0.15);
    --info-gold: #ffd700;
    --info-section-gap: clamp(28px, 4vw, 40px);
}

.page-info .content.content--narrow {
    max-width: var(--info-container-max);
}

.info-page-container,
.privacy-container,
.cgu-container {
    margin: clamp(32px, 5vw, 60px) auto;
    padding: 0 clamp(12px, 3vw, 20px);
}

.page-info .page-title,
.info-page-container .page-title,
.privacy-container .page-title,
.cgu-container .page-title {
    margin: 0 0 1rem;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4.5vw, 2.75rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--as-text, #f2f2f4);
}

.page-info .intro-text,
.info-page-container .intro-text,
.privacy-container .intro-text,
.cgu-container .intro-text {
    max-width: 62ch;
    margin: 0 auto 1.75rem;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1rem, 2vw, 1.1rem);
    line-height: 1.72;
    text-align: center;
    color: #e2e8f0;
}

.page-info .info-trust-badge,
.info-trust-badge,
.trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 1.75rem;
    padding: 8px 16px;
    border: 1px solid var(--info-gold);
    border-radius: 9999px;
    background: rgba(255, 215, 0, 0.1);
    color: var(--info-gold);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
}

.page-info .info-page-footer-note,
.info-page-footer-note {
    margin: clamp(2.5rem, 5vw, 3.75rem) 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    text-align: center;
    color: #94a3b8;
}

.page-info .page-header {
    margin-bottom: var(--info-section-gap);
}

.page-info .page-header h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4.5vw, 2.75rem);
    font-weight: 700;
    color: var(--as-text, #f2f2f4);
}

.page-info .page-header .page-subtitle,
.page-info .page-subtitle {
    color: #cbd5e1;
    font-size: clamp(1rem, 2vw, 1.1rem);
    line-height: 1.65;
}

.page-info .info-card,
.page-info .privacy-card,
.page-info .cgu-card,
.privacy-card,
.cgu-card {
    background: var(--info-card-bg);
    border: 1px solid var(--info-card-border);
    border-radius: 16px;
    padding: clamp(28px, 4vw, 40px);
    margin-bottom: var(--info-section-gap);
    box-shadow: none;
}

.page-info .info-card h2,
.page-info .section-title,
.page-info .privacy-card .section-title,
.page-info .cgu-card .section-title,
.privacy-card .section-title,
.cgu-card .section-title {
    margin: 0 0 1.15rem;
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.35rem, 2.5vw, 1.8rem);
    font-weight: 700;
    line-height: 1.3;
    color: var(--info-gold);
}

.page-info .info-card p,
.page-info .privacy-card p,
.page-info .cgu-card p {
    color: #e2e8f0;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.72;
}

.page-info .info-card--highlight {
    text-align: center;
    border-color: rgba(255, 215, 0, 0.22);
    background:
        radial-gradient(ellipse at 50% 0%, rgba(255, 215, 0, 0.08) 0%, transparent 55%),
        var(--info-card-bg);
}

.page-info .info-card--lead {
    border-left: none;
    border-color: rgba(255, 215, 0, 0.2);
}

.page-info .info-list {
    color: #e2e8f0;
}

.page-info .info-muted {
    color: #94a3b8;
}

.page-info .info-stat {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 215, 0, 0.12);
    box-shadow: none;
}

.page-info .info-stats-grid--neu .info-stat {
    box-shadow: none;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 215, 0, 0.12);
}

.page-info .info-actions {
    gap: 0.65rem 0.85rem;
    margin-top: 1.35rem;
}

.page-info .info-actions .btn-primary,
.page-info .info-actions .btn-secondary-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 9px 18px;
    font-size: 0.875rem;
    font-weight: 600;
}

.page-info .mechanic-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 215, 0, 0.12);
    box-shadow: none;
}

.page-info .mechanic-card__title {
    color: var(--info-gold);
}

.info-card {
    background: var(--as-surface, #141820);
    border: 1px solid var(--as-border-subtle, rgba(255, 255, 255, 0.08));
    border-radius: var(--radius-md, 16px);
    padding: clamp(24px, 4vw, 32px);
    margin-bottom: var(--as-space-stack-md, 28px);
    box-shadow: var(--shadow-soft, 0 2px 12px rgba(0, 0, 0, 0.18));
}

.info-card h2 {
    color: var(--as-text, #f2f2f4);
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.25rem, 2.5vw, 1.6rem);
    font-weight: 700;
    margin: 0 0 16px;
}

.info-card p {
    color: var(--as-text-secondary, #c8c8cc);
    font-family: 'Montserrat', sans-serif;
    line-height: 1.7;
    margin: 0 0 12px;
}

.info-card--highlight {
    text-align: center;
}

.info-card--lead {
    border-left: 3px solid var(--as-gold-muted, #c9a227);
}

.info-card--lead p {
    font-size: 1.05rem;
    margin: 0;
}

.info-big-number {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    color: var(--as-gold-muted, #c9a227);
    margin: 8px 0 16px !important;
}

.info-list {
    color: var(--as-text-secondary, #c8c8cc);
    font-family: 'Montserrat', sans-serif;
    line-height: 1.8;
    padding-left: 1.25rem;
    margin: 0;
}

.info-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.info-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: var(--as-space-stack-md, 28px);
}

.info-stat {
    background: var(--as-surface-2, #1a1f28);
    border: 1px solid var(--as-border-subtle, rgba(255, 255, 255, 0.08));
    border-radius: var(--radius-sm, 10px);
    padding: 20px;
    text-align: center;
    box-shadow: var(--shadow-soft, 0 2px 12px rgba(0, 0, 0, 0.18));
}

.info-stat-num {
    display: block;
    font-size: 1.75rem;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    color: var(--as-gold-muted, #c9a227);
}

.info-stat-label {
    font-size: 0.85rem;
    font-family: 'Montserrat', sans-serif;
    color: var(--as-text-muted, #8e8e96);
}

.info-stats-grid--neu .info-stat {
    box-shadow:
        inset 1px 1px 2px rgba(255, 255, 255, 0.04),
        inset -2px -2px 5px rgba(0, 0, 0, 0.28),
        4px 6px 16px rgba(0, 0, 0, 0.22);
}

.btn-secondary-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border: 1px solid var(--as-border-subtle, rgba(255, 255, 255, 0.14));
    border-radius: var(--radius-sm, 10px);
    background: transparent;
    color: var(--as-text-secondary, #c8c8cc);
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: border-color 0.25s ease, color 0.25s ease, background 0.25s ease;
}

.btn-secondary-outline:hover {
    border-color: var(--as-gold-muted, #c9a227);
    color: var(--as-gold-muted, #c9a227);
    background: rgba(201, 162, 39, 0.06);
}

.mechanic-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin: 24px 0 8px;
}

.mechanic-card {
    position: relative;
    background: var(--as-surface-2, #1a1f28);
    border: 1px solid var(--as-border-subtle, rgba(255, 255, 255, 0.08));
    border-radius: var(--radius-md, 16px);
    padding: 28px 22px 32px;
    text-align: center;
    box-shadow: var(--shadow-soft, 0 2px 12px rgba(0, 0, 0, 0.18));
    overflow: hidden;
}

.mechanic-card::after {
    content: '';
    position: absolute;
    left: 12%;
    right: 12%;
    bottom: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--as-gold-muted, #c9a227), transparent);
    opacity: 0.7;
    pointer-events: none;
}

.mechanic-card__icon {
    margin-bottom: 14px;
}

.mechanic-card__icon svg {
    width: 36px !important;
    height: 36px !important;
    stroke: var(--as-gold-muted, #c9a227);
}

.mechanic-card__title {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--as-text, #f2f2f4);
    margin: 0 0 10px;
}

.mechanic-card__text {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--as-text-secondary, #c8c8cc);
    margin: 0;
}

@media (max-width: 768px) {
    .info-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ========================================
   COMMENT ÇA MARCHE — page layout & timeline
   ======================================== */
.page-hiw {
    --hiw-prose-max: 62ch;
    --hiw-timeline-gap: clamp(56px, 7vw, 88px);
    --hiw-node-size: 52px;
    --hiw-node-size-key: 68px;
}

.page-hiw .info-card--lead {
    background: var(--info-card-bg, rgba(255, 255, 255, 0.04));
    border: 1px solid var(--info-card-border, rgba(255, 215, 0, 0.15));
    border-left: 3px solid var(--info-gold, #ffd700);
    margin-bottom: clamp(36px, 5vw, 52px);
}

.page-hiw .info-card--lead p {
    font-size: clamp(1rem, 2vw, 1.08rem);
    line-height: 1.75;
    color: var(--as-text-secondary, #c8c8cc);
    max-width: var(--hiw-prose-max);
}

/* --- Vertical timeline --- */
.hiw-timeline {
    position: relative;
    max-width: 920px;
    margin: 0 auto;
    padding: clamp(12px, 2vw, 20px) 0 clamp(24px, 4vw, 40px);
}

.hiw-timeline__path {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    transform: translateX(-50%);
    color: var(--as-gold-muted, #c9a227);
    opacity: 0.32;
    pointer-events: none;
    z-index: 0;
}

.hiw-timeline__path-svg {
    display: block;
    width: 100%;
    height: 100%;
}

.hiw-timeline__step {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--hiw-node-size) minmax(0, 1fr);
    gap: clamp(20px, 3.5vw, 36px);
    align-items: start;
    margin-bottom: var(--hiw-timeline-gap);
    scroll-margin-top: 88px;
    z-index: 1;
}

.hiw-timeline__step:last-child {
    margin-bottom: 0;
}

.hiw-timeline__step--key {
    --hiw-node-size: var(--hiw-node-size-key);
}

.hiw-timeline__node {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    position: relative;
    z-index: 2;
}

.hiw-timeline__ring {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--hiw-node-size);
    height: var(--hiw-node-size);
    border-radius: 50%;
    border: 2px solid rgba(201, 162, 39, 0.45);
    background: var(--as-surface-1, #111620);
    box-shadow:
        0 0 0 4px rgba(17, 22, 32, 0.95),
        0 4px 16px rgba(0, 0, 0, 0.28);
}

.hiw-timeline__ring--muted {
    border-color: rgba(255, 255, 255, 0.16);
    background: var(--as-surface-2, #1a1f28);
}

.hiw-timeline__ring--muted .hiw-timeline__icon svg {
    stroke: var(--as-text-muted, #8e8e96);
}

.hiw-timeline__ring--muted .hiw-timeline__num {
    color: var(--as-text-muted, #8e8e96);
}

.hiw-timeline__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.hiw-timeline__icon svg {
    width: 22px !important;
    height: 22px !important;
    stroke: var(--as-gold-muted, #c9a227);
}

.hiw-timeline__step--key .hiw-timeline__icon svg {
    width: 26px !important;
    height: 26px !important;
}

.hiw-timeline__num {
    position: absolute;
    right: -4px;
    bottom: -4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.25rem;
    height: 1.25rem;
    padding: 0 4px;
    border-radius: 999px;
    border: 1px solid rgba(201, 162, 39, 0.5);
    background: var(--as-surface-2, #1a1f28);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    color: var(--as-gold-muted, #c9a227);
    line-height: 1;
}

.hiw-timeline__step--key .hiw-timeline__ring {
    border-width: 2px;
    border-color: var(--as-gold-muted, #c9a227);
    background:
        radial-gradient(circle at 50% 35%, rgba(201, 162, 39, 0.18) 0%, transparent 62%),
        var(--as-surface-1, #111620);
    box-shadow:
        0 0 0 4px rgba(17, 22, 32, 0.95),
        0 0 28px rgba(201, 162, 39, 0.22),
        0 0 48px rgba(201, 162, 39, 0.1),
        0 6px 20px rgba(0, 0, 0, 0.32);
}

.hiw-timeline__step--key .hiw-timeline__num {
    min-width: 1.35rem;
    height: 1.35rem;
    font-size: 0.72rem;
}

.hiw-timeline__panel {
    grid-row: 1;
    padding: clamp(22px, 3.5vw, 32px);
    background: var(--as-surface-1, #111620);
    border: 1px solid var(--as-border-subtle, rgba(255, 255, 255, 0.08));
    border-radius: var(--radius-md, 16px);
    box-shadow: var(--shadow-soft, 0 2px 12px rgba(0, 0, 0, 0.18));
}

.hiw-timeline__panel--wide {
    max-width: none;
}

.hiw-timeline__panel--key {
    text-align: center;
    border-color: rgba(201, 162, 39, 0.38);
    background:
        radial-gradient(ellipse at 50% 0%, rgba(201, 162, 39, 0.1) 0%, transparent 58%),
        var(--as-surface-1, #111620);
    box-shadow:
        var(--shadow-soft, 0 2px 12px rgba(0, 0, 0, 0.18)),
        0 0 36px rgba(201, 162, 39, 0.08);
}

.hiw-timeline__step--left .hiw-timeline__panel {
    grid-column: 1;
    text-align: right;
}

.hiw-timeline__step--right .hiw-timeline__panel {
    grid-column: 3;
    text-align: left;
}

.hiw-timeline__title {
    margin: 0 0 clamp(14px, 2vw, 18px);
    color: var(--as-text, #f2f2f4);
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.2rem, 2.4vw, 1.55rem);
    font-weight: 700;
    line-height: 1.32;
}

.hiw-timeline__text {
    margin: 0;
    max-width: var(--hiw-prose-max);
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(0.95rem, 1.8vw, 1.02rem);
    line-height: 1.72;
    color: var(--as-text-secondary, #c8c8cc);
}

.hiw-timeline__step--left .hiw-timeline__text,
.hiw-timeline__step--left .hiw-timeline__panel .quote-box {
    margin-left: auto;
}

.hiw-timeline__step--right .hiw-timeline__text {
    margin-right: auto;
}

.hiw-timeline__panel--key .hiw-timeline__text,
.hiw-timeline__panel--key .quote-box {
    margin-inline: auto;
}

.hiw-timeline__panel .quote-box {
    margin-bottom: clamp(14px, 2vw, 18px);
}

.page-hiw .info-actions {
    gap: 14px;
    margin-top: clamp(20px, 3vw, 28px);
}

.hiw-timeline__step--left .info-actions {
    justify-content: flex-end;
}

.hiw-timeline__step--right .info-actions {
    justify-content: flex-start;
}

.page-hiw .info-actions--center {
    justify-content: center;
}

.page-hiw .info-actions--forum-boundary {
    padding-top: 20px;
    border-top: 1px solid var(--as-border-subtle, rgba(255, 255, 255, 0.08));
}

.page-hiw .info-actions--forum-boundary .btn-primary {
    min-width: 9rem;
}

.page-hiw .info-actions--forum-boundary .btn-secondary-outline {
    font-size: 0.92rem;
    padding: 11px 20px;
    opacity: 0.92;
}

.page-hiw .info-actions .btn-primary {
    min-height: 46px;
}

.page-hiw .info-actions .btn-secondary-outline {
    min-height: 46px;
}

.page-hiw .mechanic-cards {
    display: flex;
    flex-direction: column;
    gap: clamp(14px, 2.5vw, 20px);
    margin: clamp(20px, 3vw, 28px) 0 clamp(16px, 3vw, 24px);
}

.page-hiw .mechanic-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 24px 20px 30px;
    overflow: visible;
    transition: border-color 0.25s ease, transform 0.25s ease;
}

.page-hiw .mechanic-card:hover {
    border-color: rgba(201, 162, 39, 0.28);
    transform: translateY(-2px);
}

.page-hiw .mechanic-card__icon {
    margin-bottom: 12px;
}

.page-hiw .mechanic-card__title {
    margin-bottom: 8px;
}

.page-hiw .mechanic-card__text {
    flex: none;
    margin: 0;
    overflow: visible;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
}

/* Mécaniques : panneau pleine largeur (évite colonne étroite iPad / desktop) */
.hiw-timeline__step--mechanics {
    grid-template-rows: auto auto;
}

.hiw-timeline__step--mechanics .hiw-timeline__node {
    grid-column: 2;
    grid-row: 1;
}

.hiw-timeline__step--mechanics .hiw-timeline__panel {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: clamp(16px, 2.5vw, 24px);
    text-align: left;
}

.hiw-timeline__step--mechanics .hiw-timeline__text {
    margin-inline: 0;
    max-width: none;
}

.hiw-timeline__step--mechanics .info-actions {
    margin-top: clamp(20px, 3vw, 32px);
    padding-top: clamp(18px, 2.5vw, 24px);
    border-top: 1px solid rgba(255, 215, 0, 0.12);
    position: relative;
    z-index: 1;
    clear: both;
}

.hiw-cta-band {
    margin-top: clamp(40px, 6vw, 64px);
    padding: clamp(28px, 4vw, 40px) clamp(20px, 4vw, 32px);
    text-align: center;
    background: var(--as-surface-1, #111620);
    border: 1px solid rgba(201, 162, 39, 0.2);
    border-radius: var(--radius-md, 16px);
    box-shadow: var(--shadow-soft, 0 2px 12px rgba(0, 0, 0, 0.18));
}

.hiw-cta-band__lead {
    margin: 0 0 22px;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1rem, 2vw, 1.12rem);
    font-weight: 600;
    color: var(--as-text-secondary, #c8c8cc);
    line-height: 1.5;
    max-width: 36ch;
    margin-inline: auto;
}

.hiw-cta-band__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px 16px;
}

.hiw-cta-band__actions .btn-primary.large {
    padding: 16px 36px;
}

@media (max-width: 1024px) {
    .hiw-timeline {
        --hiw-mobile-rail: 56px;
        max-width: none;
        padding-inline: 0;
    }

    .hiw-timeline__path {
        left: calc(var(--hiw-mobile-rail) / 2);
        width: 3px;
        transform: translateX(-50%);
    }

    .hiw-timeline__step {
        grid-template-columns: var(--hiw-mobile-rail) minmax(0, 1fr);
        gap: 14px 18px;
        margin-bottom: clamp(40px, 8vw, 56px);
    }

    .hiw-timeline__node {
        grid-column: 1;
        grid-row: 1;
        justify-self: center;
        align-self: start;
    }

    .hiw-timeline__step--left .hiw-timeline__panel,
    .hiw-timeline__step--right .hiw-timeline__panel {
        grid-column: 2;
        grid-row: 1;
        text-align: left;
    }

    .hiw-timeline__step--mechanics {
        grid-template-rows: auto;
        grid-template-columns: var(--hiw-mobile-rail) minmax(0, 1fr);
    }

    .hiw-timeline__step--mechanics .hiw-timeline__node {
        grid-column: 1;
        grid-row: 1;
    }

    .hiw-timeline__step--mechanics .hiw-timeline__panel {
        grid-column: 2;
        grid-row: 1;
        margin-top: 0;
    }

    .hiw-timeline__step--left .hiw-timeline__text,
    .hiw-timeline__step--left .hiw-timeline__panel .quote-box {
        margin-left: 0;
    }

    .hiw-timeline__step--left .info-actions,
    .hiw-timeline__step--right .info-actions,
    .hiw-timeline__panel--key .info-actions {
        justify-content: flex-start;
    }

    .hiw-timeline__panel--key {
        text-align: left;
    }

    .hiw-timeline__panel--key .hiw-timeline__text,
    .hiw-timeline__panel--key .quote-box {
        margin-inline: 0;
    }

    .page-hiw .mechanic-cards {
        gap: 16px;
        margin-bottom: 20px;
    }

    .page-hiw .mechanic-card:hover {
        transform: none;
    }

    .hiw-timeline__step--mechanics .info-actions {
        margin-top: 20px;
        padding-top: 20px;
    }
}

@media (max-width: 640px) {
    .page-hiw .info-actions,
    .page-hiw .info-actions--center,
    .page-hiw .info-actions--forum-boundary {
        flex-direction: column;
        align-items: stretch;
    }

    .page-hiw .info-actions .btn-primary,
    .page-hiw .info-actions .btn-secondary-outline,
    .hiw-cta-band__actions .btn-primary,
    .hiw-cta-band__actions .btn-secondary-outline {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .page-hiw .mechanic-cards {
        gap: 16px;
        margin-bottom: 20px;
    }

    .page-hiw .mechanic-card:hover {
        transform: none;
    }

    .hiw-timeline__step--mechanics .info-actions {
        margin-top: 16px;
        padding-top: 18px;
    }

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

/* HIW + transparence — alignement esprit confidentialité */
.page-info.page-hiw .hiw-timeline__panel {
    background: var(--info-card-bg, rgba(255, 255, 255, 0.04));
    border: 1px solid var(--info-card-border, rgba(255, 215, 0, 0.15));
    box-shadow: none;
}

.page-info.page-hiw .hiw-timeline__panel--key {
    border-color: rgba(255, 215, 0, 0.28);
    background:
        radial-gradient(ellipse at 50% 0%, rgba(255, 215, 0, 0.08) 0%, transparent 58%),
        var(--info-card-bg, rgba(255, 255, 255, 0.04));
    box-shadow: none;
}

.page-info.page-hiw .hiw-timeline__title {
    color: var(--info-gold, #ffd700);
}

.page-info.page-hiw .hiw-cta-band {
    background: var(--info-card-bg, rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(255, 215, 0, 0.2);
    box-shadow: none;
}

.page-info.page-hiw .info-actions .btn-primary,
.page-info.page-hiw .info-actions .btn-secondary-outline,
.page-info.page-hiw .hiw-cta-band__actions .btn-primary,
.page-info.page-hiw .hiw-cta-band__actions .btn-secondary-outline {
    min-height: 40px;
    padding: 9px 18px;
    font-size: 0.875rem;
}

.page-info .trans-proof-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 215, 0, 0.15);
}
