/* RGV Backup LLC - cleaned stylesheet */
:root {
    --blue: #075cff;
    --blue-2: #0044c9;
    --blue-3: #eaf3ff;
    --ink: #050505;
    --text: #172033;
    --muted: #66758a;
    --line: #d6e6ff;
    --white: #fff;
    --card: rgba(255,255,255,.88);
    --shadow: 0 24px 70px rgba(2,35,92,.14);
    --shadow-soft: 0 12px 34px rgba(2,35,92,.09);
    --radius: 28px
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    font-family: Arial,Helvetica,sans-serif;
    color: var(--text);
    line-height: 1.6;
    background: radial-gradient(circle at 15% 6%,rgba(7,92,255,.16),transparent 34%),radial-gradient(circle at 88% 12%,rgba(7,92,255,.10),transparent 28%),linear-gradient(180deg,#f8fbff 0%,#eef6ff 46%,#fff 100%)
}

a {
    color: inherit
}

.container {
    width: min(1160px,92%);
    margin-inline: auto
}

section {
    padding: 36px 0
}

header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255,255,255,.86);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(214,230,255,.95)
}

.nav {
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

.brand img {
    width: 235px;
    max-width: 50vw;
    height: auto;
    display: block
}

nav {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end
}

    nav a {
        text-decoration: none;
        color: #172033;
        font-size: .95rem;
        font-weight: 800;
        padding: 10px 13px;
        border-radius: 999px
    }

        nav a:hover {
            color: var(--blue);
            background: var(--blue-3)
        }

.nav-cta {
    color: var(--white) !important;
    background: var(--blue) !important;
    box-shadow: 0 10px 22px rgba(7,92,255,.20)
}

.hero {
    padding: 10px 0
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 22px;
    align-items: center
}

h1 {
    color: var(--ink);
    font-size: clamp(2.55rem,5.4vw,5rem);
    line-height: .98;
    letter-spacing: -.055em;
    margin-bottom: 20px
}

    h1 span, h2 span {
        color: var(--blue)
    }

.lead {
    font-size: 1.17rem;
    color: var(--muted);
    max-width: 660px;
    margin-bottom: 28px
}

.center-card {
    max-width: 850px;
    margin-inline: auto;
    text-align: center
}

.kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: rgba(255,255,255,.78);
    border: 1px solid var(--line);
    color: var(--blue-2);
    padding: 9px 14px;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 18px;
    box-shadow: var(--shadow-soft)
}

    .kicker::before {
        content: "";
        width: 9px;
        height: 9px;
        background: var(--blue);
        border-radius: 999px;
        box-shadow: 0 0 0 6px rgba(7,92,255,.10)
    }

.actions {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 22px;
    border-radius: 999px;
    font-weight: 900;
    text-decoration: none;
    border: 2px solid transparent;
    transition: transform .18s ease,box-shadow .18s ease,background .18s ease
}

    .btn:hover {
        transform: translateY(-2px)
    }

.btn-primary {
    color: #fff;
    background: linear-gradient(135deg,var(--blue),#003dc2);
    box-shadow: 0 14px 30px rgba(7,92,255,.22)
}

.btn-secondary {
    color: var(--blue-2);
    background: rgba(255,255,255,.88);
    border-color: var(--line);
    box-shadow: var(--shadow-soft)
}

.showcase {
    position: relative;
    min-height: 420px
}

.panel {
    background: linear-gradient(145deg,#050505 0%,#071f4d 58%,#063fc0 100%);
    color: #fff;
    border-radius: 34px;
    padding: 30px;
    box-shadow: 0 34px 90px rgba(0,34,105,.28);
    min-height: 390px;
    overflow: hidden;
    position: relative
}

    .panel::before {
        content: "";
        position: absolute;
        width: 270px;
        height: 270px;
        right: -82px;
        top: -85px;
        background: rgba(7,92,255,.46);
        border-radius: 50%
    }

    .panel::after {
        content: "";
        position: absolute;
        width: 160px;
        height: 160px;
        left: -58px;
        bottom: -58px;
        background: rgba(255,255,255,.08);
        border-radius: 50%
    }

    .panel > * {
        position: relative;
        z-index: 1
    }

.panel-label {
    display: inline-block;
    font-size: .8rem;
    font-weight: 900;
    color: #bcd5ff;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 15px
}

.panel h2 {
    color: #fff;
    font-size: 2.05rem;
    line-height: 1.05;
    margin-bottom: 12px
}

.panel p {
    color: #dbe9ff
}

.checklist {
    display: grid;
    gap: 13px;
    margin-top: 24px
}

.check {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.15);
    padding: 13px;
    border-radius: 17px
}

    .check b {
        display: grid;
        place-items: center;
        flex: 0 0 28px;
        height: 28px;
        background: var(--blue);
        border-radius: 999px
    }

        .check b.check-dot {
            position: relative;
            font-size: 0;
            color: transparent
        }

            .check b.check-dot::before {
                content: "";
                width: 10px;
                height: 10px;
                background: #fff;
                border-radius: 999px;
                display: block;
                box-shadow: 0 0 0 5px rgba(255,255,255,.10)
            }

.card {
    background: var(--card);
    border: 1px solid rgba(214,230,255,.95);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 30px;
    backdrop-filter: blur(12px)
}

    .card h2 {
        color: var(--ink);
        font-size: clamp(1.75rem,3vw,2.5rem);
        line-height: 1.08;
        letter-spacing: -.035em;
        margin-bottom: 12px
    }

    .card p {
        color: var(--muted)
    }

#form .card {
    background: #dcecff !important
}

.quick-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px
}

.quick-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 24px;
    box-shadow: var(--shadow-soft)
}

    .quick-card h3 {
        color: var(--ink);
        font-size: 1.15rem;
        margin-bottom: 8px
    }

    .quick-card p {
        color: var(--muted);
        font-size: .98rem
    }

.icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    background: var(--blue-3);
    color: var(--blue);
    border-radius: 16px;
    font-weight: 900;
    margin-bottom: 14px
}

    .icon:empty::before {
        content: "";
        width: 13px;
        height: 13px;
        background: var(--blue);
        border-radius: 999px;
        box-shadow: 0 0 0 7px rgba(7,92,255,.12)
    }

.heading-row {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 18px
}

.pdf-frame {
    width: 100%;
    height: 760px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #f8fbff;
    display: block;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.55)
}

.tally-wrap {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.55)
}

.tally-frame {
    width: 100%;
    min-height: 720px;
    border: 0;
    display: block
}

.notice {
    margin-top: 16px;
    background: #f4f9ff;
    border: 1px solid var(--line);
    color: var(--blue-2);
    padding: 16px;
    border-radius: 18px;
    font-weight: 700
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.billing-card {
    background: linear-gradient(145deg,#050505 0%,#071f4d 60%,#063fc0 100%);
    color: #fff
}

    .billing-card h2, .billing-card p {
        color: #fff
    }

    .billing-card p {
        opacity: .88
    }

.top-banner-section {
    width: 100%;
    margin: 0 0 28px !important;
    padding: 14px 0;
    background: #050505;
    overflow: hidden !important;
    text-align: center;
}

.top-banner-image {
    width: min(92vw, 920px);
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center;
    display: block;
    margin: 0 auto;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.process-heading-section {
    padding-top: 36px;
    padding-bottom: 8px
}

.process-heading {
    text-align: center;
    font-size: clamp(2rem,4vw,3rem);
    line-height: 1.1;
    font-weight: 900;
    color: var(--ink);
    letter-spacing: -.03em;
    margin: 0;
    text-transform: uppercase
}

.point-down-gif {
    display: block;
    width: 82px;
    max-width: 24vw;
    height: auto;
    margin: 14px auto 0
}

.site-loader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: radial-gradient(circle at center,rgba(7,92,255,.16),transparent 42%),#050505;
    display: grid;
    place-items: center;
    transition: opacity .65s ease,visibility .65s ease
}

.loader-card {
    width: min(430px,86vw);
    text-align: center
}

    .loader-card img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 24px;
        box-shadow: 0 24px 70px rgba(0,0,0,.38)
    }

.site-loader.hide-loader {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.loader-text {
    margin-top: 18px;
    color: #dceaff;
    font-size: 1.15rem;
    font-weight: 900;
    letter-spacing: .04em;
    text-align: center
}

.what-protect-section {
    padding: 28px 0 44px
}

.what-protect-card {
    background: var(--card);
    border: 1px solid rgba(214,230,255,.95);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 30px;
    backdrop-filter: blur(12px)
}

.what-protect-title {
    text-align: center;
    color: var(--ink);
    font-size: clamp(1.75rem,3vw,2.5rem);
    line-height: 1.08;
    letter-spacing: -.035em;
    margin-bottom: 10px
}

.what-protect-subtitle {
    text-align: center;
    color: var(--muted);
    font-size: 0.95rem;
    margin-bottom: 22px
}

.what-protect-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 14px
}

.what-protect-item {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 15px 14px;
    color: var(--text);
    font-weight: 900;
    text-align: center;
    box-shadow: var(--shadow-soft)
}

    .what-protect-item::before {
        content: "✓";
        color: var(--blue);
        font-weight: 900;
        margin-right: 8px
    }

.what-protect-gif {
    display: block;
    width: 190px;
    max-width: 55vw;
    height: auto;
    margin: 50px auto 22px
}

.why-section {
    padding: 72px 0 46px
}

.why-card {
    background: radial-gradient(circle at 12% 10%,rgba(7,92,255,.20),transparent 32%),linear-gradient(145deg,#050505 0%,#071f4d 58%,#063fc0 100%);
    border: 1px solid rgba(214,230,255,.18);
    border-radius: 34px;
    box-shadow: 0 34px 90px rgba(0,34,105,.28);
    padding: clamp(28px,5vw,48px);
    color: #fff;
    overflow: hidden;
    position: relative
}

    .why-card::before {
        content: "";
        position: absolute;
        width: 260px;
        height: 260px;
        right: -90px;
        top: -90px;
        background: rgba(7,92,255,.36);
        border-radius: 999px
    }

    .why-card::after {
        content: "";
        position: absolute;
        width: 160px;
        height: 160px;
        left: -60px;
        bottom: -60px;
        background: rgba(255,255,255,.08);
        border-radius: 999px
    }

.why-copy {
    position: relative;
    z-index: 1;
    max-width: 850px;
    margin: 0 auto;
    text-align: center
}

.why-eyebrow {
    display: inline-block;
    color: #bcd5ff;
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 12px
}

.why-copy h2 {
    color: #fff;
    font-size: clamp(2rem,4vw,3rem);
    line-height: 1.05;
    letter-spacing: -.04em;
    margin-bottom: 16px
}

.why-copy p {
    color: #dbe9ff;
    font-size: 1.08rem;
    margin: 0 auto 14px;
    max-width: 780px
}

    .why-copy p:last-child {
        margin-bottom: 0;
        font-weight: 900;
        color: #fff
    }

.stripe-powered-section {
    padding: 30px 0 60px;
    text-align: center
}

.stripe-powered-block {
    text-align: center;
    margin-top: 80px
}

.stripe-powered-logo {
    display: block;
    width: 260px;
    max-width: 75vw;
    height: auto;
    margin: 0 auto 14px
}

.stripe-legal-text {
    max-width: 680px;
    margin: 0 auto;
    color: var(--muted);
    font-size: .9rem;
    line-height: 1.5
}

.stripe-point-gif {
    display: block;
    width: 115px;
    max-width: 30vw;
    height: auto;
    margin: 20px auto 14px
}


/* Veteran-owned badge displayed above the footer */
.veteran-badge-section {
    padding: 18px 0 12px;
    text-align: center;
}

.veteran-badge-above-footer {
    display: block;
    width: clamp(150px, 18vw, 235px);
    max-width: 72vw;
    height: auto;
    margin: 0 auto;
    background: transparent !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

/* Footer */
.site-footer {
    margin-top: 42px;
    background: #050505;
    color: #fff;
    padding: 34px 0;
}

.footer-wrap {
    display: grid;
    grid-template-columns: minmax(250px, 1fr) minmax(280px, 1.25fr);
    align-items: center;
    gap: 28px;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}

.footer-logo {
    width: 190px;
    max-width: 42vw;
    height: auto;
    display: block;
    background: transparent !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

.footer-veteran-badge {
    width: clamp(130px, 14vw, 210px);
    height: auto;
    display: block;
    background: transparent !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 auto;
}

.footer-legal {
    max-width: 560px;
}

.footer-legal p + p {
    margin-top: 10px;
}

.site-footer p,
.site-footer a {
    color: #dceaff;
}

.site-footer a {
    text-decoration: none;
    font-weight: 900;
}

@media (max-width: 920px) {
    .veteran-badge-section {
        padding: 16px 0 10px;
    }

    .veteran-badge-above-footer {
        width: min(52vw, 220px);
    }

    .footer-wrap {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .footer-brand {
        justify-content: center;
        flex-wrap: wrap;
    }

    .footer-veteran-badge {
        width: min(52vw, 210px);
    }

    .footer-legal {
        max-width: 760px;
    }
}

@media (max-width: 560px) {
    .veteran-badge-section {
        padding: 14px 0 8px;
    }

    .veteran-badge-above-footer {
        width: min(64vw, 210px);
    }

    .site-footer {
        padding: 30px 0;
    }

    .footer-logo {
        width: min(70vw, 190px);
    }

    .footer-veteran-badge {
        width: min(62vw, 200px);
    }
}

@media (prefers-reduced-motion:reduce) {
    .site-loader {
        display: none
    }
}

@media (max-width:920px) {
    .hero-grid, .quick-grid, .split {
        grid-template-columns: 1fr
    }

    .hero {
        padding-top: 24px
    }

    .showcase {
        min-height: auto
    }

    .nav {
        flex-direction: column;
        min-height: auto;
        padding: 14px 0
    }

    nav {
        justify-content: center
    }

        nav a {
            margin: 0
        }

    .brand img {
        max-width: 82vw
    }

    .pdf-frame {
        height: 540px
    }

    .tally-frame {
        min-height: 780px
    }

    .what-protect-grid {
        grid-template-columns: repeat(2,1fr)
    }
}

@media (max-width:560px) {
    .container {
        width: min(100% - 26px,1160px)
    }

    .card {
        padding: 22px;
        border-radius: 23px
    }

    .panel {
        padding: 24px;
        border-radius: 26px
    }

    .actions, .button-row {
        width: 100%
    }

    .btn {
        width: 100%
    }

    .what-protect-grid {
        grid-template-columns: 1fr
    }

    .why-card {
        border-radius: 24px
    }

    .why-copy {
        text-align: left
    }
}
/* Stack and center homepage hero content */
.hero-grid {
    grid-template-columns: 1fr !important;
    text-align: center;
}

    .hero-grid > div {
        max-width: 850px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-grid .lead {
        margin-left: auto;
        margin-right: auto;
    }

.showcase {
    width: 100%;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}
.showcase {
    margin-top: 50px;
}
.quick-card h3 {
    font-size: 1.45rem !important;
}

.quick-card p {
    font-size: 1.1rem !important;
}

.icon {
    font-size: 1.2rem !important;
}
.check {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.15);
    padding: 15px;
    border-radius: 17px;
    font-size: 0.98rem;
    line-height: 1.45;
}

/* Porkbun-ready responsive fixes */
@media (max-width:920px) {
    .top-banner-image {
        width: min(94vw, 760px);
    }

    .top-banner-section {
        margin-bottom: 22px !important;
        padding: 12px 0;
    }

    .process-heading-section {
        padding-top: 28px;
    }

    .what-protect-gif {
        margin-top: 34px;
    }
}

@media (max-width:560px) {
    .top-banner-image {
        width: min(96vw, 520px);
    }

    h1 {
        font-size: clamp(2.1rem, 11vw, 3.4rem);
    }
}


/* Final homepage card hover effect - static hosting friendly */
.checklist {
    display: grid;
    gap: 14px;
    margin-top: 24px;
    perspective: 900px;
}

.check {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 18px;
    margin-bottom: 0;
    border-radius: 17px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.15);
    color: #dbe9ff;
    font-size: 1.12rem;
    line-height: 1.5;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    transform: translateY(0) rotate(0deg) scale(1);
    transform-origin: center;
    transition: transform .28s ease, box-shadow .28s ease, background .28s ease, border-color .28s ease;
    will-change: transform;
}

.check:hover,
.check:focus-within {
    transform: translateY(-8px) rotate(-1.5deg) scale(1.035) !important;
    background: rgba(255,255,255,.18);
    border-color: rgba(255,255,255,.34);
    box-shadow: 0 18px 40px rgba(0,0,0,.28);
}

.check:nth-child(2):hover,
.check:nth-child(2):focus-within {
    transform: translateY(-8px) rotate(1.5deg) scale(1.035) !important;
}

.check:nth-child(3):hover,
.check:nth-child(3):focus-within {
    transform: translateY(-8px) rotate(-1deg) scale(1.035) !important;
}

.check b.check-dot {
    display: grid;
    place-items: center;
    flex: 0 0 28px;
    height: 28px;
    background: var(--blue);
    border-radius: 999px;
    position: relative;
    font-size: 0;
    color: transparent;
}

.check b.check-dot::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 999px;
    display: block;
    box-shadow: 0 0 0 5px rgba(255,255,255,.10);
}

.check span strong {
    display: inline-block;
    color: #ffffff;
    font-size: 0.95rem;
    margin-bottom: 4px;
}

.check span {
    color: #dbe9ff;
}

@media (prefers-reduced-motion: reduce) {
    .check,
    .check:hover,
    .check:focus-within,
    .check:nth-child(2):hover,
    .check:nth-child(2):focus-within,
    .check:nth-child(3):hover,
    .check:nth-child(3):focus-within {
        transition: none;
        transform: none !important;
    }
}


/* Interactive polish for static homepage */
.what-protect-item,
.quick-card {
    position: relative;
    transform: translateY(0) scale(1);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
    will-change: transform;
}

.what-protect-item:hover,
.what-protect-item:focus-within {
    transform: translateY(-6px) scale(1.02);
    border-color: rgba(7,92,255,.35);
    box-shadow: 0 18px 36px rgba(2,35,92,.14);
    background: #ffffff;
}

.quick-card:hover,
.quick-card:focus-within {
    transform: translateY(-8px) scale(1.015);
    border-color: rgba(7,92,255,.35);
    box-shadow: 0 22px 44px rgba(2,35,92,.16);
}

.quick-card:hover .icon,
.quick-card:focus-within .icon {
    transform: scale(1.08);
}

.icon {
    transition: transform .25s ease, background .25s ease;
}

.form-pulse {
    margin-top: 16px;
    animation: subtlePulse 4.5s ease-in-out infinite;
}

.form-pulse:hover,
.form-pulse:focus {
    animation-play-state: paused;
}

@keyframes subtlePulse {
    0%, 100% {
        transform: translateY(0) scale(1);
        box-shadow: 0 14px 30px rgba(7,92,255,.22);
    }

    50% {
        transform: translateY(-2px) scale(1.025);
        box-shadow: 0 18px 38px rgba(7,92,255,.32);
    }
}

@media (prefers-reduced-motion: reduce) {
    .what-protect-item,
    .quick-card,
    .icon,
    .form-pulse {
        transition: none;
        animation: none;
        transform: none !important;
    }
}

/* Final top-card slogan teaser effect
   Word shows first. Explanation appears on hover.
   Normal browser mode safe: hover side uses a light card with dark text. */
.checklist {
    display: grid;
    gap: 14px;
    margin: 24px auto 0;
    width: min(850px, 100%);
}

.check.slogan-card {
    position: relative;
    min-height: 126px;
    display: block;
    padding: 0;
    border-radius: 17px;
    overflow: hidden;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.15);
    cursor: pointer;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    transition: transform .28s ease, box-shadow .28s ease, background .28s ease, border-color .28s ease;
}

.check.slogan-card:hover,
.check.slogan-card:focus {
    transform: translateY(-7px) scale(1.02) !important;
    background: #ffffff;
    border-color: rgba(7,92,255,.24);
    box-shadow: 0 18px 40px rgba(2,35,92,.16);
    outline: none;
}

.check-word {
    min-height: 126px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    color: #66758a;
    font-size: clamp(1.45rem, 3.5vw, 2.6rem);
    line-height: 1;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
    opacity: 1;
    transform: translateY(0) scale(1);
    transition: opacity .24s ease, transform .24s ease, filter .24s ease;
    pointer-events: none;
    text-shadow: none;
}

.check-front {
    position: absolute;
    inset: 0;
    min-height: 126px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 18px;
    font-size: 1rem;
    line-height: 1.5;
    opacity: 0;
    transform: translateY(12px) scale(.98);
    filter: blur(2px);
    transition: opacity .24s ease, transform .24s ease, filter .24s ease;
}

.check.slogan-card:hover .check-front,
.check.slogan-card:focus .check-front {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
}

.check.slogan-card:hover .check-word,
.check.slogan-card:focus .check-word {
    opacity: 0;
    transform: translateY(-10px) scale(.96);
    filter: blur(2px);
}

.check-front b.check-dot {
    display: grid;
    place-items: center;
    flex: 0 0 28px;
    height: 28px;
    background: var(--blue);
    border-radius: 999px;
    position: relative;
    font-size: 0;
    color: transparent;
}

.check-front b.check-dot::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 999px;
    display: block;
    box-shadow: 0 0 0 5px rgba(7,92,255,.10);
}

.check-front span,
.check-front span strong,
.check.slogan-card:hover .check-front span,
.check.slogan-card:hover .check-front span strong,
.check.slogan-card:focus .check-front span,
.check.slogan-card:focus .check-front span strong {
    color: var(--text) !important;
}

.check-front span strong {
    display: inline-block;
    font-size: 0.95rem;
    margin-bottom: 4px;
    font-weight: 900;
}

.check-front span {
    font-size: 0.98rem;
    color: var(--muted) !important;
}

@media (max-width: 560px) {
    .check.slogan-card,
    .check-word,
    .check-front {
        min-height: 156px;
    }

    .check-word {
        font-size: clamp(1.35rem, 8vw, 2.2rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    .check.slogan-card,
    .check-front,
    .check-word {
        transition: none !important;
    }

    .check.slogan-card:hover,
    .check.slogan-card:focus {
        transform: none !important;
    }
}


/* ABSOLUTE FINAL OVERRIDE: slogan cards normal-mode text fix */
.check.slogan-card:hover,
.check.slogan-card:focus,
.check.slogan-card:focus-within {
    background: #ffffff !important;
    border-color: rgba(7, 92, 255, 0.28) !important;
}

.check.slogan-card:hover .check-front,
.check.slogan-card:focus .check-front,
.check.slogan-card:focus-within .check-front {
    opacity: 1 !important;
    filter: blur(0) !important;
}

.check.slogan-card:hover .check-front span,
.check.slogan-card:hover .check-front strong,
.check.slogan-card:focus .check-front span,
.check.slogan-card:focus .check-front strong,
.check.slogan-card:focus-within .check-front span,
.check.slogan-card:focus-within .check-front strong {
    color: #172033 !important;
    -webkit-text-fill-color: #172033 !important;
    text-shadow: none !important;
}

.check.slogan-card:hover .check-front span,
.check.slogan-card:focus .check-front span,
.check.slogan-card:focus-within .check-front span {
    color: #172033 !important;
    -webkit-text-fill-color: #172033 !important;
}

.check.slogan-card:hover .check-front span strong,
.check.slogan-card:focus .check-front span strong,
.check.slogan-card:focus-within .check-front span strong {
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
}


/* Final static-host border fix for slogan cards */
.check.slogan-card {
    border: 2px solid #d6e6ff !important;
    box-shadow: 0 12px 34px rgba(2, 35, 92, 0.12) !important;
}

.check.slogan-card:hover,
.check.slogan-card:focus,
.check.slogan-card:focus-within {
    border-color: #075cff !important;
    box-shadow: 0 18px 40px rgba(2, 35, 92, 0.18) !important;
}


/* FAQ section */
.faq-section {
    padding: 44px 0 28px;
}

.faq-card {
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(214,230,255,.95);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: clamp(24px, 4vw, 38px);
    backdrop-filter: blur(12px);
}

.faq-eyebrow {
    color: var(--blue-2);
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    text-align: center;
    margin-bottom: 8px;
}

.faq-title {
    color: var(--ink);
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    line-height: 1.08;
    letter-spacing: -.035em;
    text-align: center;
    margin-bottom: 10px;
}

.faq-intro {
    color: var(--muted);
    text-align: center;
    max-width: 680px;
    margin: 0 auto 22px;
}

.faq-list {
    display: grid;
    gap: 12px;
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow-soft);
    overflow: hidden;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.faq-item:hover,
.faq-item[open] {
    transform: translateY(-3px);
    border-color: rgba(7,92,255,.35);
    box-shadow: 0 18px 36px rgba(2,35,92,.13);
}

.faq-item summary {
    cursor: pointer;
    list-style: none;
    padding: 18px 52px 18px 18px;
    color: var(--ink);
    font-weight: 900;
    position: relative;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: "+";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: var(--blue-3);
    color: var(--blue);
    font-size: 1.2rem;
    line-height: 1;
}

.faq-item[open] summary::after {
    content: "–";
}

.faq-item p {
    color: var(--muted);
    padding: 0 18px 18px;
    margin: 0;
}

@media (max-width: 560px) {
    .faq-card {
        border-radius: 23px;
        padding: 22px;
    }

    .faq-item summary {
        padding: 16px 48px 16px 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .faq-item,
    .faq-item:hover,
    .faq-item[open] {
        transition: none;
        transform: none;
    }
}

