:root {
    --bg: #ffffff;
    --accent: #e93b00; /* brand orange */
    --text: #000000;
    --muted: #4d4d4d;
    --border: #d9d9d9;
    --max-width: 1200px;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: inter-variable, sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.3;
    font-weight: 400;
}

.mono {
    font-family: brother-1816, sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

.page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

header {
    border-bottom: 1px solid var(--border);
    background: var(--bg);
    position: sticky;
    top: 0;
    z-index: 10;
}

.nav-inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0.5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    font-size: 1.2rem;
}

.logo-mark {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 16px rgba(233, 59, 0, 0.3);
}

.logo-mark span {
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
}

.logo-text-main {
    font-size: 1.2rem;
}

.logo-text-sub {
    font-size: 0.8rem;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 500;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 2rem;
    font-size: 1rem;
    font-weight: 500;
}

.nav-links a {
    color: var(--muted);
    transition: color 0.2s;
}

.nav-links a:hover {
    color: var(--text);
}

.nav-cta {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0.7rem 1.6rem;
    font-size: 1rem;
    font-weight: 500;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    white-space: nowrap;
}

.btn-outline {
    border-color: var(--border);
    background: var(--bg);
    color: var(--text);
}

.btn-outline:hover {
    background: #f2f2f2;
    transform: translateY(-2px);
}

.btn-primary {
    background: var(--accent);
    color: #ffffff;
}

.btn-primary:hover {
    background: #ff4100;
    box-shadow: inset 0 0.5em 1.3em #c22d21;
    transform: translateY(-2px);
}

main {
    flex: 1;
}

.hero {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 6rem 2rem 4rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: flex-start;
}

.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    border-radius: 8px;
    padding: 0 15px 0 0;
    font-size: 0.9rem;
    border: 1px solid var(--border);
    background: var(--bg);
    margin-bottom: 2rem;
    color: var(--muted);
    font-weight: 500;
}

.hero-tag-pill {
    padding: 0.3rem 0.7rem;
    border-radius: 8px;
    background: var(--accent);
    color: #ffffff;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 500;
}

.hero-title {
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 700;
    letter-spacing: -0.05em;
    margin: 0 0 1.2rem;
    line-height: 1;
}

.hero-title span {
    color: var(--accent);
}

.hero-subtitle {
    font-size: 1.1rem;
    max-width: 36rem;
    color: var(--muted);
    margin-bottom: 2.5rem;
    font-weight: 400;
}

.hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    align-items: center;
    margin-bottom: 2rem;
}

.hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    margin-top: 2.5rem;
    font-size: 0.9rem;
    color: var(--muted);
    font-weight: 500;
}

.hero-meta b {
    color: var(--text);
    font-weight: 600;
}

.badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.2rem;
}

.store-badge {
    border-radius: 8px;
    border: 1px solid var(--border);
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    color: var(--text);
    background: var(--bg);
    font-weight: 500;
    transition: background 0.2s;
}

.store-badge:hover {
    background: var(--accent);
    color: white;
}

.store-badge span:first-child {
    font-size: 1.2rem;
}

.hero-visual {
    position: relative;
    top: 100px;
}

.hero-card {
    min-height: 380px;
    border-radius: 16px;
    padding: 0;
    border: 1px solid #777;
    position: relative;
    overflow: hidden;
}

.hero-photo-collage {
    position: absolute;
    inset: -6%;
    background-image: url("/media/5ghmdt1t/hero-image.jpg");
    background-size: cover;
    background-position: center;
    transform: rotate(-10deg) scale(1.10);
}

.hero-lock {
    scale: 0.7;
    position: absolute;
    right: 4px;
    bottom: 0px;
}

.hero-lock img {
    position: relative;
    width: 72px;
    height: auto;
    z-index: 2;
}

.hero-lock::before {
    content: "";
    position: absolute;
    left: -112px;
    top: -83px;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 20%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0) 75%,
        rgba(255, 255, 255, 0) 100%
    );
    z-index: 1;
}

.hero-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.hero-card-title {
    font-size: 1.1rem;
    font-weight: 600;
}

.hero-card-title span {
    display: block;
    font-size: 0.9rem;
    color: var(--muted);
    font-weight: 400;
}

.hero-chip {
    padding: 0.3rem 0.8rem;
    border-radius: 8px;
    font-size: 0.8rem;
    background: #e6ffe6;
    color: #006600;
    border: 1px solid #ccffcc;
    font-weight: 500;
}

.thumb-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.6rem;
    margin-bottom: 1.8rem;
}

.thumb {
    position: relative;
    padding-top: 75%;
    border-radius: 12px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.thumb:nth-child(odd) {
    background-color: #f0f0f0;
}

.thumb:nth-child(even) {
    background-color: #e0e0e0;
}

.hero-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
    color: var(--muted);
    font-weight: 500;
}

.hero-card-count {
    display: flex;
    flex-direction: column;
}

.hero-card-count b {
    color: var(--text);
    font-size: 1.1rem;
    font-weight: 600;
}

.hero-card-pill {
    padding: 0.4rem 0.9rem;
    border-radius: 8px;
    border: 1px solid var(--border);
}

.floating-pill {
    position: absolute;
    right: -1.2rem;
    top: 50%;
    transform: translateY(-50%);
    padding: 0.6rem 1.2rem;
    border-radius: 8px;
    background: var(--bg);
    border: 1px solid var(--border);
    font-size: 0.9rem;
    color: var(--muted);
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-weight: 500;
}

.floating-pill-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #00cc00;
}

.section {
    background: var(--bg);
}

.section-inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 4rem 2rem 5rem;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 2.5rem;
    margin-bottom: 3rem;
}

.section-title {
    font-size: 1.8rem;
    margin: 0 0 0.5rem;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.section-subtitle {
    font-size: 1.1rem;
    color: var(--muted);
    font-weight: 400;
}
.section-subtitle.applives {
    max-width: 32rem;
}
.pill-subtle {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.4rem 0.9rem;
    border-radius: 8px;
    border: 1px solid var(--border);
    font-size: 0.8rem;
    color: var(--muted);
    font-weight: 500;
}

.pill-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00cc00;
}
#features, #faq {
    background:url("/media/humj5fyu/background.jpg") top center no-repeat;
}
.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
}

.feature {
    padding: 2rem 1.8rem;
    border-radius: 16px;
    border: 1px solid var(--border);
    background: var(--bg);
    transition: transform 0.2s, box-shadow 0.3s;
}

.feature:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.feature-icon {
    width: auto;
    height: 44px;
    margin-bottom: 1.2rem;
    position: relative;
}

.feature-icon::before,
.feature-icon::after {
    content: "";
    position: absolute;
}

.feature-title {
    font-size: 1.1rem;
    margin: 0 0 0.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.feature-title span {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--accent);
    font-weight: 900;
}

.feature-body {
    font-size: 0.95rem;
    color: var(--muted);
    font-weight: 400;
}

.feature-meta {
    margin-top: 1.2rem;
    font-size: 0.9rem;
    color: var(--muted);
    font-weight: 400;
}

.feature-meta span {
    white-space: nowrap;
}

.risk-rows {
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
}

.risk-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    align-items: center;
}

.risk-illus {
    border-radius: 16px;
    min-height: 260px;
    background: #1a1a1a;
    position: relative;
    overflow: hidden;
}
.risk-illus.leak {
    background:url("/media/1qrfl0hi/image-one.jpg") top left no-repeat;
    background-size: cover;
}
.risk-illus.shared {
    background:url("/media/grofswcb/image-two.jpg") top left no-repeat;
    background-size: cover;

}
.risk-illus.lock {
    background:url("/media/ftzaefyx/image-three.jpg") top left no-repeat;
    background-size: cover;    
}
.risk-copy h3 {
    margin: 0 0 0.6rem;
    font-size: 1.2rem;
    font-weight: 700;
}

.risk-copy p {
    margin: 0;
    font-size: 1rem;
    color: var(--muted);
}

.risk-copy small {
    display: block;
    margin-top: 1rem;
    font-size: 1rem;
    color: var(--accent);
}

.cta-band {
    border-radius: 16px;
    padding: 3rem 2.5rem;
    background: var(--bg);
    border: 1px solid var(--border);
    text-align: center;
}

.cta-band h2 {
    margin: 0 0 0.7rem;
    font-size: 1.8rem;
    font-weight: 700;
}

.cta-band p {
    margin: 0 0 2rem;
    font-size: 1.1rem;
    color: var(--muted);
}

.cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.2rem;
}

.cta-large {
    padding-inline: 1.8rem;
    padding-block: 0.9rem;
    font-size: 1rem;
}

.faq-list {
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.faq-item {
    border-radius: 16px;
    border: 1px solid var(--border);
    background: var(--bg);
    padding: 1.5rem 1.6rem;
    transition: transform 0.2s, box-shadow 0.3s;
}
.faq-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
}

.faq-item h3 {
    margin: 0 0 0.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--accent);
}

.faq-item p {
    margin: 0;
    font-size: 0.95rem;
    color: var(--muted);
}

footer {
    border-top: 1px solid var(--border);
    background: var(--bg);
}

.footer-inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 2.5rem 2rem 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.5rem;
    font-size: 0.9rem;
    color: var(--muted);
}

.footer-links {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.footer-links a {
    color: var(--muted);
    transition: color 0.2s;
}

.footer-links a:hover {
    color: var(--text);
}

@media (max-width: 900px) {
    .hero {
        grid-template-columns: 1fr;
        padding-top: 3rem;
        padding-bottom: 5.5rem;
        gap: 4rem;
    }

    .hero-visual {
        top: 0;
        order: -1;
    }

    .section-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .feature-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .risk-row {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    .risk-illus.shared {
        order: -1;
    }
    #features, #faq {
        background-size: 100% 100%;
    }
}

@media (max-width: 640px) {
    .nav-links {
        display: none;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-card {
        padding: 1.6rem;
        border-radius: 12px;
    }
    .hero-cta, .badge-row {
        justify-content: center;
    }

}