:root {
    /* Inter first; avoid Bootstrap’s Arial-heavy stack (styles.css --bs-font-sans-serif) */
    --pm-font-inter: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    /* Body copy: Source Sans Pro Light (300); heavier weights for strong / emphasis */
    --pm-font-body: "Source Sans Pro", system-ui, -apple-system, "Segoe UI", sans-serif;
    --bs-font-sans-serif: var(--pm-font-inter);
    --bs-body-font-family: var(--pm-font-inter);
    --bs-body-font-size: 1rem;
}

html {
    font-family: var(--pm-font-inter);
}

body {
    padding: 0;
    margin: 0;
    background: #ffffff;
    font-size: 1rem;
    position: relative;
    font-family: var(--pm-font-inter);
}

/* UA / widget defaults often ignore inherit; pin to Inter */
button,
input,
select,
textarea,
optgroup {
    font-family: var(--pm-font-inter);
}

#mainNav.navbar {
    font-family: var(--pm-font-inter);
}
@media (max-width:750px){
    .py-5{
        padding-top:13px !important;
        padding-bottom:13px !important;
    }
}
@media (max-width:750px){
    .px-4{
        padding-right:13px !important;
        padding-left:13px !important;
    }
}
@media (max-width:750px){
    section {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}


@media (min-width: 768px){
    .navbar-nav li {
        margin-left: 25px;
        margin-right: 25px;
    }
}

p {
    font-size: 1rem;
    font-family: var(--pm-font-body);
    font-weight: 300;
}

@media (min-width: 768px){
    p1{
    font-size:30px;
    font-family: var(--pm-font-inter);
}
}
@media (max-width: 750px){
    p1{
    font-family: var(--pm-font-inter);
    font-size:14px;
}
}

@media (min-width: 768px){
    p2 {
    color:rgb(255, 255, 255);
    font-family: var(--pm-font-inter);
    font-size:30px;
    }  
}
@media (max-width: 750px){
    p2 {
    color:rgb(255, 255, 255);
    font-family: var(--pm-font-inter);
    font-size:15px;
    }  
}

@media (min-width: 768px){
    p3{
    font-size:24px;
    font-family: var(--pm-font-inter);
    font-style:italic;
}
}
@media (max-width: 750px){
    p3{
    font-family: var(--pm-font-inter);
    font-style:italic;
    font-size:13px;
}
}

@media (min-width: 768px){
    h2 {
    font-size: clamp(1.125rem, 2.4vw, 2.5rem);
    font-weight: 700;
    font-family: var(--pm-font-inter);
}
}
@media (max-width: 750px){
    h2 {
    font-weight: 700;
    font-family: var(--pm-font-inter);
    font-size: clamp(1rem, 4.5vw, 1.5rem);
}
}

@media (min-width: 768px){
    h3 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    color:#000000
}
}
@media (max-width: 750px){
    h3 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    color:#000000
}
}

@media (min-width: 768px){
    .space { 
    margin:0; padding:0; height:50px 
} 
}
@media (max-width: 750px){
    .space { 
    margin:0; padding:0; height:10px 
} 
}
@media (min-width:768px){
    .space1 { 
    margin:0; padding:0; height:25px 
} 
}
@media (max-width:750px){
    .space1 { 
    margin:0; padding:0; height:25px 
} 
}


@media (min-width: 768px){
    .pm-how-arrow {
    display:block;
    max-width:120%;
    height:auto
}
}
@media (min-width: 768px){
    #waitlist{
    display:block;
    max-width:120%;
    height:auto;
}
}
@media (min-width: 768px){
    #frame2{
    display:block;
    width:80%;
    height:auto;
}
}
@media (min-width:768px){
    #star{
        display:block;
        max-width:140%;
        height:auto;
    }
}







/*ChatGPT Code*/
/* Lightbox Background */
#lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none; /* Hidden by default */
    align-items: center;
    justify-content: center;
}

/* Lightbox Content */
.lightbox-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-width: 800px;
    min-width: 400px;
    width: 70%;
    z-index: 5;
    font-size: 1rem;
    position: relative;
    font-family: var(--pm-font-body);
    font-weight: 300;
}

.lightbox-content h2 {
    margin: 20px 5px;
    font-size: clamp(1rem, 2.2vw, 1.5rem);
    font-family: var(--pm-font-inter);
    font-weight: 700;
    width: 100%;
}

.lightbox-content label {
    text-align: left;
    font-size: 1rem;
    font-family: var(--pm-font-body);
    font-weight: 300;
}

.lightbox-content input {
    text-align: left;
    font-size: 1rem;
    width: 350px;
    font-family: var(--pm-font-body);
    font-weight: 400;
    background-color: #F2F2F2;
    border: none;
    border-radius: 5px;
    margin: 20px;
    padding: 10px;
}

/* Close Button */
#lightbox .close-btn {
    /*position: absolute;*/
    margin-bottom: 1px;
    margin-left: 90%;
    top: 20px;
    right: 20px;
    font-size: 24px;
    color: black;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1000;
    box-shadow: none;
    
}

/* Button Style */
#get-waitlist-btn {
    padding: 10px 20px;
    background-color: #4e5358;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
}
#get-waitlist-btn:hover {
    background-color: #0056b3;
}


#message {
    margin-top: 20px;
    font-size: 12px;
    font-family: var(--pm-font-body);
    font-weight: 300;
}

/* —— Privacy Mirror (Splash Plan) —— */
#mainNav .nav-link-pm,
#mainNav .nav-link-cta,
#waitlist .nav-link.nav-link-cta,
#lightbox .nav-link.nav-link-cta {
    font-family: var(--pm-font-inter);
    font-weight: 700;
    /* ~16px floor (common UI minimum), ~17–19px on desktop — typical primary-nav range */
    font-size: clamp(1rem, 0.25vw + 0.92rem, 1.1875rem);
}

.nav-link-pm {
    color: #000 !important;
}

#mainNav .nav-link-pm:hover,
#mainNav .nav-link-pm:focus-visible {
    text-decoration: underline !important;
    text-underline-offset: 0.2em;
}

.nav-link-cta {
    background-color: #000;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 10px;
    width: auto;
    min-width: 200px;
    text-align: center;
    display: inline-block;
    transform-origin: center;
    transition: transform 0.45s cubic-bezier(0.34, 1.45, 0.64, 1);
}

button.nav-link-cta {
    appearance: none;
    border: none;
    cursor: pointer;
    line-height: 1.2;
}

#mainNav .nav-link-cta:hover,
#mainNav .nav-link-cta:focus-visible,
#waitlist .nav-link-cta:hover,
#waitlist .nav-link-cta:focus-visible {
    color: #fff !important;
    text-decoration: none !important;
    transform: scale(1.25);
}

#lightbox .nav-link-cta:hover,
#lightbox .nav-link-cta:focus-visible {
    color: #fff !important;
    text-decoration: none !important;
    transform: scale(1.05);
}

@media (prefers-reduced-motion: reduce) {
    .nav-link-cta {
        transition: none;
    }

    #mainNav .nav-link-cta:hover,
    #mainNav .nav-link-cta:focus-visible,
    #waitlist .nav-link-cta:hover,
    #waitlist .nav-link-cta:focus-visible,
    #lightbox .nav-link-cta:hover,
    #lightbox .nav-link-cta:focus-visible {
        transform: none;
    }
}

.pm-hero-section {
    padding-top: 8rem;
    padding-bottom: 2rem;
    overflow-x: clip;
}

/* Left inset matches #how > .container.px-4 (Bootstrap .container max-widths + .px-4); right open for flush splash */
.pm-hero-fluid {
    --pm-hero-how-pad-x: 1.5rem;
    padding-left: var(--pm-hero-how-pad-x);
    padding-right: 0;
    max-width: 100%;
    box-sizing: border-box;
}

@media (max-width: 750px) {
    .pm-hero-fluid {
        --pm-hero-how-pad-x: 13px;
    }
}

@media (min-width: 576px) {
    .pm-hero-fluid {
        padding-left: calc((100vw - min(540px, 100vw)) / 2 + var(--pm-hero-how-pad-x));
    }
}

@media (min-width: 768px) {
    .pm-hero-fluid {
        padding-left: calc((100vw - min(720px, 100vw)) / 2 + var(--pm-hero-how-pad-x));
    }
}

@media (min-width: 992px) {
    .pm-hero-fluid {
        padding-left: calc((100vw - min(960px, 100vw)) / 2 + var(--pm-hero-how-pad-x));
    }
}

@media (min-width: 1200px) {
    .pm-hero-fluid {
        padding-left: calc((100vw - min(1140px, 100vw)) / 2 + var(--pm-hero-how-pad-x));
    }
}

@media (min-width: 1400px) {
    .pm-hero-fluid {
        padding-left: calc((100vw - min(1320px, 100vw)) / 2 + var(--pm-hero-how-pad-x));
    }
}

/*
 * CSS Grid for two columns (better than flex for “no overlap”):
 * - minmax(0, …) lets each track shrink below intrinsic content size (SVG/text).
 * - column-gap is always reserved; tracks split space — no fighting over one flex line.
 * - Splash max-width: 100% is only ever as wide as its grid cell (not vw).
 */
.pm-hero-stack {
    display: grid;
    grid-template-columns: minmax(0, min(36rem, 48%)) minmax(0, 1fr);
    column-gap: clamp(0.75rem, 4vw, 2.5rem);
    align-items: center;
    min-height: clamp(200px, min(72vh, 88vw), 640px);
    width: 100%;
}

.pm-hero-copy {
    grid-column: 1;
    min-width: 0;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    overflow-wrap: break-word;
}

.pm-hero-splash-layer {
    grid-column: 2;
    min-width: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 0;
    margin-left: 0;
}

.pm-hero-splash {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: clamp(160px, min(75vh, 50vw), 640px);
    min-width: 0;
    object-fit: contain;
    object-position: right center;
    margin-right: 0;
    margin-left: auto;
}

@media (max-width: 575.98px) {
    .pm-hero-splash {
        max-height: clamp(140px, min(58vh, 70vw), 480px);
    }
}

.pm-hero-title {
    font-family: var(--pm-font-inter);
    font-weight: 700;
    font-size: clamp(1.5rem, 5.5vw, 3rem);
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 1.25rem;
}

.pm-lead {
    font-family: var(--pm-font-body);
    font-weight: 300;
    font-size: 1rem;
    max-width: 36rem;
}

.pm-reddit-note {
    font-family: var(--pm-font-body);
    font-weight: 300;
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 0;
}

.pm-mock-chrome {
    background: #f3f4f6;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    border: 1px solid #e5e7eb;
}

.pm-mock-toolbar {
    background: #e5e7eb;
    padding: 10px 14px;
    display: flex;
    gap: 6px;
    align-items: center;
}

.pm-mock-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cbd5e1;
    display: inline-block;
}

.pm-report-card {
    padding: 1.25rem 1.5rem 1.5rem;
    background: #fff;
    margin: 0;
}

.pm-report-top {
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.pm-report-stat {
    font-family: var(--pm-font-inter);
    font-size: 0.95rem;
    font-weight: 600;
}

.pm-report-link {
    font-size: 0.85rem;
    color: #2563eb;
    text-decoration: underline;
}

.pm-report-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

.pm-btn-outline {
    border: 1px solid #333;
    border-radius: 10px;
    font-family: var(--pm-font-inter);
    font-size: 0.8rem;
}

.pm-btn-dismiss {
    font-size: 0.85rem;
    padding: 0;
    text-decoration: underline;
    color: #64748b;
}

.pm-report-body .pm-report-heading {
    font-family: var(--pm-font-inter);
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.pm-report-body p {
    font-family: var(--pm-font-body);
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0.75rem;
}

.pm-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

/* How-it-works: same content width as Figma (680 @ 1728) */
.pm-step-box {
    width: 100%;
    max-width: 680px;
}

@media (min-width: 768px) {
    .pm-step-box--align-end {
        margin-inline-start: auto;
    }
}

.pm-section-label,
.pm-how-label {
    font-family: var(--pm-font-inter);
    font-weight: 400;
    font-size: clamp(0.75rem, 1.35vw, 1.25rem);
    letter-spacing: 0.06em;
}

.pm-step-title {
    font-family: var(--pm-font-inter);
    font-weight: 700;
    font-size: clamp(1.05rem, 2.8vw, 2.5rem);
    margin-bottom: 1rem;
    line-height: 1.15;
}

.pm-step-title.text-uppercase {
    text-transform: uppercase;
}

.pm-step-text {
    font-family: var(--pm-font-body);
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.45;
}

.pm-step-text-block {
    min-width: 0;
    flex: 1;
}

.pm-step-num {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-family: var(--pm-font-inter);
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.pm-how-screenshot {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Step 2: right-align screenshot in its column (stays within col; no overlap with copy) */
.pm-how-screenshot--narrow#img6 {
    margin-left: auto;
}

@media (min-width: 768px) {
    /* Step 3: Figma 838px wide @ 1728 frame → scale with viewport, cap 838px */
    .pm-how-screenshot--step3,
    .pm-how-screenshot#img-step3 {
        max-width: min(100%, 838px, calc(100vw * 838 / 1728));
    }
}

.pm-how-arrow {
    display: inline-block;
    max-width: min(100%, 200px);
    height: auto;
}

@media (min-width: 768px) {
    .pm-how-arrow {
        max-width: 120%;
    }
}

/* How-it-works arrows: max 270px (steps 1→2 and 2→3) */
.pm-how-arrow.pm-how-arrow--after-step1,
.pm-how-arrow.pm-how-arrow--after-step2 {
    max-width: min(100%, 270px);
    max-height: 270px;
    width: auto;
    height: auto;
    object-fit: contain;
}

@media (min-width: 768px) {
    .pm-how-arrow.pm-how-arrow--after-step1,
    .pm-how-arrow.pm-how-arrow--after-step2 {
        max-width: min(100%, 270px);
        max-height: 270px;
    }
}

.pm-waitlist-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.pm-waitlist-heading {
    font-family: var(--pm-font-inter);
    font-weight: 700;
    text-transform: uppercase;
    font-size: clamp(1.05rem, 2.8vw, 2.5rem);
    margin-bottom: 1rem;
    line-height: 1.15;
}

.pm-waitlist-section .container > p {
    font-family: var(--pm-font-body);
    font-weight: 300;
    font-size: 1rem;
}

.pm-waitlist-btn {
    font-family: var(--pm-font-inter);
    font-weight: 700;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 14px 36px;
    font-size: 1.1rem;
    box-shadow: -2px 5px 0 rgba(0, 0, 0, 0.35), 2px 5px 0 rgba(0, 0, 0, 0.35);
}

.pm-waitlist-btn:hover {
    color: #fff;
    background: #222;
}

.pm-deco-img {
    max-width: 120px;
    opacity: 0.9;
}

.pm-about-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/*
 * Horizontal inset: same scale as 120px @ 1728, but cap lower on wide screens
 * (tablet / narrow desktop unchanged; large monitors were feeling too padded).
 */
#about > .container.pm-about-container {
    padding-left: min(80px, calc(100vw * 120 / 1728));
    padding-right: min(80px, calc(100vw * 120 / 1728));
}

.pm-about-label {
    font-family: var(--pm-font-inter);
    font-weight: 400;
    font-size: clamp(0.75rem, 1.35vw, 1.25rem);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.pm-about-headline {
    font-family: var(--pm-font-inter);
    font-weight: 700;
    font-size: clamp(1.05rem, 2.8vw, 2.5rem);
    line-height: 1.15;
}

.pm-about-text {
    font-family: var(--pm-font-body);
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.45;
}

@media (max-width: 750px) {
    .pm-report-body p {
        font-size: 1rem;
    }

    .pm-report-stat {
        font-size: 0.85rem;
    }

    .nav-link-cta {
        margin-top: 0.5rem;
    }
}