:root {
    --hr-navy: #0b1a2c;
    --hr-navy-2: #0e2440;
    --hr-blue: #1c63e0;
    --hr-blue-light: #2f7bf7;
    --hr-blue-footer: #123a72;
    --hr-blue-footer-dark: #0a2751;
    --hr-gray-bg: #f0f0f0;
    --hr-text-muted: #c9d3de;
    --hr-dark-light: #19293f;

}

* {
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;

    color: #1a1a1a;
    background: #fff;
}

.display-font {
    font-family: 'Anton', sans-serif;
    letter-spacing: 0.5px;
}

/* ===== HEADER / HERO ===== */
/* background removed for now — add back later with:
   linear-gradient(...), url('your-image.jpg') center/cover no-repeat */
/* .hero-section {
    position: relative;
    background:
        linear-gradient(100deg, rgba(6, 14, 26, 0.97) 0%, rgba(6, 14, 26, 0.88) 32%, rgba(6, 14, 26, 0.35) 62%, rgba(6, 14, 26, 0.15) 100%),
        url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
    color: #fff;
    padding-bottom: 70px;
} */
.hero-section {
    position: relative;
    color: #fff;
    padding-bottom: 70px;
}

/* image-based logo sizing (replaces old .logo-box + .brand-text markup) */
.desktop-logo {
    max-height: 154px;
    width: auto;

}

.top-bar {
    padding: 24px 0 10px 0;
}

.logo-box {
    width: 54px;
    height: 54px;
    border: 2.5px solid var(--hr-blue-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Anton', sans-serif;
    font-size: 26px;
    color: #fff;
    background: black;
    position: relative;
}

.logo-box::after {
    content: "";
    position: absolute;
    right: -3px;
    top: -3px;
    bottom: -3px;
    width: 2.5px;
    background: var(--hr-blue-light);
}

.brand-text {
    font-family: 'Anton', sans-serif;
    line-height: 1;
    margin-left: 14px;
}

.brand-text .line1 {
    font-size: 26px;
    letter-spacing: 1px;
}

.brand-text .line2 {
    font-size: 16px;
    color: var(--hr-blue-light);
    letter-spacing: 5px;
}

.tagline-small {
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #fff;
    margin-right: 20px;
}

.btn-agent-login {
    border: 1.5px solid #fff;
    color: #fff;
    background: transparent;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 9px 20px;
    border-radius: 3px;
    white-space: nowrap;
}

.btn-agent-login:hover {
    background: #fff;
    color: var(--hr-navy);
}

.eyebrow {
    color: var(--hr-blue-light);
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 14px;
}

.hero-heading {
    font-family: 'Anton', sans-serif;
    font-size: 60px;
    line-height: 1.02;
    letter-spacing: 0.5px;
    margin-top: 10px;
    font-weight: 700;
}

.hero-heading .accent {
    color: var(--hr-blue-light);
}

.hero-sub {
    font-size: 17px;
    color: #e9edf2;
    font-weight: 400;
    margin-top: 18px;
    line-height: 1.5;
    max-width: 480px;
}

.feature-mini {
    margin-top: 45px;
}

.feature-mini .icon-wrap {
    width: 46px;
    height: 46px;
    border: 2px solid var(--hr-blue-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--hr-blue-light);
    font-size: 20px;
    margin-bottom: 14px;
}

.feature-mini h6 {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.feature-mini p {
    font-size: 13px;
    color: #c3cbd6;
    line-height: 1.5;
    margin-bottom: 0;
}

.hero-photo-wrap {
    position: relative;
    min-height: 640px;
}

.hero-photo {
    position: absolute;
    bottom: -70px;
    right: 0;
    height: 105%;
    max-width: none;
    width: auto;
    object-fit: cover;
    object-position: top;
}

/* ===== WATCH / JOIN SECTION ===== */
.section-split {
    background: var(--hr-gray-bg);
}

.watch-col {
    background: var(--hr-gray-bg);
    padding: 60px 55px 60px 5%;
}

.join-col {
    background: var(--hr-dark-light);
    padding: 60px 5% 60px 55px;
    color: #fff;
}

.section-heading {
    font-family: 'Anton', sans-serif;
    font-size: 26px;
    letter-spacing: 0.5px;
    border-left: 5px solid var(--hr-blue);
    padding-left: 16px;
    line-height: 1.15;
    font-weight: 700;
}

.section-heading.white {
    color: #fff;
}

.video-thumb {
    position: relative;
    background: #0c1420;
    border-radius: 6px;
    overflow: hidden;
    aspect-ratio: 16/9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    color: #fff;
}

.video-thumb iframe {
    width: 100%;
    height: 100%;
}

.discover-title {
    font-weight: 700;
    font-size: 19px;
    letter-spacing: 0.5px;
    margin-top: 32px;
}

.discover-text {
    font-size: 14.5px;
    color: #333;
    line-height: 1.6;
    margin-top: 10px;
}

.check-list {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 26px;
}

.check-list .item {
    display: flex;
    align-items: center;
    font-size: 13.5px;
    font-weight: 600;
    color: #1a1a1a;
}

.check-list .item i {
    color: #fff;
    background: var(--hr-blue);
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    margin-right: 8px;
}

.join-sub {
    font-size: 14.5px;
    color: var(--hr-text-muted);
    margin-bottom: 26px;
}

.form-control-hr {
    background: #fff;
    border: none;
    border-radius: 5px;
    padding: 13px 16px;
    font-size: 14px;
    margin-bottom: 14px;
    width: 100%;
    color: #333;
}

.form-control-hr::placeholder {
    color: #8a94a3;
}

textarea.form-control-hr {
    resize: none;
    height: 80px;
}

select.form-control-hr {
    color: #8a94a3;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238a94a3' stroke-width='2' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
}

.form-check-hr {
    font-size: 12.5px;
    color: var(--hr-text-muted);
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 20px;
}

.form-check-hr input {
    margin-top: 2px;
}

.btn-connect {
    background: var(--hr-blue);
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 14px;
    width: 100%;
    border: none;
    border-radius: 5px;
}

.btn-connect:hover {
    background: var(--hr-blue-light);
    color: #fff;
}

.secure-note {
    font-size: 12px;
    color: var(--hr-text-muted);
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* ===== ADVANTAGE SECTION ===== */
.advantage-section {
    background: var(--hr-navy);
    color: #fff;
    padding: 55px 0 60px 0;
}

.advantage-heading {

    text-align: center;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 50px;
    font-weight: 700;
}

.advantage-item {
    text-align: center;
    padding: 0 12px;
}

.advantage-item .icon-circle {
    width: 64px;
    height: 64px;
    border: 2px solid var(--hr-blue-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: var(--hr-blue-light);
    margin: 0 auto 18px auto;
}

.advantage-item h6 {
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    min-height: 36px;
}

.advantage-item p {
    font-size: 12.5px;
    color: #c3cbd6;
    line-height: 1.5;
    margin-bottom: 0;
}

/* ===== FOOTER ===== */
.footer-main {
    background: var(--hr-blue-footer);
    color: #fff;
    padding: 45px 0 30px 0;
}

.footer-main .logo-box {
    border-color: #fff;
}

.footer-main .brand-text .line2 {
    color: #cfe0fb;
}

.footer-tagline {
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.footer-desc {
    font-size: 13px;
    color: #d7e2f2;
    line-height: 1.5;
}

.footer-heading {
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 14px;
}

.footer-contact-item {
    font-size: 13px;
    color: #e5edf9;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.footer-social {
    display: flex;
    gap: 10px;
}

.footer-social a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}

.footer-bottom {
    background: var(--hr-blue-footer-dark);
    color: #c3cfe0;
    font-size: 12px;
    padding: 14px 0;
}

@media (max-width: 991px) {
    .hero-heading {
        font-size: 42px;
    }

    .hero-photo-wrap {
        min-height: 380px;
    }

    .hero-photo {
        position: relative;
        bottom: 0;
        height: auto;
        width: 100%;
        margin-top: 30px;
        border-radius: 8px;
    }

    .watch-col,
    .join-col {
        padding: 40px 24px;
    }
}

.desktop-logo {
    max-height: 54px;
    width: auto;
}

.btn-agent-login {
    font-size: 13px;
    padding: 8px 16px;
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .desktop-logo {
        max-height: 36px;
    }

    .btn-agent-login {
        font-size: 11px;
        padding: 6px 10px;
    }

    .btn-agent-login i {
        margin-right: 4px !important;
    }
}

@media (max-width: 575.98px) {
    .top-bar {
        padding: 14px 0 8px 0;
    }
}

.form-status {
    display: none;
    margin-top: 14px;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 13.5px;
    font-weight: 500;
}

.form-status-success {
    background: rgba(40, 167, 69, 0.15);
    color: #d4f7dc;
    border: 1px solid rgba(40, 167, 69, 0.4);
}

.form-status-error {
    background: rgba(220, 53, 69, 0.15);
    color: #ffd9dc;
    border: 1px solid rgba(220, 53, 69, 0.4);
}