/* Free Threat Intelligence Report - on-page modal + dedicated page layout */
.posture-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 2200;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.posture-modal.is-active {
    display: flex;
}

.posture-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(2, 6, 23, 0.78);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.posture-modal-panel {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 44rem;
    max-height: min(92vh, 900px);
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
    border: 1px solid rgba(34, 211, 238, 0.28);
    background: linear-gradient(165deg, #0f172a 0%, #020617 100%);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.55);
    overflow: hidden;
}

.posture-modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.35rem 0.85rem;
    border-bottom: 1px solid rgba(34, 211, 238, 0.15);
    flex-shrink: 0;
}

.posture-modal-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 0.4rem;
    color: #f8fafc;
    letter-spacing: -0.02em;
}

.posture-modal-header p {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.55;
    color: #94a3b8;
}

.posture-value-inline {
    color: #5eead4;
    font-weight: 700;
}

.posture-modal-close {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: #94a3b8;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
}

.posture-modal-close:hover {
    background: rgba(239, 68, 68, 0.15);
    color: #fca5a5;
}

.posture-modal-tabs {
    display: flex;
    gap: 0.35rem;
    padding: 0.75rem 1.15rem 0;
    flex-shrink: 0;
    overflow-x: auto;
}

.posture-tab {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 0.55rem 0.85rem;
    border-radius: 8px 8px 0 0;
    border: 1px solid transparent;
    border-bottom: none;
    background: transparent;
    color: #64748b;
    cursor: pointer;
    white-space: nowrap;
    transition: color 0.2s, background 0.2s, border-color 0.2s;
}

.posture-tab:hover { color: #cbd5e1; }

.posture-tab.is-active {
    color: #22d3ee;
    background: rgba(34, 211, 238, 0.08);
    border-color: rgba(34, 211, 238, 0.25);
}

.posture-modal-body {
    padding: 1.15rem 1.35rem 1.35rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    flex: 1;
}

.posture-tab-panel { display: none; }
.posture-tab-panel.is-active { display: block; }

.posture-value-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 1rem;
}

.posture-value-chip {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    border: 1px solid rgba(34, 211, 238, 0.3);
    background: rgba(34, 211, 238, 0.08);
    color: #94a3b8;
}

.posture-value-chip em {
    font-style: normal;
    color: #5eead4;
    font-weight: 700;
    margin-right: 0.2rem;
}

.posture-stat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

@media (max-width: 520px) {
    .posture-stat-grid { grid-template-columns: 1fr; }
}

.posture-stat {
    position: relative;
    padding: 1.1rem 1rem;
    border-radius: 0.85rem;
    border: 1px solid rgba(34, 211, 238, 0.22);
    background:
        radial-gradient(ellipse 80% 60% at 0% 0%, rgba(34, 211, 238, 0.12), transparent 55%),
        rgba(2, 6, 23, 0.7);
    overflow: hidden;
}

.posture-stat-num {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.6rem, 4vw, 1.95rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.1;
    color: #22d3ee;
    margin-bottom: 0.45rem;
}

.posture-stat-label {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.5;
    color: #94a3b8;
}

.posture-help-points {
    margin-top: 1rem;
    padding: 1rem 1.1rem;
    border-radius: 0.75rem;
    border-left: 3px solid #22d3ee;
    background: rgba(34, 211, 238, 0.06);
}

.posture-help-points p {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #cbd5e1;
}

.posture-help-points strong { color: #f1f5f9; }
.posture-help-points em { color: #5eead4; font-style: normal; font-weight: 700; }

.posture-deliverable-hero {
    padding: 1.15rem 1.2rem;
    border-radius: 0.85rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(245, 158, 11, 0.3);
    background:
        radial-gradient(ellipse 70% 80% at 100% 0%, rgba(245, 158, 11, 0.12), transparent 55%),
        rgba(2, 6, 23, 0.75);
}

.posture-deliverable-kicker {
    display: inline-block;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fbbf24;
    margin-bottom: 0.4rem;
}

.posture-deliverable-hero h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 0.4rem;
    color: #f8fafc;
}

.posture-deliverable-hero p {
    margin: 0;
    font-size: 0.85rem;
    line-height: 1.55;
    color: #94a3b8;
}

.posture-deliverable-steps {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: deliverable;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.posture-deliverable-steps li {
    counter-increment: deliverable;
    position: relative;
    padding: 0.85rem 0.95rem 0.85rem 2.75rem;
    border-radius: 0.65rem;
    border: 1px solid rgba(34, 211, 238, 0.16);
    background: rgba(2, 6, 23, 0.55);
    font-size: 0.82rem;
    line-height: 1.55;
    color: #94a3b8;
}

.posture-deliverable-steps li::before {
    content: counter(deliverable);
    position: absolute;
    left: 0.75rem;
    top: 0.85rem;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    color: #020617;
    background: #22d3ee;
}

.posture-deliverable-steps strong {
    display: block;
    color: #e2e8f0;
    margin-bottom: 0.15rem;
}

.posture-modal .security-report-form .form-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
}

@media (min-width: 560px) {
    .posture-modal .security-report-form .form-row {
        grid-template-columns: 1fr 1fr;
    }
}

.posture-modal .security-report-form .form-group { margin-bottom: 0.85rem; }

.posture-modal .security-report-form label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
    color: #e2e8f0;
}

.posture-modal .security-report-form input[type="text"],
.posture-modal .security-report-form input[type="email"],
.posture-modal .security-report-form input[type="url"],
.posture-modal .security-report-form input[type="tel"],
.posture-modal .security-report-form select {
    width: 100%;
    padding: 0.65rem 0.75rem;
    border-radius: 8px;
    border: 1px solid rgba(37, 99, 235, 0.3);
    background: rgba(2, 6, 23, 0.9);
    color: #f1f5f9;
    font-size: 0.9rem;
}

.posture-modal .phone-input-wrapper {
    display: flex;
    gap: 0.5rem;
}

.posture-modal .phone-input-wrapper select {
    min-width: 140px;
    max-width: 180px;
    flex-shrink: 0;
}

.posture-modal .checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #94a3b8;
    cursor: pointer;
}

.posture-modal .security-report-disclaimer {
    margin-top: 0.75rem;
    padding: 0.75rem;
    border-radius: 8px;
    border: 1px solid rgba(34, 211, 238, 0.2);
    background: rgba(2, 6, 23, 0.6);
}

.posture-modal .security-report-disclaimer p {
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #94a3b8;
}

.posture-modal-footer-link {
    margin-top: 1.15rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(34, 211, 238, 0.15);
    font-size: 0.8125rem;
    color: #94a3b8;
}

.posture-modal-footer-link a {
    color: #22d3ee;
    font-weight: 600;
    text-decoration: none;
}

.posture-modal-footer-link a:hover { text-decoration: underline; }

/* ===== Dedicated page: conversion landing ===== */
body.page-promo.psr-page,
body.page-promo:has(.psr-landing) {
    background: #020617;
}

body.page-promo:has(.psr-landing)::before {
    background:
        radial-gradient(ellipse 70% 45% at 15% 0%, rgba(13, 148, 136, 0.18), transparent 55%),
        radial-gradient(ellipse 50% 40% at 90% 10%, rgba(37, 99, 235, 0.14), transparent 50%);
    animation: none;
}

body.page-promo:has(.psr-landing)::after {
    opacity: 0.35;
}

.psr-landing {
    padding-bottom: 4rem;
}

.psr-hero {
    padding: calc(var(--navbar-offset, 4.25rem) + 1.5rem) 0 2.5rem;
}

.psr-hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: start;
}

@media (min-width: 1024px) {
    .psr-hero-grid {
        grid-template-columns: 1.05fr 0.95fr;
        gap: 3rem;
        align-items: center;
    }

    .psr-hero-form {
        position: sticky;
        top: calc(var(--navbar-offset, 4.25rem) + 0.75rem);
    }
}

.psr-eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #5eead4;
    margin: 0 0 1rem;
}

.psr-hero-copy h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.85rem, 4.2vw, 2.75rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.12;
    color: #f8fafc;
    margin: 0 0 1.1rem;
    background: none;
    -webkit-text-fill-color: unset;
}

.psr-lead {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #94a3b8;
    margin: 0 0 1.75rem;
    max-width: 36rem;
}

.psr-lead strong {
    color: #e2e8f0;
    font-weight: 650;
}

.psr-metrics {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.15rem;
    margin: 0;
}

@media (min-width: 560px) {
    .psr-metrics {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
    }
}

.psr-metrics > div {
    padding-top: 0.85rem;
    border-top: 1px solid rgba(34, 211, 238, 0.25);
}

.psr-metrics dt {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.45rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #22d3ee;
    margin: 0 0 0.3rem;
}

.psr-metrics dd {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.45;
    color: #64748b;
}

.psr-form-panel {
    padding: 1.5rem 1.4rem 1.35rem;
    border-radius: 1rem;
    border: 1px solid rgba(34, 211, 238, 0.28);
    background: rgba(2, 6, 23, 0.92);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.psr-form-panel h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 0.4rem;
    color: #f8fafc;
    letter-spacing: -0.02em;
}

.psr-form-hint {
    font-size: 0.85rem;
    line-height: 1.5;
    color: #94a3b8;
    margin: 0 0 1.15rem;
}

.psr-form-panel .security-report-form .form-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
}

@media (min-width: 480px) {
    .psr-form-panel .security-report-form .form-row {
        grid-template-columns: 1fr 1fr;
    }
}

.psr-form-panel .security-report-form .form-group {
    margin-bottom: 0.85rem;
}

.psr-form-panel .security-report-form label {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
    color: #e2e8f0;
}

.psr-form-panel .security-report-form input[type="text"],
.psr-form-panel .security-report-form input[type="email"],
.psr-form-panel .security-report-form input[type="url"],
.psr-form-panel .security-report-form input[type="tel"],
.psr-form-panel .security-report-form select {
    width: 100%;
    padding: 0.7rem 0.8rem;
    border-radius: 8px;
    border: 1px solid rgba(148, 163, 184, 0.25);
    background: rgba(15, 23, 42, 0.85);
    color: #f1f5f9;
    font-size: 0.9rem;
}

.psr-form-panel .security-report-form input:focus,
.psr-form-panel .security-report-form select:focus {
    outline: none;
    border-color: rgba(34, 211, 238, 0.55);
    box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.12);
}

.psr-form-panel .phone-input-wrapper {
    display: flex;
    gap: 0.5rem;
}

.psr-form-panel .phone-input-wrapper select {
    min-width: 130px;
    max-width: 170px;
    flex-shrink: 0;
}

.psr-form-panel .checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    font-size: 0.8rem;
    line-height: 1.5;
    color: #94a3b8;
    cursor: pointer;
}

.psr-form-panel .security-report-disclaimer {
    margin-top: 0.75rem;
    padding: 0.7rem 0.8rem;
    border-radius: 8px;
    border: 1px solid rgba(148, 163, 184, 0.15);
    background: rgba(15, 23, 42, 0.6);
}

.psr-form-panel .security-report-disclaimer p {
    margin: 0;
    font-size: 0.72rem;
    line-height: 1.5;
    color: #64748b;
}

.psr-form-panel .security-report-submit {
    background: linear-gradient(135deg, #0d9488, #2563eb);
    border: none;
    box-shadow: none;
}

.psr-form-panel .security-report-submit:hover:not(:disabled) {
    filter: brightness(1.06);
}

.psr-form-panel .security-report-submit:disabled {
    opacity: 0.55;
}

.psr-band {
    padding: 3.25rem 0;
    border-top: 1px solid rgba(148, 163, 184, 0.12);
}

.psr-band-alt {
    background: rgba(15, 23, 42, 0.45);
}

.psr-band-header {
    max-width: 40rem;
    margin-bottom: 2rem;
}

.psr-band-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.35rem, 2.8vw, 1.75rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0 0 0.65rem;
    color: #f1f5f9;
}

.psr-band-header p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.65;
    color: #94a3b8;
}

.psr-figure-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .psr-figure-row {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }
}

.psr-figure-row figure {
    margin: 0;
}

.psr-figure-row span {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2rem, 3.5vw, 2.5rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1;
    color: #22d3ee;
    margin-bottom: 0.65rem;
}

.psr-figure-row figcaption {
    font-size: 0.9rem;
    line-height: 1.55;
    color: #94a3b8;
}

.psr-band-note {
    margin: 2rem 0 0;
    max-width: 42rem;
    font-size: 0.95rem;
    line-height: 1.65;
    color: #cbd5e1;
}

.psr-steps {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: psrstep;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 768px) {
    .psr-steps {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem 2rem;
    }
}

.psr-steps li {
    counter-increment: psrstep;
    position: relative;
    padding-left: 2.75rem;
}

.psr-steps li::before {
    content: counter(psrstep, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 0.1rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    color: #22d3ee;
    letter-spacing: 0.04em;
}

.psr-steps strong {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #f1f5f9;
    margin-bottom: 0.3rem;
}

.psr-steps span {
    font-size: 0.9rem;
    line-height: 1.55;
    color: #94a3b8;
}

#how-this-helps,
#what-you-receive,
#request-report,
#what-to-expect {
    scroll-margin-top: calc(var(--navbar-offset, 4.25rem) + 1rem);
}

/* Quiet down legacy promo chrome on this landing */
body.page-promo .psr-landing .psr-hero {
    padding-top: calc(var(--navbar-offset, 4.25rem) + 1.5rem);
}

body.page-promo.psr-page,
body.page-promo:has(.psr-landing) {
    /* Ensure fixed navbar never covers the form hero */
    scroll-padding-top: var(--navbar-offset, 4.25rem);
}

body.page-promo:has(.psr-landing) .promo-orb {
    display: none;
}

/* ===== Light mode support (matches site theme toggle) ===== */
html[data-theme="light"] body.page-promo.psr-page,
html[data-theme="light"] body.page-promo:has(.psr-landing) {
    background: #f8fafc;
    color: #0f172a;
}

html[data-theme="light"] body.page-promo.psr-page::before,
html[data-theme="light"] body.page-promo:has(.psr-landing)::before {
    background:
        radial-gradient(ellipse 70% 45% at 15% 0%, rgba(13, 148, 136, 0.1), transparent 55%),
        radial-gradient(ellipse 50% 40% at 90% 10%, rgba(37, 99, 235, 0.08), transparent 50%);
}

html[data-theme="light"] body.page-promo.psr-page::after,
html[data-theme="light"] body.page-promo:has(.psr-landing)::after {
    background-image:
        linear-gradient(rgba(15, 23, 42, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 23, 42, 0.03) 1px, transparent 1px);
    opacity: 1;
}

html[data-theme="light"] body.page-promo.psr-page .logo-light,
html[data-theme="light"] body.page-promo:has(.psr-landing) .logo-light {
    display: block;
}

html[data-theme="light"] body.page-promo.psr-page .logo-dark,
html[data-theme="light"] body.page-promo:has(.psr-landing) .logo-dark {
    display: none;
}

html[data-theme="light"] body.page-promo.psr-page .navbar,
html[data-theme="light"] body.page-promo:has(.psr-landing) .navbar {
    background: rgba(248, 250, 252, 0.9);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

html[data-theme="light"] body.page-promo.psr-page .nav-links a,
html[data-theme="light"] body.page-promo.psr-page .nav-dropdown-trigger,
html[data-theme="light"] body.page-promo:has(.psr-landing) .nav-links a,
html[data-theme="light"] body.page-promo:has(.psr-landing) .nav-dropdown-trigger {
    color: #334155;
}

html[data-theme="light"] body.page-promo.psr-page .nav-links a:hover,
html[data-theme="light"] body.page-promo.psr-page .nav-dropdown-trigger:hover,
html[data-theme="light"] body.page-promo:has(.psr-landing) .nav-links a:hover,
html[data-theme="light"] body.page-promo:has(.psr-landing) .nav-dropdown-trigger:hover {
    color: #0d9488;
}

html[data-theme="light"] body.page-promo.psr-page .theme-toggle,
html[data-theme="light"] body.page-promo:has(.psr-landing) .theme-toggle {
    color: #334155;
    border-color: rgba(15, 23, 42, 0.12);
}

html[data-theme="light"] body.page-promo.psr-page .mobile-menu-toggle span,
html[data-theme="light"] body.page-promo:has(.psr-landing) .mobile-menu-toggle span {
    background: #334155;
}

html[data-theme="light"] body.page-promo.psr-page .cta-button,
html[data-theme="light"] body.page-promo:has(.psr-landing) .cta-button {
    background: linear-gradient(135deg, #0d9488, #2563eb);
    box-shadow: none;
}

html[data-theme="light"] .psr-eyebrow {
    color: #0f766e;
}

html[data-theme="light"] .psr-hero-copy h1 {
    color: #0f172a;
}

html[data-theme="light"] .psr-lead {
    color: #475569;
}

html[data-theme="light"] .psr-lead strong {
    color: #0f172a;
}

html[data-theme="light"] .psr-metrics > div {
    border-top-color: rgba(13, 148, 136, 0.35);
}

html[data-theme="light"] .psr-metrics dt {
    color: #0f766e;
}

html[data-theme="light"] .psr-metrics dd {
    color: #64748b;
}

html[data-theme="light"] .psr-form-panel {
    border-color: rgba(15, 23, 42, 0.1);
    background: #ffffff;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

html[data-theme="light"] .psr-form-panel h2 {
    color: #0f172a;
}

html[data-theme="light"] .psr-form-hint {
    color: #64748b;
}

html[data-theme="light"] .psr-form-panel .security-report-form label {
    color: #1e293b !important;
}

html[data-theme="light"] .psr-form-panel .security-report-form input[type="text"],
html[data-theme="light"] .psr-form-panel .security-report-form input[type="email"],
html[data-theme="light"] .psr-form-panel .security-report-form input[type="url"],
html[data-theme="light"] .psr-form-panel .security-report-form input[type="tel"],
html[data-theme="light"] .psr-form-panel .security-report-form select {
    border-color: rgba(15, 23, 42, 0.12) !important;
    background: #f8fafc !important;
    color: #0f172a !important;
}

html[data-theme="light"] .psr-form-panel .security-report-form input::placeholder {
    color: #94a3b8 !important;
}

html[data-theme="light"] .psr-form-panel .security-report-form .form-group-checkbox span,
html[data-theme="light"] .psr-form-panel .checkbox-label {
    color: #475569 !important;
}

html[data-theme="light"] .psr-form-panel .security-report-form input:focus,
html[data-theme="light"] .psr-form-panel .security-report-form select:focus {
    border-color: rgba(13, 148, 136, 0.55);
    box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.12);
}

html[data-theme="light"] .psr-form-panel .checkbox-label {
    color: #475569;
}

html[data-theme="light"] .psr-form-panel .security-report-disclaimer {
    border-color: rgba(15, 23, 42, 0.08);
    background: #f1f5f9;
}

html[data-theme="light"] .psr-form-panel .security-report-disclaimer p {
    color: #64748b;
}

html[data-theme="light"] .psr-form-panel .form-error {
    color: #dc2626;
}

html[data-theme="light"] .psr-band {
    border-top-color: rgba(15, 23, 42, 0.08);
}

html[data-theme="light"] .psr-band-alt {
    background: rgba(241, 245, 249, 0.8);
}

html[data-theme="light"] .psr-band-header h2,
html[data-theme="light"] .psr-steps strong,
html[data-theme="light"] .psr-band-note {
    color: #0f172a;
}

html[data-theme="light"] .psr-band-header p,
html[data-theme="light"] .psr-figure-row figcaption,
html[data-theme="light"] .psr-steps span {
    color: #475569;
}

html[data-theme="light"] .psr-figure-row span,
html[data-theme="light"] .psr-steps li::before {
    color: #0f766e;
}

html[data-theme="light"] body.page-promo.psr-page .footer,
html[data-theme="light"] body.page-promo:has(.psr-landing) .footer {
    background: #ffffff;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

html[data-theme="light"] body.page-promo.psr-page .footer a,
html[data-theme="light"] body.page-promo.psr-page .footer-column-title,
html[data-theme="light"] body.page-promo.psr-page .footer-brand,
html[data-theme="light"] body.page-promo.psr-page .footer-tagline,
html[data-theme="light"] body.page-promo:has(.psr-landing) .footer a,
html[data-theme="light"] body.page-promo:has(.psr-landing) .footer-column-title,
html[data-theme="light"] body.page-promo:has(.psr-landing) .footer-brand,
html[data-theme="light"] body.page-promo:has(.psr-landing) .footer-tagline {
    color: #475569;
}

html[data-theme="light"] body.page-promo.psr-page .footer a:hover,
html[data-theme="light"] body.page-promo:has(.psr-landing) .footer a:hover {
    color: #0d9488;
}

html[data-theme="light"] body.page-promo.psr-page .report-preview-title,
html[data-theme="light"] body.page-promo:has(.psr-landing) .report-preview-title {
    color: #0f172a;
}

html[data-theme="light"] body.page-promo.psr-page .report-preview-intro,
html[data-theme="light"] body.page-promo.psr-page .flipbook-counter,
html[data-theme="light"] body.page-promo:has(.psr-landing) .report-preview-intro,
html[data-theme="light"] body.page-promo:has(.psr-landing) .flipbook-counter {
    color: #64748b;
}

html[data-theme="light"] body.page-promo.psr-page .flipbook-btn,
html[data-theme="light"] body.page-promo:has(.psr-landing) .flipbook-btn {
    border-color: rgba(15, 23, 42, 0.12);
    color: #334155;
    background: #ffffff;
}

html[data-theme="light"] body.page-promo.psr-page .flipbook-page-label,
html[data-theme="light"] body.page-promo:has(.psr-landing) .flipbook-page-label {
    color: #475569;
}

html[data-theme="light"] body.page-promo.psr-page .nav-dropdown-menu,
html[data-theme="light"] body.page-promo:has(.psr-landing) .nav-dropdown-menu {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.1);
}

html[data-theme="light"] body.page-promo.psr-page .nav-dropdown-menu a,
html[data-theme="light"] body.page-promo:has(.psr-landing) .nav-dropdown-menu a {
    color: #334155;
}

html[data-theme="light"] body.page-promo.psr-page .nav-dropdown-menu a:hover,
html[data-theme="light"] body.page-promo:has(.psr-landing) .nav-dropdown-menu a:hover {
    color: #0d9488;
    background: rgba(13, 148, 136, 0.06);
}

/* Posture report modal - light mode (homepage and elsewhere) */
html[data-theme="light"] .posture-modal-panel {
    border-color: rgba(15, 23, 42, 0.1);
    background: #ffffff;
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.12);
}

html[data-theme="light"] .posture-modal-header {
    border-bottom-color: rgba(15, 23, 42, 0.08);
}

html[data-theme="light"] .posture-modal-header h2 {
    color: #0f172a;
}

html[data-theme="light"] .posture-modal-header p {
    color: #64748b;
}

html[data-theme="light"] .posture-value-inline {
    color: #0d9488;
}

html[data-theme="light"] .posture-modal-close {
    background: rgba(15, 23, 42, 0.06);
    color: #64748b;
}

html[data-theme="light"] .posture-tab {
    color: #64748b;
}

html[data-theme="light"] .posture-tab:hover {
    color: #334155;
}

html[data-theme="light"] .posture-tab.is-active {
    color: #0d9488;
    background: rgba(13, 148, 136, 0.08);
    border-color: rgba(13, 148, 136, 0.25);
}

html[data-theme="light"] .posture-modal .security-report-form label {
    color: #1e293b;
}

html[data-theme="light"] .posture-modal .security-report-form input[type="text"],
html[data-theme="light"] .posture-modal .security-report-form input[type="email"],
html[data-theme="light"] .posture-modal .security-report-form input[type="url"],
html[data-theme="light"] .posture-modal .security-report-form input[type="tel"],
html[data-theme="light"] .posture-modal .security-report-form select {
    border-color: rgba(15, 23, 42, 0.12);
    background: #f8fafc;
    color: #0f172a;
}

html[data-theme="light"] .posture-modal .security-report-form input::placeholder {
    color: #94a3b8;
}

html[data-theme="light"] .posture-modal .security-report-form input:focus,
html[data-theme="light"] .posture-modal .security-report-form select:focus {
    border-color: rgba(13, 148, 136, 0.55);
    box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.12);
}

html[data-theme="light"] .posture-modal .checkbox-label,
html[data-theme="light"] .posture-modal .security-report-form .form-group-checkbox span {
    color: #475569;
}

html[data-theme="light"] .posture-modal .security-report-disclaimer {
    border-color: rgba(15, 23, 42, 0.08);
    background: #f1f5f9;
}

html[data-theme="light"] .posture-modal .security-report-disclaimer p {
    color: #64748b;
}

html[data-theme="light"] .posture-modal-footer-link {
    border-top-color: rgba(15, 23, 42, 0.08);
    color: #64748b;
}

html[data-theme="light"] .posture-modal-footer-link a {
    color: #0d9488;
}

html[data-theme="light"] .posture-stat-value {
    color: #0d9488;
}

html[data-theme="light"] .posture-stat-label,
html[data-theme="light"] .posture-tab-panel p,
html[data-theme="light"] .posture-tab-panel li {
    color: #475569;
}

html[data-theme="light"] .posture-tab-panel strong {
    color: #0f172a;
}
