/* ================================================================
   Jesto HR Management — Product Page
   Prefix: hr- | Primary: #0030DB | Font: Ubuntu
   ================================================================ */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --hr-primary: #0030DB;
    --hr-primary-h: #0025A8;
    --hr-text: #1D1D1F;
    --hr-muted: #6E6E73;
    --hr-border: #E5E5E5;
    --hr-bg: #F5F5F7;
    --hr-white: #FFFFFF;
    --hr-dark: #0F172A;
    --hr-radius: 12px;
    --hr-shadow-md: 0 4px 20px rgba(0, 0, 0, 0.09);
    --hr-font: 'Ubuntu', sans-serif;
    --hr-transition: all 0.25s ease;
}

body {
    font-family: var(--hr-font);
    color: var(--hr-text);
    background: var(--hr-white);
}

.hr-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.hr-section-tag {
    display: inline-block;
    background: rgba(0, 48, 219, 0.08);
    color: var(--hr-primary);
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 1rem;
}

.hr-blue {
    color: var(--hr-primary);
}

/* Buttons */
.hr-btn-primary,
.hr-btn-outline {
    padding: 18px 40px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 800;
    font-family: var(--hr-font);
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: all 0.2s ease;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.hr-btn-primary {
    background: var(--hr-primary);
    color: #fff;
    box-shadow: 0 10px 30px rgba(0, 48, 219, 0.3);
}

.hr-btn-primary:hover {
    background: var(--hr-primary-h);
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 48, 219, 0.4);
}

.hr-btn-outline {
    background: #F8FAFC;
    color: var(--hr-text);
    border: 1px solid var(--hr-border);
}

.hr-btn-outline:hover {
    background: #F1F5F9;
    border-color: #CBD5E1;
}

/* ════════════════════════════════════════════ HERO ════════════════════════════════════════════ */
.hr-hero {
    position: relative;
    padding: 50px 0 100px;
    background: var(--hr-white);
    overflow: hidden;
}

.hr-hero-bg-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(0, 48, 219, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 48, 219, 0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
}

.hr-hero-glow-1 {
    position: absolute;
    top: -10%;
    left: -5%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 48, 219, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.hr-hero-glow-2 {
    position: absolute;
    bottom: -10%;
    right: -5%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(79, 70, 229, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.hr-hero-container {
    position: relative;
    z-index: 1;
}

.hr-hero-center {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.hr-hero-rating-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(0, 48, 219, 0.04);
    border: 1px solid rgba(0, 48, 219, 0.1);
    padding: 8px 20px;
    border-radius: 50px;
    margin-bottom: 32px;
}

.hr-hero-stars {
    display: flex;
    gap: 2px;
    color: #F59E0B;
    font-size: 13px;
}

.hr-hero-rating-badge span {
    font-size: 14px;
    color: var(--hr-muted);
}

.hr-hero-rating-badge strong {
    color: var(--hr-text);
}

.hr-hero-h1 {
    font-size: 72px;
    font-weight: 800;
    color: var(--hr-text);
    line-height: 1.05;
    margin-bottom: 28px;
    letter-spacing: -2px;
}

.hr-hero-sub {
    font-size: 20px;
    color: var(--hr-muted);
    line-height: 1.6;
    max-width: 650px;
    margin: 0 auto 36px;
}

.hr-hero-sub strong {
    color: var(--hr-text);
    font-weight: 600;
}

.hr-hero-checklist {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
}

.hr-check-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    color: var(--hr-text);
}

.hr-check-item i {
    color: var(--hr-primary);
    font-size: 16px;
}

.hr-hero-btns {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 48px;
}

.hr-hero-featured {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.hr-featured-label {
    font-size: 12px;
    font-weight: 800;
    color: #94A3B8;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.hr-featured-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
}

.hr-featured-item {
    font-size: 17px;
    font-weight: 700;
    color: #475569;
    letter-spacing: -0.5px;
}

.hr-featured-divider {
    width: 1px;
    height: 16px;
    background: #CBD5E1;
}

/* ════════════════════════════════════════════ VALUE STRIP ════════════════════════════════════════════ */
.hr-value-strip {
    padding: 40px 0;
    background: var(--hr-primary);
}

.hr-value-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    text-align: center;
}

.hr-value-item {
    padding: 0 20px;
    position: relative;
}

.hr-value-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 20%;
    height: 60%;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.hr-value-num {
    font-size: 56px;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 12px;
    letter-spacing: -2px;
}

.hr-value-text {
    font-size: 16px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.4;
    max-width: 200px;
    margin: 0 auto;
}

/* ════════════════════════════════════════════ SECTION HEADER ════════════════════════════════════════════ */
.hr-section-header {
    text-align: center;
    margin-bottom: 64px;
}

.hr-section-header h2 {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 800;
    color: var(--hr-text);
    margin-bottom: 16px;
    line-height: 1.1;
    letter-spacing: -1px;
}

.hr-section-header p {
    font-size: 1.1rem;
    color: var(--hr-muted);
    max-width: 580px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ════════════════════════════════════════════ HR TOOLKIT ════════════════════════════════════════════ */
.hr-toolkit {
    background: var(--hr-bg);
    padding: 100px 0;
}

.hr-toolkit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.hr-tk-card {
    background: var(--hr-white);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding: 40px 36px 44px;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hr-tk-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

/* Top row: icon + arrow */
.hr-tk-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 32px;
}

.hr-tk-icon {
    width: 52px;
    height: 52px;
    background: transparent;
    border: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: var(--hr-text);
}

.hr-tk-arrow {
    font-size: 1rem;
    color: #CBD5E1;
    margin-top: 8px;
    transition: color 0.2s ease, transform 0.2s ease;
}

.hr-tk-card:hover .hr-tk-arrow {
    color: var(--hr-primary);
    transform: translateX(4px);
}

/* Label */
.hr-tk-label {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

/* Title */
.hr-tk-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--hr-text);
    margin-bottom: 12px;
    line-height: 1.25;
}

/* Description */
.hr-tk-card p {
    font-size: 0.95rem;
    color: var(--hr-muted);
    line-height: 1.7;
}

/* ════════════════════════════════════════════ FEATURE DETAIL (alternating) ════════════════════════════════════════════ */
.hr-fd {
    padding: 90px 0;
}

.hr-fd-white {
    background: var(--hr-white);
}

.hr-fd-grey {
    background: var(--hr-bg);
}

.hr-fd-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.hr-fd-reverse {
    direction: rtl;
}

.hr-fd-reverse > * {
    direction: ltr;
}

.hr-fd-content h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--hr-text);
    line-height: 1.2;
    margin-bottom: 16px;
}

.hr-fd-content > p {
    font-size: 1rem;
    color: var(--hr-muted);
    line-height: 1.75;
    margin-bottom: 28px;
}

.hr-fd-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 32px;
}

.hr-fd-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.92rem;
    color: var(--hr-text);
    line-height: 1.5;
}

.hr-fd-list li i {
    color: var(--hr-primary);
    font-size: 0.8rem;
    margin-top: 3px;
    flex-shrink: 0;
}

.hr-fd-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--hr-primary);
    text-decoration: none;
    transition: gap 0.2s ease;
}

.hr-fd-link:hover {
    gap: 12px;
}

/* Visual (dashboard mockup) */
.hr-fd-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hr-dash {
    width: 100%;
    max-width: 420px;
    background: var(--hr-white);
    border: 1px solid var(--hr-border);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
}

.hr-dash-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 20px;
    background: var(--hr-bg);
    border-bottom: 1px solid var(--hr-border);
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--hr-text);
}

.hr-dash-bar i {
    color: var(--hr-primary);
    font-size: 0.8rem;
}

.hr-dash-body {
    padding: 20px;
}

/* Stats row */
.hr-dash-stats-row {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.hr-dash-stat {
    flex: 1;
    text-align: center;
    background: var(--hr-bg);
    border-radius: 10px;
    padding: 12px 8px;
}

.hr-ds-val {
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 4px;
}

.hr-ds-lbl {
    font-size: 0.65rem;
    font-weight: 600;
    color: var(--hr-muted);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

/* Data rows */
.hr-dash-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #F3F4F6;
    font-size: 0.82rem;
    color: var(--hr-text);
}

.hr-dash-row:last-child {
    border-bottom: none;
}

.hr-dash-val {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--hr-muted);
}

/* Status chips */
.hr-dash-chip {
    font-size: 0.68rem;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
    white-space: nowrap;
}

.hr-chip-green {
    background: #F0FDF4;
    color: #16A34A;
}

.hr-chip-amber {
    background: #FFFBEB;
    color: #D97706;
}

.hr-chip-blue {
    background: #EEF2FF;
    color: #0030DB;
}

.hr-dash-divider {
    height: 1px;
    background: var(--hr-border);
    margin: 12px 0;
}

/* Leave progress bars */
.hr-dash-leave-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 0.78rem;
    color: var(--hr-text);
    font-weight: 500;
}

.hr-dash-leave-row span:first-child {
    width: 85px;
    flex-shrink: 0;
}

.hr-dash-leave-row span:last-child {
    width: 32px;
    text-align: right;
    font-weight: 700;
    font-size: 0.72rem;
}

.hr-dash-prog {
    flex: 1;
    height: 6px;
    background: #EEF2FF;
    border-radius: 3px;
    overflow: hidden;
}

.hr-dash-prog-fill {
    height: 100%;
    border-radius: 3px;
}

/* Employee rows */
.hr-dash-emp {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #F3F4F6;
}

.hr-dash-emp:last-of-type {
    border-bottom: none;
}

.hr-dash-av {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.62rem;
    font-weight: 700;
    flex-shrink: 0;
}

.hr-dash-emp strong {
    display: block;
    font-size: 0.8rem;
    color: var(--hr-text);
}

.hr-dash-emp span {
    font-size: 0.68rem;
    color: var(--hr-muted);
}

/* Hiring pipeline */
.hr-dash-pipeline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 16px;
}

.hr-pipe-stage {
    text-align: center;
    padding: 10px 12px;
    background: var(--hr-bg);
    border-radius: 10px;
    flex: 1;
}

.hr-pipe-active {
    background: #EEF2FF;
    border: 1px solid rgba(0, 48, 219, 0.15);
}

.hr-pipe-count {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--hr-text);
    line-height: 1;
    margin-bottom: 3px;
}

.hr-pipe-active .hr-pipe-count {
    color: var(--hr-primary);
}

.hr-pipe-lbl {
    font-size: 0.6rem;
    font-weight: 600;
    color: var(--hr-muted);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.hr-pipe-arrow {
    color: #CBD5E1;
    font-size: 0.55rem;
    flex-shrink: 0;
}

/* ── Wide visual for expense section ── */
.hr-fd-visual-wide { justify-content: flex-end; }

.hr-exp-dash {
    display: flex;
    width: 100%;
    max-width: 560px;
    background: var(--hr-white);
    border: 1px solid var(--hr-border);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0,0,0,0.08);
}

/* Sidebar */
.hr-exp-sidebar {
    width: 44px; flex-shrink: 0;
    background: #F9FAFB;
    border-right: 1px solid var(--hr-border);
    display: flex; flex-direction: column;
    align-items: center;
    padding: 14px 0;
}
.hr-exp-logo {
    width: 26px; height: 26px; border-radius: 8px;
    background: var(--hr-primary); color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.65rem; font-weight: 700;
    margin-bottom: 18px;
}
.hr-exp-nav { display: flex; flex-direction: column; gap: 4px; }
.hr-exp-nav-item {
    width: 30px; height: 30px; border-radius: 6px;
    display: flex; align-items: center; justify-content: center;
    color: #9CA3AF; font-size: 0.72rem; cursor: pointer;
    transition: all 0.15s ease;
}
.hr-exp-nav-item.active { background: rgba(0,48,219,0.08); color: var(--hr-primary); }

/* Main */
.hr-exp-main { flex: 1; min-width: 0; }

/* Topbar */
.hr-exp-topbar {
    display: flex; align-items: center; justify-content: space-between;
    padding: 12px 18px;
    border-bottom: 1px solid var(--hr-border);
}
.hr-exp-topbar-left { display: flex; align-items: center; gap: 8px; }
.hr-exp-title { font-size: 0.82rem; font-weight: 700; color: var(--hr-text); }
.hr-exp-live {
    display: flex; align-items: center; gap: 4px;
    background: rgba(22,163,74,0.08); padding: 2px 8px; border-radius: 10px;
}
.hr-exp-live-dot { width: 5px; height: 5px; border-radius: 50%; background: #16A34A; animation: hr-pulse 1.5s infinite; }
@keyframes hr-pulse { 0%,100%{opacity:1;} 50%{opacity:0.3;} }
.hr-exp-live { font-size: 0.6rem; color: #16A34A; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
.hr-exp-topbar-right { display: flex; align-items: center; gap: 8px; }
.hr-exp-pill { font-size: 0.68rem; font-weight: 600; color: var(--hr-muted); background: var(--hr-bg); border: 1px solid var(--hr-border); padding: 3px 10px; border-radius: 6px; }
.hr-exp-bell { position: relative; color: #9CA3AF; font-size: 0.75rem; }
.hr-exp-notif-dot { position: absolute; top: -2px; right: -2px; width: 5px; height: 5px; border-radius: 50%; background: #EF4444; }
.hr-exp-avatar { width: 24px; height: 24px; border-radius: 50%; background: var(--hr-primary); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 0.55rem; font-weight: 700; }

/* Content */
.hr-exp-content { padding: 16px 18px; }

/* Stats */
.hr-exp-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-bottom: 16px; }
.hr-exp-stat-card { background: var(--hr-bg); border-radius: 10px; padding: 12px 10px; text-align: center; }
.hr-exp-stat-lbl { font-size: 0.6rem; color: var(--hr-muted); font-weight: 600; text-transform: uppercase; letter-spacing: 0.03em; margin-bottom: 4px; }
.hr-exp-stat-val { font-size: 1.1rem; font-weight: 800; line-height: 1; margin-bottom: 3px; }
.hr-exp-stat-delta { font-size: 0.58rem; font-weight: 600; color: #16A34A; }
.hr-exp-stat-sub { font-size: 0.58rem; color: var(--hr-muted); }

/* Table */
.hr-exp-table-wrap { background: var(--hr-white); border: 1px solid var(--hr-border); border-radius: 10px; overflow: hidden; }
.hr-exp-table-header { display: flex; align-items: center; justify-content: space-between; padding: 12px 14px; border-bottom: 1px solid var(--hr-border); }
.hr-exp-table-header span:first-child { font-size: 0.75rem; font-weight: 700; color: var(--hr-text); }
.hr-exp-table-count { font-size: 0.62rem; font-weight: 600; color: var(--hr-primary); background: rgba(0,48,219,0.06); padding: 2px 8px; border-radius: 8px; }
.hr-exp-table { width: 100%; border-collapse: collapse; }
.hr-exp-table th { text-align: left; padding: 8px 14px; font-size: 0.62rem; font-weight: 700; color: var(--hr-muted); text-transform: uppercase; letter-spacing: 0.04em; border-bottom: 1px solid var(--hr-border); background: #FAFBFC; }
.hr-exp-table td { padding: 10px 14px; font-size: 0.75rem; color: var(--hr-text); border-bottom: 1px solid #F3F4F6; }
.hr-exp-table tr:last-child td { border-bottom: none; }
.hr-exp-emp { display: flex; align-items: center; gap: 8px; }
.hr-exp-emp-av { width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.55rem; font-weight: 700; flex-shrink: 0; }

@media (max-width: 640px) {
    .hr-exp-sidebar { display: none; }
    .hr-exp-stats { grid-template-columns: repeat(2,1fr); }
    .hr-exp-dash { max-width: 100%; }
}

/* Large dashboard variant */
.hr-dash-lg {
    max-width: 460px;
}

.hr-dash-bar-pill {
    margin-left: auto;
    font-size: 0.65rem;
    font-weight: 600;
    color: var(--hr-muted);
    background: var(--hr-white);
    border: 1px solid var(--hr-border);
    padding: 2px 10px;
    border-radius: 20px;
}

.hr-dash-section-label {
    font-size: 0.68rem;
    font-weight: 700;
    color: var(--hr-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
}

.hr-dash-footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.78rem;
    color: var(--hr-muted);
}

.hr-dash-footer-row .hr-dash-chip i {
    font-size: 0.55rem;
    margin-right: 3px;
}


/* ════════════════════════════════════════════ MID CTA (rounded box) ════════════════════════════════════════════ */
.hr-mid-cta {
    padding: 0;
    background: var(--hr-white);
}

.hr-mid-cta-box {
    background: var(--hr-primary);
    border-radius: 24px;
    padding: 80px 48px;
    text-align: center;
    margin: 60px 0;
}

.hr-mid-cta-box h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 16px;
}

.hr-mid-cta-box > p {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 640px) {
    .hr-mid-cta-box {
        padding: 48px 24px;
        border-radius: 16px;
        margin: 40px 0;
    }

    .hr-mid-cta-box h2 {
        font-size: 1.6rem;
    }
}


/* ════════════════════════════════════════════ PRICING ════════════════════════════════════════════ */
.hr-pricing {
    background: var(--hr-white);
    padding: 90px 0;
}

.hr-price-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
}

.hr-price-card {
    border: 1px solid var(--hr-border);
    border-radius: 20px;
    padding: 40px 32px;
    background: var(--hr-white);
    position: relative;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hr-price-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.hr-pc-ribbon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: var(--hr-primary);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 6px 20px;
    border-radius: 20px;
    white-space: nowrap;
}

.hr-pc-head {
    margin-bottom: 20px;
}

.hr-pc-head h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--hr-text);
    margin-bottom: 8px;
}

.hr-pc-amt {
    font-size: 3.2rem;
    font-weight: 800;
    color: var(--hr-text);
    line-height: 1;
    letter-spacing: -2px;
}

.hr-pc-amt span {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--hr-muted);
    letter-spacing: 0;
}

.hr-pc-desc {
    font-size: 0.88rem;
    color: var(--hr-muted);
    line-height: 1.6;
    margin-bottom: 24px;
}

.hr-pc-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
    margin-bottom: 28px;
}

.hr-pc-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.88rem;
    color: var(--hr-text);
}

.hr-pc-list li i {
    color: var(--hr-primary);
    font-size: 0.72rem;
    flex-shrink: 0;
}

.hr-pc-btn {
    display: block;
    text-align: center;
    width: 100%;
    padding: 14px 20px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.92rem;
    text-decoration: none;
    font-family: var(--hr-font);
    border: 1.5px solid var(--hr-border);
    color: var(--hr-text);
    background: var(--hr-white);
    transition: var(--hr-transition);
    margin-top: auto;
}

.hr-pc-btn:hover {
    border-color: var(--hr-primary);
    color: var(--hr-primary);
}

.hr-pc-btn-primary {
    background: var(--hr-primary);
    color: #fff;
    border-color: var(--hr-primary);
}

.hr-pc-btn-primary:hover {
    background: var(--hr-primary-h);
    border-color: var(--hr-primary-h);
    color: #fff;
}

.hr-price-pop {
    border: 2px solid var(--hr-primary);
    box-shadow: 0 8px 32px rgba(0, 48, 219, 0.1);
}

@media (max-width: 1024px) {
    .hr-price-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin: 0 auto;
    }
}


/* ════════════════════════════════════════════ REVIEWS (light theme) ════════════════════════════════════════════ */
.hr-reviews {
    background: var(--hr-bg);
    padding: 90px 0;
}

.hr-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.hr-rv-card {
    background: var(--hr-white);
    border: 1px solid var(--hr-border);
    border-radius: 16px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hr-rv-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--hr-shadow-md);
}

.hr-rv-stars {
    display: flex;
    gap: 2px;
    color: #F59E0B;
    font-size: 0.85rem;
    margin-bottom: 16px;
}

.hr-rv-card > p {
    font-size: 0.9rem;
    color: var(--hr-text);
    line-height: 1.75;
    flex: 1;
    margin-bottom: 20px;
}

.hr-rv-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid var(--hr-border);
}

.hr-rv-av {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 700;
    flex-shrink: 0;
}

.hr-rv-author strong {
    display: block;
    font-size: 0.85rem;
    color: var(--hr-text);
}

.hr-rv-author span {
    font-size: 0.72rem;
    color: var(--hr-muted);
}


/* ════════════════════════════════════════════ FAQ (light theme) ════════════════════════════════════════════ */
.hr-faq {
    background: var(--hr-white);
    padding: 90px 0;
}

.hr-faq-layout {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 72px;
    align-items: start;
}

.hr-faq-left h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--hr-text);
    margin-bottom: 12px;
    line-height: 1.2;
}

.hr-faq-left p {
    font-size: 0.95rem;
    color: var(--hr-muted);
    line-height: 1.7;
}

.hr-faq-right {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hr-faq-item {
    background: var(--hr-white);
    border: 1px solid var(--hr-border);
    border-radius: 12px;
    overflow: hidden;
}

.hr-faq-q {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    background: var(--hr-white);
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 0.93rem;
    font-weight: 600;
    color: var(--hr-text);
    font-family: var(--hr-font);
    gap: 16px;
    transition: background 0.15s ease;
}

.hr-faq-q:hover {
    background: #FAFBFF;
}

.hr-faq-icon {
    font-size: 0.8rem;
    color: var(--hr-muted);
    transition: transform 0.3s ease, color 0.3s ease;
    flex-shrink: 0;
}

.hr-faq-q.hr-faq-open .hr-faq-icon {
    transform: rotate(45deg);
    color: var(--hr-primary);
}

.hr-faq-q.hr-faq-open {
    color: var(--hr-primary);
}

.hr-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.hr-faq-a.hr-faq-visible {
    max-height: 400px;
}

.hr-faq-a p {
    padding: 0 24px 20px;
    font-size: 0.88rem;
    color: var(--hr-muted);
    line-height: 1.75;
}


/* ════════════════════════════════════════════ FINAL CTA (improved) ════════════════════════════════════════════ */


/* ════════════════════════════════════════════ FINAL CTA ════════════════════════════════════════════ */
.hr-final-cta {
    padding: 100px 0;
    background: var(--hr-primary);
    text-align: center;
}

.hr-final-cta-box {
    max-width: 680px;
    margin: 0 auto;
}

.hr-final-cta-box h2 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 16px;
}

.hr-final-cta-box p {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.hr-final-cta-btns {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.hr-fc-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: var(--hr-primary);
    padding: 16px 32px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

.hr-fc-btn-primary:hover {
    background: #EEF2FF;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.hr-fc-btn-outline {
    display: inline-flex;
    align-items: center;
    border: 1.5px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    padding: 16px 32px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    background: transparent;
    transition: all 0.2s ease;
}

.hr-fc-btn-outline:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.hr-fc-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 600;
    margin-bottom: 24px;
}

.hr-fc-trust {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

.hr-fc-trust span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.5);
}

.hr-fc-trust i {
    font-size: 0.7rem;
}


/* ════════════════════════════════════════════ RESPONSIVE ════════════════════════════════════════════ */
@media (max-width: 1100px) {
    .hr-hero {
        padding: 120px 0 80px;
    }

    .hr-hero-h1 {
        font-size: 48px;
    }

    .hr-hero-checklist {
        flex-wrap: wrap;
        justify-content: center;
    }

    .hr-value-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 60px 40px;
    }

    .hr-value-item:nth-child(2)::after {
        display: none;
    }

    .hr-toolkit-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hr-fd-inner,
    .hr-fd-inner.hr-fd-reverse {
        grid-template-columns: 1fr;
        gap: 48px;
        direction: ltr;
    }

    .hr-fd-visual {
        order: -1;
    }

    .hr-reviews-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hr-faq-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

}

@media (max-width: 640px) {
    .hr-hero {
        padding: 100px 0 60px;
    }

    .hr-hero-h1 {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .hr-hero-sub {
        font-size: 17px;
    }

    .hr-hero-btns {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .hr-btn-primary,
    .hr-btn-outline {
        width: 100%;
        max-width: 320px;
        text-align: center;
        justify-content: center;
    }

    .hr-hero-checklist {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .hr-value-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hr-value-item:not(:last-child)::after {
        display: none;
    }

    .hr-value-num {
        font-size: 44px;
    }

    .hr-container {
        padding: 0 20px;
    }

    .hr-toolkit-grid {
        grid-template-columns: 1fr;
    }

    .hr-toolkit {
        padding: 60px 0;
    }

    .hr-fd {
        padding: 60px 0;
    }

    .hr-dash {
        max-width: 100%;
    }

    .hr-reviews-grid {
        grid-template-columns: 1fr;
    }

    .hr-faq,
    .hr-reviews {
        padding: 60px 0;
    }


    .hr-final-cta {
        padding: 60px 0;
    }

    .hr-final-cta-box h2 {
        font-size: 1.8rem;
    }

    .hr-final-cta-btns {
        flex-direction: column;
        align-items: center;
    }
}