/* Replica Section Base */
#replica-section {
  background: #f4f5f6;
  color: #0f1f1a;
  --rf-card-width: 360px;
  --rf-card-height: 200px;
  --rf-card-final-width: 200px;
  --rf-card-top: 38px;
  --rf-card-gap: 24px;
  --rf-border-color: rgba(0, 0, 0, 0.1);
}

#replica-section .rf-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px 70px;
}

#replica-section a {
  color: #0a5c3b;
  font-weight: 600;
  text-decoration: none;
}

#replica-section a:hover {
  text-decoration: underline;
}

#replica-section h1,
#replica-section h2,
#replica-section h3 {
  margin: 0;
}

#replica-section p {
  margin: 0 0 12px;
  line-height: 1.8;
  color: #2b3a34;
}

/* Responsive Images (base image reset) */
#replica-section img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* Hero */
#replica-section .rf-hero-wrap {
  background: radial-gradient(circle at top, #0f7a4c 0, #004325 45%, #002214 100%);
  color: #ffffff;
  padding: 80px 16px 140px;
  text-align: center;
}

#replica-section .rf-hero-inner {
  max-width: 760px;
  margin: 0 auto;
}

#replica-section .rf-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.4);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 18px;
  opacity: .9;
}

#replica-section .rf-hero-title {
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 18px;
}

#replica-section .rf-hero-title span {
  display: block;
}

#replica-section .rf-hero-title span:nth-child(2) {
  color: #f3d28a;
  font-style: italic;
}

#replica-section .rf-hero-text {
  font-size: 15px;
  line-height: 1.8;
  color: #ffffff;
}

#replica-section .rf-hero-text a {
  color: #ffe2a3;
  font-weight: 700;
}

/* Main Card */
#replica-section .rf-main-card {
  background: #ffffff;
  border-radius: 28px;
  box-shadow: 0 22px 60px rgba(0,0,0,0.16);
  margin: -80px auto 0;
  max-width: 1120px;
  padding: 40px 32px 44px;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  #replica-section .rf-main-card {
    margin-top: -60px;
    padding: 26px 20px 32px;
    border-radius: 22px;
  }

  #replica-section .rf-hero-title {
    font-size: 28px;
  }
}

/* Section Blocks */
#replica-section .rf-section-block {
  margin-bottom: 46px;
}

#replica-section .rf-section-header {
  text-align: center;
  margin-bottom: 26px;
}

#replica-section .rf-section-eyebrow {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #d4a95f;
  margin-bottom: 6px;
}

#replica-section .rf-section-title {
  font-size: 24px;
  font-weight: 700;
  color: #0a5c3b;
  margin-bottom: 10px;
}

#replica-section .rf-section-sub {
  max-width: 760px;
  margin: 0 auto;
}

/* Why Us Cards */
#replica-section .rf-why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

#replica-section .rf-why-card {
  background: #f4faf7;
  border-radius: 20px;
  border: 1px solid #dfeee8;
  padding: 22px 20px 20px;
  position: relative;
  overflow: hidden;
}

#replica-section .rf-why-card::before {
  content: "";
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(212,169,95,0.65) 0, transparent 70%);
  top: -26px;
  left: -18px;
  opacity: 0.7;
}

#replica-section .rf-why-card h3 {
  position: relative;
  font-size: 18px;
  color: #0a5c3b;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  #replica-section .rf-why-grid {
    grid-template-columns: 1fr;
  }
}

/* Movement List */
#replica-section .rf-movement-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

#replica-section .rf-movement-item {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1.3fr);
  gap: 20px;
  background: #f8fbfa;
  border-radius: 16px;
  border: 1px solid #e1f0ea;
  padding: 18px 18px 16px;
  align-items: center;
}

#replica-section .rf-movement-figure img {
  display: block !important;
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: 10px !important;
}

@media (max-width: 880px) {
  #replica-section .rf-movement-item {
    grid-template-columns: 1fr;
  }
}

/* Promise Cards */
#replica-section .rf-promise-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

#replica-section .rf-promise-card {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #e0ece6;
  padding: 22px 20px;
  box-shadow: 0 14px 36px rgba(0,0,0,0.06);
  text-align: left;
}

#replica-section .rf-promise-card h3 {
  font-size: 18px;
  color: #0a5c3b;
  margin-bottom: 8px;
}

#replica-section .rf-promise-footer {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
  color: #3d5148;
}

@media (max-width: 900px) {
  #replica-section .rf-promise-grid {
    grid-template-columns: 1fr;
  }
}

/* Tailored & Packaging */
#replica-section .rf-tail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

#replica-section .rf-tail-card {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #e0ece6;
  padding: 22px 20px;
  box-shadow: 0 14px 36px rgba(0,0,0,0.05);
}

#replica-section .rf-tail-card h3 {
  font-size: 18px;
  color: #0a5c3b;
  margin-bottom: 8px;
}

@media (max-width: 900px) {
  #replica-section .rf-tail-grid {
    grid-template-columns: 1fr;
  }
}

/* Bottom Section */
#replica-section .rf-bottom-wrap {
  margin-top: 60px;
  background: #005c36;
  color: #ffffff;
  padding: 44px 26px;
  border-radius: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1.1fr);
  gap: 32px;
  align-items: center;
}

#replica-section .rf-bottom-left h2 {
  font-size: 24px;
  margin-bottom: 8px;
}

#replica-section .rf-bottom-left p {
  color: #ebf5f0;
}

#replica-section .rf-bottom-left ul {
  margin: 16px 0 0;
  padding-left: 18px;
}

#replica-section .rf-bottom-left li {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.7;
}

#replica-section .rf-bottom-left li strong {
  color: #ffe2a3;
}

#replica-section .rf-bottom-right {
  background: rgba(1, 48, 28, 0.9);
  border-radius: 20px;
  padding: 24px 22px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.35);
}

#replica-section .rf-bottom-right h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

#replica-section .rf-bottom-right p {
  color: #f2f7f4;
  font-size: 14px;
}

@media (max-width: 900px) {
  #replica-section .rf-bottom-wrap {
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }
}

/* Buttons */
#replica-section .rf-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 10px 24px;
  border-radius: 999px;
  background: #d4a95f;
  color: #1a2a22;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(0,0,0,0.35);
  border: none;
  cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
  #replica-section .rf-cta-btn {
    transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease;
  }

  #replica-section .rf-cta-btn:hover {
    background: #e2ba6a;
    transform: translateY(-1px);
    text-decoration: none;
    box-shadow: 0 18px 40px rgba(0,0,0,0.45);
  }
}

/* Deep Links */
#replica-section .rf-deep-link {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  padding-bottom: 2px;
  font-weight: 700;
  font-size: 15px;
  color: #0a5c3b;
  text-decoration: none;
  border-bottom: 1px solid rgba(10, 92, 59, 0.35);
  transition: all 0.25s ease;
}

#replica-section .rf-deep-link:hover {
  color: #084c30;
  border-bottom-color: #084c30;
  text-decoration: none;
}

#replica-section .rf-deep-link svg {
  width: 16px;
  height: 16px;
  margin-left: 6px;
  stroke: currentColor;
  stroke-width: 2.4;
  fill: none;
}

/* Icons */
#replica-section .rf-icon-small {
  width: 42px !important;
  height: 42px !important;
  border-radius: 12px;
  background: #f3f6f4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  font-size: 0 !important;
}

#replica-section .rf-icon-small svg {
  width: 22px !important;
  height: 22px !important;
  display: block;
}

#replica-section .rf-icon-small svg,
#replica-section .rf-icon-small svg * {
  vector-effect: non-scaling-stroke !important;
  stroke: #0a5c3b !important;
  stroke-width: 2 !important;
  fill: none !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}