:root{
  --bg1:#f6f8ff;
  --bg2:#eef2ff;
  --text:#0f172a;
  --muted:#5b6476;
  --stroke:#e7ebff;
  --shadow: 0 18px 60px rgba(17, 24, 39, .12);
  --radius:18px;

  --primary:#2f6bff;
  --primary2:#5aa7ff;
  --soft:#eef4ff;
  --softStroke:#dbe7ff;

  --container: 1120px;
}

*{box-sizing:border-box}
html,body{height:100%}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background:
    radial-gradient(900px 600px at 18% 8%, rgba(47,107,255,.18), transparent 60%),
    radial-gradient(900px 600px at 82% 12%, rgba(90,167,255,.18), transparent 60%),
    linear-gradient(180deg, var(--bg1), var(--bg2));
}

a{color:inherit;text-decoration:none}
button{font-family:inherit}

.container{
  width:min(100% - 40px, var(--container));
  margin-inline:auto;
}

/* Topbar */
.topbar{
  position:sticky; top:0; z-index:50;
  background: rgba(246,248,255,.75);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(231,235,255,.8);
}
.topbar__inner{
  height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}

.logo{
  display:flex; align-items:center; gap:10px;
  font-weight:800;
}
.logo__mark{
  width:12px;height:12px;border-radius:999px;
  background: linear-gradient(135deg, var(--primary), var(--primary2));
  box-shadow: 0 0 0 6px rgba(47,107,255,.14);
}
.logo__text{letter-spacing:-0.2px}

.topnav{
  display:flex; gap:14px;
  padding:8px 10px;
  border-radius:999px;
  background: rgba(255,255,255,.65);
  border: 1px solid rgba(231,235,255,.9);
}
.topnav__link{
  padding:8px 12px;
  border-radius:999px;
  font-weight:700;
  color:#1f2a44;
}
.topnav__link:hover{ background: rgba(47,107,255,.08) }
.topnav__link--muted{ color:#4b5563; font-weight:700; }

.lang{
  display:flex; gap:8px;
  padding:6px;
  border-radius:999px;
  background: rgba(255,255,255,.65);
  border: 1px solid rgba(231,235,255,.9);
}
.lang__btn{
  border:0;
  background:transparent;
  padding:8px 10px;
  border-radius:999px;
  font-weight:800;
  color:#4b5563;
  cursor:pointer;
}
.lang__btn:hover{ background: rgba(47,107,255,.08); color:#1f2a44 }
.lang__btn.is-active{
  color:white;
  background: linear-gradient(135deg, var(--primary), var(--primary2));
}

/* Hero */
.hero{
  position: relative;
  min-height: 92vh;
  display:flex;
  align-items:center;
  padding: 80px 0;

  /* ОЦЕ ГОЛОВНЕ */
  width: 100%;
  background:
  radial-gradient(circle at 75% 40%, rgba(120,180,255,.25), transparent 55%),
  linear-gradient(180deg, #f4f7ff 0%, #e9f0ff 100%);

}
.hero__bg{ position:absolute; inset:0; pointer-events:none; }
.hero__blob{
  position:absolute;
  width:540px; height:540px;
  border-radius:999px;
  filter: blur(40px);
  opacity:.65;
}
.hero__blob--a{ left:-200px; top:-240px; background: radial-gradient(circle at 35% 35%, rgba(47,107,255,.55), transparent 60%); }
.hero__blob--b{ right:-220px; top:-220px; background: radial-gradient(circle at 35% 35%, rgba(90,167,255,.55), transparent 60%); }
.hero__blob--c{ left:35%; bottom:-320px; background: radial-gradient(circle at 35% 35%, rgba(255,255,255,.8), transparent 60%); opacity:.55; }

.hero__inner{
  position:relative;
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:40px;
  align-items:center;


}

.hero__left{
  padding: 10px 0;
  max-width: 620px;
}
.hero__title{
  margin:0 0 10px;
  font-size: 44px;
  line-height: 1.08;
  letter-spacing:-0.8px;
}
.hero__subtitle{
  margin:0 0 18px;
  color: var(--muted);
  line-height: 1.7;
  font-size: 16px;
  max-width: 62ch;
}

.hero__actions{ display:flex; gap:12px; margin-bottom: 14px; flex-wrap:wrap; }

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:1px solid transparent;
  border-radius: 14px;
  padding: 12px 16px;
  font-weight: 800;
  cursor:pointer;
  transition: transform .12s ease, opacity .12s ease, background .12s ease;
}
.btn:active{ transform: translateY(1px); }
.btn--primary{
  color:white;
  background: linear-gradient(135deg, var(--primary), var(--primary2));
  box-shadow: 0 14px 34px rgba(47,107,255,.22);
}
.btn--primary:hover{ opacity:.92; }
.btn--soft{
  color:#1f2a44;
  background: var(--soft);
  border-color: var(--softStroke);
}
.btn--soft:hover{ background: #e8f0ff; }

.hero__chips{ display:flex; gap:10px; flex-wrap:wrap; }
.chip{
  padding: 8px 10px;
  border-radius:999px;
  background: rgba(255,255,255,.8);
  border: 1px solid rgba(231,235,255,.95);
  font-size: 12px;
  color:#4b5563;
  font-weight:800;
}

.hero__right{
  display:flex;
  justify-content:center;
  align-items:center;
}
.hero__artWrap{
  width:100%;
  max-width: 640px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
.hero__art{
  width:100%;
  height:auto;
  max-height: 420px;
  object-fit: contain;
  display:block;
}

/* Sections */
.section{
  padding: 40px 0;
}
.section--alt{
  background: rgba(255,255,255,.45);
  border-top:1px solid rgba(231,235,255,.9);
  border-bottom:1px solid rgba(231,235,255,.9);
}
.section__head{ margin-bottom: 18px; }
.section__head.center{ text-align:center; }
.section__title{
  margin:0;
  font-size: 30px;
  letter-spacing:-0.4px;
}
.section__subtitle{
  margin: 10px auto 0;
  color: var(--muted);
  max-width: 72ch;
  line-height: 1.7;
}

/* Cards */
.cardsGrid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 22px;
}

.card{
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(231,235,255,.95);
  border-radius: 18px;
  box-shadow: 0 14px 45px rgba(17,24,39,.10);
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-height: 290px;
}

.card__body{ padding: 16px; display:flex; flex-direction:column; gap:10px; }
.card__top{
  display:flex; gap:12px; align-items:center;
}
.card__icon{
  width:46px;height:46px;
  border-radius: 16px;
  background: rgba(47,107,255,.10);
  border: 1px solid rgba(47,107,255,.16);
  display:flex; align-items:center; justify-content:center;
  overflow:hidden;
  flex: 0 0 auto;
}
.card__icon img{ width:100%; height:100%; object-fit:cover; display:block; }
.card__icon span{ font-size: 22px; }

.card__title{
  margin:0;
  font-size: 16px;
  font-weight: 900;
}
.card__meta{
  color: var(--muted);
  font-size: 12px;
  margin-top:2px;
}

.badges{ display:flex; gap:8px; flex-wrap:wrap; }
.badge{
  font-size: 12px;
  font-weight: 800;
  color:#3b4256;
  background: rgba(238,244,255,.9);
  border:1px solid rgba(219,231,255,.95);
  padding: 6px 8px;
  border-radius: 999px;
}

.salary{
  font-weight: 900;
  font-size: 26px;
  letter-spacing: -0.4px;
}
.salary small{ font-size: 14px; color: var(--muted); font-weight: 800; margin-left: 6px; }

.card__desc{
  margin:0;
  color: var(--muted);
  line-height: 1.6;
  min-height: 44px;
}

.card__footer{
  margin-top:auto;
  padding: 14px 16px 16px;
  display:flex;
  gap: 10px;
}
.card__footer .btn{ flex:1; padding: 12px 12px; border-radius: 14px; }

/* About blocks */
.simpleBlocks{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 22px;
}
.block{
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(231,235,255,.95);
  border-radius: 18px;
  box-shadow: 0 14px 45px rgba(17,24,39,.10);
  padding: 16px;
}
.block__row{ display:flex; gap:12px; align-items:flex-start; }
.block__icon{
  width:44px;height:44px;border-radius:16px;
  background: rgba(47,107,255,.10);
  border: 1px solid rgba(47,107,255,.16);
  display:flex; align-items:center; justify-content:center;
  overflow:hidden;
}
.block__icon img{ width: 22px; height: 22px; object-fit: contain; }
.block__icon span{ font-size: 20px; }
.block__h{ margin:0; font-weight: 900; }
.block__p{ margin:8px 0 0; color: var(--muted); line-height: 1.6; }

/* Footer */
.footer{
  background: linear-gradient(180deg, rgba(18, 26, 58, .92), rgba(10, 16, 40, .96));
  color: rgba(255,255,255,.90);
  padding: 28px 0 34px;
  margin-top: 18px;
}
.footer__inner{
  display:flex;
  justify-content:space-between;
  gap:18px;
}
.footer__brand{
  display:flex; align-items:center; gap:10px;
  font-weight:900;
}
.footer__contacts{ margin-top: 12px; display:flex; flex-direction:column; gap:8px; }
.footer__contact{ color: rgba(255,255,255,.88); opacity:.95; }
.footer__contact:hover{ opacity:1; text-decoration: underline; }
.footer__note{ margin-top: 14px; color: rgba(255,255,255,.70); line-height: 1.6; max-width: 56ch; }
.footer__right{ display:flex; flex-direction:column; align-items:flex-end; gap:12px; }
.footer__links{ display:flex; gap:14px; }
.footer__links a{ color: rgba(255,255,255,.86); font-weight:800; }
.footer__links a:hover{ text-decoration: underline; }
.footer__copy{ color: rgba(255,255,255,.60); font-size: 12px; }

/* Modal */
.modal{ position:fixed; inset:0; display:none; z-index:100; }
.modal.is-open{ display:block; }
.modal__backdrop{ position:absolute; inset:0; background: rgba(15, 23, 42, .45); backdrop-filter: blur(6px); }
.modal__panel{
  position: relative;
  width: min(720px, calc(100% - 40px));
  margin: 8vh auto;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(231,235,255,.95);
  border-radius: 18px;
  box-shadow: var(--shadow);
  overflow:hidden;
}
.modal__head{
  display:flex; align-items:center; justify-content:space-between;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(231,235,255,.95);
}
.modal__title{ font-weight: 900; }
.modal__close{
  border:1px solid rgba(231,235,255,.95);
  background: rgba(238,244,255,.9);
  border-radius: 12px;
  padding: 8px 10px;
  cursor:pointer;
}
.modal__body{
  padding: 14px 16px;
  color: #374151;
  line-height: 1.7;
}
.modal__body ul{ margin: 10px 0 0; padding-left: 18px; }
.modal__foot{
  padding: 14px 16px 18px;
  border-top: 1px solid rgba(231,235,255,.95);
  display:flex; justify-content:flex-end;
}

/* Responsive */
@media (max-width: 980px){
  .hero__inner{ grid-template-columns: 1fr; }
  .hero__art{ height: 240px; }
  .cardsGrid{ grid-template-columns: repeat(2, 1fr); }
  .simpleBlocks{ grid-template-columns: repeat(2, 1fr); }
  .footer__inner{ flex-direction: column; align-items:flex-start; }
  .footer__right{ align-items:flex-start; }
  
}
@media (max-width: 620px){
  .topnav{ display:none; }
  .hero__title{ font-size: 34px; }
  .cardsGrid{ grid-template-columns: 1fr; }
  .simpleBlocks{ grid-template-columns: 1fr; }
}
.section--tight{ padding: 18px 0 36px; }

.highlight{
  display:flex;
  gap:18px;
  align-items:center;
  justify-content:space-between;
  background: rgba(255,255,255,.70);
  border:1px solid rgba(231,235,255,.95);
  border-radius: 22px;
  box-shadow: 0 14px 45px rgba(17,24,39,.10);
  padding: 18px;
}
.highlight__title{ margin:0; font-size: 20px; font-weight: 900; }
.highlight__p{ margin:10px 0 0; color: var(--muted); line-height: 1.65; }
.highlight__chips{ display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end; }

.noteBox{
  margin-top: 16px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(47,107,255,.28);
  border-left: 6px solid rgba(47,107,255,.85);
  border-radius: 18px;
  padding: 14px 16px;
  box-shadow: 0 12px 34px rgba(17,24,39,.08);
}
.noteBox__title{ font-weight: 900; margin-bottom: 6px; }
.noteBox__text{ color: var(--muted); line-height: 1.6; }

@media (max-width: 980px){
  .highlight{ flex-direction: column; align-items:flex-start; }
  .highlight__chips{ justify-content:flex-start; }
}

/* === Scroll reveal animations === */
.reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s ease, transform .6s ease;
  will-change: opacity, transform;
}

.reveal--left{ transform: translateX(-22px); }
.reveal--right{ transform: translateX(22px); }
.reveal--zoom{ transform: scale(.97); }

.reveal.is-visible{
  opacity: 1;
  transform: none;
}

/* stagger (по черзі) */
.reveal.is-visible{ transition-delay: var(--d, 0ms); }

/* повага до людей з reduced motion */
@media (prefers-reduced-motion: reduce){
  .reveal{
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
/* Simple hover grow effect */

.card{
  transition: transform .25s ease, box-shadow .25s ease;
  transform: translateZ(0);
}

.card:hover{
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 24px 50px rgba(17,24,39,.15);
}

.card:active{
  transform: translateY(-2px) scale(0.99);
}
/* =========================
   Button zoom animation
   ========================= */

   .btn{
    transition: transform .18s ease, box-shadow .18s ease;
    transform: translateZ(0);
  }
  
  .btn:hover{
    transform: scale(1.04);
  }
  
  .btn:active{
    transform: scale(0.98);
  }  


 /* Reviews */
.ratingBar{
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(231,235,255,.95);
  border-radius: 18px;
  box-shadow: 0 14px 45px rgba(17,24,39,.10);
  padding: 14px 16px;
  margin-top: 16px;
}

.ratingBar__label{
  color: var(--muted);
  font-weight: 800;
  font-size: 12px;
}

.ratingBar__value{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top: 6px;
}

.ratingBar__num{
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.4px;
}

.stars{
  font-size: 16px;
  letter-spacing: 2px;
  user-select:none;
}

.ratingBar__link{
  display:inline-block;
  margin-top: 8px;
  font-weight: 800;
  color: #1f2a44;
  opacity: .85;
}
.ratingBar__link:hover{ opacity: 1; text-decoration: underline; }

.reviewsGrid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 14px;
}

.review{
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(231,235,255,.95);
  border-radius: 18px;
  box-shadow: 0 14px 45px rgba(17,24,39,.10);
  padding: 16px;
}

.review__top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
}

.review__name{
  font-weight: 900;
}

.review__date{
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.review__text{
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

@media (max-width: 980px){
  .reviewsGrid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px){
  .reviewsGrid{ grid-template-columns: 1fr; }
} 