@import '../../css/style.css';

/* --------------------------------------------------
   Rostyr OS specific style sheet overrides (Light Theme)
   -------------------------------------------------- */

:root {
    --bg-black: #f6f8f1;
    /* Override black background with cream */
    --border-dark: rgba(12, 13, 14, 0.08);
    --bg-card: rgba(255, 255, 255, 0.85);
    --color-text-gray: #5a5c5e;
}

body {
    background-color: #f6f8f1 !important;
    color: #0c0d0e !important;
}

/* Hero Section Override (Fix vertical clipping and push-up) */
.hero-section {
    height: auto !important;
    min-height: auto !important;
    display: block !important;
    overflow: visible !important;
    position: relative !important;
    padding-top: 140px !important;
    padding-bottom: 70px !important;
}

.hero-title {
    margin-top: 0 !important;
    margin-bottom: 1.5rem !important;
}

.hero-section.text-start .hero-title,
.hero-title.text-start {
    text-align: left !important;
}

.hover-green:hover {
    color: #027a48 !important;
}

.text-custom-charcoal {
    color: #3b3d3f !important;
}

.navbar-custom.navbar-scrolled {
    background-color: rgb(246, 248, 241) !important;
}

.text-green-dark {
    color: #013731 !important;
}

/* Custom Buttons overrides */
.btn-neon-pill {
    background-color: var(--color-neon-green);
    color: #000000 !important;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    padding: 6px 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.btn-neon-pill:hover {
    background-color: #5ce63c !important;
    color: #000000 !important;
    transform: translateY(-2px);
}

.btn-black-pill {
    background-color: #0c0d0e !important;
    color: #ffffff !important;
    border: none !important;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.btn-black-pill:hover {
    background-color: var(--color-neon-green) !important;
    color: #000000 !important;
    transform: translateY(-2px);
}

.btn-outline-pill-dark {
    background-color: transparent !important;
    color: #0c0d0e !important;
    border: 1px solid rgba(12, 13, 14, 0.18) !important;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.btn-outline-pill-dark:hover {
    background-color: #0c0d0e !important;
    color: #ffffff !important;
    transform: translateY(-2px);
}

/* Toggle selector switch inside navbar */
.nav-toggle-pill {
    background: rgba(12, 13, 14, 0.04) !important;
    border: 1px solid rgba(12, 13, 14, 0.12) !important;
    border-radius: 50px !important;
    padding: 3px !important;
    display: inline-flex !important;
    align-items: center !important;
}

.nav-toggle-item {
    color: rgba(12, 13, 14, 0.7) !important;
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    padding: 6px 18px !important;
    border-radius: 50px !important;
    transition: all 0.25s ease !important;
    display: inline-block !important;
    line-height: 1.4 !important;
}

.nav-toggle-item:hover {
    color: #000000 !important;
}

.nav-toggle-item.active {
    background-color: #bdf382 !important;
    color: #0c0d0e !important;
}

/* Header Links Color Customization */
.navbar-light .navbar-nav .nav-link-custom {
    color: rgba(12, 13, 14, 0.72) !important;
}

.navbar-light .navbar-nav .nav-link-custom:hover {
    color: #027a48 !important;
}

/* Dashboard Mockup in Hero section */
.dashboard-hero-container {
    position: relative;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}

.dashboard-mockup {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
    display: flex;
    overflow: hidden;
    height: 290px;
}

.dashboard-nav {
    width: 52px;
    background: #f7f9fa;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    padding: 1.25rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.1rem;
}

.nav-logo-dot {
    width: 11px;
    height: 11px;
    background: #027a48;
    border-radius: 50%;
    margin-bottom: 1rem;
}

.nav-line {
    width: 22px;
    height: 3px;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 2px;
}

.dashboard-content {
    flex: 1;
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
}

.dashboard-metric {
    background: #fcfdfe;
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 12px;
    padding: 1.25rem;
    margin-top: 0.5rem;
}

.metric-lbl {
    font-size: 0.6rem;
    color: #5a5c5e;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 0.2rem;
}

.metric-val {
    font-size: 1.95rem;
    font-weight: 800;
    color: #0c0d0e;
    line-height: 1;
    margin-bottom: 0.4rem;
}

.metric-status {
    font-size: 0.68rem;
    color: #027a48;
    font-weight: 700;
}

.dashboard-table-mock {
    margin-top: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.tbl-header-line {
    width: 100%;
    height: 9px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.tbl-row-line {
    width: 80%;
    height: 7px;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 3px;
}

.floating-debit-card {
    position: absolute;
    bottom: -15px;
    right: -15px;
    width: 215px;
    height: 125px;
    background: linear-gradient(135deg, #027a48 0%, #12b76a 100%);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(2, 122, 72, 0.2);
    padding: 1.2rem;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: rotate(-7deg);
    z-index: 10;
    transition: transform 0.3s ease;
}

.floating-debit-card:hover {
    transform: rotate(-3deg) scale(1.04);
}

.card-chip {
    width: 26px;
    height: 19px;
    background: #f4eb87;
    border-radius: 4px;
}

.card-logo {
    font-weight: 800;
    font-size: 1.1rem;
    letter-spacing: -0.01em;
    text-align: right;
}

.card-number {
    font-size: 0.8rem;
    font-family: monospace;
    letter-spacing: 0.05em;
}

.badge-subhero {
    background: rgba(2, 122, 72, 0.05);
    border: 1px solid rgba(2, 122, 72, 0.15);
    color: #027a48;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 50px;
    display: inline-block;
}

/* Pain points */
.pain-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    height: 100%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.01);
    transition: all 0.3s ease;
}

.pain-card:hover {
    border-color: rgba(2, 122, 72, 0.2);
    transform: translateY(-4px);
}

.pain-icon-wrap {
    width: 48px;
    height: 48px;
    background: rgba(2, 122, 72, 0.05);
    border: 1px solid rgba(2, 122, 72, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #027a48;
    font-size: 1.45rem;
    margin-bottom: 1.5rem;
}

.pain-card-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0c0d0e;
    margin-bottom: 0.8rem;
}

.pain-card-desc {
    font-size: 0.92rem;
    color: var(--color-text-gray);
    line-height: 1.6;
}

/* Insurance Dilemma and Pillars */
.dilemma-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 24px;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    position: relative;
    overflow: hidden;
}

.dilemma-border-animation {
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: 24px;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: xor;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 1px;
    z-index: 10;
}

.dilemma-border-animation::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    background: radial-gradient(circle, #027a48 0%, rgba(2, 122, 72, 0) 70%);
    offset-path: rect(0% 100% 100% 0% round 24px);
    offset-anchor: center;
    animation: stat-card-border-glow 14s linear infinite;
}

.pillar-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding: 2.5rem;
    height: 100%;
}

.pillar-tag {
    font-size: 0.65rem;
    font-weight: 800;
    color: #027a48;
    background: rgba(2, 122, 72, 0.05);
    border: 1px solid rgba(2, 122, 72, 0.15);
    padding: 4px 10px;
    border-radius: 50px;
    width: fit-content;
    margin-bottom: 1.5rem;
    letter-spacing: 0.05em;
}

.pillar-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
}

.pillar-card-desc {
    font-size: 0.95rem;
    line-height: 1.6;
}

.headline-banner-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 24px;
    padding: 3.5rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.01);
}

/* Better Insurance section */
.better-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 24px;
    padding: 3.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.coverage-certificate-mock {
    background: #f9fbf8;
    border: 1px solid rgba(2, 122, 72, 0.15);
    border-radius: 16px;
    padding: 2rem;
}

.cert-header {
    font-size: 0.9rem;
    font-weight: 700;
    color: #027a48;
    border-bottom: 1px solid rgba(2, 122, 72, 0.1);
    padding-bottom: 0.8rem;
}

.cert-item {
    font-size: 0.92rem;
    color: #0c0d0e;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cert-check {
    color: #027a48;
    font-weight: 800;
}

/* How it works */
.how-icon-wrap {
    width: 80px;
    height: 80px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.01);
}

.font-3d {
    font-size: 2.2rem;
    color: #027a48;
}

.italic-quote {
    font-size: 1.8rem;
    font-style: italic;
    color: #0c0d0e;
    line-height: 1.45;
}

/* Custom Table Layout */
.table-responsive-custom {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.table-custom {
    margin-bottom: 0;
    width: 100%;
    border-collapse: collapse;
}

.table-custom th,
.table-custom td {
    padding: 1.5rem;
    vertical-align: middle;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.table-custom thead th {
    background-color: #f7f9fa;
    color: #0c0d0e;
    font-weight: 700;
    font-size: 0.95rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.table-custom tbody tr:last-child td {
    border-bottom: none;
}

.highlight-col {
    background-color: rgba(2, 122, 72, 0.015) !important;
}

.col-feature {
    width: 40%;
}

.col-rostyr {
    width: 35%;
}

.col-other {
    width: 25%;
}

.cell-feature {
    font-weight: 600;
    color: #0c0d0e;
}

.cell-rostyr {
    font-weight: 700;
}

.cell-other {
    color: var(--color-text-gray);
}

.row-total {
    background-color: rgba(2, 122, 72, 0.03) !important;
}

.row-total td {
    border-top: 2px solid rgba(2, 122, 72, 0.12) !important;
}

.font-size-lg {
    font-size: 1.3rem;
}

/* Spreadsheets compare */
.compare-box {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding: 2.5rem;
    height: 100%;
}

.compare-box-title {
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}

.compare-item-txt {
    font-size: 1rem;
    font-weight: 600;
    color: #0c0d0e;
}

/* Proof Numbers block */
.proof-number {
    font-size: 3.5rem;
    font-weight: 800;
    color: #027a48;
    line-height: 1.1;
    margin-bottom: 0.5rem;
}

.proof-desc {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--color-text-gray);
}

/* Forms block */
.contact-form-wrapper {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 24px;
    padding: 3.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.form-group-custom {
    margin-bottom: 1.25rem;
    display: flex;
    flex-direction: column;
}

.form-label-custom {
    font-size: 0.78rem;
    font-weight: 700;
    color: #3b3d3f;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.6rem;
}

.form-control-custom {
    background-color: #fafbfa !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 10px !important;
    color: #0c0d0e !important;
    padding: 0.9rem 1.2rem !important;
    font-size: 0.95rem !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
}

.contact-section .form-control-custom {
    background-color: #f6f8f5 !important;
    border: 1px solid #e2e5e1 !important;
    border-radius: 12px !important;
    color: #121314 !important;
    padding: 0.85rem 1.1rem !important;
}

.contact-section .form-control-custom::placeholder {
    color: #8f9290 !important;
    opacity: 1 !important;
}

.contact-section .form-control-custom:focus {
    border-color: #027a48 !important;
    box-shadow: 0 0 8px rgba(2, 122, 72, 0.25) !important;
    outline: none !important;
}

.form-control-custom::placeholder {
    color: #5a5c5e !important;
    opacity: 0.55;
}

.form-control-custom:focus {
    border-color: rgba(2, 122, 72, 0.3) !important;
    box-shadow: 0 0 15px rgba(2, 122, 72, 0.04) !important;
    outline: none !important;
}

/* Footer Styling overrides */
.footer-custom {
    background-color: #f7f9f6 !important;
    color: #0c0d0e !important;
}

.footer-link {
    color: rgba(12, 13, 14, 0.65) !important;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-link:hover {
    color: #027a48 !important;
}

.footer-dark-link {
    color: rgba(12, 13, 14, 0.6) !important;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-dark-link:hover {
    color: #027a48 !important;
}

.navbar-toggler {
    background-color: transparent !important;
}

.offcanvas {
    background-color: #fafbfa !important;
    border-left: 1px solid rgba(0, 0, 0, 0.08) !important;
}

/* Responsive Rules */
@media (max-width: 991px) {
    .dashboard-hero-container {
        margin-top: 3rem;
        max-width: 400px;
    }

    .better-card {
        padding: 2.2rem 1.5rem;
    }

    .coverage-certificate-mock {
        margin-top: 1.5rem;
    }

    .contact-form-wrapper {
        padding: 2.2rem 1.5rem;
    }

    .headline-banner-card {
        padding: 2.5rem 1.5rem;
    }

    .italic-quote {
        font-size: 1.45rem;
    }
}

.footer-link {
    color: #5a5c5e !important;
    text-decoration: none !important;
    font-weight: 500;
    transition: color 0.2s ease;
}

.footer-link:hover {
    color: #027a48 !important;
}

.btn-outline-pill {
    background-color: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.14) !important;
    color: #0c0d0e !important;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none !important;
    transition: all 0.25s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.btn-outline-pill:hover {
    background-color: #f6f8f1 !important;
    border-color: rgba(0, 0, 0, 0.28) !important;
    color: #0c0d0e !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.social-circle-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(12, 13, 14, 0.04);
    border: 1px solid rgba(12, 13, 14, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0c0d0e;
    text-decoration: none;
    transition: all 0.2s ease;
}

.social-circle-btn:hover {
    background: #027a48;
    color: #ffffff;
    border-color: #027a48;
    transform: translateY(-2px);
}

/* ==========================================================================
   ROSTYR OS - MODULAR COMPONENT CLASSES (NO INLINE STYLES)
   ========================================================================== */

/* 1. Typography */
.os-hero-title {
    font-weight: 800;
    font-size: 3.8rem;
    letter-spacing: -0.02em;
    line-height: 1.12;
    text-align: left !important;
    color: #0c0d0e;
    margin-bottom: 1.5rem;
}

.os-hero-title-lg {
    font-weight: 800;
    font-size: 4rem;
    letter-spacing: -0.02em;
    line-height: 1.12;
    text-align: left !important;
    color: #0c0d0e;
    margin-bottom: 1.5rem;
}

.os-section-title {
    font-weight: 800;
    font-size: 2.7rem;
    letter-spacing: -0.01em;
    line-height: 1.18;
    text-align: left !important;
    color: #0c0d0e;
}

.os-section-title-center {
    font-weight: 500;
    font-size: 3rem;
    letter-spacing: -0.01em;
    line-height: 1.2;
    text-align: center;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    color: #0c0d0e;
}

.os-card-title {
    font-weight: 700;
    font-size: 1.45rem;
    letter-spacing: -0.01em;
    color: #0c0d0e;
    margin-bottom: 1rem;
}

.os-card-title-sm {
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: -0.01em;
    color: #0c0d0e;
    margin-bottom: 0.75rem;
}

.os-body-text {
    color: #3b3d3f;
    font-size: 1.02rem;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.os-body-text-lg {
    color: #3b3d3f;
    font-size: 1.08rem;
    line-height: 1.7;
    max-width: 820px;
    margin-bottom: 1.5rem;
}

.os-subtext-muted {
    font-size: 0.75rem;
    letter-spacing: 0.01em;
    color: #6c757d;
    line-height: 1.5;
}

.os-subtext-green {
    font-size: 0.8rem;
    color: #5a8d6e;
    line-height: 1.5;
}

.os-breadcrumb {
    font-size: 0.88rem;
    letter-spacing: 0.02em;
    color: #6c757d;
    font-weight: 500;
}

.os-license-footer-text {
    font-size: 0.82rem;
    max-width: 520px;
    line-height: 1.5;
    color: #6c757d;
    margin-bottom: 0;
}

/* 2. Containers & Cards */
.os-card-white {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.02);
    border-radius: 20px !important;
    padding: 2.5rem;
}

.os-card-strip {
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.os-hero-subtext-accent {
    color: #56624f !important;
}

.os-card-white-lg {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
    border-radius: 24px !important;
    padding: 3rem;
}

.os-card-pill {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
    border-radius: 14px !important;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.os-dark-banner {
    background: #013731;
    border-radius: 28px !important;
    padding: 75px 60px;
    color: #ffffff;
    position: relative;
}

.os-dark-banner-sm {
    background: #024b2b;
    border-radius: 28px !important;
    padding: 70px 50px;
    color: #ffffff;
    position: relative;
}

.os-dark-banner-callout {
    background: #024b2b;
    border-radius: 28px !important;
    padding: 75px 60px;
    color: #ffffff;
    text-align: center;
    position: relative;
}

.os-highlight-box {
    background: #e4f7d8;
    border: 1px solid rgba(18, 183, 106, 0.25);
    border-radius: 12px !important;
    padding: 1rem 1.5rem;
    text-align: center;
}

.os-step-row {
    background: #f6f8f1;

    border-radius: 12px !important;
    padding: 1.5rem 1.25rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.os-contact-container {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.03);
    border-radius: 24px !important;
    padding: 3rem;
}

/* 3. Badges & Pills */
.os-badge-step {
    background: #d1f4be;
    min-width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.82rem;
    font-weight: 700;
    border-radius: 50%;
    color: #0c0d0e;
    flex-shrink: 0;
}

.os-badge-pill-green {
    background: #d4f7c5;
    color: #024b2b;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 6px 18px;
    border-radius: 50px;
    display: inline-block;
}

.os-badge-neon {
    background: #6dff4d;
    color: #000000;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    display: inline-block;
}

.os-badge-included {
    background: #f0f4ea;
    color: #5a5c5e;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    display: inline-block;
}

.os-badge-when-used {
    background: #eef2e6;
    color: #027a48;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    display: inline-block;
}

/* 4. Forms & Inputs */
.os-form-input {
    background: #f6f8f1 !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
    font-size: 0.95rem !important;
    color: #0c0d0e !important;
}

.os-form-input:focus {
    background: #ffffff !important;
    border-color: #027a48 !important;
    box-shadow: 0 0 0 0.2rem rgba(2, 122, 72, 0.15) !important;
}

.os-form-input-dark {
    background: rgba(0, 0, 0, 0.25) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
    font-size: 0.92rem !important;
}

.os-form-input-dark::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

.os-form-input-dark:focus {
    background: rgba(0, 0, 0, 0.35) !important;
    border-color: #6dff4d !important;
    box-shadow: 0 0 0 0.2rem rgba(109, 255, 77, 0.2) !important;
}

.os-form-label {
    font-size: 0.88rem;
    font-weight: 600;
    color: #0c0d0e;
    margin-bottom: 0.5rem;
    display: block;
}

/* 5. Profile Blocks (Insurance page) */
.profile-block {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.profile-label {
    font-size: 0.72rem;
    color: #027a48;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

.profile-text {
    font-size: 0.95rem;
    line-height: 1.55;
    color: #3b3d3f;
    margin-bottom: 0;
}

/* 6. Comparison Table (Get Started page) */
.os-table-container {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
    border-radius: 24px !important;
    padding: 2.5rem;
}

.os-table-head {
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 0.75rem;
    font-weight: 700;
    color: #6c757d;
}

.os-table-row {
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    font-size: 0.95rem;
    align-items: center;
}

.os-table-total-row {
    background: #e4f7d8;
    border: 1px solid rgba(18, 183, 106, 0.25);
    border-radius: 10px !important;
    padding: 1rem 0.5rem;
    margin-top: 1rem;
    font-size: 1.05rem;
    align-items: center;
}

/* 7. Stats & Numbers */
.os-stat-number {
    font-size: 3.2rem;
    letter-spacing: -0.02em;
    line-height: 1;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.os-stat-label {
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    margin-bottom: 0;
}

/* 8. Utility & Layout Classes */
.os-logo-img {

    width: 120px;
    height: auto;

}

.os-logo-footer {
    max-width: 125px;
    height: auto;
}

.os-divider {
    border-color: rgba(0, 0, 0, 0.08);
    opacity: 1;
}

.os-divider-light {
    border-color: rgba(255, 255, 255, 0.15);
    opacity: 1;
}

.os-navbar-bg {
    background: rgba(246, 248, 241, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(12, 13, 14, 0.06);
}

.os-toggle-bg {
    background: #eef2e6;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.os-btn-shadow {
    box-shadow: 0 8px 25px rgba(109, 255, 77, 0.35);
}

.os-btn-shadow-sm {
    box-shadow: 0 6px 20px rgba(109, 255, 77, 0.3);
}

.os-arrow-icon {
    font-size: 18px;
    vertical-align: middle;
}

.os-arrow-icon-sm {
    font-size: 16px;
    vertical-align: middle;
}


/* Additional Specific OS Helpers */
.os-banner-icon {
    font-size: 34px !important;
}

.os-banner-title {
    font-size: 2.8rem !important;
    letter-spacing: -0.02em !important;
    line-height: 1.15 !important;
}

.os-banner-title-lg {
    font-size: 3.2rem !important;
    line-height: 1.15 !important;
    max-width: 680px;
    letter-spacing: -0.02em !important;
}

.os-banner-title-md {
    font-size: 3rem !important;
    letter-spacing: -0.02em !important;
    line-height: 1.15 !important;
}

.os-banner-callout-title {
    font-size: 2.8rem !important;
    line-height: 1.2 !important;
    max-width: 820px;
    letter-spacing: -0.01em !important;
}

.os-banner-callout-text {
    max-width: 780px;
    font-size: 1.05rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.85);
}

.os-stat-label-max {
    max-width: 250px;
}

.os-btn-submit {
    font-size: 1.05rem !important;
}

.os-badge-step-pill {
    background: #bdf382 !important;
    font-size: 0.78rem !important;
    padding: 6px 14px !important;
    color: #255514;
    border: 1px solid #aada95;
    text-transform: uppercase;
}

.os-price-total {
    font-size: 1.25rem !important;
}

.os-price-old {
    font-size: 1.2rem !important;
}

.os-dashboard-img {
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    z-index: 1;
}

.os-step-border {
    border-color: rgba(12, 13, 14, 0.08) !important;
}

.os-step-icon {
    max-height: 180px !important;
    object-fit: contain !important;
}

.os-before-after-card {
    min-height: 420px !important;
    border-radius: 20px !important;
    background-color: #111111 !important;
}

.os-card-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.85) 100%) !important;
    z-index: 1;
}

.os-pricing-highlight-card {
    border: 1.5px solid #6dff4d !important;
    box-shadow: 0 8px 24px rgba(109, 255, 77, 0.12) !important;
}

.os-max-620 {
    max-width: 620px;
}

.os-max-680 {
    max-width: 680px;
}

.os-max-720 {
    max-width: 720px;
}

.os-max-760 {
    max-width: 760px;
}

.os-max-780 {
    max-width: 780px;
}

.os-max-800 {
    max-width: 800px;
}

.os-max-820 {
    max-width: 820px;
}

.os-max-840 {
    max-width: 840px;
}

.os-max-920 {
    max-width: 920px;
}

.os-max-1060 {
    max-width: 1060px;
}

.os-stat-big-num {
    font-size: 3rem !important;
    color: #027a48 !important;
    line-height: 1;
}

.os-quote-text {
    font-size: 3rem !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em !important;
}

.staffing-founder {
    font-size: 20px;
    color: #fff;
    ;
}

/* OS Footer Classes (Matching HR Layout in OS Light Theme) */
.os-footer-title {
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    color: #0c0d0e !important;
    margin-bottom: 1rem !important;
}

.os-footer-desc {
    font-size: 0.9rem !important;
    line-height: 1.6 !important;
    max-width: 320px !important;
    color: #5a5c5e !important;
    margin-bottom: 1.5rem !important;
}

.os-footer-nav {
    font-size: 0.82rem !important;
}

.os-regulatory-text {
    font-size: 0.78rem !important;
    opacity: 0.85;
    line-height: 1.6 !important;
    color: #6c757d !important;
}

.os-footer-divider {
    border-top: 1px solid rgba(12, 13, 14, 0.08) !important;
}

/* Light-theme Accordion styles for OS FAQ */
.accordion-custom-os .accordion-item {
    background-color: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    margin-bottom: 12px;
    border-radius: 14px !important;
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.accordion-custom-os .accordion-item.is-active,
.accordion-custom-os .accordion-item:has(.accordion-button:not(.collapsed)) {
    border-color: #027a488a !important;
    /* Dark green accent for active state */
    box-shadow: 0 0 15px rgba(2, 122, 72, 0.05) !important;
}

.accordion-custom-os .accordion-button {
    background-color: #ffffff !important;
    color: #0c0d0e !important;
    /* Dark text */
    font-weight: 600;
    font-size: 1.15rem;
    padding: 1.5rem;
    border: none !important;
    box-shadow: none !important;
}

.accordion-custom-os .accordion-button:not(.collapsed) {
    color: #027a48 !important;
    /* Dark green accent color when active */
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.accordion-custom-os .accordion-button::after {
    /* Keep default dark chevron for light theme */
    filter: none !important;
}

.accordion-custom-os .accordion-body {
    background-color: #fbfcf8 !important;
    /* Slightly off-white background for body */
    color: #5a5c5e !important;
    /* Charcoal text color for readability */
    padding: 1.5rem;
    font-size: 1rem;
    line-height: 1.65;
}

/* Light-theme FAQ Badge */
.badge-neon-os {
    background: rgba(2, 122, 72, 0.06) !important;
    border: 1px solid rgba(2, 122, 72, 0.18) !important;
    color: #027a48 !important;
    /* Dark green */
    font-size: 0.74rem;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}

.badge-neon-os .dot-green {
    width: 6px;
    height: 6px;
    background-color: #027a48 !important;
    /* Dark green dot */
    border-radius: 50%;
    display: inline-block;
}


.the-system-list ul {
    padding-left: 10px;
}

.the-system-list ul li {
    padding-bottom: 10px;
}

.os-step-row span {
    font-size: 1.5rem;
    font-weight: 400;
}

.os-card-title {
    font-size: 3rem;
    font-weight: 500;
}

.text-custom-charcoal {
    font-size: 1.25rem;
}

.box-40p {
    display: inline-block;
    padding: 25px 40px;
    text-align: center;
    background-color: #00352f;
    color: #fff;
    border-radius: 10px;
}

.box-40p .os-banner-title {
    color: var(--color-neon-green);
    font-size: 2.2rem !important;
}

/* Modern Workflow Diagram Section */
.workflow-section {
    background-color: #f6f8f1 !important;
    padding: 6rem 0;
}

.os-card-insurance-small {
    background: #d4f7c5 !important;
    border: 1px solid #027a48 !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 12px rgba(2, 122, 72, 0.04);
    max-width: 250px;
    margin: 0 auto;
}

.workflow-line-right {
    position: absolute;
    left: 100%;
    top: 50%;
    width: 121px;
    height: 2px;
    background-color: #027a48;
    transform: translateY(-50%);
    z-index: 1;
}

.workflow-list-wrapper {
    position: relative;
    padding: 1.25rem;
    border: 2px solid #027a48 !important;
    border-radius: 16px;
    background-color: rgba(2, 122, 72, 0.03);
    margin-left: 0.5rem;
}

.workflow-item-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    padding: 0.85rem 1.25rem;
    margin-bottom: 0.75rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.01);
    font-size: 0.95rem;
    color: #0c0d0e;
    text-align: left;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.workflow-item-card:last-child {
    margin-bottom: 0;
}

.workflow-item-card:hover {
    transform: translateX(4px);
    border-color: rgba(2, 122, 72, 0.25);
    box-shadow: 0 4px 12px rgba(2, 122, 72, 0.03);
}