* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Regular */
@font-face {
    font-family: 'GAAGayane';
    src: url('./fonts/GAA_Gayane_Reg.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

/* Regular Italic */
@font-face {
    font-family: 'GAAGayane';
    src: url('./fonts/GAA_Gayane_Reg_it.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

/* Medium */
@font-face {
    font-family: 'GAAGayane';
    src: url('./fonts/GAAGayane-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

/* Medium Italic */
@font-face {
    font-family: 'GAAGayane';
    src: url('./fonts/GAAGayane-Medium_it.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

/* SemiBold */
@font-face {
    font-family: 'GAAGayane';
    src: url('./fonts/GAAGayane-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

/* SemiBold Italic */
@font-face {
    font-family: 'GAAGayane';
    src: url('./fonts/GAAGayane-SemiBold_it.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
}

/* Bold */
@font-face {
    font-family: 'GAAGayane';
    src: url('./fonts/GAAGayane-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

/* Bold Italic */
@font-face {
    font-family: 'GAAGayane';
    src: url('./fonts/GAAGayane-Bold_it.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

/* Extra Bold */
@font-face {
    font-family: 'GAAGayane';
    src: url('./fonts/GAA_Gayane_ExtBld.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

/* Extra Bold Italic */
@font-face {
    font-family: 'GAAGayane';
    src: url('./fonts/GAA_Gayane_ExtBld_it.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
}

body {
        font-family: 'GAAGayane', sans-serif;

}

.stage__text span {
    font-size: 14px;
    line-height: 20px;
    display: block;
}

.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.header {
  border-bottom: 1px solid #eee;
}

/* TOP */
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__top-flex {
    display: flex;
    justify-content: end;
    position: relative;
}
.header__bottom-flex {
     display: flex;
    justify-content: end;
}
.logo {
    width: 205px;
    background: #fff;
    box-shadow: 0px -1px 16px 4px #c1c1c1;
    /* border-radius: 0px 0px 5px 5px; */
    text-align: center;
    justify-content: center;
    height: 116px;
    position: absolute;
    left: 0;
    top: -19px;
}
.logo-circle {
  width: 40px;
  height: 40px;
  background: #e53935;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.logo-text span {
  font-size: 12px;
  color: #777;
}

.nav {
  display: flex;
  gap: 20px;
}

.nav a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
}
.logo img {
    width: 120px;
}
/* BOTTOM */
.header-bottom {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 20px 0;
    font-size: 14px;
    background: #d5f2ff;
}
.contacts {
  display: flex;
  align-items: center;
  gap: 20px;
}

.contacts a {
  text-decoration: none;
  color: #000;
}

.btn {
  padding: 8px 15px;
  border: 1px solid #a855f7;
  background: transparent;
  color: #a855f7;
  border-radius: 6px;
  cursor: pointer;
}


.banner {
    /* background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/banner.png) center / cover no-repeat; */
    background-image: url(/wp-content/uploads/2026/07/banner1.png);
    color: #fff;
    padding: 100px 0;
    min-height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.banner-content {
  max-width: 600px;
}

.banner h1 {
  font-size: 42px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.subtitle {
  font-size: 18px;
  margin-bottom: 15px;
  color: #ddd;
}

.trust {
  margin-bottom: 30px;
  font-size: 16px;
  color: #ccc;
}

.banner-actions {
  display: flex;
  gap: 15px;
  margin-top: 50px;
}

.btn-primary {
  background: #3596e5;
  color: #fff;
  padding: 14px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
}

.btn-secondary {
  border: 1px solid #fff;
  padding: 14px 25px;
  border-radius: 8px;
  text-decoration: none;
  color: #fff;
}

.stages__items {
    column-gap: 30px;
    display: grid;
    flex-direction: row;
    flex-wrap: nowrap;
    grid-template-columns: repeat(5, 1fr);
    justify-content: space-between;
    row-gap: unset;
}
.stage__text b {
    display: block;
}

.stage .stage__number {
    color: #707078;
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    left: 0;
    letter-spacing: -.2px;
    line-height: 140%;
    position: absolute;
    top: 0;
    z-index: 1;
}

.stage .stage__level {
    align-items: flex-end;
    display: flex;
    font-size: 50px;
    font-weight: 300;
    line-height: 140%;
    min-width: 99px;
    position: relative;
    padding-left: 30px;
}

.stage .stage__level .stage__icon {
        height: 79px;
        width: 79px;
    }
.stage .stage__level .stage__icon {
    align-items: center;
    display: flex;
    height: 63px;
    justify-content: center;
    margin-left: 0;
    width: 63px;
    background-color: #3596e5;
    border-radius: 50%;
}
.stage p.stage__text {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.2px;
    line-height: 140%;
    padding-top: 10px;
}


.stages__items .stage:nth-child(-n+5)::after {
    content: "";
    height: 8px;
    left: 135px;
    pointer-events: none;
    position: absolute;
    top: 38px;
    width: 53px;
    z-index: 9;
    background: url(/wp-content/uploads/2026/07/stage-arrow.svg) 50% center / contain no-repeat;
}

   
.stages__items .stage {
 
    position: relative;
}




.numbers__section {
    padding-top: 50px;
    padding-bottom: 50px;
}


.stages__items .stage:last-child::after {
    display: none;
}

.numbers__section h2 {
    margin-bottom: 50px;
    font-size: 30px;
}

.numbers__section h2 b {
    color: #3596e5;
}


.about {
  padding: 80px 0;
}

.about__wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
}

/* VIDEO */
.video-box {
  position: relative;
  width: 320px;
  height: 560px;
  border-radius: 20px;
  overflow: hidden;
  border: 6px solid #3596e5;
  cursor: pointer;
}

.video-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  background: rgba(53,150,229,0.9);
  color: #fff;
  font-size: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
}

/* VIDEO hidden */
.video {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* TEXT */
.about__content {
  flex: 1;
}

.about__content h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.about__content p {
  margin-bottom: 20px;
  color: #444;
  line-height: 1.6;
}

.about__content ul {
  margin-bottom: 30px;
  padding-left: 20px;
}

.about__content ul li {
  margin-bottom: 10px;
}

.about__btn {
  display: inline-block;
  padding: 14px 25px;
  background: #3596e5;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
}

.students {
    padding: 80px 0;
    background: #d5f2ff85;
}

.students__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.students__head h2 {
  font-size: 32px;
  font-weight: 800;
  color: #444;
}

.students__btn {
  background: #3596e5;
  color: #fff;
  padding: 12px 22px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}

/* GRID */
.students__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 20px;
}

/* ITEMS */
.item {
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}

.item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 3px solid #3596e5;
    border-radius: 17px;
}

/* BIG LEFT IMAGE */
.big {
  grid-row: span 2;
  grid-column: span 1;
}

/* CTA CARD */
.cta {
    background: #3596e5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.cta__content {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.cta__icon {
  font-size: 40px;
  margin-top: 10px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .students__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .big {
    grid-row: span 1;
  }
}

.faq {
  padding: 80px 0;
  background: #fcfcfc;
}

.faq__title {
  font-size: 36px;
  margin-bottom: 30px;
}

.faq__items {
  margin: 0 auto;
}

.faq__item {
  background: #fff;
  margin-bottom: 15px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.faq__question {
  padding: 18px 20px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.faq__question::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 22px;
}

.faq__item.active .faq__question::after {
  content: "-";
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease;
  padding: 0 20px;
  color: #555;
}

.faq__item.active .faq__answer {
  max-height: 200px;
  padding: 0 20px 18px 20px;
}

.contacts ul a {
    display: flex;

}
.contacts a {
    font-size: 20px;
}
.contacts ul {
  list-style: none;
  display: flex;
  gap: 10px;
}
.contacts li img {
  width: 24px;
}

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

.phoneheader img,
.contacts span img{
  width: 15px;
}

.contacts span{
    display: flex;
  gap: 10px;
  align-items: center;
}
.about__content ul{
  padding: 0;
}
.about__content ul li{
  list-style: none;
  gap: 5px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.about__content ul li::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url('/wp-content/uploads/2026/07/traffic-cone.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.road-section {
  padding: 0px 0;
}

.road-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

/* LEFT + RIGHT BOX */
.road-info {
    width: 30%;
    display: flex;
    gap: 25px;
    flex-direction: column;
    justify-content: center;
}


.road-info-item{
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}



.road-info h3 {
  font-size: 19px;
  margin-bottom: 5px;
}

.road-info p {
    font-size: 15px;
    color: #555;
    line-height: 22px;
}

/* CENTER ROAD IMAGE */

.road-center img {
  width: 100%;
  max-width: 500px;
  object-fit: contain;
}


.road-center {
    width: 111px;
    position: relative;
    background-image: url(/wp-content/uploads/2026/07/road.jpg);
    background-position: center;
    background-size: contain;
    min-height: 800px;
    overflow: hidden;
}

/* track inside road */
.road-track {
    position: relative;
    height: 100%;
    width: 100%;
}

/* car */
.roadcar {
    width: 66px;
    height: 111px;
    background-image: url(/wp-content/uploads/2026/07/White-Driving-School-Car-_Transparent-BG-1-1-scaled.png);
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: top 0.1s linear;
}



.instructors {
  padding: 80px 0;
  background: #f7fbff;
}

.instructors__head {
  text-align: center;
  margin-bottom: 50px;
}

.instructors__head h2 {
  font-size: 34px;
  font-weight: 800;
}

.instructors__head p {
  margin-top: 10px;
  color: #666;
  font-size: 16px;
}

.instructors__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.instructor {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.instructor:hover {
  transform: translateY(-5px);
}

.instructor__img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.instructor__info {
  padding: 20px;
  text-align: center;
}

.instructor__info h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

.instructor__info span {
  color: #3596e5;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}

.instructor__meta {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 14px;
  color: #555;
}

.instructor__meta p {
  background: #eef6ff;
  padding: 5px 10px;
  border-radius: 20px;
}

/* responsive */
@media (max-width: 900px) {
  .instructors__grid {
    grid-template-columns: 1fr;
  }
}


.reviews {
  padding: 80px 0;
  background: #ffffff;
}

.reviews__head {
  text-align: center;
  margin-bottom: 50px;
}

.reviews__head h2 {
  font-size: 34px;
  font-weight: 800;
}

.reviews__head p {
  color: #666;
  margin-top: 10px;
}

.reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.review {
  background: #f7fbff;
  padding: 25px;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  transition: 0.3s;
}

.review:hover {
  transform: translateY(-5px);
}

.review__top {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.review__top img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #3596e5;
}

.review__top h3 {
  font-size: 18px;
  margin: 0;
}

.review__top span {
  font-size: 13px;
  color: #3596e5;
}

.review__text {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

/* responsive */
@media (max-width: 900px) {
  .reviews__grid {
    grid-template-columns: 1fr;
  }
}


.news {
  padding: 80px 0;
  background: #f7fbff;
}

.news__head {
  text-align: center;
  margin-bottom: 50px;
}

.news__head h2 {
  font-size: 34px;
  font-weight: 800;
}

.news__head p {
  color: #666;
  margin-top: 10px;
}

.news__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.news__item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  transition: 0.3s;
}

.news__item:hover {
  transform: translateY(-5px);
}

.news__img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.news__content {
  padding: 20px;
}

.news__date {
  font-size: 13px;
  color: #3596e5;
  display: block;
  margin-bottom: 8px;
}

.news__content h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.news__content p {
  font-size: 15px;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.5;
}

.news__content a {
  color: #3596e5;
  font-weight: 600;
  text-decoration: none;
}

/* responsive */
@media (max-width: 900px) {
  .news__grid {
    grid-template-columns: 1fr;
  }
}


.contact {
  padding: 80px 0;
  background: #ffffff;
}

.contact__head {
  text-align: center;
  margin-bottom: 50px;
}

.contact__head h2 {
  font-size: 34px;
  font-weight: 800;
}

.contact__head p {
  color: #666;
  margin-top: 10px;
}

.contact__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.contact__card {
  background: #f7fbff;
  padding: 25px;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  transition: 0.3s;
  text-align: center;
}

.contact__card:hover {
  transform: translateY(-5px);
}

.contact__card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #3596e5;
}

.contact__card p {
  font-size: 15px;
  color: #444;
  margin: 5px 0;
}

.contact__card a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.contact__card a:hover {
  color: #3596e5;
}

/* responsive */
@media (max-width: 900px) {
  .contact__grid {
    grid-template-columns: 1fr;
  }
}


.footer {
  background: #0f172a;
  color: #fff;
  padding: 60px 0 20px;
}

.footer__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.footer__logo img {
  width: 140px;
  margin-bottom: 15px;
}

.footer__col h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #3596e5;
}

.footer__col p,
.footer__col a {
  font-size: 14px;
  color: #ccc;
  text-decoration: none;
  line-height: 1.6;
}

.footer__col a:hover {
  color: #fff;
}

.footer__col ul {
  list-style: none;
  padding: 0;
}

.footer__col ul li {
  margin-bottom: 8px;
}

.footer__social {
  display: flex;
  gap: 10px;
}

.footer__social img {
  width: 28px;
  height: 28px;
  transition: 0.3s;
}

.footer__social img:hover {
  transform: scale(1.1);
}

.footer__bottom {
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 15px;
  font-size: 13px;
  color: #aaa;
}












.test-page {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0;
    margin-top: 50px;
}

.imgtest { text-align:center; }

/* tabs */
.test-tabs {
    display:flex;
    gap:10px;
    margin-bottom:10px;
}

.tab-btn {
    padding:8px 15px;
    border:none;
    border-radius:6px;
    background:#eee;
    cursor:pointer;
}

.tab-btn.active {
    background:#0073aa;
    color:#fff;
}

/* actions */
.actions {
    display:flex;
    gap:10px;
    margin-bottom:10px;
}

.reset-test {
    padding:10px 15px;
    background:#dc3545;
    color:#fff;
    border:none;
    border-radius:6px;
    cursor:pointer;
}

.reset-test:hover { background:#c82333; }

.bolory {
    text-decoration:none;
    color:#000;
    padding:10px;
}

/* question */
.test-question {
    padding:20px;
    margin-bottom:20px;
    border:1px solid #ccc;
    border-radius:10px;
    background:#fff;
}

.answer-item {
    display:block;
    padding:10px;
    border:1px solid #ddd;
    margin-bottom:8px;
    cursor:pointer;
	font-weight: bold;
	    font-size: 17px;
}

.answer-item.correct { background: #00a527; color: #fff; }
.answer-item.wrong {
    background: #ff0017;
    color: #fff;
}

.explanation {
    display:none;
    margin-top:10px;
    padding:10px;
    background:#fff3cd;
}

/* progress */
.progress-bar {
    height:8px;
    background:#eee;
}

.progress-fill {
    height:100%;
    width:0%;
    background:#0073aa;
}
	

/* responsive */
@media (max-width: 900px) {
  .footer__grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer__social {
    justify-content: center;
  }
}


/* single page */


 
:root{
  --blue:        #3596e5;
  --blue-dark:   #1d6fb8;
  --purple:      #a855f7;
  --navy:        #0f172a;
  --sky:         #d5f2ff;
  --bg-soft:     #f7fbff;
  --ink:         #16202e;
  --ink-muted:   #55606e;
  --line:        #e6eef5;
  --white:       #ffffff;
  --radius-lg:   20px;
  --radius-md:   14px;
  --shadow-soft: 0 10px 30px rgba(15, 23, 42, 0.08);
}
 
 
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--blue-dark);
  background:var(--sky);
  padding:7px 16px 7px 12px;
  border-radius:999px;
}
.eyebrow::before{
  content:"";
  width:7px; height:7px;
  border-radius:50%;
  background:var(--blue);
}
 
/* focus visibility for accessibility */
a:focus-visible, button:focus-visible{
  outline:3px solid var(--purple);
  outline-offset:3px;
}
 
@media (prefers-reduced-motion: reduce){
  *{ animation-duration:0.001ms !important; animation-iteration-count:1 !important; transition-duration:0.001ms !important; scroll-behavior:auto !important; }
}
 
/* ---------------------------------------------------------------------
   HERO
--------------------------------------------------------------------- */
.about-hero{
  position:relative;
  background:linear-gradient(180deg, var(--navy) 0%, #132a4a 100%);
  color:var(--white);
  padding:130px 0 110px;
  overflow:hidden;
}
 
.about-hero::before{
  /* road stretching to the horizon, echoing the homepage road section */
  content:"";
  position:absolute;
  left:50%;
  bottom:-40px;
  width:1400px;
  height:260px;
  transform:translateX(-50%) perspective(400px) rotateX(35deg);
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0 40px,
      rgba(255,255,255,.55) 40px 78px,
      transparent 78px 118px
    );
  background-position:center top;
  opacity:.18;
}
 
.about-hero__breadcrumb{
  font-size:14px;
  color:#a7c3e8;
  margin-bottom:26px;
}
.about-hero__breadcrumb a{ color:#cfe3fb; text-decoration:none; }
.about-hero__breadcrumb a:hover{ color:var(--white); }
 
.about-hero__grid{
  position:relative;
  z-index:2;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:40px;
}
 
.about-hero__title{
  font-size:54px;
  font-weight:800;
  line-height:1.14;
  max-width:680px;
  letter-spacing:-0.5px;
}
.about-hero__title span{ color:var(--blue); }
 
.about-hero__lead{
  max-width:360px;
  font-size:16px;
  color:#c3d4e8;
  padding-bottom:6px;
}
 
/* ---------------------------------------------------------------------
   STATS STRIP
--------------------------------------------------------------------- */
.stats-strip{
  transform:translateY(-46px);
  position:relative;
  z-index:3;
}
.stats-strip__grid{
  background:var(--white);
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow-soft);
  display:grid;
  grid-template-columns:repeat(4, 1fr);
}
.stats-strip__item{
  padding:34px 28px;
  text-align:center;
  border-right:1px solid var(--line);
}
.stats-strip__item:last-child{ border-right:none; }
.stats-strip__num{
  font-size:38px;
  font-weight:800;
  color:var(--blue);
  letter-spacing:-0.5px;
}
.stats-strip__label{
  margin-top:6px;
  font-size:14px;
  color:var(--ink-muted);
}
 
@media (max-width:900px){
  .stats-strip__grid{ grid-template-columns:repeat(2, 1fr); }
  .stats-strip__item:nth-child(2){ border-right:none; }
  .stats-strip__item:nth-child(1), .stats-strip__item:nth-child(2){ border-bottom:1px solid var(--line); }
}
 
/* ---------------------------------------------------------------------
   STORY / MISSION
--------------------------------------------------------------------- */
.story{
  padding:110px 0 90px;
}
.story__wrapper{
  display:flex;
  align-items:flex-start;
  gap:70px;
}
.story__media{
  width:420px;
  flex-shrink:0;
  position:relative;
}
.story__media img{
  width:100%;
  height:520px;
  object-fit:cover;
  border-radius:var(--radius-lg);
}
.story__media-badge{
  position:absolute;
  left:-30px;
  bottom:-30px;
  background:var(--blue);
  color:var(--white);
  border-radius:var(--radius-md);
  padding:22px 26px;
  box-shadow:var(--shadow-soft);
  max-width:230px;
}
.story__media-badge b{
  display:block;
  font-size:26px;
  font-weight:800;
}
.story__media-badge span{
  font-size:13px;
  opacity:.9;
}
 
.story__content{ flex:1; padding-top:6px; }
.story__content h2{
  font-size:36px;
  font-weight:800;
  margin:18px 0 22px;
  line-height:1.25;
}
.story__content p{
  color:var(--ink-muted);
  font-size:16px;
  margin-bottom:18px;
}
.story__content p b{ color:var(--ink); }
 
.story__pillars{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:14px;
  margin-top:30px;
}
.story__pillar{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:16px;
  background:var(--bg-soft);
  border-radius:var(--radius-md);
}
.story__pillar-icon{
  width:34px; height:34px;
  border-radius:50%;
  background:var(--blue);
  color:var(--white);
  flex-shrink:0;
  display:flex; align-items:center; justify-content:center;
  font-size:15px;
  font-weight:700;
}
.story__pillar h4{ font-size:15px; margin-bottom:3px; }
.story__pillar p{ font-size:13.5px; color:var(--ink-muted); margin:0; }
 
@media (max-width:960px){
  .story__wrapper{ flex-direction:column; }
  .story__media{ width:100%; }
  .story__media-badge{ left:16px; }
}
 
/* ---------------------------------------------------------------------
   ROAD TIMELINE — signature element
   A vertical dashed lane line (matching .roadcar / .road-center on the
   homepage) with milestone stops, evoking a route rather than a plain
   numbered list — appropriate because the content genuinely is
   chronological.
--------------------------------------------------------------------- */
.road-story{
  background:var(--bg-soft);
  padding:110px 0;
}
.road-story__head{
  text-align:center;
  max-width:640px;
  margin:0 auto 70px;
}
.road-story__head h2{
  font-size:36px;
  font-weight:800;
  margin-top:16px;
}
.road-story__head p{
  color:var(--ink-muted);
  margin-top:14px;
  font-size:16px;
}
 
.road-lane{
  position:relative;
  max-width:760px;
  margin:0 auto;
}
.road-lane::before{
  /* dashed centre-line of the road */
  content:"";
  position:absolute;
  top:0; bottom:0;
  left:50%;
  width:6px;
  transform:translateX(-50%);
  background:repeating-linear-gradient(
    to bottom,
    var(--blue) 0 22px,
    transparent 22px 40px
  );
  border-radius:3px;
}
 
.road-stop{
  position:relative;
  display:flex;
  justify-content:flex-end;
  width:50%;
  padding:0 46px 70px 0;
}
.road-stop:nth-child(even){
  margin-left:50%;
  justify-content:flex-start;
  padding:0 0 70px 46px;
}
.road-stop:last-child{ padding-bottom:0; }
 
.road-stop__marker{
  position:absolute;
  top:0;
  right:-13px;
  width:26px; height:26px;
  background:var(--white);
  border:5px solid var(--blue);
  border-radius:50%;
  z-index:2;
}
.road-stop:nth-child(even) .road-stop__marker{
  right:auto;
  left:-13px;
}
 
.road-stop__card{
  background:var(--white);
  border-radius:var(--radius-md);
  box-shadow:var(--shadow-soft);
  padding:24px 26px;
  width:100%;
  max-width:320px;
}
.road-stop__year{
  color:var(--blue);
  font-weight:800;
  font-size:14px;
  letter-spacing:.04em;
}
.road-stop__card h3{
  font-size:18px;
  margin:8px 0 8px;
}
.road-stop__card p{
  font-size:14px;
  color:var(--ink-muted);
  margin:0;
}
 
@media (max-width:760px){
  .road-lane::before{ left:16px; }
  .road-stop, .road-stop:nth-child(even){
    width:100%;
    margin-left:0;
    justify-content:flex-start;
    padding:0 0 46px 50px;
  }
  .road-stop__marker, .road-stop:nth-child(even) .road-stop__marker{
    left:3px; right:auto;
  }
}
 
/* ---------------------------------------------------------------------
   VALUES
--------------------------------------------------------------------- */
.values{
  padding:110px 0;
}
.values__head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:30px;
  margin-bottom:54px;
}
.values__head h2{
  font-size:36px;
  font-weight:800;
  margin-top:16px;
  max-width:520px;
}
.values__head p{
  max-width:340px;
  color:var(--ink-muted);
  font-size:15px;
}
 
.values__grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:22px;
}
.value-card{
  padding:30px 24px;
  border-radius:var(--radius-md);
  border:1px solid var(--line);
  transition:.25s;
}
.value-card:hover{
  border-color:transparent;
  box-shadow:var(--shadow-soft);
  transform:translateY(-4px);
}
.value-card__icon{
  width:52px; height:52px;
  border-radius:14px;
  background:var(--sky);
  color:var(--blue-dark);
  display:flex; align-items:center; justify-content:center;
  font-size:22px;
  margin-bottom:18px;
}
.value-card:nth-child(2) .value-card__icon{ background:#f3e8ff; color:var(--purple); }
.value-card:nth-child(4) .value-card__icon{ background:#f3e8ff; color:var(--purple); }
.value-card h3{ font-size:17px; margin-bottom:8px; }
.value-card p{ font-size:14px; color:var(--ink-muted); }
 
@media (max-width:960px){
  .values__grid{ grid-template-columns:repeat(2, 1fr); }
}
 
/* ---------------------------------------------------------------------
   INSTRUCTORS PREVIEW
--------------------------------------------------------------------- */
.team-preview{
  padding:110px 0;
  background:var(--navy);
  color:var(--white);
}
.team-preview__head{
  text-align:center;
  max-width:600px;
  margin:0 auto 56px;
}
.team-preview__head h2{
  font-size:36px;
  font-weight:800;
  margin-top:16px;
}
.team-preview__head p{
  color:#aebfd6;
  margin-top:14px;
}
 
.team-preview__grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:20px;
}
.team-card{
  background:#16233e;
  border-radius:var(--radius-md);
  overflow:hidden;
}
.team-card img{
  width:100%;
  height:230px;
  object-fit:cover;
}
.team-card__info{ padding:18px; }
.team-card__info h4{ font-size:16px; }
.team-card__info span{
  font-size:13px;
  color:var(--blue);
  font-weight:600;
}
 
@media (max-width:960px){
  .team-preview__grid{ grid-template-columns:repeat(2, 1fr); }
}
 
/* ---------------------------------------------------------------------
   CTA
--------------------------------------------------------------------- */
.about-cta{
  padding:100px 0;
}
.about-cta__box{
  background:linear-gradient(120deg, var(--blue) 0%, #2a7fd1 100%);
  border-radius:var(--radius-lg);
  padding:64px 70px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  color:var(--white);
  position:relative;
  overflow:hidden;
}
.about-cta__box::after{
  content:"";
  position:absolute;
  right:-60px; top:-60px;
  width:220px; height:220px;
  border-radius:50%;
  background:rgba(255,255,255,.08);
}
.about-cta__box h2{
  font-size:30px;
  font-weight:800;
  max-width:440px;
  line-height:1.3;
}
.about-cta__box p{
  color:#e4f0fc;
  margin-top:10px;
  font-size:15px;
}
.about-cta__actions{
  display:flex;
  gap:14px;
  flex-shrink:0;
}
.about-cta .btn-primary{
  background:var(--white);
  color:var(--blue-dark);
  padding:14px 28px;
  border-radius:8px;
  font-weight:700;
  text-decoration:none;
}
.about-cta .btn-secondary{
  border:1px solid rgba(255,255,255,.6);
  padding:14px 28px;
  border-radius:8px;
  color:var(--white);
  text-decoration:none;
  font-weight:600;
}
 
@media (max-width:800px){
  .about-cta__box{ flex-direction:column; text-align:center; padding:44px 30px; }
  .about-cta__actions{ flex-direction:column; width:100%; }
}
 
/* ---------------------------------------------------------------------
   RESPONSIVE — global
--------------------------------------------------------------------- */
@media (max-width:900px){
  .about-hero__title{ font-size:36px; }
  .about-hero__grid{ flex-direction:column; align-items:flex-start; gap:20px; }
  .story__pillars{ grid-template-columns:1fr; }
  .values__head{ flex-direction:column; align-items:flex-start; }
}



/* ---------------------------------------------------------
   SECTION HEAD
--------------------------------------------------------- */
.pricing-section{
  padding:100px 0;
}
.pricing-section--alt{
  background:var(--bg-soft);
}

.pricing-section__head{
  max-width:640px;
  margin:0 0 50px;
}
.pricing-section__head h2{
  font-size:34px;
  font-weight:800;
  margin-top:14px;
  line-height:1.25;
  color:var(--ink);
}
.pricing-section__head--center{
  max-width:640px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

/* ---------------------------------------------------------
   GRID
--------------------------------------------------------- */
.pricing-grid{
  display:grid;
  gap:26px;
}
.pricing-grid--3{
  grid-template-columns:repeat(3, 1fr);
}
.pricing-grid--2{
  grid-template-columns:repeat(2, 1fr);
}

/* ---------------------------------------------------------
   CARD
--------------------------------------------------------- */
.price-card{
  position:relative;
  background:var(--white);
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  padding:26px 26px 30px;
  display:flex;
  flex-direction:column;
  transition:.25s;
}
.price-card:hover{
  border-color:transparent;
  box-shadow:var(--shadow-soft);
  transform:translateY(-4px);
}

.price-card__badge{
  align-self:flex-start;
  background:var(--navy);
  color:#fff;
  font-size:13px;
  font-weight:700;
  padding:8px 18px;
  border-radius:999px;
  margin-bottom:18px;
}

.price-card__media{
  width:100%;
  height:150px;
  border-radius:var(--radius-md);
  overflow:hidden;
  margin-bottom:20px;
  background:var(--bg-soft);
}
.price-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.price-card__media--wide{
  height:190px;
}

.price-card__title{
  font-size:19px;
  font-weight:700;
  color:var(--ink);
  margin-bottom:18px;
  line-height:1.35;
  min-height:52px;
}

.price-card__features{
  list-style:none;
  margin:0 0 24px;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:12px;
  flex:1;
}
.price-card__features li{
  position:relative;
  padding-left:28px;
  font-size:14.5px;
  color:var(--ink-muted);
  line-height:1.5;
}
.price-card__features li::before{
  content:"";
  position:absolute;
  left:0;
  top:2px;
  width:18px;
  height:18px;
  border-radius:50%;
  background:var(--blue);
}
.price-card__features li::after{
  content:"";
  position:absolute;
  left:5.5px;
  top:6px;
  width:7px;
  height:4px;
  border-left:2px solid #fff;
  border-bottom:2px solid #fff;
  transform:rotate(-45deg);
}

.price-card__price{
  display:flex;
  align-items:baseline;
  gap:12px;
  margin-bottom:20px;
}
.price-card__old{
  font-size:16px;
  color:var(--ink-muted);
  text-decoration:line-through;
}
.price-card__new{
  font-size:28px;
  font-weight:800;
  color:var(--blue);
}

.price-card__btn{
  display:block;
  text-align:center;
  background:var(--navy);
  color:#fff;
  font-weight:700;
  font-size:15px;
  padding:14px 20px;
  border-radius:10px;
  text-decoration:none;
  transition:.25s;
}
.price-card__btn:hover{
  background:var(--blue);
}

/* accent (combo) button — красный акцент, как на скрине с "Գնել փաթեթով" */
.price-card__btn--accent{
  background:var(--navy);
}
.price-card__btn--accent:hover{
  background:var(--navy);
}

/* combo cards — чуть выделены цветной обводкой + бейдж покрупнее */
.price-card--combo{
  border-color:var(--sky);
}
.price-card--combo .price-card__badge{
  background:var(--blue);
}

/* wide variant (для 2-колоночных секций — картинка выше и просторнее) */
.price-card--wide .price-card__title{
  min-height:auto;
}

/* ---------------------------------------------------------
   RESPONSIVE — TABLET
--------------------------------------------------------- */
@media (max-width:1024px){
  .pricing-section{
    padding:70px 0;
  }
  .pricing-section__head h2{
    font-size:28px;
  }
  .pricing-grid--3{
    grid-template-columns:repeat(2, 1fr);
  }
  .pricing-grid--3 .price-card:last-child{
    grid-column:1 / -1;
    max-width:calc(50% - 13px);
    margin:0 auto;
  }
}

/* ---------------------------------------------------------
   RESPONSIVE — MOBILE
--------------------------------------------------------- */
@media (max-width:640px){
  .pricing-section{
    padding:50px 0;
  }
  .pricing-section__head{
    margin-bottom:32px;
  }
  .pricing-section__head h2{
    font-size:23px;
  }

  .pricing-grid,
  .pricing-grid--3,
  .pricing-grid--2{
    grid-template-columns:1fr;
    gap:20px;
  }
  .pricing-grid--3 .price-card:last-child{
    max-width:100%;
  }

  .price-card{
    padding:22px 20px 26px;
  }
  .price-card__title{
    font-size:18px;
    min-height:auto;
  }
  .price-card__media,
  .price-card__media--wide{
    height:170px;
  }
  .price-card__new{
    font-size:24px;
  }
}




/* ============================================================
   CONTACTS PAGE — extends existing design tokens
   (--blue, --blue-dark, --purple, --navy, --sky, --bg-soft,
    --ink, --ink-muted, --line, --radius-lg, --radius-md, --shadow-soft)
============================================================ */

/* ---- quick contact strip (reuses .stats-strip shell) ---- */
.contact-strip__grid{
  grid-template-columns:repeat(4, 1fr);
}
.contact-strip__item{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  text-decoration:none;
  color:inherit;
  transition:.25s;
}
.contact-strip__item:hover{
  background:var(--bg-soft);
}
.contact-strip__icon{
  width:46px;
  height:46px;
  border-radius:14px;
  background:var(--sky);
  display:flex;
  align-items:center;
  justify-content:center;
}
.contact-strip__icon img{
  width:20px;
  height:20px;
}

@media (max-width:900px){
  .contact-strip__grid{ grid-template-columns:repeat(2, 1fr); }
}

/* ---- form + map section ---- */
.contact-main{
  padding:100px 0;
}
.contact-main__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  align-items:stretch;
}

/* form card */
.contact-form-box{
  background:var(--white);
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  padding:44px 44px 40px;
  box-shadow:var(--shadow-soft);
}
.contact-form-box__title{
  font-size:30px;
  font-weight:800;
  color:var(--ink);
  margin:16px 0 12px;
  line-height:1.25;
}
.contact-form-box__lead{
  color:var(--ink-muted);
  font-size:15px;
  margin-bottom:30px;
  line-height:1.6;
}

.contact-form{
  display:flex;
  flex-direction:column;
  gap:18px;
}
.contact-form__row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.contact-form__field{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.contact-form__field label{
  font-size:13px;
  font-weight:700;
  color:var(--ink);
}
.contact-form__field input,
.contact-form__field select,
.contact-form__field textarea{
  border:1px solid var(--line);
  border-radius:10px;
  padding:13px 16px;
  font-size:15px;
  font-family:inherit;
  color:var(--ink);
  background:var(--bg-soft);
  resize:vertical;
  transition:.2s;
}
.contact-form__field input:focus,
.contact-form__field select:focus,
.contact-form__field textarea:focus{
  outline:none;
  border-color:var(--blue);
  background:var(--white);
}

.contact-form__submit{
  border:none;
  cursor:pointer;
  margin-top:6px;
  width:100%;
  font-size:16px;
}
.contact-form__note{
  font-size:12.5px;
  color:var(--ink-muted);
  text-align:center;
  margin-top:2px;
}

/* map card */
.contact-map-box{
  display:flex;
  flex-direction:column;
  border-radius:var(--radius-lg);
  overflow:hidden;
  box-shadow:var(--shadow-soft);
  position:relative;
}
.contact-map-box__frame{
  flex:1;
  min-height:320px;
  filter:grayscale(15%);
}
.contact-map-box__frame iframe{
  display:block;
  height:100%;
  min-height:320px;
}
.contact-map-box__card{
  background:var(--navy);
  color:var(--white);
  padding:26px 30px;
}
.contact-map-box__card h3{
  font-size:19px;
  margin-bottom:8px;
}
.contact-map-box__card p{
  font-size:14px;
  color:#c3d4e8;
  margin-bottom:10px;
}
.contact-map-box__link{
  color:var(--blue);
  font-weight:700;
  text-decoration:none;
  font-size:16px;
}
.contact-map-box__link:hover{
  color:var(--white);
}

/* ---------------------------------------------------------
   RESPONSIVE
--------------------------------------------------------- */
@media (max-width:1024px){
  .contact-main{ padding:70px 0; }
  .contact-main__grid{ grid-template-columns:1fr; }
  .contact-form-box{ padding:34px 28px; }
  .contact-form-box__title{ font-size:26px; }
}

@media (max-width:640px){
  .contact-strip__grid{ grid-template-columns:1fr 1fr; }
  .contact-form-box{ padding:26px 20px; }
  .contact-form__row{ grid-template-columns:1fr; }
  .contact-map-box__frame{ min-height:220px; }
  .contact-map-box__frame iframe{ min-height:220px; }
}



.signs-section{
  padding:100px 0;
}
 
.signs-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:24px;
}
 
.sign-card{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  background:var(--white);
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  padding:28px 24px 26px;
  text-decoration:none;
  color:inherit;
  transition:.25s;
  overflow:hidden;
}
.sign-card:hover{
  border-color:transparent;
  box-shadow:var(--shadow-soft);
  transform:translateY(-5px);
}
.sign-card:hover .sign-card__icon{
  transform:scale(1.06);
}
.sign-card:hover .sign-card__link{
  color:var(--blue);
}
 
.sign-card__num{
  position:absolute;
  top:20px;
  right:22px;
  font-size:13px;
  font-weight:800;
  color:var(--ink-muted);
  opacity:.55;
  letter-spacing:.04em;
}
 
.sign-card__icon{
  width:76px;
  height:76px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:20px;
  transition:.25s;
}
.sign-card__icon svg{
  width:52px;
  height:52px;
}
 
/* icon background tint per category color */
.sign-card--red .sign-card__icon{ background:#fdeceb; }
.sign-card--yellow .sign-card__icon{ background:#fef7e0; }
.sign-card--blue .sign-card__icon{ background:var(--sky); }
.sign-card--white .sign-card__icon{ background:var(--bg-soft); }
 
.sign-card__title{
  font-size:17px;
  font-weight:700;
  color:var(--ink);
  margin-bottom:8px;
  line-height:1.35;
  padding-right:10px;
}
 
.sign-card__desc{
  font-size:13.5px;
  color:var(--ink-muted);
  line-height:1.55;
  margin-bottom:20px;
  flex:1;
}
 
.sign-card__link{
  font-size:14px;
  font-weight:700;
  color:var(--ink);
  transition:.2s;
}



.rules-section{
  padding:80px 0 100px;
}

.rules-section__head{
  margin-bottom:50px;
}
.rules-section__head h1{
  font-size:34px;
  font-weight:800;
  color:var(--ink);
}

.rules-accordion{
  max-width:1100px;
}

.rule-item{
  margin-bottom:18px;
}

.rule-item__toggle{
  width:100%;
  display:flex;
  align-items:center;
  gap:20px;
  background:var(--white);
  border:none;
  border-radius:999px;
  box-shadow:var(--shadow-soft);
  padding:14px 28px 14px 14px;
  cursor:pointer;
  text-align:left;
  font-family:inherit;
  transition:.2s;
}
.rule-item__toggle:hover{
  box-shadow:0 14px 34px rgba(15,23,42,.12);
}
.rule-item__toggle:focus-visible{
  outline:3px solid var(--purple);
  outline-offset:3px;
}

.rule-item__icon{
  flex-shrink:0;
  width:40px;
  height:40px;
  border-radius:50%;
  background:#3596e5;
  color:#fff;
  font-size:22px;
  font-weight:700;
  display:flex;
  align-items:center;
  justify-content:center;
  line-height:1;
}

.rule-item__question{
  font-size:17px;
  font-weight:700;
  color:var(--ink);
  text-transform:uppercase;
  letter-spacing:-0.1px;
}

.rule-item__answer{
  max-height:0;
  overflow:hidden;
  transition:max-height .35s ease, padding .35s ease;
  padding:0 28px 0 74px;
}
.rule-item.active .rule-item__answer{
  max-height:3000px;
  padding:18px 28px 4px 74px;
}

.rule-item__answer p{
  font-size:15px;
  line-height:1.8;
  color:var(--ink-muted);
  margin-bottom:14px;
}
.rule-item__answer p:last-child{
  margin-bottom:0;
}





.tests-page {
  padding: 50px 0px;
}



.tests-page > h1{
  font-size:36px;
  font-weight:800;
  color:var(--ink);
  margin-bottom:44px;
  position:relative;
  padding-left:18px;
}
.tests-page > h1::before{
  content:"";
  position:absolute;
  left:0;
  top:6px;
  bottom:6px;
  width:5px;
  border-radius:4px;
  background:var(--blue);
}

.test-category-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px;
    margin-bottom: 20px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    text-decoration: none;
    color: inherit;
    box-shadow: var(--shadow-soft);
    transition: .25s ease;
    position: relative;
    overflow: hidden;
    font-size: 15px;
}


.test-category-card::before{
  content:"";
  position:absolute;
  left:0; top:0; bottom:0;
  width:4px;
  background:var(--blue);
  opacity:0;
  transition:.25s ease;
}
.test-category-card:hover{
  transform:translateY(-4px);
  border-color:transparent;
  box-shadow:0 16px 34px rgba(15,23,42,.12);
}
.test-category-card:hover::before{
  opacity:1;
}

.card-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
}

.card-header h2{
  font-size:20px;
  font-weight:700;
  color:var(--ink);
  margin:0;
}
.card-header h2::after{
  content:"→";
  display:inline-block;
  margin-left:10px;
  color:var(--blue);
  font-weight:700;
  transition:.25s ease;
}
.test-category-card:hover .card-header h2::after{
  transform:translateX(4px);
}

.card-info{
  font-size:14px;
  color:var(--ink-muted);
}
.card-info:not(:empty){
  margin-top:2px;
}

.progress-bar{
  height:8px;
  background:var(--bg-soft);
  border-radius:10px;
  margin-top:6px;
  overflow:hidden;
}
.progress{
  height:100%;
  width:0%;
  border-radius:10px;
  background:linear-gradient(90deg, var(--blue) 0%, var(--blue-dark) 100%);
  transition:width .4s ease;
}

.percent{
  margin-top:2px;
  font-size:13.5px;
  font-weight:700;
  color:var(--blue-dark);
}





.category-title {
  font-size: 32px;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 30px;
  position: relative;
  padding-left: 18px;
}
.category-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 5px;
  border-radius: 4px;
  background: var(--blue);
}

/* ---- toolbar (tabs + actions) ---- */
.allbtn {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  padding: 18px 22px;
  margin-bottom: 30px;
  position: sticky;
  top: 12px;
  z-index: 10;
}

.test-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
}

.tab-btn {
  padding: 9px 20px;
  border: none;
  border-radius: 999px;
  background: var(--bg-soft);
  color: var(--ink-muted);
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: .2s ease;
}
.tab-btn:hover { background: var(--sky); color: var(--blue-dark); }
.tab-btn.active {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 6px 16px rgba(53,150,229,.35);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.actions button {
  padding: 10px 18px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--bg-soft);
  color: var(--ink);
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: .2s ease;
}
.actions button:hover {
  border-color: transparent;
  background: var(--sky);
  color: var(--blue-dark);
}

.reset-test {
  background: #fdeceb !important;
  color: #c92a26 !important;
  border-color: #fdeceb !important;
}
.reset-test:hover {
  background: #e5342f !important;
  color: #fff !important;
}

/* ---- question card ---- */
.test-question {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  padding: 30px 30px 26px;
  margin-bottom: 24px;
  transition: .25s ease;
}
.test-question:hover {
  border-color: transparent;
  box-shadow: 0 16px 34px rgba(15,23,42,.10);
}

.test-question h2 {
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.5;
  margin-bottom: 18px;
}

.testpageimg {
  margin-bottom: 18px;
  border-radius: var(--radius-md);
  overflow: hidden;
}
.testpageimg img {
  width: 100%;
  max-width: 420px;
  display: block;
  border-radius: var(--radius-md);
  margin: 0 auto;
}

.test-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.answer-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--bg-soft);
  cursor: pointer;
  font-weight: 600;
  font-size: 15.5px;
  color: var(--ink);
  transition: .18s ease;
}
.answer-item:hover {
  border-color: var(--blue);
  background: var(--sky);
}
.answer-item input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: var(--blue);
  flex-shrink: 0;
}

.answer-item.correct {
  background: #e9f9ee;
  border-color: #00a527;
  color: #0a7d29;
}
.answer-item.wrong {
  background: #fdeceb;
  border-color: #e5342f;
  color: #c92a26;
}

/* ---- explanation ---- */
.explanation-btn {
  margin-top: 16px;
  padding: 10px 20px;
  background: var(--sky);
  color: var(--blue-dark);
  border: none;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: .2s ease;
}
.explanation-btn:hover {
  background: var(--blue);
  color: #fff;
}

.explanation {
  margin-top: 16px;
  padding: 18px 20px;
  background: var(--bg-soft);
  border-left: 4px solid var(--blue);
  border-radius: var(--radius-md);
}

.explanation-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.explanation-item:not(:last-child) {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.explanation-image img {
  width: 110px;
  border-radius: 10px;
  object-fit: cover;
}

.explanation-text {
  font-size: 14.5px;
  color: var(--ink-muted);
  line-height: 1.6;
}

/* ---- progress ---- */
.progress-bar {
  height: 8px;
  background: var(--bg-soft);
  border-radius: 10px;
  overflow: hidden;
}
.progress-fill {
  height: 100%;
  width: 0%;
  border-radius: 10px;
  background: linear-gradient(90deg, var(--blue) 0%, var(--blue-dark) 100%);
  transition: width .4s ease;
}

/* ---- responsive ---- */
@media (max-width: 640px) {
  .test-page { margin: 30px auto 60px; padding: 0 16px; }
  .category-title { font-size: 24px; margin-bottom: 20px; }
  .allbtn { padding: 14px 16px; position: static; }
  .test-tabs { flex-wrap: wrap; }
  .test-question { padding: 20px 18px 18px; }
  .test-question h2 { font-size: 16px; }
  .answer-item { font-size: 14.5px; padding: 12px 14px; }
  .explanation-item { flex-direction: column; }
  .explanation-image img { width: 100%; max-width: 220px; }
}





/* ---------------------------------------------------------
   RESPONSIVE
--------------------------------------------------------- */
@media (max-width:640px){
  .tests-page{
    padding:60px 16px 70px;
  }
  .tests-page > h1{
    font-size:26px;
    margin-bottom:30px;
  }
  .test-category-card{
    padding:22px 20px 20px;
  }
  .card-header h2{
    font-size:18px;
  }
}






/* ============================================================
   CHOICE CARDS SECTION
============================================================ */
.choice-section {
  padding: 100px 0;
  background: var(--bg-soft);
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.choice-card {
  display: block;
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  text-decoration: none;
  color: inherit;
  transition: .3s ease;
}

.choice-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(15,23,42,.14);
}

.choice-card__media {
  height: 260px;
  overflow: hidden;
}

.choice-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: .4s ease;
}

.choice-card:hover .choice-card__media img {
  transform: scale(1.05);
}

.choice-card__body {
  padding: 32px 30px 34px;
}

.choice-card__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--blue-dark);
  background: var(--sky);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.choice-card__body h2 {
  font-size: 24px;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 12px;
  line-height: 1.3;
}

.choice-card__body p {
  font-size: 15px;
  color: var(--ink-muted);
  line-height: 1.6;
  margin-bottom: 22px;
}

.choice-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 15px;
  color: var(--blue);
  transition: .2s ease;
}

.choice-card__cta i {
  font-style: normal;
  transition: transform .25s ease;
}

.choice-card:hover .choice-card__cta {
  color: var(--blue-dark);
}
.choice-card:hover .choice-card__cta i {
  transform: translateX(4px);
}

/* ---- responsive ---- */
@media (max-width: 1024px) {
  .choice-section { padding: 70px 0; }
  .choice-card__media { height: 220px; }
}

@media (max-width: 760px) {
  .choice-section { padding: 50px 0; }
  .choice-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .choice-card__body { padding: 26px 22px 28px; }
  .choice-card__body h2 { font-size: 20px; }
}







/* ---------------------------------------------------------
   RESPONSIVE
--------------------------------------------------------- */
@media (max-width:900px){
  .rules-section{ padding:60px 0 70px; }
}

@media (max-width:640px){
  .rules-section{ padding:50px 0 60px; }
  .rules-section__head h1{ font-size:24px; }
  .rule-item__toggle{ padding:12px 18px 12px 12px; gap:14px; }
  .rule-item__icon{ width:34px; height:34px; font-size:18px; }
  .rule-item__question{ font-size:14.5px; }
  .rule-item__answer{ padding-left:54px; }
  .rule-item.active .rule-item__answer{ padding:14px 18px 4px 54px; }
}




 
/* ---------------------------------------------------------
   RESPONSIVE
--------------------------------------------------------- */
@media (max-width:1024px){
  .signs-section{ padding:70px 0; }
  .signs-grid{ grid-template-columns:repeat(2, 1fr); }
}
 
@media (max-width:640px){
  .signs-section{ padding:50px 0; }
  .signs-grid{ grid-template-columns:1fr; gap:18px; }
  .sign-card{ padding:24px 20px 22px; }
}

/* ---------------------------------------------------------
   БУРГЕР — кнопка (по умолчанию скрыта, показывается ниже 900px)
--------------------------------------------------------- */
.burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 1px solid var(--line, #e6eef5);
  border-radius: 8px;
  cursor: pointer;
  z-index: 1001;
  flex-shrink: 0;
}

.burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #16202e;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.burger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.burger.active span:nth-child(2) {
  opacity: 0;
}
.burger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ---------------------------------------------------------
   МОБИЛЬНОЕ МЕНЮ (offcanvas справа)
--------------------------------------------------------- */
.mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1002;
}
.mobile-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  max-width: 85vw;
  height: 100%;
  background: #fff;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
  padding: 70px 24px 30px;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 1003;
  overflow-y: auto;
}
.mobile-menu.active {
  transform: translateX(0);
}

.mobile-menu__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: none;
  background: #f2f5f9;
  border-radius: 50%;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  color: #16202e;
}

.mobile-menu__nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 30px;
}
.mobile-menu__nav a {
  padding: 14px 10px;
  font-size: 17px;
  font-weight: 600;
  color: #16202e;
  text-decoration: none;
  border-bottom: 1px solid #eef2f6;
}
.mobile-menu__nav a:hover,
.mobile-menu__nav a:active {
  color: #3596e5;
}

.mobile-menu__contacts {
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 14px;
  color: #444;
  padding-top: 16px;
  border-top: 1px solid #eef2f6;
}
.mobile-menu__contacts span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mobile-menu__contacts span img,
.mobile-menu__contacts .phoneheader img {
  width: 16px;
}
.mobile-menu__contacts .phoneheader {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #16202e;
  text-decoration: none;
  font-weight: 600;
}
.mobile-menu__social {
  list-style: none;
  display: flex;
  gap: 14px;
  margin-top: 4px;
}
.mobile-menu__social img {
  width: 24px;
}




/* когда мобильное меню открыто — прячем десктопный nav под бургером на планшете тоже */
@media (max-width: 900px) {
  .header__bottom-flex .nav {
    display: none;
  }
  .header-bottom {
    display: none; /* нижняя полоса с nav скрыта — меню теперь в бургере */
  }
	
	header .contacts {
		display:none;
	}
	
}



/* =========================================================
   TABLET  (≤ 1024px)
========================================================= */
@media (max-width: 1024px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }

  .burger {
    display: flex;
  }

  .header__top-flex {
    padding-left: 190px; /* место под абсолютный логотип */
  }

  .contacts {
    gap: 12px;
    flex-wrap: wrap;
  }
  .contacts span {
    font-size: 13px;
  }
  .contacts a {
    font-size: 15px;
  }

  .banner {
    min-height: 560px;
    padding: 70px 0;
    background-size: cover;
  }
  .banner h1 {
    font-size: 34px;
  }
  .banner-actions {
    margin-top: 30px;
  }

  .stages__items {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
  }
  .stages__items .stage:nth-child(3)::after {
    display: none;
  }

  .about__wrapper {
    gap: 35px;
  }
  .video-box {
    width: 240px;
    height: 420px;
  }
  .about__content h2 {
    font-size: 30px;
  }

  .students__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .road-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .road-info {
    width: 45%;
  }
  .road-center {
    order: -1;
    width: 100%;
    max-width: 300px;
    min-height: 500px;
    margin: 0 auto 20px;
  }

  .instructors__grid,
  .reviews__grid,
  .news__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }

  /* about (single) page */
  .about-hero {
    padding: 100px 0 90px;
  }
  .about-hero__title {
    font-size: 40px;
  }

  .story__wrapper {
    gap: 40px;
  }
  .story__media {
    width: 320px;
  }
  .story__media img {
    height: 400px;
  }

  .values__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .team-preview__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-cta__box {
    padding: 50px 40px;
  }
  .about-cta__box h2 {
    font-size: 26px;
  }
}

/* =========================================================
   MOBILE  (≤ 640px)
========================================================= */
@media (max-width: 640px) {
  .container {
    padding: 0 16px;
  }

  /* HEADER */
  .logo {
    width: 140px;
    height: 90px;
    top: -12px;
  }
  .logo img {
    width: 90px;
  }
  .header__top-flex {
    padding-left: 130px;
    padding-right: 4px;
  }
  .contacts span:not(:first-child):not(.phoneheader) {
    display: none; /* прячем часы работы и адрес из верхней строки на самой мобилке — они есть в бургер-меню */
  }
  .contacts ul {
    display: none;
  }
  .contacts .phoneheader b {
    font-weight: 700;
  }

  /* BANNER */
  .banner {
    min-height: 420px;
    padding: 40px 0;
    background-size: cover;
    background-position: center right -60px;
  }
  .banner-content {
    max-width: 100%;
  }
  .banner h1 {
    font-size: 26px;
    margin-bottom: 14px;
  }
  .subtitle {
    font-size: 15px;
  }
  .trust {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .banner-actions {
    flex-direction: column;
    gap: 10px;
    margin-top: 25px;
  }
  .btn-primary,
  .btn-secondary {
    text-align: center;
    padding: 12px 20px;
  }

  /* STAGES / NUMBERS */
  .numbers__section h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .stages__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .stages__items .stage::after {
    display: none !important;
  }
  .stage .stage__level {
    font-size: 34px;
    min-width: auto;
  }
  .stage .stage__number {
    font-size: 34px;
  }
  .stage .stage__level .stage__icon {
    width: 48px;
    height: 48px;
  }
  .stage p.stage__text {
    font-size: 15px;
  }











  
  /* ABOUT */
  .about {
    padding: 50px 0;
  }
  .about__wrapper {
    flex-direction: column;
  }
  .video-box {
    width: 100%;
    max-width: 320px;
    height: 460px;
    margin: 0 auto;
  }
  .about__content h2 {
    font-size: 24px;
    margin-top: 20px;
  }

  /* STUDENTS */
  .students {
    padding: 50px 0;
  }
  .students__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .students__head h2 {
    font-size: 24px;
  }
  .students__grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 150px;
    gap: 12px;
  }

  /* ROAD SECTION */
  .road-info {
    width: 100%;
  }
  .road-info-item {
    padding: 18px;
  }

  /* INSTRUCTORS / REVIEWS / NEWS */
  .instructors,
  .reviews,
  .news,
  .contact {
    padding: 50px 0;
  }
  .instructors__head h2,
  .reviews__head h2,
  .news__head h2,
  .contact__head h2 {
    font-size: 24px;
  }
  .instructors__grid,
  .reviews__grid,
  .news__grid,
  .contact__grid {
    grid-template-columns: 1fr;
  }

  /* FOOTER */
  .footer {
    padding: 40px 0 16px;
  }
  .footer__grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 26px;
  }
  .footer__social {
    justify-content: center;
  }

  /* FAQ */
  .faq {
    padding: 50px 0;
  }
  .faq__title {
    font-size: 26px;
  }

  /* ABOUT (SINGLE) PAGE */
  .about-hero {
    padding: 80px 0 70px;
  }
  .about-hero__title {
    font-size: 28px;
  }
  .about-hero__lead {
    max-width: 100%;
  }

  .stats-strip__grid {
    grid-template-columns: 1fr 1fr;
  }
  .stats-strip__item {
    padding: 20px 14px;
  }
  .stats-strip__num {
    font-size: 28px;
  }

  .story {
    padding: 60px 0 40px;
  }
  .story__wrapper {
    flex-direction: column;
    gap: 50px;
  }
  .story__media {
    width: 100%;
  }
  .story__media img {
    height: 320px;
  }
  .story__media-badge {
    left: 12px;
    bottom: -20px;
    padding: 14px 16px;
  }
  .story__content h2 {
    font-size: 26px;
  }
  .story__pillars {
    grid-template-columns: 1fr;
  }

  .road-story {
    padding: 60px 0;
  }
  .road-story__head h2 {
    font-size: 24px;
  }

  .values {
    padding: 60px 0;
  }
  .values__head {
    flex-direction: column;
    align-items: flex-start;
  }
  .values__head h2 {
    font-size: 24px;
  }
  .values__grid {
    grid-template-columns: 1fr;
  }

  .team-preview {
    padding: 60px 0;
  }
  .team-preview__head h2 {
    font-size: 24px;
  }
  .team-preview__grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .about-cta {
    padding: 50px 0;
  }
  .about-cta__box {
    padding: 34px 20px;
  }
  .about-cta__box h2 {
    font-size: 22px;
  }
  .about-cta__actions {
    width: 100%;
  }
  .about-cta__actions a {
    text-align: center;
  }

  /* TEST PAGE */
  .test-page {
    margin-top: 24px;
    padding: 0 16px;
  }
  .test-tabs {
    flex-wrap: wrap;
  }
  .answer-item {
    font-size: 15px;
  }
}

/* =========================================================
   EXTRA SMALL  (≤ 380px)
========================================================= */
@media (max-width: 380px) {
  .logo {
    width: 110px;
    height: 76px;
  }
  .logo img {
    width: 70px;
  }
  .header__top-flex {
    padding-left: 100px;
  }
  .banner h1 {
    font-size: 22px;
  }
  .stages__items {
    grid-template-columns: 1fr;
  }
  .students__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
  }
  .team-preview__grid {
    grid-template-columns: 1fr;
  }
  .stats-strip__grid {
    grid-template-columns: 1fr;
  }
}
