.home .rt-home-stats,
.home .rt-home-section--process,
.home .rt-home-section--reasons,
.rt-simple-section--soft {
  background: #f5f5f5;
}

.home .rt-home-section--pains,
.home .rt-home-section--services-route,
.home .rt-home-section--cost,
.page-id-4504 .rt-section.rt-simple-section:not(.rt-simple-section--soft),
.page-template-page-services .rt-section.rt-simple-section:not(.rt-simple-section--soft) {
  background: #ffffff;
}

.rt-home-stats {
  padding: clamp(42px, 6vw, 76px) 0;
}

.rt-home-stats__title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.rt-home-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 20px);
}

.rt-home-stats__grid article {
  display: grid;
  align-content: center;
  box-sizing: border-box;
  min-height: 150px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(15, 74, 66, .1);
  border-radius: 8px;
  background: #fff;
  text-align: center;
  overflow-wrap: anywhere;
}

.rt-home-stats__value {
  margin: 0;
  color: #102f2a;
  font-size: clamp(1.55rem, 2.15vw, 2.25rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
  animation: rt-stat-rise .55s ease-out both;
}

.rt-home-stats__label {
  margin: 12px 0 0;
  color: rgba(16, 32, 29, .66);
  font-size: .85rem;
  font-weight: 600;
  line-height: 1.55;
}

.rt-home-stats__caption {
  margin: 14px 0 0;
  color: rgba(16, 32, 29, .58);
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: right;
}

.home .rt-home-internal-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 22px;
  margin-top: clamp(28px, 4vw, 44px);
}

.home .rt-home-internal-nav--center {
  justify-content: center;
  text-align: center;
}

.home .rt-home-split__footer {
  grid-column: 1 / -1;
}

.home .rt-home-secondary-link,
.home .rt-home-text-link {
  width: auto !important;
  min-width: 0 !important;
  max-width: 100%;
  text-decoration: none;
}

.home .rt-home-secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 28px;
  border: 1.5px solid var(--rt-rz-green, #0f5a56);
  border-radius: 4px;
  background: transparent;
  color: var(--rt-rz-green, #0f5a56);
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.5;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.home .rt-home-secondary-link:hover,
.home .rt-home-secondary-link:focus-visible {
  border-color: var(--rt-rz-green, #0f5a56);
  background: var(--rt-rz-green, #0f5a56);
  color: #fff;
}

.home .rt-home-text-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-bottom: 1px solid transparent;
  color: var(--rt-rz-green, #0f5a56);
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.6;
  transition: border-color .2s ease;
}

.home .rt-home-text-link:hover,
.home .rt-home-text-link:focus-visible {
  border-bottom-color: var(--rt-rz-green, #0f5a56);
}

.home .rt-home-capability-grid .badge {
  display: inline-block;
  margin-right: 6px;
  padding: 2px 8px;
  border-radius: 20px;
  background: rgba(15, 90, 86, .1);
  color: var(--rt-rz-green, #0f5a56);
  font-size: .7rem;
  font-weight: 700;
  line-height: 1.5;
}

.rt-services-text-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
  margin-top: 12px;
  border-bottom: 1px solid transparent;
  color: var(--rt-rz-green, #0f5a56);
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.6;
  text-decoration: none;
  transition: border-color .2s ease, color .2s ease;
}

.rt-services-text-link:hover,
.rt-services-text-link:focus-visible {
  border-bottom-color: var(--rt-rz-green, #0f5a56);
  color: var(--rt-rz-green, #0f5a56);
}

.rt-services-price-grid .rt-services-price-card--featured {
  border-color: rgba(15, 90, 86, .22);
  background: rgba(15, 90, 86, .06);
}

.rt-services-price-grid {
  grid-template-columns: 1fr !important;
  max-width: 820px;
}

.rt-services-price-grid article {
  display: grid;
  gap: 8px;
  align-items: start;
}

.rt-services-price-grid article > * {
  margin-top: 0 !important;
}

.rt-services-price-grid .rt-services-price-card--featured {
  border-color: rgba(15, 90, 86, .24) !important;
  background: rgba(15, 90, 86, .06) !important;
}

.rt-services-price-label {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 10px;
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(15, 90, 86, .1);
  color: var(--rt-rz-green, #0f5a56);
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.45;
}

.rt-services-phase-transfer .rt-sub-head {
  max-width: 980px;
}

@keyframes rt-stat-rise {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .rt-home-stats__value,
  .rt-about-stats__value {
    animation: none !important;
  }
}

.rt-about-stats__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.rt-about-stats__grid article {
  display: grid;
  align-content: center;
  box-sizing: border-box;
  min-height: 150px;
  padding: clamp(22px, 3vw, 34px) !important;
  text-align: center;
  overflow-wrap: anywhere;
}

.rt-about-stats__value {
  color: #102f2a;
  font-size: clamp(1.55rem, 2.15vw, 2.25rem) !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  animation: rt-stat-rise .55s ease-out both;
}

.rt-about-stats__label {
  color: rgba(16, 32, 29, .66);
  font-size: .85rem !important;
  font-weight: 600 !important;
  line-height: 1.55 !important;
}

.rt-about-stats__note {
  font-size: .75rem !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
}

@media (max-width: 900px) {
  .rt-about-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .rt-home-stats__grid,
  .rt-about-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .rt-home-stats__grid article,
  .rt-about-stats__grid article {
    min-height: 132px;
    padding: 20px 14px;
  }

  .rt-home-stats__value,
  .rt-about-stats__value {
    font-size: clamp(1.4rem, 6vw, 1.75rem) !important;
  }
}

.rt-services-phase-transfer .rt-home-phase-list {
  position: relative;
  display: grid;
  gap: clamp(22px, 3.6vw, 34px);
  margin-top: clamp(34px, 5vw, 60px);
}

.rt-services-phase-transfer .rt-home-phase-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
  gap: clamp(22px, 3.5vw, 42px);
  align-items: stretch;
  padding: clamp(22px, 3.2vw, 36px);
  border: 1px solid rgba(15, 74, 66, .18);
  border-radius: 6px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 46px rgba(16, 32, 29, .07);
}

.rt-services-phase-transfer .rt-home-phase-card__image {
  order: 2;
  align-self: start;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 5px;
  background: #eef6f2;
}

.rt-services-phase-transfer .rt-home-phase-card__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: saturate(.96) contrast(1.02);
}

.rt-services-phase-transfer .rt-home-phase-card__body {
  order: 1;
  display: grid;
  align-content: start;
  gap: 16px;
}

.rt-services-phase-transfer .rt-home-phase-card h3 {
  margin: 0;
  color: var(--rt-rz-ink, #10201d);
  font-size: clamp(31px, 3.7vw, 48px);
  line-height: 1.14;
}

.rt-services-phase-transfer .rt-home-phase-card__lead,
.rt-services-phase-transfer .rt-home-phase-card__value,
.rt-services-phase-transfer .rt-home-phase-card li {
  color: var(--rt-rz-text, #3d4d49);
  line-height: 1.78;
}

.rt-services-phase-transfer .rt-home-phase-card__lead {
  margin: 0;
  font-size: clamp(16px, 1.35vw, 18px);
  font-weight: 700;
}

.rt-services-phase-transfer .rt-home-phase-card__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 34px);
  padding-top: 18px;
  border-top: 1px solid rgba(15, 74, 66, .14);
}

.rt-services-phase-transfer .rt-home-phase-card strong,
.rt-services-phase-transfer .rt-home-phase-card__value span {
  display: block;
  margin: 0 0 10px;
  color: var(--rt-rz-green, #0f5a56);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.rt-services-phase-transfer .rt-home-phase-card ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rt-services-phase-transfer .rt-home-phase-card li {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 700;
}

.rt-services-phase-transfer .rt-home-phase-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .78em;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: var(--rt-rz-green-3, #b7dcbe);
  transform: translateY(-50%);
}

.rt-services-phase-transfer .rt-home-phase-card__value {
  margin: 0;
  padding: 16px 0 0;
  border-top: 1px solid rgba(15, 74, 66, .14);
  font-size: 15px;
  font-weight: 500;
}

.rt-services-phase-transfer .rt-home-phase-card__service-link {
  justify-self: start;
  color: var(--rt-rz-green, #0f5a56);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.rt-services-output-category {
  scroll-margin-top: 96px;
}

@media (max-width: 860px) {
  .rt-services-phase-transfer .rt-home-phase-card,
  .rt-services-phase-transfer .rt-home-phase-card__columns {
    grid-template-columns: 1fr;
  }

  .rt-services-phase-transfer .rt-home-phase-card__image {
    order: 2;
  }

  .rt-services-phase-transfer .rt-home-phase-card__body {
    order: 1;
  }
}

@media (max-width: 640px) {
  .rt-home-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rt-home-stats__caption {
    text-align: center;
  }

  .rt-home-actions .rt-home-btn,
  .rt-home-final .rt-home-btn,
  .rt-services-hero__actions .rt-btn,
  .rt-services-final-cta .rt-btn {
    width: 100%;
    min-width: 100%;
  }

  .rt-services-phase-transfer .rt-home-phase-card {
    gap: 14px;
    padding: 16px;
  }
}

/* Contact page warmth pass: remove template-like borders and soften the form. */
body.page-id-4508 {
  --rt-contact-ink: #1a1a1a;
  --rt-contact-text: #333333;
  --rt-contact-muted: #666666;
  --rt-contact-line: #e8e8e8;
  --rt-contact-field-line: #d0ccc8;
  --rt-contact-warm: #f7f4f0;
  --rt-contact-accent: var(--rt-rz-green, #0f5a56);
  --rt-contact-accent-soft: rgba(15, 90, 86, .4);
}

body.page-id-4508 .rt-contact-hero-actions {
  align-items: flex-start;
  gap: 14px;
}

body.page-id-4508 .rt-contact-line-action {
  display: grid;
  gap: 8px;
}

body.page-id-4508 .rt-contact-line-caption {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: .85rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

body.page-id-4508 .rt-btn--line {
  border-color: #06c755 !important;
  background: #06c755 !important;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(6, 199, 85, .18) !important;
}

body.page-id-4508 .rt-simple-section {
  padding-block: clamp(72px, 8vw, 92px) clamp(88px, 10vw, 118px);
}

body.page-id-4508 .rt-simple-section--soft {
  padding-block: clamp(82px, 9vw, 112px) clamp(64px, 7vw, 84px);
}

body.page-id-4508 .rt-contact-form-wrap {
  align-items: start;
  row-gap: clamp(30px, 5vw, 56px);
}

body.page-id-4508 .rt-contact-before-form,
body.page-id-4508 .rt-form-shell,
body.page-id-4508 .rt-contact-lab {
  border: 1px solid var(--rt-contact-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .06) !important;
}

body.page-id-4508 .rt-contact-before-form,
body.page-id-4508 .rt-form-shell {
  padding: clamp(24px, 3.8vw, 42px) !important;
}

body.page-id-4508 .rt-contact-before-form h3,
body.page-id-4508 .rt-form-shell h3,
body.page-id-4508 .rt-contact-lab h2 {
  margin: 0 0 16px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--rt-contact-ink) !important;
  font-size: clamp(1.35rem, 2.2vw, 1.6rem) !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
}

body.page-id-4508 .rt-contact-before-form p,
body.page-id-4508 .rt-form-shell > p,
body.page-id-4508 .rt-contact-lab p,
body.page-id-4508 .rt-contact-line-under p {
  color: var(--rt-contact-text) !important;
  font-size: 1rem;
  font-weight: 400 !important;
  line-height: 1.9 !important;
}

body.page-id-4508 .rt-form-shell > p,
body.page-id-4508 .rt-contact-lab h2 + p {
  margin-top: 8px !important;
  color: var(--rt-contact-muted) !important;
  font-size: .95rem;
}

body.page-id-4508 .rt-contact-before-form__lead {
  margin: 18px 0 20px !important;
  padding: 20px 24px !important;
  border: 0 !important;
  border-left: 0 !important;
  border-radius: 8px !important;
  background: var(--rt-contact-warm) !important;
  color: var(--rt-contact-text) !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.8 !important;
}

body.page-id-4508 .rt-contact-before-form__list {
  gap: 8px;
  margin: 18px 0 24px;
}

body.page-id-4508 .rt-contact-before-form__list li {
  padding-left: 0;
  color: var(--rt-contact-text);
  font-weight: 600;
  line-height: 1.8;
}

body.page-id-4508 .rt-contact-before-form__list li::before {
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 9px;
  border-radius: 0;
  background: transparent;
  color: var(--rt-contact-accent);
  content: "・";
  transform: none;
}

body.page-id-4508 .rt-contact-assurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 12px;
  overflow: visible;
  margin-top: 26px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body.page-id-4508 .rt-contact-assurance article {
  display: grid;
  align-content: start;
  min-height: auto;
  padding: 16px 18px;
  border: 1px solid var(--rt-contact-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
}

body.page-id-4508 .rt-contact-assurance article:hover {
  transform: translateY(-2px);
  box-shadow: 0 1px 4px rgba(0, 0, 0, .06);
}

body.page-id-4508 .rt-contact-assurance h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  color: var(--rt-contact-ink);
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.45;
}

body.page-id-4508 .rt-contact-assurance h4::before {
  flex: 0 0 auto;
  color: var(--rt-contact-accent);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

body.page-id-4508 .rt-contact-assurance article:nth-child(1) h4::before {
  content: "✉";
}

body.page-id-4508 .rt-contact-assurance article:nth-child(2) h4::before {
  content: "✓";
}

body.page-id-4508 .rt-contact-assurance article:nth-child(3) h4::before {
  content: "○";
}

body.page-id-4508 .rt-contact-assurance p {
  margin: 0;
  padding: 0 !important;
  border: 0 !important;
  border-left: 0 !important;
  color: var(--rt-contact-muted);
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.8;
}

body.page-id-4508 .rt-form-shell .forminator-label,
body.page-id-4508 .rt-form-shell label:not(.forminator-checkbox):not(.forminator-radio) {
  display: block !important;
  margin-bottom: 6px !important;
  color: var(--rt-contact-text) !important;
  font-size: .9rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  letter-spacing: .02em !important;
}

body.page-id-4508 .rt-form-shell .forminator-required {
  display: inline-flex !important;
  align-items: center;
  margin-left: 6px;
  padding: 2px 6px;
  border-radius: 3px;
  background: #fef0f0;
  color: #c0392b !important;
  font-size: 0 !important;
  font-weight: 600 !important;
  line-height: 1.4;
  vertical-align: .12em;
}

body.page-id-4508 .rt-form-shell .forminator-required::before {
  content: "必須";
  font-size: .7rem;
}

body.page-id-4508 .rt-form-shell .badge-optional {
  display: inline-flex;
  align-items: center;
  margin-left: 6px;
  padding: 2px 6px;
  border-radius: 3px;
  background: #f0f0f0;
  color: #888888;
  font-size: .7rem;
  font-weight: 600;
  line-height: 1.4;
  vertical-align: .12em;
}

body.page-id-4508 .rt-form-shell input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
body.page-id-4508 .rt-form-shell textarea,
body.page-id-4508 .rt-form-shell select {
  width: 100% !important;
  min-height: 48px !important;
  padding: 12px 16px !important;
  border: 1px solid var(--rt-contact-field-line) !important;
  border-radius: 4px !important;
  background: #fff !important;
  color: var(--rt-contact-text) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  box-shadow: none !important;
  transition: border-color .2s ease;
}

body.page-id-4508 .rt-form-shell textarea {
  min-height: 150px !important;
}

body.page-id-4508 .rt-form-shell input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus,
body.page-id-4508 .rt-form-shell textarea:focus,
body.page-id-4508 .rt-form-shell select:focus {
  border-color: var(--rt-contact-accent) !important;
  outline: none !important;
  box-shadow: none !important;
}

body.page-id-4508 .rt-form-shell .forminator-checkbox {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  margin: 0 0 12px !important;
  color: var(--rt-contact-text) !important;
  font-size: .95rem !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
}

body.page-id-4508 .rt-form-shell input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  margin: .25em 0 0 !important;
  accent-color: var(--rt-contact-accent);
}

body.page-id-4508 .rt-form-shell .forminator-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.page-id-4508 .rt-contact-submit-note {
  max-width: 34rem;
  margin: 12px 0 0 !important;
  color: #888888 !important;
  font-size: .8rem !important;
  font-weight: 400 !important;
  line-height: 1.8 !important;
}

body.page-id-4508 .rt-contact-after-flow {
  margin-top: clamp(34px, 5vw, 48px);
  padding-top: clamp(26px, 4vw, 34px);
  border-top: 1px solid var(--rt-contact-line);
}

body.page-id-4508 .rt-contact-after-flow h4,
body.page-id-4508 .rt-contact-line-under h4 {
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  color: var(--rt-contact-ink);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.35;
}

body.page-id-4508 .rt-contact-after-flow ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  list-style: none;
}

body.page-id-4508 .rt-contact-after-flow ol li {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 0;
  padding: 22px 20px 24px;
  border: 0;
  border-right: 1px solid #eeeeee;
  background: transparent;
  color: var(--rt-contact-text);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75;
}

body.page-id-4508 .rt-contact-after-flow ol li:last-child {
  border-right: 0;
}

body.page-id-4508 .rt-contact-after-flow ol li span {
  display: block;
  min-width: 48px;
  margin: 0;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--rt-contact-accent-soft) !important;
  font-size: 0 !important;
  font-weight: 700 !important;
  line-height: 1;
}

body.page-id-4508 .rt-contact-after-flow ol li span::before {
  content: "0" attr(data-step);
}

body.page-id-4508 .rt-contact-after-flow ol li:nth-child(1) span::before { content: "01"; }
body.page-id-4508 .rt-contact-after-flow ol li:nth-child(2) span::before { content: "02"; }
body.page-id-4508 .rt-contact-after-flow ol li:nth-child(3) span::before { content: "03"; }
body.page-id-4508 .rt-contact-after-flow ol li:nth-child(4) span::before { content: "04"; }

body.page-id-4508 .rt-contact-after-flow ol li span::before {
  font-size: 2rem;
}

body.page-id-4508 .rt-contact-line-under {
  margin-top: clamp(28px, 4vw, 40px);
  padding: 24px 0 18px !important;
  border-top: 1px solid var(--rt-contact-line);
}

body.page-id-4508 .rt-contact-line-under .rt-btn {
  box-shadow: none !important;
}

body.page-id-4508 .rt-contact-lab {
  align-items: center;
  gap: clamp(26px, 5vw, 56px);
  padding: clamp(20px, 3vw, 32px);
}

body.page-id-4508 .rt-contact-lab__list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
  padding: 0;
  list-style: none;
}

body.page-id-4508 .rt-contact-lab__list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--rt-contact-text);
  font-weight: 400;
  line-height: 1.8;
}

body.page-id-4508 .rt-contact-lab__list li::before {
  content: "○";
  flex: 0 0 auto;
  color: var(--rt-contact-accent);
  font-size: 1rem;
  line-height: 1.7;
}

body.page-id-4508 .rt-contact-lab__list a {
  color: var(--rt-contact-accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

body.page-id-4508 .contact-methods {
  display: grid;
  gap: 0;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

body.page-id-4508 .contact-methods li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #eeeeee;
}

body.page-id-4508 .contact-methods li:last-child {
  border-bottom: 0;
}

body.page-id-4508 .contact-methods .icon {
  flex: 0 0 auto;
  width: 1.35rem;
  margin-top: 2px;
  color: var(--rt-contact-accent);
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
}

body.page-id-4508 .contact-methods .label,
body.page-id-4508 .contact-methods .desc {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  line-height: 1.55 !important;
}

body.page-id-4508 .contact-methods .label {
  margin-bottom: 2px !important;
  color: var(--rt-contact-ink) !important;
  font-size: .9rem !important;
  font-weight: 600 !important;
}

body.page-id-4508 .contact-methods .desc {
  color: var(--rt-contact-muted) !important;
  font-size: .9rem !important;
  font-weight: 400 !important;
}

/* Shared footer: separate CTA from navigation and keep the footer quiet. */
.pre-footer {
  padding: 64px 24px;
  background: var(--rt-rz-green, #0f5a56);
  color: #fff;
  text-align: center;
}

.pre-footer-text {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, .9);
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.8;
}

.pre-footer .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 13px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #fff;
  color: var(--rt-rz-green, #0f5a56);
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  box-shadow: none;
  transition: background .2s ease, color .2s ease;
}

.pre-footer .btn-primary:hover,
.pre-footer .btn-primary:focus-visible {
  background: transparent;
  color: #fff;
}

.rt-footer {
  background: #fff !important;
  border-top: 1px solid rgba(15, 74, 66, .12);
}

.rt-footer .rt-footer__inner {
  display: grid !important;
  grid-template-columns: 1.5fr 1fr 1fr !important;
  gap: 48px !important;
  align-items: start !important;
  max-width: 1080px !important;
  margin: 0 auto !important;
  padding: 64px 24px 48px !important;
}

.rt-footer__brand {
  display: grid;
  align-content: start;
  justify-items: start;
}

.rt-footer__logo {
  display: block;
  width: min(180px, 100%);
  height: auto;
  margin: 0 !important;
}

.footer-brand-text,
.rt-footer__text.footer-brand-text {
  margin: 10px 0 0 !important;
  color: #888888 !important;
  font-size: .85rem !important;
  font-weight: 600 !important;
  line-height: 1.6 !important;
}

.footer-copyright,
.rt-footer__copyright.footer-copyright {
  margin: 24px 0 0 !important;
  color: #aaaaaa !important;
  font-size: .8rem !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
}

.footer-col-title {
  margin: 0 0 16px !important;
  color: #999999 !important;
  font-size: .8rem !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  line-height: 1.4 !important;
  text-transform: uppercase;
}

.rt-footer .footer-col a {
  display: block;
  width: fit-content;
  max-width: 100%;
  padding: 5px 0;
  color: #555555 !important;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.65;
  text-decoration: none;
  transition: color .2s ease;
}

.rt-footer .footer-col a:hover,
.rt-footer .footer-col a:focus-visible {
  color: var(--rt-rz-green, #0f5a56) !important;
}

body.page-id-4508 .rt-contact-map-btn {
  margin-top: 24px;
  border-color: var(--rt-contact-accent) !important;
  color: var(--rt-contact-accent) !important;
  box-shadow: none !important;
}

body.page-id-4508 .rt-reveal,
body.page-id-4508 .is-visible,
body.page-id-4508 [class*="is-visible"] {
  animation-duration: .4s !important;
  transition-duration: .4s !important;
  transition-timing-function: ease-out !important;
}

@media (max-width: 860px) {
  body.page-id-4508 .rt-contact-assurance {
    grid-template-columns: 1fr;
  }

  body.page-id-4508 .rt-contact-after-flow ol {
    display: block;
  }

  body.page-id-4508 .rt-contact-after-flow ol li {
    display: flex;
    gap: 20px;
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid #eeeeee;
  }

  body.page-id-4508 .rt-contact-after-flow ol li:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  body.page-id-4508 .rt-contact-hero-actions,
  body.page-id-4508 .rt-contact-line-action,
  body.page-id-4508 .rt-contact-hero-actions .rt-btn,
  body.page-id-4508 .rt-contact-line-under .rt-btn,
  body.page-id-4508 .rt-contact-map-btn {
    width: 100%;
    min-width: 100%;
  }

  body.page-id-4508 .rt-contact-before-form,
  body.page-id-4508 .rt-form-shell {
    padding: 22px 18px !important;
  }

  body.page-id-4508 .rt-contact-after-flow ol li {
    gap: 16px;
    padding: 22px 0;
  }

  body.page-id-4508 .rt-contact-after-flow ol li span {
    min-width: 44px;
  }
}

@media (max-width: 768px) {
  .pre-footer {
    padding: 48px 20px;
  }

  .pre-footer-text {
    font-size: 1rem;
  }

  .rt-footer .rt-footer__inner {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
    padding: 48px 20px 40px !important;
  }

  .rt-footer__brand {
    order: -1;
  }

  .rt-footer .footer-col a {
    padding: 8px 0;
  }

  body:has(.rt-fixed-cta) .rt-footer {
    padding-bottom: 96px;
  }
}

/* Homepage LP refinement: trust, scarcity, and calmer service-page consistency. */
.rt-homepage-lp--human {
  --rt-hp-accent: var(--rt-rz-green, #0f5a56);
  --rt-hp-warm: #f7f4f0;
  --rt-hp-line: #e8e8e8;
}

.rt-homepage-lp--human .rt-hp-section:nth-of-type(odd) {
  background: #ffffff;
}

.rt-homepage-lp--human .rt-hp-section:nth-of-type(even) {
  background: #f5f5f5;
}

.rt-homepage-lp--human p,
.rt-homepage-lp--human li,
.rt-homepage-lp--human dd {
  line-height: 1.9;
}

.rt-homepage-lp--human h1,
.rt-homepage-lp--human h2,
.rt-homepage-lp--human h3 {
  line-height: 1.3;
}

.rt-homepage-lp--human .hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
  margin-bottom: 24px;
}

.rt-homepage-lp--human .hero-badges .badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border: 1.5px solid var(--rt-hp-accent);
  border-radius: 20px;
  background: transparent;
  color: var(--rt-hp-accent);
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.45;
}

.rt-homepage-lp--human .rt-hp-price-difference,
.rt-homepage-lp--human .rt-hp-price-difference--entry,
.rt-homepage-lp--human .rt-hp-price-difference--stack,
.rt-homepage-lp--human .rt-hp-prototype-promise,
.rt-homepage-lp--human .rt-hp-honest-note {
  padding: 20px 24px !important;
  border: 0 !important;
  border-left: 0 !important;
  border-radius: 8px !important;
  background: var(--rt-hp-warm) !important;
  box-shadow: none !important;
}

.rt-homepage-lp--human .rt-hp-price-difference strong,
.rt-homepage-lp--human .rt-hp-price-difference--entry strong,
.rt-homepage-lp--human .rt-hp-price-difference--stack strong {
  color: var(--rt-hp-accent);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.55;
}

.rt-homepage-lp--human .rt-hp-honest-note {
  margin-top: clamp(24px, 4vw, 36px);
}

.rt-homepage-lp--human .rt-hp-honest-note p {
  margin: 0;
  color: #555555;
  font-size: .95rem;
  font-weight: 400;
}

.rt-homepage-lp--human .rt-hp-prototype-steps article {
  border: 1px solid var(--rt-hp-line) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  transform: none;
  transition: transform .2s ease;
}

.rt-homepage-lp--human .rt-hp-prototype-steps article + article {
  border-left: 1px solid var(--rt-hp-line) !important;
}

.rt-homepage-lp--human .rt-hp-prototype-steps article:hover {
  transform: translateY(-2px);
  box-shadow: none !important;
}

.rt-homepage-lp--human .rt-hp-quality-proof__row span:nth-child(2),
.rt-homepage-lp--human .rt-hp-quality-proof__row p:nth-child(2) {
  padding-left: 0 !important;
  border-left: 0 !important;
}

.rt-homepage-lp--human .rt-hp-quality-proof__row span,
.rt-homepage-lp--human .rt-hp-quality-proof__row p,
.rt-homepage-lp--human .rt-hp-prototype-steps span,
.rt-homepage-lp--human .rt-hp-prototype-steps p {
  font-weight: 600 !important;
}

.rt-homepage-lp--human .days {
  display: block !important;
  margin: clamp(28px, 4vw, 42px) 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
  border: 0 !important;
  background: transparent !important;
}

.rt-homepage-lp--human .days li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 24px !important;
  padding: 24px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #eeeeee !important;
  background: transparent !important;
  box-shadow: none !important;
}

.rt-homepage-lp--human .days li:last-child {
  border-bottom: 0 !important;
}

.rt-homepage-lp--human .day-num {
  flex: 0 0 56px;
  min-width: 48px;
  padding-top: 3px;
  color: var(--rt-hp-accent);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5;
  opacity: .6;
}

.rt-homepage-lp--human .day-body {
  min-width: 0;
}

.rt-homepage-lp--human .day-title {
  margin: 0 0 6px;
  color: var(--rt-rz-ink, #10201d);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.rt-homepage-lp--human .day-desc {
  margin: 0;
  color: #666666;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.7;
}

.rt-homepage-lp--human .rt-hp-plan-group {
  margin-top: clamp(28px, 4vw, 44px);
}

.rt-homepage-lp--human .rt-hp-plan-group > h3 {
  margin: 0 0 16px;
  color: var(--rt-rz-ink, #10201d);
  font-size: 1.15rem;
  font-weight: 700;
}

.rt-homepage-lp--human .rt-hp-plan-compare--primary article {
  position: relative;
  border: 2px solid var(--rt-hp-accent) !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.rt-homepage-lp--human .rt-hp-plan-compare--primary .rt-hp-plan-compare__recommend,
.rt-homepage-lp--human .rt-hp-plan-compare--primary article.rt-hp-plan-compare__recommend {
  border-color: var(--rt-hp-accent) !important;
  background: #ffffff !important;
  color: var(--rt-rz-ink, #10201d) !important;
}

.rt-homepage-lp--human .rt-hp-plan-compare--primary article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  border-radius: 6px 6px 0 0;
  background: var(--rt-hp-accent);
}

.rt-homepage-lp--human .rt-hp-plan-compare--primary h3,
.rt-homepage-lp--human .rt-hp-plan-compare--primary h3 span,
.rt-homepage-lp--human .rt-hp-plan-compare--primary p,
.rt-homepage-lp--human .rt-hp-plan-compare--primary strong,
.rt-homepage-lp--human .rt-hp-plan-compare--primary .rt-hp-plan-note {
  color: var(--rt-rz-ink, #10201d) !important;
}

.rt-homepage-lp--human .rt-hp-plan-compare--primary strong {
  color: #263b36 !important;
}

.rt-homepage-lp--human .rt-hp-plan-compare--primary .rt-hp-plan-note {
  color: #4b5d58 !important;
}

.rt-homepage-lp--human .rt-hp-plan-step-label {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--rt-hp-accent);
  color: #fff;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.45;
}

.rt-homepage-lp--human .rt-hp-availability {
  width: fit-content;
  margin: 12px 0 14px !important;
  padding: 10px 14px;
  border-radius: 6px;
  background: #fff;
  color: var(--rt-hp-accent);
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.5;
}

.rt-homepage-lp--human .rt-hp-support-table__row {
  box-shadow: none !important;
}

.rt-homepage-lp--human .rt-hp-faq-list {
  display: grid;
  gap: clamp(26px, 4vw, 40px);
}

.rt-homepage-lp--human .rt-hp-faq-group h3 {
  margin: 0 0 8px;
  color: var(--rt-rz-ink, #10201d);
  font-size: 1.05rem;
  font-weight: 700;
}

.rt-homepage-lp--human .faq-item {
  border: 0;
  border-bottom: 1px solid #eeeeee;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.rt-homepage-lp--human .faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 0;
  cursor: pointer;
  color: var(--rt-rz-ink, #10201d);
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.6;
  list-style: none;
}

.rt-homepage-lp--human .faq-question::-webkit-details-marker {
  display: none;
}

.rt-homepage-lp--human .faq-question::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--rt-hp-accent);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  transition: transform .2s ease;
}

.rt-homepage-lp--human .faq-item[open] .faq-question::after {
  transform: rotate(45deg);
}

.rt-homepage-lp--human .faq-answer {
  padding: 0 0 20px;
}

.rt-homepage-lp--human .faq-answer p {
  margin: 0;
  color: #555555;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.8;
}

.rt-homepage-lp--human .rt-hp-sticky strong {
  font-weight: 700;
}

@media (max-width: 640px) {
  .rt-homepage-lp--human .hero-badges {
    margin-bottom: 20px;
  }

  .rt-homepage-lp--human .days li {
    gap: 16px !important;
  }

  .rt-homepage-lp--human .day-num {
    flex-basis: 48px;
  }
}

/* Free support page: make the all-service support offer feel selective and human. */
.rt-free-support-page {
  --rt-free-accent: var(--rt-rz-green, #0f5a56);
  --rt-free-ink: var(--rt-rz-ink, #10201d);
  --rt-free-text: var(--rt-rz-text, #3d4d49);
  --rt-free-warm: #f7f4f0;
  --rt-free-line: #e8e8e8;
  color: var(--rt-free-text);
}

.rt-free-support-page p,
.rt-free-support-page li {
  line-height: 1.9;
}

.rt-free-support-page h1,
.rt-free-support-page h2,
.rt-free-support-page h3 {
  line-height: 1.3;
}

.rt-free-support-page .rt-simple-section:not(.rt-simple-section--soft) {
  background: #ffffff;
}

.rt-free-support-page .rt-simple-section--soft {
  background: #f5f5f5;
}

.rt-free-support-page .rt-free-support-hero h1,
.rt-free-support-page .rt-free-support-hero .rt-sub-hero__statement,
.rt-free-support-page .rt-free-support-hero .rt-lead {
  color: #ffffff;
}

.rt-free-support-page .rt-free-support-hero .rt-lead {
  opacity: .92;
}

.rt-free-support-page .hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 28px;
}

.rt-free-support-page .hero-badges .badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border: 1.5px solid var(--rt-free-accent);
  border-radius: 20px;
  background: transparent;
  color: var(--rt-free-accent);
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.45;
}

.rt-free-support-page .rt-free-support-hero .hero-badges .badge {
  border-color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .08);
  color: #ffffff;
}

.rt-free-support-page .service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.rt-free-support-page .service-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 16px;
  border-radius: 4px;
  background: #f0f0f0;
  color: #444444;
  font-size: .85rem;
  font-weight: 600;
  line-height: 1.55;
}

.rt-free-support-page .feature-list,
.rt-free-support-page .rt-free-selection-list {
  margin: clamp(22px, 3vw, 32px) 0 0;
  padding: 0;
  list-style: none;
}

.rt-free-support-page .feature-list li,
.rt-free-support-page .rt-free-selection-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #eeeeee;
  color: var(--rt-free-text);
  font-size: .95rem;
  font-weight: 400;
}

.rt-free-support-page .feature-list li:last-child,
.rt-free-support-page .rt-free-selection-list li:last-child {
  border-bottom: 0;
}

.rt-free-support-page .feature-list .icon,
.rt-free-support-page .rt-free-selection-list i {
  flex: 0 0 auto;
  margin-top: 5px;
  color: var(--rt-free-accent);
  font-size: .9rem;
  font-weight: 700;
  line-height: 1;
}

.rt-free-support-page .rt-free-selection-copy {
  display: grid;
  gap: 14px;
  max-width: 760px;
  margin-top: 18px;
}

.rt-free-support-page .rt-free-selection-copy p,
.rt-free-support-page .rt-free-not-fit p,
.rt-free-support-page .rt-free-homepage-route p {
  margin: 0;
  font-size: .95rem;
  font-weight: 400;
}

.rt-free-support-page .rt-free-not-fit,
.rt-free-support-page .rt-static-note {
  margin-top: clamp(22px, 3vw, 32px);
  padding: 20px 24px !important;
  border: 0 !important;
  border-left: 0 !important;
  border-radius: 8px !important;
  background: var(--rt-free-warm) !important;
  box-shadow: none !important;
}

.rt-free-support-page .rt-free-not-fit p,
.rt-free-support-page .rt-static-note p {
  color: #555555;
  font-size: .9rem;
}

.rt-free-support-page .rt-static-note h3 {
  margin: 0 0 8px;
  color: var(--rt-free-ink);
  font-size: 1rem;
  font-weight: 700;
}

.rt-free-support-page .days {
  display: block !important;
  margin: clamp(28px, 4vw, 42px) 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
  border: 0 !important;
  background: transparent !important;
}

.rt-free-support-page .days li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 24px !important;
  padding: 24px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #eeeeee !important;
  background: transparent !important;
  box-shadow: none !important;
}

.rt-free-support-page .days li:last-child {
  border-bottom: 0 !important;
}

.rt-free-support-page .day-num {
  flex: 0 0 56px;
  min-width: 48px;
  padding-top: 3px;
  color: var(--rt-free-accent);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5;
  opacity: .6;
}

.rt-free-support-page .day-body {
  min-width: 0;
}

.rt-free-support-page .day-title {
  margin: 0 0 6px;
  color: var(--rt-free-ink);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.rt-free-support-page .day-desc {
  margin: 0;
  color: #666666;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.7;
}

.rt-free-support-page .rt-free-homepage-route p {
  max-width: 720px;
  color: #555555;
}

.rt-free-support-page .rt-free-text-link {
  display: inline-flex;
  align-items: center;
  width: auto !important;
  min-width: 0 !important;
  margin-top: 18px;
  border-bottom: 1px solid transparent;
  color: var(--rt-free-accent);
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.6;
  text-decoration: none;
  transition: border-color .2s ease;
}

.rt-free-support-page .rt-free-text-link:hover,
.rt-free-support-page .rt-free-text-link:focus-visible {
  border-bottom-color: var(--rt-free-accent);
}

@media (max-width: 640px) {
  .rt-free-support-page .hero-badges {
    margin-bottom: 22px;
  }

  .rt-free-support-page .service-tags {
    gap: 8px;
  }

  .rt-free-support-page .days li {
    gap: 16px !important;
  }

  .rt-free-support-page .day-num {
    flex-basis: 48px;
  }
}

/* Cases page: readable records, not a loud portfolio wall. */
.rt-cases-page {
  --rt-cases-accent: var(--rt-rz-green, #0f5a56);
  --rt-cases-ink: var(--rt-rz-ink, #10201d);
  --rt-cases-text: var(--rt-rz-text, #3d4d49);
  --rt-cases-line: #e8e8e8;
  color: var(--rt-cases-text);
}

.rt-cases-page p,
.rt-cases-page li {
  line-height: 1.9;
}

.rt-cases-page h1,
.rt-cases-page h2,
.rt-cases-page h3,
.rt-cases-page h4 {
  line-height: 1.3;
}

.rt-cases-page .rt-simple-section {
  background: #ffffff;
}

.cases-proof {
  background-color: #f5f5f5;
  padding: 56px 24px;
}

.cases-proof-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1080px;
  margin: 0 auto;
}

.cases-proof-numbers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.proof-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.proof-num {
  color: var(--rt-rz-green, #0f5a56);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.proof-unit {
  font-size: 1.2rem;
  font-weight: 700;
}

.proof-label {
  color: #666666;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.cases-proof-text {
  text-align: center;
}

.proof-main {
  margin: 0 0 12px;
  color: #1a1a1a;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.6;
}

.proof-sub {
  max-width: 600px;
  margin: 0 auto;
  color: #666666;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.9;
}

.rt-cases-page .rt-case-filter-grid article {
  border: 1px solid var(--rt-cases-line) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
}

.rt-cases-page .rt-case-filter-grid ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0 !important;
  padding: 0 !important;
  list-style: none;
}

.rt-cases-page .rt-case-filter-grid li {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  background: transparent;
  color: #555555;
  font-size: .82rem;
  font-weight: 600;
  line-height: 1.45;
}

.rt-cases-page .rt-case-filter-grid li.is-active,
.rt-cases-page .rt-case-filter-grid li[aria-pressed="true"] {
  border-color: var(--rt-cases-accent);
  background: var(--rt-cases-accent);
  color: #ffffff;
}

.rt-cases-page .rt-case-simple-list {
  display: grid !important;
  gap: 18px !important;
  margin-top: clamp(28px, 4vw, 42px) !important;
  border: 0 !important;
  background: transparent !important;
}

.rt-cases-page .case-card {
  padding: clamp(22px, 3vw, 34px) !important;
  border: 1px solid var(--rt-cases-line) !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  transition: border-color .2s ease, transform .2s ease;
}

.rt-cases-page .case-card:hover {
  border-color: var(--rt-cases-accent) !important;
  transform: translateY(-2px);
}

.rt-cases-page .rt-case-simple__head {
  display: block !important;
}

.rt-cases-page .case-title {
  margin: 0;
  color: var(--rt-cases-ink);
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  font-weight: 700;
  letter-spacing: 0;
}

.rt-cases-page .case-result {
  margin: 8px 0 12px;
  color: var(--rt-cases-accent);
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.5;
}

.rt-cases-page .case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.rt-cases-page .case-tag {
  display: inline-block;
  margin: 0;
  padding: 3px 10px;
  border-radius: 3px;
  background: #f0f0f0;
  color: #555555;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.5;
}

.rt-cases-page .rt-case-process-grid {
  gap: 0 !important;
  margin-top: clamp(20px, 3vw, 30px) !important;
  border: 1px solid rgba(15, 74, 66, .12) !important;
  border-radius: 6px !important;
  background: rgba(15, 74, 66, .1) !important;
}

.rt-cases-page .rt-case-process-grid > div {
  background: #ffffff !important;
}

.rt-cases-page .rt-case-process-grid h4 {
  margin: 0 0 10px;
  color: var(--rt-cases-accent);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: 0;
}

.rt-cases-page .rt-case-process-grid p {
  margin: 0;
  color: var(--rt-cases-text);
  font-size: .92rem;
  font-weight: 400;
  line-height: 1.85;
}

.rt-cases-page .rt-soft-cta {
  margin-top: clamp(32px, 5vw, 56px);
}

.rt-cases-page .rt-btn--ghost {
  border: 1.5px solid rgba(255, 255, 255, .74);
  background: transparent;
  color: #ffffff;
}

@media (max-width: 768px) {
  .cases-proof-numbers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .proof-num {
    font-size: 2.2rem;
  }

  .proof-main {
    font-size: 1rem;
  }

  .rt-cases-page .rt-case-filter-grid {
    grid-template-columns: 1fr;
  }

  .rt-cases-page .rt-case-process-grid {
    grid-template-columns: 1fr;
  }
}

/* Unified service pricing labels */
.price-label {
  display: inline-block;
  width: fit-content;
  margin-top: 12px;
  padding: 3px 10px;
  border-radius: 3px;
  background: rgba(15, 90, 86, .1);
  color: var(--rt-rz-green, #0f5a56);
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

.home .rt-home-capability-grid article,
.rt-services-overview-grid article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.home .rt-home-capability-grid .price-label + .rt-home-capability-link,
.rt-services-overview-grid .price-label + .rt-services-text-link {
  margin-top: 14px;
}

.home .rt-home-capability-note {
  max-width: 680px;
  margin: 18px auto 0;
  color: #56635f;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.75;
  text-align: center;
}

.rt-pricing-hero {
  min-height: auto;
  padding: clamp(84px, 11vw, 132px) 0 clamp(56px, 8vw, 88px);
  background:
    linear-gradient(130deg, rgba(247, 244, 240, .96) 0%, rgba(255, 255, 255, .98) 56%, rgba(240, 245, 233, .9) 100%);
  color: var(--rt-rz-ink, #10201d);
}

.rt-pricing-hero .rt-sub-hero__inner {
  width: min(100% - 40px, 1080px);
  max-width: 1080px;
  margin: 0 auto;
}

.rt-pricing-hero .rt-guided-hero__copy {
  max-width: 760px;
  padding: 0;
  background: transparent;
  color: inherit;
  box-shadow: none;
}

.rt-pricing-hero .rt-sub-hero__statement {
  color: var(--rt-rz-green, #0f5a56);
  background: rgba(255, 255, 255, .72);
  border-color: rgba(15, 90, 86, .18);
}

.rt-pricing-hero h1 {
  color: var(--rt-rz-ink, #10201d);
  text-shadow: none;
}

.rt-pricing-hero .rt-lead {
  max-width: 720px;
  color: #3d4d49;
}

.rt-pricing-hero__note {
  display: inline-block;
  max-width: 680px;
  margin: 20px 0 0;
  padding: 14px 18px;
  border: 1px solid rgba(15, 90, 86, .14);
  border-radius: 6px;
  background: #ffffff;
  color: #42524d;
  font-size: .94rem;
  font-weight: 600;
  line-height: 1.75;
}

.rt-pricing-hero .rt-guided-hero__actions {
  margin-top: 28px;
}

.pricing-services {
  margin: 16px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid #eeeeee;
  list-style: none;
}

.pricing-services li {
  position: relative;
  padding: 4px 0 4px 14px;
  color: #666666;
  font-size: .82rem;
  font-weight: 600;
  line-height: 1.55;
}

.pricing-services li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--rt-rz-green, #0f5a56);
  font-size: .75rem;
  line-height: 1.7;
}

.rt-pricing-overview .rt-services-price-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  max-width: none;
}

@media (max-width: 980px) {
  .rt-pricing-overview .rt-services-price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .rt-pricing-overview .rt-services-price-grid {
    grid-template-columns: 1fr !important;
  }

  .price-label {
    font-size: .72rem;
  }
}
