:root {
  --ink: #1d2c5c;
  --muted: #667396;
  --green: #4665e8;
  --green-dark: #354fc5;
  --mint: #edf1ff;
  --soft: #f7f8fd;
  --yellow: #9aabf5;
  --line: #dfe4f3;
  --white: #ffffff;
  --shadow: 0 18px 40px rgba(48, 72, 168, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font: 15px/1.65 "DM Sans", Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); }
.nav-wrap { display: flex; align-items: center; height: 76px; gap: 46px; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font: 800 22px "Manrope", sans-serif; letter-spacing: -.7px; }
.brand span span { color: var(--green); }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; color: white; background: var(--green); border-radius: 10px 10px 10px 2px; font-size: 17px; }
.main-nav { display: flex; gap: 28px; color: #596687; font-weight: 700; }
.main-nav a { padding: 27px 0 23px; border-bottom: 3px solid transparent; }
.main-nav a:hover, .main-nav .active { color: var(--green); border-color: var(--green); }
.nav-actions { display: flex; align-items: center; gap: 22px; margin-left: auto; font-weight: 700; }
.login-link:hover { color: var(--green); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: var(--white); background: var(--green); border: 0; border-radius: 9px; padding: 14px 22px; font: 700 15px "DM Sans", sans-serif; cursor: pointer; transition: .2s; }
.button:hover { background: var(--green-dark); transform: translateY(-2px); }
.button-small { padding: 10px 18px; }

.hero { overflow: hidden; background: linear-gradient(120deg, #f8f9ff 25%, #f0f3ff); }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 600px; align-items: center; gap: 35px; padding-block: 64px; }
.eyebrow { margin: 0 0 13px; color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 24px; height: 2px; margin: 0 8px 4px 0; background: var(--green); }
h1, h2, h3 { margin-top: 0; font-family: "Manrope", sans-serif; line-height: 1.2; letter-spacing: -1px; }
h1 { max-width: 690px; margin-bottom: 20px; color: #1d2c5c; font-size: clamp(45px, 5.6vw, 70px); }
h1 em { position: relative; color: var(--green); font-style: normal; }
h1 em::after { position: absolute; right: 0; bottom: -3px; left: 0; height: 7px; content: ""; background: var(--yellow); border-radius: 50%; opacity: .75; }
.hero-copy { max-width: 600px; margin: 0 0 30px; color: var(--muted); font-size: 17px; }
.search-panel { display: grid; grid-template-columns: 1fr .88fr auto; max-width: 760px; padding: 7px; background: white; border: 1px solid var(--line); border-radius: 13px; box-shadow: var(--shadow); }
.search-field { display: flex; align-items: center; gap: 9px; padding: 5px 14px; }
.location-field { border-left: 1px solid var(--line); }
.field-icon { color: var(--green); font-size: 16px; }
.field-content { display: flex; flex-direction: column; width: 100%; }
.field-label { color: var(--ink); font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
input { width: 100%; padding: 1px 0; color: var(--ink); background: transparent; border: 0; outline: 0; font: 500 14px "DM Sans"; }
input::placeholder { color: #939db7; }
.search-button { padding-inline: 24px; }
.popular-searches { margin: 15px 0 0; color: #7d88a7; font-size: 13px; }
.popular-searches strong { color: var(--ink); }

.hero-visual { position: relative; height: 490px; }
.hero-orb { position: absolute; top: 16px; right: -50px; width: 430px; height: 430px; background: #dce4ff; border-radius: 50%; }
.visual-card { position: absolute; display: flex; align-items: center; gap: 13px; background: white; border: 1px solid rgba(218,225,246,.9); border-radius: 13px; box-shadow: var(--shadow); }
.visual-card strong, .visual-card small { display: block; }
.visual-card small { color: var(--muted); }
.main-visual { top: 110px; right: 7px; width: 390px; padding: 28px 23px 19px; }
.mini-label { position: absolute; top: 10px; left: 23px; color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: 1.1px; }
.company-icon { display: grid; place-items: center; width: 45px; height: 45px; flex: 0 0 auto; color: white; border-radius: 11px; font-weight: 800; }
.blue { background: #4665e8; }.purple { background: #6d5cdb; }.green { background: #5b78ed; }.orange { background: #7890f0; }
.job-type { margin-left: auto; padding: 5px 8px; color: var(--green); background: var(--mint); border-radius: 5px; font-size: 11px; font-weight: 700; }
.match-card { top: 235px; left: 20px; padding: 15px 18px; }
.match-ring { display: grid; place-items: center; width: 53px; height: 53px; color: var(--green); border: 5px solid #cbd5ff; border-top-color: var(--green); border-radius: 50%; font-size: 13px; font-weight: 800; }
.people-card { right: 18px; bottom: 61px; display: block; padding: 14px 18px; }
.people { display: flex; margin-bottom: 7px; }
.people span { display: grid; place-items: center; width: 28px; height: 28px; margin-right: -6px; color: white; background: var(--green); border: 2px solid white; border-radius: 50%; font-size: 10px; }
.people span:nth-child(2) { background: #7890f0; }.people span:nth-child(3) { background: #6d5cdb; }
.decor { position: absolute; display: block; }
.decor-one { top: 73px; left: 67px; width: 30px; height: 30px; border: 7px solid var(--yellow); border-radius: 50%; }
.decor-two { right: 20px; bottom: 31px; width: 16px; height: 16px; background: #7890f0; transform: rotate(45deg); }
.decor-three { top: 55px; right: 64px; width: 11px; height: 11px; background: var(--green); border-radius: 50%; }

.trusted { padding: 22px 0; border-block: 1px solid var(--line); }
.trusted-wrap, .company-list { display: flex; align-items: center; }
.trusted p { min-width: 210px; margin: 0; color: #8a94af; font-size: 12px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.company-list { justify-content: space-between; width: 100%; color: #8d98b3; font: 800 18px "Manrope"; }
.company-list span span { color: #b1bad0; }
.section { padding: 88px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 29px; }
h2 { margin-bottom: 0; color: #1d2c5c; font-size: 36px; }
.text-link { color: var(--green); font-weight: 700; }
.text-link span { display: inline-block; margin-left: 6px; transition: .2s; }
.text-link:hover span { transform: translateX(4px); }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.category-card { display: grid; grid-template-columns: 48px auto; column-gap: 15px; padding: 19px; border: 1px solid var(--line); border-radius: 10px; transition: .2s; }
.category-card:hover { border-color: #b7c4ff; box-shadow: var(--shadow); transform: translateY(-3px); }
.category-icon { grid-row: span 2; display: grid; place-items: center; width: 48px; height: 48px; color: var(--green); background: var(--mint); border-radius: 10px; font-weight: 800; }
.category-card strong { align-self: end; }.category-card small { color: var(--muted); }
.jobs-section { background: var(--soft); }
.jobs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.job-card { padding: 22px; background: white; border: 1px solid var(--line); border-radius: 11px; transition: .2s; }
.job-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.job-card-top, .job-footer { display: flex; align-items: center; justify-content: space-between; }
.badge { padding: 4px 9px; color: var(--green); background: var(--mint); border-radius: 4px; font-size: 11px; font-weight: 800; }
.job-card h3 { margin: 20px 0 3px; font-size: 18px; letter-spacing: -.4px; }
.company-name { margin: 0; color: var(--muted); }
.job-meta { display: flex; gap: 14px; padding-bottom: 17px; color: #7180a3; border-bottom: 1px solid var(--line); font-size: 13px; }
.job-footer strong { font-size: 14px; }.job-footer a { color: var(--green); font-size: 13px; font-weight: 800; }
.center-heading { margin-bottom: 42px; text-align: center; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; text-align: center; }
.step-number { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 19px; color: var(--green); background: var(--mint); border-radius: 50% 50% 50% 12px; font: 800 17px "Manrope"; }
.step h3 { margin-bottom: 8px; font-size: 19px; }.step p { max-width: 290px; margin: 0 auto; color: var(--muted); }
.employer-section { padding: 20px 0 88px; }
.employer-card { display: flex; align-items: center; justify-content: space-between; padding: 42px 47px; color: white; background: var(--green); border-radius: 16px; }
.employer-card .eyebrow { color: #cbd5ff; }.employer-card h2 { color: white; }.employer-card p:last-child { margin-bottom: 0; color: #e0e5ff; }
.button-light { color: var(--green); background: white; }.button-light:hover { color: white; background: var(--ink); }

.site-footer { color: #b5c0e2; background: #172653; }
.footer-main { display: grid; grid-template-columns: 1.9fr 1fr 1fr 1fr; gap: 40px; padding: 61px 0 45px; }
.brand-footer { color: white; }.brand-footer .brand-mark { background: #5f7bff; }
.footer-brand p { max-width: 310px; margin: 18px 0; color: #b5c0e2; }
.social-links { display: flex; gap: 9px; }
.social-links a { display: grid; place-items: center; width: 30px; height: 30px; color: white; border: 1px solid #526697; border-radius: 50%; font-size: 12px; font-weight: 800; }
.social-links a:hover { background: var(--green); border-color: var(--green); }
.footer-column { display: flex; flex-direction: column; gap: 7px; }
.footer-column h3 { margin-bottom: 9px; color: white; font-size: 15px; letter-spacing: 0; }
.footer-column a { font-size: 14px; }.footer-column a:hover { color: white; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 20px 0; border-top: 1px solid #40558a; font-size: 12px; }
.footer-bottom p { margin: 0; }
.company-details { display: flex; gap: 10px; text-align: right; }.company-details strong { color: white; }

@media (max-width: 900px) {
  .main-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding-bottom: 10px; }
  .hero-visual { width: min(560px, 100%); margin: auto; }
  .category-grid, .jobs-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1.7fr 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }
  .footer-bottom, .company-details { align-items: flex-start; flex-direction: column; text-align: left; }
}
@media (max-width: 600px) {
  .container { width: min(100% - 30px, 1160px); }
  .nav-wrap { height: 68px; }.nav-actions { gap: 12px; }.login-link { display: none; }
  .hero-grid { padding-top: 48px; }.hero-copy { font-size: 15px; }
  .search-panel { grid-template-columns: 1fr; gap: 3px; padding: 8px; }.location-field { border-top: 1px solid var(--line); border-left: 0; }
  .search-button { margin-top: 3px; }.hero-visual { height: 340px; }
  .hero-orb { top: 15px; right: -40px; width: 310px; height: 310px; }
  .main-visual { top: 75px; right: 0; width: 90%; padding: 27px 15px 16px; }.main-visual strong { font-size: 13px; }.main-visual small { font-size: 11px; }
  .match-card { top: 175px; left: 0; padding: 11px; }.match-ring { width: 45px; height: 45px; font-size: 11px; }
  .people-card { right: 5px; bottom: 32px; padding: 10px 13px; }.people-card strong, .match-card strong { font-size: 13px; }.people-card small, .match-card small { font-size: 11px; }
  .decor-one { top: 36px; left: 38px; }
  .trusted-wrap { display: block; }.company-list { flex-wrap: wrap; gap: 12px 22px; margin-top: 10px; font-size: 15px; }
  .section { padding: 65px 0; }.section-heading { align-items: start; flex-direction: column; gap: 9px; } h2 { font-size: 30px; }
  .category-grid, .jobs-grid, .steps-grid { grid-template-columns: 1fr; }.steps-grid { gap: 30px; }
  .employer-section { padding-bottom: 65px; }.employer-card { align-items: start; flex-direction: column; gap: 22px; padding: 30px 25px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 30px 18px; padding-top: 48px; }
  .footer-brand { grid-column: 1 / -1; }.footer-column h3 { font-size: 14px; }.footer-column a { font-size: 13px; }
}

/* Legal pages */
.legal-body { background: #f7f8fd; }
.legal-header { background: #ffffff; border-bottom: 1px solid var(--line); }
.legal-header .nav-wrap { justify-content: space-between; }
.back-home { color: var(--green); font-weight: 700; }
.back-home:hover { color: var(--green-dark); }
.legal-hero { padding: 58px 0 35px; background: linear-gradient(120deg, #f8f9ff, #edf1ff); border-bottom: 1px solid var(--line); }
.legal-hero h1 { max-width: 820px; margin: 0 0 9px; font-size: clamp(35px, 5vw, 52px); }
.legal-hero p { max-width: 780px; margin: 0; color: var(--muted); }
.legal-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 42px; padding: 45px 0 70px; }
.legal-nav { position: sticky; top: 96px; align-self: start; display: flex; flex-direction: column; gap: 4px; }
.legal-nav a { padding: 8px 11px; color: #667396; border-left: 2px solid #dfe4f3; font-size: 13px; font-weight: 700; }
.legal-nav a:hover { color: var(--green); border-color: var(--green); }
.legal-content { padding: 36px 42px; background: #ffffff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 12px 30px rgba(48, 72, 168, .07); }
.legal-content section { scroll-margin-top: 95px; }
.legal-content section + section { padding-top: 15px; }
.legal-content h2 { margin: 18px 0 8px; font-size: 23px; letter-spacing: -.5px; }
.legal-content h3 { margin: 15px 0 5px; font-size: 17px; letter-spacing: -.3px; }
.legal-content p, .legal-content li { color: #526083; }
.legal-content p { margin: 7px 0 12px; }
.legal-content ul, .legal-content ol { margin: 8px 0 15px; padding-left: 20px; }
.legal-content li { margin-bottom: 5px; }
.legal-content a { color: var(--green); font-weight: 700; }
.legal-content a:hover { color: var(--green-dark); }
.legal-note { padding: 14px 16px; background: #edf1ff; border-left: 4px solid var(--green); border-radius: 5px; color: #3f518c !important; }
.legal-warning { padding: 14px 16px; background: #fff6e3; border-left: 4px solid #e4a329; border-radius: 5px; color: #795815 !important; }
.legal-table { width: 100%; margin: 15px 0; border-collapse: collapse; font-size: 14px; }
.legal-table th, .legal-table td { padding: 11px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-table th { color: #34477f; background: #f2f5ff; }
.legal-meta { color: #7180a3; font-size: 13px; }
.legal-footer { padding: 27px 0; color: #b5c0e2; background: #172653; font-size: 13px; }
.legal-footer-wrap { display: flex; justify-content: space-between; gap: 24px; }
.legal-footer p { margin: 0; }
.legal-footer-links { display: flex; flex-wrap: wrap; justify-content: end; gap: 15px; }
.legal-footer a:hover { color: white; }
@media (max-width: 760px) {
  .legal-layout { grid-template-columns: 1fr; gap: 18px; padding-top: 24px; }
  .legal-nav { position: static; flex-direction: row; flex-wrap: wrap; gap: 5px; }
  .legal-nav a { padding: 4px 8px; border-left: 0; border-bottom: 2px solid #dfe4f3; }
  .legal-content { padding: 24px 19px; }
  .legal-footer-wrap { flex-direction: column; }.legal-footer-links { justify-content: start; }
}
