:root{
  --bg: #f6f7fb;
  --bg-2: #edf0f7;
  --paper: rgba(255, 255, 255, 0.78);
  --ink: #161616;
  --muted: rgba(22,22,22,0.72);
  --line: rgba(22,22,22,0.10);
  --slate-200: #e2e8f0;
  --accent-1: #315EFF;
  --accent-2: #6A5BFF;
  --accent-3: #1C7DFF;
  --shadow: 0 26px 70px rgba(0,0,0,0.09);
  --shadow-2: 0 14px 40px rgba(0,0,0,0.08);
  --radius: 22px;
  --radius-sm: 16px;
  --radius-lg: 28px;
  --max: 1120px;
}

*{ box-sizing: border-box; }
html, body{ height: 100%; }
body{
  margin: 0;
  font-family: "Noto Sans Georgian", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(900px 520px at 75% 0%, rgba(49, 94, 255, 0.12), transparent 60%),
    radial-gradient(900px 520px at 10% 10%, rgba(49, 94, 255, 0.08), transparent 58%),
    linear-gradient(180deg, var(--bg), var(--bg-2));
  letter-spacing: -0.01em;
  min-height: 100vh;
  padding-top: 80px;
}

a{ color: inherit; text-decoration: none; }
strong{ font-weight: 700; }

.container{
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 28px;
}

section[id]{
  scroll-margin-top: 88px;
}

.skip{
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(0,0,0,0.85);
  color: #fff;
  transform: translateY(-140%);
  transition: transform 160ms ease;
  z-index: 9999;
}
.skip:focus{ transform: translateY(0); outline: none; }

.header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(246,247,251,0.72);
  border-bottom: 1px solid rgba(226,232,240,0.90);
}

.btn-login {
  background:rgb(248, 246, 246);
  border: 0.5px solid #000;
  color: #315EFF;
  box-shadow: 0 16px 34px rgba(49,94,255,0.20);
}

.header__inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 16px;
}
.brand{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.brand__mark{
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--accent-1), var(--accent-2));
  color: #fff;
  box-shadow: 0 16px 34px rgba(49,94,255,0.20);
}
.brand--small .brand__mark{ width: 34px; height: 34px; }
.brand__text{ font-size: 16px; }

.header__actions{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.header__link{
  padding: 11px 12px;
  border-radius: 14px;
  color: rgba(0,0,0,0.72);
  font-weight: 650;
  border: 1px solid transparent;
  transition: background 180ms ease, border-color 180ms ease, opacity 180ms ease, transform 120ms ease;
}
.header__link:hover{
  background: rgba(255,255,255,0.38);
  border-color: rgba(0,0,0,0.10);
}
.header__link:active{ transform: translateY(1px); }
.header__link:focus{ outline: none; }
.header__link:focus-visible{
  outline: 3px solid rgba(0,0,0,0.18);
  outline-offset: 3px;
}

.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 16px;
  border: 1px solid transparent;
  font-weight: 650;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  transition: transform 120ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease, opacity 180ms ease;
  user-select: none;
}
.btn:active{ transform: translateY(1px); }
.btn:focus{ outline: none; }
.btn:focus-visible{
  outline: 3px solid rgba(0,0,0,0.18);
  outline-offset: 3px;
}

.btn--primary{
  color: #fff;
  background: var(--accent-1);
  box-shadow:
    0 18px 44px rgba(49,94,255,0.26),
    inset 0 1px 0 rgba(255,255,255,0.12);
}
.btn--primary:hover{
  box-shadow:
    0 22px 56px rgba(49,94,255,0.30),
    inset 0 1px 0 rgba(255,255,255,0.16);
  transform: translateY(-1px);
}
.btn--secondary{
  background: rgba(255,255,255,0.82);
  border-color: var(--slate-200);
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
  color: rgba(0,0,0,0.78);
}
.btn--secondary:hover{
  border-color: rgba(0,0,0,0.14);
  transform: translateY(-1px);
}
.btn--ghost{
  background: transparent;
  border-color: rgba(0,0,0,0.10);
  color: rgba(0,0,0,0.78);
}
.btn--ghost:hover{
  border-color: rgba(0,0,0,0.16);
  background: rgba(255,255,255,0.35);
}
.btn--lg{
  padding: 15px 18px;
  border-radius: 18px;
  font-size: 15px;
}

.hero{
  position: relative;
  padding: 78px 0 60px;
}

.heroCards{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.candidateCard{
  position: relative;
  width: min(420px, 100%);
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,0.86);
  border: 1px solid var(--slate-200);
  box-shadow: 0 26px 70px rgba(0,0,0,0.10);
  backdrop-filter: blur(10px);
}
.candidateCard--a{
  z-index: 1;
  transform: translateX(-52px) rotate(-2deg);
  margin-bottom: -40px;
}
.candidateCard--b{
  z-index: 2;
  transform: translateX(-26px) rotate(1.4deg);
  margin-bottom: -34px;
}
.candidateCard--c{
  z-index: 3;
  transform: translateX(0) rotate(0.6deg);
}

.candidateCard__row{
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.candidateCard__avatar{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: var(--slate-200);
  color: rgba(71,85,105,0.95);
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 13px;
  flex: 0 0 auto;
}
.candidateCard__main{ flex: 1; min-width: 0; }
.candidateCard__name{
  height: 14px;
  border-radius: 999px;
  margin-top: 2px;
}
.candidateCard__badge{
  display: inline-block;
  margin-top: 8px;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 750;
  color: #fff;
  background: var(--accent-1);
}
.candidateCard__badge--good{
  background: linear-gradient(135deg, var(--accent-1), rgba(49,94,255,0.78));
}
.candidateCard__meta{
  height: 10px;
  border-radius: 999px;
  margin-top: 10px;
}
.candidateCard__summary{
  margin: 12px 0 0;
  color: rgba(75,85,99,0.96);
  font-size: 14px;
  line-height: 1.55;
}
.candidateCard__bottom{
  margin-top: 12px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.candidateCard__btn{
  appearance: none;
  border: 1px solid rgba(49,94,255,0.22);
  background: var(--accent-1);
  color: #fff;
  border-radius: 12px;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
  transition: background 160ms ease, transform 120ms ease, border-color 160ms ease;
}
.candidateCard__btn:hover{
  background: rgba(49,94,255,0.92);
  border-color: rgba(49,94,255,0.32);
}
.candidateCard__btn:active{ transform: translateY(1px); }
.candidateCard__pill{
  height: 10px;
  border-radius: 999px;
  width: 40%;
}

.skeleton{
  background: rgba(226,232,240,0.95);
}
.skeleton--name{ width: 44%; }
.skeleton--meta{ width: 56%; }
.skeleton--pill{ width: 34%; }
.hero__grid{
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}
.hero__content{
  max-width: 62ch;
}

.pill{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.62);
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 10px 26px rgba(0,0,0,0.06);
  color: rgba(0,0,0,0.80);
  font-weight: 600;
  font-size: 13px;
}
.dot{
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: #0f0f0f;
  opacity: 0.9;
}

.hero__title{
  margin: 14px 0 10px;
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: 1.06;
  letter-spacing: -0.04em;
}
.underline{
  position: relative;
  display: inline-block;
  padding: 0 2px;
}
.underline::after{
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 6px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(49,94,255,0.22), rgba(106,91,255,0.18));
  z-index: -1;
}

.hero__subtitle{
  margin: 0;
  max-width: 56ch;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.62;
}

.hero__cta{
  display: flex;
  gap: 14px;
  margin-top: 22px;
  flex-wrap: wrap;
}

.hero__meta{
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.stat{
  padding: 18px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.80);
  border: 1px solid var(--slate-200);
  box-shadow: 0 16px 44px rgba(0,0,0,0.06);
}
.stat__value{
  font-weight: 800;
  letter-spacing: -0.03em;
}
.stat__label{
  margin-top: 6px;
  color: rgba(0,0,0,0.66);
  font-size: 13px;
  line-height: 1.25;
}

.hero__visual{
  position: relative;
  min-height: 460px;
}
.hero__visual{
  display: flex;
  justify-content: flex-end;
}
.card{
  border-radius: var(--radius-lg);
  border: 1px solid var(--slate-200);
  background: linear-gradient(180deg, rgba(255,255,255,0.84), rgba(255,255,255,0.62));
  box-shadow: var(--shadow);
  padding: 22px;
}
.card--glass{
  position: absolute;
  inset: 10px 0 0 auto;
  width: min(420px, 100%);
}
.card__top{
  display: flex;
  align-items: center;
  gap: 12px;
}
.avatar{
  width: 48px;
  height: 48px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,0.6), transparent 45%),
    linear-gradient(180deg, #0f0f0f, #2c2c2c);
  box-shadow: 0 14px 26px rgba(0,0,0,0.18);
}
.lines{ flex: 1; }
.line{
  height: 10px;
  border-radius: 999px;
  background: rgba(0,0,0,0.10);
  margin-top: 8px;
}
.line--lg{
  height: 12px;
  margin-top: 0;
  width: 76%;
  background: rgba(0,0,0,0.12);
}
.score{
  padding: 12px 14px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(49,94,255,0.98), rgba(106,91,255,0.92));
  color: #fff;
  box-shadow: 0 20px 44px rgba(49,94,255,0.22);
  display: grid;
  gap: 2px;
  min-width: 86px;
  text-align: right;
}
.score__label{
  font-size: 11px;
  opacity: 0.75;
}
.score__value{
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.chips{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.chip{
  font-size: 13px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.76);
  border: 1px solid var(--slate-200);
  color: rgba(0,0,0,0.76);
}

.card__bottom{
  margin-top: 16px;
  display: grid;
  gap: 10px;
}
.mini{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  align-items: end;
  height: 44px;
}
.mini__bar{
  border-radius: 12px;
  background: rgba(0,0,0,0.12);
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 12px 22px rgba(0,0,0,0.06);
}
.mini__bar--a{ height: 68%; }
.mini__bar--b{ height: 92%; background: rgba(0,0,0,0.16); }
.mini__bar--c{ height: 54%; }
.hint{
  color: rgba(0,0,0,0.66);
  font-size: 13px;
  line-height: 1.35;
}

.section{
  padding: 88px 0;
}
.section--alt{
  background: rgba(255,255,255,0.30);
  border-top: 1px solid rgba(226,232,240,0.90);
  border-bottom: 1px solid rgba(226,232,240,0.90);
}
.section__head{
  display: grid;
  gap: 12px;
  margin-bottom: 26px;
}
.section__title{
  margin: 0;
  font-size: clamp(24px, 2.2vw, 34px);
  letter-spacing: -0.03em;
}
.section__subtitle{
  margin: 0;
  max-width: 68ch;
  color: var(--muted);
  line-height: 1.62;
}

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

.feature{
  padding: 26px;
  border-radius: var(--radius);
  background: rgba(255,255,255,0.70);
  border: 1px solid var(--slate-200);
  box-shadow: 0 22px 60px rgba(0,0,0,0.06);
}
.feature__icon{
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(49,94,255,0.08);
  border: 1px solid rgba(49,94,255,0.18);
  color: rgba(49,94,255,0.92);
  font-weight: 800;
  letter-spacing: -0.04em;
}
.feature__title{
  margin: 12px 0 8px;
  letter-spacing: -0.02em;
}
.feature__text{
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.stepCard{
  padding: 26px;
  border-radius: var(--radius);
  background: rgba(255,255,255,0.70);
  border: 1px solid var(--slate-200);
  box-shadow: 0 22px 60px rgba(0,0,0,0.06);
}
.stepCard__top{
  display: flex;
  align-items: center;
  gap: 12px;
}
.stepCard__num{
  width: 46px;
  height: 46px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(49,94,255,0.08);
  border: 1px solid rgba(49,94,255,0.18);
  color: rgba(49,94,255,0.92);
  font-weight: 900;
  letter-spacing: -0.04em;
}
.stepCard__line{
  height: 1px;
  flex: 1;
  background: var(--slate-200);
}
.stepCard__title{
  margin: 14px 0 8px;
  letter-spacing: -0.02em;
}
.stepCard__text{
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.cta{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 34px;
  border-radius: 30px;
  background:
    radial-gradient(900px 220px at 10% 0%, rgba(0,0,0,0.06), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,0.84), rgba(255,255,255,0.62));
  border: 1px solid var(--slate-200);
  box-shadow: var(--shadow);
}
.cta__title{
  margin: 0;
  font-size: clamp(22px, 2.1vw, 30px);
  letter-spacing: -0.03em;
}
.cta__subtitle{
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.62;
  max-width: 70ch;
}
.cta__actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer{
  padding: 56px 0 22px;
  border-top: 1px solid rgba(226,232,240,0.90);
  background: rgba(246,247,251,0.64);
  backdrop-filter: blur(12px);
}
.footer__inner{
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
}
.footer__note{
  margin: 10px 0 0;
  color: var(--muted);
  max-width: 44ch;
  line-height: 1.55;
}
.footer__right{
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer__link{
  color: rgba(0,0,0,0.74);
  font-weight: 650;
}
.footer__link:hover{ opacity: 0.8; }
.footer__bottom{
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(0,0,0,0.06);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: rgba(0,0,0,0.64);
}
.footer__sep{ opacity: 0.5; }

/* Testimonials */
#testimonials .grid{
  align-items: stretch;
}
.testimonial{
  padding: 28px;
  border-radius: 18px;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(226,232,240,0.90);
  box-shadow: 0 18px 40px rgba(15,23,42,0.14);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.testimonial__quote{
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  font-size: 14px;
  font-weight: 500;
}
.testimonial__person{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 6px;
}
.testimonial__avatar{
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--slate-200);
  color: rgba(30,41,59,0.95);
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 13px;
  box-shadow: 0 10px 18px rgba(15,23,42,0.18);
  flex-shrink: 0;
}
.testimonial__meta{
  display: grid;
  gap: 4px;
}
.testimonial__name{
  font-weight: 700;
  letter-spacing: -0.01em;
  font-size: 13px;
}
.testimonial__role{
  display: inline-block;
  margin-top: 2px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(226,232,240,0.95);
  box-shadow: 0 12px 24px rgba(15,23,42,0.10);
  font-size: 12px;
  color: rgba(15,23,42,0.78);
}

@media (max-width: 980px){
  .hero__grid{ grid-template-columns: 1fr; }
  .hero{ padding: 62px 0 46px; }
  .hero__visual{ min-height: 360px; }
  .heroCards{ min-height: 0; align-items: stretch; }
  .hero__content{ max-width: none; text-align: center; margin: 0 auto; }
  .hero__cta{ justify-content: center; }
  .hero__meta{
    grid-template-columns: 1fr;
    justify-items: stretch;
  }
  .hero__meta .stat{
    width: 100%;
  }
  .section__head{ text-align: center; justify-items: center; }
  .cta__text{ text-align: center; }
  .cta__actions{ justify-content: center; }

  .header__actions{ justify-content: center; }
  .header__link{ display: none; }

  .candidateCard{
    position: relative;
    transform: none;
    width: 100%;
    margin-top: 14px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .candidateCard:first-child{ margin-top: 0; }
  .grid--3{ grid-template-columns: 1fr; }
  .hero__meta{ grid-template-columns: 1fr; }
  .cta{ flex-direction: column; align-items: stretch; }
  .footer__inner{ flex-direction: column; }
  .footer__right{ justify-content: flex-start; }
}

@media (max-width: 640px){
  body{
    background:
      radial-gradient(700px 440px at 50% -10%, rgba(49,94,255,0.14), transparent 65%),
      linear-gradient(180deg, var(--bg), var(--bg-2));
    padding-top: 72px;
  }
  .header__inner{
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .header__actions{
    width: 100%;
    justify-content: flex-end;
  }
  .container{ padding: 0 18px; }
  .header__inner{ padding: 14px 16px; }
  .hero{ padding: 54px 0 40px; }
  .section{ padding: 72px 0; }
  .candidateCard{ padding: 16px; border-radius: 20px; }
  .candidateCard__summary{ font-size: 13.5px; }
  section[id]{ scroll-margin-top: 78px; }
}

@media (prefers-reduced-motion: reduce){
  *{ transition: none !important; scroll-behavior: auto !important; }
}
