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

:root{--bg:#f7f8fc;--card:#fff;--ink:#171923;--muted:#697080;--line:#e6e8ef;--brand:#5b4bdb;--soft:#eeebff;--dark:#17182b}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Heebo",Arial,Helvetica,sans-serif;background:var(--bg);color:var(--ink);direction:rtl;line-height:1.6}.wrap{width:min(1120px,calc(100% - 36px));margin:auto}
header{position:sticky;top:0;z-index:10;background:rgba(247,248,252,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}nav{height:72px;display:flex;align-items:center;justify-content:space-between;gap:25px}.logo{font-size:25px;font-weight:850}.logo b{color:var(--brand)}.links{display:flex;gap:24px}.links a{color:#505666;text-decoration:none;font-size:14px;font-weight:700}.btn,.ghost{display:inline-block;border:0;border-radius:11px;padding:13px 19px;font:inherit;font-weight:800;cursor:pointer;text-decoration:none}.btn{background:var(--brand);color:#fff}.ghost{background:#fff;color:#333747;border:1px solid var(--line)}
.hero{padding:88px 0 70px}.heroGrid{display:grid;grid-template-columns:1.08fr .92fr;gap:60px;align-items:center}.badge{display:inline-block;background:var(--soft);color:#5142c7;padding:7px 12px;border-radius:99px;font-size:13px;font-weight:750}h1{font-size:clamp(43px,5.4vw,70px);line-height:1.08;letter-spacing:-.7px;margin:18px 0;font-weight:850}.lead{font-size:19px;color:var(--muted);max-width:670px}.actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:27px}.micro{font-size:12px;color:#858b99;margin-top:12px}
.preview{background:#fff;border:1px solid var(--line);border-radius:23px;padding:25px;box-shadow:0 20px 60px rgba(24,24,45,.1)}.phead{display:flex;gap:14px;align-items:center;padding-bottom:18px;border-bottom:1px solid var(--line)}.avatar{width:58px;height:58px;border-radius:50%;background:linear-gradient(135deg,#d8d4ff,#f0edff)}.name{font-size:19px;font-weight:850}.role{font-size:13px;color:var(--muted)}.line{height:8px;border-radius:6px;background:#eceef3;margin:9px 0}.w90{width:90%}.w78{width:78%}.w63{width:63%}.sectionline{margin-top:21px;color:#5a50a9;font-size:12px;font-weight:800}
section{padding:72px 0}.title{text-align:center;font-size:38px;line-height:1.2;margin:0 0 10px}.sub{text-align:center;color:var(--muted);max-width:680px;margin:0 auto 36px}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:25px;text-decoration:none;color:inherit;transition:.18s}.card:hover{transform:translateY(-3px);box-shadow:0 13px 35px rgba(25,25,50,.07)}.icon{font-size:25px}.card h3{font-size:19px;margin:14px 0 7px}.card p{font-size:14px;color:var(--muted);margin:0}.card .more{display:block;margin-top:15px;color:var(--brand);font-weight:800;font-size:13px}
.register{background:var(--dark);color:#fff;border-radius:25px;padding:42px}.register h2{text-align:center;font-size:34px;margin:0}.register>p{text-align:center;color:#c4c6d2}.tabs{display:grid;grid-template-columns:1fr 1fr;gap:10px;max-width:720px;margin:28px auto 18px}.tab{border:1px solid #44475d;background:#22243a;color:#fff;border-radius:12px;padding:15px;cursor:pointer;font:inherit;font-weight:800}.tab.active{background:#fff;color:#1c1d2e}.pane{display:none;max-width:720px;margin:auto}.pane.active{display:block}.drop{border:1px dashed #74788e;border-radius:16px;padding:34px;text-align:center;background:rgba(255,255,255,.035)}input{width:100%;padding:13px 14px;border:1px solid #4a4d61;background:#22243a;color:#fff;border-radius:10px;font:inherit;margin-bottom:11px}.submit{width:100%;margin-top:10px}.fine{font-size:11px;color:#aeb1c0;margin-top:10px}.alert{max-width:720px;margin:0 auto 18px;padding:13px 16px;border-radius:10px;background:#eeebff;color:#4436b3}
footer{border-top:1px solid var(--line);padding:34px 0;color:#7a7f8c;font-size:13px}.foot{display:flex;justify-content:space-between}
@media(max-width:850px){.links{display:none}.heroGrid{grid-template-columns:1fr}.products{grid-template-columns:1fr 1fr}.hero{padding-top:55px}}
@media(max-width:540px){.products,.tabs{grid-template-columns:1fr}.wrap{width:min(100% - 26px,1120px)}h1{font-size:43px}.register{padding:28px 18px}.navcta{display:none}}

button,input,textarea,select{font-family:"Heebo",Arial,Helvetica,sans-serif}

body,button,input,textarea,select,.btn,.ghost,.tab{
  font-family:"Heebo",Arial,Helvetica,sans-serif;
}
.btn,.tab,.ghost{
  font-weight:700;
  letter-spacing:0;
}

/* Resume drag & drop */
.drop-zone{
  cursor:pointer;
  transition:border-color .18s ease,background .18s ease,box-shadow .18s ease;
}
.drop-zone.is-dragover{
  border-color:#5b4bdb !important;
  background:#f3f1ff !important;
  box-shadow:0 0 0 4px rgba(91,75,219,.10);
}
.drop-zone.has-file{
  border-color:#5b4bdb !important;
}

.cv-content-block{
  margin-top:10px;
  font-size:13px;
  line-height:1.55;
  color:#303247;
}
.cv-content-block strong{
  display:block;
  font-size:13px;
  font-weight:700;
  color:#202235;
}
.cv-content-block span{
  display:block;
  margin-top:2px;
  font-size:11px;
  color:#7b7f91;
}
.cv-content-block p{
  margin:4px 0 0;
}
.cv-checks p{
  margin:3px 0;
  color:#45405f;
}

.lang-switch{
  border:1px solid #d9dbea;background:#fff;color:#34364a;border-radius:10px;
  padding:9px 13px;font:600 14px "Heebo",Arial,Helvetica,sans-serif;cursor:pointer;
}
.lang-switch:hover{border-color:#5b4bdb;color:#5b4bdb}
.lang-float{position:fixed;top:18px;right:18px;z-index:20}
html[dir="ltr"] body{text-align:left}
html[dir="ltr"] .preview,html[dir="ltr"] .register,html[dir="ltr"] .card{text-align:left}
html[dir="ltr"] .more{direction:ltr}
@media(max-width:700px){.lang-switch{padding:8px 10px}.links{display:none}}

/* Polished How it works */
.how-section{max-width:1120px;margin:24px auto 72px;padding:58px 24px}
.how-section .section-head{max-width:720px;margin:0 auto 34px;text-align:center}
.section-kicker{display:inline-block;margin-bottom:10px;color:#5b4bdb;font-size:14px;font-weight:800}
.how-section h2{margin:0;font-size:clamp(30px,4vw,44px);line-height:1.15;letter-spacing:-.5px;color:#121526}
.how-section .section-head p{margin:14px auto 0;color:#6e7282;font-size:17px;line-height:1.65}
.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.how-card{position:relative;min-height:220px;padding:28px;border:1px solid #e0e2eb;border-radius:22px;background:#fff;box-shadow:0 10px 35px rgba(35,39,60,.045)}
.how-number{position:absolute;top:24px;left:24px;color:#8c83f0;font-size:13px;font-weight:800;letter-spacing:.06em}
html[dir="rtl"] .how-number{left:auto;right:24px}
.how-icon{display:flex;width:44px;height:44px;align-items:center;justify-content:center;margin-top:30px;border-radius:13px;background:#f0eeff;color:#5b4bdb;font-size:22px;font-weight:800}
.how-card h3{margin:18px 0 8px;color:#151728;font-size:20px;line-height:1.3}
.how-card p{margin:0;color:#676b7b;font-size:15px;line-height:1.65}
@media(max-width:800px){
 .how-section{padding:38px 18px;margin-bottom:42px}
 .how-grid{grid-template-columns:1fr}
 .how-card{min-height:auto}
}

/* 2026-09 layout update: full-width top block, no CV/profile mockup */
.hero,
.hero-wrap,
.hero-section{
  width:100%;
  max-width:none !important;
}
.hero > .container,
.hero-wrap > .container,
.hero-section > .container{
  width:min(1180px,calc(100% - 40px));
  max-width:1180px;
  margin-inline:auto;
}
.hero-grid{
  grid-template-columns:1fr !important;
  width:100%;
}
.hero-copy{
  width:min(900px,100%);
  max-width:900px !important;
  margin-inline:auto;
  text-align:center;
}
.hero-actions{
  justify-content:center;
}
.hero .micro,
.hero .microcopy{
  text-align:center;
}

/* Shared How it works section on every product page */
.how-section{
  width:min(1120px,calc(100% - 40px));
  margin:0 auto;
  padding:64px 0;
}
.how-section .section-head{
  max-width:760px;
  margin:0 auto 34px;
  text-align:center;
}
.how-section .section-kicker{
  display:inline-block;
  margin-bottom:10px;
  color:#5b4bdb;
  font-size:14px;
  font-weight:800;
}
.how-section h2{
  margin:0;
  color:#121526;
  font-size:clamp(30px,4vw,44px);
  line-height:1.15;
}
.how-section .section-head p{
  margin:14px auto 0;
  color:#6e7282;
  font-size:17px;
  line-height:1.65;
}
.how-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.how-card{
  position:relative;
  min-height:215px;
  padding:28px;
  border:1px solid #e0e2eb;
  border-radius:22px;
  background:#fff;
  box-shadow:0 10px 35px rgba(35,39,60,.045);
}
.how-number{
  position:absolute;
  top:24px;
  inset-inline-start:24px;
  color:#8c83f0;
  font-size:13px;
  font-weight:800;
}
.how-icon{
  display:flex;
  width:44px;height:44px;
  align-items:center;justify-content:center;
  margin-top:30px;
  border-radius:13px;
  background:#f0eeff;
  color:#5b4bdb;
  font-size:22px;font-weight:800;
}
.how-card h3{margin:18px 0 8px;font-size:20px;line-height:1.3;color:#151728}
.how-card p{margin:0;color:#676b7b;font-size:15px;line-height:1.65}
@media(max-width:800px){
  .hero > .container,.hero-wrap > .container,.hero-section > .container{width:min(100% - 28px,1180px)}
  .how-section{width:calc(100% - 28px);padding:44px 0}
  .how-grid{grid-template-columns:1fr}
  .how-card{min-height:auto}
}

/* Fix hero after removing the old CV preview */
.hero, .hero-wrap, .hero-section{
  min-height:0 !important;
  height:auto !important;
  padding:72px 0 64px !important;
}
.hero-grid{
  display:block !important;
  min-height:0 !important;
}
.hero-copy{
  width:min(820px,calc(100% - 32px)) !important;
  max-width:820px !important;
  margin:0 auto !important;
  text-align:center !important;
}
.hero-copy h1{
  max-width:780px;
  margin-inline:auto;
  font-size:clamp(44px,5.2vw,72px);
  line-height:1.05;
}
.hero-copy .lead, .hero-copy > p{
  max-width:760px;
  margin-inline:auto;
}
.hero-actions{
  display:flex;
  justify-content:center !important;
  align-items:center;
  flex-wrap:wrap;
}
.hero .micro, .hero .microcopy{
  margin-inline:auto;
  text-align:center !important;
}
.preview,.cv-preview,.resume-preview,.hero-preview,.cv-card,.cv-content-block{
  display:none !important;
}
@media(max-width:800px){
  .hero,.hero-wrap,.hero-section{padding:48px 0 42px !important}
  .hero-copy h1{font-size:clamp(38px,11vw,54px)}
}

/* Clean full-width hero rebuilt after profile removal */
.hero-clean{
  width:100% !important;
  max-width:none !important;
  min-height:0 !important;
  padding:72px 24px 64px !important;
  background:#f7f8fc;
  box-sizing:border-box;
}
.hero-clean .hero-inner{
  width:min(900px,100%);
  margin:0 auto;
  text-align:center;
}
.hero-clean .hero-badge{
  display:inline-block;
  margin-bottom:18px;
  padding:8px 13px;
  border-radius:999px;
  background:#eeecff;
  color:#5b4bdb;
  font-size:14px;
  font-weight:700;
}
.hero-clean h1{
  max-width:880px;
  margin:0 auto;
  color:#151722;
  font-size:clamp(44px,5.2vw,72px);
  line-height:1.08;
  letter-spacing:-1px;
}
.hero-clean .hero-lead{
  max-width:760px;
  margin:22px auto 0;
  color:#6c7181;
  font-size:18px;
  line-height:1.7;
}
.hero-clean .hero-actions{margin-top:28px;display:flex;justify-content:center}
.hero-clean .hero-micro{margin:13px auto 0;color:#8a8fa0;font-size:12px}
@media(max-width:700px){
 .hero-clean{padding:48px 18px 44px !important}
 .hero-clean h1{font-size:40px;letter-spacing:-.4px}
 .hero-clean .hero-lead{font-size:16px}
}

/* Longer product explanations */
.hero-clean .hero-lead{
  max-width:860px !important;
  font-size:18px;
  line-height:1.85;
  text-wrap:pretty;
}
@media (min-width:900px){
  .hero-clean{padding-top:66px !important;padding-bottom:58px !important}
}

/* Larger product badge above hero title */
.hero-clean .hero-badge{
  padding:13px 22px !important;
  margin-bottom:26px !important;
  border-radius:999px !important;
  font-size:18px !important;
  line-height:1.25 !important;
  font-weight:800 !important;
  min-height:24px;
}
@media(max-width:700px){
  .hero-clean .hero-badge{
    padding:11px 18px !important;
    margin-bottom:20px !important;
    font-size:16px !important;
  }
}

/* 1CV logo */
.logo{direction:ltr!important;display:inline-flex!important;align-items:baseline!important;gap:0!important;font-size:28px!important;font-weight:700!important;letter-spacing:-1px!important}
.logo .logo-one{color:#5b4bdb;font-weight:800}
.logo b{color:#171925;font-weight:800}
