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

/* --------------------------------------------------
   Rostyr HR specific style sheet overrides
   -------------------------------------------------- */

/* Top Navigation Bar overrides */
.nav-toggle-pill {
    background: rgba(13, 14, 15, 0.7) !important;
    border: 1px solid var(--border-dark) !important;
    border-radius: 50px !important;
    padding: 3px !important;
    display: inline-flex !important;
    align-items: center !important;
}

.nav-toggle-item {
    color: rgba(255, 255, 255, 0.55) !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: #ffffff !important;
}

.nav-toggle-item.active {
    background-color: var(--color-neon-green) !important;
    color: #000000 !important;
}

/* Stepper Selector Rules */
.badge-walk-the-week {
    background: rgba(109, 255, 77, 0.06);
    border: 1px solid rgba(109, 255, 77, 0.18);
    color: var(--color-neon-green);
    font-size: 11px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 50px;
    display: inline-block;
    letter-spacing: 0.08em;
}

.stepper-container {
    padding-top: 1rem;
}

.stepper-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: start;
    text-decoration: none !important;
    background-color: #0d0e0f;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    padding: 1.25rem 1rem;
    opacity: 0.65;
    transition: all 0.3s ease;
    cursor: pointer;
    height: 100%;
}

.stepper-item:hover,
.stepper-item.active {
    opacity: 1;
    border-color: rgba(109, 255, 77, 0.3);
    background-color: rgba(109, 255, 77, 0.03);
    box-shadow: 0 5px 15px rgba(109, 255, 77, 0.03);
}

.stepper-num {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--color-neon-green);
    line-height: 1.1;
    margin-bottom: 0.5rem;
}

.stepper-txt {
    font-size: 0.9rem;
    color: var(--color-text-light);
    font-weight: 600;
    line-height: 1.35;
}

/* Timeline/Stepper Sections */
.walkthrough-step-block {
    padding: 6rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.walkthrough-step-block:last-of-type {
    border-bottom: none;
}

.step-number-massive {
    font-size: 6.5rem;
    font-weight: 800;
    color: var(--color-neon-green);
    line-height: 0.95;
    margin-bottom: 0.2rem;
    letter-spacing: -0.02em;
}

.step-label {
    font-size: 0.82rem;
    font-weight: 800;
    color: var(--color-neon-green);
    letter-spacing: 0.08em;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
}

.step-heading {
    font-size: 2.3rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.step-desc {
    font-size: 1.02rem;
    line-height: 1.65;
}

.step-compare-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--border-dark);
    border-radius: 16px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin-top: 20px;
}

.mockup-card.white-mockup {
    width: 88%;
    margin: 0 auto;
}

.compare-row.with-rostyr.step-compare-card {
    background: rgba(109, 255, 77, 0.09);
    border: 1px solid #6dff4d;
}

.compare-row {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.badge-compare {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    width: fit-content;
}

.badge-compare.before {
    color: var(--color-text-gray);
}

.badge-compare.with-hr {
    color: var(--color-neon-green);
}

/* High Fidelity Visual Cards Mockup */
.mockup-card {
    background: rgba(13, 14, 15, 0.75);
    border: 1px solid var(--border-dark);
    border-radius: 20px;
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    height: 100%;
}

.mockup-card-border-animation {
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: 20px;
    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;
}

.mockup-card-border-animation::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    background: radial-gradient(circle, var(--color-neon-green) 0%, rgba(109, 255, 77, 0) 70%);
    offset-path: rect(0% 100% 100% 0% round 20px);
    offset-anchor: center;
    animation: stat-card-border-glow 12s linear infinite;
}

.mockup-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #ffffff;
}

.mockup-status-badge {
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    padding: 6px 12px;
    border-radius: 50px;
}

.mockup-status-badge.approved {
    background-color: rgba(109, 255, 77, 0.1);
    color: var(--color-neon-green);
    border: 1px solid rgba(109, 255, 77, 0.2);
}

.mockup-status-badge.manual-no {
    background-color: rgba(255, 100, 100, 0.1);
    color: #ff6464;
    border: 1px solid rgba(255, 100, 100, 0.2);
}

.mockup-status-badge.schedule {
    background-color: rgba(109, 255, 77, 0.1);
    color: var(--color-neon-green);
    border: 1px solid rgba(109, 255, 77, 0.2);
}

.mockup-status-badge.run-by {
    background-color: rgba(109, 255, 77, 0.15);
    color: var(--color-neon-green);
    border: 1px solid rgba(109, 255, 77, 0.3);
}

.mockup-row {
    padding: 1.15rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.mockup-row.last-row {
    border-bottom: none;
    padding-bottom: 0;
}

.row-label {
    font-size: 0.95rem;
    color: #ffffff;
    font-weight: 500;
}

.row-value {
    font-size: 0.9rem;
}

.bg-green-subtle {
    background-color: rgba(109, 255, 77, 0.08) !important;
    color: var(--color-neon-green) !important;
    border: 1px solid rgba(109, 255, 77, 0.15);
}

.bg-gray-subtle {
    background-color: rgba(255, 255, 255, 0.05) !important;
    color: var(--color-text-gray) !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Filings list layouts */
.filings-list {
    display: flex;
    flex-direction: column;
}

.filings-item {
    padding: 1.25rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    transition: padding-left 0.3s ease;
}

.filings-item:hover {
    padding-left: 8px;
}

.filings-item.last-item {
    border-bottom: none;
    padding-bottom: 0;
}

.filing-txt {
    font-size: 0.98rem;
    color: #ffffff;
    font-weight: 600;
    transition: color 0.3s ease;
}

.filings-item:hover .filing-txt {
    color: var(--color-neon-green);
}

.filing-arrow {
    color: rgba(255, 255, 255, 0.2);
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.filings-item:hover .filing-arrow {
    color: var(--color-neon-green);
    transform: translateX(4px);
}

/* Keep what works section cards */
.handoffs-section {
    background-color: #000000;
}

.tech-info-card {
    background: rgba(13, 14, 15, 0.7);
    border: 1px solid var(--border-dark);
    border-radius: 20px;
    padding: 3rem 2.5rem 3rem 3rem;
    height: 100%;
    position: relative;
}

.tech-info-dot {
    width: 6px;
    height: 6px;
    background: var(--color-neon-green);
    border-radius: 50%;
    position: absolute;
    top: 3.5rem;
    left: 1.5rem;
}

.headline-banner-card {
    background: radial-gradient(circle at center, rgba(109, 255, 77, 0.03) 0%, transparent 70%), rgba(13, 14, 15, 0.8);
    border: 1px solid var(--border-dark);
    border-radius: 24px;
    padding: 4.5rem 3rem;
    position: relative;
    overflow: hidden;
}

.headline-banner-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;
}

.headline-banner-border-animation::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, var(--color-neon-green) 0%, rgba(109, 255, 77, 0) 70%);
    offset-path: rect(0% 100% 100% 0% round 24px);
    offset-anchor: center;
    animation: stat-card-border-glow 16s linear infinite;
}

/* Savings Form layout */
.savings-form-section {
    background-color: var(--bg-black);
}

.contact-form-wrapper {
    background: rgba(13, 14, 15, 0.75);
    border: 1px solid var(--border-dark);
    border-radius: 24px;
    padding: 3.5rem;
}

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

.form-label-custom {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--color-text-light);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.6rem;
}

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

.form-control-custom::placeholder {
    color: var(--color-text-gray) !important;
    opacity: 0.55;
}

.form-control-custom:focus {
    border-color: rgba(109, 255, 77, 0.3) !important;
    box-shadow: 0 0 15px rgba(109, 255, 77, 0.06) !important;
    outline: none !important;
}

/* Responsive Overrides */
@media (max-width: 991px) {
    .step-heading {
        font-size: 1.85rem;
    }

    .mockup-card {
        padding: 1.75rem;
        margin-top: 1.5rem;
    }

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

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

    .stepper-item {
        padding: 0.9rem 0.6rem;
        background: rgba(255, 255, 255, 0.02);
        border: 1px solid rgba(255, 255, 255, 0.05);
        border-radius: 12px;
    }

    .stepper-item.active {
        border-color: rgba(109, 255, 77, 0.3);
        background-color: rgba(109, 255, 77, 0.03);
    }
}

/* White Mockup Styles for High Contrast Mockups */
.white-mockup {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2) !important;
    color: #0c0d0e !important;
}

.white-mockup .mockup-title {
    color: #0c0d0e !important;
}

.white-mockup .row-label {
    color: #1c1d1e !important;
    font-weight: 600;
}

.white-mockup .mockup-row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.white-mockup .mockup-row.last-row {
    border-bottom: none !important;
}

.white-mockup .mockup-status-badge {
    background-color: #f2f4f7 !important;
    color: #344054 !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.white-mockup .mockup-status-badge.approved {
    background-color: #d1fadf !important;
    color: #027a48 !important;
    border: 1px solid rgba(2, 122, 72, 0.2) !important;
}

.white-mockup .mockup-status-badge.schedule {
    background-color: #d1fadf !important;
    color: #027a48 !important;
    border: 1px solid rgba(2, 122, 72, 0.2) !important;
}

.white-mockup .mockup-status-badge.manual-no {
    background-color: #fee4e2 !important;
    color: #b42318 !important;
    border: 1px solid rgba(180, 35, 24, 0.2) !important;
}

.white-mockup .mockup-status-badge.run-by {
    background-color: #e6f4ea !important;
    color: #027a48 !important;
    border: 1px solid rgba(2, 122, 72, 0.3) !important;
}

/* White placements headache card */
.white-headache-card {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    color: #0c0d0e !important;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15) !important;
    padding: 4.5rem 3rem !important;
}

.white-headache-card.hr-headache-compact {
    padding: 3rem 2.5rem !important;
}

.btn-black-pill {
    background: #000000;
    color: #ffffff !important;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-black-pill:hover {
    background: #1c1d1e;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

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

.footer-link:hover {
    color: var(--color-neon-green) !important;
}

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

.btn-outline-pill:hover {
    background-color: rgba(255, 255, 255, 0.05) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
    color: #ffffff !important;
    transform: translateY(-2px);
}

/* Hero section override to prevent height overlap on tall contents */
.hero-section {
    height: auto !important;
    min-height: 820px !important;
    padding: 10rem 0 6rem 0 !important;
}

/* 2nd SS: Savings Underwriting Box border glow animation */
.savings-card {
    background: rgba(202, 202, 202, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 16px;
    padding: 2.2rem 1.8rem;
    position: relative;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s ease;
}

.savings-card:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.02) !important;
}

.savings-card-border-animation {
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: 16px;
    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;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.savings-card:hover .savings-card-border-animation {
    opacity: 1;
}

.savings-card-border-animation::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    background: radial-gradient(circle, var(--color-neon-green) 0%, rgba(109, 255, 77, 0) 70%);
    offset-path: rect(0% 100% 100% 0% round 16px);
    offset-anchor: center;
    animation: stat-card-border-glow 12s linear infinite;
}

/* 4th SS: Stats Counter Card highlight and hover scale */
.guide-stat-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 2rem 1.5rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.guide-stat-card:hover {
    transform: translateY(-5px);
    border-color: rgba(109, 255, 77, 0.25) !important;
    box-shadow: 0 10px 30px rgba(109, 255, 77, 0.05);
}

.guide-stat-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top right, rgba(109, 255, 77, 0.08) 0%, transparent 60%);
    pointer-events: none;
    background: rgba(202, 202, 202, 0.15);
}

/* 1st SS: Savings Analysis Outer Card Container */
.savings-analysis-outer-card {
    background: #1e1e1e !important;
    border: 1px solid rgba(18, 183, 106, 0.15) !important;
    border-radius: 24px;
    padding: 4rem 3.5rem !important;
}

.savings-download-card {
    background: #0c0d0e !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 16px;
    padding: 2.2rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    transition: all 0.3s ease;
    text-decoration: none !important;
    color: #ffffff !important;
}

.savings-download-card:hover {
    border-color: rgba(109, 255, 77, 0.3) !important;
    transform: translateY(-2px);
}

.text-success {
    color: var(--color-neon-green) !important;
}

/* High fidelity HR dark dashboard mockup & floating card */
.hr-mockup-container {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 2rem;
}

.hr-dashboard-app {
    background: #0c0d0e !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 20px;
    padding: 2.2rem;
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.hr-floating-card {
    position: absolute;
    bottom: -20px;
    right: -25px;
    width: 250px;
    height: 155px;
    background: #121315 !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 12px;
    padding: 1.25rem;
    color: #ffffff !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    z-index: 5;
    transform: rotate(-5deg);
    animation: hr-card-float 4s ease-in-out infinite;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hr-floating-card:hover {
    animation-play-state: paused;
    transform: rotate(-2deg) translateY(-8px) scale(1.02);
    box-shadow: 0 25px 45px rgba(109, 255, 77, 0.15);
}

.hr-chip-graphic {
    width: 32px;
    height: 24px;
    background: linear-gradient(135deg, #e5c060 0%, #b38a2e 100%);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.hr-chip-graphic::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.15);
}

.hr-chip-graphic::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
}

/* Stepper/progress bar styling for dashboard */
.hr-stage-bar {
    height: 6px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.hr-stage-progress {
    height: 100%;
    width: 78%;
    background: var(--color-neon-green);
    border-radius: 10px;
}

@keyframes hr-card-float {
    0% {
        transform: rotate(-5deg) translateY(0);
    }

    50% {
        transform: rotate(-5deg) translateY(-12px);
    }

    100% {
        transform: rotate(-5deg) translateY(0);
    }
}

/* Savings Hero White Contact Form overrides */
.savings-form-card {
    background: #ffffff !important;
    border: none !important;
    border-radius: 24px !important;
    padding: 3rem 2.5rem 2.5rem 2.5rem !important;
    color: #0c0d0e !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08) !important;
    height: auto !important;
    overflow: visible !important;
}

.savings-form-card h5 {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #121314 !important;
}

.savings-form-card .badge {
    background-color: #e2ffd9 !important;
    color: #357022 !important;
    border: 1px solid rgba(109, 255, 77, 0.15) !important;
    padding: 6px 12px !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    font-size: 9px !important;
}

.savings-form-card .form-control-custom {
    background-color: #f6f8f5 !important;
    border: 1px solid #e2e5e1 !important;
    border-radius: 12px !important;
    color: #0c0d0e !important;
    padding: 0.85rem 1.1rem !important;
    font-size: 0.95rem !important;
}

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

.savings-form-card .form-control-custom:focus {
    border-color: #61b017 !important;
    box-shadow: 0 0 8px rgba(97, 176, 23, 0.25) !important;
    outline: none !important;
}

.savings-form-card .btn-neon-pill {
    background-color: #61b017 !important;
    color: #ffffff !important;
    border: none !important;
    font-weight: 700 !important;
    padding: 0.9rem 1.5rem !important;
    border-radius: 50px !important;
    transition: all 0.3s ease !important;
}

.savings-form-card .btn-neon-pill:hover {
    background-color: #519413 !important;
    box-shadow: 0 5px 15px rgba(97, 176, 23, 0.3) !important;
}

/* Custom Mockup Pill Tags for Records Section */
.mockup-pill-tag {
    background-color: #f6f8f5 !important;
    border: 1px solid #e2e5e1 !important;
    border-radius: 8px !important;
    color: #121314 !important;
    padding: 0.5rem 1rem !important;
    font-size: 0.88rem !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    text-transform: none !important;
}

.dot-green-small {
    width: 6px;
    height: 6px;
    background-color: #6dff4d !important;
    border-radius: 50% !important;
    display: inline-block !important;
}

/* Custom button classes to match mockups */
.btn-grass-green {
    background-color: #6dff4d !important;
    color: #000000 !important;
    border: none !important;
    font-weight: 700 !important;
    padding: 0.9rem 1.8rem !important;
    border-radius: 50px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.btn-grass-green:hover {
    background-color: #519413 !important;
    color: #ffffff !important;
    box-shadow: 0 5px 15px rgba(97, 176, 23, 0.3) !important;
}

.btn-outline-pill-small {
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    color: #ffffff !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    padding: 0.5rem 1.2rem !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
}

.btn-outline-pill-small:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-color: #ffffff !important;
}

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

/* 1. Typography */
.hr-hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #ffffff;
}

.hr-section-title {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #ffffff;
}

.hr-card-title {
    font-size: 1.45rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.75rem;
}

.hr-body-text {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--color-text-gray);
}

.hr-subtext-muted {
    font-size: 0.78rem;
    color: #8f9193;
    line-height: 1.6;
}

.hr-badge-header {
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 50px;
    background: rgba(109, 255, 77, 0.1);
    color: var(--color-neon-green);
    display: inline-block;
    text-transform: uppercase;
}

/* 2. Containers & Cards */
.hr-card-dark {
    background-color: #0d0e0f;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 16px;
    padding: 2rem;
    height: 100%;
}

.hr-card-dark-lg {
    background-color: #0d0e0f;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 2.5rem;
}

.hr-form-container {
    background-color: #0d0e0f;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 2.5rem;
}

/* 3. Forms */
.hr-form-input {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
    color: #ffffff !important;
    font-size: 0.95rem !important;
}

.hr-form-input:focus {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: var(--color-neon-green) !important;
    box-shadow: 0 0 0 0.2rem rgba(109, 255, 77, 0.2) !important;
    color: #ffffff !important;
}

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

/* 4. Stats */
.hr-stat-number {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    color: var(--color-neon-green);
    margin-bottom: 0.5rem;
}

.hr-stat-label {
    font-size: 0.92rem;
    color: var(--color-text-gray);
    line-height: 1.5;
    margin-bottom: 0;
}

/* 5. Utility */
.hr-logo-img {
    width: 120px;
    height: auto;
    filter: brightness(0) invert(1);
}

.hr-logo-footer {
    width: 130px;
    height: auto;
    filter: brightness(0) invert(1);
}

.hr-divider {
    border-color: rgba(255, 255, 255, 0.08) !important;
    opacity: 1;
}

.hr-footer-title {
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #ffffff !important;
    margin-bottom: 1rem;
}


/* Additional Specific HR Helpers */
.hr-navbar-toggler {
    border: 1px solid var(--border-dark) !important;
    border-radius: 8px !important;
    padding: 4px 8px !important;
}

.hr-nav-login {
    font-weight: 600 !important;
    font-size: 0.92rem !important;
    color: #ffffff !important;
}

.hr-footer-desc {
    font-size: 0.9rem !important;
    line-height: 1.6 !important;

    color: #8f9193 !important;
}

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

.hr-regulatory-text {
    font-size: 0.78rem !important;
    opacity: 0.85;
    line-height: 1.6 !important;
    color: #8f9193 !important;
}

.hr-badge-handled {
    font-size: 10px !important;
    background-color: rgba(2, 122, 72, 0.1) !important;
    color: #027a48 !important;
    font-weight: 700 !important;
    border: 1px solid rgba(2, 122, 72, 0.25) !important;
    border-radius: 50px;
    padding: 3px 8px;
}

.hr-mockup-white-card {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    min-height: 400px;
    color: #0c0d0e !important;
    border-radius: 16px !important;
    padding: 1.5rem;
}

.hr-mockup-row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04) !important;
    padding: 0.75rem 0;
}

.hr-mockup-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
}

.hr-mockup-dot {
    width: 8px;
    height: 8px;
    background-color: var(--color-neon-green);
    border-radius: 50%;
    display: inline-block;
}

.hr-mockup-title {
    font-size: 1rem !important;
    letter-spacing: -0.01em;
    font-weight: 700;
    color: #0c0d0e !important;
}

.hr-mockup-item-text {
    font-size: 0.9rem !important;
    font-weight: 600;
    color: #0c0d0e !important;
}

.hr-icon-check {
    font-weight: bold !important;
    color: #027a48 !important;
}

.hr-icon-doc {
    font-size: 1.25rem !important;
    color: #5a5c5e;
}

.hr-max-540 {
    max-width: 540px;
}

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

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

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

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


/* ==========================================================================
   ROSTYR HR - DETAILED COMPONENT HELPERS
   ========================================================================== */
.hr-text-muted-500 {
    color: #5a5c5e !important;
    font-weight: 500;
}

.hr-text-light-muted {
    color: #a0a3a6 !important;
}

.hr-text-gray-sub {
    color: #8f9193 !important;
}

.hr-text-neon {
    color: var(--color-neon-green) !important;
}

.hr-text-white {
    color: #ffffff !important;
}

.hr-text-dark {
    color: #0c0d0e !important;
}

.hr-badge-handled-green {
    font-size: 9px !important;
    background-color: rgba(2, 122, 72, 0.1) !important;
    color: #027a48 !important;
    font-weight: 700 !important;
    border: 1px solid rgba(2, 122, 72, 0.2) !important;
    border-radius: 50px;
    padding: 2px 8px;
    display: inline-block;
}

.hr-badge-neon-sm {
    font-size: 9px !important;
    background-color: rgba(109, 255, 77, 0.15) !important;
    color: #027a48 !important;
    font-weight: 700 !important;
    border: 1px solid rgba(109, 255, 77, 0.35) !important;
    border-radius: 50px;
    padding: 2px 8px;
    display: inline-block;
}

.hr-badge-neon-tag {
    font-size: 9px !important;
    background-color: rgba(109, 255, 77, 0.15) !important;
    color: var(--color-neon-green) !important;
    font-weight: 700 !important;
    border: 1px solid rgba(109, 255, 77, 0.3) !important;
    border-radius: 50px;
    padding: 2px 8px;
    display: inline-block;
}

.hr-badge-danger-sm {
    font-size: 9px !important;
    font-weight: 700 !important;
    border: 1px solid rgba(220, 53, 69, 0.3) !important;
    border-radius: 50px;
    padding: 2px 8px;
    display: inline-block;
}

.hr-white-mockup-card {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    min-height: 280px;
    color: #0c0d0e !important;
    border-radius: 16px !important;
    padding: 1.5rem;
}

/* Plush modifier: more generous type scale and spacing for mockup cards, keeping brand colors */
.hr-mockup-plush {
    padding: 1.85rem !important;
}

.hr-mockup-plush .hr-mockup-header {
    padding-bottom: 1rem !important;
    margin-bottom: 1rem !important;
}

.hr-mockup-plush .hr-mockup-header h6 {
    font-size: 1.1rem;
}

.hr-mockup-plush .hr-badge-handled-green,
.hr-mockup-plush .hr-badge-neon-sm,
.hr-mockup-plush .hr-badge-danger-sm {
    font-size: 14px !important;
    padding: 0.55rem 1.1rem !important;
}

.hr-mockup-plush .hr-body-xs {
    font-size: 0.95rem !important;
}

.hr-mockup-plush .hr-mockup-row {
    padding: 0.9rem 0 !important;
}

.hr-white-mockup-card-lg {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    min-height: 310px;
    color: #0c0d0e !important;
    border-radius: 16px !important;
    padding: 1.5rem;
}

.hr-mockup-header-light {
    background: #fafbfa !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    color: #0c0d0e !important;
    font-weight: 600;
    font-size: 0.95rem;
}

.hr-mockup-header-dark {
    background: rgba(255, 255, 255, 0.01) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 0.95rem;
}

.hr-card-glass {
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 8px !important;
    font-weight: 500;
}

.hr-card-glass-lg {
    background: rgba(202, 202, 202, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 16px !important;
}

.hr-card-glass-lg h4 {
    min-height: 3rem;
}

.hr-card-glass-xl {
    background: rgba(202, 202, 202, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 20px !important;
}

.hr-card-green-border {
    background-color: #0c0d0e !important;
    border: 1px solid rgba(109, 255, 77, 0.15) !important;
    border-radius: 16px !important;
}

.hr-card-dark-solid {
    background: #0c0d0e !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 20px !important;
    padding: 2.5rem;
}

.hr-btn-black-pill {
    background-color: #000000 !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.hr-stat-huge {
    font-size: 10.5rem !important;
    font-weight: 200 !important;
    line-height: 1;
}

.hr-stat-lg {
    font-size: 3.2rem !important;
    letter-spacing: -0.01em;
    font-weight: 800;
    line-height: 1;
}

.hr-arrow-icon {
    font-size: 22px !important;
    color: #8f9193;
    vertical-align: middle;
}

.hr-arrow-icon-neon {
    font-size: 16px !important;
    font-weight: bold;
    color: var(--color-neon-green) !important;
    vertical-align: middle;
}

.hr-border-top-subtle {
    border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
}

.hr-border-bottom-subtle {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
}

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


/* Additional Typography & Layout Helpers for HR */
.hr-body-sm {
    font-size: 0.9rem !important;
    line-height: 1.6 !important;
}

.hr-body-xs {
    font-size: 0.85rem !important;
}

.hr-title-sm {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em !important;
}

.hr-title-md {
    font-size: 1.45rem !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em !important;
}

.hr-title-lg {
    font-size: 2rem !important;
    font-weight: 800 !important;
    letter-spacing: -0.01em !important;
}

.hr-title-xl {
    color: #013731;
    font-size: 3rem !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em !important;
}

.hr-title-hero {
    font-size: 3.2rem !important;
    letter-spacing: -0.01em !important;
}

.hr-tag-muted {
    font-size: 0.72rem !important;
    font-weight: 800 !important;
    color: #8f9193 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
}

.hr-tag-neon {
    font-size: 0.72rem !important;
    font-weight: 800 !important;
    color: var(--color-neon-green) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
}

.hr-tag-gray {
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    color: #8f9193 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
}

.hr-max-440 {
    max-width: 440px !important;
}

.hr-max-520 {
    max-width: 520px !important;
}

.hr-max-600 {
    max-width: 600px !important;
}

.hr-max-620 {
    max-width: 620px !important;
}

.hr-max-780 {
    max-width: 780px !important;
}

.hr-max-820 {
    max-width: 820px !important;
}

.hr-bg-neon {
    background: var(--color-neon-green) !important;
}


.bottom-cta-banner {
    padding-bottom: 100px;
    padding-top: 100px;
}

.display-4 {
    font-weight: 500;
}