/* =========================================================
   FounderBizCard Marketing Site
   Cleaned and consolidated from Home.razor.css and
   founderbizcard_20260403.css
   ========================================================= */

/* =========================================================
   Base
   ========================================================= */
html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #172033;
    background: #ffffff;
    line-height: 1.6;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
}

h1,
h2,
h3,
p,
ul {
    margin-top: 0;
}

/* =========================================================
   Layout
   ========================================================= */
.home-wrap {
    width: min(calc(100% - 48px), 1200px);
    margin: 0 auto;
}

.home-section {
    padding: 88px 0;
}

.home-section-alt {
    background: #f6f8fb;
}

.home-section-dark {
    background: linear-gradient(180deg, #0f1724 0%, #162132 100%);
}

.home-section-heading {
    max-width: 780px;
    margin-bottom: 40px;
}

/* =========================================================
   Eyebrow / Kicker
   ========================================================= */
.home-section-kicker,
.home-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    color: #213f7d;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-section-kicker-light {
    color: #9db8ff;
}

.home-eyebrow-rule,
.home-section-kicker::before {
    content: "";
    width: 52px;
    height: 1px;
    background: currentColor;
    opacity: 0.65;
}

/* =========================================================
   Buttons
   ========================================================= */
.home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0.9rem 1.25rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.98rem;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: none;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.home-btn:hover {
    transform: translateY(-1px);
}

.home-btn:focus,
.home-btn:focus-visible {
    outline: none;
    box-shadow: none;
}

.home-btn-primary {
    color: #ffffff;
    background: linear-gradient(135deg, #0354f7 0%, #213f7d 100%);
}

.home-btn-secondary {
    color: #213f7d;
    background: #ffffff;
    border: 1px solid #dbe3ef;
}

.home-btn-full {
    width: min(300px, 100%);
}

.home-btn-large {
    min-height: 58px;
    padding-inline: 1.6rem;
}

/* =========================================================
   Hero
   ========================================================= */
.home-hero {
    padding: 64px 0 80px;
    background: radial-gradient(circle at top right, rgba(3, 84, 247, 0.10), transparent 24%), linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.home-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
    gap: 56px;
    align-items: center;
}

.home-hero-copy,
.home-hero-media,
.home-cta-band-copy {
    min-width: 0;
}

.home-hero-copy h1 {
    margin: 0 0 24px;
    max-width: 680px;
    color: #172033;
    font-size: clamp(2.8rem, 4.8vw, 4.9rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
    outline: none;
    box-shadow: none;
}

.home-hero-copy h1:focus,
.home-hero-copy h1:focus-visible {
    outline: none;
    box-shadow: none;
}

.home-hero-lead {
    max-width: 640px;
    margin-bottom: 24px;
    color: #4c5870;
    font-size: 1.18rem;
    line-height: 1.65;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 16px;
}

.home-hero-note {
    max-width: 620px;
    margin: 0;
    color: #4c5870;
    font-size: 0.96rem;
}

.home-device-showcase {
    margin: 0;
    padding: 18px;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f1f6ff 100%);
    border: 1px solid rgba(219, 227, 239, 0.9);
    box-shadow: none;
}

.home-hero-media {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* =========================================================
   Shared Section Typography
   ========================================================= */
.home-split-copy h2,
.home-section-heading h2,
.home-cta-band h2 {
    margin: 0 0 16px;
    color: #172033;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.home-split-copy p,
.home-section-heading p,
.home-benefit-card p,
.home-step-card p,
.home-scenario-card p,
.home-pricing-card p,
.home-pricing-compare-card p,
.home-cta-band p,
.home-flow-card p,
.home-comparison-mini span,
.home-pricing-list li,
.home-compare-list li,
.home-plain-list li {
    color: #4c5870;
    font-size: 1.02rem;
    line-height: 1.65;
}

.home-section-dark h2,
.home-section-dark h3,
.home-section-dark p,
.home-section-dark li {
    color: #d9e2f2;
}

/* =========================================================
   Split Layout / Media
   ========================================================= */
.home-split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.home-split-grid-reverse .home-split-copy {
    order: 2;
}

.home-split-grid-reverse .home-split-media {
    order: 1;
}

.home-split-media img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 24px;
    border: 1px solid rgba(219, 227, 239, 0.95);
    background: #ffffff;
    box-shadow: none;
}

/* =========================================================
   Comparison
   ========================================================= */
.home-comparison-callout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 28px;
}

.home-comparison-mini {
    padding: 18px 16px;
    background: #ffffff;
    border: 1px solid #dbe3ef;
    border-radius: 7px;
    box-shadow: none;
}

.home-comparison-mini strong {
    display: block;
    margin-bottom: 6px;
    color: #172033;
}

/* =========================================================
   Benefits
   ========================================================= */
.home-benefits-strip {
    padding-top: 32px;
    padding-bottom: 32px;
}

.home-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 20px;
}

.home-benefits-grid-tight {
    margin-top: 20px;
}

.home-benefit-card,
.home-step-card,
.home-pricing-compare-card,
.home-pricing-card {
    padding: 24px;
    border: 1px solid #dbe3ef;
    background: #ffffff;
    box-shadow: none;
}

.home-benefit-card {
    border-radius: 10px;
    background: rgba(3, 84, 247, 0.035);
    border-color: rgba(33, 63, 125, 0.14);
}

.home-benefit-card h3,
.home-step-card h3,
.home-scenario-card h3,
.home-pricing-compare-card h3,
.home-pricing-card h3,
.home-offline-note h3 {
    margin: 0 0 10px;
    color: #172033;
    font-size: 1.2rem;
    line-height: 1.2;
}

.home-benefit-card h3,
.home-step-card h3 {
    font-size: 1.5rem;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.02em;
}

/* =========================================================
   Steps
   ========================================================= */
.home-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.home-step-card,
.home-pricing-compare-card,
.home-pricing-card {
    border-radius: 12px;
}

.home-step-card {
    position: relative;
    overflow: hidden;
    min-height: 236px;
    background: #ffffff;
    border-color: #dbe3ef;
}

.home-step-number {
    position: absolute;
    top: 12px;
    left: 20px;
    z-index: 0;
    color: rgba(3, 84, 247, 0.14);
    font-size: clamp(5.5rem, 9vw, 8.5rem);
    line-height: 0.82;
    font-weight: 800;
    letter-spacing: -0.08em;
    pointer-events: none;
    user-select: none;
}

.home-step-card-content {
    position: relative;
    z-index: 1;
    padding-top: 56px;
}

/* =========================================================
   Flow / Lists
   ========================================================= */
.home-flow-comparison {
    display: grid;
    gap: 16px;
    margin: 22px 0;
}

.home-flow-card {
    padding: 18px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: none;
}

.home-flow-card strong {
    display: block;
    margin-bottom: 6px;
    color: #ffffff;
}

.home-flow-card-accent {
    background: rgba(3, 84, 247, 0.14);
    border-color: rgba(157, 184, 255, 0.28);
}

.home-plain-list {
    list-style: none;
    padding-left: 0;
    margin: 24px 0 0;
}

.home-plain-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
}

.home-plain-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #9db8ff;
}

/* =========================================================
   Scenarios
   ========================================================= */
.home-scenario-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.home-scenario-card {
    overflow: hidden;
    border: 1px solid #dbe3ef;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: none;
}

.home-scenario-card img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.home-scenario-card h3,
.home-scenario-card p {
    padding-inline: 20px;
}

.home-scenario-card h3 {
    padding-top: 18px;
    margin-bottom: 8px;
}

.home-scenario-card p {
    padding-bottom: 20px;
}

/* =========================================================
   Offline Note
   ========================================================= */
.home-offline-note {
    margin-top: 32px;
    padding: 24px;
    border-radius: 20px;
    background: #eef5ff;
    border: 1px solid #d8e5ff;
    box-shadow: none;
}

.home-offline-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.home-offline-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #d8e5ff;
    color: #172033;
    font-weight: 600;
    box-shadow: none;
}

/* =========================================================
   Pricing
   ========================================================= */
.home-pricing-compare-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.home-pricing-compare-card-featured,
.home-pricing-card-featured {
    border-color: rgba(3, 84, 247, 0.22);
    background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
}

.home-compare-list,
.home-pricing-list {
    margin: 0;
    padding-left: 20px;
}

.home-compare-list li,
.home-pricing-list li {
    margin-bottom: 10px;
}

.home-pricing-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 20px;
    align-items: stretch;
}

.home-pricing-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.home-pricing-card .home-pricing-list {
    margin-bottom: 24px;
}

.home-pricing-card .home-btn {
    margin-top: auto;
    align-self: center;
    justify-content: center;
}

.home-pricing-label {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 12px;
    border-radius: 12px;
    background: rgba(3, 84, 247, 0.10);
    color: #0354f7;
    font-size: 0.85rem;
    font-weight: 700;
}

.home-pricing-price {
    margin: 10px 0 4px;
    color: #172033;
    font-size: clamp(2.6rem, 4vw, 4rem);
    line-height: 1;
    font-weight: 800;
}

.home-pricing-subtitle {
    margin-bottom: 20px;
}

.home-pricing-subtitle-spaced {
    margin-bottom: 24px;
}

/* =========================================================
   CTA Band
   ========================================================= */
.home-cta-band {
    background: linear-gradient(135deg, #213f7d 0%, #102548 100%);
}

.home-cta-band-inner {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 32px;
    align-items: center;
}

.home-cta-band h2,
.home-cta-band p {
    color: #ffffff;
}

.home-cta-band-copy h2,
.home-cta-band-copy p {
    max-width: 680px;
}

.home-cta-band-lead {
    max-width: 650px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.08rem;
}

.home-cta-band-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.home-cta-band-note {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1080px) {
    .home-hero-inner,
    .home-split-grid,
    .home-pricing-grid,
    .home-pricing-compare-grid,
    .home-cta-band-inner {
        grid-template-columns: 1fr;
    }

    .home-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-steps-grid,
    .home-scenario-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-step-card:first-child {
        grid-column: span 2;
    }

    .home-split-grid-reverse .home-split-copy,
    .home-split-grid-reverse .home-split-media {
        order: initial;
    }
}

@media (max-width: 760px) {
    .home-wrap {
        width: min(calc(100% - 32px), 1200px);
    }

    .home-section {
        padding: 68px 0;
    }

    .home-hero {
        padding: 40px 0 56px;
    }

    .home-hero-inner,
    .home-benefits-grid,
    .home-steps-grid,
    .home-scenario-grid,
    .home-comparison-callout {
        grid-template-columns: 1fr;
    }

    .home-step-card:first-child {
        grid-column: auto;
    }

    .home-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .home-btn,
    .home-btn-full {
        width: 100%;
    }

    .home-hero-copy h1 {
        font-size: clamp(2.2rem, 12vw, 3.5rem);
        line-height: 1;
    }

    .home-step-card {
        min-height: auto;
    }

    .home-step-number {
        top: 10px;
        left: 16px;
        font-size: clamp(4.4rem, 24vw, 6.5rem);
    }

    .home-step-card-content {
        padding-top: 46px;
    }

    .home-step-card h3,
    .home-benefit-card h3 {
        font-size: 1.3rem;
    }

    .home-pricing-card .home-btn {
        align-self: stretch;
    }
}


.page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #ffffff;
}

.site-main {
    flex: 1 0 auto;
}

.layout-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid #e2e8f0;
    backdrop-filter: blur(10px);
    padding-left: 12px;
}

.site-header-inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.site-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #172033;
    text-decoration: none;
    font-weight: 800;
    flex: 0 0 auto;
}

.site-brand-mark {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(135deg, #213f7d 0%, #0354f7 100%);
    color: #ffffff!important;
    font-size: 0.95rem;
    letter-spacing: 0.03em;
}

.site-brand-text {
    font-size: 1rem;
    white-space: nowrap;
    color:#000!important;
}

.site-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
    flex-wrap: nowrap;
    flex: 1 1 auto;
}

.site-nav-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    width: 44px;
    height: 44px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #ffffff;
    padding: 0;
    flex: 0 0 auto;
}

.site-nav-toggle-bar {
    width: 20px;
    height: 2px;
    background: #172033;
    border-radius: 999px;
    display: block;
}

    .site-nav a {
        color: #4c5870;
        text-decoration: none;
        font-weight: 600;
        font-size: 0.95rem;
        white-space: nowrap;
    }

        .site-nav a:hover {
            color: #172033;
        }

.site-nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: #213f7d;
    color: #ffffff !important;
}

.site-footer {
    border-top: 1px solid #e2e8f0;
    background: #ffffff;
    padding: 32px 0;
}

.site-footer-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.site-brand-footer {
    margin-bottom: 12px;
}

.site-footer-copy {
    max-width: 520px;
    margin: 0;
    color: #fff;
    font-size: 0.95rem;
    line-height: 1.6;
}

.site-footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 20px;
}

    .site-footer-nav a {
        color: #4c5870;
        text-decoration: none;
        font-weight: 600;
        font-size: 0.95rem;
    }

        .site-footer-nav a:hover {
            color: #172033;
        }

@media (max-width: 900px) {
    .site-header-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 14px 0;
    }

    .site-nav {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 14px 18px;
    }
}

@media (max-width: 640px) {
    .layout-wrap {
        padding: 0 16px;
    }

    .site-footer-inner {
        flex-direction: column;
    }

    .site-header-inner {
        flex-direction: row;
        align-items: center;
        gap: 16px;
        flex-wrap: wrap;
    }

    .site-nav-toggle {
        display: inline-flex;
    }

    .site-nav {
        display: none;
        width: 100%;
        flex-basis: 100%;
        flex: 1 0 100%;
        align-self: stretch;
        flex-direction: column;
        align-items: flex-start;
        padding: 12px 0 8px;
        gap: 12px;
    }

    .site-nav.is-open {
        display: flex;
    }
}

@media (min-width: 576px) {
    .layout-wrap {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .layout-wrap {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .layout-wrap {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .layout-wrap {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .layout-wrap {
        max-width: 1320px;
    }
}
/* ==========================================
   Footer Branding
   ========================================== */

.site-footer-branding {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.site-footer-branding strong {
    font-size: 1rem;
    font-weight: 600;
}

.site-footer-branding span {
    font-size: 0.85rem;
    color: #666;
}

.site-footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.site-footer-copy {
    font-size: 0.8rem;
    color: #888;
}


.home-comparison-decision {
    max-width: 720px;
    margin: 32px auto 0;
    padding-top: 20px;

    border-top: 1px solid #e1e6ef;

    text-align: left;

    color: #172033;
    font-size: 1.1rem;
    line-height: 1.6;

    font-weight: 500;
    letter-spacing: -0.01em;
}