:root {
  --navy: #0b1f3a;
  --navy-2: #112c50;
  --blue: #1f6feb;
  --blue-dark: #1556b7;
  --sky: #55c8e7;
  --ice: #eef7fb;
  --paper: #ffffff;
  --ink: #142033;
  --muted: #627086;
  --line: #dce4ec;
  --soft: #f5f8fb;
  --danger: #b42318;
  --success: #087a5b;
  --shadow: 0 18px 50px rgba(9, 30, 66, 0.12);
  --radius: 18px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, select, textarea { font: inherit; }
a { color: inherit; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -60px; padding: 12px 16px; background: white; border-radius: 10px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(220,228,236,.85); backdrop-filter: blur(14px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-mark { position: relative; display: grid; width: 42px; height: 42px; place-items: center; overflow: hidden; color: white; border-radius: 13px; background: linear-gradient(145deg, var(--blue), var(--navy)); box-shadow: 0 8px 20px rgba(31,111,235,.24); }
.brand-mark::after { content: ""; position: absolute; width: 20px; height: 20px; right: -7px; top: -6px; border: 5px solid var(--sky); border-radius: 50%; }
.brand-mark span { font-weight: 850; font-size: 23px; letter-spacing: -2px; transform: translateX(-1px); }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { color: var(--navy); font-size: 17px; letter-spacing: -.25px; }
.brand-copy small { margin-top: 4px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: 1.8px; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 24px; }
.desktop-nav a { color: #46546a; font-size: 14px; font-weight: 700; text-decoration: none; }
.desktop-nav a:hover { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 9px; }
.instagram-header { min-height: 44px; padding-inline: 14px; color: #9d245f; background: #fff7fb; border-color: #f1d5e4; }
.instagram-header:hover { color: #7b1747; background: #fff0f7; border-color: #e6b6d0; }
.instagram-header svg { width: 18px; height: 18px; }

.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 9px; padding: 0 18px; border: 1px solid transparent; border-radius: 12px; font-weight: 800; font-size: 14px; text-decoration: none; cursor: pointer; transition: .2s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: white; background: var(--blue); box-shadow: 0 8px 18px rgba(31,111,235,.22); }
.button-primary:hover { background: var(--blue-dark); }
.button-ghost { color: var(--navy); background: white; border-color: var(--line); }
.button-ghost:hover { border-color: #b7c5d4; background: var(--soft); }
.button-ghost svg { width: 18px; height: 18px; }
.button-light { color: var(--navy); background: white; }

.hero { position: relative; overflow: hidden; padding: 88px 0 82px; color: white; background: radial-gradient(circle at 82% 12%, rgba(85,200,231,.24), transparent 30%), linear-gradient(128deg, #081a32 0%, #102c50 70%, #10375a 100%); }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; right: -190px; bottom: -360px; border: 72px solid rgba(85,200,231,.08); border-radius: 50%; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr); gap: 80px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 8px; margin: 0 0 20px; color: #a9def0; font-size: 12px; font-weight: 850; letter-spacing: 1.4px; text-transform: uppercase; }
.eyebrow span { width: 20px; height: 2px; border-radius: 2px; background: var(--sky); }
.eyebrow.dark { color: var(--blue); }
.hero h1 { max-width: 680px; margin: 0; font-size: clamp(44px, 5vw, 70px); line-height: .98; letter-spacing: -3.8px; }
.hero-lead { max-width: 660px; margin: 24px 0 30px; color: #c9d8e8; font-size: 18px; line-height: 1.65; }
.hero-search { display: flex; max-width: 690px; gap: 10px; padding: 8px 8px 8px 16px; background: white; border-radius: 15px; box-shadow: 0 20px 50px rgba(0,0,0,.18); }
.hero-search svg { flex: 0 0 auto; align-self: center; width: 21px; height: 21px; color: #7b8899; }
.hero-search input { width: 100%; min-width: 0; border: 0; outline: 0; color: var(--ink); font-size: 15px; }
.hero-search input::placeholder { color: #8b97a7; }
.hero-search .button { flex: 0 0 auto; min-height: 48px; }
.channel-links { display: grid; max-width: 690px; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 22px; }
.channel-link { display: inline-flex; min-width: 0; align-items: center; gap: 12px; padding: 13px 15px; color: white; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 13px; text-decoration: none; transition: .2s ease; }
.channel-link:hover { background: rgba(255,255,255,.13); border-color: rgba(85,200,231,.45); transform: translateY(-1px); }
.channel-link > svg { flex: 0 0 auto; width: 25px; height: 25px; color: var(--sky); }
.channel-link > span:nth-child(2) { flex: 1; color: #b9cce0; font-size: 11px; line-height: 1.35; }
.channel-link strong { display: block; margin-bottom: 2px; color: white; font-size: 13px; }
.channel-link > span:last-child { color: var(--sky); font-weight: 900; }
.hero-card { padding: 28px; background: rgba(255,255,255,.095); border: 1px solid rgba(255,255,255,.15); border-radius: 22px; box-shadow: 0 24px 60px rgba(0,0,0,.14); backdrop-filter: blur(12px); }
.hero-card-top { display: flex; justify-content: space-between; gap: 12px; align-items: center; color: #c9d8e8; font-size: 12px; font-weight: 700; }
.live-pill { display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; color: #cff5e7; background: rgba(26,164,115,.15); border: 1px solid rgba(88,213,169,.2); border-radius: 999px; }
.live-pill i { width: 7px; height: 7px; background: #4ed39f; border-radius: 50%; box-shadow: 0 0 0 4px rgba(78,211,159,.1); }
.hero-number { display: block; margin-top: 24px; font-size: 62px; line-height: 1; letter-spacing: -3px; }
.hero-card > p { margin: 5px 0 23px; color: #aec1d6; font-size: 14px; }
.hero-locations { display: flex; flex-wrap: wrap; gap: 8px; padding: 17px 0 20px; border-top: 1px solid rgba(255,255,255,.12); }
.hero-locations span { padding: 7px 10px; color: #d8e5f0; background: rgba(255,255,255,.08); border-radius: 8px; font-size: 11px; font-weight: 700; }
.text-link { display: inline-flex; gap: 8px; color: white; font-size: 13px; font-weight: 800; text-decoration: none; }
.text-link span { color: var(--sky); }

.jobs-section { padding: 84px 0 96px; background: var(--soft); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 28px; }
.section-heading .eyebrow { margin-bottom: 12px; }
.section-heading h2 { margin: 0; color: var(--navy); font-size: clamp(29px, 3vw, 42px); line-height: 1.12; letter-spacing: -1.7px; }
.section-heading > p { max-width: 440px; margin: 0 0 5px; color: var(--muted); line-height: 1.6; }
#results-count { color: var(--muted); font-size: 14px; font-weight: 700; }
.filters { display: grid; grid-template-columns: minmax(220px, 1.2fr) repeat(3, minmax(150px, .75fr)) auto; gap: 10px; padding: 14px; margin-bottom: 28px; background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 8px 30px rgba(9,30,66,.05); }
.filters input, .filters select { width: 100%; min-height: 46px; padding: 0 14px; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 10px; outline: none; }
.filters input:focus, .filters select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(31,111,235,.12); }
.filter-search { position: relative; }
.filter-search svg { position: absolute; left: 14px; top: 13px; width: 20px; height: 20px; color: #758399; }
.filter-search input { padding-left: 43px; }
.clear-filters { color: var(--blue); background: none; border: 0; font-weight: 800; cursor: pointer; }
.jobs-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; align-items: start; gap: 28px; }
.job-list { display: grid; gap: 14px; }
.job-card { display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 18px; align-items: center; padding: 22px; background: white; border: 1px solid var(--line); border-radius: 16px; transition: .2s ease; }
.job-card:hover { border-color: #b8c8d9; box-shadow: 0 13px 30px rgba(9,30,66,.08); transform: translateY(-2px); }
.company-avatar { display: grid; width: 54px; height: 54px; place-items: center; color: var(--navy); background: var(--ice); border: 1px solid #dcecf2; border-radius: 14px; font-size: 18px; font-weight: 900; }
.job-main { min-width: 0; }
.job-topline { display: flex; align-items: center; gap: 8px; margin-bottom: 5px; }
.job-topline h3 { overflow: hidden; margin: 0; color: var(--navy); font-size: 18px; letter-spacing: -.3px; text-overflow: ellipsis; white-space: nowrap; }
.job-new { padding: 4px 7px; color: var(--success); background: #eaf8f3; border-radius: 6px; font-size: 9px; font-weight: 900; letter-spacing: .6px; text-transform: uppercase; }
.job-company { margin: 0 0 10px; color: #536176; font-size: 14px; font-weight: 700; }
.job-meta { display: flex; flex-wrap: wrap; gap: 7px 15px; color: #748196; font-size: 12px; }
.job-meta .remote-meta { color: #087f5b; font-weight: 800; }
.job-meta span { display: inline-flex; align-items: center; gap: 5px; }
.job-meta svg { width: 14px; height: 14px; }
.job-card .view-job { min-width: 112px; }
.empty-state { padding: 56px 24px; text-align: center; background: white; border: 1px dashed #c9d4df; border-radius: 16px; }
.empty-state strong { display: block; margin-bottom: 8px; color: var(--navy); font-size: 18px; }
.empty-state p { margin: 0; color: var(--muted); }
.apply-guide { position: sticky; top: 100px; padding: 26px; background: var(--navy); border-radius: 18px; color: white; box-shadow: var(--shadow); }
.guide-icon { display: grid; width: 42px; height: 42px; place-items: center; color: var(--sky); background: rgba(85,200,231,.1); border-radius: 12px; }
.guide-icon svg { width: 23px; height: 23px; }
.apply-guide h3 { margin: 17px 0 20px; font-size: 22px; }
.apply-guide ol { display: grid; gap: 18px; padding: 0; margin: 0; list-style: none; }
.apply-guide li { display: grid; grid-template-columns: 27px 1fr; gap: 11px; }
.apply-guide li > span { display: grid; width: 27px; height: 27px; place-items: center; color: var(--navy); background: var(--sky); border-radius: 8px; font-size: 12px; font-weight: 900; }
.apply-guide li p { margin: 0; color: #b9cbe0; font-size: 12px; line-height: 1.5; }
.apply-guide li strong { display: block; margin-bottom: 2px; color: white; font-size: 13px; }
.safety-note { display: grid; grid-template-columns: 23px 1fr; gap: 10px; padding: 15px; margin-top: 24px; color: #ffd9d6; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.09); border-radius: 12px; }
.safety-note svg { width: 22px; height: 22px; color: #ff938b; }
.safety-note p { margin: 0; font-size: 11px; line-height: 1.45; }
.safety-note strong { display: block; color: white; font-size: 12px; }

.cv-section { padding: 90px 0; background: white; }
.cv-layout { display: grid; grid-template-columns: minmax(0, .78fr) minmax(560px, 1.22fr); gap: 68px; align-items: start; }
.cv-intro { position: sticky; top: 116px; }
.cv-intro .eyebrow { margin-bottom: 13px; }
.cv-intro h2 { max-width: 460px; margin: 0; color: var(--navy); font-size: clamp(34px, 4vw, 50px); line-height: 1.05; letter-spacing: -2px; }
.cv-lead { max-width: 520px; margin: 20px 0 28px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.cv-benefits { display: grid; gap: 14px; }
.cv-benefits > div { display: grid; grid-template-columns: 43px 1fr; gap: 13px; align-items: start; }
.cv-benefit-icon { display: grid; width: 43px; height: 43px; place-items: center; color: var(--blue); background: var(--ice); border: 1px solid #d7ebf3; border-radius: 12px; }
.cv-benefit-icon svg { width: 22px; height: 22px; }
.cv-benefits p { margin: 1px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.cv-benefits strong { display: block; margin-bottom: 2px; color: var(--navy); font-size: 14px; }
.cv-application-note { padding: 15px 17px; margin-top: 27px; color: #58677b; background: var(--soft); border-left: 3px solid var(--sky); border-radius: 4px 12px 12px 4px; font-size: 12px; line-height: 1.55; }
.cv-application-note strong { display: block; margin-bottom: 2px; color: var(--navy); }
.cv-form-card { position: relative; padding: 30px; background: white; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 20px 60px rgba(9,30,66,.1); }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.preview-pill { position: absolute; right: 25px; top: 24px; padding: 6px 9px; color: #765b00; background: #fff6cf; border: 1px solid #f4dea0; border-radius: 7px; font-size: 9px; font-weight: 900; letter-spacing: .5px; text-transform: uppercase; }
.cv-form-heading { padding-right: 110px; margin-bottom: 23px; }
.cv-form-heading h3 { margin: 0 0 5px; color: var(--navy); font-size: 24px; letter-spacing: -.6px; }
.cv-form-heading p { margin: 0; color: var(--muted); font-size: 12px; }
.cv-methods { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 0; margin: 0 0 22px; border: 0; }
.cv-methods legend { grid-column: 1 / -1; padding: 0; margin-bottom: 9px; color: #445269; font-size: 12px; font-weight: 800; }
.cv-method { display: flex; gap: 10px; align-items: center; min-height: 66px; padding: 12px 14px; color: var(--muted); background: var(--soft); border: 1px solid var(--line); border-radius: 12px; cursor: pointer; transition: .2s ease; }
.cv-method.active { color: var(--navy); background: var(--ice); border-color: #8fcce0; box-shadow: 0 0 0 3px rgba(85,200,231,.12); }
.cv-method input { width: 17px; height: 17px; accent-color: var(--blue); }
.cv-method span { display: grid; gap: 2px; }
.cv-method strong { font-size: 13px; }
.cv-method small { color: var(--muted); font-size: 11px; }
.cv-form-grid { margin-bottom: 18px; }
.cv-mode-panel { margin-bottom: 18px; }
.cv-file-drop { position: relative; display: flex; min-height: 112px; align-items: center; justify-content: center; gap: 14px; padding: 20px; color: var(--blue); background: #f7fbfd; border: 1.5px dashed #9fc8d8; border-radius: 14px; text-align: left; cursor: pointer; transition: .2s ease; }
.cv-file-drop:hover { background: var(--ice); border-color: var(--blue); }
.cv-file-drop svg { flex: 0 0 auto; width: 30px; height: 30px; }
.cv-file-drop span { display: grid; gap: 4px; }
.cv-file-drop strong { color: var(--navy); font-size: 14px; }
.cv-file-drop small { color: var(--muted); font-size: 11px; }
.cv-file-drop input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.cv-file-drop:focus-within { outline: 3px solid rgba(31,111,235,.18); outline-offset: 2px; }
.cv-message { display: grid; gap: 7px; color: #445269; font-size: 12px; font-weight: 800; }
.cv-message textarea { width: 100%; padding: 11px 12px; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 10px; outline: 0; resize: vertical; }
.cv-message textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(31,111,235,.11); }
.consent-check { display: grid; grid-template-columns: auto 1fr; gap: 9px; align-items: start; margin: 17px 0; color: var(--muted); font-size: 11px; line-height: 1.45; cursor: pointer; }
.consent-check input { width: 17px; height: 17px; margin: 0; accent-color: var(--blue); }
.cv-form-status { min-height: 18px; margin: 0 0 8px; color: var(--danger); font-size: 12px; font-weight: 750; }
.cv-submit { width: 100%; min-height: 50px; }
.cv-submit[disabled] { opacity: .65; cursor: wait; transform: none; }
.cv-success { padding: 55px 20px; text-align: center; }
.cv-success > span { display: grid; width: 62px; height: 62px; place-items: center; margin: 0 auto 19px; color: white; background: var(--success); border-radius: 50%; box-shadow: 0 10px 25px rgba(8,122,91,.23); }
.cv-success svg { width: 30px; height: 30px; stroke-width: 2.5; }
.cv-success h3 { margin: 0 0 9px; color: var(--navy); font-size: 26px; }
.cv-success p { max-width: 430px; margin: 0 auto 22px; color: var(--muted); font-size: 14px; line-height: 1.6; }

.services-section { padding: 88px 0 90px; color: white; background: var(--navy); }
.section-heading.light h2 { color: white; }
.section-heading.light > p { color: #aec1d6; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.service-card { position: relative; display: flex; min-height: 430px; flex-direction: column; padding: 28px; background: #102a4b; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; transition: .2s ease; }
.service-card:hover { border-color: rgba(85,200,231,.55); transform: translateY(-3px); }
.service-card.featured { background: linear-gradient(150deg, #12345d, #113c62); border-color: rgba(85,200,231,.7); box-shadow: 0 20px 45px rgba(0,0,0,.16); }
.service-card.premium { border-color: rgba(220,178,83,.72); background: linear-gradient(150deg, #102a4b, #173354); }
.service-card.premium .service-icon { color: #f0c869; background: rgba(220,178,83,.12); }
.service-label { position: absolute; right: 18px; top: 18px; padding: 6px 9px; color: var(--navy); background: var(--sky); border-radius: 7px; font-size: 9px; font-weight: 900; letter-spacing: .6px; text-transform: uppercase; }
.service-icon { display: grid; width: 44px; height: 44px; place-items: center; color: var(--sky); background: rgba(85,200,231,.1); border-radius: 12px; }
.service-icon svg { width: 23px; height: 23px; }
.service-card h3 { margin: 20px 0 18px; font-size: 23px; letter-spacing: -.4px; }
.service-card p { min-height: 63px; margin: 0 0 20px; color: #b8cade; font-size: 13px; line-height: 1.62; }
.package-features { display: grid; gap: 12px; padding: 0; margin: 0; color: #c5d5e5; list-style: none; }
.package-features li { position: relative; padding-left: 25px; font-size: 14px; line-height: 1.45; }
.package-features li::before { content: "✓"; position: absolute; left: 0; top: 1px; display: grid; width: 17px; height: 17px; place-items: center; color: var(--navy); background: var(--sky); border-radius: 50%; font-size: 11px; font-weight: 950; }
.premium .package-features li::before { background: #f0c869; }
.package-bottom { margin-top: auto; padding-top: 25px; }
.service-price { display: block; margin-bottom: 15px; color: white; font-size: 34px; font-weight: 900; letter-spacing: -1px; }
.service-price small { margin-right: 4px; color: var(--sky); font-size: 20px; font-weight: 850; }
.premium .service-price small { color: #f0c869; }
.package-whatsapp { width: 100%; min-height: 48px; color: white; background: #159765; box-shadow: 0 9px 22px rgba(6,107,72,.24); }
.package-whatsapp:hover { color: white; background: #0f8055; }
.package-whatsapp svg { width: 19px; height: 19px; }
.services-cta { display: flex; justify-content: space-between; align-items: center; gap: 28px; padding: 26px 30px; margin-top: 22px; color: var(--navy); background: var(--sky); border-radius: 18px; }
.services-cta strong, .services-cta span { display: block; }
.services-cta strong { margin-bottom: 4px; font-size: 17px; }
.services-cta span { color: #174b66; font-size: 13px; }

.employer-section { padding: 90px 0; background: var(--soft); }
.employer-panel { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); gap: 64px; align-items: center; }
.employer-copy .eyebrow { margin-bottom: 12px; }
.employer-copy h2 { max-width: 620px; margin: 0; color: var(--navy); font-size: clamp(34px, 4vw, 50px); line-height: 1.08; letter-spacing: -2px; }
.employer-lead { max-width: 650px; margin: 20px 0 28px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.employer-benefits { display: grid; gap: 12px; padding: 0; margin: 0; list-style: none; }
.employer-benefits li { display: grid; grid-template-columns: 36px 1fr; gap: 13px; align-items: start; padding: 14px 16px; background: white; border: 1px solid var(--line); border-radius: 13px; }
.employer-benefits li > span { display: grid; width: 36px; height: 36px; place-items: center; color: var(--navy); background: var(--sky); border-radius: 10px; font-size: 13px; font-weight: 900; }
.employer-benefits strong { display: block; margin: 1px 0 3px; color: var(--navy); font-size: 15px; }
.employer-benefits p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.employer-contact { position: relative; overflow: hidden; padding: 34px; color: white; background: radial-gradient(circle at 100% 0, rgba(85,200,231,.2), transparent 36%), linear-gradient(145deg, var(--navy), #12345d); border: 1px solid rgba(85,200,231,.3); border-radius: 22px; box-shadow: var(--shadow); }
.employer-icon { display: grid; width: 52px; height: 52px; place-items: center; color: var(--sky); background: rgba(85,200,231,.1); border: 1px solid rgba(85,200,231,.18); border-radius: 14px; }
.employer-icon svg { width: 27px; height: 27px; }
.employer-contact h3 { margin: 21px 0 10px; font-size: 25px; line-height: 1.2; letter-spacing: -.6px; }
.employer-contact p { margin: 0 0 24px; color: #bfd0e1; font-size: 15px; line-height: 1.6; }
.employer-whatsapp { width: 100%; min-height: 51px; color: white; background: #159765; box-shadow: 0 10px 25px rgba(4,67,45,.3); }
.employer-whatsapp:hover { color: white; background: #0f8055; }
.employer-whatsapp svg { width: 20px; height: 20px; }
.employer-number { display: block; margin-top: 14px; color: #d5e3ee; font-size: 14px; font-weight: 800; text-align: center; text-decoration: none; }
.employer-number:hover { color: white; }

.site-footer { color: #617087; background: #07172b; border-top: 1px solid rgba(255,255,255,.06); }
.footer-inner { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-brand .brand-copy strong { color: white; }
.footer-inner p { font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 9px 20px; }
.footer-links a { color: #9eb5cc; font-size: 13px; text-decoration: none; }
.footer-links a:hover { color: white; }

dialog { max-width: none; max-height: none; padding: 0; border: 0; background: transparent; }
dialog::backdrop { background: rgba(4,14,27,.72); backdrop-filter: blur(4px); }
.job-dialog { width: min(720px, calc(100% - 30px)); }
.dialog-shell { position: relative; overflow: auto; max-height: min(85vh, 800px); padding: 36px; background: white; border-radius: 20px; box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.icon-button { display: grid; width: 40px; height: 40px; place-items: center; padding: 0; color: var(--navy); background: var(--soft); border: 1px solid var(--line); border-radius: 11px; cursor: pointer; }
.icon-button svg { width: 20px; height: 20px; }
.dialog-close { position: absolute; top: 20px; right: 20px; }
.detail-eyebrow { margin: 0 48px 10px 0; color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: 1px; text-transform: uppercase; }
.job-detail-title { margin: 0 48px 6px 0; color: var(--navy); font-size: 30px; line-height: 1.15; letter-spacing: -1px; }
.job-detail-company { margin: 0 0 22px; color: var(--muted); font-size: 15px; font-weight: 750; }
.detail-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.detail-meta span { padding: 8px 11px; color: #4b5c72; background: var(--soft); border: 1px solid var(--line); border-radius: 9px; font-size: 12px; font-weight: 700; }
.job-image-crop { position: relative; overflow: hidden; width: min(100%, 520px); aspect-ratio: 606 / 878; margin: 0 auto 26px; background: var(--soft); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 12px 32px rgba(9,30,66,.1); }
.job-image-crop img { position: absolute; top: -46.9%; left: -7.92%; width: 115.84%; max-width: none; height: auto; }
.job-image-crop.job-image-full { aspect-ratio: auto; }
.job-image-crop.job-image-full img { position: static; display: block; width: 100%; max-width: 100%; height: auto; }
.detail-section { padding: 22px 0; border-top: 1px solid var(--line); }
.detail-section h3 { margin: 0 0 10px; color: var(--navy); font-size: 16px; }
.detail-section p, .detail-section li { color: #56657a; font-size: 14px; line-height: 1.7; }
.detail-section p { margin: 0; }
.detail-section ul { padding-left: 20px; margin: 0; }
.apply-box { padding: 20px; color: var(--navy); background: var(--ice); border: 1px solid #cee5ee; border-radius: 14px; }
.apply-box p { margin-bottom: 14px; color: #465c72; font-size: 13px; }
.application-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.apply-box .button { width: 100%; }
.share-whatsapp { color: var(--navy); background: white; border-color: #bcd4df; }
.share-whatsapp:hover { background: #f6fbfd; border-color: #8fb9ca; }
.share-whatsapp svg { width: 18px; height: 18px; }
.closed-box { background: #fff5f4; border-color: #f0cbc7; }
.closed-box p { color: #7a3c36; }
.closed-label { display: flex; min-height: 44px; align-items: center; justify-content: center; padding: 0 16px; color: #8e2f27; background: #fce5e2; border: 1px solid #efc4bf; border-radius: 12px; font-size: 13px; font-weight: 850; }
.closing-meta { color: #7a4c00 !important; }
.demo-badge { display: inline-flex; padding: 5px 8px; color: #765b00; background: #fff6cf; border: 1px solid #f4dea0; border-radius: 7px; font-size: 10px; font-weight: 900; text-transform: uppercase; }

.admin-dialog { width: min(920px, calc(100% - 30px)); }
.admin-shell { overflow: auto; max-height: 90vh; padding: 30px; background: white; border-radius: 20px; box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.admin-header { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.admin-header .eyebrow { margin-bottom: 8px; }
.admin-header h2 { margin: 0; color: var(--navy); font-size: 28px; }
.admin-tabs { display: flex; gap: 4px; padding: 5px; margin: 24px 0; background: var(--soft); border-radius: 12px; }
.admin-tabs button { flex: 1; padding: 11px; color: var(--muted); background: transparent; border: 0; border-radius: 9px; font-weight: 800; cursor: pointer; }
.admin-tabs button.active { color: var(--navy); background: white; box-shadow: 0 3px 12px rgba(9,30,66,.09); }
.tab-count { display: inline-grid; min-width: 21px; height: 21px; place-items: center; margin-left: 4px; padding: 0 5px; color: var(--blue); background: var(--ice); border-radius: 999px; font-size: 10px; }
.admin-panel { display: none; }
.admin-panel.active { display: block; }
.admin-summary { display: grid; grid-template-columns: 100px 100px 100px 1fr; gap: 12px; align-items: stretch; margin-bottom: 18px; }
.admin-summary > div { display: grid; place-items: center; padding: 14px; background: var(--soft); border: 1px solid var(--line); border-radius: 12px; }
.admin-summary span { color: var(--navy); font-size: 24px; font-weight: 900; }
.admin-summary small { color: var(--muted); font-weight: 700; }
.admin-summary .button { justify-self: end; align-self: center; }
.admin-job-list { display: grid; gap: 9px; }
.admin-job { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 16px; align-items: center; padding: 15px; border: 1px solid var(--line); border-radius: 12px; }
.admin-job h3 { margin: 0 0 4px; color: var(--navy); font-size: 15px; }
.admin-job p { margin: 0; color: var(--muted); font-size: 12px; }
.admin-actions { display: flex; gap: 7px; }
.admin-actions button { padding: 8px 10px; color: var(--navy); background: var(--soft); border: 1px solid var(--line); border-radius: 8px; font-size: 11px; font-weight: 800; cursor: pointer; }
.admin-actions .delete { color: var(--danger); }
.admin-cv-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px; margin-bottom: 14px; background: var(--soft); border: 1px solid var(--line); border-radius: 13px; }
.admin-cv-heading h3 { margin: 0 0 4px; color: var(--navy); font-size: 17px; }
.admin-cv-heading p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.admin-cv-heading > span { flex: 0 0 auto; color: var(--muted); font-size: 11px; text-align: center; }
.admin-cv-heading > span strong { display: block; color: var(--navy); font-size: 23px; }
.admin-cv-list { display: grid; gap: 9px; }
.admin-cv { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 16px; align-items: center; padding: 15px; border: 1px solid var(--line); border-radius: 12px; }
.admin-cv h3 { margin: 0 0 4px; color: var(--navy); font-size: 15px; }
.admin-cv p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.admin-cv .cv-source { display: inline-block; margin-left: 4px; padding: 3px 6px; color: #40566e; background: var(--soft); border-radius: 5px; font-size: 9px; font-weight: 850; text-transform: uppercase; }
.admin-cv-empty { padding: 48px 22px; text-align: center; border: 1px dashed #c9d4df; border-radius: 13px; }
.admin-cv-empty strong { display: block; margin-bottom: 7px; color: var(--navy); }
.admin-cv-empty p { margin: 0; color: var(--muted); font-size: 12px; }
.admin-cv-empty .button { margin-top: 14px; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 5px; background: var(--success); border-radius: 50%; }
.status-dot.paused { background: #98a2b3; }
.status-dot.finalized { background: var(--danger); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-grid label { display: grid; gap: 7px; color: #445269; font-size: 12px; font-weight: 800; }
.form-grid .wide { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; padding: 11px 12px; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 10px; outline: 0; font-weight: 500; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(31,111,235,.11); }
.status-toggle { display: flex !important; grid-template-columns: auto auto 1fr !important; align-items: center; justify-content: start; }
.status-toggle input { width: auto; }
.form-actions { display: flex; justify-content: end; gap: 10px; padding-top: 22px; }
.cv-dialog { width: min(720px, calc(100% - 30px)); }
.cv-detail-name { margin: 0 48px 6px 0; color: var(--navy); font-size: 29px; letter-spacing: -.8px; }
.cv-detail-role { margin: 0 0 20px; color: var(--muted); font-size: 14px; font-weight: 700; }
.cv-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-bottom: 22px; }
.cv-contact-grid a, .cv-contact-grid span { overflow: hidden; padding: 11px 12px; color: #40536a; background: var(--soft); border: 1px solid var(--line); border-radius: 9px; font-size: 12px; font-weight: 700; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; }
.cv-detail-block { padding: 18px 0; border-top: 1px solid var(--line); }
.cv-detail-block h3 { margin: 0 0 8px; color: var(--navy); font-size: 14px; }
.cv-detail-block p { margin: 0; color: #56657a; font-size: 13px; line-height: 1.65; white-space: pre-wrap; }
.cv-file-card { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 16px; color: var(--navy); background: var(--ice); border: 1px solid #cfe5ee; border-radius: 13px; }
.cv-file-card div { min-width: 0; }
.cv-file-card strong, .cv-file-card small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cv-file-card small { margin-top: 4px; color: var(--muted); font-size: 10px; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 22px; padding: 12px 18px; color: white; background: var(--navy); border-radius: 10px; box-shadow: var(--shadow); font-size: 13px; font-weight: 750; opacity: 0; pointer-events: none; transform: translate(-50%, 14px); transition: .25s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
}

@media (max-width: 900px) {
  .hero { padding: 64px 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero-card { max-width: 520px; }
  .filters { grid-template-columns: 1fr 1fr; }
  .filter-search { grid-column: 1 / -1; }
  .jobs-layout { grid-template-columns: 1fr; }
  .apply-guide { position: static; }
  .cv-layout { grid-template-columns: 1fr; gap: 38px; }
  .cv-intro { position: static; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .service-card p { min-height: 0; }
  .employer-panel { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 68px; }
  .header-actions { gap: 6px; }
  .instagram-header, .admin-open { width: 43px; padding: 0; font-size: 0; }
  .instagram-header span { display: none; }
  .instagram-header svg, .admin-open svg { width: 19px; height: 19px; }
  html.admin-session .instagram-header { display: none; }
  html.admin-session .admin-open { width: auto; padding: 0 12px; font-size: 12px; }
  .hero { padding: 54px 0 48px; }
  .hero h1 { font-size: 43px; letter-spacing: -2.5px; }
  .hero-lead { font-size: 16px; }
  .hero-search { display: grid; grid-template-columns: auto 1fr; padding: 11px; }
  .hero-search .button { grid-column: 1 / -1; width: 100%; }
  .channel-links { grid-template-columns: 1fr; }
  .hero-card { padding: 23px; }
  .jobs-section, .cv-section, .services-section, .employer-section { padding: 64px 0; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 12px; }
  #results-count { margin-top: 10px; }
  .filters { grid-template-columns: 1fr; }
  .filter-search { grid-column: auto; }
  .job-card { grid-template-columns: auto minmax(0,1fr); padding: 17px; gap: 13px; }
  .company-avatar { width: 46px; height: 46px; border-radius: 12px; }
  .job-card .view-job { grid-column: 1 / -1; width: 100%; }
  .job-topline h3 { font-size: 16px; }
  .apply-guide { padding: 23px; }
  .services-cta { display: grid; padding: 23px; }
  .services-cta .button { width: 100%; }
  .employer-contact { padding: 27px 22px; }
  .footer-inner { flex-direction: column; align-items: flex-start; padding: 28px 0; }
  .footer-inner p { margin: 0; }
  .dialog-shell { padding: 28px 20px 20px; }
  .job-detail-title { font-size: 25px; }
  .admin-shell { padding: 22px 16px; }
  .admin-tabs { overflow-x: auto; }
  .admin-tabs button { min-width: 125px; }
  .admin-summary { grid-template-columns: 1fr 1fr; }
  .admin-summary > div:nth-child(3) { grid-column: 1 / -1; }
  .admin-summary .button { grid-column: 1 / -1; width: 100%; }
  .admin-job { grid-template-columns: 1fr; }
  .admin-actions { flex-wrap: wrap; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .wide { grid-column: auto; }
  .cv-form-card { padding: 23px 17px; }
  .preview-pill { position: static; display: inline-flex; margin-bottom: 15px; }
  .cv-form-heading { padding-right: 0; }
  .cv-methods { grid-template-columns: 1fr; }
  .admin-cv-heading, .admin-cv { display: grid; }
  .admin-cv-heading > span { justify-self: start; text-align: left; }
  .admin-cv-heading > span strong { display: inline; margin-right: 3px; }
  .cv-contact-grid { grid-template-columns: 1fr; }
  .cv-file-card { align-items: stretch; flex-direction: column; }
  .cv-file-card .button { width: 100%; }
  .application-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
