/* BePrepared.biz — white on red, Inter everywhere */
:root {
    --bp-red: #c8102e;
    --bp-red-deep: #9e0c24;
    --bp-red-dark: #7a091c;
    --bp-white: #ffffff;
    --bp-line: rgba(255, 255, 255, 0.28);
    --af-topbar-height: 2.125rem;
    --af-navbar-height: 4.75rem;
    --bp-card-radius: 1.15rem;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: Inter, system-ui, -apple-system, sans-serif;
    color: var(--bp-white);
    background: var(--bp-red);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, .hero-title, .section-title {
    font-family: Inter, system-ui, sans-serif;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.12;
    color: var(--bp-white);
}
p, li, td, th, label, .lede, .prose, .faq-a, .include-card, .crisis-card, .quote-card, .tiny {
    color: inherit;
}
strong, b { color: inherit !important; }
a { color: inherit; }
a:hover { color: inherit; text-decoration: underline; }

.top-bar {
    background: var(--bp-red-dark);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 0.45rem 1.25rem;
    text-align: center;
}
.top-bar a { color: #fff; text-decoration: none; }
.top-bar .sep { margin: 0 0.65rem; opacity: 0.45; }
@media (max-width: 768px) {
    .top-bar { font-size: 0.72rem; }
    .top-bar .hide-narrow { display: none; }
}

.navbar {
    background: var(--bp-red) !important;
    border-bottom: 2px solid var(--bp-white);
    min-height: var(--af-navbar-height) !important;
    height: var(--af-navbar-height) !important;
    overflow: visible;
}
.navbar-item, .navbar-link {
    color: #fff !important;
    font-weight: 700;
    font-size: 0.92rem;
}
.navbar-item:hover { background: var(--bp-red-deep) !important; color: #fff !important; text-decoration: none; }
.navbar-item.is-active { text-decoration: underline; text-underline-offset: 0.35em; }
.navbar-burger span { background: #fff !important; height: 2px !important; }
.navbar-brand {
    align-items: center;
    min-height: var(--af-navbar-height);
    height: var(--af-navbar-height);
    overflow: visible;
}
a.navbar-item.nav-brand {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: var(--af-navbar-height);
    overflow: visible;
    background: transparent !important;
}
.navbar-item img.nav-logo,
.nav-logo {
    height: 47px;
    width: auto;
    max-height: none !important;
    display: block;
}
.navbar-item.audience-item {
    background: transparent !important;
    padding: 0.35rem 0.55rem !important;
}
.navbar-item.audience-item:hover {
    background: transparent !important;
}
.audience-switch {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    padding: 3px;
    border: 2px solid #fff;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.28);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
}
.audience-switch a {
    display: inline-flex !important;
    align-items: center;
    gap: 0.4rem;
    color: #fff !important;
    font-weight: 800;
    font-size: 0.72rem;
    line-height: 1.15;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    text-decoration: none !important;
    white-space: nowrap;
    background: transparent !important;
}
.audience-switch a .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    flex: none;
    background: transparent;
    border: 1.5px solid #fff;
}
.audience-switch a:hover {
    background: rgba(255,255,255,0.14) !important;
    color: #fff !important;
    text-decoration: none !important;
}
.audience-switch a.is-active {
    background: #fff !important;
    color: var(--bp-red) !important;
}
.audience-switch a.is-active .dot {
    background: var(--bp-red);
    border-color: var(--bp-red);
}
@media screen and (max-width: 1023px) {
    .navbar-menu,
    .navbar-menu.is-active {
        display: none;
        background: var(--bp-red-deep) !important;
        box-shadow: 0 12px 28px rgba(0,0,0,0.35) !important;
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 9999 !important;
        border-bottom: 2px solid #fff;
    }
    .navbar-menu.is-active { display: block !important; }
    .navbar-menu .navbar-item,
    .navbar-menu a.navbar-item {
        color: #fff !important;
        background: transparent !important;
    }
    .navbar-menu .navbar-item:hover { background: rgba(255,255,255,0.1) !important; color: #fff !important; }
    .navbar-menu .navbar-item.audience-item,
    .navbar-menu .navbar-item.audience-item:hover {
        background: transparent !important;
        justify-content: center;
        padding: 0.9rem 1rem !important;
    }
    .navbar-menu .audience-switch {
        width: 100%;
        max-width: 22rem;
    }
    .navbar-menu .audience-switch a {
        flex: 1;
        justify-content: center;
        white-space: normal;
        text-align: center;
        font-size: 0.72rem;
        padding: 0.45rem 0.7rem;
    }
    .navbar-item img.nav-logo,
    .nav-logo { height: 41px; max-height: none !important; }
}
@media (min-width: 1024px) and (max-width: 1280px) {
    .audience-switch a { font-size: 0.66rem; padding: 0.35rem 0.6rem; }
    .navbar-item, .navbar-link { font-size: 0.84rem; }
}

.hero {
    position: relative;
    min-height: 72vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--bp-red);
}
.hero.hero-photo {
    background-color: var(--bp-red-dark);
    background-size: cover;
    background-position: center;
}
.hero.hero-photo .hero-title,
.hero.hero-photo .hero-sub,
.hero.hero-photo .hero-kicker {
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}
.hero.hero-photo-storm {
    background-image:
        linear-gradient(105deg, rgba(122, 9, 28, 0.92) 0%, rgba(200, 16, 46, 0.78) 48%, rgba(20, 0, 0, 0.58) 100%),
        url('../images/hero-storm.jpg');
}
.hero.hero-photo-docs {
    background-image:
        linear-gradient(105deg, rgba(122, 9, 28, 0.92) 0%, rgba(200, 16, 46, 0.78) 48%, rgba(20, 0, 0, 0.58) 100%),
        url('../images/hero-docs.jpg');
}
.hero.hero-photo-family {
    background-image:
        linear-gradient(105deg, rgba(122, 9, 28, 0.92) 0%, rgba(200, 16, 46, 0.78) 48%, rgba(20, 0, 0, 0.58) 100%),
        url('../images/hero-family.jpg');
}
.hero.hero-photo-office {
    background-image:
        linear-gradient(105deg, rgba(122, 9, 28, 0.92) 0%, rgba(200, 16, 46, 0.78) 48%, rgba(20, 0, 0, 0.58) 100%),
        url('../images/hero-office.jpg');
}
.hero.hero-photo-plan {
    background-image:
        linear-gradient(105deg, rgba(122, 9, 28, 0.92) 0%, rgba(200, 16, 46, 0.78) 48%, rgba(20, 0, 0, 0.58) 100%),
        url('../images/hero-plan.jpg');
}
.hero.is-page { min-height: 42vh; }
.hero .container { width: 100%; }
.hero .hero-columns {
    padding-top: 8.75rem;
    padding-bottom: 3rem;
    width: 100%;
}
.hero-logo {
    height: 88px;
    width: auto;
    max-width: min(220px, calc(100% - 0.5rem));
    margin-bottom: 1.1rem;
    display: block;
}
.hero-kicker {
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.78rem;
    margin-bottom: 0.65rem;
    opacity: 0.95;
}
.hero-title {
    color: #fff;
    font-size: clamp(2.1rem, 8vw, 4.4rem);
    margin-bottom: 0.85rem;
    overflow-wrap: break-word;
    word-break: break-word;
}
.hero-sub {
    color: #fff;
    max-width: 38rem;
    font-size: 1.18rem;
    font-weight: 500;
}
@media (max-width: 768px) {
    .hero { min-height: 72vh; display: flex; align-items: center; }
    .hero.is-page { min-height: 42vh; }
    .hero .hero-columns { padding-top: 6rem; padding-bottom: 2.5rem; }
    .hero-logo { height: 72px; }
    .hero-sub { font-size: 1.02rem; }
}

/* af-sticky-header — fixed top-bar + sticky navbar (mobile-safe)
   Copy this WHOLE file. The hero-columns padding shrink is unsafe
   without body.has-af-topbar .hero { padding-top: calc(...) }. */
body.has-af-topbar .top-bar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 38 !important;
    width: 100% !important;
}
nav.navbar.is-fixed-top,
nav.navbar.af-fixed-nav {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 37 !important;
    width: 100% !important;
}
body:not(.has-af-topbar) nav.navbar.is-fixed-top,
body:not(.has-af-topbar) nav.navbar.af-fixed-nav {
    top: 0 !important;
}
body.has-af-topbar nav.navbar.is-fixed-top,
body.has-af-topbar nav.navbar.af-fixed-nav,
body.has-af-topbar nav.navbar {
    top: var(--af-topbar-height) !important;
}
@media (max-width: 1023px) {
    nav.navbar:not(.is-fixed-top):not(.af-fixed-nav) {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 37 !important;
        width: 100% !important;
    }
    body.has-af-topbar nav.navbar:not(.is-fixed-top):not(.af-fixed-nav) {
        top: var(--af-topbar-height) !important;
    }
}
body.has-af-topbar .hero {
    padding-top: calc(var(--af-topbar-height) + var(--af-navbar-height) + 1.25rem) !important;
}
body.has-af-topbar .hero .hero-columns,
body.has-af-topbar .hero-columns {
    padding-top: max(2rem, 1.5rem) !important;
}
body:not(.has-af-topbar) .hero .hero-columns {
    scroll-margin-top: var(--af-navbar-height);
}

/* hero-safe-area — tablet & mobile hero horizontal breathing room */
@media (max-width: 1023px) {
    .hero .container,
    .hero .container.hero-columns,
    .hero > .hero-columns,
    .hero .hero-body > .container {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    .hero .columns { margin-left: 0 !important; margin-right: 0 !important; }
    .hero .hero-columns {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important;
    }
    .hero .column { padding-left: 0.75rem !important; padding-right: 0.75rem !important; }
}
@media (max-width: 768px) {
    .hero .container,
    .hero .container.hero-columns,
    .hero > .hero-columns,
    .hero .hero-body > .container,
    .hero .hero-columns {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .hero .column { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
}

/* page-gutter — Bulma .container is flush below 1024px; pad every section */
@media (max-width: 1023px) {
    .container {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    .columns { margin-left: 0 !important; margin-right: 0 !important; }
    .navbar > .container {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }
}

.section { padding: 4.5rem 1.5rem; background: var(--bp-red); color: #fff; }
.section.is-deep { background: var(--bp-red-deep); color: #fff; }
.section.is-light {
    background: #fff;
    color: var(--bp-red);
}
.section.is-light h1,
.section.is-light h2,
.section.is-light h3,
.section.is-light h4,
.section.is-light .section-title,
.section.is-light .section-kicker,
.section.is-light .lede,
.section.is-light p,
.section.is-light li,
.section.is-light a {
    color: var(--bp-red);
}
.section.is-light .btn-fill {
    background: var(--bp-red);
    color: #fff !important;
    border-color: var(--bp-red);
}
.section.is-light .btn-fill:hover {
    background: var(--bp-red-dark);
    color: #fff !important;
}
.section.is-light .btn-ghost {
    background: transparent;
    color: var(--bp-red) !important;
    border-color: var(--bp-red);
}
.section.is-light .btn-ghost:hover {
    background: var(--bp-red);
    color: #fff !important;
}
.section.is-light .crisis-card,
.section.is-light .include-card,
.section.is-light .quote-card,
.section.is-light .price-card {
    background: #fff;
    border-color: var(--bp-red);
    color: var(--bp-red);
    box-shadow: 0 10px 28px rgba(200, 16, 46, 0.12);
}
.section.is-light .price-card.is-featured {
    background: var(--bp-red);
    color: #fff;
    border-color: var(--bp-red);
}
.section.is-light .price-card.is-featured h3,
.section.is-light .price-card.is-featured .price,
.section.is-light .price-card.is-featured li,
.section.is-light .price-card.is-featured p {
    color: #fff;
}
.section.is-light .price-card.is-featured .btn-fill {
    background: #fff;
    color: var(--bp-red) !important;
    border-color: #fff;
}
.section.is-light .compare,
.section.is-light .compare th,
.section.is-light .compare td,
.section.is-light table th,
.section.is-light table td {
    color: var(--bp-red) !important;
    border-color: var(--bp-red);
}
.section.is-light .faq-q,
.section.is-light .faq-a { color: var(--bp-red); }
.section.is-light .faq-item { border-color: rgba(200, 16, 46, 0.28); }
.section.is-light .label { color: var(--bp-red) !important; }
.section.is-light .input,
.section.is-light .textarea { border-color: var(--bp-red) !important; }
.section.is-light .portrait { border-color: var(--bp-red); }
.section-kicker {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
}
.section-title { font-size: clamp(1.7rem, 4vw, 2.6rem); margin-bottom: 1rem; }
.lede { font-size: 1.12rem; font-weight: 500; max-width: 42rem; }

.btn-bp {
    font-family: Inter, system-ui, sans-serif;
    font-weight: 800;
    border-radius: 4px;
    border: 2px solid #fff;
}
.btn-fill { background: #fff; color: var(--bp-red) !important; }
.btn-fill:hover { background: #fff; color: var(--bp-red-dark) !important; text-decoration: none; }
.btn-ghost { background: transparent; color: #fff !important; }
.btn-ghost:hover { background: #fff; color: var(--bp-red) !important; text-decoration: none; }

.crisis-card {
    display: block;
    background: var(--bp-red-deep);
    border: 2px solid #fff;
    border-radius: var(--bp-card-radius);
    color: #fff;
    height: 100%;
    overflow: hidden;
}
.crisis-card img { width: 100%; height: 160px; object-fit: cover; display: block; }
.crisis-card .pad { padding: 1rem 1.1rem 1.2rem; }
.crisis-card h3 { font-size: 1.05rem; margin-bottom: 0.35rem; }
.crisis-card p { font-size: 0.92rem; margin: 0; }

.include-card {
    border: 2px solid #fff;
    border-radius: var(--bp-card-radius);
    padding: 1.4rem 1.3rem;
    height: 100%;
    background: transparent;
    overflow: hidden;
}
.include-card img { height: 72px; width: auto; margin-bottom: 0.85rem; display: block; }
.include-card h3 { font-size: 1.15rem; margin-bottom: 0.4rem; }

.price-card {
    border: 2px solid #fff;
    border-radius: var(--bp-card-radius);
    padding: 1.75rem 1.5rem;
    height: 100%;
    background: var(--bp-red-deep);
    overflow: hidden;
}
.price-card.is-featured { background: #fff; color: var(--bp-red); }
.price-card.is-featured h3,
.price-card.is-featured .price,
.price-card.is-featured li,
.price-card.is-featured p { color: var(--bp-red); }
.price-card h3 { font-size: 1.4rem; margin-bottom: 0.35rem; }
.price { font-size: 2.4rem; font-weight: 800; letter-spacing: -0.04em; margin: 0.4rem 0 1rem; }
.price-card ul { margin: 0 0 1.25rem 1.1rem; }
.price-card li { margin-bottom: 0.35rem; }
.price-card.is-featured .btn-fill { background: var(--bp-red); color: #fff !important; border-color: var(--bp-red); }

.quote-card {
    border: 2px solid #fff;
    border-radius: var(--bp-card-radius);
    padding: 1.4rem;
    height: 100%;
    background: var(--bp-red-deep);
    overflow: hidden;
}
.quote-card img {
    width: 72px; height: 72px; object-fit: cover; border-radius: 50%;
    border: 2px solid #fff; margin-bottom: 0.85rem;
}
.quote-card p { font-size: 0.95rem; }
.quote-card .who { font-weight: 800; margin-top: 0.85rem; }

.cat-list { columns: 2; column-gap: 2rem; margin: 0; padding-left: 1.2rem; }
.cat-list li { break-inside: avoid; margin-bottom: 0.4rem; font-weight: 600; }
@media (max-width: 600px) { .cat-list { columns: 1; } }

.faq-item { border-bottom: 2px solid var(--bp-line); }
.faq-q {
    width: 100%;
    background: transparent;
    border: 0;
    color: #fff;
    font-family: Inter, system-ui, sans-serif;
    font-weight: 800;
    font-size: 1.05rem;
    text-align: left;
    padding: 1.1rem 0;
    cursor: pointer;
}
.faq-a { display: none; padding: 0 0 1.15rem; }
.faq-item.is-open .faq-a { display: block; }

.prose p { margin-bottom: 1rem; }
.prose ul { margin: 0 0 1rem 1.2rem; }
.prose li { margin-bottom: 0.35rem; }

.compare {
    width: 100%;
    border-collapse: collapse;
    color: #fff;
}
table th,
table td,
table.compare th,
table.compare td,
.compare th,
.compare td {
    color: inherit !important;
}
.compare th, .compare td {
    border: 2px solid #fff;
    padding: 0.7rem 0.85rem;
    text-align: left;
    vertical-align: top;
    color: #fff !important;
}
.compare th { font-weight: 800; color: #fff !important; }

.portrait {
    width: 100%;
    max-width: 360px;
    border: 2px solid #fff;
    display: block;
}

.site-footer {
    background: var(--bp-red-dark);
    color: #fff;
    padding: 2.5rem 1.5rem;
    border-top: 2px solid #fff;
}
.site-footer a { color: #fff; }
.site-footer .tiny { font-size: 0.85rem; margin-top: 1rem; }

.input, .textarea {
    background: #fff !important;
    color: #111 !important;
    border: 2px solid #fff !important;
    font-family: Inter, system-ui, sans-serif;
}
.label { color: #fff !important; font-weight: 700; }

/* Desktop app download */
#app.section {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}
.app-icon-stage {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 280px;
    padding: 3.25rem 1.5rem;
}
.app-icon {
    position: relative;
    width: 168px;
    height: 168px;
    border-radius: 38px;
    overflow: hidden;
    background: #c8102e;
    box-shadow:
        0 2px 0 rgba(255,255,255,0.28) inset,
        0 -18px 28px rgba(80,0,12,0.35) inset,
        0 22px 40px rgba(0,0,0,0.38);
    transform: rotate(-4deg);
}
.app-icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.app-icon::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(255,255,255,0.38) 0%, rgba(255,255,255,0.04) 38%, transparent 55%);
    pointer-events: none;
}
.app-icon-glow {
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 48px;
    background: radial-gradient(circle, rgba(255,255,255,0.22) 0%, transparent 70%);
    z-index: 0;
}
.app-icon-stage .app-icon { position: relative; z-index: 1; }
.app-download-copy {
    padding: 2rem 0 2rem 1.5rem;
    max-width: 40rem;
}
.app-download-copy .section-kicker { margin-bottom: 0.85rem; }
.app-download-copy .section-title { margin-bottom: 1.35rem; }
.app-download-copy .lede { margin-bottom: 0.5rem; max-width: 38rem; line-height: 1.7; }
.app-points { list-style: none; margin: 2.25rem 0 2.5rem; padding: 0; }
.app-points li {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1.1rem;
    padding: 1.2rem 1.3rem;
    border: 2px solid rgba(255,255,255,0.35);
    border-radius: var(--bp-card-radius);
    font-weight: 600;
    line-height: 1.5;
}
.app-points li:last-child { margin-bottom: 0; }
.app-points i { font-size: 1.45rem; margin-top: 0.12rem; flex: none; }
.app-download-cta { margin-top: 0.35rem; padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
.app-download-cta .ph, .app-download-cta .ph-bold { margin-right: 0.45rem; }
.app-alt-links { margin-top: 1.75rem; font-size: 0.95rem; line-height: 1.7; }
.app-alt-links a { font-weight: 800; text-decoration: underline; text-underline-offset: 0.2em; }
.app-download-note { margin-top: 1.35rem; font-weight: 600; max-width: 36rem; }
.section.is-light .app-icon {
    box-shadow:
        0 2px 0 rgba(255,255,255,0.4) inset,
        0 -18px 28px rgba(80,0,12,0.28) inset,
        0 18px 36px rgba(200,16,46,0.28);
}
@media (max-width: 768px) {
    #app.section { padding-top: 5.5rem; padding-bottom: 5.5rem; }
    .app-icon-stage { min-height: 0; padding: 1.25rem 0 2.25rem; }
    .app-download-copy { padding: 0.25rem 0 0; }
    .app-points { margin: 1.75rem 0 2rem; }
}
