@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root{
  --green:#004f43;
  --green-dark:#003f36;
  --green-2:#075f53;
  --white:#ffffff;
  --text:#172438;
  --muted:#7d8795;
  --line:rgba(255,255,255,.42);
  --shadow:0 18px 60px rgba(0,0,0,.18);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Inter",Arial,sans-serif;
  color:var(--text);
  background:#fff;
  min-width:320px;
}
button,input,select{font:inherit}
a{text-decoration:none;color:inherit}
.hm-container{
  width:min(1600px, calc(100% - 160px));
  margin:0 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;
}

/* ===== Header ===== */
.site-header{
  position:fixed;
  top:0;left:0;right:0;
  z-index:50;
  height:104px;
  border-bottom:1px solid rgba(255,255,255,.44);
  background:rgba(63,55,51,.55);
  backdrop-filter:blur(3px);
  transition:height .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease, backdrop-filter .22s ease;
}
.header-row{
  height:104px;
  display:flex;
  align-items:center;
  gap:24px;
  transition:height .22s ease;
}
.site-header.is-scrolled{
  height:72px;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid #e5e7eb;
  backdrop-filter:blur(16px);
  box-shadow:0 1px 0 rgba(15,23,42,.03);
}
.site-header.is-scrolled .header-row{height:72px}
.site-header.is-scrolled .main-nav a{color:#162235;opacity:1}
.site-header.is-scrolled .lang-select{color:#162235}
.site-header.is-scrolled .btn-light{background:#f4f5f6}
.site-header.is-scrolled .mode-switch{background:#f3f3f2}
.site-header.is-scrolled .brand-text{color:var(--green)}
.site-header.is-scrolled .brand-mark i{background:var(--green)}
.brand{
  display:flex;
  align-items:center;
  gap:13px;
  color:var(--green);
  min-width:200px;
}
.brand-text{
  font-size:34px;
  line-height:1;
  letter-spacing:-1.5px;
  font-weight:900;
  color:var(--green);
}
.brand-mark{
  position:relative;
  display:inline-block;
  width:42px;height:42px;
}
.brand-mark i{
  position:absolute;
  left:18px;top:2px;
  width:8px;height:18px;
  border-radius:8px 8px 2px 2px;
  background:var(--green);
  transform-origin:50% 19px;
}
.brand-mark i:nth-child(1){transform:rotate(0deg)}
.brand-mark i:nth-child(2){transform:rotate(45deg)}
.brand-mark i:nth-child(3){transform:rotate(90deg)}
.brand-mark i:nth-child(4){transform:rotate(135deg)}
.brand-mark i:nth-child(5){transform:rotate(180deg)}
.brand-mark i:nth-child(6){transform:rotate(225deg)}
.brand-mark i:nth-child(7){transform:rotate(270deg)}
.brand-mark i:nth-child(8){transform:rotate(315deg)}

.mode-switch{
  display:flex;
  align-items:center;
  width:430px;
  height:50px;
  padding:4px;
  background:#f6f6f5;
  border-radius:18px;
  box-shadow:0 2px 0 rgba(255,255,255,.18) inset;
}
.mode-btn{
  width:50%;
  height:42px;
  border:0;
  border-radius:14px;
  color:#404a55;
  background:transparent;
  cursor:pointer;
  font-size:15px;
  font-weight:600;
  transition:.18s ease;
}
.mode-btn.is-active{
  color:#fff;
  background:var(--green);
  box-shadow:0 8px 16px rgba(0,79,67,.18);
}
.main-nav{
  display:flex;
  align-items:center;
  gap:24px;
  margin-left:0;
  white-space:nowrap;
}
.main-nav a{
  color:#fff;
  font-size:15px;
  font-weight:700;
  opacity:.96;
}
.main-nav a:hover{opacity:.75}
.header-actions{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:22px;
}
.lang-select{
  display:flex;
  align-items:center;
  gap:8px;
  color:#152437;
  font-size:14px;
  font-weight:500;
}
.lang-select button{
  width:42px;height:42px;
  display:grid;place-items:center;
  border:0;
  border-radius:12px;
  color:#172438;
  background:#fff;
  cursor:pointer;
}
.btn{
  height:42px;
  padding:0 27px;
  border:0;
  border-radius:12px;
  font-weight:700;
  cursor:pointer;
}
.btn-primary{
  background:var(--green);
  color:#fff;
  min-width:170px;
}
.btn-light{
  background:#fff;
  color:#132233;
  min-width:94px;
}
.mobile-burger{
  display:none;
  width:44px;height:44px;
  border:0;border-radius:12px;
  background:#fff;
  place-items:center;
  gap:4px;
  padding:11px;
}
.mobile-burger span{
  display:block;
  height:2px;
  width:22px;
  background:#142334;
  border-radius:2px;
}

/* ===== Hero ===== */
.hero{
  position:relative;
  min-height:930px;
  overflow:hidden;
  display:flex;
  align-items:center;
}
.hero-bg{
  position:absolute;
  inset:0;
  background-image:url('/assets/background.jpg');
  background-size:cover;
  background-position:center;
}
.hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.18) 22%, rgba(0,0,0,.30) 100%),
    radial-gradient(circle at 49% 43%, rgba(0,0,0,.07), rgba(0,0,0,.28) 68%);
}
.hero-content{
  position:relative;
  z-index:2;
  color:#fff;
  text-align:center;
  padding-top:112px;
}
.hero h1{
  margin:0 auto;
  max-width:1080px;
  font-size:60px;
  line-height:1.18;
  letter-spacing:-1.8px;
  font-weight:900;
  text-shadow:0 7px 26px rgba(0,0,0,.18);
}
.hero-subtitle{
  margin:40px auto 46px;
  max-width:760px;
  font-size:16px;
  line-height:1.45;
  font-weight:600;
  color:rgba(255,255,255,.94);
}
.hero-search{
  width:min(1140px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns: 515px 370px 190px;
  gap:34px;
  justify-content:center;
  align-items:center;
}
.search-field{
  display:block;
  height:64px;
  background:#fff;
  border-radius:16px;
  box-shadow:0 20px 45px rgba(0,0,0,.12);
  position:relative;
  overflow:hidden;
  text-align:left;
}
.search-field input,
.search-field select{
  width:100%;height:100%;
  border:0;outline:0;
  background:transparent;
  color:#243446;
}
.search-field input{
  padding:0 20px;
  font-size:17px;
  font-weight:500;
}
.search-field input::placeholder{color:#6f7a86;opacity:1}
.search-city{padding:11px 46px 9px 20px}
.search-city:after{
  content:"";
  position:absolute;
  right:22px;top:50%;
  width:12px;height:12px;
  border-right:2px solid #60707f;
  border-bottom:2px solid #60707f;
  transform:translateY(-70%) rotate(45deg);
  pointer-events:none;
}
.field-caption{
  display:block;
  font-size:13px;
  line-height:1.1;
  color:#a3a9b0;
  margin-bottom:3px;
  white-space:nowrap;
}
.search-city select{
  height:30px;
  padding:0;
  appearance:none;
  font-size:16px;
  font-weight:700;
}
.search-submit{
  height:64px;
  border:0;
  border-radius:16px;
  background:#fff;
  color:#003f36;
  font-size:16px;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 20px 45px rgba(0,0,0,.12);
  transition:.18s ease;
}
.search-submit:hover{transform:translateY(-1px);background:#f6fbfa}
.hero-stats{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:56px;
  margin-top:60px;
}
.stat-item{
  width:170px;
  text-align:center;
}
.stat-item strong{
  display:block;
  font-size:33px;
  line-height:1.08;
  font-weight:900;
  letter-spacing:-.8px;
}
.stat-item span{
  display:block;
  margin-top:8px;
  font-size:16px;
  line-height:1;
  font-weight:600;
}
.stat-divider{
  width:1px;
  height:42px;
  background:rgba(255,255,255,.82);
}
.telegram-float{
  position:fixed;
  z-index:60;
  right:22px;
  bottom:22px;
  width:60px;height:60px;
  display:grid;place-items:center;
  border-radius:50%;
  background:#26a7e8;
  color:#fff;
  box-shadow:0 14px 32px rgba(0,0,0,.22);
}

/* ===== Modal ===== */
.modal{
  position:fixed;
  inset:0;
  z-index:80;
  display:grid;
  place-items:center;
  padding:20px;
  background:rgba(7,16,28,.55);
}
.modal[hidden]{display:none}
.modal-card{
  width:min(440px,100%);
  background:#fff;
  border-radius:22px;
  padding:32px;
  position:relative;
  box-shadow:var(--shadow);
}
.modal-close{
  position:absolute;
  top:14px;right:14px;
  width:34px;height:34px;
  border:0;border-radius:12px;
  background:#f2f4f7;
  font-size:26px;
  line-height:1;
  cursor:pointer;
}

@media (max-width:1400px){
  .hm-container{width:min(1240px, calc(100% - 56px))}
  .brand{min-width:auto}.brand-text{font-size:30px}.brand-mark{width:38px;height:38px}
  .mode-switch{width:360px}.main-nav{gap:18px}.header-actions{gap:14px}
  .hero h1{font-size:54px}.hero-search{grid-template-columns:minmax(330px,515px) minmax(290px,370px) 170px;gap:24px}
  .site-header.is-scrolled{height:70px}.site-header.is-scrolled .header-row{height:70px}
}
@media (max-width:1120px){
  .site-header,.header-row{height:86px}.main-nav{display:none}.header-actions{display:none}.mobile-burger{display:grid;margin-left:auto}.mode-switch{width:320px;height:46px}.mode-btn{height:38px}
  .hero{min-height:830px}.hero-content{padding-top:90px}.hero h1{font-size:44px}.hero-subtitle{margin:28px auto 32px}
  .hero-search{grid-template-columns:1fr;gap:14px;width:min(620px,100%)}.search-field,.search-submit{height:58px}.search-city{padding-top:8px}.hero-stats{gap:28px;margin-top:42px}
}
@media (max-width:720px){
  .hm-container{width:calc(100% - 32px)}
  .brand-text{font-size:24px}.brand-mark{width:30px;height:30px}.brand-mark i{left:13px;top:0;width:6px;height:14px;transform-origin:50% 15px}
  .mode-switch{position:absolute;left:16px;right:16px;top:78px;width:auto}.site-header{height:136px}.header-row{height:74px}
  .hero{min-height:820px;align-items:flex-start}.hero-content{padding-top:230px}.hero h1{font-size:34px;line-height:1.15;letter-spacing:-1px}.hero h1 br{display:none}.hero-subtitle{font-size:14px;margin:20px auto 26px}.search-field input{font-size:15px}.field-caption{font-size:11px}.search-city select{font-size:15px}.hero-stats{gap:14px;margin-top:34px}.stat-item{width:auto;min-width:90px}.stat-item strong{font-size:24px}.stat-item span{font-size:13px}.stat-divider{height:34px}.telegram-float{width:52px;height:52px}
}
@media (max-width:440px){
  .hero-content{padding-top:205px}.hero h1{font-size:29px}.hero-stats{flex-wrap:wrap}.stat-divider{display:none}.mode-switch{top:72px}.mode-btn{font-size:13px}.search-field,.search-submit{height:56px;border-radius:14px}
}

/* ===== Day vacancies ===== */
.day-vacancies{
  background:#fff;
  padding:74px 0 68px;
}
.section-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin-bottom:54px;
}
.section-head h2{
  margin:0;
  display:flex;
  align-items:center;
  gap:14px;
  color:#132238;
  font-size:38px;
  line-height:1.15;
  letter-spacing:-.8px;
  font-weight:900;
}
.rocket{
  display:inline-grid;
  place-items:center;
  width:44px;
  height:44px;
  font-size:36px;
  line-height:1;
}
.section-link{
  color:#3b76ff;
  font-size:16px;
  font-weight:600;
  white-space:nowrap;
  transition:.18s ease;
}
.section-link:hover{opacity:.75}
.vacancy-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:34px 36px;
}
.vacancy-card{
  min-height:217px;
  padding:43px 28px 28px;
  border:1px solid #d9dde3;
  border-radius:24px;
  background:#fff;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  transition:.18s ease;
}
.vacancy-card:hover{
  border-color:#c6d1d0;
  box-shadow:0 14px 36px rgba(15,31,50,.07);
  transform:translateY(-1px);
}
.vacancy-card h3{
  margin:0 0 29px;
  min-height:40px;
  color:#0f2137;
  font-size:21px;
  line-height:1.42;
  letter-spacing:-.25px;
  font-weight:800;
}
.salary{
  margin:0;
  display:flex;
  align-items:center;
  gap:10px;
  color:#004f43;
  font-size:20px;
  line-height:1.2;
  font-weight:500;
}
.money-ico{
  position:relative;
  flex:0 0 auto;
  width:22px;
  height:15px;
  border:2px solid #004f43;
  border-radius:3px;
}
.money-ico:before{
  content:"";
  position:absolute;
  left:50%;top:50%;
  width:4px;height:4px;
  border:2px solid #004f43;
  border-radius:50%;
  transform:translate(-50%,-50%);
}
.money-ico:after{
  content:"";
  position:absolute;
  left:2px;right:2px;top:50%;
  height:1.5px;
  background:#004f43;
  transform:translateY(-50%);
  opacity:.45;
}
.source{
  margin:auto 0 0;
  display:flex;
  align-items:center;
  gap:12px;
  color:#697485;
  font-size:17px;
  line-height:1.2;
  font-weight:500;
}
.source-mark{
  position:relative;
  display:inline-block;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#005a4d;
  flex:0 0 auto;
}
.source-mark i{
  position:absolute;
  left:15px;top:6px;
  width:4px;height:11px;
  border-radius:6px 6px 2px 2px;
  background:#fff;
  transform-origin:50% 11px;
}
.source-mark i:nth-child(1){transform:rotate(0deg)}
.source-mark i:nth-child(2){transform:rotate(45deg)}
.source-mark i:nth-child(3){transform:rotate(90deg)}
.source-mark i:nth-child(4){transform:rotate(135deg)}
.source-mark i:nth-child(5){transform:rotate(180deg)}
.source-mark i:nth-child(6){transform:rotate(225deg)}
.source-mark i:nth-child(7){transform:rotate(270deg)}
.source-mark i:nth-child(8){transform:rotate(315deg)}

@media (max-width:1400px){
  .day-vacancies{padding:62px 0 58px}
  .section-head h2{font-size:34px}
  .vacancy-grid{gap:26px}
  .vacancy-card{min-height:200px;padding:34px 24px 25px}
  .vacancy-card h3{font-size:18px;margin-bottom:22px}.salary{font-size:17px}.source{font-size:15px}
}
@media (max-width:960px){
  .section-head{align-items:flex-start;margin-bottom:34px}.section-head h2{font-size:29px}.rocket{width:36px;height:36px;font-size:30px}
  .vacancy-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:680px){
  .day-vacancies{padding:46px 0 44px}.section-head{display:block}.section-link{display:inline-block;margin-top:16px}.section-head h2{font-size:25px;line-height:1.25}
  .vacancy-grid{grid-template-columns:1fr;gap:16px}.vacancy-card{min-height:170px;border-radius:18px;padding:25px 20px}.vacancy-card h3{font-size:17px;margin-bottom:18px;min-height:auto}.salary{font-size:16px}.source{font-size:14px}.source-mark{width:30px;height:30px}.source-mark i{left:13px;top:5px}
}

/* ===== All vacancies button + professions ===== */
.vacancy-more{
  display:flex;
  justify-content:center;
  padding-top:76px;
}
.btn-more{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:248px;
  height:64px;
  padding:0 32px;
  border-radius:22px;
  background:var(--green);
  color:#fff;
  font-size:18px;
  line-height:1;
  font-weight:900;
  box-shadow:0 12px 26px rgba(0,79,67,.12);
  transition:.18s ease;
}
.btn-more:hover{
  background:var(--green-dark);
  transform:translateY(-1px);
}
.professions-section{
  background:#f3f3f3;
  padding:92px 0 112px;
}
.professions-section h2{
  margin:0 0 58px;
  color:#142437;
  font-size:38px;
  line-height:1.15;
  letter-spacing:-.9px;
  font-weight:900;
}
.professions-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:106px;
}
.profession-column{
  display:grid;
  gap:18px;
}
.profession-column a{
  display:grid;
  grid-template-columns:minmax(0, 1fr) 38px;
  align-items:center;
  gap:18px;
  color:#5d6775;
  font-size:17px;
  line-height:1.2;
  font-weight:500;
  transition:.16s ease;
}
.profession-column a:hover{
  color:var(--green);
}
.profession-column span{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.profession-column b{
  color:#a6afbd;
  font-size:13px;
  line-height:1;
  font-weight:500;
  text-align:right;
}
@media (max-width:1400px){
  .vacancy-more{padding-top:56px}
  .btn-more{min-width:220px;height:58px;border-radius:18px;font-size:16px}
  .professions-section{padding:78px 0 92px}.professions-section h2{font-size:34px;margin-bottom:46px}.professions-grid{gap:70px}.profession-column a{font-size:15px;gap:12px}
}
@media (max-width:960px){
  .professions-grid{grid-template-columns:1fr;gap:16px}.profession-column{gap:14px}.professions-section h2{font-size:29px}.profession-column a{font-size:16px}
}
@media (max-width:680px){
  .vacancy-more{padding-top:34px}.btn-more{width:100%;height:56px;border-radius:16px;font-size:15px}.professions-section{padding:52px 0 60px}.professions-section h2{font-size:25px;margin-bottom:30px}.profession-column a{font-size:15px}.profession-column b{font-size:12px}
}


/* ===== Popular categories ===== */
.categories-section{
  background:#fff;
  padding:94px 0 114px;
}
.categories-section h2{
  margin:0 0 62px;
  color:#142437;
  font-size:42px;
  line-height:1.12;
  letter-spacing:-1.1px;
  font-weight:900;
}
.categories-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:34px 36px;
}
.category-card{
  min-height:205px;
  padding:30px 28px 28px;
  border:1px solid #d9dde3;
  border-radius:24px;
  background:#fff;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  transition:.18s ease;
}
.category-card:hover{
  transform:translateY(-1px);
  border-color:#c7d0d4;
  box-shadow:0 16px 42px rgba(15,31,50,.065);
}
.cat-icon{
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  border-radius:10px;
  margin-bottom:20px;
}
.cat-icon svg{
  width:28px;
  height:28px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.cat-blue{color:#2f74ff;background:#eef4ff}
.cat-green{color:#16a34a;background:#eefdF4}
.cat-purple{color:#7c3cff;background:#f3efff}
.cat-yellow{color:#d99a00;background:#fff9df}
.cat-pink{color:#f02683;background:#fff0f7}
.cat-indigo{color:#4d5cff;background:#eef1ff}
.cat-orange{color:#ff5d16;background:#fff1e9}
.cat-gray{color:#687385;background:#eef1f5}
.cat-amber{color:#f59e0b;background:#fff7e8}
.cat-red{color:#ff3d3d;background:#fff0f0}
.cat-cyan{color:#0ea5c6;background:#eafcff}
.cat-teal{color:#009d8c;background:#eafffb}
.category-card strong{
  color:#0f2137;
  font-size:19px;
  line-height:1.36;
  letter-spacing:-.25px;
  font-weight:900;
  max-width:100%;
}
.cat-count{
  margin-top:auto;
  padding-top:26px;
  color:#6c7787;
  font-size:18px;
  line-height:1.2;
  font-weight:500;
}
@media (max-width:1400px){
  .categories-section{padding:78px 0 92px}.categories-section h2{font-size:34px;margin-bottom:46px}.categories-grid{gap:26px}.category-card{min-height:180px;padding:24px}.category-card strong{font-size:17px}.cat-count{font-size:16px}.cat-icon{width:46px;height:46px;margin-bottom:17px}.cat-icon svg{width:25px;height:25px}
}
@media (max-width:1050px){
  .categories-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}
}
@media (max-width:680px){
  .categories-section{padding:52px 0 62px}.categories-section h2{font-size:26px;margin-bottom:30px}.categories-grid{grid-template-columns:1fr;gap:16px}.category-card{min-height:158px;border-radius:18px;padding:22px}.category-card strong{font-size:17px}.cat-count{font-size:15px;padding-top:20px}.cat-icon{width:44px;height:44px}
}


/* ===== Subscribe block ===== */
.subscribe-section{
  background:#004b40;
  color:#fff;
  padding:126px 0 104px;
  overflow:hidden;
}
.subscribe-wrap{
  max-width:1600px;
  text-align:center;
}
.subscribe-rocket{
  width:110px;
  height:110px;
  margin:0 auto 34px;
  display:grid;
  place-items:center;
}
.subscribe-rocket svg{width:100%;height:100%;display:block}
.subscribe-section h2{
  margin:0 auto 78px;
  max-width:1440px;
  color:#fff;
  font-size:59px;
  line-height:1.12;
  letter-spacing:-1.8px;
  font-weight:900;
}
.social-grid{
  width:100%;
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:32px 34px;
}
.social-card{
  min-height:122px;
  padding:27px 28px;
  background:#fff;
  color:#102238;
  border-radius:16px;
  display:flex;
  align-items:center;
  text-align:left;
  gap:28px;
  box-shadow:0 1px 0 rgba(0,0,0,.04);
  transition:.18s ease;
}
.social-card:hover{
  transform:translateY(-1px);
  box-shadow:0 18px 44px rgba(0,0,0,.13);
}
.social-icon{
  width:64px;
  height:64px;
  flex:0 0 64px;
  display:grid;
  place-items:center;
  border-radius:50%;
}
.social-icon svg{width:64px;height:64px;display:block}
.social-icon.tg{background:#29aeea;color:#fff}
.social-icon.tg svg{width:38px;height:38px;fill:currentColor}
.social-icon.insta{border-radius:14px;overflow:hidden;background:#fff}
.social-text{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:7px;
  flex:1;
}
.social-text strong{
  color:#152439;
  font-size:22px;
  line-height:1.2;
  letter-spacing:-.25px;
  font-weight:800;
}
.social-text em{
  color:#647083;
  font-style:normal;
  font-size:18px;
  line-height:1.42;
  font-weight:500;
}
.social-action{
  color:#3a78ff;
  font-size:18px;
  font-weight:500;
  white-space:nowrap;
  margin-left:14px;
}
.dream-action{
  display:flex;
  justify-content:center;
  margin-top:62px;
}
.dream-btn{
  height:62px;
  padding:0 31px;
  background:#fff;
  color:#004b40;
  border-radius:18px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:18px;
  font-weight:800;
  box-shadow:0 12px 30px rgba(0,0,0,.12);
  transition:.18s ease;
}
.dream-btn:hover{transform:translateY(-1px);box-shadow:0 18px 42px rgba(0,0,0,.17)}
.dream-btn svg{
  width:25px;
  height:25px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
@media (max-width:1400px){
  .subscribe-section{padding:102px 0 86px}.subscribe-wrap{max-width:1180px}.subscribe-rocket{width:86px;height:86px;margin-bottom:26px}.subscribe-section h2{font-size:43px;margin-bottom:54px}.social-grid{gap:24px}.social-card{min-height:104px;padding:22px;gap:20px;border-radius:14px}.social-icon,.social-icon svg{width:52px;height:52px}.social-icon.tg svg{width:32px;height:32px}.social-text strong{font-size:18px}.social-text em{font-size:15px}.social-action{font-size:15px}.dream-action{margin-top:44px}.dream-btn{height:54px;font-size:15px;border-radius:15px}
}
@media (max-width:900px){
  .subscribe-section h2{font-size:33px}.social-grid{grid-template-columns:1fr}.social-card{align-items:flex-start}.social-action{align-self:center}
}
@media (max-width:620px){
  .subscribe-section{padding:72px 0 66px}.subscribe-rocket{width:72px;height:72px}.subscribe-section h2{font-size:27px;margin-bottom:34px;letter-spacing:-.6px}.social-grid{gap:16px}.social-card{min-height:auto;padding:18px;gap:14px;border-radius:14px}.social-icon,.social-icon svg{width:46px;height:46px;flex-basis:46px}.social-icon.tg svg{width:28px;height:28px}.social-text strong{font-size:16px}.social-text em{font-size:14px}.social-action{font-size:0;margin-left:0}.social-action::after{content:'→';font-size:24px;color:#3a78ff}.dream-action{margin-top:34px}.dream-btn{width:100%;justify-content:center;height:54px;font-size:15px}
}


.site-footer{
  background:#071736;
  color:#a5b4ca;
  padding:62px 0 54px;
  position:relative;
}
.footer-wrap{max-width:1408px}
.footer-top{
  display:grid;
  grid-template-columns:1.2fr .9fr .95fr .9fr 1.15fr;
  gap:54px;
  align-items:start;
}
.footer-brand{max-width:312px}
.footer-logo{
  display:inline-flex;
  align-items:center;
  gap:14px;
  color:#fff;
  margin-bottom:30px;
}
.footer-logo-mark{
  width:28px;
  height:28px;
  position:relative;
  flex:0 0 28px;
}
.footer-logo-mark i{
  position:absolute;
  width:7px;
  height:7px;
  background:#fff;
  border-radius:100px 100px 0 100px;
  top:50%;left:50%;margin:-3.5px;
  transform-origin:0 0;
}
.footer-logo-mark i:nth-child(1){transform:rotate(0deg) translateY(-12px)}
.footer-logo-mark i:nth-child(2){transform:rotate(45deg) translateY(-12px)}
.footer-logo-mark i:nth-child(3){transform:rotate(90deg) translateY(-12px)}
.footer-logo-mark i:nth-child(4){transform:rotate(135deg) translateY(-12px)}
.footer-logo-mark i:nth-child(5){transform:rotate(180deg) translateY(-12px)}
.footer-logo-mark i:nth-child(6){transform:rotate(225deg) translateY(-12px)}
.footer-logo-mark i:nth-child(7){transform:rotate(270deg) translateY(-12px)}
.footer-logo-mark i:nth-child(8){transform:rotate(315deg) translateY(-12px)}
.footer-logo-text{
  font-size:27px;
  line-height:1;
  font-weight:800;
  letter-spacing:-.5px;
}
.footer-brand p{
  font-size:18px;
  line-height:1.45;
  color:#a8b7ca;
}
.footer-col h4{
  margin:2px 0 24px;
  color:#fff;
  font-size:18px;
  line-height:1.2;
  font-weight:800;
}
.footer-col ul{display:grid;gap:18px}
.footer-col a{
  color:#a8b7ca;
  font-size:18px;
  line-height:1.25;
}
.footer-col a:hover,.footer-socials a:hover,.footer-logo:hover{color:#fff}
.footer-docs{max-width:295px}
.footer-bottom{
  margin-top:58px;
  padding-top:38px;
  border-top:1px solid rgba(255,255,255,.1);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.footer-copy{
  font-size:18px;
  line-height:1.35;
  color:#94a6be;
}
.footer-socials{
  display:flex;
  align-items:center;
  gap:28px;
}
.footer-socials a{
  color:#a8b7ca;
  font-size:18px;
  line-height:1.2;
}
@media (max-width:1400px){
  .site-footer{padding:54px 0 46px}
  .footer-top{grid-template-columns:1.2fr .9fr .95fr .9fr 1.15fr;gap:34px}
  .footer-logo{margin-bottom:24px}
  .footer-logo-text{font-size:24px}
  .footer-brand p,.footer-col a,.footer-copy,.footer-socials a{font-size:16px}
  .footer-col h4{font-size:17px;margin-bottom:18px}
  .footer-col ul{gap:14px}
  .footer-bottom{margin-top:46px;padding-top:30px}
}
@media (max-width:980px){
  .site-footer{padding:48px 0 40px}
  .footer-top{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 26px}
  .footer-brand{max-width:none;grid-column:1/-1}
  .footer-docs{max-width:none}
  .footer-bottom{margin-top:38px;padding-top:26px;flex-direction:column;align-items:flex-start}
}
@media (max-width:620px){
  .site-footer{padding:38px 0 34px}
  .footer-top{grid-template-columns:1fr;gap:24px}
  .footer-logo{margin-bottom:20px}
  .footer-logo-text{font-size:22px}
  .footer-brand p,.footer-col a,.footer-copy,.footer-socials a{font-size:14px}
  .footer-col h4{font-size:16px;margin-bottom:14px}
  .footer-col ul{gap:10px}
  .footer-bottom{margin-top:28px;padding-top:22px;gap:14px}
  .footer-socials{gap:18px;flex-wrap:wrap}
}


/* ===== Pixel-close mobile polish to match provided full screenshot ===== */
@media (max-width: 520px){
  html,body{overflow-x:hidden}
  body{background:#fff}
  .hm-container{width:calc(100% - 20px)}
  .site-header{
    height:50px;
    border-bottom:1px solid rgba(255,255,255,.28);
    background:rgba(74,67,63,.54);
    backdrop-filter:blur(2px);
  }
  .site-header.is-scrolled{
    height:50px;
    background:rgba(255,255,255,.97);
    border-bottom:1px solid #e5e7eb;
    box-shadow:0 1px 0 rgba(15,23,42,.04);
  }
  .header-row,
  .site-header.is-scrolled .header-row{
    height:50px;
    gap:8px;
    flex-wrap:nowrap;
  }
  .brand{gap:5px;min-width:auto;flex:0 0 auto}
  .brand-mark{width:15px;height:15px}
  .brand-mark i{left:6px;top:0;width:3px;height:8px;transform-origin:50% 8px;border-radius:4px 4px 1px 1px}
  .brand-text{font-size:13px;letter-spacing:-.5px;font-weight:900}
  .mode-switch{position:static;width:142px;height:23px;padding:2px;border-radius:8px;box-shadow:none;flex:0 0 auto;background:#f2f2f1}
  .mode-btn{height:19px;border-radius:7px;font-size:8.4px;padding:0}
  .main-nav{display:flex;gap:8px;flex:0 0 auto}
  .main-nav a{font-size:8px;font-weight:500}
  .site-header.is-scrolled .main-nav a{color:#162235}
  .header-actions{display:flex;gap:6px;margin-left:auto}
  .lang-select{gap:3px;font-size:8px;color:#fff}
  .site-header.is-scrolled .lang-select{color:#162235}
  .lang-select button{width:18px;height:18px;border-radius:6px}
  .lang-select button svg{width:10px;height:10px}
  .btn{height:27px;padding:0 11px;border-radius:8px;font-size:8.5px;font-weight:700;min-width:auto}
  .btn-primary{display:none}
  .btn-light{min-width:48px}
  .mobile-burger{display:none}

  .hero{min-height:331px;align-items:flex-start}
  .hero-content{padding-top:84px}
  .hero h1{max-width:380px;font-size:28px;line-height:1.13;letter-spacing:-.7px;text-shadow:0 4px 20px rgba(0,0,0,.2)}
  .hero h1 br{display:none}
  .hero-subtitle{max-width:330px;margin:10px auto 13px;font-size:9px;line-height:1.35;font-weight:500;color:rgba(255,255,255,.9)}
  .hero-search{width:100%;grid-template-columns:1.32fr 1fr .72fr;gap:8px}
  .search-field,.search-submit{height:36px;border-radius:11px}
  .search-field input{padding:0 13px;font-size:9px}
  .field-caption{top:6px;left:11px;font-size:6.5px}
  .search-city{padding:9px 33px 5px 12px}
  .search-city::after{right:10px;width:10px;height:10px}
  .search-city select{font-size:9px}
  .search-submit{font-size:11px}
  .hero-stats{gap:22px;margin-top:14px}
  .stat-divider{height:26px;background:rgba(255,255,255,.55)}
  .stat-item strong{font-size:13px;line-height:1.1}
  .stat-item span{font-size:8px;line-height:1.25}
  .telegram-float{right:8px;bottom:9px;width:36px;height:36px;box-shadow:0 8px 22px rgba(0,0,0,.16)}
  .telegram-float svg{width:18px;height:18px}

  .day-vacancies{padding:24px 0 20px}
  .section-head{margin-bottom:18px;gap:10px}
  .section-head h2{font-size:13px;gap:6px;letter-spacing:-.25px}
  .rocket{width:auto;height:auto;font-size:14px}
  .section-link{font-size:7.5px}
  .vacancy-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
  .vacancy-card{min-height:94px;padding:10px 10px 10px;border-radius:10px}
  .vacancy-card h3{font-size:8.5px;line-height:1.35;margin:0 0 9px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
  .salary{font-size:8px;gap:5px;margin:0 0 13px}
  .money-ico{width:11px;height:8px;border-radius:2px}
  .money-ico::before,.money-ico::after{width:1.5px;height:1.5px}
  .source{font-size:7px;gap:5px;line-height:1.3}
  .source-mark{width:14px;height:14px;flex-basis:14px}
  .source-mark i{width:2.3px;height:6px;left:5.85px;top:.8px;transform-origin:50% 6.2px;border-radius:3px 3px 1px 1px}
  .vacancy-more{margin-top:16px}
  .btn-more{height:28px;padding:0 14px;border-radius:10px;font-size:8.5px}

  .professions-section{padding:22px 0 20px;margin-top:0;background:#f2f2f2}
  .professions-section h2{font-size:12px;letter-spacing:-.2px;margin:0 0 16px}
  .professions-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
  .profession-column{gap:8px}
  .profession-column a{font-size:7px;gap:7px;line-height:1.25}
  .profession-column a span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .profession-column a b{font-size:6.5px;min-width:12px}

  .categories-section{padding:20px 0 20px}
  .categories-section h2{font-size:13px;letter-spacing:-.25px;margin:0 0 14px}
  .categories-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
  .category-card{min-height:92px;padding:12px 10px 10px;border-radius:10px}
  .cat-icon{width:20px;height:20px;border-radius:6px;margin-bottom:10px}
  .cat-icon svg{width:11px;height:11px;stroke-width:1.8}
  .category-card strong{font-size:8.2px;line-height:1.3;letter-spacing:-.05px}
  .cat-count{margin-top:9px;font-size:6.8px}

  .subscribe-section{padding:28px 0 28px}
  .subscribe-wrap{max-width:none}
  .subscribe-rocket{width:34px;height:34px;margin-bottom:10px}
  .subscribe-section h2{font-size:12px;line-height:1.42;max-width:310px;margin:0 auto 18px;letter-spacing:-.2px}
  .social-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .social-card{min-height:68px;padding:10px;border-radius:10px;gap:8px;box-shadow:none}
  .social-icon,.social-icon svg{width:22px;height:22px;flex-basis:22px}
  .social-icon.tg svg{width:14px;height:14px}
  .social-icon.insta{border-radius:6px}
  .social-text{gap:3px}
  .social-text strong{font-size:7.6px;line-height:1.25}
  .social-text em{font-size:6.6px;line-height:1.25}
  .social-action{font-size:7px;margin-left:4px}
  .dream-action{margin-top:14px}
  .dream-btn{height:30px;padding:0 12px;border-radius:10px;font-size:8px;gap:5px;box-shadow:none}
  .dream-btn svg{width:12px;height:12px}

  .site-footer{padding:18px 0 16px}
  .footer-top{grid-template-columns:1.25fr .9fr .95fr .8fr 1.08fr;gap:10px}
  .footer-brand{max-width:none}
  .footer-logo{gap:6px;margin-bottom:10px}
  .footer-logo-mark{width:14px;height:14px;flex-basis:14px}
  .footer-logo-mark i{width:3px;height:3px;margin:-1.5px;transform-origin:0 0}
  .footer-logo-mark i:nth-child(1){transform:rotate(0deg) translateY(-6px)}
  .footer-logo-mark i:nth-child(2){transform:rotate(45deg) translateY(-6px)}
  .footer-logo-mark i:nth-child(3){transform:rotate(90deg) translateY(-6px)}
  .footer-logo-mark i:nth-child(4){transform:rotate(135deg) translateY(-6px)}
  .footer-logo-mark i:nth-child(5){transform:rotate(180deg) translateY(-6px)}
  .footer-logo-mark i:nth-child(6){transform:rotate(225deg) translateY(-6px)}
  .footer-logo-mark i:nth-child(7){transform:rotate(270deg) translateY(-6px)}
  .footer-logo-mark i:nth-child(8){transform:rotate(315deg) translateY(-6px)}
  .footer-logo-text{font-size:11px;letter-spacing:-.2px}
  .footer-brand p,.footer-col a,.footer-copy,.footer-socials a{font-size:6.8px;line-height:1.45}
  .footer-col h4{font-size:7.4px;margin:1px 0 8px}
  .footer-col ul{gap:7px}
  .footer-bottom{margin-top:14px;padding-top:11px;gap:10px}
  .footer-socials{gap:10px;flex-wrap:nowrap}
  .modal-card{width:min(310px,100%);padding:24px;border-radius:16px}
}


/* ===== AJAX landing switch ===== */
#landing-root{min-height:520px}
#landing-root.is-loading{opacity:.45;pointer-events:none;transition:opacity .18s ease}
body.employer-mode .site-header{
  background:#fff;
  border-bottom:1px solid #e6e7e9;
  box-shadow:none;
}
body.employer-mode .main-nav a,
body.employer-mode .lang-select{color:#162235}
body.employer-mode .btn-light,
body.employer-mode .btn-primary{background:#f4f5f6;color:#004f43}
body.employer-mode .brand-text{color:var(--green)}
body.employer-mode .brand-mark i{background:var(--green)}
body.employer-mode .site-header.is-scrolled{height:72px}
body.employer-mode{background:#fff}

/* ===== Employer landing ===== */
.emp-hero{
  padding:174px 0 72px;
  background:#fff;
}
.emp-hero-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:36px;
}
.emp-hero-copy{
  min-height:704px;
  border-radius:76px;
  background:#fafafa;
  padding:125px 58px 70px 58px;
}
.emp-badges{display:flex;gap:14px;margin-bottom:32px;flex-wrap:wrap}
.emp-badges span{
  background:#f86436;color:#fff;border-radius:999px;padding:10px 18px;font-size:18px;font-weight:700;
}
.emp-hero-copy h1{
  margin:0 0 28px;
  color:#172238;
  font-size:62px;
  line-height:1.12;
  letter-spacing:-1.7px;
  font-weight:900;
}
.emp-hero-copy h1 em{font-style:normal;color:#004f43}
.emp-hero-copy p{
  max-width:610px;
  margin:0 0 38px;
  color:#687486;
  font-size:18px;
  line-height:1.45;
}
.emp-primary-btn{
  height:64px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 30px;
  border-radius:18px;
  background:#004f43;
  color:#fff;
  font-size:18px;
  font-weight:800;
}
.emp-primary-btn.center{margin:52px auto 0;display:flex;width:max-content}
.emp-photo-card{
  position:relative;
  height:704px;
  border:5px solid #f86436;
  border-radius:76px;
  overflow:visible;
}
.emp-photo-bg{
  position:absolute;inset:0;border-radius:70px;overflow:hidden;
  background:
    radial-gradient(circle at 75% 66%, rgba(255,255,255,.28), rgba(255,255,255,0) 22%),
    linear-gradient(90deg, rgba(25,42,54,.15), rgba(255,255,255,.02)),
    url('/assets/img/hero-bg.svg') center/cover no-repeat;
  filter:saturate(.93) brightness(1.08);
}
.emp-photo-bg::after{
  content:'';
  position:absolute;
  right:12%;top:10%;
  width:44%;height:78%;
  border-radius:42% 42% 18% 18%;
  background:linear-gradient(180deg,#27364b,#111827);
  opacity:.18;
}
.emp-float{
  position:absolute;
  display:flex;align-items:center;gap:14px;
  height:68px;
  padding:0 26px;
  border-radius:18px;
  color:#fff;
  box-shadow:0 14px 38px rgba(0,0,0,.18);
  font-size:18px;
}
.emp-float-top{top:70px;left:120px;background:#57c6c0}
.emp-float-orange{left:-56px;bottom:105px;background:#f56b3d}
.emp-float-ico{
  width:38px;height:38px;border-radius:12px;background:rgba(255,255,255,.22);display:inline-block;
}
.emp-response-card{
  position:absolute;
  right:-72px;
  bottom:158px;
  width:470px;
  min-height:150px;
  border:4px solid #98a0ad;
  border-radius:28px;
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(6px);
  padding:34px 30px;
  color:#4e5663;
  box-shadow:0 16px 38px rgba(0,0,0,.15);
}
.emp-response-line{height:26px;border-radius:9px;background:#f1f3f5;margin:20px 0 18px}
.emp-response-row{display:flex;align-items:center;gap:18px}
.emp-response-row span{width:132px;height:24px;border-radius:8px;background:#fff}
.emp-response-row i{flex:1;height:24px;border-radius:12px;background:#f0f3f6}
.emp-response-row b{background:#dcffd8;color:#45c744;border-radius:13px;padding:11px 20px;text-transform:uppercase;white-space:nowrap}

.emp-create{padding:54px 0 92px;background:#fff}
.emp-create-box{
  background:#f2f2f2;
  border-radius:56px;
  padding:70px 48px 64px;
  text-align:center;
}
.emp-create h2{font-size:48px;line-height:1.22;margin:0 0 24px;letter-spacing:-1px}
.emp-create p{max-width:820px;margin:0 auto 44px;color:#687486;font-size:20px;line-height:1.4}
.emp-create-form{display:flex;justify-content:center;gap:30px;margin:0 auto 42px}
.emp-create-form input,.emp-select,.emp-create-form button{
  height:60px;border-radius:18px;border:1px solid #dedede;background:#fff;
}
.emp-create-form input{width:360px;padding:0 22px;font-size:18px}
.emp-select{width:360px;position:relative;text-align:left;padding:11px 46px 7px 21px}
.emp-select span{display:block;color:#98a1ad;font-size:12px;margin-bottom:3px}
.emp-select select{border:0;background:transparent;width:100%;font-size:17px;color:#172438;outline:0}
.emp-create-form button{border:0;background:#004f43;color:#fff;font-size:17px;font-weight:800;padding:0 28px}
.emp-tags{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;max-width:760px;margin:0 auto}
.emp-tags b{width:100%;font-size:16px}
.emp-tags span{background:#fff;border-radius:999px;padding:8px 17px;font-size:15px}

.emp-steps{padding:54px 0 94px;background:#fff}
.emp-steps h2,.emp-save h2,.emp-do h2,.emp-pricing h2,.emp-reviews h2,.emp-trust h2,.emp-faq h2{
  text-align:center;
  font-size:54px;
  line-height:1.18;
  letter-spacing:-1.2px;
  margin:0 0 72px;
}
.emp-steps-grid{display:grid;grid-template-columns:1.35fr .7fr;gap:34px;align-items:center}
.emp-steps-preview{
  background:#f86436;
  border-radius:54px;
  padding:76px 70px 86px;
}
.emp-preview-inner{position:relative;background:#f2f2f2;border-radius:36px;padding:48px 32px 34px}
.emp-preview-window{background:#fff;border-radius:30px;padding:28px;text-align:center;min-height:290px}
.emp-preview-window h3{font-size:22px;margin:0 0 10px}.emp-preview-window p{color:#687486;margin:0 0 30px}
.fake-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.fake-form-grid span{height:42px;border:2px solid #dce2e7;border-radius:12px}
.emp-stepper{position:absolute;left:16%;right:16%;bottom:-44px;height:72px;border-radius:22px;background:#fff3ef;box-shadow:0 12px 32px rgba(0,0,0,.14);display:flex;align-items:center;justify-content:center;gap:17px;color:#aaa;font-size:13px}
.emp-stepper b,.emp-stepper i{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;font-style:normal;background:#dfe3e8}.emp-stepper b{background:#0b1831;color:#fff}
.emp-step-list article{position:relative;border-bottom:1px solid #dadfe5;padding:0 64px 34px 0;margin-bottom:34px}
.emp-step-list small{font-size:24px;color:#aeb4be}.emp-step-list article.is-active small{color:#f86436}
.emp-step-list h3{font-size:28px;line-height:1.25;margin:18px 0 18px}.emp-step-list p{font-size:20px;color:#687486;line-height:1.35}.emp-step-list span{position:absolute;right:0;top:0;font-size:54px;color:#c4c9d0}.emp-step-list article.is-active span{color:#f86436}

.emp-live,.emp-pricing,.emp-final{background:#004f43;color:#fff}
.emp-live{padding:118px 0 116px}.emp-eyebrow{text-align:center;font-size:17px;font-weight:800;margin:0 0 26px}.emp-eyebrow span{display:inline-block;width:10px;height:10px;background:#21d939;border-radius:50%;margin-right:12px}
.emp-live h2{font-size:54px;text-align:center;margin:0 0 64px}.emp-live-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}
.emp-live-grid article{background:#fff;color:#142033;border-radius:24px;padding:28px 26px 26px}.emp-live-grid h3{font-size:26px;line-height:1.2;margin:0 0 22px}.emp-live-grid p{color:#8b93a1;margin:0 0 24px}.emp-live-grid hr{border:0;border-top:1px solid #ddd;margin:0 0 26px}.emp-live-grid ul{list-style:none;padding:0;margin:0 0 22px;display:grid;gap:14px;color:#687486}.emp-live-grid b{color:#0c1a31}.match{display:inline-block;border-radius:10px;padding:8px 14px}.match.good{background:#dcffd8;color:#0cbb27}.match.warn{background:#ffecd9;color:#f2693c}

.emp-save{padding:84px 0 96px}.emp-save-grid{display:grid;grid-template-columns:1fr 1fr;gap:38px;align-items:center}.emp-save-list{display:grid;gap:32px}.emp-save-list article{background:#f2f2f2;border-radius:26px;min-height:132px;display:grid;grid-template-columns:190px 1fr;align-items:center;padding:28px 42px}.emp-save-list b{font-size:36px}.emp-save-list span{font-size:22px;line-height:1.25}.emp-save-media{position:relative;min-height:470px}.laptop-card{position:absolute;inset:0;border:5px solid #f86436;border-radius:34px;background:linear-gradient(135deg,#f5e4c5,#dceef7 62%,#6c97bf);overflow:hidden}.laptop-card::after{content:'vacandi';position:absolute;left:36%;top:42%;font-size:46px;font-weight:900;color:#004f43;transform:rotate(9deg)}.emp-save-badge{position:absolute;display:inline-flex;align-items:center;gap:10px;height:68px;padding:0 24px;border-radius:18px;background:#fff;box-shadow:0 15px 36px rgba(0,0,0,.12);font-weight:800;color:#004f43}.emp-save-badge.b1{right:-34px;top:36px}.emp-save-badge.b2{left:-26px;top:118px;background:#f56b3d;color:#fff}.emp-save-badge.b3{right:-25px;bottom:62px;background:#64d4cf;color:#fff}

.emp-do{padding:84px 0 92px}.emp-mini-title{text-align:center;margin:0 0 22px;color:#687486;font-weight:800}.emp-do h2{margin-bottom:72px}.emp-do-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.emp-do-grid article{position:relative;min-height:430px;border:1.5px solid #004f43;border-radius:34px;padding:36px 32px;overflow:hidden}.emp-do-grid article.orange{background:#f86436;color:#fff;border-color:#004f43}.emp-do-grid article.dark{background:#004f43;color:#fff;border-color:#473cff}.emp-do-grid h3{font-size:26px;line-height:1.3;margin:0}.emp-do-grid b{position:absolute;right:28px;top:64px;font-size:260px;line-height:.8;color:rgba(0,79,67,.14);font-weight:900}.emp-do-grid .orange b,.emp-do-grid .dark b{color:rgba(255,255,255,.22)}.emp-do-grid p{position:absolute;left:32px;right:32px;bottom:34px;font-size:18px;line-height:1.45;margin:0}

.emp-pricing{padding:94px 0 92px}.emp-pricing h2{margin-bottom:22px;color:#fff}.emp-pricing>div>p{text-align:center;margin:0 0 64px;color:rgba(255,255,255,.82);font-size:18px}.emp-price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px}.emp-price-grid article{position:relative;background:#fff;color:#142033;border:4px solid #f86436;border-radius:28px;padding:48px 34px 34px}.popular{position:absolute;top:-27px;left:28px;background:#f86436;color:#fff;border-radius:999px;padding:9px 18px;font-weight:800}.emp-price-grid h3{font-size:28px;margin:0 0 30px}.emp-price-grid strong{display:block;font-size:38px;line-height:1.1;margin-bottom:10px}.emp-price-grid em{font-style:normal;color:#687486}.emp-price-grid ul{margin:28px 0 0;padding:26px 0 0;border-top:1px solid #ddd;list-style:none;display:grid;gap:18px}.emp-price-grid li::before{content:'✓';background:#067d6c;color:#fff;border-radius:50%;padding:2px 6px;margin-right:12px}.price-btn{display:flex;width:max-content;margin:58px auto 0;background:#fff;color:#004f43;border-radius:18px;height:62px;padding:0 32px;align-items:center;font-weight:800}

.emp-reviews{padding:112px 0}.emp-reviews h2{margin-bottom:64px}.review-row{position:relative;display:grid;grid-template-columns:repeat(5,1fr);gap:28px}.review-row article{min-height:360px;border-radius:20px;background:#f0f0f0;padding:30px 24px;display:flex;flex-direction:column}.review-row p{font-size:16px;line-height:1.25;margin:0 0 auto}.avatar,.review-mark{width:42px;height:42px;border-radius:50%;margin-top:24px;background:linear-gradient(135deg,#fbc2a3,#253858)}.review-mark{display:grid;place-items:center;background:transparent;color:#004f43;font-size:40px}.review-row b{margin-top:12px}.review-row span{color:#687486;font-size:14px}.review-next{position:absolute;right:-74px;top:50%;width:56px;height:56px;border:0;border-radius:16px;background:#004f43;color:#fff;font-size:42px}

.emp-trust{padding:60px 0 130px;overflow:hidden}.emp-trust h2{margin-bottom:62px}.logo-cloud{display:grid;grid-template-columns:repeat(5,1fr);gap:42px 60px;align-items:center}.logo-cloud span{display:grid;place-items:center;min-height:74px;font-size:32px;font-weight:900;color:#222;background:#fff}.logo-cloud small{font-size:18px;font-weight:600}

.emp-faq{padding:80px 0 88px}.emp-faq h2{margin-bottom:60px}.faq-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:36px}.faq-help{position:relative;min-height:575px;background:#f86436;color:#fff;border-radius:34px;padding:52px 32px;overflow:hidden}.faq-help h3{font-size:34px;line-height:1.18;margin:0 0 28px}.faq-help b{position:absolute;right:-15px;bottom:-80px;font-size:520px;line-height:.8;color:rgba(255,255,255,.55)}.faq-help a{position:absolute;left:32px;bottom:32px;background:#fff;color:#004f43;border-radius:18px;height:56px;padding:0 24px;display:flex;align-items:center;font-weight:800}.faq-list{background:#f8f8f8;border-radius:34px;padding:32px}.faq-list details{background:#fff;border-radius:18px;margin-bottom:22px;padding:24px 28px}.faq-list summary{cursor:pointer;font-size:24px;font-weight:900;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list p{font-size:18px;line-height:1.45;color:#687486}

.emp-final{padding:120px 0 126px;text-align:center}.emp-final .subscribe-rocket{margin:0 auto 46px}.emp-final h2{font-size:60px;line-height:1.18;letter-spacing:-1.3px;margin:0 0 42px}.emp-final p{margin:0 auto 44px;max-width:900px;font-size:18px;color:rgba(255,255,255,.83)}.emp-final a{height:62px;background:#fff;color:#004f43;border-radius:18px;display:inline-flex;align-items:center;padding:0 32px;font-weight:800}

@media(max-width:1200px){
  .emp-hero-grid,.emp-steps-grid,.emp-save-grid,.faq-grid{grid-template-columns:1fr}
  .emp-live-grid,.emp-do-grid{grid-template-columns:repeat(2,1fr)}
  .emp-price-grid,.review-row,.logo-cloud{grid-template-columns:repeat(2,1fr)}
  .emp-response-card{right:20px;width:380px}
}
@media(max-width:760px){
  .emp-hero{padding:90px 0 42px}.emp-hero-copy{min-height:auto;border-radius:32px;padding:42px 22px}.emp-hero-copy h1{font-size:40px}.emp-photo-card{height:390px;border-radius:34px}.emp-photo-bg{border-radius:28px}.emp-float,.emp-response-card{display:none}
  .emp-create-box{border-radius:30px;padding:42px 18px}.emp-create h2,.emp-steps h2,.emp-save h2,.emp-do h2,.emp-pricing h2,.emp-reviews h2,.emp-trust h2,.emp-faq h2{font-size:34px}.emp-create-form{flex-direction:column;gap:12px}.emp-create-form input,.emp-select,.emp-create-form button{width:100%}
  .emp-steps-preview{border-radius:28px;padding:28px 16px 56px}.emp-stepper{display:none}.emp-step-list h3{font-size:22px}
  .emp-live-grid,.emp-do-grid,.emp-price-grid,.review-row,.logo-cloud{grid-template-columns:1fr}.emp-save-list article{grid-template-columns:1fr;gap:12px}.emp-save-media{min-height:320px}.emp-save-badge{display:none}
  .faq-help{min-height:330px}.faq-help b{font-size:300px}.emp-final h2{font-size:38px}
}


/* ===== Employer white footer from reference screenshot ===== */
.emp-white-footer{
  background:#fff;
  color:#071736;
  padding:70px 0 64px;
  border-top:1px solid #eef0f2;
}
.emp-footer-wrap{
  max-width:1660px;
  min-height:152px;
  display:grid;
  grid-template-columns:170px 1.1fr 1.32fr 1.12fr 130px;
  column-gap:74px;
  align-items:start;
}
.emp-footer-logo a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#004f43;
  font-weight:900;
  font-size:20px;
  letter-spacing:-.5px;
  margin-top:2px;
}
.emp-footer-logo .footer-logo-mark{
  width:23px;
  height:23px;
  flex:0 0 23px;
}
.emp-footer-logo .footer-logo-mark i{
  background:#004f43;
}
.emp-footer-links{
  display:grid;
  gap:24px;
}
.emp-footer-links a{
  color:#071736;
  font-size:17px;
  line-height:1.2;
  font-weight:500;
}
.emp-footer-links a:hover{color:#004f43}
.emp-footer-socials{
  display:flex;
  justify-content:flex-end;
  gap:14px;
}
.emp-footer-socials a{
  width:40px;
  height:40px;
  border:1px solid #d8dce2;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#071736;
  background:#fff;
}
.emp-footer-socials svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.emp-footer-socials a[aria-label="Telegram"] svg{
  fill:currentColor;
  stroke:none;
}
.employer-telegram-float{
  position:fixed;
  right:32px;
  bottom:32px;
  z-index:60;
}
@media(max-width:1200px){
  .emp-footer-wrap{
    grid-template-columns:1fr 1fr;
    gap:34px 40px;
  }
  .emp-footer-socials{justify-content:flex-start}
}
@media(max-width:760px){
  .emp-white-footer{padding:42px 0}
  .emp-footer-wrap{
    grid-template-columns:1fr;
    gap:24px;
  }
  .emp-footer-links{gap:14px}
  .emp-footer-links a{font-size:15px}
  .emp-footer-socials{gap:10px}
}


/* ===== Automation modal/forms ===== */
#landing-root.is-loading{opacity:.45;pointer-events:none;transition:opacity .18s ease}
.auth-modal-card{width:min(520px,100%)}
.auth-tabs{display:flex;gap:8px;margin-bottom:22px;background:#f3f4f6;border-radius:16px;padding:5px}
.auth-tab{flex:1;height:44px;border:0;border-radius:12px;background:transparent;color:#172438;font-weight:800;cursor:pointer}
.auth-tab.is-active{background:#004f43;color:#fff}
.auth-form{display:none;gap:14px}
.auth-form.is-active{display:grid}
.auth-form label{display:grid;gap:7px;color:#172438;font-weight:700;font-size:14px}
.auth-form input,.auth-form select{height:48px;border:1px solid #d9dde3;border-radius:14px;padding:0 14px;background:#fff;color:#172438}
.auth-submit{height:50px;border:0;border-radius:15px;background:#004f43;color:#fff;font-weight:900;cursor:pointer}
.auth-message{margin:0;min-height:20px;color:#004f43;font-size:14px}
.auth-message.is-error{color:#d22}
.dashboard-page{background:#f5f7f9;min-height:100vh;padding:110px 0 60px}
.dashboard-shell{display:grid;grid-template-columns:280px 1fr;gap:24px}
.dashboard-sidebar,.dashboard-content{background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:24px}
.dashboard-sidebar a{display:block;padding:13px 14px;border-radius:14px;color:#172438;font-weight:700}
.dashboard-sidebar a:hover,.dashboard-sidebar a.is-active{background:#004f43;color:#fff}
.dash-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.dash-card{background:#f6f7f8;border-radius:18px;padding:20px}
.dash-card b{display:block;font-size:28px;color:#004f43}
@media(max-width:900px){.dashboard-shell{grid-template-columns:1fr}.dash-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.dash-grid{grid-template-columns:1fr}}


/* === SEO + multilang + Russia pages === */
.public-header{background:#fff!important;border-bottom:1px solid #e5e7eb!important;backdrop-filter:none!important}.public-header .main-nav a{color:#172438!important;opacity:1}.public-header .main-nav a.is-active{color:#004f43;border-bottom:2px solid #004f43;}.public-header .btn-primary{background:#004f43;color:#fff}.public-header .btn-light{background:#f4f5f6;color:#004f43}.lang-dropdown{position:relative}.lang-toggle{border:0;background:transparent;display:flex;gap:8px;align-items:center;cursor:pointer}.lang-menu{position:absolute;right:0;top:46px;width:150px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 12px 28px rgba(15,23,42,.12);display:none;overflow:hidden}.lang-dropdown.is-open .lang-menu{display:block}.lang-menu a{display:block;padding:12px 16px}.lang-menu a.is-active{background:#effdfb;color:#004f43}#landing-root.is-loading{opacity:.45;pointer-events:none;transition:.18s}
.vacancies-page,.about-page,.support-page,.faq-page,.vacancy-detail-page{background:#efefef;padding:124px 0 70px;min-height:100vh}.vacancies-search{display:grid;grid-template-columns:1fr 108px;gap:12px;margin:0 auto 18px;max-width:1420px}.vac-search-input{height:58px;background:#fff;border:1px solid #d8dde3;border-radius:14px;display:flex;align-items:center;gap:14px;padding:0 18px;color:#7c8794}.vac-search-input input{border:0;outline:0;width:100%;height:100%;background:transparent}.vacancies-search button{border:0;border-radius:14px;background:#004f43;color:#fff;font-weight:800}.vac-found{max-width:1420px;margin:0 auto 24px;color:#7a8492}.vacancies-layout{max-width:1420px;margin:auto;display:grid;grid-template-columns:300px 1fr;gap:28px}.filters-card{background:#fff;border-radius:20px;padding:24px;border:1px solid #e4e6e9;height:max-content}.filters-card h3{margin:0 0 16px}.filter-group{border-top:1px solid #eceff2;padding:18px 0;display:grid;gap:12px}.filter-group h4{margin:0;display:flex;justify-content:space-between;color:#667084}.filter-group label{display:block;color:#596374}.filter-group select{width:100%;height:42px;border:1px solid #e2e5e9;border-radius:10px;padding:0 10px}.filter-submit{width:100%;height:46px;border:0;border-radius:12px;background:#004f43;color:#fff;font-weight:800}.vac-list{display:grid;gap:12px}.vac-list-card{position:relative;min-height:148px;background:#fff;border:1px solid #e1e5e9;border-radius:20px;padding:28px 78px 24px 28px}.vac-list-card h2{font-size:23px;margin:0 0 14px}.vac-salary{color:#004f43;font-size:18px;margin:0 0 8px}.vac-tags{display:inline-flex;gap:10px;margin-left:12px}.vac-tags span{background:#f0f1f3;color:#818997;border-radius:8px;padding:6px 12px}.vac-meta{color:#9aa3af}.vac-logo{position:absolute;right:28px;top:30px;width:38px;height:38px;background:#004f43;border-radius:50%}.vac-logo i{position:absolute;left:17px;top:7px;width:4px;height:12px;border-radius:6px;background:#fff;transform-origin:50% 12px}.vac-logo i:nth-child(1){transform:rotate(0)}.vac-logo i:nth-child(2){transform:rotate(45deg)}.vac-logo i:nth-child(3){transform:rotate(90deg)}.vac-logo i:nth-child(4){transform:rotate(135deg)}.vac-logo i:nth-child(5){transform:rotate(180deg)}.vac-logo i:nth-child(6){transform:rotate(225deg)}.vac-logo i:nth-child(7){transform:rotate(270deg)}.vac-logo i:nth-child(8){transform:rotate(315deg)}
.mission-card{background:#004f43;color:#fff;border-radius:72px;padding:80px;min-height:450px;display:grid;place-items:center;text-align:center;margin-bottom:120px}.mission-card span{background:#fff;color:#172438;border-radius:999px;padding:10px 22px}.mission-card h1{max-width:1050px;font-size:50px;line-height:1.28}.about-page h2{text-align:center;font-size:46px;margin:0 0 42px}.adv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:120px}.adv-grid article{background:#fff;border-radius:28px;padding:30px}.adv-illustration{height:230px;border-radius:22px;background:linear-gradient(135deg,#e8fff8,#b6d9cc);position:relative;display:grid;place-items:center}.adv-1 b{background:#f86436;color:#fff;padding:12px 22px;border-radius:8px;transform:rotate(5deg)}.adv-2:before{content:'⌕✓';font-size:95px;color:#004f43}.adv-3:before{content:'🤝⭐';font-size:92px}.adv-grid h3{font-size:26px}.about-cta{background:#fff;border-radius:72px;text-align:center;padding:72px;margin-bottom:60px}.about-cta h2{margin-bottom:8px}.about-cta a{display:inline-flex;margin-top:28px;background:#004f43;color:#fff;border-radius:16px;padding:18px 28px;font-weight:800}
.support-page h1,.faq-page h1{text-align:center;font-size:60px;margin:0 0 24px}.support-page>div>p,.faq-page>div>p{text-align:center}.support-grid{display:grid;grid-template-columns:.85fr 1.25fr;gap:28px;margin-top:50px}.support-contacts-card{background:#004f43;color:#fff;border-radius:34px;padding:36px}.support-contacts-card h2{font-size:34px}.support-contacts-card h2 span{float:right;opacity:.55}.support-contacts-card>div:not(.support-socials){display:grid;grid-template-columns:40px 1fr auto;gap:14px;align-items:center;margin-top:22px}.support-contacts-card b{width:38px;height:38px;background:#fff;color:#004f43;border-radius:10px;display:grid;place-items:center}.support-contacts-card a{color:#fff}.support-contacts-card em{background:#effffb;color:#004f43;border-radius:999px;padding:5px 10px;font-style:normal}.support-socials{display:flex;gap:18px;margin-top:45px}.support-socials a{width:42px;height:42px;background:#fff;color:#004f43;border-radius:50%;display:grid;place-items:center;font-weight:900}.support-form{background:#f2f2f2;border-radius:34px;padding:28px;display:grid;gap:22px}.support-form input,.support-form textarea{border:1px solid #d9dde3;background:#fff;border-radius:14px;padding:18px}.support-form textarea{height:180px;resize:vertical}.support-form .two{display:grid;grid-template-columns:1fr 1fr;gap:20px}.support-form button{justify-self:end;background:#c6c8ce;color:#fff;border:0;border-radius:16px;height:58px;padding:0 28px;font-weight:800}
.faq-shell{background:#fff;border-radius:72px;padding:52px 58px;margin-top:40px}.faq-tabs{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:40px}.faq-tabs a{background:#f2f3f4;border-radius:999px;padding:10px 18px}.faq-tabs a.is-active{background:#f86436;color:#fff}.faq-items{display:grid;gap:18px}.faq-items details{background:#fafafa;border-radius:14px;padding:22px}.faq-items summary{cursor:pointer;list-style:none;font-size:22px;font-weight:900}.faq-items summary span{display:block;color:#f86436;font-size:14px;margin-bottom:8px}.faq-items p{color:#667084}.faq-bottom-cta{margin:56px 0 0;background:#004f43;color:#fff;border-radius:32px;text-align:center;padding:40px}.faq-bottom-cta a{display:inline-flex;background:#fff;color:#004f43;border-radius:14px;padding:15px 24px;font-weight:800}
.vacancy-detail-grid{display:grid;grid-template-columns:1fr 390px;gap:28px;align-items:start}.back-link{display:inline-block;color:#004f43;margin-bottom:24px}.vacancy-detail-card,.side-card{background:#fff;border-radius:34px;padding:40px;position:relative}.vacancy-detail-card h1{font-size:28px}.detail-logo{right:40px;top:40px}.vacancy-text{color:#5e6978;line-height:1.7}.published{margin-top:30px;color:#99a2ae}.detail-apply-btn,.apply-card button{width:100%;height:56px;border:0;border-radius:14px;background:#004f43;color:#fff;font-weight:900}.vacancy-side{display:grid;gap:20px;position:sticky;top:100px}.employer-mini{display:flex;align-items:center;gap:16px}.employer-mini span{width:42px;height:42px;background:#f2f3f4;border-radius:12px;display:grid;place-items:center;color:#004f43;font-weight:900}.ai-note{background:#e6fff3;border-radius:16px;padding:18px}
.auth-ui-modal,.support-modal{z-index:120;background:rgba(0,0,0,.28)}.auth-choice-card,.auth-start-card,.support-help-card{width:min(420px,calc(100% - 20px));background:#fff;border-radius:18px;padding:26px;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.25)}.auth-close,.auth-back{position:absolute;top:16px;border:0;background:transparent;font-size:28px;color:#667084}.auth-close{right:18px}.auth-back{left:18px}.auth-choice-title{text-align:center;font-size:22px;font-weight:900;margin-bottom:24px}.auth-role-btn{width:100%;height:62px;border:1px solid #e0e3e6;border-radius:16px;background:#fff;margin-bottom:12px;text-align:left;padding:0 18px;font-size:17px}.auth-role-btn.is-selected{border-color:#004f43}.auth-role-icon{display:inline-grid;place-items:center;width:38px;height:38px;background:#f4f5f6;border-radius:10px;margin-right:14px}.auth-main-btn{width:100%;height:56px;border:0;border-radius:16px;background:#004f43;color:#fff;font-weight:900;margin-top:10px}.auth-register-link{display:block;text-align:center;margin-top:18px;color:#004f43;text-decoration:underline}.auth-logo-line{text-align:center;color:#004f43;font-size:26px}.auth-start-card h3{text-align:center}.auth-tabs{display:flex;background:#f1f1f1;border-radius:18px;padding:4px;margin:18px 0}.auth-tab{flex:1;height:40px;border:0;border-radius:14px;background:transparent}.auth-tab.is-active{background:#004f43;color:#fff}.auth-form{display:none;gap:12px}.auth-form.is-active{display:grid}.auth-form label{display:grid;gap:6px;color:#99a2ae}.auth-form input{height:54px;border:1px solid #dadde1;border-radius:16px;padding:0 16px}.auth-message.is-error{color:#d22}.support-help-card{width:min(700px,calc(100% - 20px));border-radius:12px}.support-modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.support-modal-actions a{height:62px;border:1px solid #d9dde3;border-radius:14px;display:flex;align-items:center;gap:14px;padding:0 18px;font-weight:800}.support-modal-actions span{width:34px;height:34px;background:#f3f4f6;border-radius:10px;display:grid;place-items:center}.support-contact-line{display:grid;grid-template-columns:38px 110px 1fr auto;gap:10px;align-items:center;margin:14px 0}.support-contact-line span{width:38px;height:38px;background:#f3f4f6;border-radius:10px;display:grid;place-items:center}.support-contact-line a{color:#2f74ff}.support-contact-line em{font-style:normal;background:#fafafa;border-radius:999px;padding:6px 10px;color:#667084}.support-note{font-size:14px;color:#172438}
.emp-white-footer{background:#fff;color:#071736;padding:60px 0;border-top:1px solid #e5e7eb}.emp-footer-wrap{display:grid;grid-template-columns:170px 1fr 1.25fr 1fr 110px;gap:60px}.emp-footer-logo a{display:flex;align-items:center;gap:8px;color:#004f43;font-weight:900;font-size:20px}.emp-footer-links{display:grid;gap:18px}.emp-footer-socials{display:flex;gap:12px}.emp-footer-socials a{width:40px;height:40px;border:1px solid #d8dce2;border-radius:50%;display:grid;place-items:center}.employer-telegram-float{position:fixed;right:22px;bottom:22px}.dashboard-page,.admin-page{background:#f5f7f9;min-height:100vh;padding:110px 0 60px}.dashboard-shell,.admin-shell{display:grid;grid-template-columns:280px 1fr;gap:24px}.dashboard-sidebar,.dashboard-content,.admin-sidebar,.admin-content{background:#fff;border-radius:24px;padding:24px;border:1px solid #e5e7eb}.dashboard-sidebar a,.admin-sidebar a{display:block;padding:13px;border-radius:12px;font-weight:700}.dashboard-sidebar a.is-active,.admin-sidebar a.is-active,.dashboard-sidebar a:hover,.admin-sidebar a:hover{background:#004f43;color:#fff}.dash-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.dash-card{background:#f3f5f7;border-radius:18px;padding:20px}.dash-card b{font-size:30px;color:#004f43}.admin-toolbar{display:flex;gap:12px;margin-bottom:20px}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{padding:10px;border-bottom:1px solid #e5e7eb;text-align:left}.admin-form{display:grid;gap:12px}.admin-form input,.admin-form textarea{width:100%;border:1px solid #d9dde3;border-radius:10px;padding:10px}.admin-form textarea{min-height:90px}.admin-modal-card{width:min(760px,100%);max-height:90vh;overflow:auto}
@media(max-width:1100px){.vacancies-layout,.support-grid,.vacancy-detail-grid,.dashboard-shell,.admin-shell{grid-template-columns:1fr}.adv-grid{grid-template-columns:1fr}.emp-footer-wrap{grid-template-columns:1fr 1fr}.vacancy-side{position:static}.mission-card h1{font-size:36px}.support-form .two{grid-template-columns:1fr}}@media(max-width:700px){.vacancies-page,.about-page,.support-page,.faq-page,.vacancy-detail-page{padding-top:155px}.vacancies-search{grid-template-columns:1fr}.mission-card{border-radius:32px;padding:40px 20px}.mission-card h1{font-size:28px}.faq-shell{border-radius:30px;padding:24px}.support-contact-line{grid-template-columns:38px 1fr}.support-contact-line em{grid-column:2}.emp-footer-wrap{grid-template-columns:1fr}.dash-grid{grid-template-columns:1fr}.vac-list-card{padding-right:28px}.vac-logo{display:none}}


/* v5 dynamic compatibility */
.lang-dropdown{position:relative}.lang-menu{display:none;position:absolute;right:0;top:100%;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 12px 35px rgba(0,0,0,.12);overflow:hidden;z-index:99}.lang-dropdown.is-open .lang-menu{display:block}.lang-menu a{display:block;padding:10px 16px;white-space:nowrap;color:#172438}.lang-menu a.is-active{background:#eefaf7;color:#004f43}.auth-message.is-error{color:#dc2626}#landing-root.is-loading{opacity:.45;pointer-events:none;transition:.18s}


/* ===== v6 image logo update ===== */
.brand.brand-image-link{
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  flex:0 0 auto;
  min-width:170px;
  text-decoration:none;
}
.brand-logo-img{
  display:block;
  width:178px;
  max-width:178px;
  height:auto;
  object-fit:contain;
}
.footer-logo.footer-logo-image{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
}
.footer-logo-img{
  display:block;
  width:178px;
  max-width:178px;
  height:auto;
  object-fit:contain;
}
@media (max-width: 768px){
  .brand.brand-image-link{min-width:138px}
  .footer-logo-img{width:145px;max-width:145px}
}


/* ===== PATCH: language RU icon yonma-yon chiqishi ===== */
.lang-select .lang-toggle{
  width:auto !important;
  min-width:56px;
  height:42px;
  padding:0 10px;
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  gap:6px;
  place-items:unset !important;
}

.lang-select .lang-toggle span{
  display:inline-flex;
  align-items:center;
  line-height:1;
}

.lang-select .lang-toggle{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:6px;
  line-height:1;
}

.lang-select .lang-toggle span{
  display:inline-flex;
  align-items:center;
  line-height:1;
}

/* Mobile holatda ham tagiga tushib qolmasin */
@media (max-width:520px){
  .lang-select .lang-toggle{
    width:auto !important;
    min-width:34px;
    height:22px;
    padding:0 5px;
    gap:3px;
    display:inline-flex !important;
  }

  .lang-select .lang-toggle svg{
    width:10px;
    height:10px;
  }
}

/* ===== PATCH: role-based auth, jobseeker resume wizard, employer vacancy wizard ===== */
.profile-icon-btn{
  width:42px;
  min-width:42px;
  padding:0;
  display:inline-grid;
  place-items:center;
}

.auth-ui-modal{padding:18px}
.auth-choice-card,.auth-start-card{
  width:min(430px, 100%);
  background:#fff;
  border-radius:20px;
  padding:26px 24px 18px;
  position:relative;
  box-shadow:0 24px 70px rgba(0,0,0,.22);
}
.auth-choice-title{
  text-align:center;
  font-size:24px;
  font-weight:900;
  color:#172438;
  margin:0 0 24px;
}
.auth-role-btn{
  width:100%;
  height:64px;
  border:1px solid #d9dde3;
  border-radius:15px;
  background:#fff;
  display:flex;
  align-items:center;
  gap:14px;
  padding:0 18px;
  color:#172438;
  font-size:18px;
  font-weight:700;
  cursor:pointer;
  margin-bottom:12px;
}
.auth-role-btn.is-selected{
  border-color:#004f43;
  box-shadow:0 0 0 1px #004f43 inset;
}
.auth-role-icon{
  width:42px;height:42px;border-radius:10px;background:#f4f5f6;
  display:grid;place-items:center;color:#172438;flex:0 0 auto;
}
.auth-main-btn{
  width:100%;height:58px;border:0;border-radius:15px;background:#005a4d;color:#fff;
  font-weight:900;font-size:16px;cursor:pointer;margin-top:12px;
}
.auth-main-btn:disabled{background:#c7c9ce;cursor:not-allowed}
.auth-register-link,.auth-login-link{
  display:block;text-align:center;margin-top:18px;color:#005a4d;text-decoration:underline;font-size:17px;
}
.auth-close,.auth-back{border:0;background:transparent;color:#7c8795;cursor:pointer}
.auth-close{position:absolute;top:18px;right:18px;font-size:30px;line-height:1}
.auth-back{position:absolute;top:20px;left:18px;font-size:24px}
.auth-logo-line{display:flex;justify-content:center;align-items:center;min-height:38px;margin:0 auto 18px}
.auth-logo-line img{max-width:170px;max-height:42px;object-fit:contain}
.auth-start-card h3{margin:0 0 20px;text-align:center;font-size:20px;font-weight:900;color:#343943}
.auth-tabs{display:flex;background:#f0f1f3;border-radius:18px;padding:5px;margin-bottom:18px}
.auth-tab{flex:1;height:43px;border:0;border-radius:14px;background:transparent;color:#172438;font-weight:800;cursor:pointer}
.auth-tab.is-active{background:#005a4d;color:#fff}
.auth-form{display:none;gap:12px}
.auth-form.is-active{display:grid}
.auth-form label{display:grid;gap:6px;font-size:13px;font-weight:600;color:#9aa3ae}
.auth-form input{
  width:100%;height:56px;border:1px solid #d9dde3;border-radius:15px;padding:0 14px;
  color:#172438;background:#fff;outline:none;font-size:16px;
}
.auth-form input:focus{border-color:#005a4d;box-shadow:0 0 0 1px #005a4d inset}
.auth-hint{margin:-2px 0 4px;color:#9aa3ae;font-size:13px;line-height:1.35}
.auth-message{min-height:20px;margin:4px 0 0;color:#005a4d;font-size:14px}
.auth-message.is-error{color:#dc2626}

.role-dashboard-page{
  min-height:100vh;
  background:#f1f1f1;
  padding:132px 0 80px;
}
.account-shell{width:min(1500px, calc(100% - 180px));margin:0 auto}
.account-shell h1{font-size:38px;letter-spacing:-.5px;margin:0 0 34px}
.account-tabs{
  display:flex;gap:34px;border-bottom:1px solid #c7ccd4;margin-bottom:28px;
}
.account-tabs a{padding:0 0 16px;color:#6b7483;font-weight:600}
.account-tabs a.is-active{color:#004f43;border-bottom:2px solid #004f43}
.account-card{
  background:#fff;border-radius:42px;padding:42px;margin-bottom:28px;
}
.account-primary,.flow-primary{
  display:inline-flex;align-items:center;justify-content:center;height:56px;padding:0 28px;border-radius:14px;
  border:0;background:#005a4d;color:#fff;font-weight:900;cursor:pointer;
}
.flow-secondary{
  display:inline-flex;align-items:center;justify-content:center;height:56px;padding:0 28px;border-radius:14px;
  border:0;background:#f3f4f5;color:#0f2137;font-weight:800;cursor:pointer;
}
.empty-state{
  min-height:180px;border:1px solid #edf0f3;border-radius:18px;display:grid;place-items:center;text-align:center;color:#6b7483;margin-top:24px;
}
.profile-photo-row{display:flex;align-items:center;gap:24px}
.profile-avatar{width:130px;height:130px;border:1px solid #005a4d;border-radius:50%;display:grid;place-items:center;font-size:42px;color:#005a4d;background:#effaf7}
.profile-form-grid,.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.profile-form-grid label{display:grid;gap:10px;font-weight:700}
.profile-form-grid input,.profile-form-grid select,.profile-form-grid textarea{
  height:58px;border:1px solid #d9dde3;border-radius:16px;padding:0 16px;background:#fff;
}
.profile-form-grid .full{grid-column:1/-1}
.contact-grid div{border:1px solid #d9dde3;border-radius:16px;padding:20px;display:grid;gap:6px}
.contact-grid a{color:#3b76ff}
.notifications-layout{display:grid;grid-template-columns:300px 1fr;gap:30px}
.notify-side label{display:flex;justify-content:space-between;margin:14px 0}
.notify-side button{height:42px;border:0;border-radius:10px;background:#0ea5e9;color:#fff;padding:0 18px}

.create-flow{text-align:center}
.flow-start h2,.flow-step h2{font-size:40px;margin:0 0 12px}
.flow-start p,.flow-step>p{color:#6f7785;margin:0 0 36px}
.flow-back-link{display:inline-block;margin-bottom:28px;color:#005a4d;text-decoration:underline}
.choice-stack{width:min(720px,100%);margin:0 auto;display:grid;gap:24px}
.choice-card{
  min-height:130px;border:1px solid #d9dde3;border-radius:28px;background:#fff;padding:28px 34px;
  display:grid;grid-template-columns:58px 1fr auto;gap:16px;align-items:center;text-align:left;cursor:pointer;
}
.choice-card.dashed{border-style:dashed}
.choice-card span{width:58px;height:58px;border-radius:14px;background:#f2f3f5;display:grid;place-items:center;font-size:25px}
.choice-card b{display:block;font-size:20px}.choice-card em{display:block;color:#6f7785;font-style:normal;margin-top:4px}.choice-card small{color:#8b94a3}
.flow-steps{
  display:flex;justify-content:center;gap:86px;margin-bottom:50px;
}
.flow-steps button{border:0;background:transparent;display:grid;gap:12px;place-items:center;color:#717b89}
.flow-steps b{width:44px;height:44px;border-radius:50%;background:#c7ccd4;color:#fff;display:grid;place-items:center}
.flow-steps .is-active b{background:#005a4d}
.flow-steps .is-done b{background:#22ad86}
.flow-steps .is-done b::before{content:"✓"}
.flow-steps .is-done b{font-size:0}
.flow-steps .is-done b::before{font-size:18px}
.flow-step{display:none}
.flow-step.is-active{display:block}
.flow-card{
  background:#fff;border-radius:42px;padding:42px;text-align:left;
  display:grid;grid-template-columns:1fr 1fr;gap:28px;border:1px solid #e3e7ec;
}
.flow-card label{display:grid;gap:10px;font-weight:800}
.flow-card input,.flow-card select,.flow-card textarea{
  width:100%;min-height:58px;border:1px solid #d9dde3;border-radius:16px;padding:0 16px;background:#fff;color:#172438;
}
.flow-card textarea{min-height:130px;padding:16px;resize:vertical}
.flow-card .full,.check-group.full,.simple-check.full,.add-line{grid-column:1/-1}
.flow-card small{color:#7b8492;font-weight:500}
.check-group{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.check-group b{width:100%;font-weight:900}
.check-group label,.simple-check{display:flex!important;align-items:center;gap:8px;font-weight:500!important}
.check-group input,.simple-check input{width:auto;height:auto;min-height:0}
.add-line{
  height:54px;border:1px solid #d9dde3;border-radius:16px;background:#f2f3f4;color:#172438;font-weight:700;display:flex;justify-content:center;align-items:center;gap:12px;
}
.add-line b{margin-left:auto;margin-right:18px;font-size:22px}
.flow-actions{display:flex;justify-content:flex-end;gap:18px;margin-top:28px}
.flow-primary.wide{width:100%;margin-top:20px}
.vacancy-preview-card,.publish-card{
  background:#fff;border-radius:42px;padding:38px;text-align:left;border:1px solid #e3e7ec;
}
.vacancy-preview-card h3{font-size:22px}.vacancy-preview-card em{font-style:normal;color:#6f7785;margin-left:14px}
.vacancy-preview-card dl{display:grid;grid-template-columns:150px 1fr;gap:12px}
.vacancy-preview-card article{border:1px solid #d9dde3;border-radius:18px;padding:22px;margin-top:18px}
.vacancy-preview-card h4{margin:0 0 14px}.vacancy-preview-card h4 button{margin-left:8px;border:0;background:#005a4d;color:#fff;border-radius:7px}
.skill-tags{display:flex;flex-wrap:wrap;gap:10px}.skill-tags span{border:1px solid #005a4d;border-radius:8px;padding:8px 12px;color:#005a4d}
.publish-grid{display:grid;grid-template-columns:1.4fr .9fr;gap:24px}
.channel-row{display:grid;grid-template-columns:24px 1fr auto;gap:12px;align-items:center;border:1px solid #d9dde3;border-radius:14px;padding:16px;margin:12px 0}
.channel-row.is-selected{border-color:#005a4d}
.pay-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.pay-grid label{border:1px solid #d9dde3;border-radius:14px;padding:22px}
.publish-card strong{color:#005a4d}
@media(max-width:900px){
  .account-shell{width:calc(100% - 32px)}
  .account-tabs{overflow:auto;gap:20px}
  .flow-steps{gap:18px;overflow:auto;justify-content:flex-start}
  .flow-card,.profile-form-grid,.contact-grid,.publish-grid{grid-template-columns:1fr}
  .choice-card{grid-template-columns:48px 1fr}
  .choice-card small{grid-column:2}
  .notifications-layout{grid-template-columns:1fr}
}


/* ===== Optimized single-file additions: jobs / employers / candidates / news / admin ===== */
.mode-btn{display:inline-flex;align-items:center;justify-content:center;text-align:center;text-decoration:none}
.main-nav a.is-active{color:var(--green);}
.brand-image-link{min-width:auto}.brand-logo-img{display:block;max-width:168px;max-height:54px;object-fit:contain}
.site-header.is-scrolled .brand-logo-img,.public-header .brand-logo-img{max-height:46px}
.lang-toggle{height:42px;padding:0 12px;border-radius:12px;background:#fff;color:#172438;font-weight:800}.public-header .lang-toggle{background:#f4f5f6;color:#172438}
.plain-page,.candidates-page,.news-page{background:#efefef;padding:124px 0 76px;min-height:100vh}
.page-hero-lite{background:#fff;border:1px solid #e4e7eb;border-radius:34px;padding:46px;margin-bottom:28px;box-shadow:0 20px 55px rgba(15,31,50,.05)}
.page-hero-lite span{display:inline-flex;background:#e9f8f5;color:#004f43;border-radius:999px;padding:8px 14px;font-weight:900;margin-bottom:18px}.page-hero-lite h1{margin:0 0 12px;font-size:46px;line-height:1.08;letter-spacing:-1.2px}.page-hero-lite p{margin:0;color:#667084;font-size:18px;max-width:760px;line-height:1.55}
.candidate-grid,.news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.candidate-card,.news-card,.news-detail{background:#fff;border:1px solid #e2e6eb;border-radius:24px;padding:28px;box-shadow:0 14px 36px rgba(15,31,50,.045)}.candidate-card{display:flex;flex-direction:column;align-items:flex-start;min-height:260px}.candidate-avatar{width:58px;height:58px;border-radius:18px;background:#004f43;color:#fff;display:grid;place-items:center;font-size:26px;font-weight:900;margin-bottom:18px}.candidate-card h3{font-size:22px;line-height:1.25;margin:0 0 8px}.candidate-card p{color:#687385;margin:0 0 18px}.candidate-meta{display:flex;gap:10px;flex-wrap:wrap;margin:auto 0 18px}.candidate-meta span{background:#f1f3f5;border-radius:999px;padding:7px 12px;color:#667084;font-size:13px}.candidate-card button{height:44px;border:0;border-radius:12px;background:#004f43;color:#fff;padding:0 18px;font-weight:900;cursor:pointer}
.news-card img,.news-detail img{width:100%;height:210px;object-fit:cover;border-radius:18px;margin-bottom:18px;background:#f1f3f5}.news-card small,.news-detail small{display:inline-block;color:#7b8492;margin-bottom:12px}.news-card h2{margin:0 0 12px;font-size:23px;line-height:1.25}.news-card p{color:#667084;line-height:1.55}.news-more{color:#004f43;font-weight:900}.news-detail{max-width:980px;margin:auto;padding:44px}.news-detail h1{font-size:48px;line-height:1.08;letter-spacing:-1px;margin:10px 0 24px}.news-detail div{font-size:18px;line-height:1.75;color:#263447}.back-link{display:inline-flex;margin-bottom:20px;color:#004f43;font-weight:900}
.admin-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:24px}.admin-head h1{margin:0;font-size:38px}.admin-head p{margin:8px 0 0;color:#7b8492}.admin-toolbar input{height:42px;border:1px solid #d9dde3;border-radius:12px;padding:0 14px;min-width:220px}.admin-actions{display:flex;gap:8px;flex-wrap:wrap}.admin-actions button{height:34px;border:0;border-radius:9px;padding:0 11px;font-weight:800;cursor:pointer}.admin-actions .edit{background:#e8f7f4;color:#004f43}.admin-actions .delete{background:#fee2e2;color:#b91c1c}.admin-dashboard-note{margin-top:24px;background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:24px}.admin-crud{overflow:auto}.admin-form select,.admin-form textarea,.admin-form input{width:100%;border:1px solid #d9dde3;border-radius:10px;padding:10px;background:#fff}.admin-form select{height:42px}.admin-save-row{display:flex;gap:10px;justify-content:flex-end;margin-top:10px}.admin-save-row button{height:44px;border:0;border-radius:12px;padding:0 20px;font-weight:900;cursor:pointer}.admin-save-row .save{background:#004f43;color:#fff}.admin-save-row .cancel{background:#f2f4f7;color:#172438}.notice{padding:14px 16px;border-radius:12px;background:#effaf7;color:#004f43;font-weight:800;margin-bottom:14px}.notice.is-error{background:#fef2f2;color:#b91c1c}
.mobile-menu-open .main-nav{display:flex;position:fixed;left:16px;right:16px;top:86px;background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:16px;z-index:90;box-shadow:0 20px 60px rgba(0,0,0,.15);flex-direction:column;align-items:stretch}.mobile-menu-open .main-nav a{color:#172438!important;padding:12px;border-radius:12px}.mobile-menu-open .main-nav a:hover{background:#f3f5f7}
@media(max-width:1100px){.candidate-grid,.news-grid{grid-template-columns:1fr 1fr}.page-hero-lite h1{font-size:36px}.admin-head{display:block}.admin-toolbar{margin-top:14px;flex-wrap:wrap}.brand-logo-img{max-width:140px}.plain-page,.candidates-page,.news-page{padding-top:145px}}
@media(max-width:700px){.candidate-grid,.news-grid{grid-template-columns:1fr}.page-hero-lite{padding:28px;border-radius:24px}.page-hero-lite h1{font-size:30px}.news-detail{padding:26px;border-radius:22px}.news-detail h1{font-size:32px}.admin-toolbar input{min-width:0;width:100%}.admin-toolbar .btn{width:100%}.plain-page,.candidates-page,.news-page{padding-top:165px}}

/* ===== v7 header requested layout ===== */
.header-actions{
  gap:12px;
}
.lang-toggle{
  min-height:42px;
  padding:0 10px;
  border-radius:12px;
  color:#172438;
  font-weight:800;
}
.lang-menu{
  min-width:176px;
}
.lang-menu a{
  font-size:14px;
  font-weight:800;
}
@media (max-width:1400px){
  .brand.brand-image-link{min-width:150px}
  .brand-logo-img{width:150px;max-width:150px}
  .mode-switch{width:330px}
  .header-actions{gap:10px}
  .btn{padding:0 18px}
  .btn-primary{min-width:148px}
}
@media (max-width:520px){
  .btn-primary{display:inline-flex;align-items:center;justify-content:center}
  .header-actions .btn{padding:0 8px;font-size:8px}
  .lang-toggle{min-height:27px;padding:0 6px;font-size:8px}
  .lang-menu{min-width:132px;right:-8px}
  .lang-menu a{font-size:11px;padding:8px 10px}
}

/* ===== v8 header old links restored: O nas / Pomosh / FAQ ===== */
.main-nav{gap:16px}
.main-nav a{font-size:14px}
@media (max-width:1500px){
  .hm-container{width:min(1360px, calc(100% - 42px))}
  .brand.brand-image-link{min-width:128px}
  .brand-logo-img{width:132px;max-width:132px}
  .mode-switch{width:300px}
  .mode-btn{font-size:14px}
  .main-nav{gap:11px}
  .main-nav a{font-size:13px}
  .header-actions{gap:8px}
  .header-actions .btn{padding:0 13px;min-width:auto;font-size:13px}
}
@media (max-width:1180px){
  .main-nav{display:none}
}

/* ===== Profession pills modern v1 ===== */
.professions-modern{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(0,79,67,.12), transparent 34%),
    radial-gradient(circle at 90% 10%, rgba(47,116,255,.11), transparent 30%),
    linear-gradient(180deg,#f7faf9 0%,#eef4f2 100%);
  padding:98px 0 112px;
}
.professions-modern:before,
.professions-modern:after{
  content:"";
  position:absolute;
  border-radius:999px;
  pointer-events:none;
  filter:blur(.2px);
}
.professions-modern:before{
  width:360px;height:360px;
  right:-150px;top:-120px;
  background:rgba(0,79,67,.08);
}
.professions-modern:after{
  width:260px;height:260px;
  left:-120px;bottom:-110px;
  background:rgba(59,118,255,.08);
}
.professions-modern .hm-container{position:relative;z-index:1}
.professions-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:34px;
  margin-bottom:42px;
}

.professions-head h2{
  flex:1;
  margin:0;
  color:#0e2136;
  font-size:42px;
  line-height:1.08;
  letter-spacing:-1.2px;
  font-weight:950;
}
.professions-head p{
  width:min(360px,100%);
  margin:4px 0 0;
  color:#637083;
  font-size:16px;
  line-height:1.55;
  font-weight:600;
}
.professions-pills-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.professions-pills-grid .profession-column{display:contents}
.profession-pill{
  position:relative;
  isolation:isolate;
  min-height:82px;
  display:grid;
  grid-template-columns:52px minmax(0,1fr) auto;
  align-items:center;
  gap:15px;
  padding:16px 18px;
  border:1px solid rgba(15,31,50,.08);
  border-radius:24px;
  background:#fff;
  color:#102238;
  overflow:hidden;
  box-shadow:0 12px 34px rgba(15,31,50,.06);
  transform:translateY(0);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.profession-pill:hover{
  transform:translateY(-3px);
  box-shadow:0 22px 52px rgba(15,31,50,.12);
  border-color:rgba(0,79,67,.22);
}
.profession-pill:after{
  content:"↗";
  position:absolute;
  right:16px;
  top:13px;
  color:rgba(15,31,50,.28);
  font-size:14px;
  font-weight:900;
  transition:.22s ease;
}
.profession-pill:hover:after{color:var(--green);transform:translate(2px,-2px)}
.profession-glow{
  position:absolute;
  inset:auto -45px -70px auto;
  width:170px;
  height:120px;
  border-radius:999px;
  background:var(--pill-soft, rgba(0,79,67,.10));
  z-index:-1;
  transition:.22s ease;
}
.profession-pill:hover .profession-glow{transform:scale(1.15)}
.profession-ico{
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:var(--pill-bg,#eef8f6);
  color:var(--pill-color,var(--green));
  font-size:24px;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.58);
}
.profession-name{
  display:block;
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:#102238;
  font-size:18px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:-.25px;
}
.profession-pill b{
  min-width:42px;
  height:34px;
  display:inline-grid;
  place-items:center;
  padding:0 10px;
  border-radius:999px;
  background:#0e2136;
  color:#fff;
  font-size:14px;
  line-height:1;
  font-weight:950;
  box-shadow:0 10px 22px rgba(14,33,54,.16);
}
.profession-pill-v1{--pill-bg:#eafaf6;--pill-color:#00806c;--pill-soft:rgba(0,128,108,.15)}
.profession-pill-v2{--pill-bg:#fff4e7;--pill-color:#f37a18;--pill-soft:rgba(243,122,24,.16)}
.profession-pill-v3{--pill-bg:#eef4ff;--pill-color:#2f74ff;--pill-soft:rgba(47,116,255,.15)}
.profession-pill-v4{--pill-bg:#f3efff;--pill-color:#7c3cff;--pill-soft:rgba(124,60,255,.15)}
.profession-pill-v5{--pill-bg:#ecfeff;--pill-color:#0ea5c6;--pill-soft:rgba(14,165,198,.15)}
.profession-pill-v6{--pill-bg:#fff0f7;--pill-color:#f02683;--pill-soft:rgba(240,38,131,.15)}
.profession-pill-v7{--pill-bg:#eefdf3;--pill-color:#16a34a;--pill-soft:rgba(22,163,74,.15)}
.profession-pill-v8{--pill-bg:#fff9df;--pill-color:#d99a00;--pill-soft:rgba(217,154,0,.16)}
.profession-pill-v9{--pill-bg:#eef1f5;--pill-color:#687385;--pill-soft:rgba(104,115,133,.16)}
@media (max-width:1100px){
  .professions-head{display:block;margin-bottom:30px}
  .professions-head h2{font-size:34px;margin-top:16px}
  .professions-head p{width:auto;margin-top:12px}
  .professions-pills-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
}
@media (max-width:680px){
  .professions-modern{padding:48px 0 56px;background:linear-gradient(180deg,#f7faf9 0%,#eef4f2 100%)}
  .professions-head{margin-bottom:22px}
  .professions-head span{font-size:11px;min-height:30px;padding:7px 12px}
  .professions-head h2{font-size:26px;margin-top:12px;letter-spacing:-.7px}
  .professions-head p{font-size:13px;line-height:1.45}
  .professions-pills-grid{grid-template-columns:1fr;gap:10px}
  .profession-pill{min-height:68px;grid-template-columns:42px minmax(0,1fr) auto;border-radius:18px;padding:12px 14px;gap:12px}
  .profession-ico{width:42px;height:42px;border-radius:14px;font-size:20px}
  .profession-name{font-size:15px}
  .profession-pill b{min-width:34px;height:28px;font-size:12px}
  .profession-pill:after{right:12px;top:10px;font-size:12px}
}
@media (max-width:520px){
  .professions-modern{padding:24px 0 26px !important;margin-top:0;background:linear-gradient(180deg,#f7faf9 0%,#eef4f2 100%) !important}
  .professions-head{margin-bottom:14px !important}
  .professions-head span{font-size:7.5px;min-height:18px;padding:5px 8px;border-radius:999px}
  .professions-head h2{font-size:13px !important;line-height:1.15;margin:8px 0 0 !important;letter-spacing:-.25px}
  .professions-head p{font-size:8px;line-height:1.45;margin-top:6px}
  .professions-pills-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:7px !important}
  .profession-pill{min-height:48px;grid-template-columns:26px minmax(0,1fr) 22px;gap:6px;padding:8px 8px;border-radius:12px;box-shadow:0 8px 18px rgba(15,31,50,.06)}
  .profession-ico{width:26px;height:26px;border-radius:9px;font-size:13px}
  .profession-name{font-size:8px;line-height:1.25;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .profession-pill b{min-width:20px;height:20px;font-size:8px;padding:0 5px}
  .profession-pill:after{display:none}
}


/* ===== Day vacancies modern cards v2 ===== */
.day-vacancies.jobs-modern{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(0,79,67,.08), transparent 32%),
    radial-gradient(circle at 92% 0%, rgba(59,118,255,.09), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7faf9 100%);
  padding:96px 0 86px;
}
.day-vacancies.jobs-modern:before{
  content:"";
  position:absolute;
  inset:34px 34px auto auto;
  width:260px;
  height:260px;
  border-radius:50%;
  background:rgba(0,79,67,.07);
  filter:blur(28px);
  pointer-events:none;
}
.jobs-modern-head{
  position:relative;
  z-index:1;
  align-items:flex-end;
  margin-bottom:42px;
}
.jobs-modern-head > div{max-width:760px}
.section-eyebrow{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 14px;
  border:1px solid rgba(0,79,67,.13);
  border-radius:999px;
  background:rgba(255,255,255,.82);
  color:var(--green);
  font-size:13px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
  box-shadow:0 12px 28px rgba(15,31,50,.04);
  margin-bottom:16px;
}
.jobs-modern-head h2{
  margin-bottom:12px;
  letter-spacing:-1.2px;
}
.jobs-modern-head p{
  margin:0;
  color:#667285;
  font-size:17px;
  line-height:1.55;
  font-weight:600;
}
.modern-section-link{
  display:inline-flex;
  align-items:center;
  gap:9px;
  height:48px;
  padding:0 18px;
  border-radius:15px;
  background:#fff;
  border:1px solid rgba(0,79,67,.11);
  color:var(--green);
  box-shadow:0 14px 36px rgba(15,31,50,.07);
}
.modern-section-link span{
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(0,79,67,.09);
  transition:.18s ease;
}
.modern-section-link:hover span{transform:translateX(2px)}
.vacancy-modern-grid{
  position:relative;
  z-index:1;
  gap:24px;
  grid-template-columns:repeat(3, minmax(0, 1fr));
}
.vacancy-card-modern{
  position:relative;
  min-height:258px;
  padding:0;
  border:0;
  border-radius:28px;
  background:transparent;
  box-shadow:none;
  overflow:visible;
}
.vacancy-card-modern:hover{
  border-color:transparent;
  box-shadow:none;
  transform:none;
}
.vacancy-card-link{
  position:relative;
  isolation:isolate;
  height:100%;
  min-height:258px;
  display:flex;
  flex-direction:column;
  padding:28px;
  border:1px solid rgba(15,31,50,.08);
  border-radius:28px;
  overflow:hidden;
  background:
    linear-gradient(145deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.82) 100%);
  box-shadow:
    0 22px 58px rgba(15,31,50,.08),
    inset 0 1px 0 rgba(255,255,255,.92);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.vacancy-card-link:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  opacity:.9;
  background:
    radial-gradient(circle at 82% 12%, var(--job-accent-soft, rgba(0,79,67,.12)), transparent 34%),
    radial-gradient(circle at 10% 110%, rgba(255,255,255,.75), transparent 38%);
}
.vacancy-card-link:hover{
  transform:translateY(-8px);
  border-color:rgba(0,79,67,.18);
  box-shadow:0 32px 78px rgba(15,31,50,.14);
}
.vacancy-card-orb{
  position:absolute;
  right:-42px;
  top:-42px;
  width:142px;
  height:142px;
  border-radius:50%;
  background:var(--job-accent-soft, rgba(0,79,67,.12));
  filter:blur(1px);
  opacity:.9;
  z-index:-1;
}
.vacancy-card-orb:after{
  content:"";
  position:absolute;
  inset:34px;
  border-radius:50%;
  background:rgba(255,255,255,.44);
}
.vacancy-badge{
  width:max-content;
  max-width:100%;
  min-height:36px;
  padding:6px 12px 6px 8px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  border-radius:999px;
  background:rgba(255,255,255,.76);
  border:1px solid rgba(15,31,50,.08);
  color:#526174;
  font-size:13px;
  font-weight:900;
  box-shadow:0 10px 24px rgba(15,31,50,.06);
}
.vacancy-badge i{
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--job-accent, var(--green));
  color:#fff;
  font-style:normal;
  font-size:12px;
}
.vacancy-card-modern h3{
  margin:24px 0 20px;
  min-height:64px;
  color:#101d2f;
  font-size:23px;
  line-height:1.32;
  letter-spacing:-.45px;
  font-weight:900;
}
.salary-modern{
  width:max-content;
  max-width:100%;
  margin:0;
  padding:10px 13px;
  border-radius:15px;
  background:rgba(0,79,67,.08);
  color:var(--green);
}
.salary-modern strong{
  font-size:18px;
  line-height:1.1;
  font-weight:900;
}
.vacancy-meta-mini{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px;
  color:#667285;
  font-size:13px;
  font-weight:800;
}
.vacancy-meta-mini span{
  min-height:30px;
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(15,31,50,.06);
}
.vacancy-open{
  margin-top:auto;
  padding-top:22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:#162235;
  font-size:15px;
  font-weight:900;
}
.vacancy-open em{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:var(--job-accent, var(--green));
  color:#fff;
  font-style:normal;
  box-shadow:0 12px 24px var(--job-shadow, rgba(0,79,67,.2));
  transition:transform .18s ease;
}
.vacancy-card-link:hover .vacancy-open em{transform:translateX(3px)}
.vacancy-card-v1{--job-accent:#004f43;--job-accent-soft:rgba(0,79,67,.14);--job-shadow:rgba(0,79,67,.24)}
.vacancy-card-v2{--job-accent:#2563eb;--job-accent-soft:rgba(37,99,235,.13);--job-shadow:rgba(37,99,235,.22)}
.vacancy-card-v3{--job-accent:#7c3aed;--job-accent-soft:rgba(124,58,237,.13);--job-shadow:rgba(124,58,237,.22)}
.vacancy-card-v4{--job-accent:#ea580c;--job-accent-soft:rgba(234,88,12,.13);--job-shadow:rgba(234,88,12,.21)}
.vacancy-card-v5{--job-accent:#0891b2;--job-accent-soft:rgba(8,145,178,.13);--job-shadow:rgba(8,145,178,.22)}
.vacancy-card-v6{--job-accent:#be123c;--job-accent-soft:rgba(190,18,60,.12);--job-shadow:rgba(190,18,60,.2)}
.vacancy-card-v7{--job-accent:#16a34a;--job-accent-soft:rgba(22,163,74,.13);--job-shadow:rgba(22,163,74,.21)}
.btn-more-modern{
  gap:10px;
  min-width:275px;
  background:linear-gradient(135deg, var(--green), #08796a);
  box-shadow:0 18px 42px rgba(0,79,67,.22);
}
.btn-more-modern span{
  transition:transform .18s ease;
}
.btn-more-modern:hover span{transform:translateX(4px)}
@media (max-width:1120px){
  .day-vacancies.jobs-modern{padding:78px 0 72px}
  .jobs-modern-head{align-items:flex-start}
  .jobs-modern-head p{font-size:15px}
  .vacancy-modern-grid{grid-template-columns:repeat(2, minmax(0, 1fr));gap:20px}
  .vacancy-card-link{min-height:238px;padding:24px}
  .vacancy-card-modern h3{font-size:20px;min-height:54px}
}
@media (max-width:680px){
  .day-vacancies.jobs-modern{padding:58px 0 56px}
  .jobs-modern-head{display:block;margin-bottom:28px}
  .section-eyebrow{font-size:11px;min-height:30px;margin-bottom:12px}
  .jobs-modern-head h2{font-size:25px;margin-bottom:10px}
  .jobs-modern-head p{font-size:14px}
  .modern-section-link{margin-top:18px;width:100%;justify-content:center}
  .vacancy-modern-grid{grid-template-columns:1fr;gap:16px}
  .vacancy-card-link{min-height:218px;border-radius:22px;padding:22px}
  .vacancy-card-modern{min-height:218px;border-radius:22px}
  .vacancy-card-modern h3{margin:20px 0 16px;font-size:19px;min-height:auto}
  .salary-modern strong{font-size:16px}
  .vacancy-meta-mini{margin-top:14px}
  .vacancy-open{padding-top:18px}
  .btn-more-modern{width:100%;min-width:0}
}



/* ===== Popular categories modern cards v1 ===== */
.categories-section.categories-modern{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(0,79,67,.07), transparent 31%),
    radial-gradient(circle at 96% 22%, rgba(124,58,237,.08), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
  padding:100px 0 112px;
}
.categories-section.categories-modern:before{
  content:"";
  position:absolute;
  left:-120px;
  bottom:-160px;
  width:360px;
  height:360px;
  border-radius:50%;
  background:rgba(0,79,67,.06);
  filter:blur(20px);
  pointer-events:none;
}
.categories-section.categories-modern:after{
  content:"";
  position:absolute;
  right:-80px;
  top:80px;
  width:230px;
  height:230px;
  border-radius:50%;
  background:rgba(37,99,235,.07);
  filter:blur(18px);
  pointer-events:none;
}
.categories-head{
  position:relative;
  z-index:1;
  max-width:780px;
  margin-bottom:44px;
}
.categories-head h2{
  margin:0 0 14px;
  color:#101d2f;
  font-size:44px;
  line-height:1.1;
  letter-spacing:-1.25px;
  font-weight:900;
}
.categories-head p{
  margin:0;
  max-width:620px;
  color:#657286;
  font-size:17px;
  line-height:1.58;
  font-weight:600;
}
.categories-eyebrow{
  margin-bottom:17px;
}
.categories-modern-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:24px;
}
.category-card-modern{
  position:relative;
  isolation:isolate;
  min-height:235px;
  padding:26px;
  border:1px solid rgba(15,31,50,.08);
  border-radius:30px;
  overflow:hidden;
  background:
    linear-gradient(145deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.82) 100%);
  box-shadow:
    0 22px 58px rgba(15,31,50,.075),
    inset 0 1px 0 rgba(255,255,255,.95);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.category-card-modern:hover{
  transform:translateY(-8px);
  border-color:var(--cat-border, rgba(0,79,67,.16));
  box-shadow:0 32px 78px rgba(15,31,50,.13);
}
.category-card-modern:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    radial-gradient(circle at 86% 12%, var(--cat-soft, rgba(0,79,67,.12)), transparent 34%),
    radial-gradient(circle at 14% 110%, rgba(255,255,255,.82), transparent 42%);
  opacity:.96;
}
.category-bg-orb{
  position:absolute;
  right:-46px;
  top:-46px;
  width:142px;
  height:142px;
  border-radius:50%;
  background:var(--cat-soft, rgba(0,79,67,.12));
  z-index:-1;
}
.category-bg-orb:after{
  content:"";
  position:absolute;
  inset:36px;
  border-radius:50%;
  background:rgba(255,255,255,.48);
}
.category-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:26px;
}
.category-icon-modern{
  width:60px;
  height:60px;
  display:grid;
  place-items:center;
  border-radius:22px;
  background:var(--cat-main, var(--green));
  color:#fff;
  font-size:28px;
  line-height:1;
  box-shadow:0 16px 34px var(--cat-shadow, rgba(0,79,67,.22));
}
.category-arrow{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:16px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(15,31,50,.07);
  color:#172438;
  font-size:20px;
  font-weight:900;
  transition:transform .18s ease, background .18s ease, color .18s ease;
}
.category-card-modern:hover .category-arrow{
  transform:translateX(4px);
  background:var(--cat-main, var(--green));
  color:#fff;
}
.category-card-modern strong{
  display:block;
  min-height:52px;
  margin:0 0 18px;
  color:#101d2f;
  font-size:22px;
  line-height:1.25;
  letter-spacing:-.45px;
  font-weight:900;
}
.category-count-modern{
  width:max-content;
  max-width:100%;
  margin:0;
  padding:9px 13px;
  border-radius:999px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(15,31,50,.07);
  color:#657286;
  font-size:14px;
  line-height:1;
  font-weight:900;
}
.category-count-modern b{
  color:var(--cat-main, var(--green));
  font-size:17px;
  line-height:1;
}
.category-open{
  margin-top:22px;
  display:flex;
  align-items:center;
  color:var(--cat-main, var(--green));
  font-size:14px;
  font-weight:900;
}
.category-card-v1{--cat-main:#004f43;--cat-soft:rgba(0,79,67,.14);--cat-shadow:rgba(0,79,67,.24);--cat-border:rgba(0,79,67,.2)}
.category-card-v2{--cat-main:#2563eb;--cat-soft:rgba(37,99,235,.13);--cat-shadow:rgba(37,99,235,.22);--cat-border:rgba(37,99,235,.2)}
.category-card-v3{--cat-main:#7c3aed;--cat-soft:rgba(124,58,237,.13);--cat-shadow:rgba(124,58,237,.22);--cat-border:rgba(124,58,237,.2)}
.category-card-v4{--cat-main:#ea580c;--cat-soft:rgba(234,88,12,.13);--cat-shadow:rgba(234,88,12,.22);--cat-border:rgba(234,88,12,.2)}
.category-card-v5{--cat-main:#0891b2;--cat-soft:rgba(8,145,178,.13);--cat-shadow:rgba(8,145,178,.22);--cat-border:rgba(8,145,178,.2)}
.category-card-v6{--cat-main:#16a34a;--cat-soft:rgba(22,163,74,.13);--cat-shadow:rgba(22,163,74,.22);--cat-border:rgba(22,163,74,.2)}
.category-card-v7{--cat-main:#be123c;--cat-soft:rgba(190,18,60,.12);--cat-shadow:rgba(190,18,60,.20);--cat-border:rgba(190,18,60,.2)}
.category-card-v8{--cat-main:#4f46e5;--cat-soft:rgba(79,70,229,.13);--cat-shadow:rgba(79,70,229,.22);--cat-border:rgba(79,70,229,.2)}
@media (max-width:1180px){
  .categories-section.categories-modern{padding:84px 0 92px}
  .categories-modern-grid{grid-template-columns:repeat(2, minmax(0, 1fr));gap:20px}
  .categories-head h2{font-size:36px}
  .category-card-modern{min-height:218px}
}
@media (max-width:680px){
  .categories-section.categories-modern{padding:58px 0 64px}
  .categories-head{margin-bottom:30px}
  .categories-head h2{font-size:27px;letter-spacing:-.7px}
  .categories-head p{font-size:14px}
  .categories-modern-grid{grid-template-columns:1fr;gap:16px}
  .category-card-modern{min-height:194px;border-radius:22px;padding:22px}
  .category-top{margin-bottom:20px}
  .category-icon-modern{width:52px;height:52px;border-radius:18px;font-size:24px}
  .category-arrow{width:38px;height:38px;border-radius:14px}
  .category-card-modern strong{min-height:auto;font-size:19px;margin-bottom:14px}
  .category-open{margin-top:18px}
}

/* ===== Dream subscribe modern v2 ===== */
.dream-subscribe-section{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 15% 18%, rgba(49,212,165,.28), transparent 30%),
    radial-gradient(circle at 88% 14%, rgba(54,136,255,.18), transparent 28%),
    linear-gradient(135deg, #003f36 0%, #004f43 52%, #06362f 100%);
  color:#fff;
  padding:118px 0 104px;
  isolation:isolate;
}
.dream-subscribe-bg{position:absolute;inset:0;z-index:-1;pointer-events:none;overflow:hidden}
.dream-subscribe-bg span{position:absolute;border-radius:999px;background:rgba(255,255,255,.08);filter:blur(.2px)}
.dream-subscribe-bg span:nth-child(1){width:420px;height:420px;left:-140px;top:-160px}
.dream-subscribe-bg span:nth-child(2){width:300px;height:300px;right:7%;top:12%;background:rgba(50,183,255,.10)}
.dream-subscribe-bg span:nth-child(3){width:560px;height:560px;right:-220px;bottom:-300px;background:rgba(255,255,255,.06)}
.dream-subscribe-wrap{position:relative;text-align:center;max-width:1370px}
.dream-subscribe-icon{
  width:96px;height:96px;
  margin:0 auto 24px;
  display:grid;place-items:center;
  border-radius:32px;
  background:linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.05));
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 24px 70px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.25);
  font-size:52px;
  transform:rotate(-8deg);
}
.dream-subscribe-eyebrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:34px;
  padding:0 15px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  color:rgba(255,255,255,.86);
  font-size:13px;
  font-weight:900;
  letter-spacing:.02em;
  text-transform:uppercase;
}
.dream-subscribe-section h2{
  margin:24px auto 16px;
  max-width:1180px;
  color:#fff;
  font-size:58px;
  line-height:1.08;
  letter-spacing:-2px;
  font-weight:950;
}
.dream-subscribe-subtitle{
  margin:0 auto 54px;
  max-width:720px;
  color:rgba(255,255,255,.78);
  font-size:18px;
  line-height:1.55;
  font-weight:600;
}
.dream-social-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:24px;
  text-align:left;
}
.dream-social-card{
  position:relative;
  min-height:128px;
  display:grid;
  grid-template-columns:72px minmax(0, 1fr) auto;
  align-items:center;
  gap:22px;
  padding:28px;
  border-radius:28px;
  background:rgba(255,255,255,.96);
  color:#0f2137;
  border:1px solid rgba(255,255,255,.66);
  box-shadow:0 22px 80px rgba(0,0,0,.18);
  overflow:hidden;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.dream-social-card:before{
  content:"";
  position:absolute;
  inset:auto -80px -120px auto;
  width:250px;height:250px;
  border-radius:50%;
  background:var(--dream-soft, rgba(37,164,235,.12));
  transition:transform .25s ease, opacity .25s ease;
}
.dream-social-card:hover{
  transform:translateY(-5px);
  background:#fff;
  box-shadow:0 34px 100px rgba(0,0,0,.25);
}
.dream-social-card:hover:before{transform:scale(1.18);opacity:.95}
.dream-social-icon{
  position:relative;
  z-index:1;
  width:64px;height:64px;
  display:grid;place-items:center;
  border-radius:22px;
  background:var(--dream-main,#24a4eb);
  color:#fff;
  font-size:30px;
  font-weight:900;
  box-shadow:0 14px 34px var(--dream-shadow, rgba(36,164,235,.28));
}
.dream-social-tg{--dream-main:#25a4eb;--dream-soft:rgba(37,164,235,.13);--dream-shadow:rgba(37,164,235,.28)}
.dream-social-bot{--dream-main:#004f43;--dream-soft:rgba(0,79,67,.13);--dream-shadow:rgba(0,79,67,.26)}
.dream-social-tg-alt{--dream-main:#2563eb;--dream-soft:rgba(37,99,235,.13);--dream-shadow:rgba(37,99,235,.26)}
.dream-social-insta{--dream-main:#e1306c;--dream-soft:rgba(225,48,108,.14);--dream-shadow:rgba(225,48,108,.24)}
.dream-social-insta .dream-social-icon{
  background:radial-gradient(circle at 30% 105%, #fdf497 0 22%, #fd5949 42%, #d6249f 66%, #285AEB 100%);
}
.dream-social-text{position:relative;z-index:1;min-width:0;display:grid;gap:8px}
.dream-social-text strong{display:block;color:#0f2137;font-size:21px;line-height:1.18;font-weight:900;letter-spacing:-.35px}
.dream-social-text em{display:block;color:#697487;font-style:normal;font-size:16px;line-height:1.4;font-weight:600}
.dream-social-action{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:var(--dream-main,#25a4eb);
  font-size:15px;
  font-weight:900;
  white-space:nowrap;
}
.dream-social-action i{font-style:normal;transition:transform .18s ease}
.dream-social-card:hover .dream-social-action i{transform:translateX(4px)}
.dream-subscribe-action{display:flex;justify-content:center;margin-top:54px}
.dream-main-btn{
  min-width:248px;
  height:64px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:0 30px;
  border-radius:22px;
  background:#fff;
  color:#004f43;
  font-size:17px;
  font-weight:950;
  box-shadow:0 24px 70px rgba(0,0,0,.24);
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.dream-main-btn span{
  width:30px;height:30px;
  display:grid;place-items:center;
  border-radius:12px;
  background:rgba(0,79,67,.10);
}
.dream-main-btn:hover{transform:translateY(-3px);box-shadow:0 30px 90px rgba(0,0,0,.30);background:#f6fffd}
@media (max-width:1180px){
  .dream-subscribe-section{padding:92px 0 84px}
  .dream-subscribe-section h2{font-size:44px;letter-spacing:-1.3px}
  .dream-social-card{grid-template-columns:62px minmax(0,1fr);gap:18px;padding:24px;min-height:122px}
  .dream-social-icon{width:58px;height:58px;border-radius:20px}
  .dream-social-action{grid-column:2;margin-top:-4px}
}
@media (max-width:760px){
  .dream-subscribe-section{padding:68px 0 64px}
  .dream-subscribe-icon{width:78px;height:78px;border-radius:26px;font-size:42px;margin-bottom:18px}
  .dream-subscribe-section h2{font-size:32px;line-height:1.13;letter-spacing:-.8px;margin-top:18px}
  .dream-subscribe-subtitle{font-size:15px;margin-bottom:34px}
  .dream-social-grid{grid-template-columns:1fr;gap:16px}
  .dream-social-card{border-radius:22px;grid-template-columns:54px minmax(0,1fr);padding:20px;gap:14px}
  .dream-social-icon{width:52px;height:52px;border-radius:18px;font-size:25px}
  .dream-social-text strong{font-size:17px}
  .dream-social-text em{font-size:13.5px}
  .dream-social-action{font-size:14px;grid-column:1 / -1;justify-self:start;margin-left:66px;margin-top:0}
  .dream-main-btn{width:100%;min-width:0;height:58px;border-radius:18px;font-size:15px}
}


/* ==========================================================
   Header + Hero + Footer responsive redesign v2
   ========================================================== */
body.mobile-menu-open{overflow:hidden}
.site-header-modern{
  height:88px;
  background:rgba(5,18,31,.48);
  border-bottom:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  z-index:100;
}
.site-header-modern .header-modern-row{height:88px;gap:18px;position:relative}
.site-header-modern.is-scrolled,
.site-header-modern.public-header{
  height:76px;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid rgba(15,23,42,.08);
  box-shadow:0 12px 34px rgba(15,23,42,.08);
}
.site-header-modern.is-scrolled .header-modern-row,
.site-header-modern.public-header .header-modern-row{height:76px}
.header-brand{min-width:170px;display:flex;align-items:center;gap:12px}
.brand-logo-img{display:block;max-width:150px;max-height:44px;object-fit:contain}
.brand-fallback{display:inline-flex;align-items:center;gap:10px;color:#fff;font-size:26px;font-weight:900;letter-spacing:-.6px}
.site-header-modern.is-scrolled .brand-fallback,
.site-header-modern.public-header .brand-fallback{color:var(--green)}
.mode-switch-modern{width:330px;height:46px;border-radius:999px;background:rgba(255,255,255,.92);padding:4px;box-shadow:0 10px 24px rgba(0,0,0,.08)}
.mode-switch-modern .mode-btn{height:38px;border-radius:999px;font-size:14px;font-weight:800;color:#435065;display:flex;align-items:center;justify-content:center;white-space:nowrap}
.mode-switch-modern .mode-btn.is-active{background:linear-gradient(135deg,#004f43,#0a7b6b);color:#fff;box-shadow:0 10px 22px rgba(0,79,67,.22)}
.main-nav-modern{gap:8px;margin-left:0;flex:1;justify-content:center;min-width:0}
.main-nav-modern a{position:relative;color:#fff;font-size:14px;font-weight:800;padding:11px 12px;border-radius:999px;opacity:.96;transition:.18s ease}
.main-nav-modern a:hover,.main-nav-modern a.is-active{background:rgba(255,255,255,.14);opacity:1}
.site-header-modern.is-scrolled .main-nav-modern a,
.site-header-modern.public-header .main-nav-modern a{color:#152437}
.site-header-modern.is-scrolled .main-nav-modern a:hover,
.site-header-modern.public-header .main-nav-modern a:hover,
.site-header-modern.is-scrolled .main-nav-modern a.is-active,
.site-header-modern.public-header .main-nav-modern a.is-active{background:#eef5f3;color:var(--green)}
.header-actions-modern{margin-left:0;gap:10px;flex:0 0 auto}
.lang-dropdown{position:relative}
.lang-toggle{height:42px;min-width:72px;border:0;border-radius:14px;background:rgba(255,255,255,.94);color:#152437;font-weight:900;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:5px;box-shadow:0 10px 22px rgba(0,0,0,.08)}
.lang-menu{position:absolute;right:0;top:calc(100% + 12px);width:190px;padding:8px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:18px;box-shadow:0 24px 60px rgba(15,23,42,.16);opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s ease}
.lang-dropdown.is-open .lang-menu{opacity:1;visibility:visible;transform:translateY(0)}
.lang-menu a{display:block;padding:12px 14px;border-radius:12px;color:#1b2a3f;font-size:14px;font-weight:800}
.lang-menu a:hover,.lang-menu a.is-active{background:#eef7f5;color:var(--green)}
.header-actions-modern .btn{height:42px;border-radius:14px;padding:0 18px;min-width:auto;white-space:nowrap;box-shadow:0 10px 22px rgba(0,0,0,.08)}
.header-actions-modern .btn-primary{background:linear-gradient(135deg,#004f43,#087765)}
.mobile-burger-modern{display:none;margin-left:auto;background:#fff;box-shadow:0 10px 22px rgba(0,0,0,.10);z-index:105}
.mobile-menu-panel{display:none}

.hero-modern-v2{min-height:900px;align-items:center;background:#071827;isolation:isolate}
.hero-modern-v2 .hero-bg{background-image:url('/assets/background.jpg');filter:saturate(1.04) contrast(1.02);}
.hero-modern-v2 .hero-overlay{background:linear-gradient(90deg,rgba(1,29,25,.88) 0%,rgba(1,45,38,.72) 42%,rgba(2,22,40,.58) 100%),radial-gradient(circle at 70% 45%,rgba(12,186,145,.22),transparent 35%),linear-gradient(180deg,rgba(0,0,0,.22),rgba(0,0,0,.46))}
.hero-shapes span{position:absolute;border-radius:999px;filter:blur(2px);opacity:.5;z-index:1}
.hero-shapes span:nth-child(1){width:280px;height:280px;right:10%;top:19%;background:rgba(45,212,191,.16)}
.hero-shapes span:nth-child(2){width:170px;height:170px;left:8%;bottom:18%;background:rgba(255,255,255,.08)}
.hero-shapes span:nth-child(3){width:120px;height:120px;right:38%;bottom:12%;background:rgba(0,79,67,.28)}
.hero-modern-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.62fr);align-items:center;gap:54px;padding-top:118px;color:#fff}
.hero-copy{text-align:left;max-width:900px}
.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:18px;padding:9px 14px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(255,255,255,.10);font-size:14px;font-weight:900;color:rgba(255,255,255,.94)}
.hero-modern-v2 h1{margin:0;font-size:clamp(42px,5vw,78px);line-height:1.03;letter-spacing:-2.4px;max-width:900px;text-align:left;text-shadow:0 14px 40px rgba(0,0,0,.26)}
.hero-modern-v2 .hero-subtitle{margin:24px 0 34px;max-width:680px;text-align:left;font-size:18px;line-height:1.55;color:rgba(255,255,255,.88)}
.hero-search-modern{width:100%;max-width:960px;margin:0;display:grid;grid-template-columns:minmax(260px,1.1fr) minmax(230px,.8fr) 154px;gap:12px;padding:10px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.20);border-radius:24px;backdrop-filter:blur(16px);box-shadow:0 24px 80px rgba(0,0,0,.22)}
.hero-search-modern .search-field,.hero-search-modern .search-submit{height:58px;border-radius:17px;box-shadow:none}
.hero-search-modern .search-field{overflow:visible}
.hero-search-modern .search-keyword{overflow:hidden}
.hero-search-modern .search-submit{background:linear-gradient(135deg,#ffffff,#eef8f6);color:var(--green);font-weight:950}
.hero-stats-modern{justify-content:flex-start;gap:14px;margin-top:28px;flex-wrap:wrap}
.hero-stats-modern .stat-item{width:auto;min-width:150px;padding:14px 18px;border:1px solid rgba(255,255,255,.18);border-radius:20px;background:rgba(255,255,255,.10);backdrop-filter:blur(14px);text-align:left}
.hero-stats-modern .stat-item strong{font-size:28px;color:#fff}.hero-stats-modern .stat-item span{font-size:13px;color:rgba(255,255,255,.78)}
.hero-visual{position:relative;min-height:420px;display:flex;align-items:center;justify-content:center}
.hero-visual-card.main{width:min(420px,100%);padding:30px;border-radius:32px;background:rgba(255,255,255,.94);color:#152437;box-shadow:0 34px 90px rgba(0,0,0,.28);backdrop-filter:blur(20px)}
.visual-badge{display:inline-flex;padding:8px 12px;border-radius:999px;background:#eaf8f5;color:var(--green);font-weight:950;font-size:13px}
.hero-visual-card h3{margin:20px 0 10px;font-size:30px;line-height:1.1;letter-spacing:-.7px;color:#102238}.hero-visual-card p{margin:0;color:#617083;line-height:1.55;font-weight:600}
.visual-progress{height:10px;margin-top:24px;background:#e8eef2;border-radius:999px;overflow:hidden}.visual-progress i{display:block;height:100%;background:linear-gradient(90deg,#004f43,#27c3a7);border-radius:999px}
.hero-mini-card{position:absolute;padding:16px 18px;border-radius:22px;background:rgba(255,255,255,.96);color:#102238;box-shadow:0 24px 60px rgba(0,0,0,.20)}
.hero-mini-card b{display:block;font-size:26px;font-weight:950;color:var(--green)}.hero-mini-card span{font-size:12px;font-weight:800;color:#667486}.hero-mini-1{left:0;top:46px}.hero-mini-2{right:0;bottom:72px}
.hero-floating-list{position:absolute;left:35px;right:35px;bottom:10px;display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.hero-floating-list span{padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.20);font-size:12px;font-weight:900;color:#fff}
.city-picker-menu{z-index:120}

.site-footer-modern{background:#101a2b;color:#a9b7cb;padding:70px 0 56px;border-top:1px solid rgba(255,255,255,.06)}
.footer-modern-wrap{max-width:1420px}.footer-modern-top{display:grid;grid-template-columns:1.45fr 1fr 1.08fr 1fr 1.25fr;gap:56px;align-items:start}.footer-modern-brand{max-width:330px}.footer-logo-modern{margin-bottom:28px}.footer-logo-modern .brand-logo-img{max-width:160px;max-height:48px;filter:brightness(0) invert(1)}.footer-modern-brand p{margin:0;font-size:17px;line-height:1.55;color:#a9b7cb}.footer-modern-col h4{margin:0 0 22px;color:#fff;font-size:17px;font-weight:950}.footer-modern-col ul{list-style:none;margin:0;padding:0;display:grid;gap:15px}.footer-modern-col a{font-size:16px;color:#a9b7cb;font-weight:600}.footer-modern-col a:hover{color:#fff}.footer-modern-bottom{margin-top:50px;padding-top:34px;border-top:1px solid rgba(255,255,255,.10);display:flex;align-items:center;justify-content:space-between;gap:24px}.footer-copy{font-size:15px}.footer-socials-modern{display:flex;align-items:center;gap:24px}.footer-socials-modern a{font-size:16px;color:#a9b7cb;font-weight:700}.footer-socials-modern a:hover{color:#fff}

@media (max-width:1500px){
  .hm-container{width:min(1240px,calc(100% - 56px))}
  .header-brand{min-width:145px}.brand-logo-img{max-width:132px}.mode-switch-modern{width:280px}.main-nav-modern a{font-size:13px;padding:10px 9px}.header-actions-modern .btn{padding:0 14px;font-size:13px}.hero-modern-grid{grid-template-columns:1fr .55fr;gap:34px}.footer-modern-top{gap:36px}
}
@media (max-width:1180px){
  .site-header-modern,.site-header-modern.is-scrolled,.site-header-modern.public-header{height:72px}.site-header-modern .header-modern-row,.site-header-modern.is-scrolled .header-modern-row,.site-header-modern.public-header .header-modern-row{height:72px}
  .main-nav-modern,.header-actions-modern{display:none!important}.mode-switch-modern{display:none}.mobile-burger-modern{display:grid}.header-brand{min-width:0}.mobile-menu-panel{display:block;position:fixed;top:72px;left:0;right:0;max-height:calc(100vh - 72px);overflow:auto;background:rgba(255,255,255,.98);border-bottom:1px solid rgba(15,23,42,.08);box-shadow:0 30px 80px rgba(15,23,42,.18);transform:translateY(-110%);opacity:0;visibility:hidden;transition:.24s ease;z-index:99}.mobile-menu-open .mobile-menu-panel{transform:translateY(0);opacity:1;visibility:visible}.mobile-menu-inner{padding:18px 0 24px}.mobile-mode-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px}.mobile-mode-row a{height:46px;display:flex;align-items:center;justify-content:center;border-radius:16px;background:#f1f5f7;color:#243446;font-weight:950}.mobile-mode-row a.is-active{background:var(--green);color:#fff}.mobile-nav-links{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mobile-nav-links a{padding:15px 16px;border-radius:16px;background:#f7fafb;color:#172438;font-weight:850}.mobile-lang-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.mobile-lang-row a{padding:10px 12px;border-radius:999px;background:#f1f5f7;color:#243446;font-size:13px;font-weight:900}.mobile-lang-row a.is-active{background:#e3f4ef;color:var(--green)}.mobile-auth-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}.mobile-auth-row .btn{font-size: 13px; width:100%;height:48px}
  .hero-modern-v2{min-height:auto;padding:118px 0 72px}.hero-modern-grid{grid-template-columns:1fr;gap:34px;padding-top:0}.hero-copy{text-align:center;margin:0 auto}.hero-eyebrow{margin-left:auto;margin-right:auto}.hero-modern-v2 h1,.hero-modern-v2 .hero-subtitle{text-align:center;margin-left:auto;margin-right:auto}.hero-search-modern{margin:0 auto}.hero-stats-modern{justify-content:center}.hero-visual{min-height:300px}.hero-mini-1{left:8%}.hero-mini-2{right:8%;bottom:40px}.footer-modern-top{grid-template-columns:1.3fr 1fr 1fr;gap:34px}.footer-docs{max-width:none}
}
@media (max-width:760px){
  .hm-container{width:calc(100% - 30px)}.site-header-modern,.site-header-modern.is-scrolled,.site-header-modern.public-header{height:66px}.site-header-modern .header-modern-row,.site-header-modern.is-scrolled .header-modern-row,.site-header-modern.public-header .header-modern-row{height:66px}.mobile-menu-panel{top:66px;max-height:calc(100vh - 66px)}.brand-logo-img{max-width:126px;max-height:38px}.mobile-burger-modern{width:42px;height:42px;border-radius:14px}
  .hero-modern-v2{padding:104px 0 54px}.hero-modern-v2 h1{font-size:clamp(34px,10vw,48px);letter-spacing:-1.2px}.hero-modern-v2 .hero-subtitle{font-size:15px;margin:18px auto 24px}.hero-search-modern{grid-template-columns:1fr;padding:8px;border-radius:22px}.hero-search-modern .search-field,.hero-search-modern .search-submit{font-size: 13px;height:56px}.hero-stats-modern .stat-item{min-width:0;width:calc(33.333% - 10px);padding:12px 10px;text-align:center}.hero-stats-modern .stat-item strong{font-size:22px}.hero-stats-modern .stat-item span{font-size:11px}.hero-visual{display:none}.mobile-nav-links{grid-template-columns:1fr}.mobile-auth-row{grid-template-columns:1fr}
  .footer-modern-top{grid-template-columns:1fr 1fr;gap:28px}.footer-modern-brand{grid-column:1/-1;max-width:none}.footer-modern-bottom{align-items:flex-start;flex-direction:column}.footer-socials-modern{gap:18px;flex-wrap:wrap}
}
@media (max-width:520px){
  .hm-container{width:calc(100% - 24px)}.hero-modern-v2{padding-top:96px}.hero-eyebrow{font-size:12px}.hero-stats-modern{gap:8px}.hero-stats-modern .stat-item{width:100%;display:flex;align-items:center;justify-content:space-between;text-align:left}.footer-modern-top{grid-template-columns:1fr}.site-footer-modern{padding:46px 0 38px}.footer-modern-col h4{margin-bottom:12px}.footer-modern-col ul{gap:10px}.footer-modern-bottom{margin-top:30px;padding-top:24px}.dream-subscribe-section{border-radius:0}
}

.hero-floating-list span{
  display:inline-flex;
  align-items:center;
  gap:7px;
}

.hero-floating-list svg{
  width:15px;
  height:15px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex:0 0 auto;
}

.telegram-float svg{
  width:26px;
  height:26px;
  fill:currentColor;
}
/* ===== City picker final clean dropdown v5 ===== */
.hero-modern-v2,
.hero-modern-grid,
.hero-copy,
.hero-search-modern{
  overflow:visible !important;
}

.hero-modern-grid{
  position:relative;
  z-index:5;
}

.hero-copy{
  position:relative;
  z-index:20;
}

.hero-visual{
  position:relative;
  z-index:3;
}

.search-field.search-city.city-picker{
  position:relative !important;
  overflow:visible !important;
  padding:0 !important;
  z-index:9999 !important;
}

.search-field.search-city.city-picker::after{
  display:none !important;
}

.city-picker-toggle{
  width:100% !important;
  height:100% !important;
  border:0 !important;
  outline:0 !important;
  background:#fff !important;
  color:#243446 !important;
  border-radius:17px !important;
  display:block !important;
  text-align:left !important;
  padding:10px 54px 9px 20px !important;
  cursor:pointer !important;
  appearance:none !important;
  -webkit-appearance:none !important;
}

.city-picker-toggle::after{
  content:"";
  position:absolute;
  right:22px;
  top:50%;
  width:13px;
  height:13px;
  border-right:2px solid #64748b;
  border-bottom:2px solid #64748b;
  transform:translateY(-70%) rotate(45deg);
  transition:.18s ease;
  pointer-events:none;
}

.city-picker.is-open .city-picker-toggle::after{
  transform:translateY(-30%) rotate(225deg);
}

.city-picker-toggle .field-caption{
  display:block !important;
  margin:0 0 4px !important;
  color:#98a3b3 !important;
  font-size:13px !important;
  line-height:1.15 !important;
  font-weight:600 !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}

.city-picker-toggle strong{
  display:block !important;
  color:#102238 !important;
  font-size:16px !important;
  line-height:1.15 !important;
  font-weight:900 !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}

.city-picker-menu{
  position:absolute !important;
  left:0 !important;
  top:calc(100% + 12px) !important;
  right:auto !important;
  bottom:auto !important;
  width:420px !important;
  max-width:min(420px, 92vw) !important;
  transform:none !important;
  z-index:10000 !important;
  display:block !important;
  padding:14px !important;
  border:1px solid rgba(226,232,240,.95) !important;
  border-radius:20px !important;
  background:#fff !important;
  box-shadow:0 24px 70px rgba(15,23,42,.24) !important;
  overflow:hidden !important;
}

.city-picker-menu[hidden]{
  display:none !important;
}

.city-picker-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:12px;
}

.city-picker-head strong{
  color:#102238;
  font-size:17px;
  line-height:1.2;
  font-weight:900;
}

.city-picker-close{
  width:32px;
  height:32px;
  border:0;
  border-radius:10px;
  background:#f1f5f9;
  color:#334155;
  font-size:22px;
  line-height:1;
  cursor:pointer;
}

.city-picker-search{
  width:100% !important;
  height:44px !important;
  display:flex !important;
  align-items:center !important;
  gap:9px !important;
  padding:0 13px !important;
  margin:0 0 10px !important;
  border:1px solid #e2e8f0 !important;
  border-radius:14px !important;
  background:#f8fafc !important;
  color:#64748b !important;
}

.city-picker-search span{
  display:grid;
  place-items:center;
  width:18px;
  height:18px;
  flex:0 0 18px;
}

.city-picker-search svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.city-picker-search input{
  width:100% !important;
  height:100% !important;
  min-width:0 !important;
  padding:0 !important;
  border:0 !important;
  outline:0 !important;
  background:transparent !important;
  color:#102238 !important;
  font-size:14px !important;
  font-weight:700 !important;
}

.city-picker-search input::placeholder{
  color:#94a3b8 !important;
}

.city-picker-list{
  max-height:270px !important;
  overflow-y:auto !important;
  overflow-x:hidden !important;
  display:grid !important;
  gap:5px !important;
  padding:2px 4px 2px 0 !important;
  scrollbar-width:thin;
}

.city-picker-list::-webkit-scrollbar{
  width:6px;
}

.city-picker-list::-webkit-scrollbar-track{
  background:#f1f5f9;
  border-radius:999px;
}

.city-picker-list::-webkit-scrollbar-thumb{
  background:#cbd5e1;
  border-radius:999px;
}

.city-picker-list button{
  width:100% !important;
  min-height:40px !important;
  border:0 !important;
  border-radius:12px !important;
  background:#fff !important;
  color:#475569 !important;
  text-align:left !important;
  padding:9px 12px !important;
  font-size:14px !important;
  line-height:1.25 !important;
  font-weight:800 !important;
  cursor:pointer !important;
  transition:.16s ease !important;
}

.city-picker-list button:hover,
.city-picker-list button.is-selected{
  background:#eaf8f5 !important;
  color:var(--green) !important;
}

.city-picker-list button[hidden]{
  display:none !important;
}

@media (max-width:720px){
  .city-picker-menu{
    left:0 !important;
    top:calc(100% + 10px) !important;
    width:100% !important;
    max-width:none !important;
    border-radius:18px !important;
    padding:12px !important;
  }

  .city-picker-head strong{
    font-size:16px !important;
  }

  .city-picker-search{
    height:42px !important;
  }

  .city-picker-list{
    max-height:230px !important;
  }

  .city-picker-list button{
    min-height:38px !important;
    font-size:13px !important;
  }
}



/* ===== FontAwesome vacancy modern icons ===== */
.section-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
}

.section-eyebrow i{
  color:#f97316;
  font-size:15px;
}

.section-title-icon{
  width:46px;
  height:46px;
  display:inline-grid;
  place-items:center;
  border-radius:16px;
  background:linear-gradient(135deg, rgba(0,79,67,.12), rgba(0,79,67,.04));
  color:var(--green);
  box-shadow:0 12px 28px rgba(0,79,67,.12);
  flex:0 0 auto;
}

.section-title-icon i{
  font-size:21px;
}

.modern-section-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
}

.modern-section-link i{
  font-size:13px;
  transition:.18s ease;
}

.modern-section-link:hover i{
  transform:translateX(3px);
}

.vacancy-card-modern .vacancy-card-link{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:100%;
}

.vacancy-fa-icon{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  margin-bottom:18px;
  border-radius:16px;
  background:rgba(0,79,67,.08);
  color:var(--green);
  box-shadow:inset 0 0 0 1px rgba(0,79,67,.08);
  position:relative;
  z-index:2;
}

.vacancy-fa-icon i{
  font-size:20px;
}

.salary-modern{
  display:flex;
  align-items:center;
  gap:10px;
}

.salary-fa-icon{
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:rgba(0,79,67,.09);
  color:var(--green);
  flex:0 0 auto;
}

.salary-fa-icon i{
  font-size:14px;
}

.vacancy-meta-mini{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:9px;
  margin-top:18px;
}

.vacancy-meta-mini span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:32px;
  padding:7px 10px;
  border-radius:999px;
  background:#f8fafc;
  color:#64748b;
  font-size:13px;
  line-height:1;
  font-weight:700;
}

.vacancy-meta-mini i{
  color:var(--green);
  font-size:12px;
}

.vacancy-open{
  display:inline-flex;
  align-items:center;
  gap:8px;
}

.vacancy-open i{
  font-size:12px;
  transition:.18s ease;
}

.vacancy-card-modern:hover .vacancy-open i{
  transform:translateX(3px);
}

.btn-more-modern{
  display:inline-flex;
  align-items:center;
  gap:10px;
}

.btn-more-modern i{
  font-size:14px;
  transition:.18s ease;
}

.btn-more-modern:hover i{
  transform:translateX(4px);
}

/* Eski money iconni shu blockda ishlatmaymiz */
.vacancy-card-modern .money-ico{
  display:none !important;
}

@media (max-width:680px){
  .section-title-icon{
    width:38px;
    height:38px;
    border-radius:13px;
  }

  .section-title-icon i{
    font-size:17px;
  }

  .vacancy-fa-icon{
    width:40px;
    height:40px;
    border-radius:14px;
    margin-bottom:14px;
  }

  .vacancy-fa-icon i{
    font-size:17px;
  }

  .vacancy-meta-mini{
    margin-top:14px;
    gap:7px;
  }

  .vacancy-meta-mini span{
    min-height:30px;
    font-size:12px;
    padding:7px 9px;
  }
}

/* ===== Professions automatic FontAwesome icons ===== */
.professions-head span{
  display:inline-flex;
  align-items:center;
  gap:8px;
}

.professions-head span i{
  font-size:14px;
  color:var(--green);
}

.professions-head h2{
  display:flex;
  align-items:center;
  gap:14px;
}

.professions-title-icon{
  width:48px;
  height:48px;
  display:inline-grid;
  place-items:center;
  border-radius:17px;
  background:linear-gradient(135deg, rgba(0,79,67,.12), rgba(0,79,67,.04));
  color:var(--green);
  box-shadow:0 14px 30px rgba(0,79,67,.12);
  flex:0 0 auto;
}

.professions-title-icon i{
  font-size:21px;
}

.profession-ico i{
  font-size:21px;
  line-height:1;
}

.profession-pill:after{
  content:"\f061";
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  position:absolute;
  right:16px;
  top:13px;
  color:rgba(15,31,50,.28);
  font-size:13px;
  transition:.22s ease;
}

.profession-pill:hover:after{
  color:var(--green);
  transform:translateX(3px);
}

@media (max-width:680px){
  .professions-head h2{
    gap:10px;
  }

  .professions-title-icon{
    width:40px;
    height:40px;
    border-radius:14px;
  }

  .professions-title-icon i{
    font-size:17px;
  }

  .profession-ico i{
    font-size:17px;
  }
}



/* ===== Same style for Jobs and Professions headers only ===== */
.jobs-modern-head.home-section-head,
.professions-head.home-section-head,
.categories-head.home-section-head{
  position:relative !important;
  z-index:2 !important;
  display:flex !important;
  align-items:flex-end !important;
  justify-content:space-between !important;
  gap:24px !important;
  margin-bottom:42px !important;
  text-align:left !important;
}

.professions-head.home-section-head,
.categories-head.home-section-head{
  margin-bottom:38px !important;
}

.home-section-copy{
  max-width:780px !important;
}

.home-section-badge{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  min-height:34px !important;
  padding:0 14px !important;
  border:1px solid rgba(0,79,67,.13) !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.82) !important;
  color:var(--green) !important;
  font-size:13px !important;
  line-height:1 !important;
  font-weight:900 !important;
  letter-spacing:.04em !important;
  text-transform:uppercase !important;
  box-shadow:0 12px 28px rgba(15,31,50,.04) !important;
  margin:0 0 16px !important;
}

.home-section-badge i{
  color:var(--green) !important;
  font-size:14px !important;
  line-height:1 !important;
}

.home-section-copy h2{
  margin:0 0 12px !important;
  display:flex !important;
  align-items:center !important;
  gap:14px !important;
  color:#0b203d !important;
  font-size:38px !important;
  line-height:1.15 !important;
  letter-spacing:-1.2px !important;
  font-weight:950 !important;
}

.home-section-icon{
  width:46px !important;
  height:46px !important;
  display:inline-grid !important;
  place-items:center !important;
  border-radius:16px !important;
  background:rgba(0,79,67,.09) !important;
  color:var(--green) !important;
  box-shadow:inset 0 0 0 1px rgba(0,79,67,.08), 0 12px 28px rgba(0,79,67,.10) !important;
  flex:0 0 auto !important;
}

.home-section-icon i{
  font-size:20px !important;
  line-height:1 !important;
}

.home-section-copy p{
  margin:0 !important;
  max-width:760px !important;
  color:#667285 !important;
  font-size:17px !important;
  line-height:1.55 !important;
  font-weight:600 !important;
}

.jobs-modern-head .modern-section-link{
  flex:0 0 auto !important;
}

@media (max-width:900px){
  .jobs-modern-head.home-section-head,
  .professions-head.home-section-head{
    display:block !important;
    margin-bottom:30px !important;
  }

  .jobs-modern-head .modern-section-link{
    margin-top:18px !important;
  }

  .home-section-copy h2{
    font-size:30px !important;
  }
}

@media (max-width:520px){
  .jobs-modern-head.home-section-head,
  .professions-head.home-section-head{
    margin-bottom:18px !important;
  }

  .home-section-badge{
    min-height:24px !important;
    padding:0 10px !important;
    font-size:8px !important;
    gap:5px !important;
    margin-bottom:9px !important;
  }

  .home-section-badge i{
    font-size:9px !important;
  }

  .home-section-copy h2{
    gap:8px !important;
    font-size:18px !important;
    line-height:1.18 !important;
    letter-spacing:-.45px !important;
    margin-bottom:7px !important;
  }

  .home-section-icon{
    width:30px !important;
    height:30px !important;
    border-radius:10px !important;
  }

  .home-section-icon i{
    font-size:13px !important;
  }

  .home-section-copy p{
    font-size:10px !important;
    line-height:1.45 !important;
  }
}

/* ===== Categories header + arrow icon polish ===== */
.category-arrow{
  display:inline-grid !important;
  place-items:center !important;
}

.category-arrow i{
  font-size:13px !important;
  line-height:1 !important;
}

.category-open{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
}

.category-open i{
  font-size:12px !important;
  transition:.18s ease !important;
}

.category-card-modern:hover .category-open i,
.category-card-modern:hover .category-arrow i{
  transform:translateX(3px) !important;
}

/* ===== Dream subscribe modern v2 ===== */
.dream-subscribe-modern{
  position:relative;
  overflow:hidden;
  padding:104px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,.14), transparent 34%),
    radial-gradient(circle at 86% 20%, rgba(255,255,255,.10), transparent 30%),
    linear-gradient(135deg, #003f36 0%, #004f43 46%, #063f58 100%);
  color:#fff;
}

.dream-subscribe-bg{
  position:absolute;
  inset:0;
  pointer-events:none;
  overflow:hidden;
}

.dream-subscribe-bg span{
  position:absolute;
  display:block;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  filter:blur(.2px);
}

.dream-subscribe-bg span:nth-child(1){
  width:420px;
  height:420px;
  right:-120px;
  top:-150px;
}

.dream-subscribe-bg span:nth-child(2){
  width:260px;
  height:260px;
  left:-90px;
  bottom:-95px;
}

.dream-subscribe-bg span:nth-child(3){
  width:120px;
  height:120px;
  left:48%;
  top:72px;
  background:rgba(255,255,255,.07);
}

.dream-subscribe-wrap{
  position:relative;
  z-index:2;
}

.dream-subscribe-grid{
  display:grid;
  grid-template-columns:minmax(0, .9fr) minmax(0, 1.1fr);
  align-items:center;
  gap:54px;
}

.dream-subscribe-copy{
  max-width:680px;
}

.dream-subscribe-badge{
  background:rgba(255,255,255,.12) !important;
  border-color:rgba(255,255,255,.18) !important;
  color:#fff !important;
  box-shadow:none !important;
}

.dream-subscribe-badge i{
  color:#9ff2df !important;
}

.dream-subscribe-copy h2{
  margin:18px 0 18px;
  display:flex;
  align-items:center;
  gap:16px;
  color:#fff;
  font-size:48px;
  line-height:1.12;
  letter-spacing:-1.4px;
  font-weight:950;
}

.dream-subscribe-title-icon{
  background:rgba(255,255,255,.12) !important;
  color:#9ff2df !important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.16), 0 18px 38px rgba(0,0,0,.16) !important;
}

.dream-subscribe-subtitle{
  margin:0;
  max-width:610px;
  color:rgba(255,255,255,.78);
  font-size:18px;
  line-height:1.55;
  font-weight:600;
}

.dream-subscribe-action{
  margin-top:34px;
  display:flex;
}

.dream-main-btn{
  height:60px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:11px;
  padding:0 24px;
  border-radius:18px;
  background:#fff;
  color:var(--green);
  font-size:16px;
  line-height:1;
  font-weight:900;
  box-shadow:0 18px 42px rgba(0,0,0,.18);
  transition:.18s ease;
}

.dream-main-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 24px 54px rgba(0,0,0,.22);
}

.dream-main-btn > i{
  font-size:15px;
}

.dream-main-btn span{
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:rgba(0,79,67,.09);
  color:var(--green);
}

.dream-main-btn span i{
  font-size:12px;
  transition:.18s ease;
}

.dream-main-btn:hover span i{
  transform:translateX(3px);
}

.dream-social-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:18px;
}

.dream-social-card{
  position:relative;
  min-height:178px;
  padding:24px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:26px;
  background:rgba(255,255,255,.10);
  color:#fff;
  display:flex;
  flex-direction:column;
  gap:18px;
  overflow:hidden;
  backdrop-filter:blur(16px);
  box-shadow:0 20px 50px rgba(0,0,0,.10);
  transition:.2s ease;
}

.dream-social-card::before{
  content:"";
  position:absolute;
  right:-42px;
  top:-48px;
  width:150px;
  height:150px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  transition:.2s ease;
}

.dream-social-card:hover{
  transform:translateY(-3px);
  border-color:rgba(255,255,255,.28);
  background:rgba(255,255,255,.14);
  box-shadow:0 28px 70px rgba(0,0,0,.18);
}

.dream-social-card:hover::before{
  transform:scale(1.12);
}

.dream-social-icon{
  position:relative;
  z-index:2;
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:17px;
  background:rgba(255,255,255,.14);
  color:#fff;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.12);
}

.dream-social-icon i{
  font-size:21px;
  line-height:1;
}

.dream-social-tg .dream-social-icon,
.dream-social-jobs .dream-social-icon{
  color:#9ff2df;
}

.dream-social-bot .dream-social-icon{
  color:#ffd28a;
}

.dream-social-insta .dream-social-icon{
  color:#ffb7df;
}

.dream-social-text{
  position:relative;
  z-index:2;
  min-width:0;
  display:grid;
  gap:8px;
}

.dream-social-text em{
  color:rgba(255,255,255,.62);
  font-size:12px;
  line-height:1;
  font-style:normal;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.dream-social-text strong{
  color:#fff;
  font-size:20px;
  line-height:1.24;
  letter-spacing:-.35px;
  font-weight:900;
}

.dream-social-text small{
  color:rgba(255,255,255,.72);
  font-size:14px;
  line-height:1.45;
  font-weight:600;
}

.dream-social-action{
  position:relative;
  z-index:2;
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#fff;
  font-size:14px;
  line-height:1;
  font-weight:900;
}

.dream-social-action i{
  font-size:12px;
  transition:.18s ease;
}

.dream-social-card:hover .dream-social-action i{
  transform:translateX(3px);
}

@media (max-width:1100px){
  .dream-subscribe-modern{
    padding:82px 0;
  }

  .dream-subscribe-grid{
    grid-template-columns:1fr;
    gap:36px;
  }

  .dream-subscribe-copy{
    max-width:820px;
  }

  .dream-subscribe-copy h2{
    font-size:40px;
  }
}

@media (max-width:720px){
  .dream-subscribe-modern{
    padding:58px 0;
  }

  .dream-subscribe-copy h2{
    font-size:30px;
    gap:12px;
  }

  .dream-subscribe-subtitle{
    font-size:15px;
  }

  .dream-social-grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  .dream-social-card{
    min-height:auto;
    padding:20px;
    border-radius:22px;
  }

  .dream-main-btn{
    width:100%;
    height:56px;
  }
}

@media (max-width:520px){
  .dream-subscribe-modern{
    padding:34px 0;
  }

  .dream-subscribe-grid{
    gap:22px;
  }

  .dream-subscribe-copy h2{
    font-size:20px;
    line-height:1.18;
    letter-spacing:-.5px;
    margin:10px 0 8px;
  }

  .dream-subscribe-title-icon{
    width:32px !important;
    height:32px !important;
    border-radius:11px !important;
  }

  .dream-subscribe-title-icon i{
    font-size:13px !important;
  }

  .dream-subscribe-subtitle{
    font-size:11px;
    line-height:1.45;
  }

  .dream-subscribe-action{
    margin-top:16px;
  }

  .dream-main-btn{
    height:38px;
    border-radius:12px;
    font-size:10px;
    gap:7px;
    padding:0 12px;
  }

  .dream-main-btn span{
    width:22px;
    height:22px;
    border-radius:8px;
  }

  .dream-main-btn span i,
  .dream-main-btn > i{
    font-size:9px;
  }

  .dream-social-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:9px;
  }

  .dream-social-card{
    min-height:122px;
    padding:12px;
    border-radius:16px;
    gap:10px;
  }

  .dream-social-icon{
    width:30px;
    height:30px;
    border-radius:11px;
  }

  .dream-social-icon i{
    font-size:14px;
  }

  .dream-social-text{
    gap:5px;
  }

  .dream-social-text em{
    font-size:7px;
  }

  .dream-social-text strong{
    font-size:10px;
    line-height:1.22;
  }

  .dream-social-text small{
    font-size:8px;
    line-height:1.28;
  }

  .dream-social-action{
    font-size:8px;
    gap:5px;
  }

  .dream-social-action i{
    font-size:7px;
  }
}

/* ==========================================================
   Region picker + Professions responsive final fix v5
   ========================================================== */
body.city-picker-open{
  overflow:hidden !important;
}



.city-picker-menu{
  position:fixed !important;
  left:50% !important;
  top:50% !important;
  right:auto !important;
  bottom:auto !important;
  width:min(460px, calc(100vw - 32px)) !important;
  max-width:none !important;
  max-height:calc(100dvh - 110px) !important;
  transform:translate(-50%, -50%) !important;
  z-index:100000 !important;
  border-radius:24px !important;
  padding:16px !important;
  background:#fff !important;
  border:1px solid rgba(226,232,240,.95) !important;
  box-shadow:0 34px 100px rgba(2,8,23,.34) !important;
  overflow:hidden !important;
}

.city-picker-menu[hidden]{
  display:none !important;
}

.city-picker-head{
  margin-bottom:12px !important;
}

.city-picker-head strong{
  font-size:18px !important;
  color:#102238 !important;
}

.city-picker-search{
  height:46px !important;
  border-radius:16px !important;
  background:#f8fafc !important;
}

.city-picker-list{
}

.city-picker-list button{
  min-height:42px !important;
  border-radius:13px !important;
  font-size:14px !important;
}

.search-field.search-city.city-picker{
  z-index:auto !important;
}

.hero-stats-modern{
  position:relative !important;
  z-index:1 !important;
}

@media (min-width:1181px){
  .hero-modern-v2{
    min-height:820px !important;
  }

  .hero-modern-grid{
    padding-top:92px !important;
    grid-template-columns:minmax(0,1.04fr) minmax(350px,.58fr) !important;
    gap:44px !important;
  }

  .hero-modern-v2 h1{
    font-size:clamp(46px,4.8vw,72px) !important;
  }

  .hero-search-modern{
    max-width:930px !important;
  }
}

@media (max-width:760px){
  .city-picker-menu{
    left:12px !important;
    right:12px !important;
    bottom:12px !important;
    top:auto !important;
    width:auto !important;
    max-height:calc(100dvh - 90px) !important;
    transform:none !important;
    border-radius:24px !important;
    padding:14px !important;
  }

  .city-picker-list{
  }

  .city-picker-list button{
    min-height:42px !important;
    font-size:14px !important;
  }

  .hero-modern-v2{
    padding:86px 0 34px !important;
  }

  .hero-modern-grid{
    gap:20px !important;
  }

  .hero-eyebrow{
    max-width:100% !important;
    text-align:center !important;
    justify-content:center !important;
    font-size:11px !important;
    padding:7px 11px !important;
    margin-bottom:12px !important;
  }

  .hero-modern-v2 h1{
    font-size:clamp(28px,8.4vw,42px) !important;
    line-height:1.07 !important;
    letter-spacing:-1.05px !important;
    max-width:620px !important;
  }

  .hero-modern-v2 .hero-subtitle{
    font-size:13px !important;
    line-height:1.45 !important;
    margin:13px auto 18px !important;
    max-width:560px !important;
  }

  .hero-search-modern{
    width:100% !important;
    max-width:560px !important;
    grid-template-columns:1fr !important;
    gap:8px !important;
    padding:8px !important;
    border-radius:20px !important;
  }

  .hero-search-modern .search-field,
  .hero-search-modern .search-submit{
    height:54px !important;
    border-radius:16px !important;
  }

  .city-picker-toggle{
    padding:9px 48px 8px 18px !important;
  }

  .city-picker-toggle .field-caption{
    font-size:12px !important;
  }

  .city-picker-toggle strong{
    font-size:15px !important;
  }

  .hero-stats-modern{
    max-width:560px !important;
    margin:14px auto 0 !important;
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:8px !important;
  }

  .hero-stats-modern .stat-item{
    width:auto !important;
    min-width:0 !important;
    display:block !important;
    padding:10px 8px !important;
    border-radius:16px !important;
    text-align:center !important;
  }

  .hero-stats-modern .stat-item strong{
    font-size:20px !important;
  }

  .hero-stats-modern .stat-item span{
    font-size:10px !important;
  }
}

@media (max-width:420px){
  .hero-modern-v2{
    padding-top:78px !important;
  }

  .brand-logo-img{
  }

  .hero-modern-v2 h1{
    font-size:27px !important;
  }

  .hero-search-modern .search-field,
  .hero-search-modern .search-submit{
    height:50px !important;
  }

  .hero-stats-modern .stat-item strong{
    font-size:18px !important;
  }
}

.professions-modern{
  overflow:hidden !important;
}

.professions-head.home-section-head{
  display:flex !important;
  align-items:flex-end !important;
  justify-content:space-between !important;
  gap:24px !important;
  margin-bottom:34px !important;
}

.professions-head .home-section-copy{
  max-width:900px !important;
}

.professions-head .home-section-copy h2{
  max-width:100% !important;
}

.professions-pills-grid{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:16px !important;
}

.profession-pill{
  min-width:0 !important;
  grid-template-columns:48px minmax(0,1fr) auto !important;
  min-height:78px !important;
  padding:15px 16px !important;
  border-radius:22px !important;
}

.profession-ico{
  width:48px !important;
  height:48px !important;
  border-radius:16px !important;
  font-size:20px !important;
}

.profession-name{
  min-width:0 !important;
  white-space:normal !important;
  display:-webkit-box !important;
  -webkit-line-clamp:2 !important;
  -webkit-box-orient:vertical !important;
  overflow:hidden !important;
  font-size:16px !important;
  line-height:1.24 !important;
}

@media (max-width:1100px){
  .professions-head.home-section-head{
    display:block !important;
  }

  .professions-pills-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}

@media (max-width:620px){
  .professions-modern{
    padding:42px 0 46px !important;
  }

  .professions-head.home-section-head{
    margin-bottom:20px !important;
  }

  .professions-head .home-section-badge{
    min-height:28px !important;
    padding:0 10px !important;
    font-size:10px !important;
    gap:6px !important;
    margin-bottom:10px !important;
  }

  .professions-head .home-section-copy h2{
    font-size:25px !important;
    line-height:1.15 !important;
    gap:10px !important;
    letter-spacing:-.7px !important;
    margin-bottom:8px !important;
  }

  .professions-head .home-section-icon{
    width:36px !important;
    height:36px !important;
    border-radius:12px !important;
  }

  .professions-head .home-section-icon i{
    font-size:15px !important;
  }

  .professions-head .home-section-copy p{
    font-size:13px !important;
    line-height:1.45 !important;
  }

  .professions-pills-grid{
    grid-template-columns:1fr !important;
    gap:10px !important;
  }

  .profession-pill{
    min-height:66px !important;
    grid-template-columns:42px minmax(0,1fr) 34px !important;
    gap:11px !important;
    padding:12px 13px !important;
    border-radius:18px !important;
  }

  .profession-ico{
    width:42px !important;
    height:42px !important;
    border-radius:14px !important;
    font-size:17px !important;
  }

  .profession-name{
    font-size:14px !important;
    line-height:1.22 !important;
    -webkit-line-clamp:2 !important;
  }

  .profession-pill b{
    min-width:30px !important;
    height:26px !important;
    font-size:12px !important;
    padding:0 8px !important;
  }
}



/* ===== Dream subscribe responsive final v6 ===== */
.dream-subscribe-section.dream-subscribe-modern{
  position:relative !important;
  width:100% !important;
  overflow:hidden !important;
  padding:clamp(56px, 7vw, 108px) 0 !important;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,.14), transparent 34%),
    radial-gradient(circle at 86% 20%, rgba(255,255,255,.10), transparent 30%),
    linear-gradient(135deg, #003f36 0%, #004f43 48%, #07384f 100%) !important;
  color:#fff !important;
}

.dream-subscribe-section.dream-subscribe-modern *{
  box-sizing:border-box !important;
}

.dream-subscribe-section.dream-subscribe-modern .dream-subscribe-bg{
  position:absolute !important;
  inset:0 !important;
  z-index:0 !important;
  pointer-events:none !important;
  overflow:hidden !important;
}

.dream-subscribe-section.dream-subscribe-modern .dream-subscribe-bg span{
  position:absolute !important;
  display:block !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.08) !important;
}

.dream-subscribe-section.dream-subscribe-modern .dream-subscribe-bg span:nth-child(1){
  width:clamp(220px, 26vw, 440px) !important;
  height:clamp(220px, 26vw, 440px) !important;
  right:-120px !important;
  top:-150px !important;
}

.dream-subscribe-section.dream-subscribe-modern .dream-subscribe-bg span:nth-child(2){
  width:clamp(180px, 20vw, 300px) !important;
  height:clamp(180px, 20vw, 300px) !important;
  left:-100px !important;
  bottom:-110px !important;
}

.dream-subscribe-section.dream-subscribe-modern .dream-subscribe-bg span:nth-child(3){
  width:120px !important;
  height:120px !important;
  left:48% !important;
  top:70px !important;
  background:rgba(255,255,255,.06) !important;
}

.dream-subscribe-section.dream-subscribe-modern .dream-subscribe-wrap{
  position:relative !important;
  z-index:2 !important;
  width:min(1600px, calc(100% - 80px)) !important;
  max-width:1600px !important;
  margin:0 auto !important;
  text-align:left !important;
}

.dream-subscribe-section.dream-subscribe-modern .dream-subscribe-grid{
  width:100% !important;
  display:grid !important;
  grid-template-columns:minmax(360px,.9fr) minmax(520px,1.1fr) !important;
  align-items:center !important;
  gap:clamp(34px, 4vw, 70px) !important;
  min-width:0 !important;
}

.dream-subscribe-section.dream-subscribe-modern .dream-subscribe-copy{
  min-width:0 !important;
  max-width:720px !important;
}

.dream-subscribe-section.dream-subscribe-modern .dream-subscribe-badge{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  width:max-content !important;
  max-width:100% !important;
  min-height:34px !important;
  padding:0 14px !important;
  margin:0 0 18px !important;
  border:1px solid rgba(255,255,255,.18) !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.12) !important;
  color:#fff !important;
  font-size:13px !important;
  line-height:1 !important;
  font-weight:900 !important;
  letter-spacing:.035em !important;
  text-transform:uppercase !important;
  box-shadow:none !important;
  white-space:normal !important;
}

.dream-subscribe-section.dream-subscribe-modern .dream-subscribe-badge i{
  color:#9ff2df !important;
  font-size:14px !important;
}

.dream-subscribe-section.dream-subscribe-modern .dream-subscribe-copy h2{
  max-width:720px !important;
  margin:0 0 18px !important;
  display:flex !important;
  align-items:flex-start !important;
  gap:16px !important;
  color:#fff !important;
  font-size:clamp(34px, 3.9vw, 58px) !important;
  line-height:1.08 !important;
  letter-spacing:-1.6px !important;
  font-weight:950 !important;
  text-align:left !important;
  overflow-wrap:anywhere !important;
}

.dream-subscribe-section.dream-subscribe-modern .dream-subscribe-title-icon{
  width:52px !important;
  height:52px !important;
  display:inline-grid !important;
  place-items:center !important;
  flex:0 0 52px !important;
  margin-top:4px !important;
  border-radius:18px !important;
  background:rgba(255,255,255,.13) !important;
  color:#9ff2df !important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.16), 0 18px 38px rgba(0,0,0,.16) !important;
}

.dream-subscribe-section.dream-subscribe-modern .dream-subscribe-title-icon i{
  font-size:22px !important;
  line-height:1 !important;
}

.dream-subscribe-section.dream-subscribe-modern .dream-subscribe-subtitle{
  max-width:620px !important;
  margin:0 !important;
  color:rgba(255,255,255,.78) !important;
  font-size:18px !important;
  line-height:1.55 !important;
  font-weight:650 !important;
  text-align:left !important;
}

.dream-subscribe-section.dream-subscribe-modern .dream-subscribe-action{
  margin-top:34px !important;
  display:flex !important;
  justify-content:flex-start !important;
}

.dream-subscribe-section.dream-subscribe-modern .dream-main-btn{
  min-width:0 !important;
  max-width:100% !important;
  height:60px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:11px !important;
  padding:0 24px !important;
  border-radius:18px !important;
  background:#fff !important;
  color:var(--green) !important;
  font-size:16px !important;
  line-height:1 !important;
  font-weight:900 !important;
  box-shadow:0 18px 42px rgba(0,0,0,.18) !important;
  white-space:normal !important;
  text-align:center !important;
}

.dream-subscribe-section.dream-subscribe-modern .dream-main-btn > i{
  flex:0 0 auto !important;
  font-size:15px !important;
}

.dream-subscribe-section.dream-subscribe-modern .dream-main-btn span{
  width:28px !important;
  height:28px !important;
  display:grid !important;
  place-items:center !important;
  flex:0 0 28px !important;
  border-radius:10px !important;
  background:rgba(0,79,67,.09) !important;
  color:var(--green) !important;
}

.dream-subscribe-section.dream-subscribe-modern .dream-main-btn span i{
  font-size:12px !important;
  line-height:1 !important;
}

.dream-subscribe-section.dream-subscribe-modern .dream-social-grid{
  width:100% !important;
  min-width:0 !important;
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:18px !important;
}

.dream-subscribe-section.dream-subscribe-modern .dream-social-card{
  position:relative !important;
  width:100% !important;
  min-width:0 !important;
  min-height:174px !important;
  display:grid !important;
  grid-template-columns:56px minmax(0,1fr) !important;
  grid-template-rows:auto 1fr auto !important;
  align-items:start !important;
  gap:12px 16px !important;
  padding:22px !important;
  border:1px solid rgba(255,255,255,.15) !important;
  border-radius:26px !important;
  background:rgba(255,255,255,.10) !important;
  color:#fff !important;
  overflow:hidden !important;
  backdrop-filter:blur(16px) !important;
  box-shadow:0 20px 50px rgba(0,0,0,.10) !important;
  transition:.2s ease !important;
}

.dream-subscribe-section.dream-subscribe-modern .dream-social-card::before{
  content:"" !important;
  position:absolute !important;
  right:-46px !important;
  top:-56px !important;
  width:150px !important;
  height:150px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.10) !important;
  transition:.2s ease !important;
}

.dream-subscribe-section.dream-subscribe-modern .dream-social-card:hover{
  transform:translateY(-3px) !important;
  border-color:rgba(255,255,255,.28) !important;
  background:rgba(255,255,255,.14) !important;
  box-shadow:0 28px 70px rgba(0,0,0,.18) !important;
}

.dream-subscribe-section.dream-subscribe-modern .dream-social-icon{
  position:relative !important;
  z-index:2 !important;
  grid-column:1 !important;
  grid-row:1 / span 2 !important;
  width:56px !important;
  height:56px !important;
  display:grid !important;
  place-items:center !important;
  border-radius:18px !important;
  background:rgba(255,255,255,.14) !important;
  color:#9ff2df !important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.12) !important;
}

.dream-subscribe-section.dream-subscribe-modern .dream-social-icon i{
  font-size:23px !important;
  line-height:1 !important;
}

.dream-subscribe-section.dream-subscribe-modern .dream-social-bot .dream-social-icon{color:#ffd28a !important;}
.dream-subscribe-section.dream-subscribe-modern .dream-social-insta .dream-social-icon{color:#ffb7df !important;}

.dream-subscribe-section.dream-subscribe-modern .dream-social-text{
  position:relative !important;
  z-index:2 !important;
  grid-column:2 !important;
  grid-row:1 / span 2 !important;
  min-width:0 !important;
  display:grid !important;
  gap:7px !important;
}

.dream-subscribe-section.dream-subscribe-modern .dream-social-text em{
  color:rgba(255,255,255,.62) !important;
  font-size:12px !important;
  line-height:1 !important;
  font-style:normal !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
  letter-spacing:.06em !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  white-space:nowrap !important;
}

.dream-subscribe-section.dream-subscribe-modern .dream-social-text strong{
  display:block !important;
  min-width:0 !important;
  color:#fff !important;
  font-size:19px !important;
  line-height:1.22 !important;
  letter-spacing:-.35px !important;
  font-weight:900 !important;
  overflow-wrap:anywhere !important;
}

.dream-subscribe-section.dream-subscribe-modern .dream-social-text small{
  display:block !important;
  color:rgba(255,255,255,.72) !important;
  font-size:14px !important;
  line-height:1.42 !important;
  font-weight:650 !important;
  overflow-wrap:anywhere !important;
}

.dream-subscribe-section.dream-subscribe-modern .dream-social-action{
  position:relative !important;
  z-index:2 !important;
  grid-column:2 !important;
  grid-row:3 !important;
  align-self:end !important;
  justify-self:start !important;
  margin:4px 0 0 !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  color:#fff !important;
  font-size:14px !important;
  line-height:1 !important;
  font-weight:900 !important;
  white-space:nowrap !important;
}

.dream-subscribe-section.dream-subscribe-modern .dream-social-action i{
  font-size:12px !important;
  line-height:1 !important;
}

@media (max-width:1200px){
  .dream-subscribe-section.dream-subscribe-modern .dream-subscribe-grid{
    grid-template-columns:1fr !important;
    gap:34px !important;
  }

  .dream-subscribe-section.dream-subscribe-modern .dream-subscribe-copy{
    max-width:900px !important;
  }

  .dream-subscribe-section.dream-subscribe-modern .dream-subscribe-copy h2,
  .dream-subscribe-section.dream-subscribe-modern .dream-subscribe-subtitle{
    max-width:900px !important;
  }
}

@media (max-width:820px){
  .dream-subscribe-section.dream-subscribe-modern .dream-subscribe-wrap{
    width:calc(100% - 36px) !important;
  }

  .dream-subscribe-section.dream-subscribe-modern .dream-subscribe-copy h2{
    font-size:34px !important;
    line-height:1.12 !important;
    letter-spacing:-.9px !important;
  }

  .dream-subscribe-section.dream-subscribe-modern .dream-subscribe-subtitle{
    font-size:15px !important;
  }

  .dream-subscribe-section.dream-subscribe-modern .dream-social-grid{
    grid-template-columns:1fr !important;
    gap:14px !important;
  }

  .dream-subscribe-section.dream-subscribe-modern .dream-social-card{
    min-height:142px !important;
    border-radius:22px !important;
  }
}

@media (max-width:560px){
  .dream-subscribe-section.dream-subscribe-modern{
    padding:42px 0 !important;
  }

  .dream-subscribe-section.dream-subscribe-modern .dream-subscribe-wrap{
    width:calc(100% - 24px) !important;
  }

  .dream-subscribe-section.dream-subscribe-modern .dream-subscribe-grid{
    gap:22px !important;
  }

  .dream-subscribe-section.dream-subscribe-modern .dream-subscribe-badge{
    min-height:28px !important;
    padding:0 10px !important;
    margin-bottom:12px !important;
    font-size:9px !important;
    gap:6px !important;
  }

  .dream-subscribe-section.dream-subscribe-modern .dream-subscribe-badge i{
    font-size:10px !important;
  }

  .dream-subscribe-section.dream-subscribe-modern .dream-subscribe-copy h2{
    display:grid !important;
    grid-template-columns:36px minmax(0,1fr) !important;
    gap:10px !important;
    align-items:start !important;
    font-size:24px !important;
    line-height:1.16 !important;
    letter-spacing:-.6px !important;
    margin-bottom:10px !important;
  }

  .dream-subscribe-section.dream-subscribe-modern .dream-subscribe-title-icon{
    width:36px !important;
    height:36px !important;
    flex-basis:36px !important;
    margin-top:0 !important;
    border-radius:12px !important;
  }

  .dream-subscribe-section.dream-subscribe-modern .dream-subscribe-title-icon i{
    font-size:15px !important;
  }

  .dream-subscribe-section.dream-subscribe-modern .dream-subscribe-subtitle{
    font-size:13px !important;
    line-height:1.45 !important;
  }

  .dream-subscribe-section.dream-subscribe-modern .dream-subscribe-action{
    margin-top:18px !important;
  }

  .dream-subscribe-section.dream-subscribe-modern .dream-main-btn{
    width:100% !important;
    height:auto !important;
    min-height:46px !important;
    border-radius:14px !important;
    padding:10px 12px !important;
    font-size:12px !important;
    line-height:1.2 !important;
    gap:8px !important;
  }

  .dream-subscribe-section.dream-subscribe-modern .dream-main-btn span{
    width:24px !important;
    height:24px !important;
    flex-basis:24px !important;
    border-radius:8px !important;
  }

  .dream-subscribe-section.dream-subscribe-modern .dream-main-btn > i,
  .dream-subscribe-section.dream-subscribe-modern .dream-main-btn span i{
    font-size:10px !important;
  }

  .dream-subscribe-section.dream-subscribe-modern .dream-social-card{
    min-height:auto !important;
    grid-template-columns:42px minmax(0,1fr) !important;
    gap:9px 12px !important;
    padding:14px !important;
    border-radius:18px !important;
  }

  .dream-subscribe-section.dream-subscribe-modern .dream-social-icon{
    width:42px !important;
    height:42px !important;
    border-radius:14px !important;
  }

  .dream-subscribe-section.dream-subscribe-modern .dream-social-icon i{
    font-size:17px !important;
  }

  .dream-subscribe-section.dream-subscribe-modern .dream-social-text{
    gap:5px !important;
  }

  .dream-subscribe-section.dream-subscribe-modern .dream-social-text em{
    font-size:8px !important;
  }

  .dream-subscribe-section.dream-subscribe-modern .dream-social-text strong{
    font-size:14px !important;
    line-height:1.2 !important;
  }

  .dream-subscribe-section.dream-subscribe-modern .dream-social-text small{
    font-size:11px !important;
    line-height:1.34 !important;
  }

  .dream-subscribe-section.dream-subscribe-modern .dream-social-action{
    grid-column:2 !important;
    font-size:10px !important;
    gap:6px !important;
  }

  .dream-subscribe-section.dream-subscribe-modern .dream-social-action i{
    font-size:8px !important;
  }
}

@media (max-width:380px){
  .dream-subscribe-section.dream-subscribe-modern .dream-subscribe-copy h2{
    font-size:21px !important;
  }

  .dream-subscribe-section.dream-subscribe-modern .dream-social-card{
    grid-template-columns:38px minmax(0,1fr) !important;
    padding:12px !important;
  }

  .dream-subscribe-section.dream-subscribe-modern .dream-social-icon{
    width:38px !important;
    height:38px !important;
  }

  .dream-subscribe-section.dream-subscribe-modern .dream-social-text strong{
    font-size:13px !important;
  }
}

/* ===== Footer modern responsive final v7 ===== */
.footer-v7{
  position:relative !important;
  overflow:hidden !important;
  padding:76px 0 34px !important;
  background:
    radial-gradient(circle at 12% 12%, rgba(24,204,167,.15), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(72,129,255,.12), transparent 30%),
    linear-gradient(135deg, #061327 0%, #071736 46%, #032f2b 100%) !important;
  color:#fff !important;
}

.footer-v7::before{
  content:"";
  position:absolute;
  inset:1px;
  pointer-events:none;
  background:linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,0) 42%);
}

.footer-v7-wrap{
  position:relative !important;
  z-index:2 !important;
  max-width:none !important;
}

.footer-v7-top{
  display:grid !important;
  grid-template-columns:minmax(260px, 1.25fr) repeat(4, minmax(145px, .85fr)) !important;
  gap:28px !important;
  align-items:stretch !important;
}

.footer-v7-brand,
.footer-v7-col{
  min-width:0 !important;
  border:1px solid rgba(255,255,255,.10) !important;
  border-radius:26px !important;
  background:rgba(255,255,255,.055) !important;
  box-shadow:0 20px 55px rgba(0,0,0,.10) !important;
  backdrop-filter:blur(14px) !important;
}

.footer-v7-brand{
  max-width:none !important;
  padding:28px !important;
  display:flex !important;
  flex-direction:column !important;
}

.footer-v7-logo{
  display:inline-flex !important;
  align-items:center !important;
  width:max-content !important;
  max-width:100% !important;
  margin:0 0 22px !important;
}

.footer-v7-logo .brand-logo-img{
  width:auto !important;
  max-width:175px !important;
  max-height:58px !important;
  object-fit:contain !important;
  display:block !important;
}

.footer-logo-fallback{
  color:#fff !important;
  font-size:24px !important;
  line-height:1 !important;
  font-weight:950 !important;
  letter-spacing:-.6px !important;
}

.footer-v7-brand p{
  margin:0 !important;
  max-width:310px !important;
  color:rgba(229,239,247,.78) !important;
  font-size:15px !important;
  line-height:1.55 !important;
  font-weight:600 !important;
}

.footer-v7-socials{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:10px !important;
  margin-top:auto !important;
  padding-top:28px !important;
}

.footer-v7-socials a{
  height:42px !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:9px !important;
  padding:0 13px !important;
  border-radius:14px !important;
  background:rgba(255,255,255,.09) !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.12) !important;
  font-size:13px !important;
  line-height:1 !important;
  font-weight:900 !important;
  transition:.18s ease !important;
}

.footer-v7-socials a:hover{
  transform:translateY(-2px) !important;
  background:rgba(255,255,255,.15) !important;
  border-color:rgba(255,255,255,.22) !important;
}

.footer-v7-socials i{
  color:#9ff2df !important;
  font-size:16px !important;
  line-height:1 !important;
}

.footer-v7-col{
  padding:24px !important;
}

.footer-v7-col h4{
  margin:0 0 20px !important;
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  color:#fff !important;
  font-size:15px !important;
  line-height:1.25 !important;
  letter-spacing:-.1px !important;
  font-weight:950 !important;
}

.footer-v7-col h4 span{
  width:34px !important;
  height:34px !important;
  display:grid !important;
  place-items:center !important;
  border-radius:12px !important;
  background:rgba(159,242,223,.11) !important;
  color:#9ff2df !important;
  flex:0 0 auto !important;
}

.footer-v7-col h4 i{
  font-size:14px !important;
  line-height:1 !important;
}

.footer-v7-col ul{
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
  display:grid !important;
  gap:10px !important;
}

.footer-v7-col a{
  min-width:0 !important;
  display:flex !important;
  align-items:flex-start !important;
  gap:8px !important;
  color:rgba(229,239,247,.70) !important;
  font-size:14px !important;
  line-height:1.35 !important;
  font-weight:700 !important;
  transition:.18s ease !important;
}

.footer-v7-col a i{
  width:13px !important;
  margin-top:3px !important;
  color:rgba(159,242,223,.72) !important;
  font-size:10px !important;
  line-height:1 !important;
  transition:.18s ease !important;
  flex:0 0 13px !important;
}

.footer-v7-col a:hover{
  color:#fff !important;
}

.footer-v7-col a:hover i{
  color:#9ff2df !important;
  transform:translateX(3px) !important;
}

.footer-v7-bottom{
  margin-top:28px !important;
  padding-top:24px !important;
  border-top:1px solid rgba(255,255,255,.10) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:18px !important;
}

.footer-v7-bottom .footer-copy{
  color:rgba(229,239,247,.68) !important;
  font-size:14px !important;
  line-height:1.4 !important;
  font-weight:600 !important;
}

.footer-v7-toplink{
  height:40px !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:9px !important;
  padding:0 13px !important;
  border-radius:14px !important;
  background:rgba(255,255,255,.08) !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.12) !important;
  font-size:13px !important;
  line-height:1 !important;
  font-weight:900 !important;
}

.footer-v7-toplink i{
  color:#9ff2df !important;
  font-size:12px !important;
}

@media (max-width:1320px){
  .footer-v7-top{
    grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
    gap:18px !important;
  }

  .footer-v7-brand{
    grid-column:1 / -1 !important;
    display:grid !important;
    grid-template-columns:minmax(0, 1fr) auto !important;
    align-items:center !important;
    gap:20px !important;
  }

  .footer-v7-logo{margin-bottom:14px !important;}
  .footer-v7-socials{margin-top:0 !important;padding-top:0 !important;justify-content:flex-end !important;}
}

@media (max-width:980px){
  .footer-v7{
    padding:58px 0 30px !important;
  }

  .footer-v7-top{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  }

  .footer-v7-brand{
    grid-template-columns:1fr !important;
  }

  .footer-v7-socials{
    justify-content:flex-start !important;
  }
}

@media (max-width:620px){
  .footer-v7{
    padding:36px 0 22px !important;
  }

  .footer-v7-top{
    grid-template-columns:1fr !important;
    gap:12px !important;
  }

  .footer-v7-brand,
  .footer-v7-col{
    border-radius:20px !important;
    padding:18px !important;
  }

  .footer-v7-logo .brand-logo-img{
    max-width:145px !important;
    max-height:46px !important;
  }

  .footer-v7-brand p{
    max-width:none !important;
    font-size:13px !important;
    line-height:1.45 !important;
  }

  .footer-v7-socials{
    gap:8px !important;
    padding-top:18px !important;
  }

  .footer-v7-socials a{
    height:38px !important;
    padding:0 11px !important;
    border-radius:12px !important;
    font-size:12px !important;
  }

  .footer-v7-col h4{
    margin-bottom:14px !important;
    font-size:14px !important;
  }

  .footer-v7-col h4 span{
    width:30px !important;
    height:30px !important;
    border-radius:10px !important;
  }

  .footer-v7-col h4 i{
    font-size:12px !important;
  }

  .footer-v7-col ul{
    gap:8px !important;
  }

  .footer-v7-col a{
    font-size:13px !important;
    line-height:1.35 !important;
  }

  .footer-v7-bottom{
    margin-top:16px !important;
    padding-top:16px !important;
    flex-direction:column !important;
    align-items:flex-start !important;
  }

  .footer-v7-bottom .footer-copy{
    font-size:12px !important;
  }

  .footer-v7-toplink{
    width:100% !important;
    justify-content:center !important;
  }
}



/* ===== Employer hero modern responsive v9 ===== */
.emp-hero-modern-v9{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:154px 0 86px;
  background:
    radial-gradient(circle at 12% 12%, rgba(0,79,67,.12), transparent 30%),
    radial-gradient(circle at 88% 22%, rgba(248,100,54,.10), transparent 32%),
    linear-gradient(180deg,#ffffff 0%,#f6faf9 100%);
}

.emp-hero-modern-v9 .emp-hero-pattern{
  position:absolute;
  inset:0;
  z-index:-2;
  background-image:
    linear-gradient(rgba(0,79,67,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,79,67,.045) 1px, transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(180deg, rgba(0,0,0,.9), rgba(0,0,0,.08));
}

.emp-hero-v9-grid{
  position:relative;
  z-index:2;
  display:grid !important;
  grid-template-columns:minmax(0, .95fr) minmax(440px, .9fr) !important;
  align-items:center !important;
  gap:54px !important;
}

.emp-hero-v9-copy{
  min-height:auto !important;
  padding:62px 56px 58px !important;
  border:1px solid rgba(0,79,67,.12) !important;
  border-radius:42px !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,255,255,.72)),
    radial-gradient(circle at 0 0, rgba(0,79,67,.10), transparent 38%) !important;
  box-shadow:0 30px 90px rgba(15,31,50,.10) !important;
  backdrop-filter:blur(16px);
}

.emp-badges-v9{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:10px !important;
  margin:0 0 18px !important;
}

.emp-badges-v9 span{
  min-height:36px !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  padding:0 14px !important;
  border:1px solid rgba(0,79,67,.12) !important;
  border-radius:999px !important;
  background:#fff !important;
  color:var(--green) !important;
  font-size:13px !important;
  line-height:1 !important;
  font-weight:900 !important;
  box-shadow:0 10px 26px rgba(15,31,50,.05) !important;
}

.emp-badges-v9 i{
  font-size:13px;
  color:#f86436;
}

.emp-hero-kicker{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin:0 0 18px;
  color:#f86436;
  font-size:14px;
  line-height:1;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.055em;
}

.emp-hero-v9-copy h1{
  margin:0 0 22px !important;
  max-width:780px;
  color:#0b203d !important;
  font-size:clamp(42px, 4.1vw, 70px) !important;
  line-height:1.04 !important;
  letter-spacing:-2.2px !important;
  font-weight:950 !important;
}

.emp-hero-v9-copy p{
  max-width:690px !important;
  margin:0 0 32px !important;
  color:#667285 !important;
  font-size:18px !important;
  line-height:1.58 !important;
  font-weight:650 !important;
}

.emp-hero-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:14px;
}

.emp-primary-btn-v9{
  height:62px !important;
  padding:0 18px 0 22px !important;
  gap:11px !important;
  border-radius:18px !important;
  background:linear-gradient(135deg, var(--green), #087462) !important;
  color:#fff !important;
  box-shadow:0 18px 42px rgba(0,79,67,.24) !important;
}

.emp-primary-btn-v9 span{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:rgba(255,255,255,.16);
}

.emp-secondary-btn-v9{
  height:62px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:0 22px;
  border:1px solid rgba(0,79,67,.13);
  border-radius:18px;
  background:#fff;
  color:#0b203d;
  font-size:16px;
  font-weight:900;
  box-shadow:0 14px 34px rgba(15,31,50,.06);
  transition:.18s ease;
}

.emp-primary-btn-v9:hover,
.emp-secondary-btn-v9:hover{
  transform:translateY(-2px);
}

.emp-hero-trust{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:12px;
  margin-top:34px;
}

.emp-hero-trust span{
  min-height:84px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:5px;
  padding:16px;
  border:1px solid rgba(0,79,67,.11);
  border-radius:20px;
  background:rgba(255,255,255,.70);
  color:#667285;
  font-size:13px;
  line-height:1.25;
  font-weight:800;
}

.emp-hero-trust b{
  color:var(--green);
  font-size:26px;
  line-height:1;
  font-weight:950;
}

.emp-hero-v9-media{
  min-width:0;
}

.emp-photo-card-v9{
  position:relative !important;
  height:680px !important;
  border:0 !important;
  border-radius:44px !important;
  overflow:visible !important;
  background:linear-gradient(145deg, #003f36, #0b203d) !important;
  box-shadow:0 36px 110px rgba(15,31,50,.22) !important;
}

.emp-photo-bg-v9{
  position:absolute !important;
  inset:16px !important;
  border-radius:34px !important;
  overflow:hidden !important;
  background:#eaf4f1 !important;
}

.emp-photo-bg-v9::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  background:
    linear-gradient(180deg, rgba(0,79,67,.06), rgba(0,31,27,.16)),
    radial-gradient(circle at 74% 20%, rgba(255,255,255,.35), transparent 22%);
  pointer-events:none;
}

.emp-photo-bg-v9 img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
}

.emp-media-glass-card{
  position:absolute;
  z-index:5;
  right:46px;
  top:110px;
  width:min(360px, 62%);
  padding:26px;
  border:1px solid rgba(255,255,255,.42);
  border-radius:28px;
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(16px);
  box-shadow:0 24px 70px rgba(15,31,50,.18);
}

.emp-media-glass-card span{
  display:block;
  margin-bottom:14px;
  color:var(--green);
  font-size:13px;
  font-weight:950;
}

.emp-media-glass-card strong{
  display:block;
  color:#102238;
  font-size:25px;
  line-height:1.18;
  letter-spacing:-.5px;
  font-weight:950;
}

.emp-media-glass-card p{
  margin:12px 0 18px;
  color:#667285;
  font-size:14px;
  line-height:1.45;
  font-weight:700;
}

.emp-media-progress{
  height:9px;
  border-radius:999px;
  background:#e8eef2;
  overflow:hidden;
}

.emp-media-progress i{
  display:block;
  width:78%;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg, var(--green), #29d2bb);
}

.emp-float-v9{
  z-index:7 !important;
  min-height:56px !important;
  height:auto !important;
  padding:12px 16px !important;
  border:1px solid rgba(255,255,255,.28) !important;
  border-radius:18px !important;
  background:rgba(255,255,255,.16) !important;
  color:#fff !important;
  backdrop-filter:blur(14px);
  box-shadow:0 18px 46px rgba(15,31,50,.20) !important;
  font-size:14px !important;
  line-height:1.2 !important;
  max-width:270px;
}

.emp-float-v9 .emp-float-ico{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:rgba(255,255,255,.18);
  color:#fff;
  flex:0 0 36px;
}

.emp-float-v9 b{
  font-size:14px;
  line-height:1.25;
  font-weight:900;
}

.emp-float-top.emp-float-v9{
  top:34px !important;
  left:34px !important;
}

.emp-float-orange.emp-float-v9{
  left:-20px !important;
  bottom:116px !important;
  background:rgba(248,100,54,.92) !important;
}

.emp-float-channel{
  right:32px;
  bottom:34px;
}

.emp-response-card-v9{
  z-index:8 !important;
  left:42px !important;
  right:auto !important;
  bottom:34px !important;
  width:360px !important;
  min-height:auto !important;
  border:1px solid rgba(255,255,255,.42) !important;
  border-radius:24px !important;
  padding:22px !important;
  background:rgba(255,255,255,.90) !important;
  color:#102238 !important;
  box-shadow:0 24px 70px rgba(15,31,50,.18) !important;
}

.emp-response-head{
  display:flex;
  align-items:center;
  gap:12px;
}

.emp-response-head span{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:rgba(0,79,67,.09);
  color:var(--green);
}

.emp-response-head strong{
  font-size:15px;
  line-height:1.25;
  font-weight:950;
}

.emp-response-card-v9 .emp-response-line{
  height:9px !important;
  margin:18px 0 14px !important;
  border-radius:999px !important;
  background:linear-gradient(90deg, #e8eef2 0 38%, rgba(0,79,67,.20) 38% 100%) !important;
}

.emp-response-card-v9 .emp-response-row{
  gap:10px !important;
}

.emp-response-card-v9 .emp-response-row span{
  width:68px !important;
  height:16px !important;
  border-radius:999px !important;
  background:#e8eef2 !important;
}

.emp-response-card-v9 .emp-response-row i{
  height:16px !important;
  border-radius:999px !important;
  background:#edf2f6 !important;
}

.emp-response-card-v9 .emp-response-row b{
  padding:8px 10px !important;
  border-radius:999px !important;
  background:#dcffd8 !important;
  color:#0f9f2d !important;
  font-size:11px !important;
  line-height:1 !important;
  font-weight:950 !important;
}

.emp-response-status{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-top:16px;
  padding-top:14px;
  border-top:1px solid #edf2f6;
}

.emp-response-status em{
  color:#667285;
  font-style:normal;
  font-size:13px;
  font-weight:800;
}

.emp-response-status strong{
  color:var(--green);
  font-size:28px;
  line-height:1;
  font-weight:950;
}

@media (max-width:1280px){
  .emp-hero-modern-v9{
    padding:132px 0 70px;
  }

  .emp-hero-v9-grid{
    grid-template-columns:1fr !important;
    gap:34px !important;
  }

  .emp-hero-v9-copy{
    padding:48px !important;
  }

  .emp-photo-card-v9{
    height:560px !important;
    max-width:820px;
    margin:0 auto;
  }
}

@media (max-width:820px){
  .emp-hero-modern-v9{
    padding:112px 0 54px;
  }

  .emp-hero-v9-copy{
    padding:34px 26px !important;
    border-radius:30px !important;
  }

  .emp-hero-v9-copy h1{
    font-size:clamp(32px, 8.6vw, 48px) !important;
    letter-spacing:-1.3px !important;
  }

  .emp-hero-v9-copy p{
    font-size:16px !important;
  }

  .emp-hero-trust{
    grid-template-columns:1fr;
  }

  .emp-hero-trust span{
    min-height:72px;
  }

  .emp-photo-card-v9{
    height:500px !important;
    border-radius:32px !important;
  }

  .emp-photo-bg-v9{
    inset:12px !important;
    border-radius:24px !important;
  }

  .emp-media-glass-card{
    width:auto;
    left:28px;
    right:28px;
    top:42px;
  }

  .emp-float-top.emp-float-v9{
    top:auto !important;
    left:28px !important;
    bottom:146px !important;
  }

  .emp-float-orange.emp-float-v9{
    left:28px !important;
    bottom:86px !important;
  }

  .emp-float-channel{
    right:28px;
    bottom:28px;
  }

  .emp-response-card-v9{
    display:none;
  }
}

@media (max-width:560px){
  .emp-hero-modern-v9{
    padding:86px 0 38px;
  }

  .emp-hero-v9-grid{
    gap:22px !important;
  }

  .emp-hero-v9-copy{
    padding:24px 18px !important;
    border-radius:24px !important;
  }

  .emp-badges-v9{
    gap:8px !important;
    margin-bottom:14px !important;
  }

  .emp-badges-v9 span{
    min-height:30px !important;
    padding:0 10px !important;
    font-size:10px !important;
  }

  .emp-hero-kicker{
    margin-bottom:12px;
    font-size:10px;
  }

  .emp-hero-v9-copy h1{
    margin-bottom:14px !important;
    font-size:28px !important;
    line-height:1.12 !important;
    letter-spacing:-.8px !important;
  }

  .emp-hero-v9-copy p{
    margin-bottom:20px !important;
    font-size:13px !important;
    line-height:1.5 !important;
  }

  .emp-hero-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
  }

  .emp-primary-btn-v9,
  .emp-secondary-btn-v9{
    width:100%;
    height:50px !important;
    font-size:13px !important;
    border-radius:15px !important;
  }

  .emp-primary-btn-v9 span{
    width:26px;
    height:26px;
    border-radius:9px;
  }

  .emp-hero-trust{
    gap:8px;
    margin-top:20px;
  }

  .emp-hero-trust span{
    min-height:62px;
    padding:12px;
    border-radius:16px;
    font-size:11px;
  }

  .emp-hero-trust b{
    font-size:21px;
  }

  .emp-photo-card-v9{
    height:360px !important;
    border-radius:24px !important;
  }

  .emp-photo-bg-v9{
    inset:8px !important;
    border-radius:18px !important;
  }

  .emp-media-glass-card{
    left:16px;
    right:16px;
    top:20px;
    padding:16px;
    border-radius:18px;
  }

  .emp-media-glass-card span{
    margin-bottom:8px;
    font-size:10px;
  }

  .emp-media-glass-card strong{
    font-size:16px;
  }

  .emp-media-glass-card p{
    margin:8px 0 12px;
    font-size:11px;
    line-height:1.35;
  }

  .emp-float-v9{
    min-height:42px !important;
    padding:8px 10px !important;
    border-radius:14px !important;
    max-width:calc(100% - 32px);
  }

  .emp-float-v9 .emp-float-ico{
    width:28px;
    height:28px;
    flex-basis:28px;
    border-radius:9px;
  }

  .emp-float-v9 b{
    font-size:10px;
  }

  .emp-float-top.emp-float-v9{
    left:16px !important;
    bottom:102px !important;
  }

  .emp-float-orange.emp-float-v9{
    left:16px !important;
    bottom:56px !important;
  }

  .emp-float-channel{
    display:none !important;
  }
}


/* ===== Employer quick vacancy form modern v10 ===== */
.emp-create-modern-v10{
  position:relative !important;
  overflow:hidden !important;
  padding:88px 0 92px !important;
  background:
    radial-gradient(circle at 12% 14%, rgba(0,79,67,.08), transparent 30%),
    linear-gradient(180deg,#ffffff 0%,#f7fbfa 100%) !important;
}
.emp-create-v10-bg{position:absolute;inset:0;pointer-events:none;overflow:hidden}
.emp-create-v10-bg span{position:absolute;border-radius:999px;background:rgba(0,79,67,.06);filter:blur(.2px)}
.emp-create-v10-bg span:nth-child(1){width:360px;height:360px;left:-120px;top:16%}
.emp-create-v10-bg span:nth-child(2){width:430px;height:430px;right:-160px;bottom:-170px;background:rgba(6,63,88,.07)}
.emp-create-v10-bg span:nth-child(3){width:120px;height:120px;right:28%;top:92px;background:rgba(248,100,54,.09)}
.emp-create-v10-box{
  position:relative !important;
  z-index:2 !important;
  padding:44px !important;
  border-radius:44px !important;
  background:rgba(255,255,255,.92) !important;
  border:1px solid rgba(0,79,67,.10) !important;
  box-shadow:0 28px 90px rgba(15,31,50,.10) !important;
  overflow:hidden !important;
  text-align:left !important;
}
.emp-create-v10-box::before{content:"";position:absolute;inset:0 0 auto;height:7px;background:linear-gradient(90deg,var(--green),#0ea58f,#f86436);opacity:.9}
.emp-create-v10-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(430px,.78fr);gap:42px;align-items:stretch}
.emp-create-v10-copy{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:12px 0}
.emp-create-badge-v10{width:max-content;max-width:100%;display:inline-flex;align-items:center;gap:9px;min-height:36px;padding:0 15px;border-radius:999px;background:rgba(0,79,67,.08);color:var(--green);font-size:13px;line-height:1;font-weight:950;text-transform:uppercase;letter-spacing:.045em;margin:0 0 18px}
.emp-create-badge-v10 i{font-size:14px;color:var(--green)}
.emp-create-v10-copy h2{margin:0 0 18px !important;max-width:760px;color:#0b203d !important;font-size:46px !important;line-height:1.08 !important;letter-spacing:-1.5px !important;font-weight:950 !important}
.emp-create-v10-copy p{margin:0;max-width:690px;color:#607085;font-size:18px;line-height:1.62;font-weight:600}
.emp-create-benefits-v10{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.emp-create-benefits-v10 span{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 13px;border-radius:999px;background:#f4f8f7;color:#314155;font-size:14px;line-height:1;font-weight:800;border:1px solid rgba(0,79,67,.08)}
.emp-create-benefits-v10 i{width:18px;height:18px;display:grid;place-items:center;border-radius:50%;background:rgba(0,79,67,.12);color:var(--green);font-size:10px}
.emp-create-stats-v10{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:28px;max-width:560px}
.emp-create-stats-v10 div{min-height:86px;padding:17px 18px;border-radius:22px;background:#fff;border:1px solid rgba(226,232,240,.9);box-shadow:0 14px 34px rgba(15,31,50,.05)}
.emp-create-stats-v10 strong{display:block;color:var(--green);font-size:24px;line-height:1.05;font-weight:950;letter-spacing:-.6px;margin-bottom:7px}
.emp-create-stats-v10 span{display:block;color:#6b7787;font-size:13px;line-height:1.25;font-weight:800}
.emp-create-panel-v10{position:relative;min-width:0;padding:24px;border-radius:34px;background:linear-gradient(180deg,#0b3f39 0%,#07372f 100%);color:#fff;box-shadow:0 28px 70px rgba(0,79,67,.18);overflow:hidden}
.emp-create-panel-v10::before{content:"";position:absolute;right:-80px;top:-90px;width:220px;height:220px;border-radius:50%;background:rgba(255,255,255,.10)}
.emp-create-panel-v10::after{content:"";position:absolute;left:-80px;bottom:-100px;width:240px;height:240px;border-radius:50%;background:rgba(248,100,54,.18)}
.emp-create-panel-head-v10{position:relative;z-index:2;display:flex;align-items:center;gap:14px;margin-bottom:18px}
.emp-create-panel-head-v10>span{width:48px;height:48px;display:grid;place-items:center;border-radius:16px;background:rgba(255,255,255,.13);color:#9ff2df;box-shadow:inset 0 0 0 1px rgba(255,255,255,.14);flex:0 0 auto}
.emp-create-panel-head-v10 strong{display:block;color:#fff;font-size:19px;line-height:1.2;font-weight:950;letter-spacing:-.25px}
.emp-create-panel-head-v10 em{display:block;margin-top:5px;color:rgba(255,255,255,.66);font-size:13px;line-height:1.35;font-style:normal;font-weight:700}
.emp-create-form-v10{position:relative;z-index:2;display:grid !important;grid-template-columns:1fr !important;gap:12px !important;margin:0 !important}
.emp-create-field-v10{height:auto !important;min-height:66px !important;display:block !important;padding:11px 16px 10px !important;border-radius:18px !important;background:#fff !important;border:1px solid rgba(255,255,255,.18) !important;box-shadow:0 14px 32px rgba(0,0,0,.10) !important;color:#102238 !important;text-align:left !important;overflow:hidden !important}
.emp-create-field-v10 span{display:block;margin:0 0 7px;color:#7a8697;font-size:12px;line-height:1;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.emp-create-field-v10 input,.emp-create-field-v10 select{width:100% !important;height:26px !important;min-height:26px !important;border:0 !important;outline:0 !important;background:transparent !important;color:#102238 !important;font-size:16px !important;line-height:1.2 !important;font-weight:850 !important;padding:0 !important}
.emp-create-field-v10 input::placeholder{color:#9aa6b4 !important;font-weight:750 !important}
.emp-create-select-v10{position:relative !important;padding-right:44px !important}
.emp-create-select-v10::after{content:"";position:absolute;right:18px;top:50%;width:11px;height:11px;border-right:2px solid #687588;border-bottom:2px solid #687588;transform:translateY(-65%) rotate(45deg);pointer-events:none}
.emp-create-select-v10 select{appearance:none !important;-webkit-appearance:none !important;cursor:pointer !important}
.emp-create-submit-v10{width:100%;height:62px;border:0;border-radius:19px;background:#f86436;color:#fff;display:flex;align-items:center;justify-content:center;gap:10px;font-size:15px;line-height:1;font-weight:950;cursor:pointer;box-shadow:0 18px 38px rgba(248,100,54,.28);transition:.18s ease}
.emp-create-submit-v10:hover{transform:translateY(-2px);box-shadow:0 24px 52px rgba(248,100,54,.34)}
.emp-create-submit-v10>span{width:27px;height:27px;display:grid;place-items:center;border-radius:10px;background:rgba(255,255,255,.17);margin-left:2px}
.emp-create-submit-v10 i{font-size:13px}.emp-create-submit-v10:hover>span i{transform:translateX(3px);transition:.18s ease}
.emp-create-note-v10{position:relative;z-index:2;margin:13px 0 18px !important;display:flex;align-items:flex-start;gap:9px;color:rgba(255,255,255,.72);font-size:13px;line-height:1.45;font-weight:700}
.emp-create-note-v10 i{color:#9ff2df;margin-top:2px}
.emp-create-preview-v10{position:relative;z-index:2;min-height:214px;border-radius:24px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.14);overflow:hidden;display:flex;align-items:center;justify-content:center;padding:18px}
.emp-create-preview-v10 img{width:100%;max-width:330px;height:auto;display:block;filter:drop-shadow(0 18px 30px rgba(0,0,0,.18))}
.emp-create-ai-card-v10{position:absolute;left:16px;right:16px;bottom:14px;padding:12px 14px;border-radius:18px;background:rgba(255,255,255,.88);backdrop-filter:blur(10px);color:#102238;box-shadow:0 15px 35px rgba(0,0,0,.16)}
.emp-create-ai-card-v10 small{display:block;color:var(--green);font-size:10px;line-height:1;font-weight:950;text-transform:uppercase;letter-spacing:.05em;margin-bottom:5px}
.emp-create-ai-card-v10 strong{display:block;color:#102238;font-size:14px;line-height:1.2;font-weight:950;margin-bottom:8px}
.emp-create-ai-card-v10 span{display:block;height:7px;border-radius:999px;background:#e2e8f0;overflow:hidden}.emp-create-ai-card-v10 span i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--green),#10b981)}
.emp-tags-v10{position:relative;z-index:2;margin-top:26px !important;padding-top:24px !important;border-top:1px solid rgba(0,79,67,.10);display:flex !important;align-items:center !important;justify-content:flex-start !important;gap:10px !important;flex-wrap:wrap !important;max-width:none !important}
.emp-tags-v10 b{width:auto !important;color:#0f2137;font-size:14px;line-height:1;font-weight:950;margin-right:2px}
.emp-tags-v10 span{display:inline-flex !important;align-items:center;min-height:34px;padding:0 13px !important;border-radius:999px !important;background:#fff !important;border:1px solid rgba(0,79,67,.11) !important;color:#546174 !important;font-size:13px !important;line-height:1 !important;font-weight:800 !important;box-shadow:0 9px 22px rgba(15,31,50,.04)}
.emp-tags-v10 span:hover{color:var(--green) !important;border-color:rgba(0,79,67,.26) !important;background:#f4fbf9 !important}
@media (max-width:1280px){.emp-create-modern-v10{padding:76px 0 82px !important}.emp-create-v10-grid{grid-template-columns:minmax(0,1fr) minmax(370px,.78fr);gap:30px}.emp-create-v10-box{padding:34px !important;border-radius:36px !important}.emp-create-v10-copy h2{font-size:38px !important}.emp-create-v10-copy p{font-size:16px}.emp-create-stats-v10{max-width:520px}.emp-create-panel-v10{padding:22px;border-radius:30px}}
@media (max-width:1040px){.emp-create-v10-grid{grid-template-columns:1fr}.emp-create-v10-copy{padding:0}.emp-create-panel-v10{max-width:720px}.emp-create-v10-copy h2{max-width:780px}.emp-create-v10-copy p{max-width:760px}.emp-create-preview-v10{min-height:190px}.emp-tags-v10{margin-top:22px !important}}
@media (max-width:720px){.emp-create-modern-v10{padding:52px 0 56px !important}.emp-create-v10-box{padding:22px !important;border-radius:28px !important}.emp-create-v10-grid{gap:22px}.emp-create-badge-v10{min-height:30px;padding:0 11px;font-size:10px;gap:6px;margin-bottom:12px}.emp-create-badge-v10 i{font-size:11px}.emp-create-v10-copy h2{font-size:27px !important;line-height:1.12 !important;letter-spacing:-.8px !important;margin-bottom:12px !important}.emp-create-v10-copy p{font-size:14px;line-height:1.5}.emp-create-benefits-v10{gap:8px;margin-top:16px}.emp-create-benefits-v10 span{min-height:32px;font-size:11px;padding:0 10px}.emp-create-stats-v10{grid-template-columns:1fr 1fr 1fr;gap:8px;margin-top:18px}.emp-create-stats-v10 div{min-height:72px;padding:13px 10px;border-radius:16px}.emp-create-stats-v10 strong{font-size:18px}.emp-create-stats-v10 span{font-size:10px}.emp-create-panel-v10{padding:16px;border-radius:24px}.emp-create-panel-head-v10{gap:10px;margin-bottom:14px}.emp-create-panel-head-v10>span{width:40px;height:40px;border-radius:14px}.emp-create-panel-head-v10 strong{font-size:15px}.emp-create-panel-head-v10 em{font-size:11px}.emp-create-field-v10{min-height:58px !important;border-radius:16px !important;padding:9px 13px 8px !important}.emp-create-field-v10 span{font-size:10px;margin-bottom:6px}.emp-create-field-v10 input,.emp-create-field-v10 select{font-size:14px !important}.emp-create-submit-v10{height:54px;border-radius:16px;font-size:13px}.emp-create-preview-v10{min-height:170px;border-radius:20px;padding:14px}.emp-create-preview-v10 img{max-width:270px}.emp-create-ai-card-v10{left:10px;right:10px;bottom:10px;border-radius:15px;padding:10px 11px}.emp-tags-v10{gap:7px !important;padding-top:18px !important}.emp-tags-v10 b{width:100% !important;font-size:12px}.emp-tags-v10 span{min-height:29px !important;padding:0 10px !important;font-size:11px !important}}
@media (max-width:460px){.emp-create-modern-v10{padding:34px 0 40px !important}.emp-create-v10-box{padding:16px !important;border-radius:22px !important}.emp-create-v10-copy h2{font-size:22px !important}.emp-create-v10-copy p{font-size:12px}.emp-create-benefits-v10{display:grid;grid-template-columns:1fr;gap:7px}.emp-create-stats-v10{grid-template-columns:1fr;gap:7px}.emp-create-stats-v10 div{min-height:auto;display:flex;align-items:center;justify-content:space-between;gap:10px}.emp-create-stats-v10 strong{margin-bottom:0}.emp-create-panel-v10{padding:13px;border-radius:20px}.emp-create-panel-head-v10>span{width:34px;height:34px;border-radius:12px}.emp-create-panel-head-v10 strong{font-size:13px}.emp-create-panel-head-v10 em{font-size:10px}.emp-create-form-v10{gap:9px !important}.emp-create-field-v10{min-height:54px !important}.emp-create-submit-v10{height:50px;font-size:11px;gap:7px}.emp-create-submit-v10>span{width:24px;height:24px;border-radius:8px}.emp-create-note-v10{font-size:10px;margin:10px 0 12px !important}.emp-create-preview-v10{min-height:138px}.emp-create-preview-v10 img{max-width:220px}.emp-create-ai-card-v10 strong{font-size:11px}.emp-create-ai-card-v10 small{font-size:8px}.emp-tags-v10 span{font-size:10px !important}}

/* ===== PATCH v19: register fields + profile dropdown ===== */
.header-actions-modern{position:relative}
.header-notify-btn{
  width:42px;height:42px;min-width:42px;border:0;border-radius:14px;background:#fff;color:#172438;
  display:grid;place-items:center;cursor:pointer;font-size:18px;box-shadow:0 10px 22px rgba(0,0,0,.08)
}
.header-create-btn{min-width:176px!important;background:#f4f5f6!important;color:#102033!important;box-shadow:none!important}
.header-user-menu{position:relative;display:flex;align-items:center}
.header-user-toggle{
  width:42px;height:42px;border:0;border-radius:14px;background:var(--green);color:#fff;display:grid;place-items:center;
  cursor:pointer;font-size:17px;box-shadow:0 12px 24px rgba(0,79,67,.22)
}
.header-user-dropdown{
  position:absolute;right:0;top:calc(100% + 10px);width:220px;background:#fff;border:1px solid rgba(15,23,42,.08);
  border-radius:0 0 14px 14px;box-shadow:0 26px 70px rgba(15,23,42,.18);padding:12px;z-index:120;
}
.header-user-dropdown[hidden]{display:none!important}
.header-user-card-head{padding:4px 0 12px;margin-bottom:8px;border-bottom:1px solid #d9dde3;display:grid;gap:6px}
.header-user-card-head strong{font-size:16px;line-height:1.15;color:#1d2738;font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.header-user-card-head span{font-size:14px;color:#6c7685;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.header-user-dropdown a,.header-user-logout{
  width:100%;min-height:42px;display:flex;align-items:center;gap:12px;border:0;background:transparent;border-radius:12px;
  padding:9px 2px;color:#253145;font-size:16px;font-weight:500;text-align:left;cursor:pointer
}
.header-user-dropdown a:hover,.header-user-logout:hover{background:#f7f8fa;padding-left:10px}
.header-user-dropdown i{width:24px;min-width:24px;text-align:center;color:#152437;font-size:18px}
.header-user-logout{color:#ff3b30}.header-user-logout i{color:#ff3b30}
.auth-subtitle{margin:-6px 0 16px;text-align:center;color:#6b7483;font-size:14px;line-height:1.45}
.auth-start-card{width:min(520px,100%)}
.auth-register-form{grid-template-columns:1fr 1fr;gap:12px}
.auth-register-form label{min-width:0}
.auth-register-form label:first-of-type,
.auth-register-form label[data-role-only="employer"]:first-of-type,
.auth-register-form .auth-main-btn,
.auth-register-form .auth-message{grid-column:1/-1}
.auth-form select,
.auth-form input[type="file"]{
  width:100%;height:56px;border:1px solid #d9dde3;border-radius:15px;padding:0 14px;color:#172438;background:#fff;outline:none;font-size:16px
}
.auth-form input[type="file"]{padding:14px;background:#f8fafb}
.auth-form select:focus{border-color:#005a4d;box-shadow:0 0 0 1px #005a4d inset}
.mobile-user-card{margin-top:16px;padding:16px;border-radius:18px;background:#f7fafb;border:1px solid rgba(15,23,42,.08);display:grid;gap:6px}
.mobile-user-card b{font-size:17px;color:#172438}.mobile-user-card span{font-size:14px;color:#667084}.mobile-user-actions{display:grid;gap:8px;margin-top:8px}.mobile-user-actions a,.mobile-user-actions button{min-height:44px;border:0;border-radius:14px;background:#fff;color:#172438;font-weight:900;display:flex;align-items:center;justify-content:center;cursor:pointer}.mobile-user-actions button{color:#ff3b30}
@media (max-width:1500px){.header-create-btn{min-width:150px!important}.header-notify-btn,.header-user-toggle{width:40px;height:40px;min-width:40px}.header-user-dropdown{right:-4px}}
@media (max-width:560px){.auth-start-card{width:min(430px,100%)}.auth-register-form{grid-template-columns:1fr}.auth-register-form label,.auth-register-form label:first-of-type,.auth-register-form .auth-main-btn,.auth-register-form .auth-message{grid-column:1/-1}}
.auth-register-form label:has(input[type="file"]){grid-column:1/-1}


/* ===== PATCH v20: full-screen auth flow, separate login/register ===== */
.auth-fullscreen-modal{
  z-index:140;
  padding:0!important;
  place-items:stretch!important;
  align-items:stretch!important;
  justify-items:stretch!important;
  overflow:auto;
  background:
    radial-gradient(circle at 12% 18%, rgba(0,79,67,.18), transparent 34%),
    radial-gradient(circle at 88% 78%, rgba(0,79,67,.14), transparent 38%),
    linear-gradient(135deg,#f4faf8 0%,#ffffff 42%,#eef5f3 100%)!important;
}
.auth-fullscreen-modal[hidden]{display:none!important}
.auth-fullscreen-modal .auth-choice-card,
.auth-fullscreen-modal .auth-start-card{
  position:relative;
  align-self:center;
  justify-self:center;
  border:1px solid rgba(0,79,67,.10);
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(18px);
  border-radius:32px;
  box-shadow:0 34px 120px rgba(15,23,42,.18);
  padding:clamp(24px,4vw,56px);
  max-height:none;
}
.auth-fullscreen-modal .auth-register-choice-card{width:min(1120px,calc(100% - 32px))}
.auth-fullscreen-modal.is-login-mode .auth-form-card{width:min(560px,calc(100% - 32px))}
.auth-fullscreen-modal.is-register-mode .auth-form-card{width:min(960px,calc(100% - 32px))}
.auth-fullscreen-modal .auth-logo-line{
  text-align:center;
  color:var(--green);
  font-size:30px;
  line-height:1;
  font-weight:950;
  letter-spacing:-1px;
  margin-bottom:18px;
}
.auth-choice-kicker{
  width:max-content;
  margin:0 auto 14px;
  padding:8px 14px;
  border-radius:999px;
  background:#e8f4f1;
  color:var(--green);
  font-size:13px;
  font-weight:900;
}
.auth-fullscreen-modal .auth-choice-title{
  margin:0;
  text-align:center;
  color:#142437;
  font-size:clamp(28px,3vw,44px);
  line-height:1.1;
  font-weight:950;
  letter-spacing:-1.1px;
}
.auth-choice-subtitle{
  max-width:680px;
  margin:16px auto 34px;
  text-align:center;
  color:#657184;
  font-size:16px;
  line-height:1.55;
  font-weight:600;
}
.auth-choice-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}
.auth-fullscreen-modal .auth-role-card{
  width:100%;
  height:auto;
  min-height:210px;
  display:grid;
  grid-template-columns:auto 1fr;
  grid-template-rows:auto auto;
  align-content:start;
  gap:10px 18px;
  margin:0;
  padding:28px;
  text-align:left;
  border:1px solid #dce3e1;
  border-radius:26px;
  background:#fff;
  box-shadow:0 14px 34px rgba(15,23,42,.06);
  transition:.18s ease;
}
.auth-fullscreen-modal .auth-role-card:hover,
.auth-fullscreen-modal .auth-role-card.is-selected{
  transform:translateY(-2px);
  border-color:var(--green);
  box-shadow:0 22px 55px rgba(0,79,67,.13);
}
.auth-fullscreen-modal .auth-role-card .auth-role-icon{
  grid-row:1/3;
  width:58px;
  height:58px;
  border-radius:18px;
  margin:0;
  background:#edf7f4;
  color:var(--green);
  font-size:24px;
}
.auth-fullscreen-modal .auth-role-card strong{
  display:block;
  color:#142437;
  font-size:25px;
  line-height:1.2;
  font-weight:950;
}
.auth-fullscreen-modal .auth-role-card em{
  display:block;
  color:#657184;
  font-style:normal;
  font-size:15px;
  line-height:1.55;
  font-weight:600;
}
.auth-choice-bottom{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-top:28px;
  color:#657184;
  font-size:15px;
  font-weight:700;
}
.auth-choice-bottom a{
  color:var(--green);
  text-decoration:underline;
  text-underline-offset:3px;
  font-weight:950;
}
.auth-fullscreen-modal .auth-start-card h3{
  margin:0 52px 10px;
  text-align:center;
  color:#142437;
  font-size:clamp(24px,2.3vw,34px);
  line-height:1.18;
  font-weight:950;
  letter-spacing:-.6px;
}
.auth-fullscreen-modal .auth-subtitle{
  max-width:720px;
  margin:0 auto 22px;
  text-align:center;
  color:#657184;
  font-size:15px;
  line-height:1.55;
  font-weight:600;
}
.auth-fullscreen-modal .auth-close,
.auth-fullscreen-modal .auth-back{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border:1px solid #e1e7e5;
  border-radius:15px;
  background:#fff;
  color:#243245;
  font-size:25px;
  line-height:1;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(15,23,42,.08);
}
.auth-fullscreen-modal .auth-close{top:22px;right:22px}
.auth-fullscreen-modal .auth-back{top:22px;left:22px}
.auth-fullscreen-modal .auth-back[hidden]{display:none!important}
.auth-fullscreen-modal .auth-form{gap:14px}
.auth-fullscreen-modal .auth-form label{
  gap:7px;
  color:#596579;
  font-size:13px;
  font-weight:850;
}
.auth-fullscreen-modal .auth-form input,
.auth-fullscreen-modal .auth-form select{
  width:100%;
  height:56px;
  border:1px solid #dce3e1;
  border-radius:17px;
  padding:0 16px;
  background:#fff;
  color:#142437;
  font-size:16px;
  outline:none;
  transition:.16s ease;
}
.auth-fullscreen-modal .auth-form input:focus,
.auth-fullscreen-modal .auth-form select:focus{
  border-color:var(--green);
  box-shadow:0 0 0 4px rgba(0,79,67,.10);
}
.auth-fullscreen-modal .auth-form input[type="file"]{
  height:auto;
  min-height:58px;
  padding:15px 16px;
  background:#f8faf9;
}
.auth-fullscreen-modal .auth-main-btn{
  height:58px;
  margin-top:6px;
  border-radius:18px;
  background:var(--green);
  color:#fff;
  font-size:16px;
  font-weight:950;
  box-shadow:0 16px 34px rgba(0,79,67,.20);
}
.auth-fullscreen-modal .auth-main-btn:disabled{
  background:#c7cdd2;
  box-shadow:none;
  cursor:not-allowed;
}
.auth-fullscreen-modal .auth-hint{
  margin:-2px 0 2px;
  color:#8a95a5;
  font-size:13px;
  line-height:1.45;
}
.auth-fullscreen-modal .auth-message{
  min-height:20px;
  margin:2px 0 0;
  text-align:center;
  font-size:14px;
  font-weight:800;
}
.auth-fullscreen-modal .auth-message.is-success{color:var(--green)}
.auth-fullscreen-modal .auth-message.is-error{color:#d22}
.auth-fullscreen-modal .auth-form-bottom{margin-top:14px}
.auth-fullscreen-modal.is-login-mode .auth-form-bottom{display:flex}
.auth-fullscreen-modal.is-register-mode .auth-register-form{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.auth-fullscreen-modal.is-register-mode .auth-register-form label:first-of-type,
.auth-fullscreen-modal.is-register-mode .auth-register-form label:has(input[type="file"]),
.auth-fullscreen-modal.is-register-mode .auth-register-form .auth-main-btn,
.auth-fullscreen-modal.is-register-mode .auth-register-form .auth-message{
  grid-column:1/-1;
}
@media (max-width:760px){
  .auth-fullscreen-modal .auth-choice-card,
  .auth-fullscreen-modal .auth-start-card{border-radius:24px;padding:24px 18px;margin:16px auto}
  .auth-choice-grid{grid-template-columns:1fr;gap:14px}
  .auth-fullscreen-modal .auth-role-card{min-height:150px;padding:20px;border-radius:22px}
  .auth-fullscreen-modal .auth-role-card strong{font-size:21px}
  .auth-fullscreen-modal .auth-start-card h3{margin:58px 0 10px;font-size:24px}
  .auth-fullscreen-modal .auth-logo-line{font-size:25px;margin-top:40px}
  .auth-fullscreen-modal .auth-choice-card .auth-logo-line{margin-top:4px}
  .auth-fullscreen-modal.is-register-mode .auth-register-form{grid-template-columns:1fr}
  .auth-fullscreen-modal.is-register-mode .auth-register-form label,
  .auth-fullscreen-modal.is-register-mode .auth-register-form label:first-of-type,
  .auth-fullscreen-modal.is-register-mode .auth-register-form label:has(input[type="file"]),
  .auth-fullscreen-modal.is-register-mode .auth-register-form .auth-main-btn,
  .auth-fullscreen-modal.is-register-mode .auth-register-form .auth-message{grid-column:1/-1}
}
@media (max-width:420px){
  .auth-fullscreen-modal .auth-choice-card,
  .auth-fullscreen-modal .auth-start-card{width:calc(100% - 20px);padding:20px 14px;border-radius:20px}
  .auth-choice-subtitle{font-size:14px;margin-bottom:22px}
  .auth-choice-bottom{flex-wrap:wrap;text-align:center}
}


/* ===== PATCH v21: stable separated login/register fullscreen auth ===== */
.auth-login-fullscreen-modal,
.auth-register-fullscreen-modal{
  min-height:100vh;
}
.auth-login-fullscreen-modal .auth-login-card{width:min(560px,calc(100% - 32px))}
.auth-register-fullscreen-modal.is-choice-mode .auth-register-choice-card{display:block;width:min(1120px,calc(100% - 32px))}
.auth-register-fullscreen-modal.is-choice-mode .auth-register-card{display:none!important}
.auth-register-fullscreen-modal.is-register-mode .auth-register-choice-card{display:none!important}
.auth-register-fullscreen-modal.is-register-mode .auth-register-card{display:block;width:min(960px,calc(100% - 32px))}
.auth-register-fullscreen-modal .auth-register-card[hidden],
.auth-register-fullscreen-modal .auth-register-choice-card[hidden]{display:none!important}
.auth-login-fullscreen-modal .auth-form{display:grid!important}
.auth-register-fullscreen-modal .auth-register-form{display:grid!important}
.auth-register-fullscreen-modal .auth-back{display:grid!important}
.auth-register-fullscreen-modal.is-choice-mode .auth-back{display:none!important}
.auth-fullscreen-modal svg{width:18px;height:18px;display:block}
.auth-fullscreen-modal .auth-main-btn[disabled]{pointer-events:none}
@media (max-width:760px){
  .auth-login-fullscreen-modal .auth-login-card,
  .auth-register-fullscreen-modal.is-register-mode .auth-register-card,
  .auth-register-fullscreen-modal.is-choice-mode .auth-register-choice-card{width:calc(100% - 24px)}
}


/* ===== Auth separated role forms patch ===== */
.auth-register-fullscreen-modal [data-register-panel][hidden]{display:none!important}
.auth-register-fullscreen-modal [data-register-panel]{width:min(560px, calc(100% - 32px));}
.auth-register-fullscreen-modal .auth-register-form label{margin:0;}
.auth-register-fullscreen-modal .auth-register-form input,
.auth-register-fullscreen-modal .auth-register-form select{min-height:48px;}
.auth-register-fullscreen-modal .auth-register-form input[type="file"]{padding:12px;background:#fff;}
@media (max-width:680px){
  .auth-register-fullscreen-modal [data-register-panel]{width:100%;}
}
