/* ════════════════════════════════════════════
   Imigrat Theme — main.css
   Color vars are also set by PHP in <head>
   ════════════════════════════════════════════ */

:root {
    --red:     #e53935;
    --red2:    #c62828;
    --navy:    #0d1b2e;
    --navy2:   #112240;
    --heading: #14213d;
    --text:    #6b7280;
    --white:   #ffffff;
    --light:   #f5f7fa;
    --border:  #e5e7eb;
    --radius:  6px;
    --shadow:  0 4px 20px rgba(0,0,0,.07);
    --shadow-lg: 0 12px 40px rgba(0,0,0,.12);
    --transition: .25s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: var(--text);
    overflow-x: hidden;
    background: var(--white);
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: var(--transition); }
ul { list-style: none; }
button { cursor: pointer; font-family: inherit; border: none; background: none; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* ── TYPOGRAPHY ── */
h1,h2,h3,h4,h5,h6 { font-family: 'Barlow Condensed', sans-serif; color: var(--heading); line-height: 1.15; font-weight: 800; }

/* ── BUTTONS ── */
.btn-red {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--red); color: var(--white);
    padding: 14px 34px; border-radius: var(--radius);
    font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .8px;
    transition: var(--transition);
}
.btn-red:hover { background: var(--red2); color: var(--white); transform: translateY(-2px); }

.btn-ghost {
    display: inline-flex; align-items: center; gap: 8px;
    border: 2px solid rgba(255,255,255,.32); color: var(--white);
    padding: 14px 34px; border-radius: var(--radius);
    font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .8px;
    transition: var(--transition);
}
.btn-ghost:hover { border-color: var(--red); color: var(--red); }

.btn-white {
    display: inline-block;
    background: var(--white); color: var(--red);
    padding: 15px 40px; border-radius: var(--radius);
    font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .8px;
    transition: var(--transition);
}
.btn-white:hover { background: var(--navy); color: var(--white); }

/* ── SECTION COMMONS ── */
section { padding: 95px 0; }

.sec-label {
    font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 3px;
    color: var(--red); display: flex; align-items: center; gap: 10px; margin-bottom: 12px;
}
.sec-label::before { content: ''; width: 28px; height: 2px; background: var(--red); flex-shrink: 0; }

.sec-title { font-size: clamp(28px, 4vw, 46px); font-weight: 800; color: var(--heading); }
.sec-title em { font-style: normal; color: var(--red); }
.sec-desc { color: var(--text); font-size: 15px; line-height: 1.85; margin-top: 14px; }
.read-more { color: var(--red); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .5px; display: inline-flex; align-items: center; gap: 6px; }
.read-more:hover { color: var(--red2); gap: 10px; }

/* ═══════════════════════════════════
   TOP BAR
═══════════════════════════════════ */
.topbar { background: var(--navy); color: #9aa5b4; font-size: 13px; padding: 9px 0; }
.topbar-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.topbar-left { display: flex; flex-wrap: wrap; gap: 6px 22px; }
.topbar-left span { display: inline-flex; align-items: center; gap: 7px; }
.topbar-left i { color: var(--red); font-size: 13px; }
.topbar-left a { color: #9aa5b4; }
.topbar-left a:hover { color: var(--red); }
.topbar-right { display: flex; gap: 8px; }
.topbar-right a { width: 26px; height: 26px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; color: #9aa5b4; transition: var(--transition); }
.topbar-right a:hover { border-color: var(--red); color: var(--red); }

/* ═══════════════════════════════════
   NAVIGATION
═══════════════════════════════════ */
.site-nav { background: var(--white); box-shadow: 0 2px 16px rgba(0,0,0,.09); position: sticky; top: 0; z-index: 200; }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; height: 78px; gap: 20px; }

.site-logo .text-logo { font-family: 'Barlow Condensed', sans-serif; font-size: 34px; font-weight: 800; color: var(--heading); letter-spacing: -1px; }
.site-logo .text-logo span { color: var(--red); }
.site-logo .custom-logo { height: 52px; width: auto; }

.nav-links { display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; }
.nav-links li { position: relative; }
.nav-links li > a { font-size: 15px; font-weight: 600; color: var(--heading); padding: 8px 0; display: flex; align-items: center; gap: 4px; }
.nav-links li > a:hover, .nav-links .current-menu-item > a, .nav-links .current_page_item > a { color: var(--red); }

/* Dropdown */
.nav-links .sub-menu { display: none; position: absolute; top: 100%; left: 0; background: var(--white); min-width: 220px; box-shadow: var(--shadow-lg); border-top: 3px solid var(--red); border-radius: 0 0 var(--radius) var(--radius); z-index: 300; }
.nav-links li:hover > .sub-menu { display: block; }
.nav-links .sub-menu a { display: block; padding: 11px 18px; font-size: 14px; font-weight: 500; color: var(--heading); border-bottom: 1px solid var(--border); }
.nav-links .sub-menu a:hover { color: var(--red); padding-left: 24px; }

.nav-cta { background: var(--red); color: var(--white) !important; padding: 12px 26px; border-radius: var(--radius); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .6px; white-space: nowrap; flex-shrink: 0; }
.nav-cta:hover { background: var(--red2); }

/* Hamburger */
.nav-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 38px; height: 38px; padding: 4px; }
.nav-toggle span { display: block; height: 2px; background: var(--heading); border-radius: 2px; transition: var(--transition); }
.nav-toggle.open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

.nav-mobile-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 150; }
.nav-mobile-overlay.visible { display: block; }

/* ═══════════════════════════════════
   HERO — Creative Full-Screen Slider
═══════════════════════════════════ */
.hero { position: relative; height: 100vh; min-height: 620px; max-height: 940px; overflow: hidden; background: #080f1e; }

/* Slides container */
.hero-slides { position: absolute; inset: 0; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .9s ease; pointer-events: none; z-index: 1; }
.hero-slide.active { opacity: 1; pointer-events: auto; z-index: 2; }

/* Background photo with Ken Burns zoom */
.hero-bg {
    position: absolute; inset: 0;
    background-size: cover; background-position: center;
    transform: scale(1);
}
.hero-slide.active .hero-bg {
    animation: heroBgZoom 9s ease-in-out forwards;
}
@keyframes heroBgZoom {
    0%   { transform: scale(1.0) translate(0,0); }
    100% { transform: scale(1.09) translate(-1%,-.5%); }
}

/* Multi-layer overlay: strong left gradient + bottom vignette */
.hero-overlay {
    position: absolute; inset: 0; z-index: 1;
    background:
        linear-gradient(110deg,
            rgba(6,14,30,.96)  0%,
            rgba(6,14,30,.86) 32%,
            rgba(6,14,30,.50) 58%,
            rgba(6,14,30,.12) 100%
        ),
        linear-gradient(to top, rgba(6,14,30,.75) 0%, transparent 28%);
}

/* Ghost large slide number */
.hero-num {
    position: absolute; top: 60px; left: 36px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(120px,18vw,220px); font-weight: 900; line-height: 1;
    color: rgba(255,255,255,.035);
    pointer-events: none; user-select: none; z-index: 2;
}

/* Content wrapper */
.hero-content {
    position: relative; z-index: 3;
    max-width: 1240px; margin: 0 auto;
    padding: 0 48px;
    height: 100%; display: flex; align-items: center;
}

/* Eyebrow tag */
.hero-eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 11px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase;
    color: var(--red); margin-bottom: 22px;
    opacity: 0; transform: translateY(22px);
}
.hero-eyebrow::before { content: ''; width: 30px; height: 2px; background: var(--red); flex-shrink: 0; }
.hero-slide.active .hero-eyebrow { opacity: 1; transform: translateY(0); transition: opacity .65s ease .15s, transform .65s ease .15s; }

/* H1 */
.hero-content h1 {
    font-size: clamp(40px, 5.8vw, 76px); font-weight: 900;
    color: #fff; line-height: 1.04; margin-bottom: 24px; max-width: 660px;
    opacity: 0; transform: translateY(30px);
}
.hero-content h1 em { font-style: normal; color: var(--red); }
.hero-slide.active .hero-content h1 { opacity: 1; transform: translateY(0); transition: opacity .7s ease .3s, transform .7s ease .3s; }

/* Description */
.hero-desc {
    color: rgba(255,255,255,.62); font-size: 16px; line-height: 1.9;
    max-width: 530px; margin-bottom: 42px;
    opacity: 0; transform: translateY(22px);
}
.hero-slide.active .hero-desc { opacity: 1; transform: translateY(0); transition: opacity .7s ease .45s, transform .7s ease .45s; }

/* Buttons */
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; opacity: 0; transform: translateY(18px); }
.hero-slide.active .hero-btns { opacity: 1; transform: translateY(0); transition: opacity .7s ease .6s, transform .7s ease .6s; }

/* Floating destination card — right side desktop */
.hero-dest-card {
    position: absolute; right: 52px; top: 50%; z-index: 4;
    transform: translateY(-50%) translateX(40px);
    background: rgba(255,255,255,.07);
    backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 20px; padding: 30px 28px; min-width: 210px;
    text-align: center; opacity: 0;
}
.hero-slide.active .hero-dest-card { opacity: 1; transform: translateY(-50%) translateX(0); transition: opacity .8s ease .75s, transform .8s ease .75s; }

.hero-dest-flag  { display: block; margin-bottom: 12px; }
.hero-dest-flag img { width: 52px; height: auto; border-radius: 4px; box-shadow: 0 2px 8px rgba(0,0,0,.3); display: block; }
.hero-dest-name  { font-size: 20px; font-weight: 800; color: #fff; margin-bottom: 4px; }
.hero-dest-tag   { font-size: 10px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(255,255,255,.5); display: block; margin-bottom: 20px; }
.hero-dest-pill  {
    background: rgba(229,57,53,.18);
    border: 1px solid rgba(229,57,53,.3);
    border-radius: 10px; padding: 10px 14px;
}
.hero-dest-pill strong { display: block; font-family: 'Barlow Condensed',sans-serif; font-size: 28px; font-weight: 800; color: var(--red); line-height: 1; }
.hero-dest-pill span   { font-size: 11px; color: rgba(255,255,255,.55); font-weight: 500; margin-top: 2px; display: block; }

/* Thin progress bar at very bottom */
.hero-progress { position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: rgba(255,255,255,.08); z-index: 10; }
.hero-progress-bar { height: 100%; background: var(--red); width: 0; }
.hero-progress-bar.running { width: 100%; transition: width 5s linear; }

/* Dots — pill style */
.hero-dots { position: absolute; bottom: 34px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 10; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.28); transition: all .35s ease; border: none; cursor: pointer; padding: 0; }
.dot.active { width: 30px; border-radius: 4px; background: var(--red); }
.dot:hover:not(.active) { background: rgba(255,255,255,.55); }

/* Slide counter */
.hero-counter {
    position: absolute; bottom: 40px; right: 44px; z-index: 10;
    display: flex; align-items: baseline; gap: 3px;
    font-family: 'Barlow Condensed',sans-serif; color: rgba(255,255,255,.4);
}
.hero-counter .curr { font-size: 32px; font-weight: 700; color: #fff; line-height: 1; }
.hero-counter .sep  { font-size: 18px; margin: 0 2px; }
.hero-counter .tot  { font-size: 16px; }

/* Navigation arrows */
.hero-prev, .hero-next {
    position: absolute; top: 50%; transform: translateY(-50%);
    width: 54px; height: 54px; border-radius: 50%;
    border: 1.5px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.05);
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    color: #fff; font-size: 15px; z-index: 10;
    display: flex; align-items: center; justify-content: center;
    transition: all .25s ease; cursor: pointer;
}
.hero-prev { left: 28px; }
.hero-next { right: 28px; }
.hero-prev:hover, .hero-next:hover { background: var(--red); border-color: var(--red); transform: translateY(-50%) scale(1.1); }

/* Scroll mouse icon */
.hero-scroll-cue {
    position: absolute; bottom: 30px; left: 44px; z-index: 10;
    display: flex; flex-direction: column; align-items: center; gap: 6px;
}
.hero-scroll-mouse {
    width: 22px; height: 36px;
    border: 2px solid rgba(255,255,255,.22);
    border-radius: 11px; position: relative;
}
.hero-scroll-mouse::after {
    content: ''; position: absolute; top: 5px; left: 50%; transform: translateX(-50%);
    width: 4px; height: 7px; background: rgba(255,255,255,.5); border-radius: 2px;
    animation: scrollPulse 1.6s ease infinite;
}
.hero-scroll-txt { font-size: 9px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(255,255,255,.3); }
@keyframes scrollPulse {
    0%   { opacity: 1; transform: translateX(-50%) translateY(0); }
    100% { opacity: 0; transform: translateX(-50%) translateY(9px); }
}

/* ═══════════════════════════════════
   SERVICE STRIP
═══════════════════════════════════ */
.strip { background: var(--white); box-shadow: 0 6px 30px rgba(0,0,0,.08); }
.strip-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); }
.strip-card { padding: 38px 28px; border-right: 1px solid var(--border); display: flex; align-items: flex-start; gap: 20px; transition: var(--transition); }
.strip-card:last-child { border-right: none; }
.strip-card:hover { background: var(--red); }
.strip-card:hover * { color: var(--white) !important; }
.strip-icon { width: 58px; height: 58px; border-radius: var(--radius); background: rgba(229,57,53,.1); display: flex; align-items: center; justify-content: center; font-size: 26px; flex-shrink: 0; color: var(--red); transition: var(--transition); }
.strip-card:hover .strip-icon { background: rgba(255,255,255,.2); }
.strip-card h3 { font-size: 18px; font-weight: 700; color: var(--heading); margin-bottom: 7px; }
.strip-card p { font-size: 14px; color: var(--text); line-height: 1.65; margin-bottom: 12px; }
.strip-more { color: var(--red); font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .5px; display: inline-flex; align-items: center; gap: 6px; }

/* ═══════════════════════════════════
   ABOUT
═══════════════════════════════════ */
.about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-imgs { position: relative; padding-bottom: 40px; }
.img-main { width: 75%; border-radius: 8px; height: 420px; background: linear-gradient(145deg,#1a2d4a,#243b55); display: flex; align-items: center; justify-content: center; font-size: 70px; color: rgba(255,255,255,.15); box-shadow: 0 16px 50px rgba(0,0,0,.18); overflow: hidden; }
.img-main img { width: 100%; height: 100%; object-fit: cover; }
.about-photo { width: 100%; height: 100%; object-fit: cover; }
.img-sub { position: absolute; right: 0; bottom: 0; width: 50%; height: 250px; border-radius: 8px; border: 6px solid var(--white); background: linear-gradient(145deg,#b71c1c,#e53935); display: flex; align-items: center; justify-content: center; font-size: 50px; color: rgba(255,255,255,.25); box-shadow: 0 12px 40px rgba(229,57,53,.25); overflow: hidden; }
.img-sub img { width: 100%; height: 100%; object-fit: cover; }
.exp-box { position: absolute; top: 28px; right: 12px; background: var(--red); color: var(--white); text-align: center; padding: 22px 20px; border-radius: 8px; z-index: 2; box-shadow: 0 8px 28px rgba(229,57,53,.4); }
.exp-box .num { font-family: 'Barlow Condensed', sans-serif; font-size: 44px; font-weight: 800; line-height: 1; }
.exp-box .lbl { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; opacity: .85; }
.check-list { margin: 24px 0 32px; }
.check-list li { display: flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 600; color: var(--heading); margin-bottom: 12px; }
.check-list li::before { content: '✓'; background: var(--red); color: #fff; width: 22px; height: 22px; min-width: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 800; }
.founder-row { display: flex; align-items: center; gap: 18px; border-top: 1px solid var(--border); padding-top: 28px; margin-top: 28px; }
.founder-av { width: 58px; height: 58px; border-radius: 50%; background: linear-gradient(135deg,var(--red),var(--red2)); display: flex; align-items: center; justify-content: center; font-size: 22px; color: var(--white); flex-shrink: 0; overflow: hidden; }
.founder-av img { width: 100%; height: 100%; object-fit: cover; }
.founder-name { font-weight: 700; font-size: 16px; color: var(--heading); }
.founder-role { font-size: 13px; color: var(--text); }

/* ═══════════════════════════════════
   VISA CATEGORIES
═══════════════════════════════════ */
.visa-cats { background: var(--light); }
.visa-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.visa-card { border-radius: 8px; overflow: hidden; box-shadow: var(--shadow); transition: var(--transition); }
.visa-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.visa-card-img { height: 220px; background: linear-gradient(145deg,#1a2d4a,#243b55); display: flex; align-items: center; justify-content: center; font-size: 60px; color: rgba(255,255,255,.2); position: relative; overflow: hidden; }
.visa-card-img img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.visa-icon-placeholder { position: relative; z-index: 1; font-size: 60px; }
.visa-card-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(0,0,0,.5),transparent); }
.visa-card-body { background: var(--white); padding: 26px; border-top: 3px solid var(--red); }
.visa-card-body h3 { font-size: 19px; font-weight: 700; color: var(--heading); margin: 10px 0 8px; }
.visa-card-body p { font-size: 14px; color: var(--text); line-height: 1.65; margin-bottom: 12px; }
.visa-meta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 12px; }
.visa-meta span { font-size: 12px; color: var(--text); display: flex; align-items: center; gap: 5px; }
.visa-meta i { color: var(--red); }

/* ═══════════════════════════════════
   SERVICES GRID
═══════════════════════════════════ */
.services { background: var(--white); }
.srv-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.srv-card { border: 1px solid var(--border); border-radius: var(--radius); padding: 30px 22px; transition: var(--transition); border-bottom: 3px solid transparent; }
.srv-card:hover { box-shadow: 0 10px 38px rgba(0,0,0,.09); border-bottom-color: var(--red); transform: translateY(-4px); }
.srv-icon { width: 64px; height: 64px; border-radius: 16px; background: var(--red); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; transition: var(--transition); }
.srv-icon i { font-size: 26px; color: #fff; }
.srv-card:hover .srv-icon { background: #c62828; transform: scale(1.08); }
.srv-card h3 { font-size: 16px; font-weight: 700; color: var(--heading); margin-bottom: 9px; }
.srv-card h3 a { color: inherit; }
.srv-card h3 a:hover { color: var(--red); }
.srv-card p { font-size: 14px; color: var(--text); line-height: 1.7; margin-bottom: 14px; }

/* ═══════════════════════════════════
   STATS COUNTER
═══════════════════════════════════ */
.stats { background: var(--navy); padding: 65px 0; }
.stats-inner { display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; text-align: center; }
.stat-item { position: relative; }
.stat-num { font-family: 'Barlow Condensed', sans-serif; font-size: 60px; font-weight: 800; color: var(--red); line-height: 1; display: inline; }
.stat-suffix { font-family: 'Barlow Condensed', sans-serif; font-size: 40px; font-weight: 800; color: var(--red); display: inline; }
.stat-lbl { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: rgba(255,255,255,.55); margin-top: 10px; }

/* ═══════════════════════════════════
   COUNTRIES
═══════════════════════════════════ */
.countries { background: var(--light); }
.elig-bar { background: var(--red); border-radius: var(--radius); padding: 20px 36px; display: flex; align-items: center; justify-content: space-between; margin: 34px 0 48px; flex-wrap: wrap; gap: 16px; }
.elig-bar p { color: var(--white); font-weight: 700; font-size: 17px; }
.elig-bar a { background: var(--white); color: var(--red); padding: 13px 30px; border-radius: var(--radius); font-weight: 700; font-size: 13px; text-transform: uppercase; transition: var(--transition); }
.elig-bar a:hover { background: var(--navy); color: var(--white); }
.cty-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.cty-card { border-radius: 8px; overflow: hidden; background: var(--white); box-shadow: var(--shadow); transition: var(--transition); }
.cty-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.cty-head { background: var(--navy); padding: 22px 24px; display: flex; align-items: center; gap: 16px; }
.cty-flag { font-size: 38px; line-height: 1; }
.cty-flag-img img { width: 48px; height: 32px; object-fit: cover; border-radius: 3px; }
.cty-name { font-family: 'Barlow Condensed', sans-serif; font-size: 22px; font-weight: 700; color: var(--white); }
.cty-body { padding: 18px 24px 10px; }
.cty-body li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--text); padding: 7px 0; border-bottom: 1px dashed var(--border); }
.cty-body li:last-child { border-bottom: none; }
.cty-body li::before { content: '›'; color: var(--red); font-size: 18px; font-weight: 700; }
.cty-footer { padding: 12px 24px 18px; }
.cty-more { color: var(--red); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; display: inline-flex; align-items: center; gap: 6px; }
.cty-more:hover { gap: 10px; }

/* ═══════════════════════════════════
   WHY CHOOSE US
═══════════════════════════════════ */
.why { background: var(--white); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.why-imgbox { background: linear-gradient(145deg,#1a2d4a,#243b55); border-radius: 8px; height: 500px; display: flex; align-items: center; justify-content: center; font-size: 90px; color: rgba(255,255,255,.12); box-shadow: 0 16px 50px rgba(0,0,0,.18); position: relative; overflow: hidden; }
.why-imgbox::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg,rgba(229,57,53,.08),transparent); pointer-events: none; }
.why-imgbox > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.why-stat-badge { position: absolute; bottom: 28px; left: -24px; background: #fff; border-radius: 14px; padding: 14px 18px; display: flex; align-items: center; gap: 12px; box-shadow: 0 8px 32px rgba(0,0,0,.15); z-index: 3; }
.why-stat-img { width: 48px; height: 48px; border-radius: 10px; overflow: hidden; flex-shrink: 0; }
.why-stat-img img { width: 100%; height: 100%; object-fit: cover; }
.why-stat-text strong { display: block; font-size: 20px; font-weight: 800; color: var(--navy); line-height: 1; }
.why-stat-text span { font-size: 11px; color: #888; font-weight: 500; }
.why-clients-badge { position: absolute; top: 28px; right: -24px; background: var(--red); color: #fff; border-radius: 14px; padding: 14px 18px; display: flex; align-items: center; gap: 12px; box-shadow: 0 8px 32px rgba(229,57,53,.35); z-index: 3; }
.why-clients-badge i { font-size: 22px; }
.why-clients-badge strong { display: block; font-size: 18px; font-weight: 800; line-height: 1; }
.why-clients-badge span { font-size: 11px; opacity: .85; font-weight: 500; }
.why-feats { display: flex; flex-direction: column; gap: 26px; margin-top: 30px; }
.why-feat { display: flex; gap: 20px; align-items: flex-start; }
.why-ico { width: 56px; height: 56px; border-radius: var(--radius); background: rgba(229,57,53,.1); display: flex; align-items: center; justify-content: center; font-size: 22px; color: var(--red); flex-shrink: 0; }
.why-feat h4 { font-size: 17px; font-weight: 700; color: var(--heading); margin-bottom: 6px; }
.why-feat p { font-size: 14px; color: var(--text); line-height: 1.7; }

/* ═══════════════════════════════════
   CONSULTATION FORM
═══════════════════════════════════ */
.consult { background: var(--navy); }
.consult-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.consult-text .sec-title { color: var(--white); }
.consult-text .sec-desc { color: rgba(255,255,255,.55); }
.consult-text .sec-label { color: var(--red); }
.consult-text .sec-label::before { background: var(--red); }
.consult-list li { color: rgba(255,255,255,.7); }
.consult-list li::before { background: var(--red); }
.form-group { margin-bottom: 14px; }
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14);
    border-radius: var(--radius); padding: 14px 18px; color: var(--white); font-size: 14px;
    font-family: inherit; outline: none; transition: var(--transition);
}
.form-group select option { background: var(--navy); color: var(--white); }
.form-group input::placeholder, .form-group textarea::placeholder { color: rgba(255,255,255,.3); }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--red); background: rgba(255,255,255,.1); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.submit-btn { width: 100%; background: var(--red); color: var(--white); border: none; padding: 16px; border-radius: var(--radius); font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; font-family: inherit; transition: var(--transition); display: flex; align-items: center; justify-content: center; gap: 10px; }
.submit-btn:hover { background: var(--red2); }
.submit-btn:disabled { opacity: .6; cursor: not-allowed; }
.form-msg { margin-bottom: 12px; padding: 12px 16px; border-radius: var(--radius); font-size: 14px; font-weight: 600; display: none; }
.form-msg.success { background: rgba(76,175,80,.2); color: #81c784; border: 1px solid rgba(76,175,80,.3); display: block; }
.form-msg.error   { background: rgba(229,57,53,.2); color: #ef9a9a; border: 1px solid rgba(229,57,53,.3); display: block; }

/* ═══════════════════════════════════
   TESTIMONIALS
═══════════════════════════════════ */
.testi { background: var(--light); }
.testi-slider { position: relative; overflow: hidden; margin-top: 50px; }
.testi-track { display: flex; gap: 26px; transition: transform .4s ease; }
.testi-card { min-width: calc(33.333% - 18px); background: var(--white); border-radius: 8px; padding: 36px 28px; box-shadow: var(--shadow); position: relative; flex-shrink: 0; }
.qt { position: absolute; top: 18px; right: 22px; font-size: 56px; line-height: .7; color: var(--red); opacity: .18; font-family: Georgia, serif; }
.stars { color: var(--red); font-size: 15px; margin-bottom: 14px; display: flex; gap: 3px; }
.testi-card > p { font-size: 15px; color: var(--text); line-height: 1.8; font-style: italic; margin-bottom: 22px; }
.testi-author { display: flex; align-items: center; gap: 14px; }
.testi-av { width: 50px; height: 50px; border-radius: 50%; background: linear-gradient(135deg,var(--red),var(--red2)); display: flex; align-items: center; justify-content: center; font-size: 18px; color: var(--white); flex-shrink: 0; overflow: hidden; }
.testi-photo { width: 100%; height: 100%; object-fit: cover; }
.testi-name { font-weight: 700; font-size: 15px; color: var(--heading); }
.testi-role { font-size: 13px; color: var(--text); }
.testi-prev, .testi-next { position: absolute; top: 50%; transform: translateY(-50%); background: var(--white); border: 2px solid var(--border); color: var(--heading); width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 10; box-shadow: var(--shadow); transition: var(--transition); }
.testi-prev:hover, .testi-next:hover { background: var(--red); border-color: var(--red); color: var(--white); }
.testi-prev { left: -20px; }
.testi-next { right: -20px; }

/* ═══════════════════════════════════
   NEWS / BLOG
═══════════════════════════════════ */
.news { background: var(--white); }
.news-hd { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 46px; flex-wrap: wrap; gap: 18px; }
.news-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.news-card { border-radius: 8px; overflow: hidden; box-shadow: var(--shadow); transition: var(--transition); }
.news-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.news-img { height: 220px; background: linear-gradient(145deg,#1a2d4a,#243b55); display: flex; align-items: center; justify-content: center; font-size: 52px; color: rgba(255,255,255,.18); position: relative; overflow: hidden; }
.news-thumb { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.news-date { position: absolute; top: 16px; left: 16px; background: var(--red); color: var(--white); padding: 8px 14px; border-radius: var(--radius); font-size: 13px; font-weight: 700; text-align: center; line-height: 1.3; z-index: 2; }
.news-body { padding: 24px; }
.news-cat a { font-size: 12px; color: var(--red); font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; display: block; }
.news-body h3 { font-size: 17px; font-weight: 700; color: var(--heading); line-height: 1.4; margin-bottom: 9px; }
.news-body h3 a { color: inherit; }
.news-body h3 a:hover { color: var(--red); }
.news-body p { font-size: 14px; color: var(--text); line-height: 1.7; }

/* ═══════════════════════════════════
   CTA BANNER
═══════════════════════════════════ */
.cta-banner { background: var(--red); padding: 70px 20px; text-align: center; }
.cta-banner h2 { font-size: clamp(30px, 4vw, 44px); font-weight: 800; color: var(--white); margin-bottom: 10px; }
.cta-banner p { color: rgba(255,255,255,.75); font-size: 16px; margin-bottom: 30px; }

/* ═══════════════════════════════════
   FOOTER
═══════════════════════════════════ */
.site-footer { background: var(--navy); color: rgba(255,255,255,.6); }
.footer-top { padding: 70px 0 40px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; }
.footer-text-logo { font-family: 'Barlow Condensed', sans-serif; font-size: 30px; font-weight: 800; color: var(--white); }
.footer-text-logo span { color: var(--red); }
.footer-logo { margin-bottom: 18px; }
.footer-logo .custom-logo { height: 48px; width: auto; filter: brightness(0) invert(1); }
.footer-desc { font-size: 14px; line-height: 1.85; margin-bottom: 24px; color: rgba(255,255,255,.55); }
.footer-socials { display: flex; gap: 10px; }
.footer-socials a { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; color: rgba(255,255,255,.6); transition: var(--transition); }
.footer-socials a:hover { background: var(--red); border-color: var(--red); color: var(--white); }
.footer-col h4 { color: var(--white); font-size: 16px; font-weight: 700; margin-bottom: 22px; padding-bottom: 12px; position: relative; }
.footer-col h4::after { content: ''; position: absolute; left: 0; bottom: 0; width: 28px; height: 2px; background: var(--red); }
.f-links { padding: 0; margin: 0; }
.f-links li { margin-bottom: 10px; }
.f-links a { font-size: 14px; color: rgba(255,255,255,.55); transition: var(--transition); display: inline-flex; align-items: center; gap: 8px; }
.f-links a::before { content: '›'; color: var(--red); font-size: 16px; }
.f-links a:hover { color: var(--red); padding-left: 4px; }
.f-contact { padding: 0; margin: 0; }
.f-contact li { display: flex; gap: 12px; margin-bottom: 16px; font-size: 14px; align-items: flex-start; }
.f-contact i { color: var(--red); font-size: 14px; flex-shrink: 0; margin-top: 3px; }
.f-contact a { color: rgba(255,255,255,.6); }
.f-contact a:hover { color: var(--red); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.07); padding: 20px 0; text-align: center; font-size: 13px; color: rgba(255,255,255,.35); }

/* ═══════════════════════════════════
   SINGLE CPT TEMPLATES
═══════════════════════════════════ */
.page-hero { background: var(--navy); padding: 60px 20px; text-align: center; }
.page-hero h1 { color: var(--white); font-size: clamp(30px,5vw,52px); }
.page-hero .breadcrumb { color: rgba(255,255,255,.5); font-size: 14px; margin-top: 10px; }
.page-hero .breadcrumb a { color: var(--red); }
.single-content { padding: 80px 20px; }
.single-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 60px; }
.single-grid .entry-content { font-size: 16px; line-height: 1.9; color: var(--text); }
.single-grid .entry-content h2 { font-size: 26px; color: var(--heading); margin: 32px 0 14px; }
.sidebar-widget { background: var(--light); border-radius: 8px; padding: 28px; margin-bottom: 24px; border-top: 3px solid var(--red); }
.sidebar-widget h4 { font-size: 17px; font-weight: 700; color: var(--heading); margin-bottom: 16px; }

/* ═══════════════════════════════════
   STANDARD PAGE / BLOG
═══════════════════════════════════ */
.site-main { padding: 70px 0; }
.site-main .container { display: grid; grid-template-columns: 2fr 1fr; gap: 50px; }
@media (max-width:900px) { .site-main .container { grid-template-columns: 1fr; } }

/* ═══════════════════════════════════
   RESPONSIVE
═══════════════════════════════════ */
@media (max-width: 1100px) {
    .about-grid, .why-grid, .consult-inner { grid-template-columns: 1fr; gap: 50px; }
    .srv-grid { grid-template-columns: repeat(2,1fr); }
    .hero-dest-card { display: none; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
    .stats-inner { grid-template-columns: repeat(2,1fr); gap: 40px; }
}
@media (max-width: 900px) {
    .strip-inner { grid-template-columns: 1fr; }
    .strip-card { border-right: none; border-bottom: 1px solid var(--border); }
    .visa-grid { grid-template-columns: 1fr 1fr; }
    .cty-grid { grid-template-columns: 1fr 1fr; }
    .news-grid { grid-template-columns: 1fr 1fr; }
    .testi-card { min-width: calc(50% - 13px); }
}
@media (max-width: 640px) {
    .nav-links, .nav-cta { display: none; }
    .nav-toggle { display: flex; }

    /* Mobile nav */
    .nav-links.mobile-open {
        display: flex; flex-direction: column; gap: 0;
        position: fixed; top: 78px; left: 0; right: 0; bottom: 0;
        background: var(--white); z-index: 190;
        padding: 20px; overflow-y: auto;
    }
    .nav-links.mobile-open li > a { padding: 14px 0; border-bottom: 1px solid var(--border); font-size: 17px; }
    .nav-links.mobile-open .nav-cta { display: block; margin-top: 20px; text-align: center; }

    section { padding: 60px 0; }
    .srv-grid, .stats-inner, .visa-grid, .cty-grid, .news-grid, .footer-grid { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .testi-card { min-width: 100%; }
    .hero-content { padding: 0 20px; }
    .hero-num { font-size: 100px; left: 16px; top: 50px; }
    .hero-scroll-cue, .hero-counter { display: none; }
    .hero-dots { bottom: 16px; }
    .hero-prev { left: 14px; } .hero-next { right: 14px; }
}

/* ═══════════════════════════════════
   FEATURED JOBS (front page)
═══════════════════════════════════ */
.featured-jobs { background: var(--light); }
.featured-jobs .jobs-mini-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 48px; }

/* ═══════════════════════════════════
   JOBS ARCHIVE PAGE
═══════════════════════════════════ */
.jobs-archive-hero h1 { color: var(--white); }
.jobs-archive-hero h1 em { color: var(--red); font-style: normal; }
.jobs-hero-sub { color: rgba(255,255,255,.65); font-size: 15px; margin-top: 14px; max-width: 680px; margin-left: auto; margin-right: auto; }

/* Filter Bar */
.jobs-filter-bar { background: var(--white); border-bottom: 1px solid var(--border); padding: 18px 0; box-shadow: 0 2px 10px rgba(0,0,0,.05); }
.jobs-filter { width: 100%; }
.filter-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.filter-row select {
    padding: 11px 18px; border: 1px solid var(--border); border-radius: var(--radius);
    font-family: inherit; font-size: 14px; font-weight: 600; color: var(--heading);
    background: var(--white); cursor: pointer; min-width: 190px; outline: none;
    transition: var(--transition); appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%236b7280' d='M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 12px center; background-size: 16px; padding-right: 38px;
}
.filter-row select:focus { border-color: var(--red); }
.filter-clear {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 11px 18px; border: 1px solid var(--border); border-radius: var(--radius);
    font-size: 13px; font-weight: 700; color: var(--text); transition: var(--transition);
}
.filter-clear:hover { border-color: var(--red); color: var(--red); }

/* Results Bar */
.jobs-section { background: var(--light); padding: 60px 0 80px; }
.jobs-results-bar { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; font-size: 14px; font-weight: 600; color: var(--text); }
.filter-active-badge { background: rgba(229,57,53,.1); color: var(--red); padding: 4px 12px; border-radius: 20px; font-size: 13px; }

/* Job Cards Grid */
.jobs-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }

.job-card {
    background: var(--white); border-radius: 8px; padding: 26px;
    box-shadow: var(--shadow); border-bottom: 3px solid transparent;
    transition: var(--transition); display: flex; flex-direction: column; gap: 14px;
}
.job-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-bottom-color: var(--red); }

.job-card-head { display: flex; align-items: center; gap: 12px; }
.job-flag { font-size: 32px; line-height: 1; flex-shrink: 0; }
.job-card-meta { display: flex; flex-direction: column; gap: 4px; }
.job-country-tag { font-size: 12px; font-weight: 700; color: var(--text); text-transform: uppercase; letter-spacing: .5px; }

.job-badge { display: inline-block; padding: 3px 10px; border-radius: 20px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; }
.job-badge--skilled { background: rgba(25,135,84,.12); color: #198754; }
.job-badge--unskilled { background: rgba(255,153,0,.12); color: #c77800; }

.job-title { font-size: 17px; font-weight: 700; color: var(--heading); line-height: 1.3; }
.job-title a { color: inherit; }
.job-title a:hover { color: var(--red); }

.job-salary { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; color: var(--red); }
.job-salary i { font-size: 13px; }

.job-meta-list { margin: 0; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.job-meta-list li { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--text); }
.job-meta-list li i { color: var(--red); width: 14px; text-align: center; flex-shrink: 0; }

.job-benefits-row { display: flex; flex-wrap: wrap; gap: 6px; }
.job-benefit-chip { display: inline-flex; align-items: center; gap: 5px; background: rgba(229,57,53,.08); color: var(--red); font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 20px; }
.job-benefit-chip i { font-size: 10px; }

.job-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 4px; border-top: 1px solid var(--border); }
.job-quick-apply { font-size: 13px; font-weight: 700; color: var(--red); text-transform: uppercase; letter-spacing: .4px; }
.job-quick-apply:hover { color: var(--red2); }

/* Empty State */
.jobs-empty { text-align: center; padding: 80px 20px; }
.jobs-empty-icon { font-size: 60px; margin-bottom: 20px; }
.jobs-empty h3 { font-size: 24px; color: var(--heading); margin-bottom: 10px; }
.jobs-empty p { color: var(--text); margin-bottom: 24px; }

/* Pagination */
.jobs-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 50px; }
.jobs-pagination .page-numbers {
    width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center;
    border: 1px solid var(--border); border-radius: var(--radius); font-size: 14px; font-weight: 600;
    color: var(--heading); transition: var(--transition);
}
.jobs-pagination .page-numbers:hover,
.jobs-pagination .page-numbers.current { background: var(--red); border-color: var(--red); color: var(--white); }

/* ═══════════════════════════════════
   SINGLE JOB PAGE
═══════════════════════════════════ */

/* Hero */
.job-detail-hero { background: var(--navy); padding: 50px 0 0; }
.job-detail-hero .breadcrumb { color: rgba(255,255,255,.45); font-size: 13px; margin-bottom: 28px; }
.job-detail-hero .breadcrumb a { color: var(--red); }

.jd-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; flex-wrap: wrap; margin-bottom: 36px; }
.jd-title-group { display: flex; align-items: flex-start; gap: 20px; }
.jd-flag { font-size: 54px; line-height: 1; flex-shrink: 0; }
.jd-badges { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.jd-country-tag { font-size: 12px; font-weight: 700; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .8px; }
.jd-header h1 { color: var(--white); font-size: clamp(24px,4vw,40px); line-height: 1.15; margin: 0; }
.jd-salary { background: var(--red); color: var(--white); padding: 16px 22px; border-radius: var(--radius); font-size: 15px; font-weight: 700; line-height: 1.4; text-align: center; flex-shrink: 0; align-self: center; }

/* Stats Strip */
.jd-stats-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: rgba(255,255,255,.08); border-radius: 8px 8px 0 0; overflow: hidden; margin-top: 10px; }
.jd-stat { background: rgba(255,255,255,.06); padding: 20px 22px; display: flex; align-items: center; gap: 14px; }
.jd-stat-icon { width: 42px; height: 42px; border-radius: var(--radius); background: rgba(229,57,53,.2); display: flex; align-items: center; justify-content: center; color: var(--red); font-size: 16px; flex-shrink: 0; }
.jd-stat-label { font-size: 11px; color: rgba(255,255,255,.45); font-weight: 700; text-transform: uppercase; letter-spacing: .8px; margin-bottom: 3px; }
.jd-stat-value { font-size: 14px; color: var(--white); font-weight: 600; }

/* Body */
.job-detail-body { padding: 60px 0 80px; background: var(--light); }
.jd-grid { display: grid; grid-template-columns: 1fr 380px; gap: 36px; align-items: flex-start; }
.jd-main { display: flex; flex-direction: column; gap: 24px; }

/* Cards */
.jd-card { background: var(--white); border-radius: 8px; padding: 32px; box-shadow: var(--shadow); }
.jd-card-title { font-size: 20px; font-weight: 700; color: var(--heading); margin-bottom: 22px; display: flex; align-items: center; gap: 10px; padding-bottom: 14px; border-bottom: 2px solid var(--border); }
.jd-card-title i { color: var(--red); font-size: 18px; }

.jd-entry { font-size: 15px; line-height: 1.9; color: var(--text); }
.jd-entry p { margin-bottom: 14px; }

/* Benefits Grid */
.jd-benefits-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.jd-benefit-item { text-align: center; padding: 22px 12px; border: 1px solid var(--border); border-radius: var(--radius); transition: var(--transition); }
.jd-benefit-item:hover { border-color: var(--red); box-shadow: var(--shadow); }
.jd-benefit-icon { width: 52px; height: 52px; border-radius: 50%; background: rgba(229,57,53,.1); display: flex; align-items: center; justify-content: center; color: var(--red); font-size: 20px; margin: 0 auto 12px; }
.jd-benefit-name { font-size: 14px; font-weight: 700; color: var(--heading); margin-bottom: 4px; }
.jd-benefit-note { font-size: 12px; color: var(--text); }

/* Requirements List */
.jd-req-list { margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.jd-req-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; color: var(--text); }
.jd-req-list li i { color: var(--red); margin-top: 3px; flex-shrink: 0; }

/* Apply Form */
.jd-apply-card { border-top: 3px solid var(--red); }
.jd-apply-sub { color: var(--text); margin-bottom: 24px; font-size: 15px; }
.jd-apply-form { display: flex; flex-direction: column; gap: 0; }
.jd-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 0; }
.jd-form-group { margin-bottom: 16px; }
.jd-form-group label { display: block; font-size: 13px; font-weight: 700; color: var(--heading); margin-bottom: 6px; }
.jd-form-group input,
.jd-form-group select,
.jd-form-group textarea {
    width: 100%; padding: 12px 16px; border: 1px solid var(--border);
    border-radius: var(--radius); font-family: inherit; font-size: 14px;
    color: var(--heading); background: var(--light); outline: none;
    transition: var(--transition);
}
.jd-form-group input::placeholder, .jd-form-group textarea::placeholder { color: #9ca3af; }
.jd-form-group input:focus, .jd-form-group select:focus, .jd-form-group textarea:focus { border-color: var(--red); background: var(--white); }

/* Sidebar */
.jd-sidebar { display: flex; flex-direction: column; gap: 24px; position: sticky; top: 98px; }
.jd-sidebar-cta { background: var(--navy); border-radius: 8px; padding: 28px; }
.jd-sidebar-cta h4 { color: var(--white); font-size: 18px; margin-bottom: 10px; }
.jd-sidebar-cta p { color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.7; margin-bottom: 20px; }
.jd-cta-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.jd-cta-badges span { background: rgba(255,255,255,.08); color: rgba(255,255,255,.7); font-size: 12px; font-weight: 600; padding: 6px 12px; border-radius: 20px; display: flex; align-items: center; gap: 5px; }
.jd-cta-badges span i { color: var(--red); }

.jd-overview-list { margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0; }
.jd-overview-list li { display: flex; align-items: flex-start; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--border); font-size: 14px; }
.jd-overview-list li:last-child { border-bottom: none; }
.jd-overview-list li i { color: var(--red); width: 16px; text-align: center; flex-shrink: 0; margin-top: 2px; }
.jd-overview-list li div { display: flex; flex-direction: column; gap: 1px; }
.jd-overview-list li strong { font-size: 11px; text-transform: uppercase; letter-spacing: .5px; color: var(--text); display: block; }

.jd-why-list { margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.jd-why-list li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--text); }
.jd-why-list li i { color: var(--red); width: 16px; text-align: center; flex-shrink: 0; }

.jd-more-jobs { margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0; }
.jd-more-jobs li { border-bottom: 1px solid var(--border); }
.jd-more-jobs li:last-child { border-bottom: none; }
.jd-more-jobs a { display: block; padding: 12px 0; transition: var(--transition); }
.jd-more-jobs a:hover { color: var(--red); }
.mj-title { display: block; font-size: 14px; font-weight: 600; color: var(--heading); margin-bottom: 2px; }
.jd-more-jobs a:hover .mj-title { color: var(--red); }
.mj-salary { font-size: 12px; color: var(--text); }

/* ─── Responsive: Jobs ─── */
@media (max-width: 1100px) {
    .jd-grid { grid-template-columns: 1fr; }
    .jd-sidebar { position: static; }
    .jd-stats-strip { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 900px) {
    .jobs-grid { grid-template-columns: 1fr 1fr; }
    .jd-benefits-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 640px) {
    .jobs-grid { grid-template-columns: 1fr; }
    .filter-row select { min-width: 100%; }
    .jd-stats-strip { grid-template-columns: 1fr 1fr; }
    .jd-header { flex-direction: column; }
    .jd-form-row { grid-template-columns: 1fr; }
    .featured-jobs .jobs-mini-grid { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════
   ACCESSIBILITY
═══════════════════════════════════ */
:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
