.reto-page {
  font-family: inherit;
  color: #1f2933;
  overflow: hidden;
}

.reto-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.reto-section {
  padding: 90px 0;
}

.reto-hero-pro {
  min-height: 720px;
  position: relative;
  display: flex;
  align-items: center;
  background-image: url('https://retobulgaria.org/wp-content/uploads/2021/11/sofia3.jpg');
  background-size: cover;
  background-position: center;
  isolation: isolate;
}

.reto-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 38, 31, 0.92), rgba(7, 38, 31, 0.62), rgba(7, 38, 31, 0.25)),
    radial-gradient(circle at 20% 30%, rgba(244, 185, 66, 0.25), transparent 35%);
  z-index: -1;
}

.reto-hero-content {
  width: min(900px, calc(100% - 40px));
  margin: 0 auto;
  color: #fff;
  animation: retoFadeUp 0.9s ease both;
}

.reto-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(244, 185, 66, 0.18);
  color: #f4b942;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 13px;
}

.reto-kicker.dark {
  background: rgba(31, 111, 84, 0.1);
  color: #1f6f54;
}

.reto-hero-content h1 {
  max-width: 820px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.98;
  color: #fff;
  margin: 0 0 24px;
}

.reto-hero-content p {
  max-width: 720px;
  font-size: 21px;
  line-height: 1.6;
  color: rgba(255,255,255,0.92);
  margin-bottom: 34px;
}

.reto-hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.reto-btn-main,
.reto-btn-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 28px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.25s ease;
}

.reto-btn-main {
  background: #f4b942;
  color: #14231f;
  box-shadow: 0 12px 30px rgba(244, 185, 66, 0.35);
}

.reto-btn-main:hover {
  transform: translateY(-3px);
  background: #ffc857;
  color: #14231f;
}

.reto-btn-light {
  color: #fff;
  border: 2px solid rgba(255,255,255,0.8);
  backdrop-filter: blur(8px);
}

.reto-btn-light:hover {
  background: #fff;
  color: #103b2f;
  transform: translateY(-3px);
}

.reto-floating-call {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 999;
  background: #f4b942;
  color: #14231f;
  padding: 14px 20px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 34px rgba(0,0,0,0.22);
  transition: 0.25s ease;
}

.reto-floating-call:hover {
  transform: translateY(-4px);
  color: #14231f;
}

.reto-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.reto-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 58px;
  align-items: center;
}

.reto-intro-cards {
  margin-top: -90px;
  position: relative;
  z-index: 3;
  padding-top: 0;
}

.reto-action-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
  border-radius: 24px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 18px 50px rgba(0,0,0,0.13);
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
}

.reto-action-card::before {
  content: "";
  position: absolute;
  inset: auto -40px -80px auto;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(31,111,84,0.12);
  transition: 0.3s ease;
}

.reto-action-card:hover {
  transform: translateY(-10px);
}

.reto-action-card:hover::before {
  transform: scale(1.6);
  background: rgba(244,185,66,0.25);
}

.reto-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: #103b2f;
  color: #f4b942;
  font-weight: 900;
}

.reto-action-card h3 {
  color: #103b2f;
  margin: 24px 0 12px;
  font-size: 25px;
}

.reto-action-card p {
  line-height: 1.65;
}

.reto-action-card span {
  color: #1f6f54;
  font-weight: 900;
}

.reto-story {
  background: #f7faf8;
}

.reto-image-stack {
  position: relative;
  min-height: 500px;
}

.reto-img-main,
.reto-img-small {
  position: absolute;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 18px 50px rgba(0,0,0,0.18);
}

.reto-img-main {
  width: 78%;
  height: 420px;
  left: 0;
  top: 0;
}

.reto-img-small {
  width: 48%;
  height: 250px;
  right: 0;
  bottom: 0;
  border: 8px solid #fff;
}

.reto-text-block h2,
.reto-center-title h2 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.1;
  color: #103b2f;
  margin: 0 0 22px;
}

.reto-text-block p,
.reto-center-title p {
  font-size: 18px;
  line-height: 1.75;
  color: #4b5563;
}

.reto-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 34px;
}

.reto-stats div {
  padding: 20px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0,0,0,0.07);
}

.reto-stats strong {
  display: block;
  font-size: 34px;
  color: #1f6f54;
}

.reto-stats span {
  font-size: 14px;
  color: #4b5563;
}

.reto-center-title {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 46px;
}

.reto-program {
  background: #fff;
}

.reto-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.reto-step {
  position: relative;
  padding: 32px;
  border-radius: 24px;
  background: #f7faf8;
  transition: 0.3s ease;
}

.reto-step:hover {
  transform: translateY(-8px);
  background: #103b2f;
  color: #fff;
}

.reto-step span {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #f4b942;
  color: #14231f;
  font-weight: 900;
  margin-bottom: 22px;
}

.reto-step h3 {
  color: #103b2f;
  font-size: 23px;
}

.reto-step:hover h3,
.reto-step:hover p {
  color: #fff;
}

.reto-step p {
  line-height: 1.65;
  color: #4b5563;
}

.reto-activities-pro {
  background: #f7faf8;
}

.reto-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.reto-service-card {
  min-height: 380px;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: flex-end;
  box-shadow: 0 18px 48px rgba(0,0,0,0.16);
}

.reto-service-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: 0.45s ease;
}

.reto-service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7,38,31,0.92), rgba(7,38,31,0.25));
}

.reto-service-content {
  position: relative;
  z-index: 2;
  padding: 28px;
}

.reto-service-content h3 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 10px;
}

.reto-service-content p {
  color: rgba(255,255,255,0.88);
  line-height: 1.55;
}

.reto-service-content span {
  color: #f4b942;
  font-weight: 900;
}

.reto-service-card:hover .reto-service-bg {
  transform: scale(1.12);
}

.reto-centers-tabs {
  background: #fff;
}

.reto-tabs {
  max-width: 850px;
  margin: 0 auto;
  background: #f7faf8;
  border-radius: 28px;
  padding: 20px;
  box-shadow: 0 14px 40px rgba(0,0,0,0.08);
}

.reto-tab-buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}

.reto-tab-buttons button {
  border: 0;
  padding: 16px;
  border-radius: 999px;
  background: #fff;
  color: #103b2f;
  font-weight: 900;
  cursor: pointer;
  transition: 0.25s ease;
}

.reto-tab-buttons button.active,
.reto-tab-buttons button:hover {
  background: #103b2f;
  color: #fff;
}

.reto-tab-content {
  display: none;
  padding: 34px;
  border-radius: 22px;
  background: #fff;
  animation: retoFadeUp 0.35s ease both;
}

.reto-tab-content.active {
  display: block;
}

.reto-tab-content h3 {
  color: #103b2f;
  font-size: 30px;
}

.reto-tab-content p {
  line-height: 1.7;
  color: #4b5563;
}

.reto-tab-content a {
  display: inline-block;
  margin-top: 14px;
  font-weight: 900;
  color: #1f6f54;
}

.reto-video-section {
  background: #f7faf8;
}

.reto-video-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 18px 50px rgba(0,0,0,0.18);
}

.reto-video-box iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.reto-faq-section {
  background: #fff;
}

.reto-faq {
  max-width: 850px;
  margin: 0 auto;
}

.reto-faq-item {
  margin-bottom: 14px;
  border-radius: 18px;
  overflow: hidden;
  background: #f7faf8;
  border: 1px solid rgba(31,111,84,0.12);
}

.reto-faq-item button {
  width: 100%;
  padding: 22px;
  border: 0;
  background: transparent;
  color: #103b2f;
  font-size: 19px;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.reto-faq-item button::after {
  content: "+";
  float: right;
  font-size: 26px;
}

.reto-faq-item.active button::after {
  content: "–";
}

.reto-faq-item div {
  display: none;
  padding: 0 22px 22px;
}

.reto-faq-item.active div {
  display: block;
  animation: retoFadeUp 0.25s ease both;
}

.reto-faq-item p {
  color: #4b5563;
  line-height: 1.7;
  margin: 0;
}

.reto-final-pro {
  padding: 110px 0;
  text-align: center;
  background:
    linear-gradient(rgba(7,38,31,0.88), rgba(7,38,31,0.88)),
    url('https://retobulgaria.org/wp-content/uploads/2020/02/10256637_1415781528701102_7421058842420635231_o.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
}

.reto-final-pro h2 {
  color: #fff;
  font-size: clamp(36px, 5vw, 62px);
  margin-bottom: 18px;
}

.reto-final-pro p {
  font-size: 20px;
  color: rgba(255,255,255,0.9);
}

.reto-final-pro .reto-hero-buttons {
  justify-content: center;
  margin-top: 30px;
}

.reto-bank {
  margin-top: 34px;
  color: #f4b942 !important;
}

@keyframes retoFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .reto-grid-3,
  .reto-two-col,
  .reto-steps,
  .reto-service-grid {
    grid-template-columns: 1fr 1fr;
  }

  .reto-hero-pro {
    min-height: 640px;
  }
}

@media (max-width: 720px) {
  .reto-section {
    padding: 62px 0;
  }

  .reto-grid-3,
  .reto-two-col,
  .reto-steps,
  .reto-service-grid,
  .reto-stats {
    grid-template-columns: 1fr;
  }

  .reto-hero-pro {
    min-height: 680px;
  }

  .reto-hero-content h1 {
    font-size: 42px;
  }

  .reto-hero-content p {
    font-size: 18px;
  }

  .reto-intro-cards {
    margin-top: -50px;
  }

  .reto-image-stack {
    min-height: auto;
  }

  .reto-img-main,
  .reto-img-small {
    position: static;
    width: 100%;
    height: auto;
    margin-bottom: 18px;
  }

  .reto-img-small {
    border: 0;
  }

  .reto-tab-buttons {
    grid-template-columns: 1fr;
  }

  .reto-floating-call {
    left: 14px;
    right: 14px;
    bottom: 14px;
    text-align: center;
  }
}