.hero-content {
  position: relative;
}

.country-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;

  width: 100%;
  margin: 0 0 22px;

  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.country-breadcrumbs a,
.country-breadcrumbs span {
  color: rgba(17, 17, 17, 0.5);
  text-decoration: none;
}

.country-breadcrumbs a:hover,
.country-breadcrumbs [aria-current="page"] {
  color: #111;
}



/* COUNTRY HERO. RESPONSIVE - 700px */
@media (max-width: 700px) {
  .hero-content {
    order: 1;
    height: 300px;
  }
}

/* COUNTRY HERO. RESPONSIVE - 600px */
@media (max-width: 600px) {
  .hero-content {
    justify-content: flex-start;
    min-height: 290px;
    padding: 56px 24px 24px;
  }

  .country-breadcrumbs {
    top: 32px;
    left: 24px;
    right: 24px;
    gap: 6px;

    font-size: 10px;
  }

  .hero-title {
    margin-bottom: 18px;
  }

  .hero-text {
    margin: 0;
  }
}


/* =========================
   COUNTRY PAGE INTRO
   ========================= */

/* .country-page */

.country-page__panel {
  padding: 58px 52px;
}

.country-page__intro {
  display: grid;
  grid-template-columns: minmax(420px, 0.85fr) minmax(520px, 1.15fr);
  gap: 24px;
  align-items: center;
}

.country-page__copy {
  max-width: 620px;
}

.section-kicker {
  display: block;
}

.country-page__copy .section-kicker {
  margin-bottom: 14px;
  text-align: left;
}

.section-title {
  margin: 0;
}

.country-page .section-title {
  font-size: 34px;
}

.country-page__copy .section-title {
  margin-bottom: 24px;
  text-align: left;
}

.country-page__copy p {
  margin: 0 0 18px;
  color: rgba(17, 17, 17, 0.72);
  font-size: 17px;
  line-height: 1.65;
  text-align: left;
}

.country-page__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.country-note-card {
  min-height: 220px;
  padding: 28px 26px;

  text-align: left;

  background: rgba(246, 239, 227, 0.72);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 26px;

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

.country-note-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.08);
}

.country-note-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 54px;
  height: 54px;
  margin-bottom: 20px;

  color: #111;
  font-size: 25px;

  background: #e6d7c3;
  border-radius: 50%;
}

.country-note-card h3 {
  margin: 0 0 10px;
  color: #111;
  font-size: 22px;
  line-height: 1.2;
}

.country-note-card p {
  margin: 0;
  color: rgba(17, 17, 17, 0.68);
  font-size: 16px;
  line-height: 1.5;
}


/* COUNTRY PAGE INTRO. RESPONSIVE - 1100px */
@media (max-width: 1100px) {
  .country-page__panel {
    padding: 48px 34px;
  }

  .country-page__intro {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .country-page__copy {
    max-width: 820px;
  }

  .country-note-card {
    min-height: 190px;
  }
}

/* COUNTRY PAGE INTRO. RESPONSIVE - 900px */
@media (max-width: 900px) {
  .country-page__panel {
    padding: 42px 28px;
  }

  .country-page__intro {
    gap: 32px;
  }

  .country-page .section-title {
    font-size: 30px;
  }

  .country-page__copy p {
    font-size: 16px;
    line-height: 1.62;
  }

  .country-note-card {
    min-height: auto;
    padding: 25px 22px;
    border-radius: 22px;
  }

  .country-note-card__icon {
    width: 50px;
    height: 50px;
    margin-bottom: 18px;
    font-size: 23px;
  }

  .country-note-card h3 {
    font-size: 21px;
  }
}

/* COUNTRY PAGE INTRO. RESPONSIVE - 700px */
@media (max-width: 700px) {
  .country-page__panel {
    padding: 36px 22px;
  }

  .country-page__intro {
    gap: 28px;
  }

  .country-page .section-title {
    font-size: 28px;
  }

  .country-page__copy .section-title {
    margin-bottom: 20px;
  }

  .country-page__copy p {
    margin-bottom: 16px;
  }

  .country-page__cards {
    grid-template-columns: 1fr;
  }

  .country-note-card {
    padding: 24px 20px;
  }
}

/* COUNTRY PAGE INTRO. RESPONSIVE - 600px */
@media (max-width: 600px) {
  .country-page__panel {
    padding: 32px 16px;
    border-radius: 24px;
  }

  .country-page__copy {
    max-width: none;
  }

  .country-page .section-title {
    font-size: 26px;
    line-height: 1.18;
  }

  .country-page__copy .section-kicker {
    margin-bottom: 12px;
  }

  .country-page__copy p {
    font-size: 15px;
    line-height: 1.6;
  }

  .country-page__cards {
    gap: 10px;
  }

  .country-note-card {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .country-note-card__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    font-size: 22px;
  }

  .country-note-card h3 {
    font-size: 20px;
  }

  .country-note-card p {
    font-size: 15px;
  }
}

/* COUNTRY PAGE INTRO. RESPONSIVE - 400px */
@media (max-width: 400px) {
  .country-page__panel {
    padding: 28px 14px;
  }

  .country-page .section-title {
    font-size: 24px;
  }

  .country-note-card {
    padding: 20px 16px;
  }
}


/* =========================
   COUNTRY SNAPSHOT
   ========================= */

.country-snapshot {
  background: #191818;
}

.country-snapshot__panel {
  padding: 56px 26px;

  background: #191818;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 36px;
  box-shadow: 0 20px 34px rgba(0, 0, 0, 0.28);
}

.country-snapshot__head {
  max-width: 1000px;
  margin: 0 auto 32px;
  text-align: center;
}

.section-kicker--light {
  color: #ecd19f;
}

.country-snapshot__title {
  color: #f6eada;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

.section-text {
  margin: 0;
}

.country-snapshot__intro {
  max-width: 770px;
  margin: 0 auto;

  color: #f6eada;
  font-size: 17px;
  line-height: 1.65;
  opacity: 0.6;
}

.country-snapshot__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  justify-content: center;
}

.country-snapshot__card {
  padding: 34px 20px 34px 30px;

  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px;

  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.country-snapshot__card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(216, 183, 122, 0.35);
}

.country-snapshot__card-head {
  display: flex;
  align-items: center;
  gap: 12px;

  margin-bottom: 22px;
}

.country-snapshot__icon {
  flex: 0 0 auto;

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

  width: 58px;
  height: 58px;

  color: #d8b77a;

  background: rgba(216, 183, 122, 0.12);
  border-radius: 50%;
}

.country-snapshot__card h3 {
  margin: 0;
  color: #f6eada;
  font-size: 20px;
  line-height: 1.2;
}

.country-snapshot__card p {
  margin: 0;
  color: #f6eada;
  font-size: 16px;
  line-height: 1.65;
  opacity: 0.6;
}


/* COUNTRY SNAPSHOT. RESPONSIVE - 1100px */
@media (max-width: 1100px) {
  .country-snapshot__panel {
    padding: 54px 38px;
  }

  .country-snapshot__grid {
    grid-template-columns: repeat(2, 360px);
    gap: 22px;
  }

  .country-snapshot__card {
    padding: 38px 42px;
  }

  .country-snapshot__card h3 {
    font-size: 19px;
  }
}

/* COUNTRY SNAPSHOT. RESPONSIVE - 900px */
@media (max-width: 900px) {
  .country-snapshot__panel {
    padding: 46px 30px;
    border-radius: 30px;
  }

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

  .country-snapshot__icon {
    width: 56px;
    height: 56px;
  }

  .country-snapshot__intro {
    font-size: 16px;
  }

  .country-snapshot__card h3 {
    font-size: 18px;
  }

  .country-snapshot__card p {
    font-size: 15px;
    line-height: 1.6;
  }
}

/* COUNTRY SNAPSHOT. RESPONSIVE - 800px */
@media (max-width: 800px) {
  .country-snapshot__card {
    padding: 32px;
  }

  .country-snapshot__intro {
    font-size: 15px;
  }
}

/* COUNTRY SNAPSHOT. RESPONSIVE - 600px */
@media (max-width: 600px) {
  .country-snapshot__panel {
    padding: 40px 22px;
    border-radius: 24px;
  }

  .country-snapshot__head {
    margin: 0 auto 22px;
  }

  .country-snapshot__grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .country-snapshot__card {
    width: 100%;
    max-width: 420px;
    padding: 42px 52px;
  }

  .country-snapshot__title {
    font-size: 34px;
  }

  .country-snapshot__card-head {
    gap: 18px;
    margin-bottom: 18px;
  }

  .country-snapshot__icon {
    width: 54px;
    height: 54px;
  }

  .country-snapshot__card h3 {
    font-size: 20px;
  }

  .country-snapshot__card p {
    font-size: 15px;
  }
}

/* COUNTRY SNAPSHOT. RESPONSIVE - 500px */
@media (max-width: 500px) {
  .country-snapshot__card {
    max-width: 380px;
  }
}

/* COUNTRY SNAPSHOT. RESPONSIVE - 480px */
@media (max-width: 480px) {
  .country-snapshot__panel {
    padding: 34px 18px;
  }

  .country-snapshot__title {
    font-size: 30px;
  }

  .country-snapshot__intro {
    font-size: 14px;
  }

  .country-snapshot__card {
    padding: 34px 48px;
  }

  .country-snapshot__icon {
    width: 50px;
    height: 50px;
  }

  .country-snapshot__card h3 {
    font-size: 18px;
  }

  .section-kicker {
    font-size: 11px;
  }
}

/* COUNTRY SNAPSHOT. RESPONSIVE - 400px */
@media (max-width: 400px) {
  .country-snapshot__panel {
    padding: 30px 16px;
  }

  .country-snapshot__title {
    font-size: 28px;
  }

  .country-snapshot__card-head {
    gap: 14px;
  }

  .country-snapshot__icon {
    width: 46px;
    height: 46px;
  }

  .country-snapshot__card h3 {
    font-size: 17px;
  }

  .country-snapshot__card p {
    font-size: 14px;
  }
}

/* COUNTRY SNAPSHOT. RESPONSIVE - 380px */
@media (max-width: 380px) {
  .country-snapshot__panel {
    padding: 28px 14px;
  }

  .country-snapshot__title {
    font-size: 26px;
  }

  .country-snapshot__icon {
    width: 44px;
    height: 44px;
  }

  .country-snapshot__card h3 {
    font-size: 16px;
  }

  .country-snapshot__card p {
    font-size: 13px;
  }
}


/* =========================
   COUNTRY FAQ
   ========================= */

/* .country-faq */

.country-faq__panel {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 46px;

  padding: 46px 52px;
}

.country-faq__head .section-kicker,
.country-faq__head .section-title {
  text-align: left;
}

.country-faq__head .section-kicker {
  display: block;
  margin-bottom: 12px;
}

.country-faq__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 18px;
}

.country-faq__item {
  overflow: hidden;

  background: rgba(246, 239, 227, 0.5);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 18px;
}

.country-faq__item summary {
  position: relative;

  padding: 18px 48px 18px 20px;

  color: #111;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;

  cursor: pointer;
  list-style: none;
}

.country-faq__item summary::-webkit-details-marker {
  display: none;
}

.country-faq__item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);

  color: #111;
  font-size: 22px;
  line-height: 1;
}

.country-faq__item[open] summary::after {
  content: "−";
}

.country-faq__item p {
  margin: 0;
  padding: 0 20px 20px;

  color: rgba(17, 17, 17, 0.68);
  font-size: 15px;
  line-height: 1.55;
}


/* COUNTRY FAQ. RESPONSIVE - 1100px */
@media (max-width: 1100px) {
  .country-faq__panel {
    grid-template-columns: 1fr;
    gap: 28px;

    padding: 42px 34px;
  }

  .country-faq__head {
    max-width: 760px;
  }

  .country-faq__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* COUNTRY FAQ. RESPONSIVE - 900px */
@media (max-width: 900px) {
  .country-faq__panel {
    padding: 40px 28px;
  }

  .country-faq__list {
    grid-template-columns: 1fr;
  }

  .country-faq__item summary {
    padding: 17px 46px 17px 18px;
    font-size: 15px;
  }

  .country-faq__item p {
    padding: 0 18px 18px;
  }
}

/* COUNTRY FAQ. RESPONSIVE - 700px */
@media (max-width: 700px) {
  .country-faq__panel {
    padding: 36px 22px;
  }
}

/* COUNTRY FAQ. RESPONSIVE - 600px */
@media (max-width: 600px) {
  .country-faq__panel {
    gap: 24px;
    padding: 32px 16px;
    border-radius: 24px;
  }

  .country-faq__list {
    gap: 10px;
  }

  .country-faq__item {
    border-radius: 16px;
  }
}

/* COUNTRY FAQ. RESPONSIVE - 400px */
@media (max-width: 400px) {
  .country-faq__panel {
    padding: 28px 14px;
  }

  .country-faq__item summary {
    padding: 16px 42px 16px 16px;
  }

  .country-faq__item summary::after {
    right: 16px;
  }

  .country-faq__item p {
    padding: 0 16px 18px;
  }
}
