@import '_content/Lestr.ComponentLibrary/Lestr.ComponentLibrary.btn5zqpn0t.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* MainLayout (REBRANDED) — Components/Layout/MainLayout.razor.css */
.public-header[b-ist2qllvd2] { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); backdrop-filter: saturate(140%) blur(10px); border-bottom: 1px solid var(--border); }
.public-header-nav[b-ist2qllvd2] { max-width: 1400px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 0.875rem 1.5rem; }
.public-header-logo[b-ist2qllvd2] { display: flex; align-items: center; gap: 0.5rem; text-decoration: none; color: var(--foreground); font-family: var(--font-display); font-size: 1.125rem; font-weight: 600; }
.public-header-logo-icon[b-ist2qllvd2] { width: 2rem; height: 2rem; background: var(--grad-orb, var(--primary)); color: white; border-radius: 0.6rem; display: flex; align-items: center; justify-content: center; font-size: 0.75rem; font-weight: 700; }
.public-header-links[b-ist2qllvd2] { display: flex; align-items: center; gap: 2rem; }
.public-header-links[b-ist2qllvd2]  a { font-size: 0.875rem; color: var(--muted-foreground); text-decoration: none; transition: color 0.15s; }
.public-header-links[b-ist2qllvd2]  a:hover { color: var(--primary); }
.public-header-actions[b-ist2qllvd2] { display: flex; align-items: center; gap: 1rem; }
.public-header-btn[b-ist2qllvd2] { background: var(--grad-magenta); color: white; padding: 0.55rem 1.25rem; border-radius: var(--radius); font-size: 0.875rem; font-weight: 700; text-decoration: none; transition: transform .2s cubic-bezier(.4,0,.2,1); box-shadow: var(--shadow-brand); }
.public-header-btn:hover[b-ist2qllvd2] { transform: translateY(-1px); }
/* ClientHeader renders its own spacer to clear the fixed header; <main> just adds a little
   breathing room (set inline in MainLayout.razor so it hot-reloads). */
.public-main[b-ist2qllvd2] { min-height: calc(100vh - 60px); }
@media (max-width: 768px) { .public-header-links[b-ist2qllvd2] { display: none; } .public-header-actions[b-ist2qllvd2] { display: none; } }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
#components-reconnect-modal[b-lehs8mpzgf] {
    display: none;
    position: fixed;
    top: 12px;
    right: 12px;
    z-index: 10000;
}

#components-reconnect-modal.components-reconnect-show[b-lehs8mpzgf],
#components-reconnect-modal.components-reconnect-retrying[b-lehs8mpzgf],
#components-reconnect-modal.components-reconnect-failed[b-lehs8mpzgf],
#components-reconnect-modal.components-reconnect-paused[b-lehs8mpzgf],
#components-reconnect-modal.components-reconnect-resume-failed[b-lehs8mpzgf] {
    display: block;
}

.reconnect-indicator[b-lehs8mpzgf] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    animation: reconnect-fade-in-b-lehs8mpzgf 0.3s ease;
}

.reconnect-spinner[b-lehs8mpzgf] {
    width: 14px;
    height: 14px;
    color: rgba(255, 255, 255, 0.8);
    animation: reconnect-spin-b-lehs8mpzgf 1s linear infinite;
}

#components-reconnect-modal.components-reconnect-failed .reconnect-spinner[b-lehs8mpzgf],
#components-reconnect-modal.components-reconnect-paused .reconnect-spinner[b-lehs8mpzgf],
#components-reconnect-modal.components-reconnect-resume-failed .reconnect-spinner[b-lehs8mpzgf] {
    display: none;
}

.reconnect-text[b-lehs8mpzgf] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-lehs8mpzgf],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-lehs8mpzgf],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-lehs8mpzgf],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-lehs8mpzgf],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-lehs8mpzgf] {
    display: inline;
}

.reconnect-link[b-lehs8mpzgf] {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: underline;
    cursor: pointer;
    font-size: 12px;
    padding: 0;
}

.reconnect-link:hover[b-lehs8mpzgf] {
    color: white;
}

@keyframes reconnect-spin-b-lehs8mpzgf {
    to {
        transform: rotate(360deg);
    }
}

@keyframes reconnect-fade-in-b-lehs8mpzgf {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Pages/AboutUs.razor.rz.scp.css */
/* ========================================
   About Us page — matches designer preview (about-MATCHED.html)
   Nav / ecosystem / stats / trust / footer live in shared components.
   This file styles only the hero, in-hero feature columns and CTA band.
   ======================================== */
.ab-page[b-hku6t543si] {
    /* page-local tokens (preview --hero / --grad-orb) */
    --ab-hero: linear-gradient(125deg, #360019 0%, #5e022f 45%, #7e0039 72%, #920040 100%);
    background: var(--background);
    overflow-x: hidden;
}

/* ---- Buttons ---- */
.ab-btn[b-hku6t543si] {
    display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
    padding: .85rem 1.7rem; border-radius: .7rem; font-family: var(--font-body);
    font-weight: 700; font-size: .95rem; text-decoration: none; border: 1.5px solid transparent;
    cursor: pointer; transition: transform .2s; white-space: nowrap;
}
.ab-btn:hover[b-hku6t543si] { transform: translateY(-1px); }
.ab-btn-light[b-hku6t543si] { background: #fff; color: var(--primary); box-shadow: 0 10px 26px rgba(0, 0, 0, .18); }

/* ========================================
   HERO
   ======================================== */
/* .ab-hero is defined globally in style.css (.hero, .pr-hero, .ab-hero) */
.ab-hero-top[b-hku6t543si] {
    position: relative; z-index: 2; max-width: var(--container); margin: 0 auto;
    padding: 3.5rem 2rem 2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start;
}
.ab-hero-top h1[b-hku6t543si] {
    font-family: var(--font-display); font-size: clamp(2.6rem, 4.6vw, 3.6rem); font-weight: 700;
    color: #fff; line-height: 1.05; letter-spacing: -.02em; margin: 0 0 1rem;
}
/* hero subtitle is defined globally in style.css */
.ab-hero-desc[b-hku6t543si] { color: rgba(255, 255, 255, .85); margin: 0; }
.ab-hero-photo[b-hku6t543si] { border-radius: 16px; overflow: hidden; box-shadow: 0 24px 50px rgba(42, 0, 22, .4); }
.ab-hero-photo img[b-hku6t543si] { width: 100%; display: block; aspect-ratio: 16 / 10; object-fit: cover; }

/* ---- In-hero feature columns ---- */
.ab-hero-cols[b-hku6t543si] {
    position: relative; z-index: 2; max-width: var(--container); margin: 0 auto;
    padding: 1rem 2rem 3rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem;
}
.ab-hc[b-hku6t543si] { text-align: center; padding-top: 1.5rem; border-top: 1px solid rgba(255, 255, 255, .16); }
.ab-hc-ic[b-hku6t543si] { width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; margin: 0 auto .8rem; color: #ef7daa; }
.ab-hc h3[b-hku6t543si] { font-family: var(--font-display); font-size: 1.05rem; font-weight: 600; color: #fff; margin-bottom: .4rem; }
.ab-hc p[b-hku6t543si] { font-size: .85rem; color: rgba(255, 255, 255, .7); line-height: 1.5; max-width: 200px; margin: 0 auto; }

/* ========================================
   CTA band
   ======================================== */
.ab-cta[b-hku6t543si] { padding: 0 2rem 3.5rem; }
.ab-cta-in[b-hku6t543si] {
    max-width: var(--container); margin: 0 auto; background: var(--grad-magenta); border-radius: var(--radius-lg);
    padding: 2.4rem 3rem; display: flex; align-items: center; justify-content: space-between;
    gap: 2rem; flex-wrap: wrap; box-shadow: 0 18px 40px rgba(146, 0, 64, .3);
}
.ab-cta-in h2[b-hku6t543si] {
    font-family: var(--font-display); font-size: clamp(1.3rem, 2vw, 1.7rem); font-weight: 700;
    color: #fff; line-height: 1.25; max-width: 540px;
}

/* ========================================
   Responsive (preview @media max-width:980px)
   ======================================== */
@media (max-width: 980px) {
    .ab-hero-top[b-hku6t543si] { grid-template-columns: 1fr; gap: 2rem; }
}

@media (max-width: 640px) {
    .ab-hero-top[b-hku6t543si] { grid-template-columns: 1fr; gap: 2rem; }
    .ab-hero-top h1[b-hku6t543si] { font-size: clamp(1.8rem, 7vw, 2.2rem); }
    .ab-hero-top h2[b-hku6t543si] { font-size: clamp(1.3rem, 6vw, 1.6rem); }
    .ab-hero-top .ab-btn[b-hku6t543si] { width: 100%; }
    .ab-hero-photo[b-hku6t543si] { display: none; } /* match site-wide mobile hero: no hero visual */

    .ab-hero-cols[b-hku6t543si] { grid-template-columns: 1fr 1fr; gap: 1.5rem 1rem; }
    .ab-hc[b-hku6t543si] { padding-top: 1rem; border-top: none; }
    .ab-hc:nth-child(3)[b-hku6t543si] { grid-column: span 2; }

    .ab-cta[b-hku6t543si] { padding: 0 1.25rem 2.5rem; }
    .ab-cta-in[b-hku6t543si] { padding: 2rem 1.5rem; flex-direction: column; text-align: center; gap: 1.5rem; }
    .ab-cta-in h2[b-hku6t543si] { font-size: clamp(1.1rem, 5vw, 1.3rem); max-width: none; }
}
/* /Components/Pages/AiLegalPa.razor.rz.scp.css */
/* ========================================
   AI Legal PA page — matches designer preview
   (ai-legal-pa-MATCHED.html)
   Page-local tokens declared on .pa-page root;
   global tokens used where they exist.
   ======================================== */
.pa-page[b-q16kf3apgi] {
    --fg: var(--foreground, #1c1a30);
    --mut: var(--muted-foreground, #6b6680);
    --bright: var(--primary-bright, #c80054);
    --pink-tint: #fdf2f6;
    --magenta-100: #fcdde9;
    --radius: .75rem;
    --hero: var(--hero-grad);
    --panel: linear-gradient(120deg, #bc0148 0%, #92033c 55%, #74012f 100%);
    --fdisp: var(--font-display, 'Poppins', system-ui, sans-serif);
    --fbody: var(--font-body, 'Mulish', system-ui, sans-serif);
    background: var(--background);
    color: var(--fg);
    font-family: var(--fbody);
    overflow-x: hidden;
}

/* .in is defined globally in style.css */

/* ---- Buttons ---- */
.pa-page .btn[b-q16kf3apgi] {
    display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
    padding: .85rem 1.8rem; border-radius: .7rem; font-family: var(--fbody);
    font-weight: 700; font-size: .95rem; text-decoration: none; border: 1.5px solid transparent;
    cursor: pointer; transition: transform .2s; white-space: nowrap;
}
.pa-page .btn:hover[b-q16kf3apgi] { transform: translateY(-1px); }
/* .btn-light / .btn-magenta are defined globally in style.css */

/* ========================================
   HERO
   ======================================== */
/* .hero is defined globally in style.css */
.hero-in[b-q16kf3apgi] {
    position: relative; z-index: 2; max-width: var(--container); margin: 0 auto;
    padding: 3.5rem 2rem 4.5rem; display: grid; grid-template-columns: 1fr 1fr;
    gap: 4rem; align-items: start;
}
.hero h1[b-q16kf3apgi] {
    font-family: var(--fdisp); font-size: clamp(2.6rem, 4.6vw, 3.6rem); font-weight: 700;
    color: #fff; line-height: 1.04; letter-spacing: -.02em; margin: 0 0 .4rem;
}
/* hero subtitle is defined globally in style.css */
.hero-desc[b-q16kf3apgi] { color: rgba(255,255,255,.85); margin: 0 0 2.2rem; }
.hero-desc b[b-q16kf3apgi] { color: inherit; font-weight: 400; }

/* CHAT CARD */
.chat[b-q16kf3apgi] { background: #fff; border-radius: 18px; box-shadow: 0 30px 60px rgba(42,0,22,.45); overflow: hidden; font-size: .85rem; }
.chat-hd[b-q16kf3apgi] { display: flex; justify-content: space-between; align-items: center; padding: .9rem 1.2rem; border-bottom: 1px solid #f1eef6; }
.chat-hd .t[b-q16kf3apgi] { display: inline-flex; align-items: center; gap: .4rem; font-weight: 800; font-size: .7rem; letter-spacing: .06em; color: var(--primary); }
.chat-hd .s[b-q16kf3apgi] { display: inline-flex; align-items: center; gap: .35rem; font-size: .68rem; color: var(--mut); }
.chat-body[b-q16kf3apgi] { padding: 1.1rem 1.2rem; display: flex; flex-direction: column; gap: .8rem; background: #faf8fc; }
.msg[b-q16kf3apgi] { display: flex; gap: .55rem; max-width: 88%; }
.msg .av[b-q16kf3apgi] { width: 28px; height: 28px; border-radius: 50%; flex-shrink: 0; background: var(--grad-magenta); overflow: hidden; }
.msg .av img[b-q16kf3apgi] { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
.msg .bub[b-q16kf3apgi] { background: #fff; border: 1px solid #eee; border-radius: 14px; border-top-left-radius: 4px; padding: .6rem .8rem; font-size: .78rem; line-height: 1.45; color: #443f5c; }
.msg.me[b-q16kf3apgi] { align-self: flex-end; max-width: 70%; }
.msg.me .bub[b-q16kf3apgi] { background: var(--grad-magenta); color: #fff; border: none; border-radius: 14px; border-bottom-right-radius: 4px; font-weight: 600; }
.chat-input[b-q16kf3apgi] { display: flex; gap: .5rem; padding: .8rem 1.2rem; border-top: 1px solid #f1eef6; background: #fff; }
.chat-input input[b-q16kf3apgi] { flex: 1; border: 1.5px solid var(--border); border-radius: 100px; padding: .55rem 1rem; font-family: var(--fbody); font-size: .78rem; outline: none; }
.chat-input .snd[b-q16kf3apgi] { background: var(--grad-magenta); color: #fff; border: none; border-radius: 100px; padding: .55rem 1.1rem; font-family: var(--fbody); font-weight: 700; font-size: .78rem; cursor: pointer; }

/* ========================================
   SMARTER ROW
   ======================================== */
.smart[b-q16kf3apgi] { padding: 4rem 0 3rem; text-align: center; }
.smart h2[b-q16kf3apgi] { font-family: var(--fdisp); font-size: clamp(1.6rem, 2.6vw, 2.05rem); font-weight: 700; margin-bottom: .5rem; }
.smart-sub[b-q16kf3apgi] { color: var(--mut); font-size: 1rem; margin-bottom: 3rem; }
.smart-grid[b-q16kf3apgi] { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; position: relative; }
.smart-grid[b-q16kf3apgi]::before { content: ""; position: absolute; top: 31px; left: 10%; right: 10%; border-top: 2px dotted var(--magenta-100); }
.sc[b-q16kf3apgi] { position: relative; text-align: center; padding: 0 .4rem; }
.sc-ic[b-q16kf3apgi] { width: 76px; height: 76px; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; }
.sc-ic img[b-q16kf3apgi] { width: 100%; height: 100%; object-fit: contain; display: block; }
.sc h3[b-q16kf3apgi] { font-family: var(--fdisp); font-size: 1rem; font-weight: 600; margin-bottom: .4rem; }
.sc p[b-q16kf3apgi] { font-size: .84rem; color: var(--mut); line-height: 1.5; }

/* ========================================
   PLATFORM DEVICE
   ======================================== */
.plat[b-q16kf3apgi] { padding: 1rem 0 4rem; text-align: center; }
.plat h2[b-q16kf3apgi] { font-family: var(--fdisp); font-size: clamp(1.5rem, 2.4vw, 2rem); font-weight: 700; margin-bottom: 2.5rem; }
.plat .video-embed[b-q16kf3apgi] { width: 960px; max-width: 100%; margin: 0 auto; }

/* ========================================
   PANEL
   ======================================== */
.panel[b-q16kf3apgi] { padding: 1rem 0 2.5rem; }
/* match StatBar/CtaBand band width: outer .in pads, card maxes at 1180 */
.panel .in[b-q16kf3apgi] { max-width: none; padding: 0 2rem; }
.panel-card[b-q16kf3apgi] {
    max-width: var(--container); margin: 0 auto;
    background: var(--panel); border-radius: var(--radius-lg); padding: 2.5rem;
    display: grid; grid-template-columns: 1.1fr 1fr .8fr; gap: 2rem; align-items: center;
    color: #fff; box-shadow: 0 18px 44px rgba(146,0,64,.3);
}
.panel-card h2[b-q16kf3apgi] { font-family: var(--fdisp); font-size: 1.5rem; font-weight: 700; line-height: 1.15; margin-bottom: 1.4rem; }
.pt[b-q16kf3apgi] { display: flex; align-items: center; gap: .7rem; font-size: .95rem; margin-bottom: .9rem; }
.pt .ck[b-q16kf3apgi] { width: 22px; height: 22px; flex-shrink: 0; border-radius: 50%; background: rgba(255,255,255,.18); display: flex; align-items: center; justify-content: center; }
.glass[b-q16kf3apgi] { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); border-radius: 14px; padding: 1.2rem; }
.glass .gt[b-q16kf3apgi] { display: flex; justify-content: space-between; font-size: .8rem; color: rgba(255,255,255,.8); }
.glass .gn[b-q16kf3apgi] { font-family: var(--fdisp); font-size: 2.2rem; font-weight: 700; line-height: 1.1; }
.bars[b-q16kf3apgi] { display: flex; align-items: flex-end; gap: .35rem; height: 64px; margin-top: .7rem; }
.bars span[b-q16kf3apgi] { flex: 1; background: rgba(255,255,255,.3); border-radius: 3px 3px 0 0; }
.bars span:last-child[b-q16kf3apgi] { background: #fff; }
.donut[b-q16kf3apgi] { width: 128px; height: 128px; border-radius: 50%; margin: 0 auto; background: conic-gradient(#2ecf94 0 32%, #ef7daa 32% 100%); display: flex; align-items: center; justify-content: center; }
.donut i[b-q16kf3apgi] { width: 96px; height: 96px; border-radius: 50%; background: #8a1641; display: flex; flex-direction: column; align-items: center; justify-content: center; font-style: normal; }
.donut .b[b-q16kf3apgi] { font-family: var(--fdisp); font-size: 1.5rem; font-weight: 700; color: #fff; line-height: 1; }
.donut .c[b-q16kf3apgi] { font-size: .7rem; color: rgba(255,255,255,.85); }

/* ========================================
   Responsive (matches preview breakpoints)
   ======================================== */
@media (max-width: 980px) {
    .hero-in[b-q16kf3apgi] { grid-template-columns: 1fr; gap: 2rem; }
    .smart-grid[b-q16kf3apgi] { grid-template-columns: 1fr 1fr 1fr; gap: 1.75rem 1rem; }
    .smart-grid[b-q16kf3apgi]::before { display: none; }
    .panel-card[b-q16kf3apgi] { grid-template-columns: 1fr; gap: 1.75rem; }
}

@media (max-width: 640px) {
    .hero-in[b-q16kf3apgi] { grid-template-columns: 1fr; gap: 1.5rem; }
    .hero h1[b-q16kf3apgi] { font-size: clamp(1.8rem, 7vw, 2.2rem); }
    .hero h2[b-q16kf3apgi] { font-size: clamp(1.2rem, 5vw, 1.6rem); }
    .hero-in .btn[b-q16kf3apgi] { width: 100%; }
    .chat[b-q16kf3apgi] { display: none; }

    .smart h2[b-q16kf3apgi] { font-size: clamp(1.25rem, 5vw, 1.6rem); }
    .smart-sub[b-q16kf3apgi] { margin-bottom: 2rem; }
    .smart-grid[b-q16kf3apgi] { grid-template-columns: 1fr 1fr; gap: 1.5rem 1rem; }
    .sc-ic[b-q16kf3apgi] { width: 52px; height: 52px; }

    .panel .in[b-q16kf3apgi] { padding: 0 1.25rem; }
    .panel-card[b-q16kf3apgi] { padding: 1.5rem; }
}
/* /Components/Pages/ClientFinance.razor.rz.scp.css */
/* ========================================
   Client Finance page
   Mirrors handoff/applied/Public.Web/_preview/client-finance-MATCHED.html
   ======================================== */
.cf-page[b-b9xnsk54og] {
    /* page-local tokens (not global) */
    --hero: var(--hero-grad);
    --panel: linear-gradient(120deg, #bc0148 0%, #92033c 55%, #74012f 100%);
    background: var(--background);
    color: var(--foreground);
    font-family: var(--font-body);
}

/* .in is defined globally in style.css */

/* ---- Buttons ---- */
.btn[b-b9xnsk54og] {
    display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
    padding: .85rem 1.8rem; border-radius: .7rem; font-family: var(--font-body);
    font-weight: 700; font-size: .95rem; text-decoration: none; border: 1.5px solid transparent;
    cursor: pointer; transition: transform .2s; white-space: nowrap;
}
.btn:hover[b-b9xnsk54og] { transform: translateY(-1px); }
/* .btn-light is defined globally in style.css */

/* ========================================
   HERO
   ======================================== */
/* .hero is defined globally in style.css */
.hero-in[b-b9xnsk54og] {
    position: relative; z-index: 2; max-width: var(--container); margin: 0 auto;
    padding: 3.5rem 2rem 4.5rem; display: grid; grid-template-columns: 1fr 1fr;
    gap: 4rem; align-items: start;
}
.hero h1[b-b9xnsk54og] { font-family: var(--font-display); font-size: clamp(2.6rem, 4.6vw, 3.6rem); font-weight: 700; color: #fff; line-height: 1.04; letter-spacing: -.02em; margin: 0 0 .4rem; }
/* hero subtitle is defined globally in style.css */
.hero-desc[b-b9xnsk54og] { color: rgba(255, 255, 255, .85); margin: 0 0 2.2rem; }

/* APPLICATION CARD */
.appcard[b-b9xnsk54og] { background: #fff; border-radius: 18px; box-shadow: 0 30px 60px rgba(42, 0, 22, .45); padding: 1.3rem 1.4rem; font-size: .85rem; }
.app-row[b-b9xnsk54og] { padding: .5rem 0; }
.app-row + .app-row[b-b9xnsk54og] { border-top: 1px solid #f1eef6; margin-top: .5rem; padding-top: 1rem; }
.app-top[b-b9xnsk54og] { display: flex; justify-content: space-between; align-items: center; margin-bottom: .7rem; }
.app-top .ti[b-b9xnsk54og] { font-family: var(--font-display); font-weight: 600; font-size: .92rem; color: var(--foreground); }
.app-top .va[b-b9xnsk54og] { font-size: .7rem; font-weight: 700; color: var(--primary-bright); }
.app-client[b-b9xnsk54og] { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.app-client .nm[b-b9xnsk54og] { font-weight: 700; font-size: .82rem; }
.app-client .nm small[b-b9xnsk54og] { display: block; font-weight: 400; color: var(--muted-foreground); font-size: .72rem; margin-top: 2px; }
.app-badges[b-b9xnsk54og] { display: flex; gap: .4rem; }
.bdg[b-b9xnsk54og] { font-size: .66rem; font-weight: 700; padding: .28rem .7rem; border-radius: 100px; background: #e6f4ea; color: #1e7e44; }

/* ========================================
   DRIVES SECTION
   ======================================== */
.drives[b-b9xnsk54og] { padding: 3.5rem 0 3rem; text-align: center; }
.drives h2[b-b9xnsk54og] { font-family: var(--font-display); font-size: clamp(1.6rem, 2.6vw, 2.05rem); font-weight: 700; margin-bottom: .5rem; }
.drives-sub[b-b9xnsk54og] { color: var(--muted-foreground); font-size: 1rem; margin-bottom: 3rem; }
.feat-grid[b-b9xnsk54og] { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; }
.fc[b-b9xnsk54og] { text-align: center; padding: 0 .4rem; }
.fc-ic[b-b9xnsk54og] { width: 58px; height: 58px; border-radius: 16px; background: var(--grad-magenta); color: #fff; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; box-shadow: 0 10px 22px rgba(146, 0, 64, .28); }
.fc h3[b-b9xnsk54og] { font-family: var(--font-display); font-size: .98rem; font-weight: 600; margin-bottom: .4rem; }
.fc p[b-b9xnsk54og] { font-size: .83rem; color: var(--muted-foreground); line-height: 1.5; }

/* ========================================
   VIDEO
   ======================================== */
.video[b-b9xnsk54og] { padding: 1rem 1.5rem 3rem; display: flex; justify-content: center; }
.video-embed[b-b9xnsk54og] { width: 960px; max-width: 100%; }

/* ========================================
   STRIP
   ======================================== */
.strip[b-b9xnsk54og] { padding: .5rem 0 2.5rem; }
/* match CtaBand band width (1180 inner + 2rem outer gutter) */
.strip .in[b-b9xnsk54og] { max-width: none; padding: 0 2rem; }
.strip-in[b-b9xnsk54og] { max-width: var(--container); margin: 0 auto; background: var(--grad-magenta); border-radius: var(--radius-lg); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); box-shadow: 0 18px 40px rgba(146, 0, 64, .3); }
.st[b-b9xnsk54og] { padding: 1.6rem 1.25rem; text-align: center; color: #fff; display: flex; flex-direction: column; align-items: center; gap: .4rem; }
.st:not(:last-child)[b-b9xnsk54og] { border-right: 1px solid rgba(255, 255, 255, .2); }
.st .ic[b-b9xnsk54og] { width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; margin-bottom: .2rem; }
.st .big[b-b9xnsk54og] { font-family: var(--font-display); font-size: 1.7rem; font-weight: 700; line-height: 1; }
.st .tt[b-b9xnsk54og] { font-family: var(--font-display); font-weight: 700; font-size: 1rem; }
.st .ll[b-b9xnsk54og] { font-size: .76rem; color: rgba(255, 255, 255, .85); line-height: 1.35; }

/* ========================================
   WHY PANEL
   ======================================== */
.why[b-b9xnsk54og] { padding: .5rem 0 2.5rem; }
.why .in[b-b9xnsk54og] { max-width: none; padding: 0 2rem; }
.why-card[b-b9xnsk54og] { max-width: var(--container); margin: 0 auto; background: var(--panel); border-radius: var(--radius-lg); padding: 2.5rem; display: grid; grid-template-columns: 1fr auto 1fr; gap: 2.5rem; align-items: center; color: #fff; box-shadow: 0 18px 44px rgba(146, 0, 64, .3); }
.why-card h3[b-b9xnsk54og] { font-family: var(--font-display); font-size: 1.4rem; font-weight: 700; margin-bottom: .8rem; }
.why-card p[b-b9xnsk54og] { font-size: .92rem; line-height: 1.6; color: rgba(255, 255, 255, .88); }
.why-r h4[b-b9xnsk54og] { font-family: var(--font-display); font-size: 1.7rem; font-weight: 700; margin-bottom: .5rem; }
.donut[b-b9xnsk54og] { width: 160px; height: 160px; border-radius: 50%; background: conic-gradient(#fff 0 60%, rgba(255, 255, 255, .25) 60% 100%); display: flex; align-items: center; justify-content: center; }
.donut i[b-b9xnsk54og] { width: 120px; height: 120px; border-radius: 50%; background: #92033c; display: flex; align-items: center; justify-content: center; font-style: normal; font-family: var(--font-display); font-size: 2.1rem; font-weight: 700; }

/* ========================================
   Responsive
   ======================================== */
@media (max-width: 980px) {
    .hero-in[b-b9xnsk54og] { grid-template-columns: 1fr; gap: 2rem; }
    .feat-grid[b-b9xnsk54og] { grid-template-columns: 1fr 1fr 1fr; gap: 1.75rem 1rem; }
    .strip-in[b-b9xnsk54og] { grid-template-columns: 1fr 1fr; }
    .st:nth-child(2)[b-b9xnsk54og] { border-right: none; }
    .why-card[b-b9xnsk54og] { grid-template-columns: 1fr; gap: 1.75rem; text-align: center; }
}

@media (max-width: 640px) {
    .hero h1[b-b9xnsk54og] { font-size: clamp(1.8rem, 7vw, 2.2rem); }
    .hero h2[b-b9xnsk54og] { font-size: clamp(1.3rem, 6vw, 1.6rem); }
    .hero-in .btn[b-b9xnsk54og] { width: 100%; }
    .appcard[b-b9xnsk54og] { display: none; }

    .drives[b-b9xnsk54og] { padding: 2.5rem 0 2rem; }
    .drives-sub[b-b9xnsk54og] { margin-bottom: 2rem; }
    .feat-grid[b-b9xnsk54og] { grid-template-columns: 1fr 1fr; gap: 1.5rem 1rem; }

    .strip .in[b-b9xnsk54og], .why .in[b-b9xnsk54og] { padding: 0 1.25rem; }
    .strip-in[b-b9xnsk54og] { grid-template-columns: 1fr; }
    .st:not(:last-child)[b-b9xnsk54og] { border-right: none; border-bottom: 1px solid rgba(255, 255, 255, .2); }

    .why-card[b-b9xnsk54og] { padding: 2rem 1.5rem; }
}
/* /Components/Pages/FindALawyer.razor.rz.scp.css */
/* Find a Lawyer page container.
   Mirrors the design preview's `.in` content container:
   max-width: var(--container); margin:0 auto; padding:0 2rem
   The interactive <LawyerSearchPage /> shared component renders the
   two-column grid (hero head, issue chips, AI chat card, finance promo,
   featured lawyers and "why choose" card) inside this wrapper. */
.fal-page[b-s2f7dwprau] {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 2rem 3rem;
}

@media (max-width: 980px) {
    .fal-page[b-s2f7dwprau] {
        padding: 1rem 1.25rem 2rem;
    }
}

/* Offset the on-page anchor jump so the section clears the fixed header */
#finance-calculator[b-s2f7dwprau] {
    scroll-margin-top: 100px;
}

/* Finance Calculator Section */
.lcc-calc-sec[b-s2f7dwprau] {
    background: #ffffff;
    padding: 4rem 2rem;
    overflow-x: hidden;
}

.lcc-calc-in[b-s2f7dwprau] {
    max-width: var(--container);
    margin: 0 auto;
}

.lcc-calc-hdr[b-s2f7dwprau] {
    text-align: center;
    margin-bottom: 2.5rem;
}

.lcc-calc-eyebrow[b-s2f7dwprau] {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--primary-bright);
    margin-bottom: 0.625rem;
}

.lcc-calc-title[b-s2f7dwprau] {
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    font-weight: 800;
    line-height: 1.2;
    color: #1a1a1a;
    margin: 0 0 0.5rem;
}

.lcc-calc-sub[b-s2f7dwprau] {
    font-size: 1rem;
    color: #6b6b6b;
    line-height: 1.7;
    max-width: 560px;
    margin: 0 auto;
}

.lcc-calc-grid[b-s2f7dwprau] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    align-items: start;
}

.lcc-calc-grid > *[b-s2f7dwprau] {
    min-width: 0;
}

.lcc-calc-panel[b-s2f7dwprau] {
    background: #ffffff;
    border: 1.5px solid #d4d3cc;
    border-radius: 12px;
    padding: 2rem;
    box-sizing: border-box;
}

.lcc-calc-panel h3[b-s2f7dwprau] {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 0.25rem;
}

.lcc-calc-panel-sub[b-s2f7dwprau] {
    font-size: 0.8rem;
    color: #6b6b6b;
    margin-bottom: 1.5rem;
}

.lcc-calc-field[b-s2f7dwprau] {
    margin-bottom: 1.25rem;
}

.lcc-calc-label[b-s2f7dwprau] {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.45rem;
}

.lcc-calc-amt-wrap[b-s2f7dwprau] {
    position: relative;
}

.lcc-calc-pfx[b-s2f7dwprau] {
    position: absolute;
    left: 0.875rem;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    color: #1a1a1a;
    pointer-events: none;
}

.lcc-calc-input[b-s2f7dwprau] {
    width: 100%;
    box-sizing: border-box;
    padding: 0.625rem 0.75rem 0.625rem 1.75rem;
    border: 1.5px solid #d4d3cc;
    border-radius: 8px;
    font-size: 1.05rem;
    font-weight: 700;
    font-family: inherit;
    color: #1a1a1a;
    background: #fff;
    transition: border-color 0.15s;
}

.lcc-calc-input:focus[b-s2f7dwprau] {
    outline: none;
    border-color: var(--primary-bright);
}

.lcc-calc-slider[b-s2f7dwprau] {
    width: 100%;
    height: 4px;
    -webkit-appearance: none;
    appearance: none;
    background: #e8e7e0;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    margin-top: 0.75rem;
    display: block;
    border: none;
}

.lcc-calc-slider[b-s2f7dwprau]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: var(--primary-bright);
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

.lcc-calc-slider-labels[b-s2f7dwprau] {
    display: flex;
    justify-content: space-between;
    font-size: 0.68rem;
    color: #6b6b6b;
    margin-top: 0.25rem;
}

.lcc-calc-select[b-s2f7dwprau] {
    width: 100%;
    box-sizing: border-box;
    padding: 0.6rem 0.75rem;
    border: 1.5px solid #d4d3cc;
    border-radius: 8px;
    font-family: inherit;
    font-size: 0.9rem;
    color: #1a1a1a;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.15s;
}

.lcc-calc-select:focus[b-s2f7dwprau] {
    outline: none;
    border-color: var(--primary-bright);
}

.lcc-calc-results[b-s2f7dwprau] {
    background: var(--background);
    border-radius: 8px;
    padding: 1.25rem;
    margin-top: 0.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem 1rem;
}

.lcc-calc-result-item[b-s2f7dwprau] {
    padding: 0.4rem 0;
}

.lcc-calc-result-lbl[b-s2f7dwprau] {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    white-space: nowrap;
    color: #6b6b6b;
    margin-bottom: 0.2rem;
}

.lcc-calc-result-val[b-s2f7dwprau] {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--primary-bright);
    line-height: 1.15;
}

.lcc-calc-result-full[b-s2f7dwprau] {
    grid-column: 1 / -1;
    border-top: 1px solid #d4d3cc;
    padding-top: 0.75rem;
    margin-top: 0.1rem;
}

.lcc-calc-result-note[b-s2f7dwprau] {
    font-size: 0.85rem;
    font-weight: 500;
    color: #6b6b6b;
}

.lcc-calc-note[b-s2f7dwprau] {
    font-size: 0.72rem;
    color: #6b6b6b;
    line-height: 1.65;
    margin-top: 1rem;
}

.lcc-calc-btn[b-s2f7dwprau] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    margin-top: 1.25rem;
    padding: 0.875rem 2rem;
    background: var(--primary-bright);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s;
}

.lcc-calc-btn:hover[b-s2f7dwprau] {
    background: var(--primary-hover);
}

@media (max-width: 768px) {
    .lcc-calc-grid[b-s2f7dwprau] {
        grid-template-columns: 1fr;
    }

    .lcc-calc-sec[b-s2f7dwprau] {
        padding: 3rem 1rem;
    }
}

.lcc-rep-panel[b-s2f7dwprau] {
    background: var(--grad-magenta);
    border-radius: 12px;
    padding: 2rem;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.lcc-rep-hdr[b-s2f7dwprau] {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    border-bottom: 1px solid rgba(255,255,255,0.15);
    padding-bottom: 0.875rem;
    margin-bottom: 1.25rem;
}

.lcc-rep-row[b-s2f7dwprau] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 0.65rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.lcc-rep-row:last-of-type[b-s2f7dwprau] {
    border-bottom: none;
}

.lcc-rep-rlbl[b-s2f7dwprau] {
    font-size: 0.825rem;
    color: rgba(255,255,255,0.6);
    padding-right: 0.75rem;
}

.lcc-rep-rval[b-s2f7dwprau] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
}

.lcc-rep-row-hi .lcc-rep-rlbl[b-s2f7dwprau] {
    color: rgba(255,255,255,0.8);
    font-weight: 500;
}

.lcc-rep-row-hi .lcc-rep-rval[b-s2f7dwprau] {
    font-size: 1.25rem;
    font-weight: 800;
}

.lcc-rep-row-tot .lcc-rep-rlbl[b-s2f7dwprau] {
    color: rgba(255,255,255,0.85);
    font-weight: 600;
}

.lcc-rep-row-tot .lcc-rep-rval[b-s2f7dwprau] {
    font-size: 1.35rem;
    font-weight: 800;
}

.lcc-rep-footer[b-s2f7dwprau] {
    margin-top: 1.5rem;
    padding-top: 1.1rem;
    border-top: 1px solid rgba(255,255,255,0.15);
    font-size: 0.7rem;
    color: rgba(255,255,255,0.4);
    line-height: 1.75;
}

.lcc-rep-footer strong[b-s2f7dwprau] {
    display: block;
    color: rgba(255,255,255,0.7);
    font-size: 0.75rem;
    margin-bottom: 0.35rem;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ========================================
   Home Page — "Choose Your Journey"
   Mirrors handoff/applied/Public.Web/_preview/home-MATCHED.html
   ======================================== */

/* Page-local design tokens (declared on root; do NOT touch global style.css) */
.home-page[b-m2l9zsy0f9] {
    --fg: var(--foreground, #1c1a30);
    --mut: var(--muted-foreground, #6b6680);
    --bright: var(--primary-bright, #c80054);
    --pink-tint: #fdf2f6;
    --magenta-100: #fcdde9;
    --radius: .75rem;
    --fdisp: var(--font-display);
    --fbody: var(--font-body);

    font-family: var(--fbody);
    background: var(--background);
    color: var(--fg);
}

/* .in is defined globally in style.css */

/* ========================================
   HERO
   ======================================== */
/* The ClientHeader spacer already clears the fixed header, so this is just breathing room.
   Use top/bottom only so the horizontal padding from `.in` is preserved. */
.home-page .hero[b-m2l9zsy0f9] {
    padding-top: 2.5rem;
    padding-bottom: 1rem;
}

.home-page .hero-in[b-m2l9zsy0f9] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.home-page .hero-text h1[b-m2l9zsy0f9] {
    font-family: var(--fdisp);
    font-size: clamp(2.2rem, 3.6vw, 3rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -.02em;
    margin-bottom: 1.1rem;
}

.home-page .hero-text h1 em[b-m2l9zsy0f9] {
    font-style: normal;
    color: var(--bright);
}

.home-page .hero-text > p[b-m2l9zsy0f9] {
    color: var(--mut);
    margin-bottom: 1.6rem;
}

.home-page .hero-cta[b-m2l9zsy0f9] {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-bottom: 1.4rem;
}

.home-page .btn[b-m2l9zsy0f9] {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    border-radius: var(--radius);
    font-family: var(--fbody);
    font-weight: 700;
    font-size: .9rem;
    padding: .8rem 1.5rem;
    border: 1.5px solid transparent;
    text-decoration: none;
    cursor: pointer;
}

.home-page .btn-primary[b-m2l9zsy0f9] {
    background: var(--grad-magenta);
    color: #fff;
    box-shadow: var(--shadow-brand);
}

.home-page .btn-outline[b-m2l9zsy0f9] {
    background: #fff;
    color: var(--primary);
    border: 1.5px solid var(--primary);
}

.home-page .hero-trust[b-m2l9zsy0f9] {
    display: flex;
    align-items: center;
    gap: .6rem;
    font-size: .92rem;
    font-weight: 700;
    color: var(--primary);
}

.home-page .hero-trust svg[b-m2l9zsy0f9] {
    color: var(--bright);
    flex-shrink: 0;
}

.home-page .hero-visual[b-m2l9zsy0f9] {
    position: relative;
}

.home-page .hero-visual img[b-m2l9zsy0f9] {
    width: 100%;
    height: auto;
    display: block;
}

/* ========================================
   CHOOSE YOUR JOURNEY
   ======================================== */
.home-page .journey[b-m2l9zsy0f9] {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
}

.home-page .jrow[b-m2l9zsy0f9] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.home-page .jrow .rule[b-m2l9zsy0f9] {
    flex: 1;
    height: 3px;
    border-radius: 2px;
}

.home-page .jrow .rule.l[b-m2l9zsy0f9] {
    background: linear-gradient(90deg, transparent, var(--bright));
}

.home-page .jrow .rule.r[b-m2l9zsy0f9] {
    background: linear-gradient(90deg, var(--bright), transparent);
}

.home-page .jrow .eyebrow[b-m2l9zsy0f9] {
    font-family: var(--fdisp);
    font-size: .92rem;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--bright);
    white-space: nowrap;
}

.home-page .jgrid[b-m2l9zsy0f9] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: stretch;
}

.home-page .jcol[b-m2l9zsy0f9] {
    display: flex;
    flex-direction: column;
}

.home-page .jlabel[b-m2l9zsy0f9] {
    font-family: var(--fdisp);
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    text-align: center;
    color: var(--bright);
    margin-bottom: 1rem;
}

/* ----- CARD shells ----- */
.home-page .card[b-m2l9zsy0f9] {
    border-radius: 26px;
    padding: 2rem;
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 1.5rem;
    box-shadow: var(--shadow-card);
}

.home-page .card-clients[b-m2l9zsy0f9] {
    background: linear-gradient(135deg, #eef2f9 0%, #dbe5f4 100%);
    border: 1.5px solid var(--secondary);
}

.home-page .card-lawyers[b-m2l9zsy0f9] {
    background: var(--grad-magenta);
    border: 1.5px solid transparent;
    box-shadow: var(--shadow-brand);
}

.home-page .card-left[b-m2l9zsy0f9] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.home-page .card-ic[b-m2l9zsy0f9] {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.home-page .card-clients .card-ic[b-m2l9zsy0f9] {
    background: var(--secondary);
    color: var(--primary);
}

.home-page .card-lawyers .card-ic[b-m2l9zsy0f9] {
    background: rgba(255, 255, 255, .16);
    color: #fff;
    border-radius: 50%;
}

.home-page .card h3[b-m2l9zsy0f9] {
    font-family: var(--fdisp);
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.01em;
    margin-bottom: .6rem;
}

.home-page .card-clients h3[b-m2l9zsy0f9] { color: var(--fg); }
.home-page .card-lawyers h3[b-m2l9zsy0f9] { color: #fff; }

.home-page .card-desc[b-m2l9zsy0f9] {
    font-size: .86rem;
    line-height: 1.55;
    margin-bottom: 1rem;
}

.home-page .card-clients .card-desc[b-m2l9zsy0f9] { color: var(--mut); }
.home-page .card-lawyers .card-desc[b-m2l9zsy0f9] { color: rgba(255, 255, 255, .85); }

.home-page .card-feats[b-m2l9zsy0f9] {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: .55rem;
    margin-bottom: 1.3rem;
}

.home-page .card-feats li[b-m2l9zsy0f9] {
    display: flex;
    align-items: center;
    gap: .55rem;
    font-size: .85rem;
}

.home-page .card-feats li[b-m2l9zsy0f9]::before {
    content: "✓";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: .6rem;
    font-weight: 700;
    flex-shrink: 0;
}

.home-page .card-clients .card-feats li[b-m2l9zsy0f9] { color: #444; }
.home-page .card-clients .card-feats li[b-m2l9zsy0f9]::before {
    background: var(--primary);
    color: #fff;
}
.home-page .card-lawyers .card-feats li[b-m2l9zsy0f9] { color: rgba(255, 255, 255, .92); }
.home-page .card-lawyers .card-feats li[b-m2l9zsy0f9]::before {
    background: rgba(255, 255, 255, .2);
    color: #fff;
}

.home-page .card-btn[b-m2l9zsy0f9] {
    margin-top: auto;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-family: var(--fbody);
    font-weight: 700;
    font-size: .85rem;
    padding: .7rem 1.2rem;
    border-radius: .7rem;
    text-decoration: none;
}

.home-page .card-clients .card-btn[b-m2l9zsy0f9] {
    background: #fff;
    color: var(--primary);
    border: 1.5px solid var(--primary);
}

.home-page .card-lawyers .card-btn[b-m2l9zsy0f9] {
    background: #fff;
    color: var(--primary);
}

/* ----- Clients right: chat mock + price band ----- */
.home-page .card-right[b-m2l9zsy0f9] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.home-page .cmock[b-m2l9zsy0f9] {
    background: #fff;
    border: 1px solid #cfd9ea;
    border-radius: 14px;
    overflow: hidden;
    flex: 1;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 26px rgba(28, 40, 70, .12);
}

.home-page .cmock-head[b-m2l9zsy0f9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .6rem .8rem;
    border-bottom: 1px solid #eef1f7;
    font-size: .62rem;
    font-weight: 700;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: .08em;
}

.home-page .cmock-head .sec[b-m2l9zsy0f9] {
    color: #9aa3b5;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}

.home-page .cmock-body[b-m2l9zsy0f9] {
    padding: .8rem;
    display: flex;
    flex-direction: column;
    gap: .6rem;
    flex: 1;
    background: linear-gradient(180deg, #fff, #f7f9fd);
}

.home-page .cmock-msg[b-m2l9zsy0f9] {
    display: flex;
    gap: .5rem;
}

.home-page .cmock-av[b-m2l9zsy0f9] {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--grad-orb);
    flex-shrink: 0;
    overflow: hidden;
}

.home-page .cmock-av img[b-m2l9zsy0f9] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-page .cmock-bub[b-m2l9zsy0f9] {
    background: #fff;
    border: 1px solid #e8ecf4;
    border-radius: 3px 10px 10px 10px;
    padding: .5rem .6rem;
    font-size: .68rem;
    line-height: 1.45;
    color: var(--fg);
}

/* quick-reply option rows — mirror the real Find a Lawyer chat */
.home-page .cmock-opts[b-m2l9zsy0f9] {
    display: flex;
    flex-direction: column;
    gap: .35rem;
}

.home-page .cmock-opt[b-m2l9zsy0f9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    background: #fff;
    border: 1px solid #e8ecf4;
    border-radius: 8px;
    padding: .45rem .6rem;
    font-size: .66rem;
    color: var(--fg);
}

.home-page .cmock-opt svg[b-m2l9zsy0f9] {
    flex-shrink: 0;
    color: var(--primary-bright);
}

.home-page .cmock-input[b-m2l9zsy0f9] {
    display: flex;
    gap: .4rem;
    padding: .55rem .7rem;
    border-top: 1px solid #eef1f7;
}

.home-page .cmock-input span[b-m2l9zsy0f9] {
    flex: 1;
    font-size: .64rem;
    color: #9aa3b5;
    border: 1px solid #e2e7f0;
    border-radius: 7px;
    padding: .4rem .55rem;
}

.home-page .cmock-input b[b-m2l9zsy0f9] {
    background: var(--grad-magenta);
    color: #fff;
    font-size: .62rem;
    font-weight: 700;
    border-radius: 7px;
    padding: .4rem .7rem;
    display: flex;
    align-items: center;
}

.home-page .price-band[b-m2l9zsy0f9] {
    margin-top: .9rem;
    background: linear-gradient(135deg, #8294a8, #6f8197);
    border-radius: 12px;
    padding: .85rem 1rem;
    text-align: center;
    color: #fff;
}

.home-page .price-band .lab[b-m2l9zsy0f9] {
    font-size: .6rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    opacity: .85;
    margin-bottom: .2rem;
}

.home-page .price-band .amt[b-m2l9zsy0f9] {
    font-family: var(--fdisp);
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -.01em;
}

.home-page .price-band .sub[b-m2l9zsy0f9] {
    font-size: .62rem;
    opacity: .85;
    margin-top: .15rem;
}

/* ----- Lawyers right: 3 feature callouts ----- */
.home-page .lfeats[b-m2l9zsy0f9] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
}

.home-page .lfeat[b-m2l9zsy0f9] {
    display: flex;
    gap: .8rem;
    align-items: flex-start;
}

.home-page .lfeat-ic[b-m2l9zsy0f9] {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .14);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
}

.home-page .lfeat h4[b-m2l9zsy0f9] {
    font-family: var(--fdisp);
    font-size: .92rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: .2rem;
}

.home-page .lfeat p[b-m2l9zsy0f9] {
    font-size: .72rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, .8);
}

/* Trust bar is the shared <TrustBar /> component (its own scoped CSS). */

/* ========================================
   Responsive
   ======================================== */
@media (max-width: 980px) {
    .home-page .hero-in[b-m2l9zsy0f9] { grid-template-columns: 1fr; gap: 2rem; }
    .home-page .hero-visual[b-m2l9zsy0f9] { display: none; }
    .home-page .jgrid[b-m2l9zsy0f9] { grid-template-columns: 1fr; }
    .home-page .card[b-m2l9zsy0f9] { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .home-page .hero-text h1[b-m2l9zsy0f9] { font-size: clamp(1.8rem, 7vw, 2.2rem); }
    .home-page .hero-cta[b-m2l9zsy0f9] { flex-direction: column; gap: .6rem; }
    .home-page .hero-cta .btn[b-m2l9zsy0f9] { width: 100%; justify-content: center; }

    .home-page .journey[b-m2l9zsy0f9] { padding-top: 3.5rem; }
    .home-page .jrow[b-m2l9zsy0f9] { gap: .9rem; margin-bottom: 1.75rem; }
    .home-page .jrow .eyebrow[b-m2l9zsy0f9] { font-size: .8rem; letter-spacing: .12em; }

    .home-page .card[b-m2l9zsy0f9] { padding: 1.5rem; }
    .home-page .card-btn[b-m2l9zsy0f9] { width: 100%; justify-content: center; }
}
/* /Components/Pages/HowItWorks.razor.rz.scp.css */
/* ========================================
   How It Works (clients) page
   Mirrors designer preview: how-it-works-MATCHED.html
   Nav, trust bar and footer are shared components (ClientHeader / TrustBar / SharedFooter).
   ======================================== */
.hiw-page[b-c8g5nje2cs] {
    font-family: var(--font-body);
    background: var(--background);
    color: var(--foreground);
    overflow-x: hidden;
}
.hiw-page *[b-c8g5nje2cs] { box-sizing: border-box; }

/* .in is defined globally in style.css */

.hiw-page .btn[b-c8g5nje2cs] {
    display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
    padding: .85rem 1.7rem; border-radius: .7rem; font-family: var(--font-body);
    font-weight: 700; font-size: .95rem; text-decoration: none; border: 1.5px solid transparent;
    cursor: pointer; transition: transform .2s; white-space: nowrap;
}
.hiw-page .btn:hover[b-c8g5nje2cs] { transform: translateY(-1px); }
/* .btn-magenta is defined globally in style.css */
.hiw-page .btn-outline[b-c8g5nje2cs] { background: #fff; color: var(--primary); border-color: var(--magenta-100); }

/* HERO */
/* top padding clears the fixed ClientHeader (~72px) */
.hiw-page .hero[b-c8g5nje2cs] { padding: 2.5rem 0 3.5rem; }
.hiw-page .hero-in[b-c8g5nje2cs] { display: grid; grid-template-columns: 1.05fr 1fr; gap: 3rem; align-items: center; }
.hiw-page .eyebrow[b-c8g5nje2cs] { font-family: var(--font-display); font-size: .78rem; font-weight: 700; letter-spacing: .12em; color: var(--primary-bright); text-transform: uppercase; margin-bottom: 1rem; }
.hiw-page .hero h1[b-c8g5nje2cs] { font-family: var(--font-display); font-size: clamp(2.2rem, 3.6vw, 3rem); font-weight: 700; color: var(--foreground); line-height: 1.08; letter-spacing: -.02em; margin-bottom: 1.1rem; }
.hiw-page .hero h1 em[b-c8g5nje2cs] { font-style: normal; color: var(--primary-bright); }
.hiw-page .hero-desc[b-c8g5nje2cs] { color: var(--muted-foreground); margin-bottom: 1.6rem; }
.hiw-page .hero-cta[b-c8g5nje2cs] { display: flex; gap: .8rem; margin-bottom: 2rem; flex-wrap: wrap; }
.hiw-page .hero-badges[b-c8g5nje2cs] { display: flex; gap: 2.5rem; flex-wrap: wrap; }
.hiw-page .hb[b-c8g5nje2cs] { display: flex; flex-direction: column; align-items: center; gap: .5rem; max-width: 120px; text-align: center; }
.hiw-page .hb-ic[b-c8g5nje2cs] { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; }
.hiw-page .hb-ic img[b-c8g5nje2cs] { width: 100%; height: 100%; object-fit: contain; }
.hiw-page .hb span[b-c8g5nje2cs] { font-family: var(--font-display); font-size: .82rem; font-weight: 600; color: var(--foreground); line-height: 1.25; }

/* HERO VISUAL (same treatment as Home) */
.hiw-page .hero-visual[b-c8g5nje2cs] { position: relative; }
.hiw-page .hero-visual img[b-c8g5nje2cs] { width: 100%; height: auto; display: block; }
.hiw-page .ph[b-c8g5nje2cs] { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .5rem; color: #b98aa8; font-size: .78rem; font-weight: 600; text-align: center; background: repeating-linear-gradient(135deg, #f3e4ee, #f3e4ee 10px, #efdae8 10px, #efdae8 20px); }
.hiw-page .ph-main[b-c8g5nje2cs] { font-size: .95rem; }
.hiw-page .ph-video[b-c8g5nje2cs] { background: repeating-linear-gradient(135deg, #efe1f3, #efe1f3 10px, #e7d4ef 10px, #e7d4ef 20px); color: #8a5a9e; }
.hiw-page .ph-video .play[b-c8g5nje2cs] { width: 44px; height: 44px; border-radius: 50%; background: var(--grad-magenta); color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 20px rgba(146, 0, 64, .32); }

/* STEPS */
.hiw-page .steps[b-c8g5nje2cs] { padding: 1rem 0 3.5rem; text-align: center; }
.hiw-page .steps h2[b-c8g5nje2cs] { font-family: var(--font-display); font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 700; margin-bottom: 3rem; }
.hiw-page .steps-grid[b-c8g5nje2cs] { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; position: relative; }
.hiw-page .step[b-c8g5nje2cs] { position: relative; padding: 0 .6rem; }
.hiw-page .step-ic[b-c8g5nje2cs] { position: relative; width: 74px; height: 74px; border-radius: 50%; background: var(--pink-tint); color: var(--primary-bright); display: flex; align-items: center; justify-content: center; margin: 0 auto 1.1rem; }
.hiw-page .step-num[b-c8g5nje2cs] { position: absolute; top: -4px; right: calc(50% - 46px); width: 26px; height: 26px; border-radius: 50%; background: var(--grad-magenta); color: #fff; font-family: var(--font-display); font-weight: 700; font-size: .78rem; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 10px rgba(146, 0, 64, .3); }
.hiw-page .step h3[b-c8g5nje2cs] { font-family: var(--font-display); font-size: 1.02rem; font-weight: 600; margin-bottom: .45rem; }
.hiw-page .step p[b-c8g5nje2cs] { font-size: .85rem; color: var(--muted-foreground); line-height: 1.55; }
.hiw-page .step-conn[b-c8g5nje2cs] { position: absolute; top: 36px; left: 62%; width: 76%; border-top: 2px dashed var(--magenta-100); z-index: 0; }

/* FEES CARD */
.hiw-page .fees[b-c8g5nje2cs] { padding: 0 1.5rem 4rem; display: flex; justify-content: center; }
.hiw-page .video-embed[b-c8g5nje2cs] { width: 960px; max-width: 100%; }

/* WHY */
.hiw-page .why[b-c8g5nje2cs] { padding: 3rem 0 4rem; text-align: center; }
.hiw-page .why h2[b-c8g5nje2cs] { font-family: var(--font-display); font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 700; margin-bottom: 3rem; }
.hiw-page .why-grid[b-c8g5nje2cs] { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; max-width: 880px; margin: 0 auto; }
.hiw-page .why-card .wc-ic[b-c8g5nje2cs] { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; color: var(--primary); }
.hiw-page .why-card h3[b-c8g5nje2cs] { font-family: var(--font-display); font-size: 1.1rem; font-weight: 600; margin-bottom: .5rem; }
.hiw-page .why-card p[b-c8g5nje2cs] { font-size: .88rem; color: var(--muted-foreground); line-height: 1.6; max-width: 240px; margin: 0 auto; }

/* RESPONSIVE */
@media (max-width: 980px) {
    .hiw-page .hero-in[b-c8g5nje2cs] { grid-template-columns: 1fr; gap: 2.5rem; }
    .hiw-page .hero-visual[b-c8g5nje2cs] { display: none; }
    .hiw-page .steps-grid[b-c8g5nje2cs] { grid-template-columns: 1fr 1fr; gap: 2.5rem 1rem; }
    .hiw-page .step-conn[b-c8g5nje2cs] { display: none; }
    .hiw-page .why-grid[b-c8g5nje2cs] { grid-template-columns: 1fr; gap: 2.5rem; }
}

@media (max-width: 640px) {
    .hiw-page .hero h1[b-c8g5nje2cs] { font-size: clamp(1.8rem, 7vw, 2.2rem); }
    .hiw-page .steps h2[b-c8g5nje2cs], .hiw-page .why h2[b-c8g5nje2cs] { font-size: clamp(1.25rem, 5vw, 1.5rem); }
    .hiw-page .hero-badges[b-c8g5nje2cs] { gap: 1rem; justify-content: center; }
    .hiw-page .hb[b-c8g5nje2cs] { max-width: 100px; gap: .35rem; }
    .hiw-page .steps-grid[b-c8g5nje2cs] { grid-template-columns: 1fr; gap: 2rem 1rem; }
    .hiw-page .hero-cta[b-c8g5nje2cs] { flex-direction: column; }
    .hiw-page .hero-cta .btn[b-c8g5nje2cs] { width: 100%; }
}
/* /Components/Pages/InterimPayments.razor.rz.scp.css */
/* ========================================
   Interim Payments / Fee Release page
   Rebuilt to match designer preview (interim-payments-MATCHED.html)
   ======================================== */

/* Page-local tokens (not in global style.css) sampled from the mockup:
   hero = deep maroon-magenta; panels = flat purple; bottom CTA = magenta band */
.ip-page[b-pn6fl359pt] {
    --ip-hero: var(--hero-grad);
    --ip-panel: linear-gradient(135deg, #7d0a8a 0%, #6f007b 55%, #5a0068 100%);
    --ip-fees: linear-gradient(135deg, #7d0a8a 0%, #6f007b 55%, #5a0068 100%);
    --ip-botcta: linear-gradient(135deg, #b40f6f 0%, #84005d 100%);

    background: var(--background);
    color: var(--foreground);
    overflow-x: hidden;
}

/* .in is defined globally in style.css */

.ip-btn[b-pn6fl359pt] {
    display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
    padding: .85rem 1.9rem; border-radius: var(--radius); font-family: var(--font-body);
    font-weight: 700; font-size: .95rem; text-decoration: none; border: 1.5px solid transparent;
    cursor: pointer; white-space: nowrap; transition: transform .2s;
}
.ip-btn:hover[b-pn6fl359pt] { transform: translateY(-1px); }
.ip-btn-light[b-pn6fl359pt] { background: #fff; color: var(--primary); box-shadow: 0 10px 26px rgba(0,0,0,.18); }

/* ---- HERO ---- */
/* .hero is defined globally in style.css */
.hero-wave[b-pn6fl359pt] { position: absolute; left: 0; right: 0; bottom: 0; height: 200px; background: radial-gradient(120% 100% at 70% 120%, rgba(200,60,160,.5), transparent 60%); }
.hero-in[b-pn6fl359pt] { position: relative; z-index: 2; max-width: var(--container); margin: 0 auto; padding: 3.5rem 2rem 4.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.hero h1[b-pn6fl359pt] { font-family: var(--font-display); font-size: clamp(2.6rem, 4.6vw, 3.6rem); font-weight: 700; color: #fff; line-height: 1.05; letter-spacing: -.02em; margin: 0 0 .6rem; }
/* hero subtitle (.hero-sub) is defined globally in style.css */
.hero-desc[b-pn6fl359pt] { color: rgba(255,255,255,.85); margin: 0 0 2rem; }
.hero-orb-wrap[b-pn6fl359pt] { display: flex; align-items: center; justify-content: center; position: relative; min-height: 380px; }
.hero-orb[b-pn6fl359pt] { width: 340px; height: 340px; border-radius: 50%; background: linear-gradient(135deg, #7a2db5 0%, #9c1f86 45%, #c80054 78%, #e0335f 100%); box-shadow: 0 0 100px rgba(200,0,84,.45), 0 20px 60px rgba(42,0,22,.4); display: flex; align-items: center; justify-content: center; }
.hero-orb span[b-pn6fl359pt] { font-family: var(--font-display); font-weight: 400; font-size: 2.9rem; color: #fff; text-align: left; line-height: 1.05; letter-spacing: -.01em; }

/* ---- PROCESS ---- */
.proc[b-pn6fl359pt] { padding: 4rem 0 3rem; text-align: center; }
.proc h2[b-pn6fl359pt] { font-family: var(--font-display); font-size: clamp(1.6rem, 2.6vw, 2.1rem); font-weight: 700; color: var(--foreground); margin: 0 0 .5rem; }
.proc-sub[b-pn6fl359pt] { font-size: 1rem; color: var(--muted-foreground); margin: 0 0 3rem; }
.proc-grid[b-pn6fl359pt] { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.proc-step[b-pn6fl359pt] { position: relative; text-align: center; }
.proc-icon[b-pn6fl359pt] { width: 88px; height: 88px; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; }
.proc-icon img[b-pn6fl359pt] { width: 100%; height: 100%; object-fit: contain; display: block; }
.proc-step h3[b-pn6fl359pt] { font-family: var(--font-display); font-size: 1rem; font-weight: 600; color: var(--foreground); margin: 0 0 .35rem; }
.proc-step p[b-pn6fl359pt] { font-size: .85rem; color: var(--muted-foreground); line-height: 1.5; margin: 0; padding: 0 .5rem; }
.proc-cta[b-pn6fl359pt] { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; max-width: 1000px; margin: 3rem auto 0; padding: 1.4rem 1.75rem; background: var(--pink-tint); border: 1px solid var(--magenta-100); border-radius: var(--radius-lg); }
.proc-cta-text[b-pn6fl359pt] { font-family: var(--font-display); font-size: 1.05rem; font-weight: 600; color: var(--foreground); }
.proc-cta .ip-btn-primary[b-pn6fl359pt] { background: var(--grad-magenta); color: #fff; box-shadow: 0 12px 28px rgba(146,0,64,.3); }

/* ---- COMPARE (purple panel) ---- */
.cmp[b-pn6fl359pt] { padding: 1.5rem 0 3rem; }
.cmp-card[b-pn6fl359pt] { background: var(--ip-panel); border-radius: var(--radius-lg); padding: 3rem 2.5rem; color: #fff; box-shadow: 0 18px 44px rgba(90,10,70,.35); }
.cmp-card h2[b-pn6fl359pt] { text-align: center; font-family: var(--font-display); font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 800; margin: 0 0 .6rem; letter-spacing: -.02em; }
.cmp-card > p[b-pn6fl359pt] { text-align: center; font-size: .95rem; color: rgba(255,255,255,.85); margin: 0 auto 1.25rem; white-space: nowrap; }
.cmp-why[b-pn6fl359pt] { text-align: center; font-size: .85rem; font-weight: 700; letter-spacing: .04em; color: rgba(255,255,255,.9); margin-bottom: 1.5rem; }
.cmp-rows[b-pn6fl359pt] { display: flex; flex-direction: column; gap: 1.1rem; max-width: 980px; margin: 0 auto 1.75rem; }
.cmp-row[b-pn6fl359pt] { display: flex; align-items: center; gap: 1.25rem; }
.cmp-name[b-pn6fl359pt] { width: 296px; flex-shrink: 0; text-align: right; font-size: .85rem; font-weight: 600; color: #fff; }
.cmp-row-us .cmp-name[b-pn6fl359pt] { text-align: left; font-size: .92rem; font-weight: 800; line-height: 1.2; white-space: nowrap; }
.cmp-track[b-pn6fl359pt] { flex: 1; display: flex; align-items: center; gap: .85rem; min-width: 0; }
.cmp-bar[b-pn6fl359pt] { height: 26px; border-radius: 5px; flex-shrink: 0; background: #bf0f3c; }
.cmp-row-us .cmp-bar[b-pn6fl359pt] { height: 30px; border-radius: 7px; background: #2ecf94; }
.cmp-val[b-pn6fl359pt] { font-size: .8rem; color: #fff; white-space: nowrap; }
.cmp-row-us .cmp-val[b-pn6fl359pt] { font-size: 1.05rem; font-weight: 700; }
.cmp-badges[b-pn6fl359pt] { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: .4rem 0; padding-top: 1.75rem; margin-top: .5rem; border-top: 1px solid rgba(255,255,255,.18); }
.cmp-badges span[b-pn6fl359pt] { font-size: .95rem; font-weight: 700; color: #fff; padding: .2rem 1.3rem; border-right: 1px solid rgba(255,255,255,.3); white-space: nowrap; }
.cmp-badges span:last-child[b-pn6fl359pt] { border-right: none; }

/* ---- FEES ---- */
.fees[b-pn6fl359pt] { padding: 1rem 0 3.5rem; }
.fees-card[b-pn6fl359pt] { display: grid; grid-template-columns: auto 1fr; gap: 2rem; align-items: center; background: var(--ip-fees); border-radius: var(--radius-lg); padding: 2rem 2.5rem; color: #fff; box-shadow: 0 18px 44px rgba(138,10,70,.3); }
.fees-label[b-pn6fl359pt] { display: flex; flex-direction: column; align-items: center; gap: .5rem; font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; }
.fees-icon[b-pn6fl359pt] { width: 54px; height: 54px; border-radius: 12px; background: rgba(255,255,255,.16); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; }
.fees-grid[b-pn6fl359pt] { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; align-items: center; text-align: center; }
.fees-col .amt[b-pn6fl359pt] { font-family: var(--font-display); font-size: 1.3rem; font-weight: 800; border-bottom: 1px solid rgba(255,255,255,.2); padding-bottom: .6rem; margin-bottom: .7rem; }
.fees-col .sub[b-pn6fl359pt] { font-size: .62rem; color: rgba(255,255,255,.72); margin-bottom: .2rem; }
.fees-col .rel[b-pn6fl359pt] { font-family: var(--font-display); font-size: 1.35rem; font-weight: 800; }
.fees-hl[b-pn6fl359pt] { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: rgba(255,255,255,.92); line-height: 1.3; }

/* ---- BOTTOM CTA ---- */
.botcta[b-pn6fl359pt] { padding: 0 0 3.5rem; }
.botcta-in[b-pn6fl359pt] { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; background: var(--ip-botcta); border-radius: var(--radius-lg); padding: 2.25rem 2.5rem; box-shadow: 0 14px 32px rgba(146,0,64,.3); }
.botcta-in h2[b-pn6fl359pt] { font-family: var(--font-display); font-size: clamp(1.3rem, 2vw, 1.7rem); font-weight: 700; color: #fff; line-height: 1.2; }
.botcta .ip-btn-primary[b-pn6fl359pt] { background: #fff; color: var(--primary); box-shadow: 0 10px 26px rgba(0,0,0,.18); }

@media (max-width: 980px) {
    .hero-in[b-pn6fl359pt] { grid-template-columns: 1fr; gap: 1.5rem; }
    .hero-orb[b-pn6fl359pt] { width: 240px; height: 240px; }
    .proc-grid[b-pn6fl359pt] { grid-template-columns: 1fr 1fr; gap: 2rem 1rem; }
    .cmp-val[b-pn6fl359pt] { white-space: normal; }
    .fees-card[b-pn6fl359pt] { grid-template-columns: 1fr; }
    .fees-grid[b-pn6fl359pt] { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
    .hero-in[b-pn6fl359pt] { gap: 1rem; }
    .hero h1[b-pn6fl359pt] { font-size: clamp(1.8rem, 7vw, 2.2rem); }
    .hero-sub[b-pn6fl359pt] { font-size: clamp(1.2rem, 5vw, 1.6rem); }
    .hero-orb-wrap[b-pn6fl359pt] { display: none; }
    .ip-btn[b-pn6fl359pt] { width: 100%; }

    .proc-grid[b-pn6fl359pt] { grid-template-columns: 1fr; gap: 1.5rem; }

    /* Comparison: the horizontal bar chart is meaningless at phone width, so drop the bars
       and show each option as a clean name (left) -> cost (right) row instead. */
    .cmp-card[b-pn6fl359pt] { padding: 2rem 1.25rem; }
    .cmp-rows[b-pn6fl359pt] { gap: .5rem; }
    .cmp-row[b-pn6fl359pt] { gap: 1rem; justify-content: space-between; }
    .cmp-name[b-pn6fl359pt], .cmp-row-us .cmp-name[b-pn6fl359pt] { width: auto; flex: 1; text-align: left; white-space: normal; font-size: .9rem; }
    .cmp-track[b-pn6fl359pt] { flex: 0 0 auto; gap: 0; }
    .cmp-bar[b-pn6fl359pt] { display: none; }
    .cmp-val[b-pn6fl359pt], .cmp-row-us .cmp-val[b-pn6fl359pt] { font-size: .85rem; text-align: right; white-space: normal; }
    /* Highlight the "us" row as a distinct card rather than via a (now hidden) bar */
    .cmp-row-us[b-pn6fl359pt] { flex-direction: column; align-items: flex-start; gap: .35rem; background: rgba(46,207,148,.16); border: 1px solid rgba(46,207,148,.5); border-radius: 10px; padding: .9rem 1rem; margin-bottom: .5rem; }
    .cmp-row-us .cmp-val[b-pn6fl359pt] { text-align: left; }

    .cmp-badges[b-pn6fl359pt] { flex-direction: column; gap: 0; align-items: stretch; }
    .cmp-badges span[b-pn6fl359pt] { border-right: none; border-bottom: 1px solid rgba(255,255,255,.18); text-align: center; padding: .5rem 0; white-space: normal; }
    .cmp-badges span:last-child[b-pn6fl359pt] { border-bottom: none; }

    .botcta[b-pn6fl359pt] { padding: 0 0 2.5rem; }
    .botcta-in[b-pn6fl359pt] { flex-direction: column; align-items: stretch; gap: 1rem; padding: 1.75rem 1.5rem; }
    .botcta-in h2[b-pn6fl359pt] { font-size: clamp(1.1rem, 5vw, 1.3rem); }
}
/* /Components/Pages/LegalFeeFinance.razor.rz.scp.css */
/* ========================================
   Legal Fee Finance (client-facing) page
   Client hero with live calculator, 4-step "how it works",
   then the shared calculator + representative example section.
   Nav, trust bar and footer are shared components.
   ======================================== */
.lff-page[b-tc1roifvbh] {
    font-family: var(--font-body);
    background: var(--background);
    color: var(--foreground);
    overflow-x: hidden;
}
.lff-page *[b-tc1roifvbh] { box-sizing: border-box; }

/* .in is defined globally in style.css */

.eyebrow[b-tc1roifvbh] { font-family: var(--font-display); font-size: .78rem; font-weight: 700; letter-spacing: .12em; color: var(--primary-bright); text-transform: uppercase; margin-bottom: 1rem; }
.eyebrow-center[b-tc1roifvbh] { text-align: center; }

/* ========================================
   HERO
   ======================================== */
.lff-page .hero[b-tc1roifvbh] { padding: 3rem 0 4rem; background: var(--background); }
.lff-page .hero-in[b-tc1roifvbh] { display: grid; grid-template-columns: 1.05fr 1fr; gap: 3.5rem; align-items: center; }
/* Grid children default to min-width:auto and won't shrink below their content,
   which lets a wide child overflow the viewport (shifting centred content). */
.lff-page .hero-in > *[b-tc1roifvbh] { min-width: 0; }
.lff-page .hero h1[b-tc1roifvbh] { font-family: var(--font-display); font-size: clamp(2.2rem, 3.8vw, 3.1rem); font-weight: 700; color: var(--foreground); line-height: 1.06; letter-spacing: -.02em; margin-bottom: 1.1rem; }
.lff-page .hero h1 em[b-tc1roifvbh] { font-style: normal; color: var(--primary-bright); }
.lff-page .hero-desc[b-tc1roifvbh] { color: var(--muted-foreground); font-size: 1.02rem; line-height: 1.6; margin-bottom: 1.5rem; max-width: 460px; }

/* key eligibility callout — must stand out */
.lff-page .hero-callout[b-tc1roifvbh] { display: flex; align-items: center; gap: .65rem; max-width: 460px; margin-bottom: 2rem; padding: .85rem 1.1rem; border-radius: .7rem; background: #fff; border: 1.5px solid var(--magenta-100); color: var(--primary-bright); box-shadow: 0 6px 16px rgba(146, 0, 64, .1); }
.lff-page .hero-callout svg[b-tc1roifvbh] { flex-shrink: 0; }
.lff-page .hero-callout span[b-tc1roifvbh] { font-family: var(--font-display); font-size: .9rem; font-weight: 600; line-height: 1.4; color: var(--foreground); }

/* trust badges row */
.lff-page .hero-badges[b-tc1roifvbh] { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; max-width: 460px; }
.lff-page .hb[b-tc1roifvbh] { display: flex; flex-direction: column; align-items: center; text-align: center; gap: .35rem; }
.lff-page .hb-ic[b-tc1roifvbh] { width: 64px; height: 64px; border-radius: 50%; background: #fff; color: var(--primary-bright); display: flex; align-items: center; justify-content: center; margin-bottom: .3rem; box-shadow: 0 6px 16px rgba(146, 0, 64, .12); }
.lff-page .hb-ic svg[b-tc1roifvbh] { width: 32px; height: 32px; }
.lff-page .hb-pound[b-tc1roifvbh] { font-family: var(--font-display); font-size: 2rem; font-weight: 700; line-height: 1; color: var(--primary-bright); }
.lff-page .hb strong[b-tc1roifvbh] { font-family: var(--font-display); font-size: .85rem; font-weight: 600; color: var(--foreground); line-height: 1.25; }
.lff-page .hb small[b-tc1roifvbh] { font-size: .74rem; color: var(--muted-foreground); line-height: 1.4; }

/* hero calculator sits a touch higher with a stronger shadow */
.hero-calc[b-tc1roifvbh] { box-shadow: 0 30px 60px rgba(42, 0, 22, .18); }

/* ========================================
   HOW IT WORKS (steps)
   ======================================== */
.lff-page .steps[b-tc1roifvbh] { padding: 4rem 0 4.5rem; text-align: center; }
.lff-page .steps h2[b-tc1roifvbh] { font-family: var(--font-display); font-size: clamp(1.6rem, 2.6vw, 2.1rem); font-weight: 700; margin-bottom: 3rem; }
.lff-page .steps-grid[b-tc1roifvbh] { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; position: relative; }
.lff-page .step[b-tc1roifvbh] { position: relative; padding: 0 .6rem; }
.lff-page .step-ic[b-tc1roifvbh] { position: relative; width: 92px; height: 92px; border-radius: 50%; background: var(--pink-tint); color: var(--primary-bright); display: flex; align-items: center; justify-content: center; margin: 0 auto 1.1rem; }
.lff-page .step-ic > svg[b-tc1roifvbh] { width: 40px; height: 40px; }
.lff-page .step-num[b-tc1roifvbh] { position: absolute; top: -2px; right: calc(50% - 56px); width: 26px; height: 26px; border-radius: 50%; background: var(--grad-magenta); color: #fff; font-family: var(--font-display); font-weight: 700; font-size: .78rem; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 10px rgba(146, 0, 64, .3); }
.lff-page .step h3[b-tc1roifvbh] { font-family: var(--font-display); font-size: 1.02rem; font-weight: 600; margin-bottom: .45rem; }
.lff-page .step p[b-tc1roifvbh] { font-size: .85rem; color: var(--muted-foreground); line-height: 1.55; }
.lff-page .step-conn[b-tc1roifvbh] { position: absolute; top: 46px; left: 62%; width: 76%; border-top: 2px dashed var(--magenta-100); z-index: 0; }

/* ========================================
   VIDEO
   ======================================== */
.lff-page .video[b-tc1roifvbh] { padding: 1rem 1.5rem 3rem; display: flex; justify-content: center; }
.lff-page .video-embed[b-tc1roifvbh] { width: 960px; max-width: 100%; }

/* ========================================
   Responsive
   ======================================== */
@media (max-width: 980px) {
    .lff-page .hero-in[b-tc1roifvbh] { grid-template-columns: 1fr; gap: 2.5rem; }
    .lff-page .steps-grid[b-tc1roifvbh] { grid-template-columns: 1fr 1fr; gap: 2.5rem 1rem; }
    .lff-page .step-conn[b-tc1roifvbh] { display: none; }
}

@media (max-width: 640px) {
    .lff-page .hero[b-tc1roifvbh] { padding: 2rem 0 3rem; }
    .lff-page .hero h1[b-tc1roifvbh] { font-size: clamp(1.8rem, 7vw, 2.2rem); }
    .lff-page .hero-badges[b-tc1roifvbh] { max-width: none; }
    .lff-page .steps h2[b-tc1roifvbh] { font-size: clamp(1.3rem, 5vw, 1.6rem); }
    .lff-page .steps-grid[b-tc1roifvbh] { grid-template-columns: 1fr; gap: 2rem 1rem; }
}

/* ========================================
   Offset the on-page anchor jump so the section clears the fixed header
   ======================================== */
#finance-calculator[b-tc1roifvbh] {
    scroll-margin-top: 100px;
}

/* ========================================
   Finance Calculator + Representative Example section
   (duplicated from Find a Lawyer — scoped CSS does not cross files)
   ======================================== */
.lcc-calc-sec[b-tc1roifvbh] {
    background: #ffffff;
    padding: 4rem 2rem;
    overflow-x: hidden;
}

.lcc-calc-in[b-tc1roifvbh] {
    max-width: var(--container);
    margin: 0 auto;
}

.lcc-calc-hdr[b-tc1roifvbh] {
    text-align: center;
    margin-bottom: 2.5rem;
}

.lcc-calc-eyebrow[b-tc1roifvbh] {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--primary-bright);
    margin-bottom: 0.625rem;
}

.lcc-calc-title[b-tc1roifvbh] {
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    font-weight: 800;
    line-height: 1.2;
    color: #1a1a1a;
    margin: 0 0 0.5rem;
}

.lcc-calc-sub[b-tc1roifvbh] {
    font-size: 1rem;
    color: #6b6b6b;
    line-height: 1.7;
    max-width: 560px;
    margin: 0 auto;
}

.lcc-calc-grid[b-tc1roifvbh] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    align-items: start;
}

.lcc-calc-grid > *[b-tc1roifvbh] {
    min-width: 0;
}

.lcc-calc-panel[b-tc1roifvbh] {
    background: #ffffff;
    border: 1.5px solid #d4d3cc;
    border-radius: 12px;
    padding: 2rem;
    box-sizing: border-box;
}

.lcc-calc-panel h3[b-tc1roifvbh] {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 0.25rem;
}

.lcc-calc-panel-sub[b-tc1roifvbh] {
    font-size: 0.8rem;
    color: #6b6b6b;
    margin-bottom: 1.5rem;
}

.lcc-calc-field[b-tc1roifvbh] {
    margin-bottom: 1.25rem;
}

.lcc-calc-label[b-tc1roifvbh] {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.45rem;
}

.lcc-calc-amt-wrap[b-tc1roifvbh] {
    position: relative;
}

.lcc-calc-pfx[b-tc1roifvbh] {
    position: absolute;
    left: 0.875rem;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    color: #1a1a1a;
    pointer-events: none;
}

.lcc-calc-input[b-tc1roifvbh] {
    width: 100%;
    box-sizing: border-box;
    padding: 0.625rem 0.75rem 0.625rem 1.75rem;
    border: 1.5px solid #d4d3cc;
    border-radius: 8px;
    font-size: 1.05rem;
    font-weight: 700;
    font-family: inherit;
    color: #1a1a1a;
    background: #fff;
    transition: border-color 0.15s;
}

.lcc-calc-input:focus[b-tc1roifvbh] {
    outline: none;
    border-color: var(--primary-bright);
}

.lcc-calc-slider[b-tc1roifvbh] {
    width: 100%;
    height: 4px;
    -webkit-appearance: none;
    appearance: none;
    background: #e8e7e0;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    margin-top: 0.75rem;
    display: block;
    border: none;
}

.lcc-calc-slider[b-tc1roifvbh]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: var(--primary-bright);
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

.lcc-calc-slider-labels[b-tc1roifvbh] {
    display: flex;
    justify-content: space-between;
    font-size: 0.68rem;
    color: #6b6b6b;
    margin-top: 0.25rem;
}

.lcc-calc-select[b-tc1roifvbh] {
    width: 100%;
    box-sizing: border-box;
    padding: 0.6rem 0.75rem;
    border: 1.5px solid #d4d3cc;
    border-radius: 8px;
    font-family: inherit;
    font-size: 0.9rem;
    color: #1a1a1a;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.15s;
}

.lcc-calc-select:focus[b-tc1roifvbh] {
    outline: none;
    border-color: var(--primary-bright);
}

.lcc-calc-results[b-tc1roifvbh] {
    background: var(--background);
    border-radius: 8px;
    padding: 1.25rem;
    margin-top: 0.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem 1rem;
}

.lcc-calc-result-item[b-tc1roifvbh] {
    padding: 0.4rem 0;
}

.lcc-calc-result-lbl[b-tc1roifvbh] {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    white-space: nowrap;
    color: #6b6b6b;
    margin-bottom: 0.2rem;
}

.lcc-calc-result-val[b-tc1roifvbh] {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--primary-bright);
    line-height: 1.15;
}

.lcc-calc-result-full[b-tc1roifvbh] {
    grid-column: 1 / -1;
    border-top: 1px solid #d4d3cc;
    padding-top: 0.75rem;
    margin-top: 0.1rem;
}

.lcc-calc-result-note[b-tc1roifvbh] {
    font-size: 0.85rem;
    font-weight: 500;
    color: #6b6b6b;
}

.lcc-calc-note[b-tc1roifvbh] {
    font-size: 0.72rem;
    color: #6b6b6b;
    line-height: 1.65;
    margin-top: 1rem;
}

.lcc-calc-btn[b-tc1roifvbh] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    margin-top: 1.25rem;
    padding: 0.875rem 2rem;
    background: var(--primary-bright);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s;
}

.lcc-calc-btn:hover[b-tc1roifvbh] {
    background: var(--primary-hover);
}

@media (max-width: 768px) {
    .lcc-calc-grid[b-tc1roifvbh] {
        grid-template-columns: 1fr;
    }

    .lcc-calc-sec[b-tc1roifvbh] {
        /* Match the page gutter (global .in = 1.25rem) so the calculator card
           lines up with the hero badges above it. */
        padding: 3rem 1.25rem;
    }
}

.lcc-rep-panel[b-tc1roifvbh] {
    background: var(--grad-magenta);
    border-radius: 12px;
    padding: 2rem;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.lcc-rep-hdr[b-tc1roifvbh] {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    border-bottom: 1px solid rgba(255,255,255,0.15);
    padding-bottom: 0.875rem;
    margin-bottom: 1.25rem;
}

.lcc-rep-row[b-tc1roifvbh] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 0.65rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.lcc-rep-row:last-of-type[b-tc1roifvbh] {
    border-bottom: none;
}

.lcc-rep-rlbl[b-tc1roifvbh] {
    font-size: 0.825rem;
    color: rgba(255,255,255,0.6);
    padding-right: 0.75rem;
}

.lcc-rep-rval[b-tc1roifvbh] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
}

.lcc-rep-row-hi .lcc-rep-rlbl[b-tc1roifvbh] {
    color: rgba(255,255,255,0.8);
    font-weight: 500;
}

.lcc-rep-row-hi .lcc-rep-rval[b-tc1roifvbh] {
    font-size: 1.25rem;
    font-weight: 800;
}

.lcc-rep-row-tot .lcc-rep-rlbl[b-tc1roifvbh] {
    color: rgba(255,255,255,0.85);
    font-weight: 600;
}

.lcc-rep-row-tot .lcc-rep-rval[b-tc1roifvbh] {
    font-size: 1.35rem;
    font-weight: 800;
}

.lcc-rep-footer[b-tc1roifvbh] {
    margin-top: 1.5rem;
    padding-top: 1.1rem;
    border-top: 1px solid rgba(255,255,255,0.15);
    font-size: 0.7rem;
    color: rgba(255,255,255,0.4);
    line-height: 1.75;
}

.lcc-rep-footer strong[b-tc1roifvbh] {
    display: block;
    color: rgba(255,255,255,0.7);
    font-size: 0.75rem;
    margin-bottom: 0.35rem;
}
/* /Components/Pages/LegalHelp.razor.rz.scp.css */
/* ========================================
   Header Navigation (Homepage specific)
   ======================================== */
.header-nav[b-xny9p3qq50] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.header-link[b-xny9p3qq50] {
    padding: 0.5rem 1rem;
    color: var(--primary);
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.15s ease;
}

.header-link:hover[b-xny9p3qq50] {
    background: #f8f5f9;
}

.header-link-cta[b-xny9p3qq50] {
    background: var(--primary);
    color: white;
}

.header-link-cta:hover[b-xny9p3qq50] {
    background: var(--primary-hover);
}

/* ========================================
   Hero Section (Homepage specific)
   ======================================== */
.lcc-hero[b-xny9p3qq50] {
    padding: 2.5rem 2rem 3.5rem;
    background: var(--background);
    overflow: hidden;
}

.lcc-hero-img-wrap[b-xny9p3qq50] {
    padding-top: 1rem;
}

.lcc-hero-img[b-xny9p3qq50] {
    max-height: 500px;
    width: 100%;
}

.lcc-hero-header[b-xny9p3qq50] {
    max-width: var(--container);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
    padding-bottom: 0;
}

.lcc-hero-header-text[b-xny9p3qq50] {
    text-align: left;
}

.lcc-hero-header h1[b-xny9p3qq50] {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.lcc-hero-header p[b-xny9p3qq50] {
    font-size: 1.0625rem;
    color: #6b6b6b;
    line-height: 1.75;
    max-width: 540px;
    margin: 0 0 1.5rem 0;
}

.lcc-hero-header-img[b-xny9p3qq50] {
    display: flex;
    justify-content: flex-end;
}

.lcc-hero-header-img img[b-xny9p3qq50] {
    max-height: 360px;
    width: 100%;
    object-fit: contain;
    display: block;
}

.lcc-hero-in[b-xny9p3qq50] {
    max-width: var(--container);
    margin: -2rem auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}


.lcc-hero-chat[b-xny9p3qq50] {
    margin-top: -4rem;
}

.lcc-hero-eyebrow[b-xny9p3qq50] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(200, 0, 84, 0.08);
    border: 1px solid rgba(200, 0, 84, 0.2);
    color: var(--primary-bright);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.35rem 0.9rem;
    border-radius: 100px;
    margin-bottom: 1.25rem;
}

.lcc-hero h1[b-xny9p3qq50] {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #1a1a1a;
    margin-bottom: 1.25rem;
}

.lcc-hero p[b-xny9p3qq50] {
    font-size: 1.0625rem;
    color: #6b6b6b;
    line-height: 1.75;
    max-width: 520px;
    margin-bottom: 1.5rem;
}

.lcc-hero-cta-group[b-xny9p3qq50] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.lcc-cta-primary[b-xny9p3qq50],
.lcc-cta-secondary[b-xny9p3qq50] {
    width: 520px;
    justify-content: center;
}

.lcc-cta-primary[b-xny9p3qq50] {
    margin-bottom: 1.5rem;
}

.lcc-hero-proof[b-xny9p3qq50] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem 1rem;
    margin-bottom: 1rem;
    width: 520px;
}

.lcc-cta-secondary[b-xny9p3qq50] {
    margin-top: 2rem;
}

@media (max-width: 768px) {
    .lcc-cta-primary[b-xny9p3qq50],
    .lcc-cta-secondary[b-xny9p3qq50],
    .lcc-hero-proof[b-xny9p3qq50] {
        width: 100%;
    }
}

.lcc-btn[b-xny9p3qq50] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 0.5rem;
    font-family: inherit;
    font-weight: 600;
    cursor: pointer;
    border: none;
    text-decoration: none;
    transition: all 0.2s;
    box-sizing: border-box;
    line-height: 1;
}

.lcc-btn-lg[b-xny9p3qq50] {
    padding: 0.875rem 2rem;
    font-size: 1rem;
}

.lcc-btn-xl[b-xny9p3qq50] {
    padding: 1.1rem 2.5rem;
    font-size: 1.0625rem;
}

.lcc-btn-pri[b-xny9p3qq50] {
    background: var(--primary-bright);
    color: #fff;
}

.lcc-btn-pri:hover[b-xny9p3qq50] {
    background: var(--primary-hover);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(200, 0, 84, 0.3);
}

.lcc-btn-outline-pri[b-xny9p3qq50] {
    background: transparent;
    color: var(--primary-bright);
    border: 1.5px solid var(--primary-bright);
    box-sizing: border-box;
}

.lcc-btn-outline-pri:hover[b-xny9p3qq50] {
    background: #e8e7e0;
}


.lcc-hproof[b-xny9p3qq50] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.82rem;
    color: var(--primary-bright);
    font-weight: 500;
}

.lcc-hproof svg[b-xny9p3qq50] {
    flex-shrink: 0;
}

.lcc-hero-secondary-link[b-xny9p3qq50] {
    color: var(--primary-bright);
    font-size: 0.9375rem;
    font-weight: 500;
    text-decoration: none;
    padding: 0.5rem 0;
    align-self: center;
}

.lcc-hero-secondary-link:hover[b-xny9p3qq50] {
    text-decoration: underline;
}

.lcc-hero-img-wrap[b-xny9p3qq50] {
    display: none;
}

.lcc-hero-img[b-xny9p3qq50] {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}

@media (min-width: 1024px) {
    .lcc-hero-img-wrap[b-xny9p3qq50] {
        display: block;
    }
}

/* ========================================
   How It Works
   ======================================== */
.hiw-sec[b-xny9p3qq50] {
    background: #ffffff;
    padding: 4rem 2rem;
    margin-top: 4rem;
}

.hiw-hdr[b-xny9p3qq50] {
    text-align: center;
    margin-bottom: 2.5rem;
}

.lcc-eyebrow[b-xny9p3qq50] {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--primary-bright);
    margin-bottom: 0.625rem;
}

.hiw-hdr h2[b-xny9p3qq50] {
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.hiw-hdr p[b-xny9p3qq50] {
    font-size: 1rem;
    color: #6b6b6b;
    max-width: none;
    margin-bottom: 0;
}

.hiw-grid[b-xny9p3qq50] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    max-width: var(--container);
    margin: 0 auto;
    position: relative;
}

.hiw-grid[b-xny9p3qq50]::before {
    content: '';
    position: absolute;
    top: 22px;
    left: calc(12.5% + 14px);
    right: calc(12.5% + 14px);
    height: 1px;
    background: linear-gradient(to right, rgba(200,0,84,.15), rgba(200,0,84,.3), rgba(200,0,84,.15));
}

.hiw-step[b-xny9p3qq50] {
    text-align: center;
    position: relative;
}

.hiw-num[b-xny9p3qq50] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--primary-bright);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    position: relative;
    z-index: 1;
}

.hiw-step h3[b-xny9p3qq50] {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.4rem;
}

.hiw-step p[b-xny9p3qq50] {
    font-size: 0.8rem;
    color: #6b6b6b;
    line-height: 1.6;
    max-width: none;
    margin-bottom: 0;
}

.hiw-cta[b-xny9p3qq50] {
    text-align: center;
    margin-top: 2.5rem;
}

@media (max-width: 1024px) {
    .hiw-grid[b-xny9p3qq50] {
        grid-template-columns: 1fr 1fr;
    }

    .hiw-grid[b-xny9p3qq50]::before {
        display: none;
    }
}

@media (max-width: 600px) {
    .hiw-grid[b-xny9p3qq50] {
        grid-template-columns: 1fr;
    }
}

/* ========================================
   Responsive
   ======================================== */
@media (max-width: 1024px) {
    .lcc-hero-in[b-xny9p3qq50] {
        grid-template-columns: 1fr;
        margin-top: 0;
    }

    .lcc-hero-chat[b-xny9p3qq50] {
        margin-top: 0;
    }

    .lcc-hero-header[b-xny9p3qq50] {
        grid-template-columns: 1fr;
    }

    .lcc-hero-header-img[b-xny9p3qq50] {
        display: none;
    }
}

@media (max-width: 768px) {
    .lcc-hero[b-xny9p3qq50] {
        padding: 2rem 1rem 2.5rem;
        overflow-x: hidden;
    }

    .lcc-hero-header h1[b-xny9p3qq50] {
        font-size: 2rem;
    }

    .lcc-hero-in[b-xny9p3qq50] {
        gap: 1.5rem;
        margin-top: 0;
    }

    .lcc-hero-chat[b-xny9p3qq50] {
        margin-top: 0;
    }

    .lcc-hero-finance[b-xny9p3qq50] {
        margin-top: 0;
    }

    .lcc-hero-proof[b-xny9p3qq50] {
        grid-template-columns: 1fr;
    }

    .lcc-cta-primary[b-xny9p3qq50],
    .lcc-cta-secondary[b-xny9p3qq50] {
        width: 100%;
        justify-content: center;
    }
}

/* ========================================
   Service Cards (Homepage specific)
   ======================================== */
.services[b-xny9p3qq50] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem 4rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.service-card[b-xny9p3qq50] {
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    padding: 3rem;
    transition: all 0.15s ease;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.service-card:hover[b-xny9p3qq50] {
    border-color: var(--primary);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(146, 0, 64, 0.12);
}

.service-icon[b-xny9p3qq50] {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    background: var(--primary);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.service-card h2[b-xny9p3qq50] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0a0a0a;
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
}

.service-card p[b-xny9p3qq50] {
    font-size: 1.0625rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 2rem;
    flex: 1;
}

.service-features[b-xny9p3qq50] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.service-cta[b-xny9p3qq50] {
    padding: 1rem 2rem;
    background: var(--primary);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
    text-align: center;
    text-decoration: none;
    display: block;
}

.service-card:hover .service-cta[b-xny9p3qq50] {
    background: var(--primary-hover);
}

/* ========================================
   Showcase Sections (Homepage specific)
   ======================================== */
.showcase-section[b-xny9p3qq50] {
    max-width: 1400px;
    margin: 0 auto 4rem;
    padding: 4rem 2rem;
}

.showcase-section-alt[b-xny9p3qq50] {
    background: #f8f5f9;
    border-radius: 16px;
}

.showcase-header[b-xny9p3qq50] {
    text-align: center;
    margin-bottom: 4rem;
}

.showcase-header h2[b-xny9p3qq50] {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
}

.showcase-header p[b-xny9p3qq50] {
    font-size: 1.125rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.showcase-item[b-xny9p3qq50] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-bottom: 5rem;
}

.showcase-item:last-child[b-xny9p3qq50] {
    margin-bottom: 0;
}

.showcase-item-reverse[b-xny9p3qq50] {
    direction: rtl;
}

.showcase-item-reverse > *[b-xny9p3qq50] {
    direction: ltr;
}

.showcase-content[b-xny9p3qq50] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.showcase-badge[b-xny9p3qq50] {
    display: inline-block;
    background: var(--primary);
    color: white;
    padding: 0.375rem 0.875rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    width: fit-content;
}

.showcase-content h3[b-xny9p3qq50] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0a0a0a;
    letter-spacing: -0.02em;
    margin: 0;
}

.showcase-content > p[b-xny9p3qq50] {
    font-size: 1.0625rem;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

.showcase-features[b-xny9p3qq50] {
    list-style: none;
    padding: 0;
    margin: 0.5rem 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.showcase-features li[b-xny9p3qq50] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9375rem;
    color: #444;
}

.showcase-features li[b-xny9p3qq50]::before {
    content: "✓";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--primary);
    color: white;
    font-size: 0.6875rem;
    font-weight: 700;
    flex-shrink: 0;
}

.showcase-image[b-xny9p3qq50] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.showcase-screenshot[b-xny9p3qq50] {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(146, 0, 64, 0.15);
}

/* ========================================
   Firm Portal Section (Homepage specific)
   ======================================== */
.firm-section[b-xny9p3qq50] {
    max-width: 1400px;
    margin: 0 auto 1rem;
    padding: 0 2rem;
}

.firm-banner[b-xny9p3qq50] {
    background: var(--grad-magenta);
    border-radius: 16px;
    padding: 3rem;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 3rem;
    align-items: center;
    border: 1px solid var(--primary);
}

.firm-content h2[b-xny9p3qq50] {
    font-size: 2rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
}

.firm-content p[b-xny9p3qq50] {
    font-size: 1.0625rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.firm-features[b-xny9p3qq50] {
    display: flex;
    gap: 2rem;
    margin-top: 1.5rem;
}

.firm-feature-item[b-xny9p3qq50] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.9375rem;
}

.firm-feature-check[b-xny9p3qq50] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
}

.firm-cta-button[b-xny9p3qq50] {
    padding: 1rem 2.5rem;
    background: white;
    color: var(--primary);
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
}

.firm-cta-button:hover[b-xny9p3qq50] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* ========================================
   Client Portal Section (Homepage specific)
   ======================================== */
.client-section[b-xny9p3qq50] {
    max-width: 1400px;
    margin: 0 auto 1rem;
    padding: 0 2rem;
}

.client-banner[b-xny9p3qq50] {
    background: var(--grad-magenta);
    border-radius: 16px;
    padding: 3rem;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 3rem;
    align-items: center;
    border: 1px solid var(--primary);
}

.client-content h2[b-xny9p3qq50] {
    font-size: 2rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
}

.client-content p[b-xny9p3qq50] {
    font-size: 1.0625rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.client-features[b-xny9p3qq50] {
    display: flex;
    gap: 2rem;
    margin-top: 1.5rem;
}

.client-feature-item[b-xny9p3qq50] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.9375rem;
}

.client-feature-check[b-xny9p3qq50] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
}

.client-cta-button[b-xny9p3qq50] {
    padding: 1rem 2.5rem;
    background: white;
    color: var(--primary);
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
}

.client-cta-button:hover[b-xny9p3qq50] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* ========================================
   Features Section (Homepage specific)
   ======================================== */
.features-section[b-xny9p3qq50] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 4rem 2rem;
    background: white;
    border-radius: 16px;
    margin-bottom: 4rem;
}

.features-section h2[b-xny9p3qq50] {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary);
    text-align: center;
    margin-bottom: 3rem;
    letter-spacing: -0.02em;
}

.features-grid[b-xny9p3qq50] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.feature-box[b-xny9p3qq50] {
    text-align: center;
    padding: 2rem;
}

.feature-box-icon[b-xny9p3qq50] {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: #f8f5f9;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin: 0 auto 1rem;
    font-weight: 600;
}

.feature-box h3[b-xny9p3qq50] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #0a0a0a;
    margin-bottom: 0.5rem;
}

.feature-box p[b-xny9p3qq50] {
    font-size: 0.9375rem;
    color: #666;
    line-height: 1.5;
}

/* ========================================
   Contact Section (Homepage specific)
   ======================================== */
.contact-section[b-xny9p3qq50] {
    max-width: 1400px;
    margin: 0 auto 4rem;
    padding: 0 2rem;
}

.contact-container[b-xny9p3qq50] {
    background: var(--primary);
    border-radius: 16px;
    padding: 4rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.contact-info h2[b-xny9p3qq50] {
    font-size: 2rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.contact-info > p[b-xny9p3qq50] {
    font-size: 1.0625rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    margin-bottom: 2rem;
}

.contact-details[b-xny9p3qq50] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-detail-item[b-xny9p3qq50] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.95);
    font-size: 1rem;
}

.contact-icon[b-xny9p3qq50] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.contact-form-wrapper[b-xny9p3qq50] {
    background: white;
    border-radius: 12px;
    padding: 2rem;
}

.contact-form[b-xny9p3qq50] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.form-row[b-xny9p3qq50] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-group[b-xny9p3qq50] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label[b-xny9p3qq50] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #0a0a0a;
}

.form-group input[b-xny9p3qq50],
.form-group select[b-xny9p3qq50],
.form-group textarea[b-xny9p3qq50],
.form-group[b-xny9p3qq50]  input,
.form-group[b-xny9p3qq50]  select,
.form-group[b-xny9p3qq50]  textarea {
    padding: 0.875rem 1rem;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.15s ease;
    width: 100%;
    box-sizing: border-box;
}

.form-group input:focus[b-xny9p3qq50],
.form-group select:focus[b-xny9p3qq50],
.form-group textarea:focus[b-xny9p3qq50],
.form-group[b-xny9p3qq50]  input:focus,
.form-group[b-xny9p3qq50]  select:focus,
.form-group[b-xny9p3qq50]  textarea:focus {
    outline: none;
    border-color: var(--primary);
}

.form-group input[b-xny9p3qq50]::placeholder,
.form-group textarea[b-xny9p3qq50]::placeholder,
.form-group[b-xny9p3qq50]  input::placeholder,
.form-group[b-xny9p3qq50]  textarea::placeholder {
    color: #999;
}

.form-group textarea[b-xny9p3qq50],
.form-group[b-xny9p3qq50]  textarea {
    resize: vertical;
    min-height: 100px;
}

.contact-submit[b-xny9p3qq50] {
    padding: 1rem 2rem;
    background: var(--primary);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
    margin-top: 0.5rem;
}

.contact-submit:hover:not(.disabled):not(:disabled)[b-xny9p3qq50] {
    background: var(--primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(146, 0, 64, 0.3);
}

.contact-submit:disabled[b-xny9p3qq50] {
    opacity: 0.7;
    cursor: not-allowed;
}

.form-success[b-xny9p3qq50] {
    text-align: center;
    padding: 2rem;
}

.form-success h3[b-xny9p3qq50] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e6b5a;
    margin-bottom: 0.75rem;
}

.form-success p[b-xny9p3qq50] {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}

.form-error[b-xny9p3qq50] {
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    padding: 0.875rem 1rem;
    color: #b91c1c;
    font-size: 0.9375rem;
    margin-top: 0.5rem;
}

/* ========================================
   Responsive (Homepage specific)
   ======================================== */
@media (max-width: 1024px) {
    .header-nav[b-xny9p3qq50] {
        gap: 0.25rem;
    }

    .header-link[b-xny9p3qq50] {
        padding: 0.5rem 0.75rem;
        font-size: 0.875rem;
    }

    .hero-content[b-xny9p3qq50] {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .hero-text[b-xny9p3qq50] {
        padding: 3rem 2rem;
    }

    .hero-content h1[b-xny9p3qq50] {
        font-size: 2.5rem;
    }

    .hero-image[b-xny9p3qq50] {
        display: none;
    }

    .services[b-xny9p3qq50] {
        grid-template-columns: 1fr;
    }

    .features-grid[b-xny9p3qq50] {
        grid-template-columns: 1fr;
    }

    .firm-banner[b-xny9p3qq50] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .firm-features[b-xny9p3qq50] {
        flex-direction: column;
        gap: 0.75rem;
    }

    .firm-feature-item[b-xny9p3qq50] {
        justify-content: center;
    }

    .client-banner[b-xny9p3qq50] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .client-features[b-xny9p3qq50] {
        flex-direction: column;
        gap: 0.75rem;
    }

    .client-feature-item[b-xny9p3qq50] {
        justify-content: center;
    }

    .showcase-item[b-xny9p3qq50] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .showcase-item-reverse[b-xny9p3qq50] {
        direction: ltr;
    }


    .contact-container[b-xny9p3qq50] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .header-nav[b-xny9p3qq50] {
        gap: 0.125rem;
    }

    .header-link[b-xny9p3qq50] {
        padding: 0.375rem 0.5rem;
        font-size: 0.75rem;
    }

    .header-link-cta[b-xny9p3qq50] {
        padding: 0.375rem 0.625rem;
    }

    .hero[b-xny9p3qq50] {
        margin: 1.5rem auto;
        padding: 0 1rem;
    }

    .hero-text[b-xny9p3qq50] {
        padding: 2rem 1.5rem;
    }

    .hero-content h1[b-xny9p3qq50] {
        font-size: 2rem;
    }

    .hero-content p[b-xny9p3qq50] {
        font-size: 1rem;
    }

    .hero-image[b-xny9p3qq50] {
        display: none;
    }

    .services[b-xny9p3qq50] {
        padding: 0 1rem 2rem;
        gap: 1rem;
    }

    .service-card[b-xny9p3qq50] {
        padding: 1.5rem;
        border-radius: 12px;
    }

    .service-icon[b-xny9p3qq50] {
        width: 48px;
        height: 48px;
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .service-card h2[b-xny9p3qq50] {
        font-size: 1.375rem;
    }

    .service-card p[b-xny9p3qq50] {
        font-size: 0.9375rem;
        margin-bottom: 1.5rem;
    }

    .service-features[b-xny9p3qq50] {
        margin-bottom: 1.5rem;
    }

    .service-cta[b-xny9p3qq50] {
        padding: 0.875rem 1.5rem;
        font-size: 0.9375rem;
    }

    .firm-section[b-xny9p3qq50] {
        margin-bottom: 2rem;
        padding: 0 1rem;
    }

    .firm-banner[b-xny9p3qq50] {
        padding: 2rem 1.5rem;
        border-radius: 12px;
    }

    .firm-content h2[b-xny9p3qq50] {
        font-size: 1.5rem;
    }

    .firm-content p[b-xny9p3qq50] {
        font-size: 0.9375rem;
    }

    .firm-cta-button[b-xny9p3qq50] {
        padding: 0.875rem 2rem;
    }

    .client-section[b-xny9p3qq50] {
        margin-bottom: 2rem;
        padding: 0 1rem;
    }

    .client-banner[b-xny9p3qq50] {
        padding: 2rem 1.5rem;
        border-radius: 12px;
    }

    .client-content h2[b-xny9p3qq50] {
        font-size: 1.5rem;
    }

    .client-content p[b-xny9p3qq50] {
        font-size: 0.9375rem;
    }

    .client-cta-button[b-xny9p3qq50] {
        padding: 0.875rem 2rem;
    }

    .features-section[b-xny9p3qq50] {
        padding: 2rem 1.5rem;
        margin: 0 1rem 2rem;
        border-radius: 12px;
    }

    .features-section h2[b-xny9p3qq50] {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }

    .feature-box[b-xny9p3qq50] {
        padding: 1rem;
    }

    .showcase-section[b-xny9p3qq50] {
        padding: 2rem 1rem;
        margin-bottom: 2rem;
    }

    .showcase-section-alt[b-xny9p3qq50] {
        padding: 2rem 1.5rem;
    }

    .showcase-header[b-xny9p3qq50] {
        margin-bottom: 2rem;
    }

    .showcase-header h2[b-xny9p3qq50] {
        font-size: 1.75rem;
    }

    .showcase-header p[b-xny9p3qq50] {
        font-size: 1rem;
    }

    .showcase-item[b-xny9p3qq50] {
        margin-bottom: 3rem;
        gap: 1.5rem;
    }

    .showcase-content h3[b-xny9p3qq50] {
        font-size: 1.375rem;
    }

    .showcase-content > p[b-xny9p3qq50] {
        font-size: 0.9375rem;
    }

    .contact-section[b-xny9p3qq50] {
        padding: 0 1rem;
        margin-bottom: 2rem;
    }

    .contact-container[b-xny9p3qq50] {
        padding: 2rem 1.5rem;
        border-radius: 12px;
    }

    .contact-info h2[b-xny9p3qq50] {
        font-size: 1.5rem;
    }

    .contact-info > p[b-xny9p3qq50] {
        font-size: 0.9375rem;
    }

    .contact-form-wrapper[b-xny9p3qq50] {
        padding: 1.5rem;
    }

    .form-row[b-xny9p3qq50] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .header-link[b-xny9p3qq50] {
        padding: 0.25rem 0.375rem;
        font-size: 0.6875rem;
    }

    .header-link-cta[b-xny9p3qq50] {
        padding: 0.25rem 0.5rem;
    }

    .hero-content h1[b-xny9p3qq50] {
        font-size: 1.75rem;
    }

    .hero-cta[b-xny9p3qq50] {
        padding: 0.875rem 1.5rem;
        font-size: 0.9375rem;
    }

    .firm-features[b-xny9p3qq50] {
        align-items: flex-start;
        text-align: left;
    }

    .firm-feature-item[b-xny9p3qq50] {
        justify-content: flex-start;
    }

    .client-features[b-xny9p3qq50] {
        align-items: flex-start;
        text-align: left;
    }

    .client-feature-item[b-xny9p3qq50] {
        justify-content: flex-start;
    }

    .client-banner[b-xny9p3qq50] {
        padding: 1.5rem;
    }

    .firm-banner[b-xny9p3qq50] {
        padding: 1.5rem;
    }

    .showcase-section[b-xny9p3qq50] {
        padding: 1.5rem 1rem;
        margin: 0 0.5rem 1.5rem;
    }

    .showcase-section-alt[b-xny9p3qq50] {
        padding: 1.5rem 1rem;
        border-radius: 12px;
    }

    .showcase-badge[b-xny9p3qq50] {
        font-size: 0.6875rem;
        padding: 0.25rem 0.625rem;
    }

    .showcase-content h3[b-xny9p3qq50] {
        font-size: 1.25rem;
    }

    .showcase-content > p[b-xny9p3qq50] {
        font-size: 0.875rem;
        line-height: 1.6;
    }

    .showcase-features li[b-xny9p3qq50] {
        font-size: 0.8125rem;
    }

    .showcase-features li[b-xny9p3qq50]::before {
        width: 16px;
        height: 16px;
        font-size: 0.5625rem;
    }

    .contact-section[b-xny9p3qq50] {
        margin: 0 0.5rem 1.5rem;
        padding: 0;
    }

    .contact-container[b-xny9p3qq50] {
        padding: 1.5rem;
    }

    .contact-info h2[b-xny9p3qq50] {
        font-size: 1.25rem;
    }

    .contact-info > p[b-xny9p3qq50] {
        font-size: 0.875rem;
    }

    .contact-form-wrapper[b-xny9p3qq50] {
        padding: 1rem;
    }

    .form-group label[b-xny9p3qq50] {
        font-size: 0.8125rem;
    }

    .form-group input[b-xny9p3qq50],
    .form-group select[b-xny9p3qq50],
    .form-group textarea[b-xny9p3qq50],
    .form-group[b-xny9p3qq50]  input,
    .form-group[b-xny9p3qq50]  select,
    .form-group[b-xny9p3qq50]  textarea {
        padding: 0.75rem;
        font-size: 0.9375rem;
    }

    .contact-submit[b-xny9p3qq50] {
        padding: 0.875rem 1.5rem;
        font-size: 0.9375rem;
    }
}

/* ========================================
   Disabled States
   ======================================== */
.disabled[b-xny9p3qq50] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.service-card.disabled[b-xny9p3qq50] {
    cursor: not-allowed;
    pointer-events: none;
}

.service-card.disabled:hover[b-xny9p3qq50] {
    transform: none;
    box-shadow: none;
    border-color: #e5e5e5;
}

.service-cta.disabled[b-xny9p3qq50] {
    background: #999;
}

.hero-cta.disabled:hover[b-xny9p3qq50],
.firm-cta-button.disabled:hover[b-xny9p3qq50] {
    transform: none;
    box-shadow: none;
}

.footer-links .disabled[b-xny9p3qq50] {
    color: #999;
}

/* ========================================
   Hero Finance Panel
   ======================================== */
/* Hero finance column */
.lcc-hero-finance[b-xny9p3qq50] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 3rem;
}

.lcc-finance-banner[b-xny9p3qq50] {
    background: var(--grad-magenta);
    border-radius: 12px;
    padding: 1.75rem 2rem;
    text-align: center;
    color: #fff;
}

.lcc-finance-banner-title[b-xny9p3qq50] {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    opacity: 0.75;
    margin-bottom: 0.375rem;
}

.lcc-finance-banner-amount[b-xny9p3qq50] {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
    line-height: 1.1;
}

.lcc-finance-banner-sub[b-xny9p3qq50] {
    font-size: 0.9375rem;
    opacity: 0.85;
    margin-top: 0.375rem;
}

.lcc-finance-features[b-xny9p3qq50] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1.5px solid #d4d3cc;
}

.lcc-finance-feature[b-xny9p3qq50] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.lcc-finance-feature-icon[b-xny9p3qq50] {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 10px;
    background: #BCD2EC;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lcc-finance-feature-title[b-xny9p3qq50] {
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--primary-bright);
    margin-bottom: 0.2rem;
}

.lcc-finance-feature-desc[b-xny9p3qq50] {
    font-size: 0.8125rem;
    color: #6b6b6b;
    line-height: 1.5;
}

.lcc-finance-tagline[b-xny9p3qq50] {
    font-size: 0.875rem;
    color: #6b6b6b;
    line-height: 1.6;
    margin: 0;
}

/* Finance Calculator Section */
.lcc-calc-sec[b-xny9p3qq50] {
    background: #ffffff;
    padding: 4rem 2rem;
    overflow-x: hidden;
}

.lcc-calc-in[b-xny9p3qq50] {
    max-width: var(--container);
    margin: 0 auto;
}

.lcc-calc-hdr[b-xny9p3qq50] {
    text-align: center;
    margin-bottom: 2.5rem;
}

.lcc-calc-eyebrow[b-xny9p3qq50] {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--primary-bright);
    margin-bottom: 0.625rem;
}

.lcc-calc-title[b-xny9p3qq50] {
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    font-weight: 800;
    line-height: 1.2;
    color: #1a1a1a;
    margin: 0 0 0.5rem;
}

.lcc-calc-sub[b-xny9p3qq50] {
    font-size: 1rem;
    color: #6b6b6b;
    line-height: 1.7;
    max-width: 560px;
    margin: 0 auto;
}

.lcc-calc-grid[b-xny9p3qq50] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    align-items: start;
}

.lcc-calc-grid > *[b-xny9p3qq50] {
    min-width: 0;
}

.lcc-calc-panel[b-xny9p3qq50] {
    background: #ffffff;
    border: 1.5px solid #d4d3cc;
    border-radius: 12px;
    padding: 2rem;
    box-sizing: border-box;
}

.lcc-calc-panel h3[b-xny9p3qq50] {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 0.25rem;
}

.lcc-calc-panel-sub[b-xny9p3qq50] {
    font-size: 0.8rem;
    color: #6b6b6b;
    margin-bottom: 1.5rem;
}

.lcc-calc-field[b-xny9p3qq50] {
    margin-bottom: 1.25rem;
}

.lcc-calc-label[b-xny9p3qq50] {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.45rem;
}

.lcc-calc-amt-wrap[b-xny9p3qq50] {
    position: relative;
}

.lcc-calc-pfx[b-xny9p3qq50] {
    position: absolute;
    left: 0.875rem;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    color: #1a1a1a;
    pointer-events: none;
}

.lcc-calc-input[b-xny9p3qq50] {
    width: 100%;
    box-sizing: border-box;
    padding: 0.625rem 0.75rem 0.625rem 1.75rem;
    border: 1.5px solid #d4d3cc;
    border-radius: 8px;
    font-size: 1.05rem;
    font-weight: 700;
    font-family: inherit;
    color: #1a1a1a;
    background: #fff;
    transition: border-color 0.15s;
}

.lcc-calc-input:focus[b-xny9p3qq50] {
    outline: none;
    border-color: var(--primary-bright);
}

.lcc-calc-slider[b-xny9p3qq50] {
    width: 100%;
    height: 4px;
    -webkit-appearance: none;
    appearance: none;
    background: #e8e7e0;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    margin-top: 0.75rem;
    display: block;
    border: none;
}

.lcc-calc-slider[b-xny9p3qq50]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: var(--primary-bright);
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

.lcc-calc-slider-labels[b-xny9p3qq50] {
    display: flex;
    justify-content: space-between;
    font-size: 0.68rem;
    color: #6b6b6b;
    margin-top: 0.25rem;
}

.lcc-calc-select[b-xny9p3qq50] {
    width: 100%;
    box-sizing: border-box;
    padding: 0.6rem 0.75rem;
    border: 1.5px solid #d4d3cc;
    border-radius: 8px;
    font-family: inherit;
    font-size: 0.9rem;
    color: #1a1a1a;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.15s;
}

.lcc-calc-select:focus[b-xny9p3qq50] {
    outline: none;
    border-color: var(--primary-bright);
}

.lcc-calc-results[b-xny9p3qq50] {
    background: var(--background);
    border-radius: 8px;
    padding: 1.25rem;
    margin-top: 0.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem 1rem;
}

.lcc-calc-result-item[b-xny9p3qq50] {
    padding: 0.4rem 0;
}

.lcc-calc-result-lbl[b-xny9p3qq50] {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    white-space: nowrap;
    color: #6b6b6b;
    margin-bottom: 0.2rem;
}

.lcc-calc-result-val[b-xny9p3qq50] {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--primary-bright);
    line-height: 1.15;
}

.lcc-calc-result-full[b-xny9p3qq50] {
    grid-column: 1 / -1;
    border-top: 1px solid #d4d3cc;
    padding-top: 0.75rem;
    margin-top: 0.1rem;
}

.lcc-calc-result-note[b-xny9p3qq50] {
    font-size: 0.85rem;
    font-weight: 500;
    color: #6b6b6b;
}

.lcc-calc-note[b-xny9p3qq50] {
    font-size: 0.72rem;
    color: #6b6b6b;
    line-height: 1.65;
    margin-top: 1rem;
}

.lcc-calc-btn[b-xny9p3qq50] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    margin-top: 1.25rem;
    padding: 0.875rem 2rem;
    background: var(--primary-bright);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s;
}

.lcc-calc-btn:hover[b-xny9p3qq50] {
    background: var(--primary-hover);
}

@media (max-width: 768px) {
    .lcc-calc-grid[b-xny9p3qq50] {
        grid-template-columns: 1fr;
    }

    .lcc-calc-sec[b-xny9p3qq50] {
        padding: 3rem 1rem;
    }
}

.lcc-rep-panel[b-xny9p3qq50] {
    background: var(--grad-magenta);
    border-radius: 12px;
    padding: 2rem;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.lcc-rep-hdr[b-xny9p3qq50] {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    border-bottom: 1px solid rgba(255,255,255,0.15);
    padding-bottom: 0.875rem;
    margin-bottom: 1.25rem;
}

.lcc-rep-row[b-xny9p3qq50] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 0.65rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.lcc-rep-row:last-of-type[b-xny9p3qq50] {
    border-bottom: none;
}

.lcc-rep-rlbl[b-xny9p3qq50] {
    font-size: 0.825rem;
    color: rgba(255,255,255,0.6);
    padding-right: 0.75rem;
}

.lcc-rep-rval[b-xny9p3qq50] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
}

.lcc-rep-row-hi .lcc-rep-rlbl[b-xny9p3qq50] {
    color: rgba(255,255,255,0.8);
    font-weight: 500;
}

.lcc-rep-row-hi .lcc-rep-rval[b-xny9p3qq50] {
    font-size: 1.25rem;
    font-weight: 800;
}

.lcc-rep-row-tot .lcc-rep-rlbl[b-xny9p3qq50] {
    color: rgba(255,255,255,0.85);
    font-weight: 600;
}

.lcc-rep-row-tot .lcc-rep-rval[b-xny9p3qq50] {
    font-size: 1.35rem;
    font-weight: 800;
}

.lcc-rep-footer[b-xny9p3qq50] {
    margin-top: 1.5rem;
    padding-top: 1.1rem;
    border-top: 1px solid rgba(255,255,255,0.15);
    font-size: 0.7rem;
    color: rgba(255,255,255,0.4);
    line-height: 1.75;
}

.lcc-rep-footer strong[b-xny9p3qq50] {
    display: block;
    color: rgba(255,255,255,0.7);
    font-size: 0.75rem;
    margin-bottom: 0.35rem;
}

/* /Components/Pages/Platform.razor.rz.scp.css */
/* ========================================
   Platform page — matches designer preview (platform-MATCHED.html)
   Nav/header, trust bar and footer are rendered by shared components
   (LegalHeader / TrustBar / SharedFooter) and styled there.
   ======================================== */

.pf-page[b-jkm6k5cljh] {
    /* page-local tokens (preview :root that aren't global) */
    --fg: #1c1a30;
    --mut: #6b6680;
    --bright: #c80054;
    --pink-tint: #fdf2f6;
    --magenta-100: #fcdde9;
    --radius: .75rem;
    --radius-lg: 1.5rem;
    --grad-magenta: linear-gradient(135deg, #c80054 0%, #920040 100%);
    --grad-orb: linear-gradient(150deg, #a64dd0, #c80054 52%, #7a0d3f);
    --hero: var(--hero-grad);
    --panel: linear-gradient(120deg, #bc0148 0%, #92033c 55%, #74012f 100%);
    --fdisp: 'Poppins', system-ui, sans-serif;
    --fbody: 'Mulish', system-ui, sans-serif;

    font-family: var(--fbody);
    background: var(--background);
    color: var(--fg);
}

/* .in is defined globally in style.css */

/* ---- Buttons ---- */
.btn[b-jkm6k5cljh] {
    display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
    padding: .85rem 1.7rem; border-radius: .7rem; font-family: var(--fbody);
    font-weight: 700; font-size: .95rem; text-decoration: none; border: 1.5px solid transparent;
    cursor: pointer; transition: transform .2s; white-space: nowrap;
}
.btn:hover[b-jkm6k5cljh] { transform: translateY(-1px); }
/* .btn-light / .btn-magenta are defined globally in style.css */
.btn-ghost-light[b-jkm6k5cljh] { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .5); }

/* ========================================
   HERO
   ======================================== */
/* .hero is defined globally in style.css */
.hero-in[b-jkm6k5cljh] {
    position: relative; z-index: 2; max-width: var(--container); margin: 0 auto;
    padding: 3.5rem 2rem 4.5rem; display: grid; grid-template-columns: 1fr 1fr;
    gap: 4rem; align-items: start;
}
.hero-pill[b-jkm6k5cljh] {
    display: inline-flex; align-items: center; gap: .5rem; background: rgba(255, 255, 255, .1);
    color: #fff; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em;
    padding: .45rem .9rem; border: 1px solid rgba(255, 255, 255, .25); border-radius: 100px; margin-bottom: 1.5rem;
}
.hero h1[b-jkm6k5cljh] {
    font-family: var(--fdisp); font-size: clamp(2.6rem, 4.6vw, 3.6rem); font-weight: 700;
    color: #fff; line-height: 1.08; letter-spacing: -.02em; margin: 0 0 1.2rem;
}
.hero h1 .nowrap[b-jkm6k5cljh] { white-space: nowrap; }
.hero-desc[b-jkm6k5cljh] { color: rgba(255, 255, 255, .85); margin: 0 0 2rem; }
.hero-cta[b-jkm6k5cljh] { display: flex; gap: 1rem; flex-wrap: wrap; }

/* ---- ECOSYSTEM DIAGRAM (hero right column) — see <HeroEcosystem /> component ---- */
.eco-wrap[b-jkm6k5cljh] { justify-self: end; width: 100%; }

/* ========================================
   INTEGRATED SECTION
   ======================================== */
.intg[b-jkm6k5cljh] { padding: 4rem 0 3rem; text-align: center; }
.intg h2[b-jkm6k5cljh] { font-family: var(--fdisp); font-size: clamp(1.7rem, 3vw, 2.3rem); font-weight: 700; line-height: 1.18; margin-bottom: .6rem; }
.intg h2 .pink[b-jkm6k5cljh] { color: var(--bright); }
.intg-sub[b-jkm6k5cljh] { color: var(--mut); font-size: 1rem; margin-bottom: 2.5rem; }
.intg-grid[b-jkm6k5cljh] { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-bottom: 2rem; }
.ig[b-jkm6k5cljh] { display: flex; align-items: flex-start; gap: .9rem; text-align: left; }
.ig-ic[b-jkm6k5cljh] {
    width: 54px; height: 54px; border-radius: 50%; flex-shrink: 0;
    background: var(--magenta-100); color: var(--bright);
    display: flex; align-items: center; justify-content: center;
}
.ig-txt h3[b-jkm6k5cljh] { font-family: var(--fdisp); font-size: .95rem; font-weight: 600; margin-bottom: .2rem; }
.ig-txt p[b-jkm6k5cljh] { font-size: .8rem; color: var(--mut); line-height: 1.4; }
.intg-partner[b-jkm6k5cljh] { font-size: .95rem; color: var(--mut); font-weight: 600; }

/* ========================================
   PRODUCTS PANEL
   ======================================== */
.prod[b-jkm6k5cljh] { padding: 1rem 0 3rem; }
.prod-card[b-jkm6k5cljh] { background: var(--panel); border-radius: var(--radius-lg); padding: 2.5rem; box-shadow: 0 18px 44px rgba(146, 0, 64, .3); }
.prod-grid[b-jkm6k5cljh] { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.pc[b-jkm6k5cljh] { background: #fff; border-radius: 16px; padding: 1.6rem; }
.pc-ic[b-jkm6k5cljh] {
    width: 46px; height: 46px; border-radius: 12px; background: var(--grad-magenta); color: #fff;
    display: flex; align-items: center; justify-content: center; margin-bottom: 1rem;
}
.pc h3[b-jkm6k5cljh] { font-family: var(--fdisp); font-size: 1.1rem; font-weight: 700; line-height: 1.2; margin-bottom: .6rem; }
.pc p[b-jkm6k5cljh] { font-size: .86rem; color: var(--mut); line-height: 1.55; margin-bottom: .9rem; }
.pc a[b-jkm6k5cljh] { font-size: .85rem; font-weight: 700; color: var(--bright); text-decoration: none; }

/* ========================================
   STATS
   ======================================== */
.stats[b-jkm6k5cljh] { padding: 1.5rem 0 2.5rem; }
.stats-in[b-jkm6k5cljh] {
    background: var(--grad-magenta); border-radius: var(--radius-lg);
    display: grid; grid-template-columns: repeat(4, 1fr); box-shadow: 0 18px 40px rgba(146, 0, 64, .3);
}
.stat[b-jkm6k5cljh] {
    padding: 1.6rem 1rem; text-align: center; color: #fff;
    display: flex; flex-direction: column; align-items: center; gap: .4rem;
}
.stat:not(:last-child)[b-jkm6k5cljh] { border-right: 1px solid rgba(255, 255, 255, .2); }
.stat .ic[b-jkm6k5cljh] { margin-bottom: .6rem; }
.stat .ic svg[b-jkm6k5cljh] { width: 56px; height: 56px; display: block; margin: 0 auto; }
.stat .n[b-jkm6k5cljh] { font-family: var(--fdisp); font-size: 1.6rem; font-weight: 700; line-height: 1; }
/* Text-only stat (no icon): the big number fills the icon + number space. */
.stat-text[b-jkm6k5cljh] { display: flex; flex-direction: column; justify-content: center; }
.stat .n-big[b-jkm6k5cljh] { font-size: 3.4rem; margin-bottom: .4rem; }
.stat .l[b-jkm6k5cljh] { font-size: .76rem; color: rgba(255, 255, 255, .85); line-height: 1.35; }

/* ========================================
   CTA
   ======================================== */
.cta[b-jkm6k5cljh] { padding: 0 0 3.5rem; }
.cta-in[b-jkm6k5cljh] {
    background: var(--panel); border-radius: var(--radius-lg);
    padding: 2.4rem 3rem; display: flex; align-items: center; justify-content: space-between;
    gap: 2rem; flex-wrap: wrap; box-shadow: 0 18px 40px rgba(146, 0, 64, .3);
}
.cta-in h2[b-jkm6k5cljh] { font-family: var(--fdisp); font-size: clamp(1.3rem, 2vw, 1.7rem); font-weight: 700; color: #fff; line-height: 1.25; max-width: 540px; }

/* ========================================
   Responsive
   ======================================== */
@media (max-width: 980px) {
    .hero-in[b-jkm6k5cljh] { grid-template-columns: 1fr; gap: 2.5rem; }
    .eco-wrap[b-jkm6k5cljh] { justify-self: center; }
    .intg-grid[b-jkm6k5cljh] { grid-template-columns: 1fr 1fr; }
    .prod-grid[b-jkm6k5cljh] { grid-template-columns: 1fr; }
    .stats-in[b-jkm6k5cljh] { grid-template-columns: 1fr 1fr; }
    .stat:nth-child(2)[b-jkm6k5cljh] { border-right: none; }
}

@media (max-width: 640px) {
    .hero-in[b-jkm6k5cljh] { grid-template-columns: 1fr; }
    .hero h1[b-jkm6k5cljh] { font-size: clamp(1.8rem, 7vw, 2.2rem); }
    .hero-cta[b-jkm6k5cljh] { flex-direction: column; }
    .hero-cta .btn[b-jkm6k5cljh] { width: 100%; }
    .eco-wrap[b-jkm6k5cljh] { display: none; }

    .intg-grid[b-jkm6k5cljh] { grid-template-columns: 1fr 1fr; gap: 1.5rem 1rem; }

    .stats-in[b-jkm6k5cljh] { grid-template-columns: 1fr; }
    .stat:not(:last-child)[b-jkm6k5cljh] { border-right: none; border-bottom: 1px solid rgba(255, 255, 255, .2); }

    .cta[b-jkm6k5cljh] { padding: 0 0 2.5rem; }
    .cta-in[b-jkm6k5cljh] { flex-direction: column; text-align: center; }
    .cta-in h2[b-jkm6k5cljh] { max-width: none; font-size: clamp(1.1rem, 5vw, 1.3rem); }
}
/* /Components/Pages/Pricing.razor.rz.scp.css */
/* ========================================
   Pricing page (pr-)
   ======================================== */
.pr-page[b-668cqopdru] {
    background: var(--background);
    min-height: 100vh;
    /* page-local design tokens (match pricing-MATCHED preview) */
    --ink: #2a2348;
    --feat: linear-gradient(160deg, #c80054 0%, #9a0344 55%, #7a0033 100%);
    --hero: var(--hero-grad);
    --grad-orb: linear-gradient(150deg, #a64dd0, #c80054 52%, #7a0d3f);
}

.pr-section-in[b-668cqopdru] {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 2rem;
}

.pr-eyebrow[b-668cqopdru] {
    text-align: center;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--primary-bright);
    margin-bottom: 0.75rem;
}

.pr-accent[b-668cqopdru] {
    color: var(--primary-bright);
}

/* ---- Hero (dark, matches Client Finance / Platform) ---- */
/* .pr-hero is defined globally in style.css (.hero, .pr-hero, .ab-hero) */

.pr-hero-in[b-668cqopdru] {
    position: relative;
    z-index: 2;
    max-width: var(--container);
    margin: 0 auto;
    padding: 3.5rem 2rem 4.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.pr-hero-copy h1[b-668cqopdru] {
    font-family: var(--font-display);
    font-size: clamp(2.6rem, 4.6vw, 3.6rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.04;
    letter-spacing: -0.02em;
    margin: 0 0 0.4rem;
}

/* hero subtitle (.pr-hero-tag) is defined globally in style.css */

.pr-hero-desc[b-668cqopdru] {
    color: rgba(255, 255, 255, 0.82);
    margin: 0 0 2.2rem;
}

.pr-hero-btn[b-668cqopdru] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.8rem;
    border-radius: 0.7rem;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    background: #fff;
    color: var(--primary);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
    transition: transform 0.2s;
}

.pr-hero-btn:hover[b-668cqopdru] {
    transform: translateY(-1px);
}

/* orbit diagram — see <HeroEcosystem /> component */
.pr-eco-wrap[b-668cqopdru] { justify-self: end; width: 100%; }

/* ---- How it works ---- */
.pr-intro[b-668cqopdru] {
    padding: 3.5rem 0 2.5rem;
}

.pr-intro-head[b-668cqopdru] {
    text-align: center;
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 2.6vw, 2.1rem);
    font-weight: 700;
    color: var(--foreground);
    letter-spacing: -0.02em;
    margin-bottom: 2.75rem;
}

.pr-steps[b-668cqopdru] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    max-width: 940px;
    margin: 0 auto;
}

.pr-step[b-668cqopdru] {
    text-align: center;
}

.pr-step-num[b-668cqopdru] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--grad-magenta);
    color: #fff;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.1rem;
    box-shadow: 0 12px 26px rgba(146, 0, 64, 0.28);
}

.pr-step h3[b-668cqopdru] {
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.5rem;
}

.pr-step p[b-668cqopdru] {
    font-size: 0.85rem;
    color: var(--muted-foreground);
    line-height: 1.5;
    max-width: 200px;
    margin: 0 auto;
}

.pr-intro-tag[b-668cqopdru] {
    text-align: center;
    font-family: var(--font-display);
    font-size: clamp(1.05rem, 1.8vw, 1.3rem);
    font-weight: 700;
    color: var(--primary-bright);
    line-height: 1.4;
    max-width: 640px;
    margin: 2.5rem auto 0;
}

.pr-intro-tag:first-of-type[b-668cqopdru] {
    margin-top: 3rem;
}

/* ---- Plans ---- */
.pr-plans[b-668cqopdru] {
    padding: 3rem 0 4rem;
}

/* plans need more breathing room for the 5-column grid */
.pr-plans .pr-section-in[b-668cqopdru] {
    max-width: 1500px;
}

.pr-plans-head[b-668cqopdru] {
    text-align: center;
    font-size: clamp(1.25rem, 2vw, 1.625rem);
    font-weight: 700;
    color: var(--foreground);
    max-width: 760px;
    margin: 0 auto 1rem;
    line-height: 1.4;
}

.pr-plans-intro[b-668cqopdru] {
    text-align: center;
    font-size: 1rem;
    color: var(--muted-foreground);
    line-height: 1.7;
    max-width: 760px;
    margin: 0 auto 2.75rem;
}

.pr-tier-grid[b-668cqopdru] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.25rem;
    align-items: stretch;
}

.pr-tier[b-668cqopdru] {
    display: flex;
    flex-direction: column;
    border-radius: var(--radius-lg);
    padding: 1.85rem 1.5rem;
    position: relative;
}

/* staggered "arc" offsets — cards step up left → right (matches PDF) */
.pr-tier-grid .pr-tier:nth-child(1)[b-668cqopdru] { margin-top: 5rem; }
.pr-tier-grid .pr-tier:nth-child(2)[b-668cqopdru] { margin-top: 3.25rem; }
.pr-tier-grid .pr-tier:nth-child(3)[b-668cqopdru] { margin-top: 1.75rem; }
.pr-tier-grid .pr-tier:nth-child(4)[b-668cqopdru] { margin-top: 0.75rem; }
.pr-tier-grid .pr-tier:nth-child(5)[b-668cqopdru] { margin-top: 0; }

.pr-tier-light[b-668cqopdru] {
    background: #f1f0ee;
    color: var(--ink);
    border: 1.5px solid var(--ink);
}

.pr-tier-blue[b-668cqopdru] {
    background: #b9cde6;
    color: var(--ink);
}

.pr-tier-featured[b-668cqopdru] {
    background: var(--feat);
    color: #fff;
    box-shadow: 0 22px 48px rgba(146, 0, 64, .34);
}

.pr-tier-magenta[b-668cqopdru] {
    background: linear-gradient(160deg, #a8003f 0%, #8a0237 60%, #6e002c 100%);
    color: #fff;
}

.pr-tier-outline[b-668cqopdru] {
    background: #fff;
    border: 1.5px solid var(--ink);
}

/* "Most Popular" badge on the featured tier */
.pr-tier-badge[b-668cqopdru] {
    position: absolute;
    top: -0.75rem;
    left: 50%;
    transform: translateX(-50%);
    background: #6b8a85;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.3rem 1.1rem;
    border-radius: 100px;
    white-space: nowrap;
}

.pr-tier-icon[b-668cqopdru],
.pr-tier-spark[b-668cqopdru] {
    text-align: center;
    color: var(--primary-bright);
    margin-bottom: 0.3rem;
}

.pr-tier-featured .pr-tier-spark[b-668cqopdru],
.pr-tier-magenta .pr-tier-spark[b-668cqopdru],
.pr-tier-featured .pr-tier-icon[b-668cqopdru],
.pr-tier-magenta .pr-tier-icon[b-668cqopdru] {
    color: #fff;
}

.pr-tier-name[b-668cqopdru] {
    font-family: var(--font-display);
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.3rem;
}

.pr-tier-blurb[b-668cqopdru] {
    font-size: 0.78rem;
    text-align: center;
    line-height: 1.4;
    opacity: 0.85;
    margin-bottom: 0.9rem;
    min-height: 2.4em;
}

.pr-tier-price[b-668cqopdru] {
    text-align: center;
    font-family: var(--font-display);
    font-size: 2.1rem;
    font-weight: 700;
    color: var(--primary-bright);
    margin-bottom: 1.2rem;
}

.pr-tier-featured .pr-tier-price[b-668cqopdru],
.pr-tier-magenta .pr-tier-price[b-668cqopdru] {
    color: #fff;
}

.pr-tier-price span[b-668cqopdru] {
    font-size: 0.8rem;
    font-weight: 500;
    opacity: 0.7;
    margin-left: 0.15rem;
}

/* the feature list grows to absorb all slack, so the "Designed for" box and
   CTA are pushed to the bottom together — giving a fixed gap between the box
   and the CTA in every card (box bottoms align above the buttons) */
.pr-tier-feats-box[b-668cqopdru] {
    flex: 1;
    margin-bottom: 1.2rem;
}

.pr-tier-feats[b-668cqopdru] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.pr-tier-feats li[b-668cqopdru] {
    position: relative;
    padding-left: 1.45rem;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.35;
}

/* outlined ring check */
.pr-tier-feats li[b-668cqopdru]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.05rem;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1.5px solid var(--primary-bright);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%23c80054' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.pr-tier-featured .pr-tier-feats li[b-668cqopdru]::before,
.pr-tier-magenta .pr-tier-feats li[b-668cqopdru]::before {
    border-color: rgba(255, 255, 255, 0.8);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
}

/* "Designed for" box — fixed height so all five boxes match (tops and bottoms
   align, with a uniform gap above the CTA) */
.pr-tier-designed[b-668cqopdru] {
    border: 1.5px solid currentColor;
    border-radius: 14px;
    padding: 1rem 1.1rem;
    margin-bottom: 1.1rem;
    height: 9.5rem;
    overflow: hidden;
}

.pr-tier-designed h4[b-668cqopdru] {
    font-family: var(--font-display);
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.pr-tier-designed ul[b-668cqopdru] {
    list-style: disc;
    margin: 0;
    padding-left: 1.1rem;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.pr-tier-designed li[b-668cqopdru] {
    font-size: 0.76rem;
    line-height: 1.4;
}

.pr-tier-light .pr-tier-designed[b-668cqopdru],
.pr-tier-blue .pr-tier-designed[b-668cqopdru],
.pr-tier-outline .pr-tier-designed[b-668cqopdru] {
    border-color: var(--primary-bright);
}

.pr-tier-cta[b-668cqopdru] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.7rem;
    border-radius: 100px;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-decoration: none;
    border: 1.5px solid var(--primary-bright);
    background: #fff;
    color: var(--primary-bright);
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

/* blue + outline tiers share the outlined-pill treatment;
   featured tier inverts to a solid white pill. */
.pr-tier-cta-blue[b-668cqopdru],
.pr-tier-cta-outline[b-668cqopdru] {
    background: #fff;
    color: var(--primary-bright);
    border-color: var(--primary-bright);
}

.pr-tier-cta-light[b-668cqopdru] {
    background: #fff;
    color: var(--primary);
    border-color: #fff;
}

.pr-tier-cta:hover[b-668cqopdru] {
    transform: translateY(-1px);
    box-shadow: var(--shadow-brand);
}

.pr-enterprise[b-668cqopdru] {
    text-align: center;
    font-size: 0.8125rem;
    color: var(--primary-bright);
    margin-top: 1.25rem;
}

/* ---- Financial products (transaction fee) ---- */
.pr-fin[b-668cqopdru] {
    padding: 3rem 0 2rem;
}

.pr-fin-hd[b-668cqopdru] {
    text-align: center;
    margin-bottom: 1.5rem;
}

.pr-fin-hd h2[b-668cqopdru] {
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 2.6vw, 2.1rem);
    font-weight: 600;
    color: var(--primary);
    margin: 0.6rem 0;
    line-height: 1.2;
}

.pr-fin-row[b-668cqopdru] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}

.pr-fin-icon[b-668cqopdru] {
    color: var(--primary-bright);
}

.pr-fin-claims[b-668cqopdru] {
    text-align: center;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--ink);
    line-height: 1.7;
}

.pr-fin-orb[b-668cqopdru] {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: var(--grad-orb);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 0.8rem;
    color: #fff;
    line-height: 1.2;
}

.pr-fin-illus[b-668cqopdru] {
    text-align: center;
    font-weight: 800;
    font-size: 0.8rem;
    letter-spacing: 0.06em;
    color: var(--ink);
    margin-bottom: 1.5rem;
}

.pr-fcard[b-668cqopdru] {
    border: 1.5px solid var(--border);
    border-radius: 18px;
    padding: 2rem;
    margin-bottom: 2rem;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 2rem;
    align-items: start;
}

.pr-fcard-l h3[b-668cqopdru] {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.4rem;
}

.pr-fcard-pct[b-668cqopdru] {
    font-family: var(--font-display);
    font-size: 3.4rem;
    font-weight: 800;
    color: var(--primary-bright);
    line-height: 1;
    margin-bottom: 0.7rem;
}

.pr-fcard-l p[b-668cqopdru] {
    font-size: 0.78rem;
    color: var(--muted-foreground);
    line-height: 1.5;
}

.pr-ftable[b-668cqopdru] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
}

.pr-ftable th[b-668cqopdru] {
    text-align: left;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 0.78rem;
    color: var(--ink);
    padding: 0 1rem 0.8rem;
    border-bottom: 1px solid var(--border);
}

.pr-ftable td[b-668cqopdru] {
    padding: 0.6rem 1rem;
    color: var(--foreground);
}

.pr-fcard-foot[b-668cqopdru] {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    font-size: 0.74rem;
    color: var(--primary-bright);
    font-weight: 600;
    flex-wrap: wrap;
    padding-top: 0.5rem;
}

.pr-fcard-foot .r[b-668cqopdru] {
    color: var(--muted-foreground);
    font-weight: 500;
    text-align: right;
    max-width: 280px;
}

/* ---- Responsive ---- */
@media (max-width: 980px) {
    .pr-hero-in[b-668cqopdru] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .pr-eco-wrap[b-668cqopdru] {
        justify-self: center;
    }

    .pr-hero-copy h1[b-668cqopdru] {
        margin-bottom: 0.75rem;
        font-size: clamp(1.8rem, 7vw, 2.2rem);
    }
}

/* the arc offsets only make sense in the 5-across layout;
   once cards wrap, align tops so rows stay level */
@media (max-width: 1400px) {
    .pr-tier-grid[b-668cqopdru] {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
    }

    .pr-tier-grid .pr-tier:nth-child(n)[b-668cqopdru] {
        margin-top: 0;
    }
}

@media (max-width: 900px) {
    .pr-tier-grid[b-668cqopdru] {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }

    .pr-steps[b-668cqopdru] {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem 1.5rem;
        max-width: 460px;
    }

    .pr-fcard[b-668cqopdru] {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .pr-ftable[b-668cqopdru] {
        display: block;
        overflow-x: auto;
        font-size: 0.78rem;
    }
}

@media (max-width: 600px) {
    .pr-tier-grid[b-668cqopdru] {
        grid-template-columns: 1fr;
        max-width: 460px;
        margin: 0 auto;
    }

    .pr-steps[b-668cqopdru] {
        grid-template-columns: 1fr;
        max-width: 320px;
    }

    .pr-fcard[b-668cqopdru] {
        padding: 1.5rem;
    }
}

/* Match the site-wide mobile hero behaviour (hide hero visual, full-width CTA at 640px). */
@media (max-width: 640px) {
    .pr-eco-wrap[b-668cqopdru] { display: none; }
    .pr-hero-btn[b-668cqopdru] { width: 100%; }
}
/* /Components/Shared/ContactSection.razor.rz.scp.css */
.contact-section[b-m87hkvo2iu] {
    background: #F3F2EB;
}
/* /Components/Shared/CtaBand.razor.rz.scp.css */
/* CtaBand (REBRANDED) — Components/Shared/CtaBand.razor.css */
.cta-band[b-jx2x7ywzof] { padding: 0 2rem 3.5rem; }
.cta-inner[b-jx2x7ywzof] {
    background: var(--grad-panel, var(--grad-magenta)); border-radius: 20px; padding: 2.5rem 3rem;
    display: flex; justify-content: space-between; align-items: center; gap: 2rem; flex-wrap: wrap;
    max-width: var(--container); margin: 0 auto; box-shadow: var(--shadow-brand);
}
.cta-inner h2[b-jx2x7ywzof] { font-family: var(--font-display); font-size: clamp(1.3rem, 2vw, 1.7rem); font-weight: 700; color: #fff; margin: 0 0 0.4rem; max-width: 640px; }
.cta-inner p[b-jx2x7ywzof] { font-size: 0.95rem; color: rgba(255, 255, 255, 0.85); margin: 0; }
.cta-btn[b-jx2x7ywzof] {
    display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.8rem 1.75rem;
    border-radius: var(--radius); font-family: var(--font-body); font-weight: 700; font-size: 0.95rem; text-decoration: none;
    background: #fff; color: var(--primary); transition: transform .2s cubic-bezier(.4,0,.2,1); white-space: nowrap; flex-shrink: 0;
}
.cta-btn:hover[b-jx2x7ywzof] { transform: translateY(-1px); }
@media (max-width: 600px) { .cta-inner[b-jx2x7ywzof] { padding: 2rem 1.5rem; } }
/* Match the pages' mobile gutter (1.25rem) so the band lines up with the panel/stat bar above. */
@media (max-width: 640px) { .cta-band[b-jx2x7ywzof] { padding: 0 1.25rem 2.5rem; } }
/* /Components/Shared/EcosystemDiagram.razor.rz.scp.css */
.eco[b-h86d3xhhzp] {
    padding: 4rem 2rem;
    background: var(--background);
}

.eco-in[b-h86d3xhhzp] {
    max-width: 900px;
    margin: 0 auto;
}

.eco-heading[b-h86d3xhhzp] {
    text-align: center;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 800;
    color: var(--foreground);
    letter-spacing: -0.02em;
    margin-bottom: 3rem;
}

/* Cards positioned on a true circle around the central orb. The container is square
   (aspect-ratio 1/1) and each card is centred on a ring point via translate(-50%,-50%). */
.eco-diagram[b-h86d3xhhzp] {
    position: relative;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    aspect-ratio: 1 / 1;
}

.eco-node[b-h86d3xhhzp] {
    position: absolute;
    width: 220px;
    height: 150px;
    transform: translate(-50%, -50%);
    text-align: center;
    background: #fff;
    border: 2.5px solid var(--primary);
    border-radius: 20px;
    padding: 1.25rem 1.1rem;
    box-shadow: 0 18px 40px rgba(146, 0, 64, 0.14);
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Ring points (centre 50%, radius ~40%) — five evenly-spaced positions. */
.eco-n-top[b-h86d3xhhzp] { top: 8%; left: 50%; }
.eco-n-left[b-h86d3xhhzp] { top: 42%; left: 12%; }
.eco-n-right[b-h86d3xhhzp] { top: 42%; left: 88%; }
.eco-n-bl[b-h86d3xhhzp] { top: 86%; left: 28%; }
.eco-n-br[b-h86d3xhhzp] { top: 86%; left: 72%; }

.eco-node:hover[b-h86d3xhhzp] {
    box-shadow: 0 22px 48px rgba(146, 0, 64, 0.2);
}

.eco-node-icon[b-h86d3xhhzp] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--grad-magenta);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    box-shadow: 0 8px 18px rgba(146, 0, 64, 0.28);
}

.eco-node-title[b-h86d3xhhzp] {
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--primary);
    margin-bottom: 0.5rem;
}

.eco-node-sub[b-h86d3xhhzp] {
    font-size: 0.85rem;
    color: var(--muted-foreground);
    line-height: 1.5;
}

.eco-orb[b-h86d3xhhzp] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: var(--grad-orb, var(--grad-magenta));
    /* dark glowing halo ring around the orb (per the target design) */
    border: 6px solid #2a0016;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.06), 0 0 40px rgba(200, 0, 84, 0.55), 0 16px 40px rgba(42, 0, 22, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-family: var(--font-display);
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1.2;
}

.eco-footnote[b-h86d3xhhzp] {
    text-align: center;
    font-size: 0.875rem;
    color: var(--muted-foreground);
    line-height: 1.6;
    max-width: 560px;
    margin: 2.5rem auto 0;
}

@media (max-width: 760px) {
    /* The circular layout doesn't fit a narrow phone — stack everything in a column instead. */
    .eco-diagram[b-h86d3xhhzp] {
        position: static;
        aspect-ratio: auto;
        max-width: 340px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.25rem;
    }

    .eco-orb[b-h86d3xhhzp] {
        position: static;
        transform: none;
        order: -1;
    }

    .eco-node[b-h86d3xhhzp] {
        position: static;
        transform: none;
        width: 100%;
        height: auto;
    }

    .eco-node:hover[b-h86d3xhhzp] { transform: none; }
}
/* /Components/Shared/HeroEcosystem.razor.rz.scp.css */
/* Hero ecosystem ring — 5 white cards in a circle around a central round orb.
   Each card is centred on a point of the SVG ring (cx/cy 50, r 38) via translate(-50%,-50%),
   so they sit on a true circle regardless of card size. */
.he-eco[b-wg8hf9hyow] { position: relative; width: 100%; aspect-ratio: 1/1; max-width: 620px; margin-left: auto; }

.he-ring[b-wg8hf9hyow] { position: absolute; inset: 0; width: 100%; height: 100%; }

.he-center[b-wg8hf9hyow] {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 118px; height: 118px; border-radius: 50%; background: var(--grad-orb);
    border: 5px solid rgba(255, 255, 255, .15);
    display: flex; align-items: center; justify-content: center;
    text-align: center; z-index: 2; box-shadow: 0 12px 30px rgba(42, 0, 22, .45);
}
.he-center span[b-wg8hf9hyow] { font-family: var(--font-display); font-weight: 700; font-size: .85rem; color: #fff; line-height: 1.25; }

.he-node[b-wg8hf9hyow] {
    position: absolute; width: 200px; height: 104px; background: #fff; border-radius: 16px; padding: 1rem 1.1rem;
    box-shadow: 0 14px 30px rgba(42, 0, 22, .35); z-index: 2; text-align: left;
    transform: translate(-50%, -50%);
    display: flex; flex-direction: column; justify-content: flex-start;
}
.he-nh[b-wg8hf9hyow] {
    display: flex; align-items: center; gap: .5rem; font-family: var(--font-display); font-weight: 700;
    font-size: .85rem; letter-spacing: .03em; text-transform: uppercase; color: var(--primary); margin-bottom: .4rem;
}
.he-ni[b-wg8hf9hyow] {
    width: 30px; height: 30px; border-radius: 50%; background: var(--grad-magenta); color: #fff;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.he-node p[b-wg8hf9hyow] { font-size: .82rem; color: var(--muted-foreground); line-height: 1.45; }

/* Card centres spread evenly by eye: top centre, two upper sides, two lower sides pushed wider
   apart than a true pentagon so the bottom pair doesn't look bunched with wide cards. */
.he-n-top[b-wg8hf9hyow] { top: 9%; left: 50%; }
.he-n-right[b-wg8hf9hyow] { top: 38%; left: 87%; }
.he-n-left[b-wg8hf9hyow] { top: 38%; left: 13%; }
.he-n-br[b-wg8hf9hyow] { top: 84%; left: 76%; }
.he-n-bl[b-wg8hf9hyow] { top: 84%; left: 24%; }

@media (max-width: 980px) {
    .he-eco[b-wg8hf9hyow] { margin: 0 auto; }
}
/* /Components/Shared/LegalHeader.razor.rz.scp.css */
/* LegalHeader (REBRANDED) — Components/Shared/LegalHeader.razor.css */
.mkt-header[b-6ovgbawsox] { position: relative; z-index: 50; }
.mkt-header-light[b-6ovgbawsox] { position: sticky; top: 0; background: rgba(255,255,255,.92); backdrop-filter: saturate(140%) blur(10px); border-bottom: 1px solid var(--border); }
.mkt-nav[b-6ovgbawsox] { max-width: 1280px; margin: 0 auto; padding: 1.5rem 2rem; display: flex; align-items: center; gap: 2rem; }
.mkt-logo[b-6ovgbawsox] { flex-shrink: 0; display: block; }
/* Size the logo by HEIGHT (not width) so the header bar height matches ClientHeader
   regardless of each PNG's aspect ratio. */
.mkt-logo img[b-6ovgbawsox] { height: 40px; width: auto; display: block; }
.mkt-nav-links[b-6ovgbawsox] { display: flex; align-items: center; gap: 1.75rem; margin: 0 auto; }
.mkt-nav-link[b-6ovgbawsox] { text-decoration: none; font-family: var(--font-body); font-size: 0.95rem; font-weight: 600; transition: color 0.15s; position: relative; }
.mkt-nav-cta[b-6ovgbawsox] { flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; padding: 0.7rem 1.5rem; border-radius: var(--radius); font-weight: 700; font-size: 0.95rem; text-decoration: none; transition: transform .2s cubic-bezier(.4,0,.2,1); }

/* ---- Light variant ---- */
.mkt-header-light .mkt-nav-link[b-6ovgbawsox] { color: var(--ink-700, #443f5c); }
.mkt-header-light .mkt-nav-link:hover[b-6ovgbawsox] { color: var(--primary); }
.mkt-header-light .mkt-nav-link.active[b-6ovgbawsox] { color: var(--primary); font-weight: 700; }
.mkt-header-light .mkt-nav-cta[b-6ovgbawsox] { background: var(--grad-magenta); color: #fff; box-shadow: var(--shadow-brand); }
.mkt-header-light .mkt-nav-cta:hover[b-6ovgbawsox] { transform: translateY(-1px); }

/* ---- Dark variant ---- */
.mkt-header-dark .mkt-nav-link[b-6ovgbawsox] { color: rgba(255, 255, 255, 0.85); }
.mkt-header-dark .mkt-nav-link:hover[b-6ovgbawsox] { color: #fff; }
.mkt-header-dark .mkt-nav-link.active[b-6ovgbawsox] { color: #fff; font-weight: 700; }
.mkt-header-dark .mkt-nav-link.active[b-6ovgbawsox]::after { content: ''; position: absolute; left: 0; right: 0; bottom: -6px; height: 2px; background: var(--primary-bright); border-radius: 2px; }
.mkt-header-dark .mkt-nav-cta[b-6ovgbawsox] { background: #fff; color: var(--primary); }
.mkt-header-dark .mkt-nav-cta:hover[b-6ovgbawsox] { transform: translateY(-1px); }

/* ---- Mobile menu toggle (hamburger) ---- */
.mkt-nav-toggle[b-6ovgbawsox] { display: none; flex-shrink: 0; background: none; border: 0; padding: 0.25rem; cursor: pointer; line-height: 0; }
.mkt-header-light .mkt-nav-toggle[b-6ovgbawsox] { color: var(--ink-700, #443f5c); }
.mkt-header-dark .mkt-nav-toggle[b-6ovgbawsox] { color: #fff; }

/* ---- Mobile dropdown panel ---- */
.mkt-mobile-menu[b-6ovgbawsox] { display: none; flex-direction: column; gap: 0.25rem; padding: 0.5rem 2rem 1.5rem; }
.mkt-mobile-menu.open[b-6ovgbawsox] { display: flex; }
.mkt-mobile-link[b-6ovgbawsox] { text-decoration: none; font-family: var(--font-body); font-size: 1rem; font-weight: 600; padding: 0.75rem 0; border-bottom: 1px solid var(--border); }
.mkt-mobile-cta[b-6ovgbawsox] { display: inline-flex; align-items: center; justify-content: center; margin-top: 1rem; padding: 0.85rem 1.5rem; border-radius: var(--radius); font-weight: 700; font-size: 0.95rem; text-decoration: none; }

/* Light variant mobile panel */
.mkt-header-light .mkt-mobile-menu[b-6ovgbawsox] { background: rgba(255,255,255,.98); border-bottom: 1px solid var(--border); }
.mkt-header-light .mkt-mobile-link[b-6ovgbawsox] { color: var(--ink-700, #443f5c); }
.mkt-header-light .mkt-mobile-link.active[b-6ovgbawsox] { color: var(--primary); }
.mkt-header-light .mkt-mobile-cta[b-6ovgbawsox] { background: var(--grad-magenta); color: #fff; box-shadow: var(--shadow-brand); }

/* Dark variant mobile panel */
.mkt-header-dark .mkt-mobile-menu[b-6ovgbawsox] { background: rgba(30, 20, 45, 0.98); border-bottom: 1px solid rgba(255,255,255,0.12); }
.mkt-header-dark .mkt-mobile-link[b-6ovgbawsox] { color: rgba(255,255,255,0.9); border-bottom-color: rgba(255,255,255,0.12); }
.mkt-header-dark .mkt-mobile-link.active[b-6ovgbawsox] { color: #fff; }
.mkt-header-dark .mkt-mobile-cta[b-6ovgbawsox] { background: #fff; color: var(--primary); }

@media (max-width: 1024px) {
    .mkt-nav-links[b-6ovgbawsox] { display: none; }
    .mkt-nav-cta[b-6ovgbawsox] { display: none; }
    /* Push the hamburger to the far right (nav-links/CTA are hidden). */
    .mkt-nav-toggle[b-6ovgbawsox] { display: inline-flex; margin-left: auto; }
}

@media (max-width: 640px) {
    /* Match ClientHeader's mobile bar (py-4 px-6 = 1rem 1.5rem) so both headers
       are the same height on phones. */
    .mkt-nav[b-6ovgbawsox] { padding: 1rem 1.5rem; }
}
/* /Components/Shared/StatBar.razor.rz.scp.css */
.sb[b-ancoq5kncn] {
    padding: 0 2rem;
    margin: 0 auto 1.5rem;
}

/* Match the pages' mobile gutter (1.25rem) so the bar lines up with the panel/CTA above and below. */
@media (max-width: 640px) {
    .sb[b-ancoq5kncn] { padding: 0 1.25rem; }
}

.sb-in[b-ancoq5kncn] {
    max-width: var(--container);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    background: var(--grad-magenta);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-brand);
    overflow: hidden;
}

.sb-stat[b-ancoq5kncn] {
    text-align: center;
    padding: 1.75rem 1rem;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.sb-stat:last-child[b-ancoq5kncn] {
    border-right: none;
}

.sb-icon[b-ancoq5kncn] {
    margin: 0 auto 0.6rem;
}
/* NOTE: The svg sizing lives in the global style.css (.sb-icon svg), NOT here.
   StatBar renders each icon from a MarkupString (raw HTML), so it carries no CSS-isolation
   scope attribute — a scoped `.sb-icon svg` rule would compile to `svg[b-xxx]` and never match.
   A global rule has no scope attribute and matches reliably. */
.sb-icon img[b-ancoq5kncn] {
    width: 44px;
    height: 44px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.sb-num[b-ancoq5kncn] {
    font-family: var(--font-display);
    font-size: 1.75rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
    margin-bottom: 0.25rem;
}

.sb-label[b-ancoq5kncn] {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.4;
}

@media (max-width: 760px) {
    /* Dividers via a 1px gap with the gap showing a lighter colour through the grid's
       background overlay — guarantees both rows' columns align regardless of content. */
    .sb-in[b-ancoq5kncn] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1px;
        background: rgba(255, 255, 255, 0.18);
    }

    /* Each cell paints the magenta gradient itself; the 1px gaps between them become the dividers. */
    .sb-stat[b-ancoq5kncn] {
        background: var(--grad-magenta);
        border-right: none;
    }
}
/* /Components/Shared/TrustBar.razor.rz.scp.css */
/* TrustBar (REBRANDED) — Components/Shared/TrustBar.razor.css */
.tb-bar[b-r627gxrih6] { background: var(--surface-2, #f8f6fb); padding: 1.5rem 2rem; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.tb-in[b-r627gxrih6] { max-width: 1200px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 1.5rem 2rem; }
.tb-item[b-r627gxrih6] { display: flex; align-items: center; gap: 0.75rem; }
.tb-item svg[b-r627gxrih6] { flex-shrink: 0; color: var(--primary-bright); }
.tb-logo[b-r627gxrih6] { flex-shrink: 0; height: 38px; width: auto; object-fit: contain; }
.tb-logo-stack[b-r627gxrih6] { flex-shrink: 0; display: flex; flex-direction: column; gap: 2px; }
.tb-logo-stack img[b-r627gxrih6] { height: 18px; width: auto; object-fit: contain; }
.tb-title[b-r627gxrih6] { font-size: 0.85rem; font-weight: 700; color: var(--foreground); line-height: 1.2; }
.tb-sub[b-r627gxrih6] { font-size: 0.75rem; color: var(--muted-foreground); line-height: 1.2; }
.tb-rating[b-r627gxrih6] { flex-direction: column; align-items: flex-start; justify-content: center; gap: 0.15rem; }
.tb-stars[b-r627gxrih6] { color: var(--primary-bright); font-size: 1.5rem; letter-spacing: 2px; line-height: 1; }
@media (max-width: 1024px) { .tb-in[b-r627gxrih6] { justify-content: center; text-align: center; } .tb-rating[b-r627gxrih6] { align-items: center; } }
