.VerifyPageShell .VerifyPage {
    --verify-navy: #141633;
    --verify-ink: #18233f;
    --verify-soft-ink: #5c6883;
    --verify-purple: #7334f0;
    --verify-blue: #1454ab;
    --verify-teal: #2a8b7d;
    --verify-glass-line: rgba(115, 52, 240, 0.16);
    --verify-rim: rgba(255, 255, 255, 0.84);
    --verify-shadow-tight: 0 2px 6px rgba(20, 22, 51, 0.045);
    --verify-shadow-atmosphere: 0 24px 58px rgba(20, 22, 51, 0.11);
    --verify-spring: 0.36s cubic-bezier(0.175, 0.885, 0.32, 1.175);
    max-width: 980px;
    margin: 0 auto;
    display: grid;
    gap: 24px;
    counter-reset: verify-section;
}

.VerifyPageShell .VerifyPage__hero {
    margin-bottom: 28px;
}

.VerifyPageShell .VerifyPage--enhanced {
    max-width: 1040px;
}

.VerifyPageShell .VerifyPage__hero--enhanced {
    position: relative;
    margin-bottom: 10px;
    padding: 34px 34px 28px;
    border-radius: 32px;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(191, 169, 255, 0.24), transparent 32%),
        linear-gradient(160deg, #141633 0%, #1a1f49 62%, #141633 100%);
    box-shadow: 0 4px 12px rgba(20, 22, 51, 0.08), 0 28px 56px rgba(20, 22, 51, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.VerifyPageShell .VerifyPage__hero--enhanced::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.VerifyPageShell .VerifyPage__hero--enhanced h1,
.VerifyPageShell .VerifyPage__hero--enhanced p,
.VerifyPageShell .VerifyPage__hero--enhanced li,
.VerifyPageShell .VerifyPage__hero--enhanced a,
.VerifyPageShell .VerifyPage__heroMeta {
    position: relative;
    z-index: 1;
}

.VerifyPage__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    margin: 0 0 14px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.06));
    color: #d9dcff;
    font: 800 0.72rem/1 Montserrat, sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.VerifyPageShell .VerifyPage__hero--enhanced h1 {
    color: #f7f9ff;
    letter-spacing: -0.03em;
    margin-bottom: 14px;
}

.VerifyPageShell .VerifyPage__hero--enhanced p {
    color: rgba(236, 240, 255, 0.78);
    max-width: 66ch;
    font-size: 1.05rem;
    line-height: 1.74;
}

.VerifyPage__heroMeta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.VerifyPage__heroChip {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(255,255,255,0.04));
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    color: #f1f4ff;
    font: 800 0.78rem/1.2 Montserrat, sans-serif;
    letter-spacing: 0.02em;
}

.VerifyPageTrustBand {
    margin: 0 0 36px;
}

.VerifyPageTrustBand__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 18px;
}

.VerifyPageTrustBand__card {
    padding: 20px 22px;
    border-radius: 22px;
    border: 1px solid rgba(115, 52, 240, 0.14);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 243, 255, 0.92));
    box-shadow: 0 2px 6px rgba(20, 22, 51, 0.04), 0 18px 42px rgba(20, 22, 51, 0.08);
    border-top: 1px solid rgba(255, 255, 255, 0.82);
    transition: transform 0.32s cubic-bezier(0.175, 0.885, 0.32, 1.175), box-shadow 0.32s cubic-bezier(0.175, 0.885, 0.32, 1.175);
}

.VerifyPageTrustBand__card::before {
    content: "";
    display: block;
    width: 52px;
    height: 3px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(115, 52, 240, 0.94), rgba(115, 52, 240, 0.1));
}

.VerifyPageTrustBand__card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(20, 22, 51, 0.05), 0 24px 48px rgba(20, 22, 51, 0.1);
}

.VerifyPageTrustBand__card h2 {
    margin: 0 0 8px;
    font: 800 1rem/1.15 Montserrat, sans-serif;
    color: #141633;
}

.VerifyPageTrustBand__card p {
    margin: 0;
    color: #4b5563;
    line-height: 1.6;
}

.VerifyPageTrustBand__privacy {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.95fr);
    gap: 18px 20px;
    margin: 0 0 18px;
    padding: 22px 24px;
    border-radius: 24px;
    border: 1px solid rgba(115, 52, 240, 0.16);
    background:
        radial-gradient(circle at top right, rgba(191, 169, 255, 0.18), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(245, 242, 255, 0.94));
    box-shadow: 0 3px 8px rgba(20, 22, 51, 0.04), 0 18px 42px rgba(20, 22, 51, 0.08);
    border-top: 1px solid rgba(255, 255, 255, 0.84);
}

.VerifyPageTrustBand__privacyCopy {
    display: grid;
    gap: 10px;
}

.VerifyPageTrustBand__privacyEyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 28px;
    margin: 0;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(115, 52, 240, 0.14);
    background: linear-gradient(180deg, rgba(115, 52, 240, 0.1), rgba(115, 52, 240, 0.04));
    color: #5440be;
    font: 800 0.68rem/1 Montserrat, sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
}

.VerifyPageTrustBand__privacy h2 {
    margin: 0;
    color: #141633;
    font: 800 clamp(1.15rem, 1.02rem + 0.38vw, 1.5rem)/1.1 Montserrat, sans-serif;
    letter-spacing: -0.03em;
    max-width: 26ch;
}

.VerifyPageTrustBand__privacy p {
    margin: 0;
    color: #4b5563;
    line-height: 1.66;
}

.VerifyPageTrustBand__privacyMeta {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 10px;
}

.VerifyPageTrustBand__privacyChip {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(115, 52, 240, 0.12);
    background: rgba(255, 255, 255, 0.78);
    color: #3f3fb6;
    font: 800 0.78rem/1.2 Montserrat, sans-serif;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.VerifyPage .VerifyPageProof {
    display: grid;
    gap: 18px;
    margin: 0 0 18px;
    padding: 22px 24px;
    border-radius: 24px;
    border: 1px solid rgba(32, 85, 186, 0.14);
    background: linear-gradient(180deg, rgba(247, 250, 255, 0.98), rgba(255, 255, 255, 0.96));
    box-shadow: 0 2px 6px rgba(20, 22, 51, 0.04), 0 16px 34px rgba(20, 22, 51, 0.07);
}

.VerifyPage .VerifyPageProof__copy {
    display: grid;
    gap: 8px;
}

.VerifyPage .VerifyPageProof__eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 28px;
    margin: 0;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(32, 85, 186, 0.16);
    background: rgba(32, 85, 186, 0.08);
    color: #2055ba;
    font: 800 0.68rem/1 Montserrat, sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
}

.VerifyPage .VerifyPageProof h2 {
    margin: 0;
    max-width: 32ch;
    color: #141633;
    font: 800 clamp(1.12rem, 1.02rem + 0.32vw, 1.42rem)/1.12 Montserrat, sans-serif;
    letter-spacing: 0;
}

.VerifyPage .VerifyPageProof p {
    margin: 0;
    color: #4b5563;
    line-height: 1.66;
}

.VerifyPage .VerifyPageProof__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
}

.VerifyPage .VerifyPageProof__item {
    display: grid;
    gap: 5px;
    padding-left: 14px;
    border-left: 3px solid rgba(32, 85, 186, 0.38);
}

.VerifyPage .VerifyPageProof__label {
    color: #18233f;
    font: 800 0.9rem/1.24 Montserrat, sans-serif;
}

.VerifyPage .VerifyPageProof__text {
    color: #5c6883;
    font-size: 0.94rem;
    line-height: 1.55;
}

.VerifyPage .VerifyPageProof__note {
    max-width: 82ch;
    padding-top: 2px;
    color: #5c6883 !important;
    font-size: 0.9rem;
}

.VerifyPage .VerifyPageOverlap {
    display: grid;
    gap: 14px;
    margin: 2px 0 0;
    padding: 18px 0 0;
    border-top: 1px solid rgba(32, 85, 186, 0.12);
}

.VerifyPage .VerifyPageOverlap__header {
    display: grid;
    gap: 6px;
}

.VerifyPage .VerifyPageOverlap h3 {
    margin: 0;
    color: #18233f;
    font: 800 1rem/1.28 Montserrat, sans-serif;
    letter-spacing: 0;
}

.VerifyPage .VerifyPageOverlap p,
.VerifyPage .VerifyPageOverlap__note {
    margin: 0;
    color: #5c6883;
    font-size: 0.9rem;
    line-height: 1.58;
}

.VerifyPage .VerifyPageOverlap__bars {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.VerifyPage .VerifyPageOverlap__bar {
    display: grid;
    gap: 7px;
}

.VerifyPage .VerifyPageOverlap__barLabel {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    color: #253454;
    font-size: 0.9rem;
    line-height: 1.32;
}

.VerifyPage .VerifyPageOverlap__barLabel span {
    font-weight: 800;
}

.VerifyPage .VerifyPageOverlap__barLabel strong {
    flex: 0 0 auto;
    color: #2055ba;
    font: 800 0.84rem/1.2 Montserrat, sans-serif;
    white-space: nowrap;
}

.VerifyPage .VerifyPageOverlap__track {
    position: relative;
    width: 100%;
    height: 12px;
    overflow: hidden;
    border-radius: 999px;
    border: 1px solid rgba(32, 85, 186, 0.1);
    background: rgba(32, 85, 186, 0.08);
}

.VerifyPage .VerifyPageOverlap__fill {
    display: block;
    width: var(--coverage-percent, 0%);
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #2a8b7d 0%, #2055ba 100%);
}

.VerifyPage .VerifyPageLayers {
    display: grid;
    gap: 14px;
    margin: 2px 0 0;
    padding: 18px 0 0;
    border-top: 1px solid rgba(42, 139, 125, 0.16);
}

.VerifyPage .VerifyPageLayers__header {
    display: grid;
    gap: 6px;
}

.VerifyPage .VerifyPageLayers__eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid rgba(42, 139, 125, 0.18);
    background: rgba(42, 139, 125, 0.08);
    color: #2a6f65;
    font: 800 0.66rem/1 Montserrat, sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
}

.VerifyPage .VerifyPageLayers h3 {
    margin: 0;
    color: #18233f;
    font: 800 1rem/1.28 Montserrat, sans-serif;
    letter-spacing: 0;
}

.VerifyPage .VerifyPageLayers p,
.VerifyPage .VerifyPageLayers__note {
    margin: 0;
    color: #5c6883;
    font-size: 0.9rem;
    line-height: 1.58;
}

.VerifyPage .VerifyPageLayers__summary {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 0 14px 16px;
    border-left: 4px solid #2a8b7d;
    background: linear-gradient(90deg, rgba(42, 139, 125, 0.08), rgba(42, 139, 125, 0));
}

.VerifyPage .VerifyPageLayers__summary strong {
    flex: 0 0 auto;
    color: #17695f;
    font: 800 1.28rem/1 Montserrat, sans-serif;
}

.VerifyPage .VerifyPageLayers__summary span {
    color: #253454;
    font: 800 0.95rem/1.35 Montserrat, sans-serif;
}

.VerifyPage .VerifyPageLayers__families {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.VerifyPage .VerifyPageLayers__family {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    min-height: 42px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(37, 52, 84, 0.1);
    color: #253454;
    font-size: 0.88rem;
    line-height: 1.32;
}

.VerifyPage .VerifyPageLayers__family span {
    font-weight: 700;
}

.VerifyPage .VerifyPageLayers__family strong {
    flex: 0 0 auto;
    color: #17695f;
    font: 800 0.82rem/1.2 Montserrat, sans-serif;
    white-space: nowrap;
}

/* How We Verify - luxury trust polish */
.VerifyPageShell .VerifyPage--enhanced {
    max-width: 1120px;
}

.VerifyPageShell .VerifyPage__hero--enhanced {
    isolation: isolate;
    padding: clamp(32px, 4.8vw, 58px);
    border-radius: 38px;
    background:
        radial-gradient(circle at 86% 12%, rgba(226, 218, 255, 0.24), transparent 28%),
        radial-gradient(circle at 12% 92%, rgba(64, 146, 178, 0.18), transparent 36%),
        linear-gradient(145deg, #10142b 0%, #171d42 46%, #111832 100%);
    box-shadow:
        0 2px 8px rgba(20, 22, 51, 0.08),
        0 32px 76px rgba(20, 22, 51, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.VerifyPageShell .VerifyPage__hero--enhanced::after {
    content: "";
    position: absolute;
    inset: 1px;
    z-index: 0;
    pointer-events: none;
    border-radius: inherit;
    background:
        linear-gradient(115deg, rgba(255, 255, 255, 0.1), transparent 34%),
        repeating-linear-gradient(90deg, rgba(255,255,255,0.026) 0, rgba(255,255,255,0.026) 1px, transparent 1px, transparent 74px);
    opacity: 0.82;
    mask-image: linear-gradient(180deg, #000 0%, rgba(0,0,0,0.7) 62%, transparent 100%);
}

.VerifyPageShell .VerifyPage__hero--enhanced h1 {
    max-width: 12.4ch;
    font-size: clamp(2.35rem, 6.2vw, 5.35rem);
    line-height: 0.94;
    letter-spacing: -0.055em;
    text-wrap: balance;
}

.VerifyPageShell .VerifyPage__hero--enhanced p {
    max-width: 72ch;
    font-size: clamp(1.02rem, 0.92rem + 0.28vw, 1.18rem);
    color: rgba(245, 248, 255, 0.86);
}

.VerifyPageShell .VerifyPage__hero--enhanced .VerifyPage__eyebrow,
.VerifyPageShell .VerifyPage__hero--enhanced .VerifyPage__heroChip {
    backdrop-filter: blur(10px);
}

.VerifyPageShell .VerifyPage__hero--enhanced .VerifyPage__eyebrow {
    position: relative;
    z-index: 1;
    border-color: rgba(255, 255, 255, 0.2);
    background: linear-gradient(180deg, rgba(255,255,255,0.16), rgba(255,255,255,0.06));
    color: rgba(245, 248, 255, 0.94);
}

.VerifyPage__heroChip {
    min-height: 40px;
    border-color: rgba(255, 255, 255, 0.2);
    background: linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.055));
    font-variant-numeric: tabular-nums;
}

.VerifyPageTrustBand__card,
.VerifyPageTrustBand__privacy,
.VerifyPage .VerifyPageProof,
.VerifyPageReviewed,
.VerifyPageSection--glass,
.VerifyPage__footer--enhanced {
    position: relative;
    isolation: isolate;
    border-top-color: var(--verify-rim);
    box-shadow: var(--verify-shadow-tight), var(--verify-shadow-atmosphere);
}

.VerifyPageTrustBand__card,
.VerifyPageTrustBand__privacy,
.VerifyPage .VerifyPageProof,
.VerifyPageReviewed {
    background:
        radial-gradient(circle at 100% 0%, rgba(115, 52, 240, 0.09), transparent 28%),
        linear-gradient(145deg, rgba(255,255,255,0.995), rgba(246, 248, 253, 0.96));
}

.VerifyPageTrustBand__card::after,
.VerifyPageTrustBand__privacy::after,
.VerifyPage .VerifyPageProof::after,
.VerifyPageReviewed::after,
.VerifyPageSection--glass::after {
    content: "";
    position: absolute;
    inset: 1px;
    z-index: 0;
    pointer-events: none;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(255,255,255,0.72), transparent 42%);
    opacity: 0.58;
}

.VerifyPageTrustBand__card > *,
.VerifyPageTrustBand__privacy > *,
.VerifyPage .VerifyPageProof > *,
.VerifyPageReviewed > *,
.VerifyPageSection--glass > * {
    position: relative;
    z-index: 1;
}

.VerifyPageTrustBand__card,
.VerifyPageJump a,
.VerifyPageTrustBand__privacyLink,
.VerifyPageReviewed .fmg-trust-guide-grid__item,
.med-reviewed-guides .fmg-trust-guide-grid__item,
.VerifyPageSection--stone .button,
.VerifyPageSection--stone .RequestCorrection {
    transition:
        transform var(--verify-spring),
        box-shadow var(--verify-spring),
        border-color var(--verify-spring),
        background var(--verify-spring);
}

.VerifyPageTrustBand__card:active,
.VerifyPageJump a:active,
.VerifyPageTrustBand__privacyLink:active,
.VerifyPageReviewed .fmg-trust-guide-grid__item:active,
.med-reviewed-guides .fmg-trust-guide-grid__item:active,
.VerifyPageSection--stone .button:active,
.VerifyPageSection--stone .RequestCorrection:active {
    transform: scale(0.985) translateY(1px);
}

.VerifyPageTrustBand__card h2,
.VerifyPageTrustBand__privacy h2,
.VerifyPage .VerifyPageProof h2,
.VerifyPage .VerifyPageOverlap h3,
.VerifyPage .VerifyPageLayers h3,
.VerifyPageSection h2,
.VerifyPageReviewed__header h2 {
    font-weight: 700;
    letter-spacing: -0.032em;
}

.VerifyPageTrustBand__card p,
.VerifyPageTrustBand__privacy p,
.VerifyPage .VerifyPageProof p,
.VerifyPage .VerifyPageProof__text,
.VerifyPage .VerifyPageOverlap p,
.VerifyPage .VerifyPageOverlap__note,
.VerifyPage .VerifyPageLayers p,
.VerifyPage .VerifyPageLayers__note,
.VerifyPageSection p,
.VerifyPageSection li,
.VerifyPageReviewed__header p,
.VerifyPageReviewed__note {
    font-family: Nunito, sans-serif;
}

.VerifyPage .VerifyPageProof {
    border-color: rgba(20, 84, 171, 0.18);
    background:
        radial-gradient(circle at 94% 8%, rgba(20, 84, 171, 0.11), transparent 32%),
        linear-gradient(145deg, rgba(248, 251, 255, 0.995), rgba(255,255,255,0.98));
}

.VerifyPage .VerifyPageProof__eyebrow,
.VerifyPage .VerifyPageLayers__eyebrow,
.VerifyPageTrustBand__privacyEyebrow,
.VerifyPageSection__eyebrow,
.fmg-trust-guide-grid__kicker {
    letter-spacing: 0.095em;
}

.VerifyPage .VerifyPageProof__item {
    padding: 14px 16px;
    border: 1px solid rgba(20, 84, 171, 0.11);
    border-left: 3px solid rgba(20, 84, 171, 0.46);
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(255,255,255,0.92), rgba(244, 248, 255, 0.82));
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
}

.VerifyPage .VerifyPageOverlap,
.VerifyPage .VerifyPageLayers {
    padding: 22px 22px 20px;
    border: 1px solid rgba(20, 84, 171, 0.12);
    border-radius: 22px;
    background:
        linear-gradient(145deg, rgba(255,255,255,0.95), rgba(247, 250, 255, 0.88));
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.86);
}

.VerifyPage .VerifyPageLayers {
    border-color: rgba(42, 139, 125, 0.18);
    background:
        radial-gradient(circle at top right, rgba(42, 139, 125, 0.08), transparent 32%),
        linear-gradient(145deg, rgba(255,255,255,0.96), rgba(246, 251, 249, 0.88));
}

.VerifyPage .VerifyPageOverlap__barLabel strong,
.VerifyPage .VerifyPageLayers__summary strong,
.VerifyPage .VerifyPageLayers__family strong {
    font-variant-numeric: tabular-nums;
}

.VerifyPage .VerifyPageOverlap__track {
    height: 14px;
    background: linear-gradient(180deg, rgba(20, 84, 171, 0.11), rgba(20, 84, 171, 0.055));
    box-shadow: inset 0 1px 2px rgba(20, 22, 51, 0.08);
}

.VerifyPage .VerifyPageOverlap__fill {
    background:
        linear-gradient(90deg, rgba(42, 139, 125, 0.96) 0%, rgba(20, 84, 171, 0.98) 72%, rgba(115, 52, 240, 0.9) 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.28), 0 0 18px rgba(20, 84, 171, 0.18);
}

.VerifyPage .VerifyPageLayers__summary {
    border-radius: 18px;
    border: 1px solid rgba(42, 139, 125, 0.14);
    border-left: 4px solid var(--verify-teal);
    background:
        linear-gradient(90deg, rgba(42, 139, 125, 0.1), rgba(255,255,255,0.72));
}

.VerifyPage .VerifyPageLayers__family {
    min-height: 48px;
}

.VerifyPage .VerifyPageLayers__family strong {
    padding: 5px 9px;
    border-radius: 999px;
    border: 1px solid rgba(42, 139, 125, 0.16);
    background: rgba(42, 139, 125, 0.08);
}

.VerifyPageSection--stone {
    box-shadow:
        0 3px 10px rgba(20, 22, 51, 0.1),
        0 30px 72px rgba(20, 22, 51, 0.18),
        inset 0 1px 0 rgba(255,255,255,0.14);
}

.VerifyPageSection--glass {
    background:
        radial-gradient(circle at 100% 0%, rgba(115, 52, 240, 0.08), transparent 30%),
        linear-gradient(145deg, rgba(255,255,255,0.995), rgba(247, 249, 255, 0.96));
}

.VerifyPageJump a:focus-visible,
.VerifyPageTrustBand__privacyLink:focus-visible,
.VerifyPageReviewed .fmg-trust-guide-grid__item:focus-visible,
.med-reviewed-guides .fmg-trust-guide-grid__item:focus-visible,
.VerifyPageSection--stone .button:focus-visible,
.VerifyPageSection--stone .RequestCorrection:focus-visible {
    outline: 3px solid rgba(115, 52, 240, 0.34);
    outline-offset: 3px;
}

.VerifyPageTrustBand {
    display: grid;
    gap: 18px;
}

.VerifyPageTrustBand__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 0;
}

.VerifyPageTrustBand__card {
    min-height: 0;
}

.VerifyPageTrustBand__privacy {
    margin-bottom: 0;
}

.VerifyPage .VerifyPageProof {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    grid-template-areas:
        "copy checklist"
        "source pricing"
        "note note";
    gap: 18px;
    padding: clamp(24px, 3.2vw, 34px);
}

.VerifyPage .VerifyPageProof__copy {
    grid-area: copy;
    align-content: start;
}

.VerifyPage .VerifyPageProof__grid {
    grid-area: checklist;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: start;
}

.VerifyPage .VerifyPageOverlap {
    grid-area: source;
}

.VerifyPage .VerifyPageLayers {
    grid-area: pricing;
}

.VerifyPage .VerifyPageProof__note {
    grid-area: note;
    max-width: none;
}

.VerifyPage .VerifyPageOverlap,
.VerifyPage .VerifyPageLayers {
    margin: 0;
    padding: 20px;
}

.VerifyPage .VerifyPageOverlap__barLabel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
}

.VerifyPage .VerifyPageLayers__families {
    grid-template-columns: 1fr;
    gap: 0;
}

.VerifyPage .VerifyPageLayers__family {
    min-height: 44px;
}

.VerifyPage .VerifyPageOverlap {
    border-color: rgba(20, 84, 171, 0.18);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.88), 0 14px 30px rgba(20, 84, 171, 0.055);
}

.VerifyPage .VerifyPageLayers {
    border-color: rgba(42, 139, 125, 0.11);
    background:
        radial-gradient(circle at top right, rgba(42, 139, 125, 0.055), transparent 30%),
        linear-gradient(145deg, rgba(250, 252, 252, 0.96), rgba(247, 250, 249, 0.86));
}

.VerifyPage .VerifyPageLayers__summary {
    padding: 12px 12px 12px 14px;
    background: linear-gradient(90deg, rgba(42, 139, 125, 0.085), rgba(255,255,255,0.68));
}

.VerifyPage .VerifyPageLayers__summary strong {
    font-size: 1.14rem;
}

.VerifyPage .VerifyPageLayers__family strong {
    color: #227268;
    background: rgba(42, 139, 125, 0.065);
}

.VerifyPageJump {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.VerifyPageJump a,
.VerifyPageTrustBand__privacyLink,
.VerifyPageReviewed .fmg-trust-guide-grid__item,
.med-reviewed-guides .fmg-trust-guide-grid__item,
.fmg-med-team .med-hero-action,
.fmg-med-team .license-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(115, 52, 240, 0.16);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 243, 255, 0.94));
    color: #3f3fb6;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(20, 22, 51, 0.04), 0 10px 22px rgba(20, 22, 51, 0.06);
    border-top: 1px solid rgba(255, 255, 255, 0.84);
    transition: transform 0.32s cubic-bezier(0.175, 0.885, 0.32, 1.175), box-shadow 0.32s cubic-bezier(0.175, 0.885, 0.32, 1.175), background 0.32s cubic-bezier(0.175, 0.885, 0.32, 1.175);
}

.VerifyPageJump a:hover,
.VerifyPageTrustBand__privacyLink:hover,
.VerifyPageReviewed .fmg-trust-guide-grid__item:hover,
.med-reviewed-guides .fmg-trust-guide-grid__item:hover,
.fmg-med-team .med-hero-action:hover,
.fmg-med-team .license-links a:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(20, 22, 51, 0.05), 0 16px 30px rgba(20, 22, 51, 0.09);
}

.VerifyPageTrustBand__privacyLink {
    margin-left: auto;
}

.VerifyPageReviewed {
    margin: 36px 0 0;
    padding: 30px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(245, 247, 255, 0.9), rgba(255, 255, 255, 0.98));
    border: 1px solid rgba(115, 52, 240, 0.12);
    box-shadow: 0 3px 8px rgba(20, 22, 51, 0.04), 0 20px 46px rgba(20, 22, 51, 0.08);
    border-top: 1px solid rgba(255, 255, 255, 0.82);
}

.VerifyPageSection {
    position: relative;
    display: grid;
    gap: 14px;
    padding: 30px 32px 32px;
    border-radius: 30px;
    overflow: hidden;
    counter-increment: verify-section;
}

.VerifyPageSection::before {
    content: "0" counter(verify-section);
    position: absolute;
    top: 22px;
    right: 22px;
    font: 800 0.78rem/1 Montserrat, sans-serif;
    letter-spacing: 0.16em;
    opacity: 0.78;
}

.VerifyPageSection__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    width: fit-content;
    padding: 0 12px;
    border-radius: 999px;
    font: 800 0.68rem/1 Montserrat, sans-serif;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.VerifyPageSection--glass {
    border: 1px solid rgba(115, 52, 240, 0.12);
    border-top: 1px solid rgba(255, 255, 255, 0.82);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(246, 249, 255, 0.96));
    box-shadow: 0 3px 8px rgba(20, 22, 51, 0.04), 0 18px 40px rgba(20, 22, 51, 0.07);
}

.VerifyPageSection--glass::before {
    color: rgba(63, 63, 182, 0.72);
}

.VerifyPageSection--glass .VerifyPageSection__eyebrow {
    color: #4f46c6;
    background: linear-gradient(180deg, rgba(115, 52, 240, 0.11), rgba(115, 52, 240, 0.05));
    border: 1px solid rgba(115, 52, 240, 0.14);
}

.VerifyPageSection--stone {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    background:
        radial-gradient(circle at top right, rgba(203, 184, 255, 0.22), transparent 34%),
        radial-gradient(circle at bottom left, rgba(109, 129, 255, 0.12), transparent 36%),
        linear-gradient(160deg, #121730 0%, #1b2455 58%, #11162d 100%);
    box-shadow: 0 4px 12px rgba(20, 22, 51, 0.08), 0 24px 48px rgba(20, 22, 51, 0.14);
}

.VerifyPageSection--stone::before {
    color: rgba(214, 220, 255, 0.72);
}

.VerifyPageSection--stone .VerifyPageSection__eyebrow {
    color: #e5e9ff;
    background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04));
    border: 1px solid rgba(255,255,255,0.18);
}

.VerifyPageSection h2 {
    margin: 0;
    max-width: 24ch;
    font: 800 clamp(1.34rem, 1.16rem + 0.42vw, 1.7rem)/1.08 Montserrat, sans-serif;
    letter-spacing: -0.025em;
    text-wrap: balance;
}

.VerifyPageSection p,
.VerifyPageSection li {
    line-height: 1.72;
    font-size: 1rem;
}

.VerifyPageSection ul,
.VerifyPageSection ol {
    display: grid;
    gap: 10px;
    margin: 16px 0 0;
    padding-left: 1.2rem;
}

.VerifyPageSection--glass h2,
.VerifyPageSection--glass p,
.VerifyPageSection--glass li,
.VerifyPageSection--glass strong {
    color: #18233f;
}

.VerifyPageSection--glass a {
    color: #2b54c6;
    font-weight: 800;
}

.VerifyPageSection--stone h2,
.VerifyPageSection--stone p,
.VerifyPageSection--stone li,
.VerifyPageSection--stone strong,
.VerifyPageSection--stone em {
    color: #f7f9ff;
}

.VerifyPageSection--stone h2,
.VerifyPageSection--stone h2 a,
.VerifyPageSection--stone h2 a:visited {
    color: #ffffff !important;
    max-width: 29ch;
    line-height: 1.14;
    text-shadow: 0 2px 12px rgba(8, 12, 30, 0.22);
}

.VerifyPageSection--stone p,
.VerifyPageSection--stone li {
    color: rgba(244, 247, 255, 0.97);
}

.VerifyPageSection--stone .smallprint {
    color: rgba(244, 247, 255, 0.92) !important;
}

.VerifyPageSection--stone a,
.VerifyPageSection--stone a:visited {
    color: #f7f9ff !important;
    font-weight: 800;
    text-decoration: underline;
    text-decoration-color: rgba(191, 169, 255, 0.92);
    text-decoration-thickness: 1.5px;
    text-underline-offset: 0.18em;
}

.VerifyPageSection--stone a:hover,
.VerifyPageSection--stone a:focus-visible,
.VerifyPageSection--stone a:hover:visited,
.VerifyPageSection--stone a:focus-visible:visited {
    color: #ffffff !important;
    text-decoration-color: rgba(244, 247, 255, 0.94);
}

.VerifyPageSection--stone li::marker {
    color: rgba(214, 220, 255, 0.78);
}

.VerifyPage__footer--enhanced {
    padding: 16px 20px;
    border-radius: 20px;
    border: 1px solid rgba(115, 52, 240, 0.12);
    background: linear-gradient(180deg, rgba(248, 249, 252, 0.94), rgba(255, 255, 255, 0.98));
    box-shadow: 0 2px 6px rgba(20, 22, 51, 0.03), 0 12px 26px rgba(20, 22, 51, 0.05);
    color: #4b5563;
}

.VerifyPageReviewed__header h2 {
    margin: 0 0 8px;
}

.VerifyPageReviewed__header {
    margin-bottom: 18px;
}

.VerifyPageReviewed__header p,
.VerifyPageReviewed__note {
    color: #4b5563;
}

.fmg-trust-guide-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 18px 0 0;
}

.VerifyPageReviewed .fmg-trust-guide-grid__item,
.med-reviewed-guides .fmg-trust-guide-grid__item {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 7px;
    min-height: 118px;
    padding: 16px;
    border-radius: 18px;
    line-height: 1.4;
    text-align: left;
    border: 1px solid color-mix(in srgb, var(--fmg-action, #7334F0), black 12%);
    background: linear-gradient(135deg, #6f39f2 0%, #5f63f7 100%);
    color: #f8faff !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.22), 0 14px 28px rgba(95, 99, 247, 0.18);
    text-decoration: none !important;
}

.VerifyPageReviewed .fmg-trust-guide-grid__item::after,
.med-reviewed-guides .fmg-trust-guide-grid__item::after {
    content: none;
    display: none;
}

.fmg-trust-guide-grid__kicker {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: rgba(248, 250, 255, 0.92);
    font: 800 0.64rem/1 "Montserrat", sans-serif;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.fmg-trust-guide-grid__title {
    color: #fdfcff;
    font: 800 0.98rem/1.36 "DM Sans", system-ui, sans-serif;
    text-wrap: pretty;
}

.VerifyPageReviewed .fmg-trust-guide-grid__item:visited,
.med-reviewed-guides .fmg-trust-guide-grid__item:visited,
.VerifyPageReviewed .fmg-trust-guide-grid__item:hover,
.med-reviewed-guides .fmg-trust-guide-grid__item:hover,
.VerifyPageReviewed .fmg-trust-guide-grid__item:focus-visible,
.med-reviewed-guides .fmg-trust-guide-grid__item:focus-visible {
    color: #ffffff !important;
    text-decoration: none !important;
}

.VerifyPageReviewed .fmg-trust-guide-grid__item:hover,
.med-reviewed-guides .fmg-trust-guide-grid__item:hover,
.VerifyPageReviewed .fmg-trust-guide-grid__item:focus-visible,
.med-reviewed-guides .fmg-trust-guide-grid__item:focus-visible {
    transform: translateY(-2px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.26), 0 18px 32px rgba(95, 99, 247, 0.22);
}

.VerifyPageSection--stone .button,
.VerifyPageSection--stone .button:visited,
.VerifyPageSection--stone .RequestCorrection,
.VerifyPageSection--stone .RequestCorrection:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--fmg-action, #7334F0), black 12%);
    background: linear-gradient(135deg, #6f39f2 0%, #5f63f7 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.24), 0 14px 28px rgba(95, 99, 247, 0.18);
    color: #f8faff !important;
    font: 800 0.86rem/1.2 "Montserrat", sans-serif;
    letter-spacing: 0.02em;
    text-decoration: none !important;
}

.VerifyPageSection--stone .button:hover,
.VerifyPageSection--stone .button:focus-visible,
.VerifyPageSection--stone .RequestCorrection:hover,
.VerifyPageSection--stone .RequestCorrection:focus-visible {
    transform: translateY(-1px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.28), 0 18px 32px rgba(95, 99, 247, 0.22);
    color: #ffffff !important;
    text-decoration: none !important;
}

.VerifyPageReviewed__note {
    margin: 18px 0 0;
}

.VerifyPageReviewed__note a {
    font-weight: 800;
}

@media (max-width: 1024px) {
    .VerifyPageTrustBand__grid {
        grid-template-columns: 1fr;
    }

    .VerifyPageTrustBand__privacy {
        grid-template-columns: 1fr;
    }

    .VerifyPage .VerifyPageProof__grid {
        grid-template-columns: 1fr;
    }

    .VerifyPage .VerifyPageOverlap__barLabel {
        align-items: flex-start;
    }

    .VerifyPage .VerifyPageLayers__families {
        grid-template-columns: 1fr;
    }

    .VerifyPageTrustBand__privacyLink {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .VerifyPageShell .VerifyPage--enhanced {
        gap: 18px;
    }

    .VerifyPageShell .VerifyPage__hero--enhanced,
    .VerifyPageSection,
    .VerifyPageTrustBand__card,
    .VerifyPageTrustBand__privacy,
    .VerifyPage .VerifyPageProof,
    .VerifyPageReviewed {
        padding: 20px 18px;
        border-radius: 22px;
    }

    .VerifyPage__heroChip {
        width: 100%;
        justify-content: flex-start;
    }

    .VerifyPageSection::before {
        top: 14px;
        right: 16px;
        font-size: 0.72rem;
    }

    .VerifyPageJump,
    .fmg-trust-guide-grid {
        gap: 8px;
    }

    .fmg-trust-guide-grid {
        grid-template-columns: 1fr;
    }

    .VerifyPageJump a,
    .VerifyPageTrustBand__privacyLink,
    .VerifyPageReviewed .fmg-trust-guide-grid__item,
    .med-reviewed-guides .fmg-trust-guide-grid__item,
    .fmg-med-team .med-hero-action,
    .fmg-med-team .license-links a {
        width: 100%;
        justify-content: flex-start;
    }

    .VerifyPageSection--stone h2,
    .VerifyPageSection--stone h2 a,
    .VerifyPageSection--stone h2 a:visited {
        max-width: none;
    }

    .VerifyPageReviewed .fmg-trust-guide-grid__item,
    .med-reviewed-guides .fmg-trust-guide-grid__item {
        min-height: 106px;
        padding-right: 18px;
    }

    .VerifyPageReviewed .fmg-trust-guide-grid__item::after,
    .med-reviewed-guides .fmg-trust-guide-grid__item::after {
        display: none;
    }
}

@media (max-width: 420px) {
    .VerifyPage .VerifyPageOverlap__barLabel,
    .VerifyPage .VerifyPageLayers__family {
        flex-direction: column;
        gap: 4px;
    }

    .VerifyPage .VerifyPageLayers__summary {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }
}

@media (forced-colors: active) {
    .VerifyPage .VerifyPageOverlap__track {
        border-color: CanvasText;
        background: Canvas;
    }

    .VerifyPage .VerifyPageOverlap__fill {
        background: Highlight;
    }
}

/* How We Verify - density pass */
.VerifyPageShell .VerifyPage--enhanced {
    max-width: 1040px;
    gap: 14px;
}

.VerifyPageShell .VerifyPage__hero,
.VerifyPageShell .VerifyPage__hero--enhanced,
.VerifyPageTrustBand,
.VerifyPageTrustBand__privacy,
.VerifyPage .VerifyPageProof,
.VerifyPageReviewed {
    margin-bottom: 0;
}

.VerifyPageShell .VerifyPage__hero--enhanced {
    padding: clamp(22px, 3vw, 40px);
    border-radius: 30px;
}

.VerifyPage__eyebrow {
    min-height: 26px;
    margin-bottom: 10px;
    padding: 0 11px;
    font-size: 0.64rem;
}

.VerifyPageShell .VerifyPage__hero--enhanced h1 {
    max-width: 15.5ch;
    margin-bottom: 10px;
    font-size: clamp(2.05rem, 5.2vw, 4.45rem);
    line-height: 0.98;
}

.VerifyPageShell .VerifyPage__hero--enhanced p {
    max-width: 62ch;
    font-size: clamp(0.96rem, 0.9rem + 0.18vw, 1.08rem);
    line-height: 1.5;
}

.VerifyPage__heroMeta {
    gap: 8px;
    margin-top: 14px;
}

.VerifyPage__heroChip,
.VerifyPageJump a,
.VerifyPageTrustBand__privacyLink {
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.72rem;
}

.VerifyPageTrustBand {
    gap: 12px;
}

.VerifyPageTrustBand__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.VerifyPageTrustBand__card,
.VerifyPageTrustBand__privacy,
.VerifyPage .VerifyPageProof,
.VerifyPageReviewed,
.VerifyPageSection,
.VerifyPage__footer--enhanced {
    border-radius: 22px;
}

.VerifyPageTrustBand__card {
    padding: 16px 18px;
}

.VerifyPageTrustBand__card::before {
    width: 44px;
    margin-bottom: 10px;
}

.VerifyPageTrustBand__card h2 {
    margin-bottom: 6px;
    font-size: 0.94rem;
}

.VerifyPageTrustBand__card p,
.VerifyPageTrustBand__privacy p,
.VerifyPage .VerifyPageProof p,
.VerifyPage .VerifyPageProof__text,
.VerifyPage .VerifyPageOverlap p,
.VerifyPage .VerifyPageOverlap__note,
.VerifyPage .VerifyPageLayers p,
.VerifyPage .VerifyPageLayers__note,
.VerifyPageReviewed__header p,
.VerifyPageReviewed__note {
    font-size: 0.9rem;
    line-height: 1.45;
}

.VerifyPageTrustBand__privacy {
    grid-template-columns: minmax(0, 1.25fr) minmax(220px, 0.85fr);
    gap: 12px;
    padding: 16px 18px;
}

.VerifyPageTrustBand__privacyCopy {
    gap: 7px;
}

.VerifyPageTrustBand__privacy h2,
.VerifyPage .VerifyPageProof h2 {
    font-size: clamp(1.08rem, 1rem + 0.24vw, 1.32rem);
    line-height: 1.08;
}

.VerifyPageTrustBand__privacyMeta {
    gap: 8px;
}

.VerifyPageTrustBand__privacyChip {
    min-height: 32px;
    padding: 0 12px;
    font-size: 0.72rem;
}

.VerifyPage .VerifyPageProof {
    gap: 12px;
    padding: clamp(18px, 2.2vw, 24px);
}

.VerifyPage .VerifyPageProof__copy {
    gap: 6px;
}

.VerifyPage .VerifyPageProof__grid {
    gap: 10px;
}

.VerifyPage .VerifyPageProof__item {
    gap: 4px;
    padding: 11px 12px;
    border-radius: 14px;
}

.VerifyPage .VerifyPageProof__label,
.VerifyPage .VerifyPageLayers__summary span {
    font-size: 0.86rem;
    line-height: 1.22;
}

.VerifyPage .VerifyPageOverlap,
.VerifyPage .VerifyPageLayers {
    gap: 10px;
    padding: 14px;
    border-radius: 18px;
}

.VerifyPage .VerifyPageOverlap__header,
.VerifyPage .VerifyPageLayers__header {
    gap: 4px;
}

.VerifyPage .VerifyPageOverlap h3,
.VerifyPage .VerifyPageLayers h3 {
    font-size: 0.94rem;
    line-height: 1.18;
}

.VerifyPage .VerifyPageOverlap__bars {
    gap: 9px;
}

.VerifyPage .VerifyPageOverlap__bar {
    gap: 5px;
}

.VerifyPage .VerifyPageOverlap__barLabel {
    gap: 8px;
    font-size: 0.84rem;
    line-height: 1.24;
}

.VerifyPage .VerifyPageOverlap__track {
    height: 10px;
}

.VerifyPage .VerifyPageLayers__summary {
    gap: 10px;
    padding: 10px 10px 10px 12px;
    border-radius: 14px;
}

.VerifyPage .VerifyPageLayers__summary strong {
    font-size: 1rem;
}

.VerifyPage .VerifyPageLayers__family {
    min-height: 36px;
    padding: 7px 0;
    font-size: 0.82rem;
}

.VerifyPage .VerifyPageLayers__family strong {
    padding: 4px 8px;
    font-size: 0.74rem;
}

.VerifyPageJump {
    gap: 8px;
}

.VerifyPageSection {
    gap: 10px;
    padding: 22px 24px 24px;
}

.VerifyPageSection::before {
    top: 18px;
    right: 18px;
    font-size: 0.7rem;
}

.VerifyPageSection__eyebrow {
    min-height: 24px;
    padding: 0 10px;
    font-size: 0.62rem;
}

.VerifyPageSection h2 {
    max-width: 28ch;
    font-size: clamp(1.18rem, 1.06rem + 0.32vw, 1.46rem);
    line-height: 1.12;
}

.VerifyPageSection p,
.VerifyPageSection li {
    font-size: 0.95rem;
    line-height: 1.52;
}

.VerifyPageSection ul,
.VerifyPageSection ol {
    gap: 6px;
    margin-top: 8px;
}

.VerifyPageReviewed {
    margin-top: 20px;
    padding: 20px;
}

.VerifyPageReviewed__header {
    margin-bottom: 12px;
}

.VerifyPageReviewed__header h2 {
    margin-bottom: 6px;
    font-size: clamp(1.18rem, 1.06rem + 0.32vw, 1.46rem);
    line-height: 1.12;
}

.fmg-trust-guide-grid {
    gap: 8px;
    margin-top: 12px;
}

.VerifyPageReviewed .fmg-trust-guide-grid__item,
.med-reviewed-guides .fmg-trust-guide-grid__item {
    min-height: 88px;
    gap: 5px;
    padding: 12px;
    border-radius: 14px;
}

.fmg-trust-guide-grid__kicker {
    min-height: 20px;
    padding: 0 8px;
    font-size: 0.58rem;
}

.fmg-trust-guide-grid__title {
    font-size: 0.9rem;
    line-height: 1.22;
}

.VerifyPage__footer--enhanced {
    padding: 12px 16px;
}

@media (max-width: 1024px) {
    .VerifyPageTrustBand__grid {
        grid-template-columns: 1fr;
    }

    .VerifyPageTrustBand__privacy {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .VerifyPageShell .VerifyPage--enhanced {
        gap: 12px;
    }

    .VerifyPageShell .VerifyPage__hero--enhanced,
    .VerifyPageSection,
    .VerifyPageTrustBand__card,
    .VerifyPageTrustBand__privacy,
    .VerifyPage .VerifyPageProof,
    .VerifyPageReviewed {
        padding: 16px 14px;
        border-radius: 18px;
    }

    .VerifyPageShell .VerifyPage__hero--enhanced h1 {
        max-width: 16ch;
        font-size: clamp(1.9rem, 10vw, 2.85rem);
    }

    .VerifyPage__heroMeta {
        gap: 7px;
        margin-top: 12px;
    }

    .VerifyPage__heroChip {
        width: auto;
        min-height: 30px;
        padding: 0 10px;
        font-size: 0.66rem;
    }

    .VerifyPage .VerifyPageProof {
        grid-template-columns: 1fr;
        grid-template-areas:
            "copy"
            "checklist"
            "source"
            "pricing"
            "note";
    }

    .VerifyPage .VerifyPageProof__grid {
        grid-template-columns: 1fr;
    }

    .VerifyPageSection {
        gap: 8px;
    }

    .VerifyPageSection p,
    .VerifyPageSection li {
        font-size: 0.92rem;
        line-height: 1.46;
    }

    .VerifyPageReviewed .fmg-trust-guide-grid__item,
    .med-reviewed-guides .fmg-trust-guide-grid__item {
        min-height: 76px;
    }
}

/* How We Verify - readability and compactness corrections */
.VerifyPage .VerifyPageProof {
    align-items: start;
    grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
    grid-template-areas:
        "copy checklist"
        "source pricing"
        "note note";
    gap: 10px 12px;
}

.VerifyPage .VerifyPageProof__grid {
    grid-template-columns: 1fr;
    gap: 8px;
}

.VerifyPage .VerifyPageProof__item {
    padding: 9px 11px;
}

.VerifyPage .VerifyPageProof__text {
    line-height: 1.36;
}

.VerifyPage .VerifyPageOverlap,
.VerifyPage .VerifyPageLayers {
    align-content: start;
    align-self: start;
}

.VerifyPage .VerifyPageOverlap {
    gap: 8px;
    padding: 12px 14px;
}

.VerifyPage .VerifyPageOverlap__header {
    gap: 3px;
}

.VerifyPage .VerifyPageOverlap__bars {
    gap: 7px;
}

.VerifyPage .VerifyPageOverlap__bar {
    gap: 4px;
}

.VerifyPage .VerifyPageOverlap__barLabel {
    align-items: end;
    font-size: 0.8rem;
}

.VerifyPage .VerifyPageOverlap__barLabel strong {
    font-size: 0.76rem;
}

.VerifyPage .VerifyPageOverlap__track {
    height: 8px;
}

.VerifyPage .VerifyPageOverlap__note,
.VerifyPage .VerifyPageLayers__note {
    font-style: normal;
}

.VerifyPage .VerifyPageLayers {
    gap: 8px;
    padding: 12px 14px;
}

.VerifyPage .VerifyPageLayers__summary {
    gap: 8px;
    padding: 8px 10px;
}

.VerifyPage .VerifyPageLayers__families {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
}

.VerifyPage .VerifyPageLayers__family {
    display: grid;
    align-content: start;
    gap: 5px;
    min-height: 0;
    padding: 8px 9px;
    border: 1px solid rgba(42, 139, 125, 0.12);
    border-radius: 12px;
    font-size: 0.78rem;
}

.VerifyPage .VerifyPageLayers__family strong {
    width: fit-content;
    padding: 3px 7px;
    font-size: 0.68rem;
}

.VerifyPageSection {
    align-content: start;
    gap: 7px;
    min-height: 0 !important;
    padding: 18px 22px 20px;
}

.VerifyPageSection > .VerifyPageSection__eyebrow {
    margin: 0 !important;
}

.VerifyPageSection > h2 {
    margin: 0 !important;
}

.VerifyPageSection > p {
    margin: 0 !important;
}

.VerifyPageSection > ul,
.VerifyPageSection > ol {
    margin: 4px 0 0 !important;
}

.VerifyPageSection p,
.VerifyPageSection li {
    font-size: 0.91rem;
    line-height: 1.42;
}

.VerifyPageSection h2 {
    font-size: clamp(1.08rem, 1rem + 0.26vw, 1.34rem);
    line-height: 1.08;
}

.VerifyPageReviewed {
    padding: 18px;
}

.VerifyPageReviewed .fmg-trust-guide-grid__item,
.med-reviewed-guides .fmg-trust-guide-grid__item {
    min-height: 74px;
    padding: 11px 12px;
    border-color: rgba(35, 39, 87, 0.28);
    background:
        linear-gradient(135deg, rgba(37, 41, 91, 0.98) 0%, rgba(44, 65, 122, 0.98) 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.14), 0 10px 20px rgba(35, 39, 87, 0.14);
}

.VerifyPageReviewed .fmg-trust-guide-grid__item:hover,
.med-reviewed-guides .fmg-trust-guide-grid__item:hover,
.VerifyPageReviewed .fmg-trust-guide-grid__item:focus-visible,
.med-reviewed-guides .fmg-trust-guide-grid__item:focus-visible {
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), 0 12px 24px rgba(35, 39, 87, 0.18);
}

.fmg-trust-guide-grid__kicker {
    background: rgba(255, 255, 255, 0.12);
    color: rgba(248, 250, 255, 0.9);
    font-weight: 700;
    letter-spacing: 0.075em;
}

.fmg-trust-guide-grid__title {
    color: #ffffff;
    font-family: Nunito, sans-serif;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: -0.006em;
    line-height: 1.24;
}

@media (max-width: 1120px) {
    .VerifyPage .VerifyPageProof {
        grid-template-columns: 1fr;
        grid-template-areas:
            "copy"
            "checklist"
            "source"
            "pricing"
            "note";
    }

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

@media (max-width: 767px) {
    .VerifyPage .VerifyPageProof__grid,
    .VerifyPage .VerifyPageLayers__families {
        grid-template-columns: 1fr;
    }

    .VerifyPageSection {
        padding: 15px 14px 16px;
    }
}

/* How We Verify - authority hub modules */
.VerifyPageLedger,
.VerifyPageMethod,
.VerifyPageEvidence,
.VerifyPageCommercial,
.VerifyPageFaq {
    position: relative;
    isolation: isolate;
    border: 1px solid rgba(115, 52, 240, 0.12);
    border-top-color: rgba(255, 255, 255, 0.82);
    border-radius: 22px;
    background:
        radial-gradient(circle at 100% 0%, rgba(115, 52, 240, 0.07), transparent 30%),
        linear-gradient(145deg, rgba(255,255,255,0.99), rgba(247,249,255,0.96));
    box-shadow: var(--verify-shadow-tight), 0 18px 40px rgba(20, 22, 51, 0.065);
}

.VerifyPageLedger,
.VerifyPageMethod,
.VerifyPageEvidence,
.VerifyPageCommercial {
    padding: 16px 18px;
}

.VerifyPageLedger::after,
.VerifyPageMethod::after,
.VerifyPageEvidence::after,
.VerifyPageCommercial::after,
.VerifyPageFaq::after {
    content: "";
    position: absolute;
    inset: 1px;
    z-index: 0;
    pointer-events: none;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(255,255,255,0.68), transparent 42%);
    opacity: 0.45;
}

.VerifyPageLedger > *,
.VerifyPageMethod > *,
.VerifyPageEvidence > *,
.VerifyPageCommercial > *,
.VerifyPageFaq > * {
    position: relative;
    z-index: 1;
}

.VerifyPageLedger__eyebrow,
.VerifyPageMethod__eyebrow,
.VerifyPageEvidence__eyebrow,
.VerifyPageCommercial__eyebrow,
.VerifyPageFaq__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 23px;
    width: fit-content;
    margin: 0 0 6px;
    padding: 0 9px;
    border-radius: 999px;
    border: 1px solid rgba(115, 52, 240, 0.14);
    background: rgba(115, 52, 240, 0.07);
    color: #4f46c6;
    font: 800 0.6rem/1 Montserrat, sans-serif;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.VerifyPageLedger__header h2,
.VerifyPageMethod__header h2,
.VerifyPageEvidence__header h2,
.VerifyPageCommercial h2,
.VerifyPageFaq__header h2 {
    margin: 0;
    color: #141633;
    font: 800 clamp(1.06rem, 1rem + 0.22vw, 1.28rem)/1.08 Montserrat, sans-serif;
    letter-spacing: -0.03em;
}

.VerifyPageLedger__header p,
.VerifyPageEvidence__header p,
.VerifyPageCommercial p,
.VerifyPageFaq__item p {
    margin: 6px 0 0;
    color: #5c6883;
    font-family: Nunito, sans-serif;
    font-size: 0.9rem;
    line-height: 1.42;
}

.VerifyPageLedger {
    display: grid;
    grid-template-columns: minmax(220px, 0.85fr) minmax(0, 1.35fr);
    gap: 14px;
}

.VerifyPageLedger__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
}

.VerifyPageLedger__row {
    padding: 10px 11px;
    border: 1px solid rgba(20, 84, 171, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.72);
}

.VerifyPageLedger__row dt {
    color: #18233f;
    font: 800 0.78rem/1.18 Montserrat, sans-serif;
}

.VerifyPageLedger__row dd {
    margin: 4px 0 0;
    color: #5c6883;
    font-family: Nunito, sans-serif;
    font-size: 0.86rem;
    line-height: 1.34;
}

.VerifyPageLedger__actions {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.VerifyPageLedger__actions a {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(115, 52, 240, 0.14);
    background: rgba(255, 255, 255, 0.76);
    color: #3f3fb6;
    font: 800 0.72rem/1 Montserrat, sans-serif;
    text-decoration: none;
}

.VerifyPageMethod {
    display: grid;
    gap: 12px;
}

.VerifyPageMethod__steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.VerifyPageMethod__step {
    display: grid;
    gap: 4px;
    padding: 10px 11px;
    border: 1px solid rgba(115, 52, 240, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.74);
}

.VerifyPageMethod__number,
.VerifyPageMethod__label {
    color: #4f46c6;
    font: 800 0.62rem/1 Montserrat, sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.VerifyPageMethod__step strong {
    color: #18233f;
    font: 800 0.88rem/1.16 Montserrat, sans-serif;
}

.VerifyPageMethod__step span:last-child {
    color: #5c6883;
    font-family: Nunito, sans-serif;
    font-size: 0.84rem;
    line-height: 1.32;
}

.VerifyPageEvidence {
    display: grid;
    gap: 12px;
}

.VerifyPageEvidence__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.VerifyPageEvidence__item {
    display: grid;
    gap: 5px;
    padding: 10px 11px;
    border: 1px solid rgba(42, 139, 125, 0.12);
    border-radius: 14px;
    background: rgba(248, 252, 251, 0.78);
}

.VerifyPageEvidence__item h3 {
    margin: 0;
    color: #18233f;
    font: 800 0.86rem/1.14 Montserrat, sans-serif;
}

.VerifyPageEvidence__item p {
    margin: 0;
    color: #5c6883;
    font-family: Nunito, sans-serif;
    font-size: 0.84rem;
    line-height: 1.32;
}

.VerifyPageEvidence__item span {
    color: #227268;
    font: 800 0.72rem/1.2 Montserrat, sans-serif;
}

.VerifyPageCommercial {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.8fr);
    gap: 12px;
    align-items: center;
    background:
        radial-gradient(circle at 92% 10%, rgba(42, 139, 125, 0.1), transparent 32%),
        linear-gradient(145deg, rgba(255,255,255,0.99), rgba(247,251,249,0.95));
}

.VerifyPageCommercial__list {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.VerifyPageCommercial__list li {
    padding: 8px 10px;
    border: 1px solid rgba(42, 139, 125, 0.13);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: #17695f;
    font: 800 0.78rem/1.2 Montserrat, sans-serif;
}

.VerifyPageFaq {
    display: grid;
    gap: 14px;
    margin: 20px 0 0;
    padding: 18px;
}

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

.VerifyPageFaq__item {
    padding: 12px;
    border: 1px solid rgba(115, 52, 240, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.76);
}

.VerifyPageFaq__item h3 {
    margin: 0;
    color: #18233f;
    font: 800 0.9rem/1.18 Montserrat, sans-serif;
}

@media (max-width: 1024px) {
    .VerifyPageLedger,
    .VerifyPageCommercial {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 767px) {
    .VerifyPageLedger,
    .VerifyPageMethod,
    .VerifyPageEvidence,
    .VerifyPageCommercial,
    .VerifyPageFaq {
        padding: 14px;
        border-radius: 18px;
    }

    .VerifyPageLedger__list,
    .VerifyPageMethod__steps,
    .VerifyPageEvidence__grid,
    .VerifyPageFaq__grid {
        grid-template-columns: 1fr;
    }

    .VerifyPageLedger__actions a {
        width: 100%;
        justify-content: center;
    }
}
