/* ===== Marketing Pages Shared Styles ===== */

body.marketing-page {
    background: linear-gradient(180deg, #f4f8fc 0%, #eef3f9 100%);
    color: #0f172a;
}

.marketing-page nav.bg-card\/95 {
    background: rgba(255, 255, 255, 0.92);
    border-bottom-color: rgba(148, 163, 184, 0.18);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.marketing-page .text-muted-foreground {
    color: #5b6d82;
}

.marketing-page .marketing-footer .text-muted-foreground,
.marketing-page footer.bg-gray-900 .text-muted-foreground {
    color: #94a3b8;
}

.marketing-section {
    position: relative;
}

.marketing-section--plain {
    background: linear-gradient(180deg, #f8fbff 0%, #f2f6fb 100%);
    border-top: 1px solid rgba(148, 163, 184, 0.12);
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.marketing-section--tint {
    background: linear-gradient(180deg, #edf4ff 0%, #e8eff8 100%);
    border-top: 1px solid rgba(148, 163, 184, 0.14);
    border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

.marketing-section--contrast {
    background: linear-gradient(180deg, #ffffff 0%, #f4f8fd 100%);
    border-top: 1px solid rgba(148, 163, 184, 0.12);
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

/* --- Gradient Backgrounds --- */
.gradient-bg {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
}
.marketing-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(123, 92, 255, 0.08) 0%, transparent 30%),
        radial-gradient(circle at top right, rgba(79, 110, 247, 0.10) 0%, transparent 28%),
        linear-gradient(180deg, #f8fafc 0%, #eef4ff 52%, #f7f9fd 100%);
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}
.marketing-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 120px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.72) 100%);
    pointer-events: none;
}
.marketing-hero-accent {
    color: #4463d8;
}
.marketing-hero-copy {
    color: #58657c;
}
.marketing-secondary-cta {
    border: 1.5px solid rgba(79, 110, 247, 0.28);
    color: #2d4ecf;
    background: rgba(255, 255, 255, 0.68);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}
.marketing-secondary-cta:hover {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(79, 110, 247, 0.42);
}
.marketing-hero-stat {
    background: rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 20px 32px rgba(15, 23, 42, 0.05);
    backdrop-filter: blur(12px);
}
.marketing-hero-stat-copy {
    color: #60708a;
}
.marketing-positioning-panel {
    background:
        radial-gradient(circle at top right, rgba(37, 99, 235, 0.12) 0%, transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(242, 247, 255, 0.98) 100%);
    border: 1px solid rgba(59, 130, 246, 0.22);
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.08);
}
.marketing-positioning-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.8rem;
    border-radius: 9999px;
    background: rgba(37, 99, 235, 0.1);
    color: #1d4ed8;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.marketing-positioning-grid {
    display: grid;
    gap: 1.5rem;
}
@media (min-width: 1024px) {
    .marketing-positioning-grid {
        grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
        align-items: start;
    }
}
.marketing-positioning-list {
    display: grid;
    gap: 0.9rem;
}
.marketing-positioning-list-item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(148, 163, 184, 0.18);
}
.marketing-positioning-list-item i {
    margin-top: 0.15rem;
    color: #2563eb;
}
.marketing-claim-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1.25rem;
}
.marketing-claim-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 0.85rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(148, 163, 184, 0.18);
    color: #16324f;
    font-size: 0.875rem;
    font-weight: 600;
}
.marketing-cta-band {
    background:
        radial-gradient(circle at top center, rgba(79, 110, 247, 0.08) 0%, transparent 34%),
        linear-gradient(180deg, #eef3fb 0%, #e7eef8 100%);
    border-top: 1px solid rgba(148, 163, 184, 0.14);
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}
.marketing-cta-copy {
    color: #5a6982;
}
.marketing-cta-note {
    color: #70819b;
}
.marketing-footer {
    background: linear-gradient(180deg, #eef3f8 0%, #e6edf5 100%);
    border-top: 1px solid rgba(148, 163, 184, 0.16);
}
.marketing-footer-links {
    color: #64748b;
}
.marketing-footer-links a:hover {
    color: #334155;
}
.marketing-footer-meta {
    border-top: 1px solid rgba(148, 163, 184, 0.18);
    color: #7a889c;
}
.marketing-guarantee-band {
    background: linear-gradient(180deg, #eef5f6 0%, #e7f0f1 100%);
    border-top: 1px solid rgba(148, 163, 184, 0.18);
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}
.marketing-guarantee-panel {
    border-color: rgba(148, 163, 184, 0.2);
    box-shadow: 0 20px 36px rgba(15, 23, 42, 0.06);
}
.marketing-guarantee-icon {
    background: rgba(59, 130, 246, 0.08);
}
.marketing-guarantee-icon-mark {
    color: #3466d8;
}
.marketing-guarantee-stat,
.marketing-guarantee-chip-title {
    color: #35536f;
}
.marketing-guarantee-label,
.marketing-guarantee-chip-copy {
    color: #6a8095;
}
.marketing-guarantee-chip {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(148, 163, 184, 0.16);
}
.sample-proof-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(244, 248, 255, 0.96) 100%);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.06);
}
.sample-code-panel {
    display: flex;
    flex-direction: column;
    min-width: 0;
    border-radius: 1.25rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    overflow: hidden;
    background: #0f172a;
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.10);
}
.sample-code-grid {
    align-items: start;
}
.sample-code-grid > * {
    min-width: 0;
}
.sample-code-column {
    min-width: 0;
}
.sample-code-panel__header {
    display: grid;
    gap: 0.6rem;
    padding: 0.9rem 1rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
    background: rgba(15, 23, 42, 0.94);
}
.sample-code-panel__label {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.35rem 0.7rem;
    border-radius: 9999px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.sample-code-panel__label--generic {
    background: rgba(250, 204, 21, 0.16);
    color: #fde68a;
}
.sample-code-panel__label--specific {
    background: rgba(37, 99, 235, 0.18);
    color: #bfdbfe;
}
.sample-code-panel__title {
    color: rgba(226, 232, 240, 0.92);
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.5;
}
.sample-code-panel pre {
    flex: 0 1 auto;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 1.1rem 1rem 1.2rem;
    overflow: auto;
    max-height: 34rem;
    font-family: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.82rem;
    line-height: 1.7;
    color: #dbeafe;
    background: linear-gradient(180deg, #0f172a 0%, #111827 100%);
}
.sample-code-caption {
    margin-top: 0.9rem;
    color: #425466;
    font-size: 0.92rem;
    line-height: 1.7;
}
.sample-caption {
    color: #5b6d82;
    font-size: 0.95rem;
    line-height: 1.7;
}
.sample-note {
    border-radius: 1rem;
    border: 1px solid rgba(59, 130, 246, 0.18);
    background: linear-gradient(180deg, rgba(239, 246, 255, 0.94) 0%, rgba(248, 250, 252, 0.98) 100%);
}
.sample-hero {
    background:
        radial-gradient(circle at 18% 12%, rgba(37, 99, 235, 0.14) 0%, transparent 28%),
        radial-gradient(circle at 82% 18%, rgba(15, 23, 42, 0.08) 0%, transparent 30%),
        linear-gradient(180deg, #f8fafc 0%, #edf4ff 54%, #f8fbff 100%);
}
.sample-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    padding: 0.45rem 0.85rem;
    border-radius: 9999px;
    background: rgba(15, 23, 42, 0.06);
    color: #263e5c;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.sample-hero__chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem;
    margin-top: 1.5rem;
}
.sample-hero__chips span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.6rem 0.85rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(148, 163, 184, 0.18);
    color: #23364d;
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05);
}
.sample-hero__chips i {
    color: #2563eb;
}
.sample-proof-split {
    display: grid;
    gap: 1.25rem;
}
@media (min-width: 900px) {
    .sample-proof-split {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.sample-proof-split__item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: start;
}
.sample-proof-split__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    background: rgba(37, 99, 235, 0.1);
    color: #1d4ed8;
}
.sample-proof-split__icon--locked {
    background: rgba(15, 23, 42, 0.08);
    color: #334155;
}
.sample-delivery-layout {
    display: grid;
    gap: 2rem;
    align-items: center;
}
@media (min-width: 1024px) {
    .sample-delivery-layout {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    }
}
.sample-delivery-facts {
    display: grid;
    gap: 0.85rem;
    margin-top: 1.5rem;
}
.sample-delivery-facts div {
    display: grid;
    gap: 0.25rem;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(148, 163, 184, 0.16);
}
.sample-delivery-facts strong {
    color: #0f172a;
    font-size: 0.94rem;
}
.sample-delivery-facts span {
    color: #60708a;
    font-size: 0.9rem;
    line-height: 1.55;
}
.sample-tree-panel {
    overflow: hidden;
    border-radius: 1.35rem;
    background: #0f172a;
    border: 1px solid rgba(15, 23, 42, 0.18);
    box-shadow: 0 28px 52px rgba(15, 23, 42, 0.16);
}
.sample-tree-panel__bar {
    display: grid;
    grid-template-columns: auto auto auto 1fr;
    gap: 0.45rem;
    align-items: center;
    padding: 0.85rem 1rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
    background: rgba(15, 23, 42, 0.95);
}
.sample-tree-panel__bar span {
    width: 0.68rem;
    height: 0.68rem;
    border-radius: 9999px;
    background: #64748b;
}
.sample-tree-panel__bar span:nth-child(1) {
    background: #ef4444;
}
.sample-tree-panel__bar span:nth-child(2) {
    background: #f59e0b;
}
.sample-tree-panel__bar span:nth-child(3) {
    background: #22c55e;
}
.sample-tree-panel__bar strong {
    justify-self: end;
    color: #cbd5e1;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}
.sample-tree-panel pre {
    margin: 0;
    padding: 1.35rem 1.25rem 1.5rem;
    overflow: auto;
    color: #dbeafe;
    font-family: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.84rem;
    line-height: 1.72;
    background:
        linear-gradient(90deg, rgba(37, 99, 235, 0.08), transparent 34%),
        #0f172a;
}
.sample-doc-grid {
    display: grid;
    gap: 1rem;
}
@media (min-width: 900px) {
    .sample-doc-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.sample-doc-panel {
    padding: 1.25rem;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.05);
}
.sample-doc-panel__kicker {
    margin-bottom: 0.85rem;
    color: #2563eb;
    font-family: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.06em;
}
.sample-doc-panel h3 {
    color: #0f172a;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 0.65rem;
}
.sample-doc-panel p,
.sample-doc-panel li {
    color: #52667d;
    font-size: 0.9rem;
    line-height: 1.65;
}
.sample-doc-panel ul {
    display: grid;
    gap: 0.45rem;
    margin-top: 0.85rem;
    padding-left: 1rem;
    list-style: disc;
}
.how-hero {
    padding: 5rem 0;
    background:
        radial-gradient(circle at 20% 12%, rgba(37, 99, 235, 0.16) 0%, transparent 30%),
        radial-gradient(circle at 82% 18%, rgba(15, 23, 42, 0.10) 0%, transparent 32%),
        linear-gradient(180deg, #f8fafc 0%, #edf4ff 56%, #f8fbff 100%);
}
.how-hero__layout {
    display: grid;
    gap: 3rem;
    align-items: center;
}
@media (min-width: 1024px) {
    .how-hero__layout {
        grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.65fr);
    }
}
.how-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.45rem 0.85rem;
    border-radius: 9999px;
    background: rgba(15, 23, 42, 0.06);
    color: #263e5c;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.how-hero__track {
    position: relative;
    display: grid;
    gap: 1rem;
    padding: 1.25rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 28px 56px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}
.how-hero__track-line {
    position: absolute;
    top: 2rem;
    bottom: 2rem;
    left: 2.45rem;
    width: 2px;
    background: linear-gradient(180deg, rgba(37, 99, 235, 0.45), rgba(148, 163, 184, 0.22));
}
.how-hero__step {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 0.85rem;
    row-gap: 0.1rem;
    align-items: center;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    background: rgba(248, 250, 252, 0.84);
    border: 1px solid rgba(148, 163, 184, 0.16);
}
.how-hero__step span {
    grid-row: span 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 9999px;
    background: #e8eef8;
    color: #52667d;
    font-size: 0.76rem;
    font-weight: 800;
}
.how-hero__step strong {
    color: #0f172a;
    font-size: 0.98rem;
}
.how-hero__step small {
    color: #64748b;
    font-size: 0.82rem;
}
.how-hero__step--active {
    background: #ffffff;
    border-color: rgba(37, 99, 235, 0.24);
    box-shadow: 0 16px 28px rgba(37, 99, 235, 0.08);
}
.how-hero__step--active span {
    background: #2563eb;
    color: #ffffff;
}
.how-flow {
    display: grid;
    gap: 0.9rem;
}
.how-flow__item {
    display: grid;
    gap: 1rem;
    align-items: start;
    padding: 1.1rem;
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 14px 26px rgba(15, 23, 42, 0.04);
}
@media (min-width: 900px) {
    .how-flow__item {
        grid-template-columns: auto minmax(0, 1fr);
    }
}
.how-flow__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    background: rgba(37, 99, 235, 0.1);
    color: #1d4ed8;
    font-weight: 800;
}
.how-flow__item h3 {
    color: #0f172a;
    font-size: 1.08rem;
    font-weight: 800;
    margin-bottom: 0.35rem;
}
.how-flow__item p {
    color: #52667d;
    line-height: 1.65;
}
.how-flow__outcome {
    margin-top: 0.65rem;
    padding-left: 0.85rem;
    border-left: 3px solid rgba(37, 99, 235, 0.35);
    color: #254469 !important;
    font-weight: 700;
}
.how-review-layout,
.how-output-layout {
    display: grid;
    gap: 2rem;
    align-items: center;
}
@media (min-width: 1024px) {
    .how-review-layout {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    }
    .how-output-layout {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    }
}
.how-review-panel {
    overflow: hidden;
    border-radius: 1.35rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(244, 248, 255, 0.96) 100%);
    border: 1px solid rgba(59, 130, 246, 0.18);
    box-shadow: 0 28px 52px rgba(15, 23, 42, 0.10);
}
.how-review-panel__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}
.how-review-panel__header span {
    color: #2563eb;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.how-review-panel__header strong {
    color: #15803d;
    font-size: 0.82rem;
}
.how-review-panel__grid {
    display: grid;
    gap: 0.8rem;
    padding: 1.1rem;
}
@media (min-width: 640px) {
    .how-review-panel__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.how-review-panel__grid div {
    padding: 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(148, 163, 184, 0.16);
}
.how-review-panel__grid span {
    display: block;
    margin-bottom: 0.35rem;
    color: #64748b;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.how-review-panel__grid strong {
    color: #0f172a;
    font-size: 0.95rem;
}
.how-review-panel__note {
    padding: 1rem 1.1rem;
    background: rgba(37, 99, 235, 0.08);
    color: #254469;
    font-size: 0.92rem;
    line-height: 1.6;
}
.how-paths {
    display: grid;
    gap: 1rem;
}
@media (min-width: 900px) {
    .how-paths {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.how-paths__item {
    padding: 1.4rem;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.05);
}
.how-paths__item--featured {
    background: #ffffff;
    border-color: rgba(37, 99, 235, 0.28);
    box-shadow: 0 24px 44px rgba(37, 99, 235, 0.10);
}
.how-paths__label {
    display: inline-flex;
    margin-bottom: 1rem;
    padding: 0.35rem 0.65rem;
    border-radius: 9999px;
    background: rgba(37, 99, 235, 0.1);
    color: #1d4ed8;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.how-paths__item h3 {
    color: #0f172a;
    font-size: 1.16rem;
    font-weight: 800;
    margin-bottom: 0.6rem;
}
.how-paths__item p {
    color: #52667d;
    line-height: 1.65;
}
.how-support-expectations {
    padding: 2rem;
    border-radius: 1.6rem;
    background:
        linear-gradient(135deg, rgba(248, 250, 252, 0.98), rgba(239, 246, 255, 0.82)),
        radial-gradient(circle at top right, rgba(37, 99, 235, 0.12), transparent 34rem);
    border: 1px solid rgba(148, 163, 184, 0.20);
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.07);
}
.how-support-expectations__header {
    display: grid;
    gap: 1.5rem;
    align-items: end;
    margin-bottom: 1.5rem;
}
@media (min-width: 900px) {
    .how-support-expectations__header {
        grid-template-columns: minmax(0, 1fr) auto;
    }
}
.how-support-expectations__link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    width: fit-content;
    color: #1d4ed8;
    font-weight: 800;
}
.how-support-lanes {
    display: grid;
    gap: 0.85rem;
}
@media (min-width: 900px) {
    .how-support-lanes {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.how-support-lane {
    position: relative;
    padding: 1.2rem;
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(148, 163, 184, 0.18);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.how-support-lane:hover {
    transform: translateY(-2px);
    border-color: rgba(37, 99, 235, 0.28);
    box-shadow: 0 18px 32px rgba(15, 23, 42, 0.08);
}
.how-support-lane--accent {
    background: #ffffff;
    border-color: rgba(37, 99, 235, 0.30);
}
.how-support-lane__label {
    display: inline-flex;
    margin-bottom: 0.9rem;
    padding: 0.28rem 0.58rem;
    border-radius: 9999px;
    background: rgba(37, 99, 235, 0.09);
    color: #1d4ed8;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.how-support-lane h3 {
    margin-bottom: 0.55rem;
    color: #0f172a;
    font-size: 1rem;
    font-weight: 850;
}
.how-support-lane p {
    color: #52667d;
    font-size: 0.92rem;
    line-height: 1.65;
}
.guarantee-gradient {
    background: linear-gradient(135deg, #ecfdf5 0%, #f0fdf4 100%);
    border: 2px solid #bbf7d0;
}
.maintenance-gradient {
    background: linear-gradient(135deg, #eff6ff 0%, #f0f9ff 100%);
    border: 2px solid #bfdbfe;
}

/* --- Pricing Cards --- */
.pricing-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgba(255, 255, 255, 0.94);
    border-color: rgba(148, 163, 184, 0.18);
    box-shadow: 0 20px 42px rgba(15, 23, 42, 0.07);
}
.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 56px rgba(15, 23, 42, 0.12);
}
.popular-ring {
    box-shadow: 0 0 0 3px #2563eb, 0 25px 50px rgba(37,99,235,0.15);
}
.popular-badge {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
}
.pricing-modifier-callout {
    border: 1px solid #dbe4ee;
    background: linear-gradient(180deg, #fafcff 0%, #f5f9fd 100%);
    border-radius: 1rem;
    padding: 1rem;
}
.pricing-modifier-callout__title {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #52606d;
    margin-bottom: 0.75rem;
}
.pricing-modifier-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.pricing-modifier-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    border-radius: 9999px;
    background: #ffffff;
    border: 1px solid #cdd9e5;
    color: #16324f;
    font-size: 0.875rem;
    font-weight: 600;
}
.pricing-upgrade-highlight {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.875rem;
    align-items: start;
    border-radius: 1rem;
    padding: 1rem;
    background: linear-gradient(135deg, #eff6ff 0%, #f8fbff 100%);
    border: 1px solid #93c5fd;
}
.pricing-upgrade-highlight__icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #2563eb;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.08);
}
.pricing-upgrade-highlight__eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1d4ed8;
    margin-bottom: 0.2rem;
}
.pricing-upgrade-highlight__title {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
}
.pricing-upgrade-highlight__body {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #52606d;
    margin-top: 0.35rem;
}
.pricing-support-expectations {
    display: grid;
    gap: 1.5rem;
    align-items: center;
    padding: 1.5rem;
    border-radius: 1.5rem;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(30, 41, 59, 0.94)),
        radial-gradient(circle at top right, rgba(96, 165, 250, 0.22), transparent 28rem);
    color: #ffffff;
    box-shadow: 0 24px 46px rgba(15, 23, 42, 0.18);
}
@media (min-width: 1024px) {
    .pricing-support-expectations {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr) auto;
    }
}
.pricing-support-expectations__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.9rem;
    color: #93c5fd;
    font-size: 0.74rem;
    font-weight: 850;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}
.pricing-support-expectations h2 {
    margin-bottom: 0.65rem;
    color: #ffffff;
    font-size: 1.45rem;
    font-weight: 850;
}
.pricing-support-expectations p {
    color: #cbd5e1;
    line-height: 1.65;
}
.pricing-support-expectations__list {
    display: grid;
    gap: 0.7rem;
}
.pricing-support-expectations__list div {
    display: grid;
    gap: 0.2rem;
    padding: 0.85rem 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.11);
}
.pricing-support-expectations__list strong {
    color: #ffffff;
    font-size: 0.9rem;
}
.pricing-support-expectations__list span {
    color: #cbd5e1;
    font-size: 0.84rem;
    line-height: 1.55;
}
.pricing-support-expectations__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    white-space: nowrap;
    padding: 0.85rem 1rem;
    border-radius: 9999px;
    background: #ffffff;
    color: #0f172a;
    font-weight: 850;
}

/* --- Feature Table Icons --- */
.feature-check {
    color: #059669;
}
.feature-dash {
    color: #d1d5db;
}

/* --- Striped Comparison Rows --- */
.comparison-row:nth-child(odd) {
    background-color: rgba(237, 243, 251, 0.72);
}
.comparison-row:hover {
    background-color: rgba(227, 236, 248, 0.9);
}

/* --- Hover Cards --- */
.feature-card,
.step-card,
.pain-card,
.vs-card,
.section-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.feature-card:hover,
.pain-card:hover,
.vs-card:hover,
.section-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.10);
}
.step-card:hover {
    transform: scale(1.02);
}

.marketing-page .feature-card,
.marketing-page .pain-card,
.marketing-page .vs-card,
.marketing-page .section-card,
.marketing-page .faq-item,
.marketing-page .configure-surface,
.marketing-page .marketing-section .bg-card.rounded-2xl.border,
.marketing-page .marketing-section .bg-card.rounded-xl.border,
.marketing-page .marketing-section .bg-card.rounded-lg.border,
.marketing-page .marketing-section .bg-card.rounded-2xl.shadow-lg,
.marketing-page .marketing-section .bg-card.rounded-2xl.shadow-xl,
.marketing-page .marketing-section .bg-card.rounded-2xl.shadow-sm,
.marketing-page .marketing-section .bg-card.rounded-xl.shadow-lg,
.marketing-page .marketing-section .bg-card.rounded-xl.shadow-sm {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(148, 163, 184, 0.18);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.06);
}

.marketing-page .step-card {
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 1.25rem;
    padding: 1.75rem 1.25rem;
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.05);
}

.marketing-page .configure-surface {
    border-radius: 1rem;
}

.trust-hero {
    padding: 5rem 0;
    background:
        radial-gradient(circle at 18% 14%, rgba(37, 99, 235, 0.14) 0%, transparent 30%),
        radial-gradient(circle at 82% 20%, rgba(15, 23, 42, 0.12) 0%, transparent 34%),
        linear-gradient(180deg, #f8fafc 0%, #edf4ff 58%, #f8fbff 100%);
}

.trust-hero__layout {
    display: grid;
    gap: 3rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .trust-hero__layout {
        grid-template-columns: minmax(0, 0.95fr) minmax(380px, 0.72fr);
    }
}

.trust-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1.1rem;
    padding: 0.45rem 0.85rem;
    border-radius: 9999px;
    background: rgba(15, 23, 42, 0.06);
    color: #263e5c;
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.trust-hero h1 {
    max-width: 760px;
    margin-bottom: 1.35rem;
    color: #0f172a;
    font-size: clamp(2.5rem, 6vw, 5.25rem);
    font-weight: 900;
    letter-spacing: -0.055em;
    line-height: 0.98;
}

.trust-hero p {
    max-width: 680px;
    color: #52667d;
    font-size: 1.15rem;
    line-height: 1.72;
}

.trust-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.trust-ledger {
    overflow: hidden;
    border-radius: 1.45rem;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 28px 56px rgba(15, 23, 42, 0.10);
}

.trust-ledger__row {
    display: grid;
    gap: 0.35rem;
    padding: 1rem 1.1rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.15);
}

.trust-ledger__row:last-child {
    border-bottom: 0;
}

.trust-ledger__row span {
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.trust-ledger__row strong {
    color: #0f172a;
    font-size: 1rem;
}

.trust-ledger__row--strong {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.11), rgba(255, 255, 255, 0.78));
}

.trust-status-strip {
    display: grid;
    gap: 1.2rem;
    align-items: center;
    padding: 1.35rem;
    border-radius: 1.35rem;
    background: #0f172a;
    color: #ffffff;
    box-shadow: 0 22px 42px rgba(15, 23, 42, 0.16);
}

@media (min-width: 900px) {
    .trust-status-strip {
        grid-template-columns: minmax(240px, 0.45fr) minmax(0, 1fr);
    }
}

.trust-status-strip span {
    display: block;
    margin-bottom: 0.35rem;
    color: #93c5fd;
    font-size: 0.74rem;
    font-weight: 850;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.trust-status-strip strong {
    color: #ffffff;
    font-size: 1.18rem;
}

.trust-status-strip p {
    color: #cbd5e1;
    line-height: 1.65;
}

.trust-section-heading {
    max-width: 760px;
    margin-bottom: 2rem;
}

.trust-section-heading h2,
.trust-ownership h2 {
    margin-bottom: 1rem;
    color: #0f172a;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    letter-spacing: -0.035em;
}

.trust-section-heading p,
.trust-ownership p {
    color: #52667d;
    font-size: 1.05rem;
    line-height: 1.7;
}

.trust-data-grid {
    display: grid;
    gap: 0.9rem;
}

@media (min-width: 900px) {
    .trust-data-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.trust-data-grid div {
    padding: 1.25rem;
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(148, 163, 184, 0.18);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.trust-data-grid div:hover {
    transform: translateY(-2px);
    border-color: rgba(37, 99, 235, 0.25);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.07);
}

.trust-data-grid h3 {
    margin-bottom: 0.6rem;
    color: #0f172a;
    font-size: 1rem;
    font-weight: 850;
}

.trust-data-grid p {
    color: #52667d;
    font-size: 0.92rem;
    line-height: 1.65;
}

.trust-boundary-layout,
.trust-ownership {
    display: grid;
    gap: 2rem;
    align-items: start;
}

@media (min-width: 1024px) {
    .trust-boundary-layout {
        grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    }
    .trust-ownership {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    }
}

.trust-callout {
    display: grid;
    gap: 0.35rem;
    padding: 1rem 1.1rem;
    border-left: 4px solid rgba(37, 99, 235, 0.55);
    border-radius: 0 1rem 1rem 0;
    background: rgba(37, 99, 235, 0.07);
}

.trust-callout strong {
    color: #0f172a;
    font-size: 0.95rem;
}

.trust-callout span {
    color: #52667d;
    line-height: 1.6;
}

.trust-control-list {
    display: grid;
    gap: 0.8rem;
}

.trust-control-list div {
    display: grid;
    gap: 0.3rem;
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(148, 163, 184, 0.18);
}

.trust-control-list span {
    color: #0f172a;
    font-size: 0.95rem;
    font-weight: 850;
}

.trust-control-list p {
    color: #52667d;
    line-height: 1.6;
}

.trust-do-dont {
    display: grid;
    gap: 1rem;
}

@media (min-width: 900px) {
    .trust-do-dont {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.trust-do-dont > div {
    padding: 1.35rem;
    border-radius: 1.3rem;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(148, 163, 184, 0.18);
}

.trust-do-dont__label {
    display: inline-flex;
    margin-bottom: 1rem;
    padding: 0.35rem 0.7rem;
    border-radius: 9999px;
    font-size: 0.74rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.trust-do-dont__label--yes {
    background: rgba(5, 150, 105, 0.10);
    color: #047857;
}

.trust-do-dont__label--no {
    background: rgba(15, 23, 42, 0.08);
    color: #334155;
}

.trust-do-dont ul {
    display: grid;
    gap: 0.7rem;
    color: #334155;
    line-height: 1.6;
}

.trust-do-dont li {
    position: relative;
    padding-left: 1rem;
}

.trust-do-dont li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 9999px;
    background: #2563eb;
}

.trust-ownership__facts {
    display: grid;
    gap: 0.85rem;
}

.trust-ownership__facts div {
    display: grid;
    gap: 0.25rem;
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(148, 163, 184, 0.18);
}

.trust-ownership__facts strong {
    color: #0f172a;
    font-size: 0.95rem;
}

.trust-ownership__facts span {
    color: #52667d;
    line-height: 1.6;
}

.marketing-page .bg-muted\/20 {
    background: rgba(237, 243, 251, 0.86);
    border-color: rgba(148, 163, 184, 0.18);
}

.marketing-deploy-detail {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.9rem;
    align-items: start;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(148, 163, 184, 0.16);
}

.deploy-browser {
    border-radius: 1.5rem;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: linear-gradient(180deg, #f9fbff 0%, #f2f6fc 100%);
    box-shadow: 0 30px 56px rgba(15, 23, 42, 0.10);
}

.deploy-browser--deep {
    box-shadow: 0 34px 64px rgba(15, 23, 42, 0.12);
}

.deploy-browser__bar {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9rem 1rem;
    background: linear-gradient(180deg, #16324f 0%, #12263d 100%);
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

.deploy-browser__dots {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.deploy-browser__dots span {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 9999px;
    display: inline-block;
}

.deploy-browser__dots span:nth-child(1) { background: #f97316; }
.deploy-browser__dots span:nth-child(2) { background: #eab308; }
.deploy-browser__dots span:nth-child(3) { background: #22c55e; }

.deploy-browser__title {
    color: rgba(226, 232, 240, 0.92);
    font-size: 0.85rem;
    font-weight: 600;
}

.deploy-browser__badge {
    justify-self: end;
    padding: 0.35rem 0.7rem;
    border-radius: 9999px;
    background: rgba(59, 130, 246, 0.18);
    color: #bfdbfe;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.deploy-browser__body {
    display: grid;
    grid-template-columns: 12rem minmax(0, 1fr);
    min-width: 0;
}

.deploy-browser__sidebar {
    background: rgba(236, 242, 249, 0.92);
    border-right: 1px solid rgba(148, 163, 184, 0.16);
    padding: 1rem 0.85rem;
    display: grid;
    align-content: start;
    gap: 0.55rem;
}

.deploy-browser__nav {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.8rem 0.85rem;
    border-radius: 0.95rem;
    color: #53657b;
    font-size: 0.88rem;
    font-weight: 600;
}

.deploy-browser__nav--active {
    background: #ffffff;
    color: #17324f;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
}

.deploy-browser__main {
    min-width: 0;
    padding: 1.2rem;
    display: grid;
    gap: 1rem;
}

.deploy-browser__hero {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 1rem;
    padding: 1rem 1.05rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(148, 163, 184, 0.16);
}

.deploy-browser__eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2563eb;
    margin-bottom: 0.25rem;
}

.deploy-browser__heading {
    color: #0f172a;
    font-size: 1rem;
    font-weight: 700;
}

.deploy-browser__status {
    padding: 0.4rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 700;
    white-space: nowrap;
}

.deploy-browser__status--good {
    background: rgba(34, 197, 94, 0.12);
    color: #15803d;
}

.deploy-browser__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.deploy-browser__stat {
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(148, 163, 184, 0.16);
}

.deploy-browser__stat-label {
    color: #66788d;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 0.35rem;
}

.deploy-browser__stat-value {
    color: #0f172a;
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1.4;
}

.deploy-browser__panel-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.deploy-browser__panel-grid--stacked {
    grid-template-columns: 1fr;
}

.deploy-browser__panel {
    min-width: 0;
    padding: 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(148, 163, 184, 0.16);
}

.deploy-browser__panel-title {
    color: #17324f;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.deploy-browser__timeline,
.deploy-browser__checklist {
    display: grid;
    gap: 0.6rem;
}

.deploy-browser__timeline-item,
.deploy-browser__checklist-item {
    display: flex;
    align-items: start;
    gap: 0.65rem;
    color: #34475b;
    font-size: 0.88rem;
    line-height: 1.5;
}

.deploy-browser__pill {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3.3rem;
    padding: 0.28rem 0.45rem;
    border-radius: 9999px;
    background: rgba(148, 163, 184, 0.16);
    color: #52606d;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.deploy-browser__pill--good {
    background: rgba(34, 197, 94, 0.12);
    color: #15803d;
}

.deploy-browser__pill--active {
    background: rgba(37, 99, 235, 0.12);
    color: #1d4ed8;
}

.deploy-browser__log {
    display: grid;
    gap: 0.55rem;
    padding: 0.95rem 1rem;
    border-radius: 0.95rem;
    background: linear-gradient(180deg, #0f172a 0%, #111827 100%);
    color: #dbeafe;
    font-family: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.78rem;
    line-height: 1.65;
}

.marketing-deploy-note {
    border: 1px solid rgba(59, 130, 246, 0.18);
    background: linear-gradient(180deg, rgba(239, 246, 255, 0.94) 0%, rgba(248, 250, 252, 0.98) 100%);
}

@media (max-width: 1023px) {
    .deploy-browser__body {
        grid-template-columns: 1fr;
    }

    .deploy-browser__sidebar {
        grid-auto-flow: column;
        grid-auto-columns: minmax(9rem, 1fr);
        overflow-x: auto;
        border-right: 0;
        border-bottom: 1px solid rgba(148, 163, 184, 0.16);
    }
}

@media (max-width: 767px) {
    .deploy-browser__bar {
        grid-template-columns: auto 1fr;
    }

    .deploy-browser__badge {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .deploy-browser__hero {
        flex-direction: column;
    }

    .deploy-browser__stats,
    .deploy-browser__panel-grid {
        grid-template-columns: 1fr;
    }
}

/* --- FAQ Items --- */
.faq-item {
    transition: all 0.2s ease;
}
.faq-item:hover {
    background-color: rgba(255, 255, 255, 0.98);
}

/* --- Preset Buttons (ROI Calculator) --- */
.preset-btn {
    transition: all 0.2s ease;
}
.preset-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* --- Included Badge (90 days maintenance) --- */
.included-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    background-color: #ecfdf5;
    color: #059669;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.625rem;
    border-radius: 9999px;
    border: 1px solid #bbf7d0;
}

/* --- Mobile Menu --- */
.mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);
    z-index: 50;
    padding: 1rem;
}
.mobile-menu.open {
    display: block;
}
.mobile-menu a {
    display: block;
    padding: 0.625rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    transition: background-color 0.15s ease;
}
.mobile-menu a:hover {
    background-color: #f3f4f6;
}
.mobile-menu a.active {
    color: #2563eb;
    font-weight: 600;
}
.mobile-menu .mobile-cta {
    display: block;
    margin-top: 0.5rem;
    padding: 0.625rem 1rem;
    background: #2563eb;
    color: white;
    text-align: center;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 0.875rem;
}

.legal-page .legal-shell {
    max-width: 880px;
    margin: 0 auto;
}

.legal-page .legal-hero {
    padding: 5rem 0 2rem;
}

.legal-page .legal-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.75rem;
    border-radius: 9999px;
    background: rgba(37, 99, 235, 0.08);
    color: #1d4ed8;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.legal-page .legal-card {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 1.5rem;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
}

.legal-page .legal-section + .legal-section {
    margin-top: 1.5rem;
}

.legal-page .legal-section h2 {
    font-size: 1.125rem;
    line-height: 1.6rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.65rem;
}

.legal-page .legal-section p,
.legal-page .legal-section li {
    color: #475569;
    line-height: 1.7;
}

.legal-page .legal-section ul {
    padding-left: 1.25rem;
    list-style: disc;
}

.legal-page .legal-section li + li {
    margin-top: 0.35rem;
}

.legal-page .legal-callout {
    border-radius: 1rem;
    border: 1px solid rgba(59, 130, 246, 0.14);
    background: linear-gradient(180deg, rgba(239, 246, 255, 0.9) 0%, rgba(248, 250, 252, 0.95) 100%);
}
