.edutime-country-recommender {
  --edu-cr-red: #cb1712;
  --edu-cr-red-dark: #9f0d0a;
  --edu-cr-navy: #162747;
  --edu-cr-text: #536078;
  --edu-cr-line: #dfe6ef;
  --edu-cr-soft: #fff6f5;
  width: 100%;
  padding: clamp(34px, 5vw, 70px) 16px;
  background:
    radial-gradient(circle at 93% 8%, rgba(203, 23, 18, .08) 0 2px, transparent 3px) 0 0 / 16px 16px,
    linear-gradient(180deg, #fff 0%, #f7f9fc 100%);
  color: var(--edu-cr-navy);
  font-family: inherit;
}

.edutime-country-recommender *,
.edutime-country-recommender *::before,
.edutime-country-recommender *::after { box-sizing: border-box; }
.edutime-country-recommender__inner { width: min(1200px, 100%); margin: 0 auto; }
.edutime-country-recommender__intro { display: grid; align-items: center; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: clamp(24px, 5vw, 68px); }
.edutime-country-recommender__eyebrow { display: inline-flex; margin-bottom: 10px; color: var(--edu-cr-red); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.edutime-country-recommender__intro h2 { max-width: 720px; margin: 0; color: var(--edu-cr-navy); font-size: clamp(28px, 3.3vw, 48px); line-height: 1.12; }
.edutime-country-recommender__intro h2 strong { display: block; color: var(--edu-cr-red); font-weight: inherit; }
.edutime-country-recommender__intro p { max-width: 680px; margin: 16px 0 0; color: var(--edu-cr-text); font-size: 16px; line-height: 1.7; }
.edutime-country-recommender__visual { position: relative; min-height: 245px; overflow: hidden; border-radius: 50% 18px 50% 18px; background: linear-gradient(135deg, #fff2f0, #f1f4fa); }
.edutime-country-recommender__visual::before { position: absolute; inset: 14% 8%; border: 2px dashed rgba(203, 23, 18, .22); border-radius: 48%; content: ""; transform: rotate(-8deg); }
.edutime-country-recommender__visual span::before { position: absolute; top: 28%; left: 20%; width: 60%; height: 44%; border-radius: 50%; background: linear-gradient(145deg, rgba(203, 23, 18, .14), rgba(22, 39, 71, .08)); content: ""; }
.edutime-country-recommender__visual img { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.edutime-country-recommender__form { margin-top: 34px; padding: clamp(18px, 3vw, 32px); border: 1px solid var(--edu-cr-line); border-radius: 16px; background: rgba(255, 255, 255, .96); box-shadow: 0 18px 50px rgba(23, 39, 70, .08); }
.edutime-country-recommender__form-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; }
.edutime-country-recommender__group { min-width: 0; margin: 0; padding: 0 20px; border: 0; border-right: 1px solid var(--edu-cr-line); }
.edutime-country-recommender__group:first-child { padding-left: 0; }
.edutime-country-recommender__group:last-child { padding-right: 0; border-right: 0; }
.edutime-country-recommender__group legend { display: flex; width: 100%; align-items: center; margin: 0 0 12px; color: var(--edu-cr-navy); font-size: 12px; font-weight: 800; line-height: 1.35; text-transform: uppercase; gap: 8px; }
.edutime-country-recommender__group legend span { display: grid; flex: 0 0 28px; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--edu-cr-soft); color: var(--edu-cr-red); font-size: 10px; }
.edutime-country-recommender__options { display: grid; gap: 7px; }
.edutime-country-recommender__options label { display: block; margin: 0; cursor: pointer; }
.edutime-country-recommender__options input { position: absolute; opacity: 0; pointer-events: none; }
.edutime-country-recommender__options label > span { display: flex; min-height: 37px; align-items: center; padding: 7px 11px; border: 1px solid #e4e9f0; border-radius: 8px; background: #fff; color: #47546a; font-size: 12px; line-height: 1.3; transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease; }
.edutime-country-recommender__options label:hover > span { border-color: rgba(203, 23, 18, .35); transform: translateY(-1px); }
.edutime-country-recommender__options input:checked + span { border-color: var(--edu-cr-red); background: var(--edu-cr-soft); color: var(--edu-cr-red-dark); font-weight: 700; box-shadow: inset 3px 0 var(--edu-cr-red); }
.edutime-country-recommender__options input:focus-visible + span { outline: 3px solid rgba(36, 105, 210, .25); outline-offset: 2px; }
.edutime-country-recommender__group > small { display: block; margin-top: 9px; color: #7b8799; font-size: 10px; line-height: 1.45; }
.edutime-country-recommender__select { display: grid; color: var(--edu-cr-text); font-size: 11px; font-weight: 700; gap: 8px; }
.edutime-country-recommender__select select { width: 100%; min-height: 44px; margin: 0; padding: 0 38px 0 12px; border: 1px solid var(--edu-cr-line); border-radius: 9px; background-color: #fff; color: var(--edu-cr-navy); font-size: 13px; }
.edutime-country-recommender__submit-wrap { display: flex; flex-direction: column; align-items: center; margin-top: 26px; gap: 8px; }
.edutime-country-recommender__submit-wrap button,
.edutime-country-recommender__result-actions button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; margin: 0; padding: 0 24px; border: 1px solid var(--edu-cr-red); border-radius: 10px; background: linear-gradient(135deg, var(--edu-cr-red), var(--edu-cr-red-dark)); color: #fff; font-size: 13px; font-weight: 800; text-transform: uppercase; box-shadow: 0 10px 24px rgba(203, 23, 18, .18); gap: 12px; }
.edutime-country-recommender__submit-wrap button:hover { color: #fff; transform: translateY(-1px); }
.edutime-country-recommender__submit-wrap button:disabled { opacity: .6; cursor: wait; }
.edutime-country-recommender__submit-wrap small { color: #788397; font-size: 11px; }
.edutime-country-recommender__status { min-height: 24px; padding-top: 10px; color: var(--edu-cr-red); text-align: center; font-size: 12px; font-weight: 650; }
.edutime-country-recommender.is-loading .edutime-country-recommender__status::before { display: inline-block; width: 15px; height: 15px; margin-right: 8px; border: 2px solid rgba(203, 23, 18, .2); border-top-color: var(--edu-cr-red); border-radius: 50%; content: ""; vertical-align: -3px; animation: edu-cr-spin .7s linear infinite; }
@keyframes edu-cr-spin { to { transform: rotate(360deg); } }
.edutime-country-recommender__results[hidden], .edutime-country-recommender__comparison[hidden] { display: none !important; }
.edutime-country-recommender__results { scroll-margin-top: 120px; padding-top: 28px; }
.edutime-country-recommender__results > header { margin-bottom: 18px; text-align: center; }
.edutime-country-recommender__results > header span { color: var(--edu-cr-red); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.edutime-country-recommender__results > header h3 { max-width: 850px; margin: 7px auto 0; color: var(--edu-cr-text); font-size: 16px; font-weight: 500; line-height: 1.55; }
.edutime-country-recommender__cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.edutime-country-recommender__card { min-width: 0; overflow: hidden; border: 1px solid var(--edu-cr-line); border-radius: 14px; background: #fff; box-shadow: 0 10px 30px rgba(22, 39, 71, .065); }
.edutime-country-recommender__card-media { position: relative; aspect-ratio: 16 / 5.5; overflow: hidden; background: linear-gradient(135deg, #f5f7fb, #fff0ef); }
.edutime-country-recommender__card-media > img { width: 100%; height: 100%; object-fit: cover; }
.edutime-country-recommender__media-fallback { position: absolute; inset: 0; background: radial-gradient(circle at 75% 30%, rgba(203, 23, 18, .18), transparent 35%), linear-gradient(135deg, #f4f7fb, #fff); }
.edutime-country-recommender__flag { position: absolute; bottom: 12px; left: 16px; display: grid; width: 48px; height: 48px; overflow: hidden; place-items: center; border: 4px solid #fff; border-radius: 50%; background: #fff; box-shadow: 0 5px 16px rgba(22, 39, 71, .18); }
.edutime-country-recommender__flag img { width: 100%; height: 100%; object-fit: cover; }
.edutime-country-recommender__card-body { padding: 16px; }
.edutime-country-recommender__card-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.edutime-country-recommender__match { color: var(--edu-cr-red); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.edutime-country-recommender__card h4 { margin: 2px 0 0; color: var(--edu-cr-navy); font-size: 22px; line-height: 1.2; }
.edutime-country-recommender__compare-check { display: inline-flex; flex: 0 0 auto; align-items: center; color: var(--edu-cr-text); cursor: pointer; font-size: 11px; font-weight: 700; gap: 5px; }
.edutime-country-recommender__compare-check input { width: 16px; height: 16px; margin: 0; accent-color: var(--edu-cr-red); }
.edutime-country-recommender__tags { display: flex; flex-wrap: wrap; margin: 11px 0; gap: 5px; }
.edutime-country-recommender__tags span { padding: 4px 8px; border-radius: 999px; background: #fff0ef; color: var(--edu-cr-red-dark); font-size: 10px; font-weight: 700; }
.edutime-country-recommender__facts { display: grid; margin: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--edu-cr-line); }
.edutime-country-recommender__facts div { min-width: 0; padding: 9px 10px; background: #f8fafc; }
.edutime-country-recommender__facts dt { margin: 0; color: #7b8798; font-size: 10px; }
.edutime-country-recommender__facts dd { margin: 2px 0 0; color: var(--edu-cr-navy); font-size: 12px; font-weight: 700; }
.edutime-country-recommender__why { margin-top: 13px; color: var(--edu-cr-navy); font-size: 12px; }
.edutime-country-recommender__why > strong { display: block; margin-bottom: 6px; }
.edutime-country-recommender__reasons, .edutime-country-recommender__warnings, .edutime-country-recommender__table-list { margin: 0; padding: 0; list-style: none; }
.edutime-country-recommender__reasons li, .edutime-country-recommender__warnings li { position: relative; margin: 3px 0; padding-left: 17px; color: var(--edu-cr-text); line-height: 1.45; }
.edutime-country-recommender__reasons li::before { position: absolute; left: 0; color: #278552; content: "✓"; font-weight: 800; }
.edutime-country-recommender__warnings li::before { position: absolute; left: 0; color: #d58a00; content: "!"; font-weight: 800; }
.edutime-country-recommender__card-actions { display: grid; margin-top: 14px; grid-template-columns: 1fr auto; gap: 7px; }
.edutime-country-recommender__card-actions a { display: flex; min-height: 39px; align-items: center; justify-content: center; padding: 7px 12px; border: 1px solid var(--edu-cr-red); border-radius: 8px; background: var(--edu-cr-red); color: #fff; font-size: 11px; font-weight: 750; text-align: center; }
.edutime-country-recommender__card-actions a.is-secondary { background: #fff; color: var(--edu-cr-red); }
.edutime-country-recommender__empty { grid-column: 1 / -1; padding: 32px; border: 1px dashed #e5c6c4; border-radius: 14px; background: #fffafa; text-align: center; }
.edutime-country-recommender__empty p { margin: 6px 0 0; color: var(--edu-cr-text); }
.edutime-country-recommender__result-actions { display: flex; justify-content: center; margin-top: 18px; gap: 8px; }
.edutime-country-recommender__result-actions button { min-height: 40px; box-shadow: none; }
.edutime-country-recommender__result-actions button[data-reset] { border-color: var(--edu-cr-line); background: #fff; color: var(--edu-cr-navy); }
.edutime-country-recommender__result-actions button:disabled { opacity: .45; cursor: not-allowed; }
.edutime-country-recommender__comparison { scroll-margin-top: 110px; margin-top: 20px; overflow: hidden; border: 1px solid var(--edu-cr-line); border-radius: 14px; background: #fff; }
.edutime-country-recommender__comparison-head { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; border-bottom: 1px solid var(--edu-cr-line); }
.edutime-country-recommender__comparison-head h3 { margin: 0; font-size: 18px; }
.edutime-country-recommender__comparison-head button { width: 32px; height: 32px; margin: 0; padding: 0; border: 0; border-radius: 50%; background: var(--edu-cr-soft); color: var(--edu-cr-red); font-size: 22px; }
.edutime-country-recommender__table-wrap { overflow-x: auto; }
.edutime-country-recommender__comparison table { width: 100%; min-width: 720px; margin: 0; border-collapse: collapse; }
.edutime-country-recommender__comparison th, .edutime-country-recommender__comparison td { padding: 10px 12px; border: 1px solid #e7ebf1; color: var(--edu-cr-text); font-size: 11px; text-align: left; vertical-align: top; }
.edutime-country-recommender__comparison thead th { background: var(--edu-cr-navy); color: #fff; }
.edutime-country-recommender__comparison tbody th { min-width: 150px; background: #f7f9fc; color: var(--edu-cr-navy); }
.edutime-country-recommender__table-list li { margin-bottom: 4px; }
.edutime-country-recommender__consult { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; padding: 20px 24px; border-radius: 14px; background: linear-gradient(135deg, var(--edu-cr-navy), #263e67); color: #fff; gap: 24px; }
.edutime-country-recommender__consult span { color: #ffb2ae; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.edutime-country-recommender__consult h3 { margin: 3px 0 5px; color: #fff; font-size: 20px; }
.edutime-country-recommender__consult p { margin: 0; color: #dbe2ed; font-size: 12px; }
.edutime-country-recommender__consult a { flex: 0 0 auto; padding: 12px 18px; border-radius: 9px; background: var(--edu-cr-red); color: #fff; font-size: 12px; font-weight: 800; }
.edutime-country-recommender__lead-form { margin-top: 14px; padding: 20px; border: 1px solid var(--edu-cr-line); border-radius: 14px; background: #fff; }

@media (max-width: 1000px) {
  .edutime-country-recommender__form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 0; }
  .edutime-country-recommender__group:nth-child(2) { border-right: 0; }
  .edutime-country-recommender__group:nth-child(3) { padding-left: 0; }
}

@media (max-width: 700px) {
  .edutime-country-recommender { padding: 28px 0; }
  .edutime-country-recommender__inner { width: 100%; }
  .edutime-country-recommender__intro { padding: 0 15px; grid-template-columns: 1fr; }
  .edutime-country-recommender__intro h2 { font-size: 28px; }
  .edutime-country-recommender__intro p { font-size: 14px; }
  .edutime-country-recommender__visual { display: none; }
  .edutime-country-recommender__form { margin-top: 22px; padding: 16px 15px; border-right: 0; border-left: 0; border-radius: 0; }
  .edutime-country-recommender__form-grid { grid-template-columns: 1fr; gap: 20px; }
  .edutime-country-recommender__group, .edutime-country-recommender__group:first-child, .edutime-country-recommender__group:nth-child(3), .edutime-country-recommender__group:last-child { padding: 0; border-right: 0; }
  .edutime-country-recommender__options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .edutime-country-recommender__options label > span { height: 100%; }
  .edutime-country-recommender__submit-wrap button { width: 100%; }
  .edutime-country-recommender__status { padding-right: 15px; padding-left: 15px; }
  .edutime-country-recommender__results { padding: 22px 15px 0; }
  .edutime-country-recommender__cards { display: flex; margin: 0 -15px; overflow-x: auto; padding: 0 15px 10px; scroll-snap-type: x mandatory; gap: 12px; }
  .edutime-country-recommender__card { flex: 0 0 min(88vw, 380px); scroll-snap-align: center; }
  .edutime-country-recommender__result-actions { flex-direction: column; }
  .edutime-country-recommender__result-actions button { width: 100%; }
  .edutime-country-recommender__consult { align-items: flex-start; flex-direction: column; padding: 18px; }
  .edutime-country-recommender__consult a { width: 100%; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  .edutime-country-recommender *, .edutime-country-recommender *::before, .edutime-country-recommender *::after { scroll-behavior: auto !important; transition: none !important; animation-duration: .01ms !important; }
}
