.rf_se-page,
.rf_se-page * ,
.rf_se-page *::before,
.rf_se-page *::after {
  box-sizing: border-box;
}

.rf_se-page a {
  text-decoration: none;
  color: inherit;
}

.rf_se-page ul {
  margin: 0;
  padding: 0;
}

.rf_se-container {
  width: 90%;
  max-width: 1240px;
  margin: auto;
}

.rf_se-section {
  padding: 90px 0;
}

.rf_se-services-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(48, 129, 0, 0.14), transparent 34%),
    linear-gradient(135deg, #1e2933 0%, #243744 52%, #2f4956 100%);
  padding: 56px 0 72px;
}

.rf_se-hero-pattern {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.35;
}

.rf_se-breadcrumb {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Roboto', sans-serif;
  font-size: 0.92rem;
}

.rf_se-breadcrumb a {
  color: #ffffff;
}

.rf_se-breadcrumb a:hover,
.rf_se-breadcrumb a:focus {
  color: #308100;
}

.rf_se-breadcrumb-separator {
  color: rgba(255, 255, 255, 0.4);
}

.rf_se-breadcrumb-current {
  color: rgba(255, 255, 255, 0.78);
}

.rf_se-hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 28px;
  align-items: start;
  color: #ffffff;
}

.rf_se-hero-copy {
  max-width: 760px;
}

.rf_se-hero-badge {
  display: inline-flex;
  align-items: center;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #308100;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.rf_se-services-hero h1 {
  max-width: 700px;
  font-size: clamp(2.35rem, 4.4vw, 3.8rem);
  line-height: 1.08;
  margin: 0 0 18px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.04em;
}

.rf_se-services-hero p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.02rem;
  margin: 0 0 28px;
  max-width: 620px;
  line-height: 1.8;
}

.rf_se-hero-buttons {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}

.rf_se-btn-primary,
.rf_se-btn-outline {
  padding: 15px 30px;
  border-radius: 999px;
  font-weight: 600;
  transition: 0.3s ease;
}

.rf_se-btn-primary {
  background: #308100;
  color: #ffffff;
}

.rf_se-btn-primary:hover,
.rf_se-btn-primary:focus {
  transform: translateY(-3px);
  color: #ffffff;
}

.rf_se-btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
}

.rf_se-btn-outline:hover,
.rf_se-btn-outline:focus {
  background: #ffffff;
  color: #222831;
}

.rf_se-hero-panel {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  box-shadow: 0 24px 44px rgba(8, 19, 27, 0.18);
}

.rf_se-hero-panel-label {
  display: block;
  margin-bottom: 14px;
  color: #308100;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rf_se-hero-panel-link {
  display: block;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.rf_se-hero-panel-link:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.rf_se-hero-panel-link:last-of-type {
  padding-bottom: 0;
}

.rf_se-hero-panel-link strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 1rem;
}

.rf_se-hero-panel-link span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
  line-height: 1.6;
}

.rf_se-hero-panel-link:hover strong,
.rf_se-hero-panel-link:focus strong {
  color: #308100;
}

.rf_se-section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.rf_se-section-heading span {
  color: #308100;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85rem;
  font-weight: 600;
}

.rf_se-section-heading h2 {
  font-size: 2.8rem;
  margin: 16px 0;
  color: #222831;
}

.rf_se-section-heading p {
  max-width: 720px;
  margin: auto;
  color: #5b646b;
}

.rf_se-services-wrapper {
  position: relative;
  overflow: visible;
  padding: 0 70px;
}

.rf_se-services-carousel {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 10px 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.rf_se-services-carousel::-webkit-scrollbar {
  display: none;
}

.rf_se-service-card {
  min-width: 300px;
  max-width: 300px;
  background: #ffffff;
  border-radius: 24px;
  padding: 26px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: 0.35s ease;
  flex-shrink: 0;
  position: relative;
  scroll-snap-align: start;
}

.rf_se-service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(48, 129, 0, 0.3);
}

.rf_se-service-top {
  margin-bottom: 22px;
}

.rf_se-service-number {
  font-size: 2.3rem;
  font-weight: 700;
  color: rgba(48, 129, 0, 0.15);
  line-height: 1;
}

.rf_se-service-content h3 {
  font-size: 1.15rem;
  margin: 0 0 12px;
  color: #222831;
  line-height: 1.35;
}

.rf_se-service-content p {
  color: #5d666d;
  margin: 0 0 18px;
  font-size: 0.88rem;
  line-height: 1.7;
}

.rf_se-service-content ul {
  list-style: none;
}

.rf_se-service-content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #4d565d;
  font-size: 0.85rem;
  line-height: 1.6;
}

.rf_se-service-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #308100;
}

.rf_se-carousel-buttons {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 20;
  pointer-events: none;
}

.rf_se-carousel-btn {
  position: absolute;
  width: 58px;
  height: 58px;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  color: #222831;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  pointer-events: auto;
}

.rf_se-carousel-btn:hover,
.rf_se-carousel-btn:focus {
  background: #308100;
  color: #ffffff;
  transform: scale(1.05);
}

.rf_se-left-btn {
  left: 0;
}

.rf_se-right-btn {
  right: 0;
}

.rf_se-process-section {
  background: #dde5e6;
  border-radius: 36px;
  padding: 70px 50px;
}

.rf_se-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.rf_se-process-item {
  text-align: center;
}

.rf_se-process-number {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #308100;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto auto 22px;
  font-size: 1.4rem;
  font-weight: 700;
}

.rf_se-process-item h4 {
  margin: 0 0 10px;
  color: #222831;
}

.rf_se-process-item p {
  color: #5c666d;
  font-size: 0.95rem;
  margin: 0;
}

.rf_se-cta {
  background: linear-gradient(135deg, #222831 0%, #393e46 100%);
  border-radius: 36px;
  text-align: center;
  padding: 80px;
  color: #ffffff;
}

.rf_se-cta h2 {
  font-size: 2.8rem;
  margin: 0 0 18px;
  color: #ffffff;
}

.rf_se-cta p {
  max-width: 720px;
  margin: 0 auto 36px;
  color: rgba(255, 255, 255, 0.75);
}

.rf_se-cta a {
  display: inline-block;
  padding: 16px 34px;
  background: #308100;
  border-radius: 999px;
  color: #ffffff;
  font-weight: 600;
  transition: 0.3s ease;
}

.rf_se-cta a:hover,
.rf_se-cta a:focus {
  transform: translateY(-3px);
  color: #ffffff;
}

.rf_se-fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.8s ease;
}

.rf_se-fade-up.rf_se-active {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991px) {
  .rf_se-services-hero {
    padding: 46px 0 58px;
  }

  .rf_se-hero-content {
    grid-template-columns: 1fr;
  }

  .rf_se-process-grid {
    grid-template-columns: 1fr 1fr;
  }

  .rf_se-cta {
    padding: 60px 35px;
  }

  .rf_se-services-wrapper {
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .rf_se-section {
    padding: 70px 0;
  }

  .rf_se-breadcrumb {
    margin-bottom: 22px;
    font-size: 0.86rem;
  }

  .rf_se-services-hero h1 {
    font-size: 2.15rem;
  }

  .rf_se-section-heading h2,
  .rf_se-cta h2 {
    font-size: 2rem;
  }

  .rf_se-hero-panel {
    padding: 18px;
    border-radius: 20px;
  }

  .rf_se-service-card {
    min-width: 260px;
    max-width: 260px;
    padding: 22px;
  }

  .rf_se-process-grid {
    grid-template-columns: 1fr;
  }

  .rf_se-process-section {
    padding: 50px 25px;
  }

  .rf_se-cta {
    padding: 50px 25px;
  }

  .rf_se-carousel-btn {
    width: 46px;
    height: 46px;
    font-size: 1rem;
  }

  .rf_se-services-wrapper {
    padding: 0 15px;
  }
}
