/* Start custom CSS for html, class: .elementor-element-9f8c0ac *//* =========================================================
   ICO RUSSIA — ARABIC PLACEMENT TEST
   ========================================================= */

.ico-placement-v1 {
  --pt-navy: #0B3567;
  --pt-dark: #061f42;
  --pt-deep: #08284f;
  --pt-blue: #155494;
  --pt-blue-2: #2475b8;
  --pt-green: #6F9820;
  --pt-green-light: #91ba38;
  --pt-pale: #EDF5FF;
  --pt-white: #FFFFFF;
  --pt-text: #102E53;
  --pt-muted: #6A7F95;
  --pt-border: #DCE9F5;

  width: 100%;
  overflow: hidden;

  color: var(--pt-text);

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f8fbff 58%,
      #edf5ff 100%
    );

  font-family:
    Inter,
    Manrope,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    sans-serif;
}


.ico-placement-v1 *,
.ico-placement-v1 *::before,
.ico-placement-v1 *::after {
  box-sizing: border-box;
}


.ico-placement-v1 [hidden] {
  display: none !important;
}


.ico-pt-shell {
  width: min(
    1220px,
    calc(100% - 48px)
  );

  margin-inline: auto;
}



/* =========================================================
   HERO
   ========================================================= */

.ico-pt-hero {
  position: relative;
  isolation: isolate;

  min-height: 600px;

  display: flex;
  align-items: center;

  overflow: hidden;

  background-image:
    linear-gradient(
      90deg,
      rgba(4, 28, 59, 0.97) 0%,
      rgba(5, 36, 73, 0.91) 29%,
      rgba(7, 45, 84, 0.67) 47%,
      rgba(5, 39, 75, 0.27) 67%,
      rgba(5, 39, 75, 0.03) 88%
    ),
    url("https://icorussia.org/wp-content/uploads/2026/09/heroICOin.png");

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}


.ico-pt-hero::before {
  content: "";

  position: absolute;
  inset: 0;

  pointer-events: none;

  background:
    linear-gradient(
      180deg,
      rgba(3, 25, 52, 0.03),
      rgba(3, 25, 52, 0.06) 55%,
      rgba(3, 25, 52, 0.33)
    );
}


.ico-pt-hero__inner {
  position: relative;
  z-index: 2;

  min-height: 600px;

  display: flex;
  align-items: center;

  padding: 95px 0;
}


.ico-pt-hero__content {
  max-width: 685px;
}


.ico-pt-eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;

  margin-bottom: 18px;

  color: rgba(255,255,255,0.74);

  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.23em;
}


.ico-pt-eyebrow span {
  color: #a2ca4d;
}


.ico-pt-hero h1 {
  margin: 0 0 20px;

  color: #ffffff;

  font-size: clamp(
    48px,
    5.5vw,
    76px
  );

  line-height: 0.98;
  letter-spacing: -0.045em;

  font-weight: 850;

  text-shadow:
    0 4px 24px
    rgba(0,0,0,0.20);
}


.ico-pt-hero h1 span {
  color: #a8d050;
}


.ico-pt-hero__content > p {
  max-width: 620px;

  margin: 0;

  color: rgba(255,255,255,0.91);

  font-size: clamp(
    17px,
    1.7vw,
    21px
  );

  line-height: 1.65;
}


.ico-pt-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;

  margin-top: 31px;
}


.ico-pt-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;

  margin-top: 29px;

  color: rgba(255,255,255,0.76);

  font-size: 11px;
  font-weight: 600;
}


.ico-pt-hero__meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}


.ico-pt-hero__meta strong {
  width: 20px;
  height: 20px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  color: #ffffff;
  background: var(--pt-green);

  font-size: 9px;
}



/* =========================================================
   BUTTONS
   ========================================================= */

.ico-pt-btn {
  min-height: 50px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 13px 22px;

  border: 1px solid transparent;
  border-radius: 14px;

  font-family: inherit;
  font-size: 13px;
  font-weight: 800;

  line-height: 1.2;

  text-decoration: none !important;

  cursor: pointer;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}


.ico-pt-btn:hover {
  transform: translateY(-2px);
}


.ico-pt-btn--primary {
  color: #ffffff !important;

  border-color: #6f9820;

  background:
    linear-gradient(
      135deg,
      #8db731,
      #648e19
    );

  box-shadow:
    0 13px 30px
    rgba(75,110,19,0.24);
}


.ico-pt-btn--primary:hover {
  color: #ffffff !important;

  background:
    linear-gradient(
      135deg,
      #0B3567,
      #061f42
    );

  border-color: #0B3567;

  box-shadow:
    0 15px 34px
    rgba(6,31,66,0.28);
}


.ico-pt-btn--light {
  color: var(--pt-navy) !important;

  background: #ffffff;

  box-shadow:
    0 12px 30px
    rgba(6,40,79,0.16);
}


.ico-pt-btn--light:hover {
  color: #ffffff !important;
  background: var(--pt-navy);
}


.ico-pt-btn--outline {
  color: var(--pt-blue) !important;

  border-color: #b9d0e6;

  background: #ffffff;
}


.ico-pt-btn--outline:hover {
  color: #ffffff !important;

  border-color: var(--pt-navy);

  background: var(--pt-navy);
}


.ico-pt-btn--light-blue {
  color: var(--pt-navy);

  border-color: #d6e6f4;

  background: #edf6ff;
}


.ico-pt-btn--light-blue:hover {
  color: #ffffff;

  border-color: var(--pt-navy);

  background: var(--pt-navy);
}


.ico-pt-btn--disabled {
  cursor: not-allowed;

  color: #8593a1;

  border-color: #dce6ef;

  background: #f1f5f8;
}


.ico-pt-btn--disabled:hover {
  transform: none;
}


.ico-pt-btn:disabled {
  opacity: 0.45;

  cursor: not-allowed;

  transform: none !important;
}



/* =========================================================
   SECTION HEADINGS
   ========================================================= */

.ico-pt-section-heading {
  max-width: 760px;

  margin-bottom: 33px;
}


.ico-pt-section-heading--center {
  margin-inline: auto;

  text-align: center;
}


.ico-pt-kicker {
  display: inline-block;

  margin-bottom: 9px;

  color: var(--pt-green);

  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.17em;
}


.ico-pt-section-heading h2,
.ico-pt-test-header h2,
.ico-pt-nextstep__head h2 {
  margin: 0;

  color: var(--pt-navy);

  font-size: clamp(
    30px,
    3.5vw,
    45px
  );

  line-height: 1.12;

  letter-spacing: -0.033em;

  font-weight: 850;
}


.ico-pt-section-heading p {
  margin: 13px 0 0;

  color: var(--pt-muted);

  font-size: 14px;
  line-height: 1.75;
}



/* =========================================================
   HOW IT WORKS
   ========================================================= */

.ico-pt-how {
  padding: 75px 0 48px;
}


.ico-pt-steps {
  display: grid;

  grid-template-columns:
    repeat(4, minmax(0,1fr));

  gap: 14px;
}


.ico-pt-step {
  min-height: 165px;

  display: flex;
  gap: 14px;

  padding: 22px;

  border: 1px solid var(--pt-border);
  border-radius: 19px;

  background:
    linear-gradient(
      145deg,
      #ffffff,
      #f5faff
    );

  box-shadow:
    0 14px 35px
    rgba(19,69,112,0.06);
}


.ico-pt-step__number {
  width: 40px;
  height: 40px;

  flex: 0 0 40px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 13px;

  color: var(--pt-navy);
  background: #e7f2fd;

  font-size: 11px;
  font-weight: 850;
}


.ico-pt-step h3 {
  margin: 3px 0 8px;

  color: var(--pt-navy);

  font-size: 14px;
  font-weight: 850;
}


.ico-pt-step p {
  margin: 0;

  color: var(--pt-muted);

  font-size: 11px;
  line-height: 1.6;
}



/* =========================================================
   THREE PLACEMENT BANDS
   ========================================================= */

.ico-pt-levels {
  padding: 35px 0 60px;
}


.ico-pt-level-grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0,1fr));

  gap: 18px;
}


.ico-pt-level-card {
  position: relative;

  min-height: 245px;

  overflow: hidden;

  padding: 25px;

  border: 1px solid var(--pt-border);
  border-radius: 21px;

  background: #ffffff;

  box-shadow:
    0 15px 40px
    rgba(21,70,112,0.07);
}


.ico-pt-level-card::after {
  content: "";

  position: absolute;

  width: 160px;
  height: 160px;

  right: -65px;
  bottom: -75px;

  border-radius: 50%;

  background:
    rgba(21,84,148,0.05);
}


.ico-pt-level-card__number {
  width: 39px;
  height: 39px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 17px;

  border-radius: 12px;

  color: #ffffff;

  background: var(--pt-navy);

  font-size: 10px;
  font-weight: 850;
}


.ico-pt-level-card__band {
  display: block;

  margin-bottom: 7px;

  color: var(--pt-green);

  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.15em;
}


.ico-pt-level-card h3 {
  margin: 0 0 7px;

  color: var(--pt-navy);

  font-size: 21px;
  font-weight: 850;
}


.ico-pt-level-card__range {
  display: block;

  margin-bottom: 13px;

  color: var(--pt-blue);

  font-size: 13px;
}


.ico-pt-level-card p {
  margin: 0;

  color: var(--pt-muted);

  font-size: 11px;
  line-height: 1.65;
}



/* =========================================================
   PATHWAYS
   ========================================================= */

.ico-pt-pathways {
  padding: 55px 0 85px;
}


.ico-pt-pathway-grid {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0,1fr));

  gap: 25px;
}


.ico-pt-pathway-card {
  overflow: hidden;

  border: 1px solid var(--pt-border);
  border-radius: 25px;

  background: #ffffff;

  box-shadow:
    0 20px 55px
    rgba(25,75,119,0.09);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}


.ico-pt-pathway-card--active:hover {
  transform: translateY(-5px);

  box-shadow:
    0 28px 65px
    rgba(25,75,119,0.14);
}


.ico-pt-pathway-card--soon {
  opacity: 0.88;
}


.ico-pt-pathway-image {
  position: relative;

  aspect-ratio: 16 / 10;

  overflow: hidden;

  background: #eaf3fb;
}


.ico-pt-pathway-image img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;
  object-position: center;
}


.ico-pt-status {
  position: absolute;

  top: 16px;
  right: 16px;

  min-height: 29px;

  display: inline-flex;
  align-items: center;

  padding: 7px 11px;

  border-radius: 999px;

  font-size: 9px;
  font-weight: 850;

  letter-spacing: 0.04em;

  box-shadow:
    0 7px 18px
    rgba(0,0,0,0.12);
}


.ico-pt-status--available {
  color: #ffffff;

  background: var(--pt-green);
}


.ico-pt-status--soon {
  color: #677586;

  background: rgba(255,255,255,0.94);
}


.ico-pt-pathway-body {
  padding: 27px;
}


.ico-pt-pathway-label {
  color: var(--pt-green);

  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.16em;
}


.ico-pt-pathway-body h3 {
  margin: 8px 0 10px;

  color: var(--pt-navy);

  font-size: clamp(
    22px,
    2.3vw,
    29px
  );

  line-height: 1.18;

  font-weight: 850;
}


.ico-pt-pathway-body > p {
  margin: 0;

  color: var(--pt-muted);

  font-size: 13px;
  line-height: 1.7;
}


.ico-pt-pathway-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;

  margin: 18px 0 22px;
}


.ico-pt-pathway-tags span {
  padding: 7px 10px;

  border-radius: 999px;

  color: var(--pt-blue);
  background: #edf6ff;

  font-size: 9px;
  font-weight: 800;
}



/* =========================================================
   TEST APPLICATION
   ========================================================= */

.ico-pt-app {
  padding: 75px 0 90px;

  background:
    linear-gradient(
      180deg,
      #f5faff,
      #edf6ff
    );
}


.ico-pt-test-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;

  margin-bottom: 28px;
}


.ico-pt-test-header p {
  margin: 10px 0 0;

  color: var(--pt-muted);

  font-size: 13px;
}


.ico-pt-exit {
  padding: 9px 13px;

  border: 1px solid #d6e2ed;
  border-radius: 10px;

  color: #708297;
  background: #ffffff;

  font-family: inherit;

  font-size: 10px;
  font-weight: 750;

  cursor: pointer;

  transition:
    0.2s ease;
}


.ico-pt-exit:hover {
  color: #ffffff;

  border-color: var(--pt-navy);

  background: var(--pt-navy);
}



/* =========================================================
   STAGE TRACKER
   ========================================================= */

.ico-pt-stage-tracker {
  display: flex;
  align-items: flex-start;
  justify-content: center;

  margin-bottom: 26px;

  padding: 23px 28px;

  border: 1px solid var(--pt-border);
  border-radius: 20px;

  background: #ffffff;

  box-shadow:
    0 12px 30px
    rgba(25,75,119,0.06);
}


.ico-pt-stage-item {
  min-width: 100px;

  display: flex;
  flex-direction: column;
  align-items: center;

  text-align: center;
}


.ico-pt-stage-item > span {
  width: 37px;
  height: 37px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  color: #72859a;
  background: #e8eef5;

  font-size: 11px;
  font-weight: 850;
}


.ico-pt-stage-item small {
  margin-top: 7px;

  color: #77899c;

  font-size: 9px;
  font-weight: 700;
}


.ico-pt-stage-item.is-active > span {
  color: #ffffff;
  background: var(--pt-blue);

  box-shadow:
    0 0 0 6px
    rgba(21,84,148,0.10);
}


.ico-pt-stage-item.is-active small {
  color: var(--pt-blue);

  font-weight: 850;
}


.ico-pt-stage-item.is-complete > span {
  color: #ffffff;

  background: var(--pt-green);

  font-size: 0;
}


.ico-pt-stage-item.is-complete > span::before {
  content: "✓";

  font-size: 13px;
}


.ico-pt-stage-line {
  width: 105px;
  height: 3px;

  margin-top: 17px;

  border-radius: 999px;

  background: #e1e8ef;
}



/* =========================================================
   TEST LAYOUT
   ========================================================= */

.ico-pt-test-layout {
  display: grid;

  grid-template-columns:
    minmax(0,1.65fr)
    minmax(270px,0.65fr);

  gap: 22px;
}


.ico-pt-question-card,
.ico-pt-test-aside {
  border: 1px solid var(--pt-border);
  border-radius: 22px;

  background: #ffffff;

  box-shadow:
    0 18px 45px
    rgba(25,75,119,0.07);
}


.ico-pt-question-card {
  padding: 30px;
}


.ico-pt-question-meta {
  display: flex;
  justify-content: space-between;
  gap: 15px;

  margin-bottom: 11px;

  color: #74869a;

  font-size: 10px;
  font-weight: 750;
}


.ico-pt-progress {
  width: 100%;
  height: 7px;

  overflow: hidden;

  margin-bottom: 30px;

  border-radius: 999px;

  background: #e5ebf0;
}


.ico-pt-progress span {
  width: 20%;
  height: 100%;

  display: block;

  border-radius: inherit;

  background:
    linear-gradient(
      90deg,
      var(--pt-green),
      var(--pt-green-light)
    );

  transition: width 0.3s ease;
}


.ico-pt-question {
  margin-bottom: 24px;

  color: var(--pt-navy);

  font-size: clamp(
    23px,
    2.6vw,
    34px
  );

  line-height: 1.35;

  font-weight: 850;
}


.ico-pt-options {
  display: grid;

  gap: 11px;
}



/* =========================================================
   ANSWER OPTIONS
   DARK HOVER FIX
   ========================================================= */

.ico-pt-option {
  width: 100%;

  min-height: 65px;

  display: grid;

  grid-template-columns:
    auto
    auto
    minmax(0,1fr);

  align-items: center;

  gap: 12px;

  padding: 11px 16px;

  border: 1px solid #d9e6f2;
  border-radius: 14px;

  color: var(--pt-text);

  background: #ffffff;

  font-family: inherit;

  cursor: pointer;

  text-align: left;

  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}


/* DARK NAVY HOVER */

.ico-pt-option:hover {
  color: #ffffff;

  border-color: var(--pt-navy);

  background:
    linear-gradient(
      135deg,
      #0B3567,
      #061f42
    );

  transform: translateY(-2px);

  box-shadow:
    0 10px 24px
    rgba(6,31,66,0.17);
}


.ico-pt-option:hover
.ico-pt-option__letter {
  color: #b8dc68;
}


.ico-pt-option:hover
.ico-pt-option__radio {
  border-color: #ffffff;

  background: transparent;
}


.ico-pt-option:hover
.ico-pt-option__text {
  color: #ffffff;
}


/* SELECTED ANSWER */

.ico-pt-option.is-selected {
  color: var(--pt-text);

  border-color: #86af3e;

  background: #f0f8e8;

  box-shadow:
    inset 0 0 0 1px
    rgba(111,152,32,0.14);
}


/* Selected answer still becomes dark when hovered */

.ico-pt-option.is-selected:hover {
  color: #ffffff;

  border-color: var(--pt-navy);

  background:
    linear-gradient(
      135deg,
      #0B3567,
      #061f42
    );
}


.ico-pt-option__radio {
  width: 19px;
  height: 19px;

  border: 2px solid #b4c5d5;

  border-radius: 50%;

  background: #ffffff;

  transition: 0.2s ease;
}


.ico-pt-option.is-selected
.ico-pt-option__radio {
  border: 6px solid var(--pt-green);
}


.ico-pt-option.is-selected:hover
.ico-pt-option__radio {
  border-color: #a8d050;
  background: #ffffff;
}


.ico-pt-option__letter {
  color: var(--pt-blue);

  font-size: 11px;
  font-weight: 850;

  transition: color 0.2s ease;
}


.ico-pt-option__text {
  color: inherit;

  font-size: 16px;
  font-weight: 650;

  line-height: 1.4;

  transition: color 0.2s ease;
}


.ico-pt-question-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;

  margin-top: 30px;
}



/* =========================================================
   TEST SIDE
   ========================================================= */

.ico-pt-test-aside {
  padding: 27px;
}


.ico-pt-test-aside h3 {
  margin: 2px 0 23px;

  color: var(--pt-navy);

  font-size: 24px;

  line-height: 1.18;

  font-weight: 850;
}


.ico-pt-aside-item {
  display: flex;
  gap: 12px;

  margin-bottom: 18px;
}


.ico-pt-aside-item > span {
  width: 34px;
  height: 34px;

  flex: 0 0 34px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 11px;

  color: var(--pt-blue);

  background: #eaf4ff;

  font-size: 9px;
  font-weight: 850;
}


.ico-pt-aside-item strong,
.ico-pt-aside-item small {
  display: block;
}


.ico-pt-aside-item strong {
  margin-bottom: 4px;

  color: var(--pt-navy);

  font-size: 12px;
}


.ico-pt-aside-item small {
  color: var(--pt-muted);

  font-size: 10px;
  line-height: 1.5;
}


.ico-pt-aside-note {
  margin-top: 26px;

  padding: 14px;

  border-radius: 14px;

  color: #687d91;

  background: #f0f6fc;
}


.ico-pt-aside-note strong,
.ico-pt-aside-note span {
  display: block;
}


.ico-pt-aside-note strong {
  margin-bottom: 5px;

  color: var(--pt-blue);

  font-size: 10px;
}


.ico-pt-aside-note span {
  font-size: 9px;
  line-height: 1.5;
}



/* =========================================================
   RESULTS
   ========================================================= */

.ico-pt-results {
  padding: 85px 0;

  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(95,187,177,0.13),
      transparent 33%
    ),
    linear-gradient(
      180deg,
      #f6fbff,
      #edf5ff
    );
}


.ico-pt-result-card {
  max-width: 1030px;

  margin-inline: auto;

  overflow: hidden;

  border: 1px solid var(--pt-border);
  border-radius: 27px;

  background: #ffffff;

  box-shadow:
    0 25px 70px
    rgba(21,69,112,0.11);
}


.ico-pt-result-mark {
  min-height: 100px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;

  background:
    linear-gradient(
      135deg,
      #eef8e5,
      #f7fbff
    );
}


.ico-pt-result-circle {
  width: 57px;
  height: 57px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  color: #ffffff;

  background:
    linear-gradient(
      135deg,
      #88b52d,
      #5d8b17
    );

  box-shadow:
    0 10px 30px
    rgba(87,129,21,0.24);

  font-size: 24px;
  font-weight: 850;
}


.ico-pt-result-mark > span {
  color: var(--pt-green);

  font-size: 10px;
  font-weight: 850;

  letter-spacing: 0.11em;
}


.ico-pt-result-main {
  padding: 38px;
}


.ico-pt-result-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;

  margin-bottom: 18px;
}


.ico-pt-result-badges span {
  padding: 7px 11px;

  border-radius: 999px;

  color: var(--pt-blue);

  background: #eaf4ff;

  font-size: 9px;
  font-weight: 850;
}


.ico-pt-result-badges span:first-child {
  color: #ffffff;

  background: var(--pt-navy);
}


.ico-pt-result-main > h2 {
  margin: 2px 0 13px;

  color: var(--pt-navy);

  font-size: clamp(
    40px,
    5vw,
    62px
  );

  line-height: 1.04;

  letter-spacing: -0.045em;

  font-weight: 850;
}


.ico-pt-result-main > p {
  max-width: 760px;

  margin: 0;

  color: var(--pt-muted);

  font-size: 14px;
  line-height: 1.75;
}



/* EXACT RECOMMENDATION */

.ico-pt-recommendation {
  margin-top: 24px;

  padding: 20px 22px;

  border: 1px solid #cfdfa8;
  border-radius: 17px;

  background:
    linear-gradient(
      135deg,
      #f6fbed,
      #ffffff
    );
}


.ico-pt-recommendation > span,
.ico-pt-recommendation > strong,
.ico-pt-recommendation > small {
  display: block;
}


.ico-pt-recommendation > span {
  margin-bottom: 5px;

  color: #789450;

  font-size: 9px;
  font-weight: 850;

  letter-spacing: 0.1em;

  text-transform: uppercase;
}


.ico-pt-recommendation > strong {
  color: var(--pt-green);

  font-size: 28px;
  font-weight: 850;
}


.ico-pt-recommendation > small {
  margin-top: 4px;

  color: var(--pt-muted);

  font-size: 10px;
}



/* RESULT STATS */

.ico-pt-result-stats {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0,1fr));

  gap: 12px;

  margin-top: 20px;
}


.ico-pt-result-stats > div {
  padding: 18px;

  border: 1px solid var(--pt-border);
  border-radius: 16px;

  background: #f7fbff;
}


.ico-pt-result-stats small,
.ico-pt-result-stats strong {
  display: block;
}


.ico-pt-result-stats small {
  margin-bottom: 5px;

  color: #8191a1;

  font-size: 9px;
}


.ico-pt-result-stats strong {
  color: var(--pt-navy);

  font-size: 26px;
  font-weight: 850;
}



/* RESULT PANELS */

.ico-pt-result-panels {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0,1fr));

  gap: 13px;

  margin-top: 18px;
}


.ico-pt-result-panel {
  display: flex;
  gap: 13px;

  padding: 19px;

  border: 1px solid var(--pt-border);
  border-radius: 17px;

  background: #ffffff;
}


.ico-pt-result-panel__icon {
  width: 37px;
  height: 37px;

  flex: 0 0 37px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 12px;

  color: var(--pt-green);

  background: #eff7e7;

  font-size: 13px;
  font-weight: 850;
}


.ico-pt-result-panel h3 {
  margin: 2px 0 6px;

  color: var(--pt-navy);

  font-size: 13px;
}


.ico-pt-result-panel p {
  margin: 0;

  color: var(--pt-muted);

  font-size: 10px;
  line-height: 1.6;
}


.ico-pt-guidance-note {
  margin-top: 17px;

  padding: 12px 15px;

  border-radius: 12px;

  color: #718397;

  background: #f3f7fa;

  font-size: 9px;
  line-height: 1.55;
}


.ico-pt-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;

  margin-top: 24px;
}



/* =========================================================
   NEXT STEP
   ========================================================= */

.ico-pt-nextstep {
  padding: 85px 0;

  background:
    linear-gradient(
      180deg,
      #ffffff,
      #edf6ff
    );
}


.ico-pt-nextstep__head {
  max-width: 750px;

  margin: 0 auto 26px;

  text-align: center;
}


.ico-pt-nextstep__head p {
  margin: 12px auto 0;

  color: var(--pt-muted);

  font-size: 14px;
  line-height: 1.7;
}


.ico-pt-nextstep-highlight {
  max-width: 610px;

  margin:
    0 auto
    28px;

  padding: 21px;

  border: 1px solid #cfdfa8;
  border-radius: 18px;

  text-align: center;

  background:
    linear-gradient(
      135deg,
      #f6fbed,
      #ffffff
    );
}


.ico-pt-nextstep-highlight span,
.ico-pt-nextstep-highlight strong,
.ico-pt-nextstep-highlight small {
  display: block;
}


.ico-pt-nextstep-highlight span {
  margin-bottom: 4px;

  color: #779050;

  font-size: 9px;

  font-weight: 850;

  letter-spacing: 0.09em;

  text-transform: uppercase;
}


.ico-pt-nextstep-highlight strong {
  color: var(--pt-navy);

  font-size: 31px;
  font-weight: 850;
}


.ico-pt-nextstep-highlight small {
  margin-top: 4px;

  color: var(--pt-green);

  font-size: 11px;
  font-weight: 750;
}


.ico-pt-nextstep-grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0,1fr));

  gap: 17px;
}


.ico-pt-next-card {
  min-height: 260px;

  display: flex;
  flex-direction: column;

  padding: 25px;

  border: 1px solid var(--pt-border);
  border-radius: 21px;

  color: var(--pt-text) !important;

  background: #ffffff;

  text-decoration: none !important;

  box-shadow:
    0 15px 40px
    rgba(25,75,119,0.07);

  transition:
    transform 0.23s ease,
    box-shadow 0.23s ease,
    background 0.23s ease,
    color 0.23s ease;
}


.ico-pt-next-card:hover {
  transform: translateY(-5px);

  box-shadow:
    0 25px 55px
    rgba(25,75,119,0.12);
}


.ico-pt-next-card--featured {
  border-color: #c9dda3;

  background:
    linear-gradient(
      145deg,
      #ffffff,
      #f5faed
    );
}


.ico-pt-next-card__icon {
  width: 44px;
  height: 44px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 18px;

  border-radius: 14px;

  color: var(--pt-blue);

  background: #eaf4ff;

  font-size: 11px;
  font-weight: 850;
}


.ico-pt-next-card--featured
.ico-pt-next-card__icon {
  color: var(--pt-green);

  background: #edf7e4;
}


.ico-pt-next-card h3 {
  margin: 0 0 9px;

  color: var(--pt-navy);

  font-size: 20px;
  font-weight: 850;
}


.ico-pt-next-card p {
  flex: 1;

  margin: 0;

  color: var(--pt-muted);

  font-size: 12px;
  line-height: 1.65;
}


.ico-pt-next-card strong {
  margin-top: 20px;

  color: var(--pt-blue);

  font-size: 11px;
}


.ico-pt-next-card--featured strong {
  color: var(--pt-green);
}


.ico-pt-nextstep__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;

  margin-top: 26px;

  padding: 25px 28px;

  border: 1px solid #d5e5f3;
  border-radius: 20px;

  background: rgba(255,255,255,0.82);
}


.ico-pt-nextstep__bottom strong,
.ico-pt-nextstep__bottom span {
  display: block;
}


.ico-pt-nextstep__bottom strong {
  margin-bottom: 5px;

  color: var(--pt-navy);

  font-size: 15px;
}


.ico-pt-nextstep__bottom span {
  color: var(--pt-muted);

  font-size: 11px;
}



/* =========================================================
   ACCESSIBILITY
   ========================================================= */

.ico-placement-v1 a:focus-visible,
.ico-placement-v1 button:focus-visible {
  outline: 3px solid
    rgba(111,152,32,0.48);

  outline-offset: 3px;
}



/* =========================================================
   RTL
   ========================================================= */

html[dir="rtl"]
.ico-placement-v1 {
  direction: rtl;
}


html[dir="rtl"]
.ico-pt-option {
  text-align: right;
}



/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

  .ico-pt-steps {
    grid-template-columns:
      repeat(2, minmax(0,1fr));
  }


  .ico-pt-level-grid {
    grid-template-columns:
      repeat(3, minmax(0,1fr));
  }


  .ico-pt-test-layout {
    grid-template-columns: 1fr;
  }


  .ico-pt-test-aside {
    display: grid;

    grid-template-columns:
      repeat(3, minmax(0,1fr));

    gap: 15px;
  }


  .ico-pt-test-aside >
  .ico-pt-kicker,

  .ico-pt-test-aside >
  h3,

  .ico-pt-aside-note {
    grid-column: 1 / -1;
  }

}



/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .ico-pt-shell {
    width: min(
      calc(100% - 28px),
      600px
    );
  }


  .ico-pt-hero {
    min-height: 600px;

    background-position: 65% center;

    background-image:
      linear-gradient(
        90deg,
        rgba(4,28,59,0.96),
        rgba(5,35,71,0.86) 55%,
        rgba(5,35,71,0.50)
      ),
      url("https://icorussia.org/wp-content/uploads/2026/09/heroICOin.png");
  }


  .ico-pt-hero__inner {
    min-height: 600px;

    padding: 70px 0;
  }


  .ico-pt-hero h1 {
    font-size: clamp(
      42px,
      13vw,
      58px
    );
  }


  .ico-pt-hero__content > p {
    font-size: 16px;
  }


  .ico-pt-hero__actions {
    display: grid;

    grid-template-columns: 1fr;

    max-width: 315px;
  }


  .ico-pt-steps,
  .ico-pt-level-grid,
  .ico-pt-pathway-grid,
  .ico-pt-result-stats,
  .ico-pt-result-panels,
  .ico-pt-nextstep-grid {
    grid-template-columns: 1fr;
  }


  .ico-pt-pathway-image {
    aspect-ratio: 4 / 3;
  }


  .ico-pt-app,
  .ico-pt-results,
  .ico-pt-nextstep {
    padding: 55px 0;
  }


  .ico-pt-test-header {
    display: block;
  }


  .ico-pt-exit {
    margin-top: 15px;
  }


  .ico-pt-stage-tracker {
    justify-content: flex-start;

    overflow-x: auto;

    padding: 20px 15px;

    scrollbar-width: none;
  }


  .ico-pt-stage-tracker::-webkit-scrollbar {
    display: none;
  }


  .ico-pt-stage-line {
    min-width: 48px;
  }


  .ico-pt-stage-item {
    min-width: 88px;
  }


  .ico-pt-question-card {
    padding: 22px 17px;
  }


  .ico-pt-question {
    font-size: 24px;
  }


  .ico-pt-option__text {
    font-size: 15px;
  }


  .ico-pt-question-actions {
    display: grid;

    grid-template-columns: 1fr;
  }


  .ico-pt-question-actions
  .ico-pt-btn {
    width: 100%;
  }


  .ico-pt-test-aside {
    display: block;
  }


  .ico-pt-result-main {
    padding: 27px 20px;
  }


  .ico-pt-result-actions {
    display: grid;

    grid-template-columns: 1fr;
  }


  .ico-pt-result-actions
  .ico-pt-btn {
    width: 100%;
  }


  .ico-pt-nextstep__bottom {
    display: block;
  }


  .ico-pt-nextstep__bottom
  .ico-pt-btn {
    width: 100%;

    margin-top: 18px;
  }

}/* End custom CSS */