:root {
  --wr-sd-bg: #1e1f27;
  --wr-sd-panel: #434459;
  --wr-sd-panel-deep: #343544;
  --wr-sd-cream: #fff1d5;
  --wr-sd-white: #fffcf9;
  --wr-sd-gold: #ffdb8e;
  --wr-sd-teal: #39b5a8;
  --wr-sd-line: rgba(255, 241, 213, 0.14);
  --wr-sd-width: 1280px;
}

body.wr-service-detail-page {
  background: var(--wr-sd-bg);
  color: var(--wr-sd-cream);
}

body.wr-service-detail-page .wr-service-detail,
body.wr-service-detail-page .wr-service-detail * {
  box-sizing: border-box;
}

body.wr-service-detail-page .wr-service-detail {
  overflow: hidden;
  background: var(--wr-sd-bg);
  color: var(--wr-sd-cream);
  font-family: Poppins, Arial, sans-serif;
}

.wr-service-detail a {
  color: inherit;
}

.wr-sd-container {
  width: min(var(--wr-sd-width), calc(100% - 48px));
  margin-inline: auto;
}

.wr-sd-section {
  padding: 96px 0;
}

.wr-sd-hero {
  position: relative;
  display: grid;
  min-height: 590px;
  place-items: center;
  isolation: isolate;
  overflow: hidden;
  padding: 100px 0 110px;
  background:
    radial-gradient(circle at 50% 115%, rgba(57, 181, 168, 0.34), transparent 43%),
    linear-gradient(180deg, #1b1c24 0%, #202a2d 100%);
}

.wr-sd-hero::before,
.wr-sd-hero::after {
  position: absolute;
  z-index: -2;
  border: 1px solid rgba(57, 181, 168, 0.14);
  border-radius: 50%;
  content: "";
}

.wr-sd-hero::before {
  width: 720px;
  height: 720px;
  bottom: -570px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 90px rgba(57, 181, 168, 0.11);
}

.wr-sd-hero::after {
  width: 930px;
  height: 930px;
  bottom: -790px;
  left: 50%;
  transform: translateX(-50%);
}

.wr-sd-hero-orbit {
  position: absolute;
  z-index: -2;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(255, 241, 213, 0.05);
  border-radius: 50%;
  opacity: 0.8;
}

.wr-sd-hero-art {
  position: absolute;
  z-index: -1;
  right: max(2vw, calc((100vw - var(--wr-sd-width)) / 2 - 70px));
  bottom: -90px;
  width: clamp(220px, 27vw, 410px);
  height: auto;
  opacity: 0.22;
  filter: saturate(0.65) hue-rotate(125deg);
  transform: rotate(-8deg);
}

.wr-sd-hero-inner {
  text-align: center;
}

.wr-sd-eyebrow {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 26px;
  color: var(--wr-sd-gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.4;
  text-transform: uppercase;
}

.wr-sd-eyebrow::after {
  width: min(240px, 42%);
  border-top: 1px dashed rgba(255, 241, 213, 0.27);
  content: "";
}

.wr-sd-eyebrow-center {
  justify-content: center;
}

.wr-sd-eyebrow-center::before,
.wr-sd-eyebrow-center::after {
  width: min(150px, 18vw);
  border-top: 1px dashed rgba(255, 241, 213, 0.27);
  content: "";
}

.wr-sd-hero h1,
.wr-sd-section h2,
.wr-sd-section h3 {
  margin-top: 0;
  color: var(--wr-sd-white);
  font-family: "Times New Roman", Times, serif;
}

.wr-sd-hero h1 {
  max-width: 1050px;
  margin: 0 auto;
  font-size: clamp(54px, 7vw, 94px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.36);
  text-wrap: balance;
}

.wr-sd-hero-copy {
  max-width: 850px;
  margin: 30px auto 0;
  color: rgba(255, 241, 213, 0.78);
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.65;
}

.wr-sd-breadcrumb {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 38px;
  color: rgba(255, 241, 213, 0.56);
  font-size: 13px;
}

.wr-sd-breadcrumb a {
  text-decoration: none;
}

.wr-sd-breadcrumb a:hover,
.wr-sd-breadcrumb a:focus-visible {
  color: var(--wr-sd-gold);
}

.wr-sd-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  gap: clamp(56px, 7vw, 100px);
  align-items: center;
}

.wr-sd-copy-column h2,
.wr-sd-benefits-copy h2,
.wr-sd-faq-intro h2 {
  max-width: 700px;
  margin-bottom: 24px;
  font-size: clamp(40px, 4.2vw, 64px);
  letter-spacing: -0.035em;
  line-height: 1.06;
}

.wr-sd-lead,
.wr-sd-section-heading > p,
.wr-sd-faq-intro > p,
.wr-sd-contact-copy > p {
  color: rgba(255, 241, 213, 0.78);
  font-size: 17px;
  line-height: 1.7;
}

.wr-sd-intro-points {
  display: grid;
  margin-top: 38px;
  overflow: hidden;
  border: 1px solid var(--wr-sd-line);
  border-radius: 16px;
}

.wr-sd-intro-point {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding: 24px;
  background: var(--wr-sd-panel-deep);
}

.wr-sd-intro-point + .wr-sd-intro-point {
  border-top: 1px solid var(--wr-sd-line);
}

.wr-sd-arrow {
  color: var(--wr-sd-teal);
  font-size: 24px;
  line-height: 1;
}

.wr-sd-intro-point h3,
.wr-sd-benefit h3 {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.2;
}

.wr-sd-intro-point p,
.wr-sd-benefit p,
.wr-sd-feature p,
.wr-sd-process-copy p {
  margin: 0;
  color: rgba(255, 241, 213, 0.74);
  line-height: 1.65;
}

.wr-sd-image-frame {
  position: relative;
  margin: 0 18px 18px 0;
}

.wr-sd-image-frame::after {
  position: absolute;
  z-index: -1;
  inset: 18px -18px -18px 18px;
  border-radius: 16px;
  background: var(--wr-sd-teal);
  content: "";
}

.wr-sd-image-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  object-fit: cover;
}

.wr-sd-features {
  padding-top: 28px;
}

.wr-sd-panel {
  padding: clamp(48px, 6vw, 80px);
  border: 1px solid rgba(255, 241, 213, 0.1);
  border-radius: 28px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    var(--wr-sd-panel);
  background-size: 44px 44px;
}

.wr-sd-section-heading {
  max-width: 840px;
  margin-bottom: 48px;
}

.wr-sd-section-heading-center {
  margin-inline: auto;
  text-align: center;
}

.wr-sd-section-heading h2 {
  margin-bottom: 20px;
  font-size: clamp(40px, 4.4vw, 64px);
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.wr-sd-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 241, 213, 0.12);
  border-radius: 16px;
  background: rgba(255, 241, 213, 0.12);
}

.wr-sd-feature {
  min-height: 270px;
  padding: clamp(28px, 4vw, 46px);
  background: #343544;
}

.wr-sd-card-number {
  display: block;
  margin-bottom: 46px;
  color: var(--wr-sd-teal);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.wr-sd-feature h3 {
  margin-bottom: 12px;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.15;
}

.wr-sd-benefits-section {
  padding-bottom: 60px;
}

.wr-sd-benefits-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  gap: clamp(48px, 7vw, 100px);
  align-items: start;
}

.wr-sd-benefit-list {
  display: grid;
  grid-auto-rows: 1fr;
  overflow: hidden;
  border: 1px solid var(--wr-sd-line);
  border-radius: 16px;
}

.wr-sd-benefit {
  display: grid;
  min-height: 166px;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: start;
  padding: 30px;
  background: var(--wr-sd-panel);
}

.wr-sd-benefit + .wr-sd-benefit {
  border-top: 1px solid var(--wr-sd-line);
}

.wr-sd-check {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--wr-sd-teal);
  color: #172322;
  font-size: 17px;
  font-weight: 800;
}

.wr-sd-process {
  display: grid;
  min-height: 350px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  margin-top: 42px;
  overflow: hidden;
  border-radius: 20px;
  background: var(--wr-sd-panel);
}

.wr-sd-process-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 350px;
  object-fit: cover;
}

.wr-sd-process-copy {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: clamp(36px, 6vw, 72px);
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    var(--wr-sd-panel);
  background-size: 44px 44px;
}

.wr-sd-process-label {
  margin-bottom: 18px;
  color: var(--wr-sd-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.wr-sd-process-copy h3 {
  margin-bottom: 16px;
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.08;
}

.wr-sd-facts {
  padding: 44px 0 90px;
}

.wr-sd-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--wr-sd-line);
  border-radius: 16px;
  background: var(--wr-sd-line);
  gap: 1px;
}

.wr-sd-stat-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wr-sd-stat {
  display: flex;
  min-height: 170px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 24px;
  background: var(--wr-sd-panel);
  text-align: center;
}

.wr-sd-stat strong {
  color: var(--wr-sd-gold);
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(48px, 5vw, 70px);
  line-height: 1;
}

.wr-sd-stat span {
  margin-top: 10px;
  color: rgba(255, 241, 213, 0.72);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.wr-sd-faqs-section {
  background: #20282b;
}

.wr-sd-faq-layout {
  display: grid;
  grid-template-columns: minmax(330px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: start;
}

.wr-sd-faq-intro {
  position: sticky;
  top: 120px;
}

.wr-sd-faq-intro > p {
  margin-bottom: 30px;
}

.wr-sd-faq-list {
  overflow: hidden;
  border: 1px solid var(--wr-sd-line);
  border-radius: 16px;
}

.wr-sd-faq {
  background: var(--wr-sd-panel-deep);
}

.wr-sd-faq + .wr-sd-faq {
  border-top: 1px solid var(--wr-sd-line);
}

.wr-sd-faq summary {
  display: grid;
  min-height: 88px;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 22px 26px;
  color: var(--wr-sd-white);
  cursor: pointer;
  font-family: "Times New Roman", Times, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  list-style: none;
}

.wr-sd-faq summary::-webkit-details-marker {
  display: none;
}

.wr-sd-faq-icon {
  position: relative;
  width: 22px;
  height: 22px;
}

.wr-sd-faq-icon::before,
.wr-sd-faq-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: var(--wr-sd-gold);
  content: "";
  transform: translate(-50%, -50%);
}

.wr-sd-faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 180ms ease;
}

.wr-sd-faq[open] .wr-sd-faq-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.wr-sd-faq-answer {
  padding: 0 26px 24px;
}

.wr-sd-faq-answer p {
  margin: 0;
  color: rgba(255, 241, 213, 0.72);
  line-height: 1.7;
}

.wr-sd-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 26px;
  border: 1px solid var(--wr-sd-gold);
  border-radius: 999px !important;
  background: var(--wr-sd-gold);
  color: #2f3549 !important;
  font-family: Poppins, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.wr-sd-button:hover,
.wr-sd-button:focus-visible {
  border-color: var(--wr-sd-gold) !important;
  background: var(--wr-sd-panel) !important;
  background-image: none !important;
  box-shadow: 0 8px 22px rgba(30, 31, 39, 0.28);
  color: var(--wr-sd-gold) !important;
  transform: translateY(-2px);
}

.wr-sd-button:focus-visible {
  outline: 2px solid var(--wr-sd-white);
  outline-offset: 3px;
}

.wr-sd-button-outline {
  background: transparent;
  color: var(--wr-sd-gold) !important;
}

.wr-sd-contact-section {
  padding: 100px 0 0;
}

.wr-sd-contact-frame {
  padding: 18px;
  border-radius: 28px;
  background: var(--wr-sd-teal);
}

.wr-sd-contact-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  overflow: hidden;
  border-radius: 16px;
  background: var(--wr-sd-panel);
}

.wr-sd-contact-copy {
  min-width: 0;
  padding: clamp(38px, 6vw, 72px);
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    var(--wr-sd-panel);
  background-size: 44px 44px;
}

.wr-sd-contact-copy h2 {
  margin-bottom: 20px;
  font-size: clamp(40px, 4.4vw, 64px);
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.wr-sd-contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 26px;
  margin: 30px 0;
}

.wr-sd-contact-links a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--wr-sd-white);
  font-weight: 600;
  text-decoration: none;
}

.wr-sd-contact-links a span {
  color: var(--wr-sd-gold);
  font-size: 9px;
}

.wr-sd-form {
  display: grid;
  min-width: 0;
  gap: 14px;
}

.wr-sd-form label {
  display: grid;
}

.wr-sd-form label > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.wr-sd-form input,
.wr-sd-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 241, 213, 0.24);
  border-radius: 10px;
  outline: none;
  background: #343544;
  color: var(--wr-sd-white);
  font: 500 15px/1.5 Poppins, Arial, sans-serif;
}

.wr-sd-form input {
  min-height: 52px;
  padding: 13px 16px;
}

.wr-sd-form textarea {
  min-height: 126px;
  padding: 14px 16px;
  resize: vertical;
}

.wr-sd-form input::placeholder,
.wr-sd-form textarea::placeholder {
  color: rgba(255, 241, 213, 0.52);
  opacity: 1;
}

.wr-sd-form input:focus,
.wr-sd-form textarea:focus {
  border-color: var(--wr-sd-gold);
  box-shadow: 0 0 0 3px rgba(255, 219, 142, 0.12);
}

.wr-sd-form .wr-sd-button {
  width: 100%;
  max-width: 100%;
  margin-top: 4px;
  border-color: var(--wr-sd-gold) !important;
  background-color: var(--wr-sd-gold) !important;
  cursor: pointer;
  white-space: normal;
}

.wr-sd-form .wr-sd-button:hover,
.wr-sd-form .wr-sd-button:focus-visible {
  border-color: var(--wr-sd-gold) !important;
  background: var(--wr-sd-panel) !important;
  color: var(--wr-sd-gold) !important;
}

.wr-sd-form .elementor-message:empty {
  display: none;
}

.wr-sd-contact-visual {
  position: relative;
  min-height: 100%;
}

.wr-sd-contact-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(30, 31, 39, 0.08), rgba(30, 31, 39, 0.7));
  content: "";
}

.wr-sd-contact-visual > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 720px;
  object-fit: cover;
}

.wr-sd-proof {
  position: absolute;
  z-index: 1;
  right: 30px;
  bottom: 30px;
  left: 30px;
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 241, 213, 0.28);
  border-radius: 14px;
  background: rgba(30, 31, 39, 0.68);
  backdrop-filter: blur(10px);
}

.wr-sd-proof strong {
  color: var(--wr-sd-gold);
  font-family: "Times New Roman", Times, serif;
  font-size: 28px;
}

.wr-sd-proof span {
  color: var(--wr-sd-white);
  font-size: 13px;
}

.wr-service-detail :focus-visible {
  outline: 3px solid var(--wr-sd-gold);
  outline-offset: 3px;
}

@media (max-width: 1024px) {
  .wr-sd-section {
    padding: 80px 0;
  }

  .wr-sd-intro-grid,
  .wr-sd-benefits-grid,
  .wr-sd-faq-layout {
    grid-template-columns: 1fr;
  }

  .wr-sd-intro-grid {
    gap: 56px;
  }

  .wr-sd-benefits-grid,
  .wr-sd-faq-layout {
    gap: 42px;
  }

  .wr-sd-faq-intro {
    position: static;
  }

  .wr-sd-contact-shell {
    grid-template-columns: 1fr 0.8fr;
  }

  .wr-sd-contact-visual > img {
    min-height: 760px;
  }
}

@media (max-width: 767px) {
  .wr-sd-container {
    width: min(100% - 36px, var(--wr-sd-width));
  }

  .wr-sd-section {
    padding: 56px 0;
  }

  .wr-sd-hero {
    min-height: 500px;
    padding: 74px 0 80px;
  }

  .wr-sd-hero h1 {
    font-size: clamp(42px, 13vw, 60px);
    line-height: 1.02;
  }

  .wr-sd-hero-copy {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.6;
  }

  .wr-sd-hero-art {
    right: -90px;
    bottom: -38px;
    width: 250px;
    opacity: 0.14;
  }

  .wr-sd-breadcrumb {
    flex-wrap: wrap;
    margin-top: 28px;
  }

  .wr-sd-eyebrow {
    gap: 12px;
    margin-bottom: 20px;
    font-size: 11px;
  }

  .wr-sd-eyebrow-center::before,
  .wr-sd-eyebrow-center::after {
    width: 44px;
  }

  .wr-sd-copy-column h2,
  .wr-sd-benefits-copy h2,
  .wr-sd-faq-intro h2,
  .wr-sd-section-heading h2,
  .wr-sd-contact-copy h2 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .wr-sd-lead,
  .wr-sd-section-heading > p,
  .wr-sd-faq-intro > p,
  .wr-sd-contact-copy > p {
    font-size: 15px;
  }

  .wr-sd-intro-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .wr-sd-intro-point {
    gap: 14px;
    padding: 20px;
  }

  .wr-sd-intro-point h3,
  .wr-sd-benefit h3 {
    font-size: 21px;
  }

  .wr-sd-image-frame {
    margin-right: 12px;
    margin-bottom: 12px;
  }

  .wr-sd-image-frame::after {
    inset: 12px -12px -12px 12px;
  }

  .wr-sd-panel {
    width: calc(100% - 24px);
    padding: 38px 18px 18px;
    border-radius: 20px;
  }

  .wr-sd-section-heading {
    margin-bottom: 32px;
  }

  .wr-sd-feature-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .wr-sd-feature {
    min-height: auto;
    padding: 26px 24px;
  }

  .wr-sd-card-number {
    margin-bottom: 24px;
  }

  .wr-sd-benefits-grid {
    grid-template-columns: 1fr;
  }

  .wr-sd-benefit {
    min-height: auto;
    padding: 24px 20px;
  }

  .wr-sd-benefit-list {
    grid-auto-rows: auto;
  }

  .wr-sd-process {
    grid-template-columns: 1fr;
    margin-top: 28px;
    border-radius: 16px;
  }

  .wr-sd-process-image img {
    min-height: 230px;
    max-height: 280px;
  }

  .wr-sd-process-copy {
    padding: 30px 24px;
  }

  .wr-sd-process-copy h3 {
    font-size: 32px;
  }

  .wr-sd-facts {
    padding: 20px 0 56px;
  }

  .wr-sd-stat-grid,
  .wr-sd-stat-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wr-sd-stat-grid-3 .wr-sd-stat:last-child {
    grid-column: 1 / -1;
  }

  .wr-sd-stat {
    min-height: 138px;
    padding: 18px 12px;
  }

  .wr-sd-stat strong {
    font-size: 48px;
  }

  .wr-sd-stat span {
    font-size: 11px;
  }

  .wr-sd-faq-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .wr-sd-faq summary {
    min-height: 76px;
    gap: 16px;
    padding: 18px;
    font-size: 19px;
  }

  .wr-sd-faq-answer {
    padding: 0 18px 20px;
  }

  .wr-sd-button-outline {
    display: flex;
    width: max-content;
    margin-inline: auto;
  }

  .wr-sd-contact-section {
    padding: 56px 0 72px;
  }

  .wr-sd-contact-frame {
    width: calc(100% - 24px);
    padding: 10px;
    border-radius: 20px;
  }

  .wr-sd-contact-shell {
    grid-template-columns: 1fr;
    border-radius: 12px;
  }

  .wr-sd-contact-copy {
    padding: 34px 20px;
  }

  .wr-sd-contact-links {
    align-items: flex-start;
    flex-direction: column;
    margin: 24px 0;
  }

  .wr-sd-contact-visual {
    min-height: 330px;
  }

  .wr-sd-contact-visual > img {
    min-height: 330px;
    max-height: 420px;
  }

  .wr-sd-proof {
    right: 18px;
    bottom: 18px;
    left: 18px;
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}

/* Canonical site-wide CTA: mirrors the homepage contact component exactly. */
.wr-sd-contact-section {
  padding: 80px 0 0;
}

.wr-sd-contact-frame {
  position: relative;
  width: min(var(--wr-sd-width), calc(100% - 48px));
  padding: 20px;
  border-radius: 24px;
  background: transparent;
}

.wr-sd-contact-frame::before {
  position: absolute;
  inset: 0 0 auto;
  height: 480px;
  border-radius: 16px;
  background: var(--wr-sd-teal);
  content: "";
}

.wr-sd-contact-shell {
  position: relative;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  min-height: 830px;
  overflow: hidden;
  border-radius: 24px;
  background: transparent;
}

.wr-sd-contact-copy {
  padding: 64px;
  border-radius: 24px 0 0 24px;
}

.wr-sd-contact-copy h2 {
  margin: 8px 0 12px;
  font-size: 38px;
  letter-spacing: 0;
  line-height: 1.3;
}

.wr-sd-contact-copy > p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.wr-sd-contact-links {
  gap: 16px 34px;
  margin: 28px 0 42px;
}

.wr-sd-contact-links a {
  gap: 10px;
  font-size: 16px;
}

.wr-sd-contact-links svg {
  width: 16px;
  height: 16px;
  fill: var(--wr-sd-gold);
}

.wr-sd-form {
  gap: 20px;
}

.wr-sd-form input {
  min-height: 42px;
  padding: 8px 16px;
}

.wr-sd-form textarea {
  min-height: 132px;
  padding: 5px 14px;
}

.wr-sd-form input,
.wr-sd-form textarea {
  font-size: 16px;
  line-height: 1.5;
}

.wr-sd-form .wr-sd-button {
  min-height: 44px;
  margin-top: 0;
  padding: 12px 24px;
}

.wr-sd-contact-visual {
  min-height: 830px;
  overflow: hidden;
  border-radius: 0 24px 24px 0;
  background:
    linear-gradient(180deg, rgba(30, 31, 39, 0.04), rgba(45, 46, 65, 0.55)),
    url("mirror/wp-content/uploads/teamwork-makes-the-dream-work-3.jpg") center / cover no-repeat;
}

.wr-sd-contact-visual::after,
.wr-sd-contact-visual > img {
  display: none;
}

.wr-sd-proof {
  right: 64px;
  bottom: 64px;
  left: 64px;
  align-items: center;
  gap: 20px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}

.wr-sd-proof-avatars {
  display: flex;
  flex: 0 0 auto;
  padding-left: 12px;
}

.wr-sd-proof-avatars img {
  width: 48px;
  height: 48px;
  margin-left: -12px;
  border: 2px solid var(--wr-sd-cream);
  border-radius: 50%;
  object-fit: cover;
}

.wr-sd-proof-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

.wr-sd-proof-copy strong {
  color: var(--wr-sd-gold);
  font-family: "Times New Roman", Times, serif;
  font-size: 21px;
  line-height: 1.1;
}

.wr-sd-proof-copy span {
  color: var(--wr-sd-white);
  font-size: 13px;
  line-height: 1.35;
}

@media (max-width: 1024px) {
  .wr-sd-contact-frame {
    width: min(var(--wr-sd-width), calc(100% - 40px));
  }

  .wr-sd-contact-shell {
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  }

  .wr-sd-contact-copy {
    padding: 48px 40px;
  }

  .wr-sd-contact-visual,
  .wr-sd-contact-shell {
    min-height: 790px;
  }

  .wr-sd-proof {
    right: 36px;
    bottom: 48px;
    left: 36px;
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .wr-sd-contact-section {
    padding: 56px 0 0;
  }

  .wr-sd-contact-frame {
    width: calc(100% - 28px);
    padding: 10px;
    border-radius: 20px;
  }

  .wr-sd-contact-frame::before {
    height: 420px;
    border-radius: 16px;
  }

  .wr-sd-contact-shell {
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 16px;
  }

  .wr-sd-contact-copy {
    padding: 36px 22px;
    border-radius: 16px 16px 0 0;
  }

  .wr-sd-contact-copy h2 {
    font-size: 31px;
  }

  .wr-sd-contact-links {
    margin: 24px 0 30px;
  }

  .wr-sd-contact-visual {
    min-height: 430px;
    border-radius: 0 0 16px 16px;
  }

  .wr-sd-proof {
    right: 22px;
    bottom: 28px;
    left: 22px;
    align-items: center;
    flex-direction: row;
    gap: 14px;
  }

  .wr-sd-proof-avatars img {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 380px) {
  .wr-sd-contact-frame {
    width: calc(100% - 20px);
  }

  .wr-sd-contact-copy {
    padding-inline: 18px;
  }

  .wr-sd-proof-avatars img {
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 380px) {
  .wr-sd-container {
    width: calc(100% - 28px);
  }

  .wr-sd-stat-grid,
  .wr-sd-stat-grid-3 {
    grid-template-columns: 1fr;
  }

  .wr-sd-stat-grid-3 .wr-sd-stat:last-child {
    grid-column: auto;
  }

  .wr-sd-panel,
  .wr-sd-contact-frame {
    width: calc(100% - 16px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .wr-service-detail *,
  .wr-service-detail *::before,
  .wr-service-detail *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Single-service template alignment. Keep the approved WordReward palette and copy,
   but preserve the original template's scale, composition, and section grammar. */
.wr-sd-hero {
  min-height: 488px;
  padding: 185px 0 116px;
  background-color: var(--wr-sd-bg);
  background-image: url("nature-signature/river-delta.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wr-sd-hero::before {
  z-index: -1;
  inset: 0;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(at bottom center, rgba(57, 181, 168, 0.75) 0%, rgba(30, 31, 39, 0.88) 28%),
    rgba(30, 31, 39, 0.45);
  box-shadow: none;
  transform: none;
}

.wr-sd-hero::after,
.wr-sd-hero-orbit,
.wr-sd-hero-art,
.wr-sd-breadcrumb {
  display: none;
}

.wr-sd-hero .wr-sd-eyebrow {
  margin-bottom: 16px;
  font-size: 15px;
}

.wr-sd-hero h1 {
  max-width: 960px;
  font-size: 52px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.3;
  text-shadow: none;
}

.wr-sd-hero-copy {
  max-width: 760px;
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.5;
}

.wr-sd-intro {
  padding: 120px 0 0;
}

.wr-sd-intro-grid {
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
  gap: 100px;
}

.wr-sd-copy-column h2 {
  margin-bottom: 24px;
  font-size: 38px;
  letter-spacing: 0;
  line-height: 1.3;
}

.wr-sd-lead {
  font-size: 16px;
  line-height: 1.55;
}

.wr-sd-intro-points {
  gap: 38px;
  margin-top: 44px;
  overflow: visible;
  border: 0;
  border-radius: 0;
}

.wr-sd-intro-point,
.wr-sd-intro-point + .wr-sd-intro-point {
  grid-template-columns: 40px 1fr;
  gap: 24px;
  padding: 0;
  border: 0;
  background: transparent;
}

.wr-sd-arrow {
  display: block;
  width: 40px;
  color: var(--wr-sd-gold);
}

.wr-sd-arrow svg {
  display: block;
  width: 40px;
  height: 40px;
  fill: currentColor;
}

.wr-sd-intro-point h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.25;
}

.wr-sd-image-frame {
  isolation: isolate;
  margin: 0 20px 20px 0;
}

.wr-sd-image-frame::after {
  inset: 20px -20px -20px 20px;
  border-radius: 16px;
  background: var(--wr-sd-teal);
}

.wr-sd-image-frame img {
  height: 560px;
  aspect-ratio: auto;
  border-radius: 14px;
  background: linear-gradient(145deg, #3522b8, #5a26c8 58%, #7130cd);
  object-fit: cover;
  object-position: center;
}

.wr-sd-features {
  margin-top: 120px;
  padding: 120px 0;
  background:
    linear-gradient(rgba(30, 31, 39, 0.18), rgba(30, 31, 39, 0.18)),
    url("mirror/wp-content/uploads/DC-BG-2.jpg") center / cover no-repeat;
}

.wr-sd-features .wr-sd-panel {
  width: min(var(--wr-sd-width), calc(100% - 48px));
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.wr-sd-section-heading {
  max-width: 760px;
  margin-bottom: 60px;
}

.wr-sd-section-heading h2 {
  margin-bottom: 14px;
  font-size: 38px;
  letter-spacing: 0;
  line-height: 1.3;
}

.wr-sd-section-heading > p {
  font-size: 16px;
  line-height: 1.55;
}

.wr-sd-feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: 1fr;
  gap: 20px;
  overflow: visible;
  border: 0;
  border-radius: 16px;
  background: transparent;
}

.wr-sd-feature {
  min-height: 330px;
  padding: 32px 20px;
  border: 1px solid rgba(255, 241, 213, 0.28);
  border-radius: 16px;
  background: rgba(67, 68, 89, 0.72);
  text-align: center;
}

.wr-sd-feature-icon {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  border-radius: 12px;
  object-fit: contain;
}

.wr-sd-feature h3 {
  margin-bottom: 12px;
  font-size: 19px;
  line-height: 1.3;
}

.wr-sd-feature p {
  font-size: 15px;
  line-height: 1.55;
}

.wr-sd-card-number {
  display: none;
}

.wr-sd-benefits-section {
  padding: 120px 0;
}

.wr-sd-benefits-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(520px, 1.05fr);
  gap: 80px;
  align-items: center;
}

.wr-sd-benefits-copy {
  padding: 44px 46px;
  border: 1px solid rgba(255, 241, 213, 0.28);
  border-radius: 16px;
}

.wr-sd-benefits-copy h2 {
  margin-bottom: 20px;
  font-size: 38px;
  letter-spacing: 0;
  line-height: 1.3;
}

.wr-sd-benefit-list {
  gap: 36px;
  overflow: visible;
  border: 0;
  border-radius: 0;
}

.wr-sd-benefit,
.wr-sd-benefit + .wr-sd-benefit {
  min-height: 0;
  grid-template-columns: 52px 1fr;
  gap: 24px;
  padding: 0;
  border: 0;
  background: transparent;
}

.wr-sd-benefit-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  object-fit: contain;
}

.wr-sd-benefit h3 {
  margin-bottom: 8px;
  font-size: 21px;
}

.wr-sd-check {
  display: none;
}

.wr-sd-process {
  position: relative;
  display: block;
  min-height: 540px;
  margin-top: 100px;
  overflow: hidden;
  border-top: 4px solid var(--wr-sd-gold);
  border-radius: 16px;
  background: #29265d;
}

.wr-sd-process::after {
  position: absolute;
  inset: 0;
  background: rgba(35, 31, 83, 0.68);
  content: "";
}

.wr-sd-process-image,
.wr-sd-process-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.wr-sd-process-copy {
  position: absolute;
  z-index: 1;
  inset: 0;
  align-items: center;
  padding: 72px;
  background: transparent;
  text-align: center;
}

.wr-sd-process-label {
  display: none;
}

.wr-sd-process-copy h3 {
  max-width: 720px;
  margin-bottom: 16px;
  font-size: 38px;
  line-height: 1.3;
}

.wr-sd-process-copy p {
  max-width: 760px;
}

.wr-sd-process-copy::after {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin-top: 26px;
  border-radius: 50%;
  background: var(--wr-sd-teal);
  color: white;
  content: "▶";
  font-size: 22px;
}

.wr-sd-facts {
  padding: 0;
  background:
    linear-gradient(rgba(30, 31, 39, 0.58), rgba(30, 31, 39, 0.58)),
    url("mirror/wp-content/uploads/business-team-meeting-present-professional-investor-working-with-finance-managers.jpg") center / cover no-repeat;
}

.wr-sd-facts .wr-sd-container {
  width: min(var(--wr-sd-width), calc(100% - 48px));
}

.wr-sd-stat-grid,
.wr-sd-stat-grid-3 {
  border: 0;
  border-radius: 16px;
  background: transparent;
  gap: 0;
}

.wr-sd-stat {
  min-height: 196px;
  background: rgba(30, 31, 39, 0.38);
}

.wr-sd-stat strong {
  font-size: 42px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--wr-sd-gold);
}

.wr-sd-faqs-section {
  padding: 120px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(57, 181, 168, 0.1), transparent 30%),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    #20282b;
  background-size: auto, 44px 44px, 44px 44px, auto;
}

.wr-sd-faq-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(56px, 7vw, 96px);
  align-items: start;
}

.wr-sd-faq-intro {
  position: sticky;
  top: 120px;
  max-width: 430px;
  margin: 0;
  text-align: left;
}

.wr-sd-faq-intro .wr-sd-eyebrow {
  justify-content: flex-start;
}

.wr-sd-faq-intro .wr-sd-eyebrow::before {
  content: none;
}

.wr-sd-faq-intro h2 {
  margin-inline: 0;
  font-size: 38px;
  letter-spacing: 0;
  line-height: 1.3;
}

.wr-sd-faq-intro .wr-sd-button {
  display: inline-flex;
}

.wr-sd-faq-list {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 241, 213, 0.18);
  border-radius: 16px;
  background: rgba(50, 51, 65, 0.88);
  box-shadow: 0 24px 70px rgba(8, 16, 18, 0.18);
}

.wr-sd-faq {
  background: transparent;
  transition: background-color 180ms ease;
}

.wr-sd-faq + .wr-sd-faq {
  border-top: 1px solid rgba(255, 241, 213, 0.13);
}

.wr-sd-faq[open] {
  background: linear-gradient(90deg, rgba(57, 181, 168, 0.13), rgba(57, 181, 168, 0.025));
}

.wr-sd-faq summary {
  min-height: 88px;
  padding: 22px 26px;
  font-size: 21px;
  pointer-events: auto;
}

.wr-sd-faq-icon {
  display: block;
  flex: 0 0 auto;
}

.wr-sd-faq:not([open]) .wr-sd-faq-answer {
  display: none;
}

.wr-sd-faq-answer {
  padding: 0 26px 26px;
}

.wr-sd-faq-answer p {
  max-width: 720px;
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 1024px) {
  .wr-sd-hero h1 {
    font-size: 48px;
  }

  .wr-sd-intro-grid,
  .wr-sd-benefits-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .wr-sd-image-frame {
    width: min(620px, calc(100% - 20px));
    justify-self: center;
  }

  .wr-sd-faq-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .wr-sd-faq-intro {
    position: static;
    max-width: 680px;
  }

  .wr-sd-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .wr-sd-hero {
    min-height: 430px;
    padding: 145px 0 76px;
  }

  .wr-sd-hero h1 {
    font-size: 38px;
    line-height: 1.15;
  }

  .wr-sd-hero-copy {
    font-size: 15px;
  }

  .wr-sd-intro {
    padding-top: 72px;
  }

  .wr-sd-copy-column h2,
  .wr-sd-section-heading h2,
  .wr-sd-benefits-copy h2,
  .wr-sd-faq-intro h2,
  .wr-sd-process-copy h3 {
    font-size: 31px;
  }

  .wr-sd-intro-points {
    gap: 30px;
  }

  .wr-sd-features {
    margin-top: 72px;
    padding: 72px 0;
  }

  .wr-sd-features .wr-sd-panel {
    width: calc(100% - 36px);
  }

  .wr-sd-feature-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 18px;
  }

  .wr-sd-feature {
    min-height: 0;
  }

  .wr-sd-benefits-section {
    padding: 72px 0;
  }

  .wr-sd-benefits-copy {
    padding: 30px 24px;
  }

  .wr-sd-process {
    min-height: 420px;
    margin-top: 72px;
  }

  .wr-sd-process-copy {
    padding: 36px 24px;
  }

  .wr-sd-stat,
  .wr-sd-stat-grid-3 .wr-sd-stat:last-child {
    min-height: 138px;
  }

  .wr-sd-faqs-section {
    padding: 72px 0;
  }

  .wr-sd-faq-intro {
    max-width: 100%;
    margin-bottom: 0;
    text-align: center;
  }

  .wr-sd-faq-intro .wr-sd-eyebrow {
    justify-content: center;
  }

  .wr-sd-faq-intro .wr-sd-eyebrow::before {
    width: min(90px, 18vw);
    border-top: 1px dashed rgba(255, 241, 213, 0.27);
    content: "";
  }

  .wr-sd-faq-intro h2 {
    margin-inline: auto;
  }

  .wr-sd-image-frame {
    width: calc(100% - 12px);
    margin: 0 12px 12px 0;
  }

  .wr-sd-image-frame::after {
    inset: 12px -12px -12px 12px;
  }

  .wr-sd-image-frame img {
    height: clamp(340px, 112vw, 420px);
  }

  .wr-sd-faq summary {
    min-height: 76px;
    padding: 19px 20px;
    font-size: 18px;
  }

  .wr-sd-faq-answer {
    padding: 0 20px 22px;
  }
}
