/* Phase 17: minimal bridge CSS for the extracted WordPress/Elementor homepage. */
:root {
    --e-global-color-primary: #0f1d46;
    --e-global-color-secondary: #111111;
    --e-global-color-text: #525866;
    --e-global-color-accent: #b6323e;
    --e-global-color-3507a26: #ffffff;
    --e-global-color-cf9ca83: #b6323e;
    --e-global-color-56593f4: #f5f5f7;
    --e-global-typography-text-font-weight: 400;
}

.home-page .site-main {
    overflow: hidden;
}

.vs-original-home {
    color: #525866;
    font-family: "Plus Jakarta Sans", sans-serif;
    background: #fff;
}

.elementor-section,
.elementor-element.e-con {
    position: relative;
}

.elementor-913 .e-con {
    width: min(100% - 32px, 1340px);
    margin-inline: auto;
}

.elementor-913 .e-con.e-parent {
    display: flex;
}

.elementor-913 .elementor-widget-container {
    position: relative;
}

.elementor-913 h1,
.elementor-913 h2,
.elementor-913 h3,
.elementor-913 p {
    margin-top: 0;
}

.elementor-913 .ld-fh-element {
    color: inherit;
    font-weight: 800;
    line-height: 1.02;
}

.elementor-element-7124bfa {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
}

.elementor-element-7124bfa .ld-fh-element {
    max-width: 820px;
    color: #fff;
    font-size: clamp(36px, 4vw, 64px);
    margin-bottom: 0;
}

.elementor-913 .jws-highlight-txt,
.elementor-913 .accent-red {
    color: #b6323e;
}

.elementor-913 .subtitle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-weight: 700;
}

.elementor-913 .des,
.elementor-913 .hero-kicker {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #e26b75;
    margin-bottom: -4px;
}

.elementor-913 .hero-description {
    max-width: 520px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.6;
}

.elementor-913 .hero-support {
    max-width: 560px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.65;
}

.elementor-913 .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    min-width: 220px;
    border-radius: 10px;
    padding: 13px 28px;
    color: #fff;
    background: #b6323e;
    font-size: 16px;
    font-weight: 800;
    white-space: nowrap;
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.elementor-913 .btn:hover {
    transform: translateY(-2px);
    background: #8f2832;
}

/* Button block + hiring text block */
.elementor-element-94891b8 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 36px;
}

.elementor-913 .original-hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-top: 200px;
    padding-bottom: 80px;
    background-image:
        linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.45) 60%, rgba(0, 0, 0, 0.18) 100%),
        url("../images/blog/banner1.png");
    background-position: center;
    background-size: cover;
}

.elementor-913 .original-hero .e-con-inner {
    display: flex;
    align-items: center;
}

/* Hero decorative rotating seal (right side) — unique vs- prefix to avoid
   collision with the legacy .hero-seal badge defined in style.css */
.elementor-913 .vs-hero-seal-deco {
    margin-left: auto;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 32px;
}
.vs-hero-seal {
    position: relative;
    width: 170px;
    height: 170px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vs-hero-seal-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 170px;
    height: 170px;
    background: transparent;
    transform: translate(-50%, -50%);
    transform-origin: center;
    animation: vsHeroSealRotate 24s linear infinite;
    z-index: 1;
}
.vs-hero-seal-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75px;
    height: auto;
    background: transparent;
    transform: translate(-50%, -50%);
    z-index: 2;
    animation: none;
    filter: brightness(0) invert(1);
}
@keyframes vsHeroSealRotate {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to   { transform: translate(-50%, -50%) rotate(360deg); }
}
@media (max-width: 1100px) {
    .elementor-913 .vs-hero-seal-deco { display: none; }
}

/* Left hero column: stack all children vertically */
.elementor-element-420693b {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 0 !important;
}

.original-rating {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 0;
    color: #fff;
}

.original-rating .star {
    font-size: 28px;
    color: #b6323e;
    background: none;
    width: auto;
    height: auto;
    border-radius: 0;
    display: inline;
}

.original-rating strong {
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
}

.original-rating span {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.72);
}

.original-hiring {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    font-weight: 600;
}

.original-hiring a {
    color: #b6323e;
    font-weight: 700;
    text-decoration: none;
}

.original-hiring a:hover {
    text-decoration: underline;
    text-decoration-color: #b6323e;
}

.original-seal {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 240px;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.original-seal .seal-ring {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    animation: rotateSeal 14s linear infinite;
}

.original-seal .seal-logo {
    position: relative;
    z-index: 1;
    width: 110px;
    height: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
    pointer-events: none;
}

@keyframes rotateSeal {
    to { transform: rotate(360deg); }
}

/* Right hero column */
.elementor-element-8b8effc {
    position: relative !important;
    min-height: 260px !important;
}

.original-section {
    padding: 90px 0;
}

.original-section.gray {
    background: #f5f5f7;
}

.original-heading {
    max-width: 780px;
    margin: 0 auto 48px;
    text-align: center;
}

.original-heading h2,
.original-copy h2 {
    color: #111;
    font-size: clamp(38px, 4.5vw, 64px);
    line-height: 1.04;
}

.original-heading p,
.original-copy p {
    color: #666;
    font-size: 18px;
}

.original-logo-strip {
    padding: 58px 0;
    background: #fff;
    text-align: center;
}

.original-logo-strip h3 {
    margin: 0 0 32px;
    color: #111;
    font-size: 18px;
}

.original-logo-row,
.original-company-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
}

.original-logo-row img {
    max-width: 142px;
    max-height: 44px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.58;
}

.original-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 70px;
    align-items: center;
}

.original-image img {
    width: 100%;
    min-height: 500px;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: 0 24px 70px rgba(15, 29, 70, 0.1);
}

.original-checks {
    display: grid;
    gap: 14px;
    margin: 28px 0;
}

.original-checks span {
    position: relative;
    padding-left: 34px;
    color: #111;
    font-weight: 800;
}

.original-checks span::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    color: #fff;
    background: #b6323e;
    border-radius: 50%;
    font-size: 13px;
}

.original-card-grid,
.original-resource-grid,
.original-employer-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.original-job-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.original-card,
.original-job-pill,
.original-company-card,
.original-employer-card,
.original-resource-card {
    background: #fff;
    border: 1px solid rgba(15, 29, 70, 0.09);
    border-radius: 24px;
    box-shadow: 0 14px 44px rgba(15, 29, 70, 0.06);
}

.original-card,
.original-job-pill,
.original-company-card,
.original-employer-card {
    padding: 28px;
}

.original-job-pill h3,
.original-company-card h3,
.original-employer-card h3 {
    margin-bottom: 8px;
    color: #111;
}

.original-testimonial {
    display: grid;
    grid-template-columns: 0.42fr 0.58fr;
    gap: 58px;
    align-items: center;
}

.original-testimonial blockquote {
    margin: 0 0 28px;
    color: #111;
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 900;
    line-height: 1.05;
}

.original-slider-controls {
    display: flex;
    gap: 12px;
    margin-top: 28px;
}

.original-slider-controls button {
    width: 48px;
    height: 48px;
    border: 0;
    color: #fff;
    background: #0f1d46;
    border-radius: 50%;
    font-size: 28px;
}

.original-mission-banner {
    padding: 130px 0;
    color: #fff;
    text-align: center;
    background-image:
        linear-gradient(90deg, rgba(8, 18, 37, 0.88), rgba(8, 18, 37, 0.45)),
        url("../images/blog/Soldier-at-sunrise-with-American-flag.png");
    background-size: cover;
    background-position: center;
}

.original-mission-banner h2 {
    color: #fff;
    font-size: clamp(48px, 6vw, 86px);
    line-height: 1;
}

.original-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    text-align: center;
}

.original-stats strong {
    display: block;
    color: #b6323e;
    font-size: 78px;
    line-height: 1;
}

.original-resource-card {
    overflow: hidden;
}

.original-resource-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.original-resource-card div {
    padding: 22px;
}

.original-resource-card span {
    color: #b6323e;
    font-weight: 900;
}

.original-resource-card h3 {
    color: #111;
}

@media (max-width: 1024px) {
    .elementor-913 .original-hero .e-con,
    .original-split,
    .original-testimonial {
        grid-template-columns: 1fr;
    }

    .original-card-grid,
    .original-employer-grid,
    .original-resource-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .original-job-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .original-seal {
        display: none;
    }
}

@media (max-width: 767px) {
    .elementor-913 .original-hero {
        min-height: 760px;
        padding-top: 115px;
    }

    .original-card-grid,
    .original-employer-grid,
    .original-resource-grid,
    .original-job-grid,
    .original-stats {
        grid-template-columns: 1fr;
    }

    .original-hiring {
        display: flex;
        margin: 16px 0 0;
    }
}

/* Loop typewriter cursor */
[data-tw-loop]::after {
    content: '|';
    margin-left: 2px;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 300;
    animation: twBlink 0.85s step-end infinite;
}
@keyframes twBlink {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
    [data-tw-loop]::after { animation: none; content: ''; }
}

/* One-time typewriter cursor — only while the paragraph is typing */
.hero-support.tw-typing::after {
    content: '|';
    margin-left: 2px;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 300;
    animation: twBlink 0.85s step-end infinite;
}

/* ── Mission Strip ────────────────────────────────────────────────────── */
.ms-strip {
    background:
        radial-gradient(ellipse at 85% 30%, rgba(182,50,62,.16) 0%, transparent 55%),
        #0b1430;
    border-top: 3px solid #b6323e;
    position: relative;
    overflow: hidden;
}
.ms-strip::before {
    content: '';
    position: absolute; inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='2' r='1.4' fill='%23ffffff' fill-opacity='0.06'/%3E%3C/svg%3E");
    pointer-events: none;
}
.ms-inner {
    position: relative;
    z-index: 1;
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    align-items: stretch;
    min-height: 120px;
}
.ms-accent {
    width: 4px;
    background: linear-gradient(180deg, #b6323e 0%, #7c1d26 100%);
    flex-shrink: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.ms-heading {
    padding: 28px 36px 28px 24px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.ms-heading h2 {
    margin: 0;
    font-size: clamp(22px, 2vw, 32px);
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -.3px;
    white-space: nowrap;
}
.ms-divider {
    width: 1px;
    background: rgba(255,255,255,.1);
    margin: 20px 0;
    flex-shrink: 0;
}
.ms-body {
    padding: 28px 0 28px 36px;
    display: flex;
    align-items: center;
    gap: 40px;
    flex: 1;
}
.ms-body p {
    margin: 0;
    font-size: 14.5px;
    color: rgba(255,255,255,.58);
    line-height: 1.65;
    flex: 1;
}
.ms-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 11px 24px;
    background: #b6323e;
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background .15s, transform .12s;
    box-shadow: 0 4px 16px rgba(182,50,62,.3);
}
.ms-link:hover { background: #8f2832; transform: translateY(-1px); color: #fff; }
.ms-link span { font-size: 16px; }
@media (max-width: 900px) {
    .ms-heading h2 { white-space: normal; font-size: 22px; }
    .ms-body { gap: 24px; }
}
@media (max-width: 680px) {
    .ms-inner { flex-direction: column; padding: 24px 20px; }
    .ms-accent { width: 100%; height: 3px; margin: 0 0 16px; }
    .ms-heading { padding: 0 0 16px; }
    .ms-divider { display: none; }
    .ms-body { padding: 0; flex-direction: column; align-items: flex-start; gap: 16px; }
}
