.rf_res-page {
  background: #ffffff;
  --rf-res-brand: #308100;
  --rf-res-brand-dark: #245f00;
  --rf-res-brand-soft: #edf7e7;
  --rf-res-surface-soft: #f6fbf2;
  --rf-res-text: #1b2b34;
}

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

.rf_res-page .rf_res-section {
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  color: var(--rf-res-text);
}

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

.rf_res-page .rf_res-section ul {
  list-style: none;
}

.rf_res-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.rf_res-section-label {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--rf-res-brand);
  letter-spacing: 1px;
  margin-bottom: 15px;
  display: inline-block;
}

.rf_res-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.rf_res-btn-primary {
  background-color: var(--rf-res-brand);
  color: #ffffff;
  border: 2px solid var(--rf-res-brand);
}

.rf_res-btn-primary:hover,
.rf_res-btn-primary:focus {
  background-color: var(--rf-res-brand-dark);
  border-color: var(--rf-res-brand-dark);
  transform: translateY(-3px);
  color: #ffffff;
}

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

.rf_res-btn-outline:hover,
.rf_res-btn-outline:focus {
  background-color: #ffffff;
  color: var(--rf-res-brand);
}

.rf_res-btn-white {
  background-color: #ffffff;
  color: var(--rf-res-brand);
  border: none;
  padding: 12px 28px;
}

.rf_res-page .rf_res-section a.rf_res-btn-white {
  color: var(--rf-res-brand);
}

.rf_res-btn-white:hover,
.rf_res-btn-white:focus {
  transform: translateY(-3px);
  color: var(--rf-res-brand-dark);
}

.rf_res-btn svg {
  margin-left: 8px;
}

.rf_res-hero-section {
  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_res-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_res-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: 'Inter', sans-serif;
  font-size: 0.92rem;
}

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

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

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

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

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

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

.rf_res-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;
  margin-bottom: 18px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.rf_res-hero-title {
  max-width: 720px;
  font-size: clamp(2.3rem, 4.3vw, 3.7rem);
  line-height: 1.08;
  margin: 0 0 18px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.04em;
}

.rf_res-hero-title span {
  color: var(--rf-res-brand);
}

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

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

.rf_res-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_res-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_res-hero-panel-link {
  display: block;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

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

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

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

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

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

.rf_res-core-section {
  padding: 100px 0;
  text-align: center;
}

.rf_res-core-title {
  font-size: 2.2rem;
  margin: 0 0 15px;
  color: var(--rf-res-text);
}

.rf_res-core-desc {
  color: #576071;
  max-width: 500px;
  margin: 0 auto 50px;
}

.rf_res-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  text-align: left;
}

.rf_res-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 40px;
  border: 1px solid rgba(48, 129, 0, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}

.rf_res-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.rf_res-card-number {
  background-color: var(--rf-res-brand-soft);
  color: var(--rf-res-brand);
  font-weight: 700;
  font-size: 1.1rem;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.rf_res-card-icon {
  background-color: var(--rf-res-brand);
  color: #ffffff;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.1rem;
}

.rf_res-card-content {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.rf_res-card-image {
  flex: 1;
}

.rf_res-card-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.rf_res-card-text {
  flex: 1.2;
}

.rf_res-card h3 {
  font-size: 1.4rem;
  margin: 0 0 15px;
  color: var(--rf-res-text);
  line-height: 1.3;
}

.rf_res-card p {
  color: #576071;
  font-size: 0.9rem;
  margin: 0 0 20px;
}

.rf_res-card ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rf_res-card ul li {
  font-size: 0.85rem;
  color: #576071;
  display: flex;
  align-items: center;
  gap: 8px;
}

.rf_res-card ul li::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: var(--rf-res-brand);
  border-radius: 50%;
  flex-shrink: 0;
}

.rf_res-capabilities-section {
  background-color: var(--rf-res-surface-soft);
  padding: 100px 0;
  text-align: center;
  border-radius: 50px;
  margin-bottom: 100px;
}

.rf_res-cap-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px 15px;
  margin-top: 50px;
}

.rf_res-cap-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.rf_res-cap-icon {
  font-size: 2rem;
  color: var(--rf-res-brand);
  margin-bottom: 15px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rf_res-cap-item p {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--rf-res-text);
  line-height: 1.3;
  margin: 0;
}

.rf_res-footer {
  margin-bottom: 50px;
}

.rf_res-cta-box {
  background: linear-gradient(135deg, var(--rf-res-brand) 0%, var(--rf-res-brand-dark) 100%);
  border-radius: 16px;
  border-top-left-radius: 80px;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  gap: 40px;
  overflow: hidden;
}

.rf_res-cta-content {
  flex: 1;
  max-width: 400px;
}

.rf_res-cta-content h2 {
  font-size: 2rem;
  margin: 0 0 15px;
  line-height: 1.2;
  color: #ffffff;
}

.rf_res-cta-content p {
  color: rgba(255, 255, 255, 0.84);
  margin: 0 0 30px;
  font-size: 0.95rem;
}

.rf_res-cta-contact {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 40px;
}

.rf_res-contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 0.95rem;
}

.rf_res-cta-image {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.rf_res-cta-image img {
  width: 100%;
  max-width: 300px;
  height: 240px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

@media (max-width: 1024px) {
  .rf_res-hero-content {
    grid-template-columns: 1fr;
  }

  .rf_res-cards-grid {
    grid-template-columns: 1fr;
  }

  .rf_res-cap-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .rf_res-cta-box {
    flex-direction: column;
    text-align: center;
    border-top-left-radius: 40px;
    padding: 40px 20px;
  }

  .rf_res-cta-contact {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 0;
    padding-top: 30px;
    align-items: center;
  }

  .rf_res-cta-image {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .rf_res-hero-section {
    padding: 46px 0 58px;
  }

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

  .rf_res-hero-title {
    font-size: 2.1rem;
  }

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

  .rf_res-card-content {
    flex-direction: column-reverse;
  }

  .rf_res-card-image img {
    height: 250px;
  }

  .rf_res-cap-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .rf_res-capabilities-section {
    padding: 60px 20px;
    border-radius: 30px;
  }
}
