/* ---- Hero ---- */

.reapp-page {
  position: relative;
  background: #000000;
}

.reapp-hero {
  position: relative;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #000000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.reapp-hero-bg,
.reapp-hero-shade {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.reapp-hero-bg video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
  filter: brightness(1.05) saturate(1.1) contrast(1.03);
}

.reapp-hero-shade {
  /* background: linear-gradient(to right, rgba(0,0,0,.9), rgba(0,0,0,.0)); */
  background: #000000;
  opacity: 0.4;
}

.reapp-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 150px 0 120px;
  text-align: left;
}

.reapp-hero-title {
  font-weight: 700;
  font-size: 58px;
  line-height: 55px;
  color: #ffffff;
  text-wrap: balance;
  max-width: 720px;
  text-align: left;
}

@media (max-width: 1680px) {
  .reapp-hero-title { font-size: 56px; }
}

@media (max-width: 1550px) {
  .reapp-hero-title { font-size: 54px; }
}

@media (max-width: 1440px) {
  .reapp-hero-title { font-size: 52px; }
}

@media (max-width: 1366px) {
  .reapp-hero-title { font-size: 50px; }
}

@media (max-width: 1280px) {
  .reapp-hero-title { font-size: 48px; }
}

@media (max-width: 1200px) {
  .reapp-hero-title { font-size: 46px; }
}

@media (max-width: 1024px) {
  .reapp-hero-title { font-size: 34px; }
}

@media (max-width: 767px) {
  .reapp-hero-title { font-size: 40px; }
}

@media (max-width: 650px) {
  .reapp-hero-title { font-size: 24px; }
}

.reapp-hero-copy {
  margin: 0;
  color: rgba(241, 246, 255, 1);
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-wrap: balance;
  margin-top: 20px;
  text-align: left;
  max-width: 720px;
}

.reapp-hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 20px;
}

.reapp-hero-primary,
.reapp-hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  padding: 0 26px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: border-color 200ms ease, background-color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
}

.reapp-hero-primary {
  background: #ffffff;
  color: #000000;
}


.reapp-hero-secondary {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #ffffff;
}

.reapp-hero-secondary:hover {
  border-color: rgba(0, 194, 255, 0.5);
  background: rgba(0, 194, 255, 0.08);
}

.reapp-hero-secondary svg {
  width: 16px;
  height: 16px;
  stroke-width: 2.4;
}

/* ---- Feature chip row ---- */

.reapp-hero-features {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 780px;
  margin: 44px 0 0;
  padding: 0;
  list-style: none;
}

.reapp-hero-feature {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: rgba(241, 246, 255, 0.9);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.reapp-hero-feature svg {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  color: #00c2ff;
  stroke-width: 2;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1024px) {
  .reapp-hero-inner {
    width: min(100% - 32px, 1140px);
    padding: 130px 0 100px;
  }

  .reapp-hero-stats {
    grid-template-columns: repeat(3, minmax(110px, 1fr));
    max-width: 560px;
    width: min(100% - 32px, 560px);
  }
}

@media (max-width: 767px) {
  .reapp-hero-cue {
    display: none;
  }

  .reapp-hero-inner {
    padding: 108px 20px 80px;
  }

  .reapp-hero-title {
    font-size: clamp(32px, 8vw, 44px);
    line-height: 1.2;
  }

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

  .reapp-hero-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 320px;
    margin-top: 28px;
  }

  .reapp-hero-primary,
  .reapp-hero-secondary {
    width: 100%;
  }

  .reapp-hero-features {
    margin-top: 32px;
    gap: 10px;
  }

  .reapp-hero-feature {
    height: 34px;
    padding: 0 12px;
    font-size: 12px;
  }

  .reapp-hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    bottom: 16px;
    width: min(100% - 24px, 480px);
  }

  .reapp-hero-stat {
    min-height: 70px;
  }

  .reapp-hero-stat strong {
    font-size: 20px;
  }

  .reapp-hero-stat span {
    font-size: 10px;
  }

  .reapp-hero {
    height: auto;
  }
}

/* ==========================================================================
   Capabilities — pure white, sitting directly under the dark hero. The
   hard light/dark cut between the two sections is deliberate (the same
   alternating-section pattern used on plenty of premium marketing sites)
   rather than a faded transition, since the section needs to read as
   fully white, not a gradient into white.

   The right-column visual stays a DARK glass "device mockup" floating on
   top of the white section on purpose — its internal text (frame-bar,
   listing rows, floating stat cards) is already white-on-dark-card and
   needs no recoloring; only its own background alpha was bumped up so the
   card reads as a crisp dark panel instead of partially dissolving into
   the white page behind it.
   ========================================================================== */

.reapp-cap {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 80px 0;
  background: #ffffff;
}

/* ---- Layout ---- */

.reapp-cap-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 64px;
}

.reapp-cap-content {
  max-width: 620px;
}

.reapp-cap-title {
  font-size: 42px;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #04070d;
}

@media (max-width: 1550px) {
  .reapp-cap-title { font-size: 38px; line-height: 48px; }
}

@media (max-width: 1440px) {
  .reapp-cap-title { font-size: 36px; }
}

@media (max-width: 1200px) {
  .reapp-cap-title { font-size: 40px; }
}

@media (max-width: 1024px) {
  .reapp-cap-title { font-size: 36px; }
}

@media (max-width: 912px) {
  .reapp-cap-title { font-size: 32px; }
}

@media (max-width: 820px) {
  .reapp-cap-title { font-size: 30px; line-height: 1.4; }
}

@media (max-width: 767px) {
  .reapp-cap-title { font-size: 27px; }
}

@media (max-width: 650px) {
  .reapp-cap-title { font-size: 22px; font-weight: 500; line-height: 26px; }
}

.reapp-cap-intro {
  max-width: 560px;
  font-size: clamp(1rem, 1.15vw, 1.0625rem);
  line-height: 1.75;
  color: rgba(4, 7, 13, 0.68);
}

/* ---- Capability checklist ---- */

.reapp-cap-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 36px;
  padding: 0;
  list-style: none;
}

.reapp-cap-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 14px 14px 16px;
  border-radius: 14px;
  border: 1px solid transparent;
  transition: background-color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

/* Interactive: a left accent bar draws in on hover/focus, the icon tile
   lifts to solid cyan, and the row nudges right — cheap, GPU-only affordances
   that need no JS. */
.reapp-cap-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  bottom: 10%;
  width: 2px;
  border-radius: 2px;
  background: #00c2ff;
  transform: scaleY(0);
  transform-origin: 50% 50%;
  transition: transform 260ms ease;
}

.reapp-cap-item:hover,
.reapp-cap-item:focus-within {
  background: rgba(0, 194, 255, 0.07);
  border-color: rgba(0, 194, 255, 0.18);
  transform: translateX(4px);
}

.reapp-cap-item:hover::before,
.reapp-cap-item:focus-within::before {
  transform: scaleY(1);
}

.reapp-cap-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  margin-top: 2px;
  border-radius: 9px;
  background: rgba(0, 194, 255, 0.12);
  border: 1px solid rgba(0, 194, 255, 0.2);
  color: #0284c7;
  transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.reapp-cap-item:hover .reapp-cap-item-icon,
.reapp-cap-item:focus-within .reapp-cap-item-icon {
  background: #00c2ff;
  color: #04070d;
  transform: scale(1.08);
}

.reapp-cap-item-icon svg {
  width: 15px;
  height: 15px;
}

.reapp-cap-item-text {
  font-size: 14.5px;
  line-height: 1.65;
  color: rgba(4, 7, 13, 0.66);
}

.reapp-cap-item-text strong {
  display: inline;
  color: #04070d;
  font-weight: 700;
}

/* ---- Trust row ---- */

.reapp-cap-trust {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid rgba(4, 7, 13, 0.08);
}

.reapp-cap-trust-label {
  display: block;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(4, 7, 13, 0.45);
}

.reapp-cap-trust-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}

.reapp-cap-trust-row img {
  height: 44px;
  width: auto;
  display: block;
  /* Desaturate only — no brightness boost. The badge art already has a
     light/white base, so the boost that keeps them visible on a dark
     section (see `.uiux-trusted-logo` for that variant) would blow them
     out to invisible on this white one. */
  filter: grayscale(1) contrast(1.05);
  opacity: 0.6;
  transition: filter 240ms ease, opacity 240ms ease, transform 240ms ease;
}

.reapp-cap-trust-row img:hover {
  filter: none;
  opacity: 1;
  transform: translateY(-2px);
}

/* ---- Right-side visual: CSS/SVG "live listings" app-screen mockup ---- */

.reapp-cap-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 460px;
}

.reapp-cap-orbit {
  position: absolute;
  border: 1px dashed rgba(0, 194, 255, 0.4);
  border-radius: 50%;
  animation: reappCapSpin 44s linear infinite;
}

.reapp-cap-orbit--outer {
  width: 112%;
  height: 112%;
}

.reapp-cap-orbit--inner {
  width: 88%;
  height: 88%;
  border-color: rgba(47, 95, 230, 0.4);
  animation-duration: 30s;
  animation-direction: reverse;
}

@keyframes reappCapSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.reapp-cap-frame {
  position: relative;
  z-index: 2;
  width: min(400px, 86%);
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 24px;
  background: #000000;
  border: 1px solid rgba(0, 194, 255, 0.3);
  box-shadow: 0 30px 70px -24px rgba(4, 7, 13, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  animation: reappCapFloat 6.5s ease-in-out infinite;
}

@keyframes reappCapFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

.reapp-cap-frame-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(226, 232, 240, 0.55);
  font-size: 12px;
  font-weight: 600;
}

.reapp-cap-frame-bar svg {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  color: #00c2ff;
}

.reapp-cap-frame-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.reapp-cap-frame-thumb {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 10px;
}

.reapp-cap-frame-thumb--a { background: linear-gradient(135deg, #00c2ff, #1a3696); }
.reapp-cap-frame-thumb--b { background: linear-gradient(135deg, #5f93ff, #04070d); }
.reapp-cap-frame-thumb--c { background: linear-gradient(135deg, #2f5fe6, #00c2ff); }

.reapp-cap-frame-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1 1 auto;
  min-width: 0;
}

.reapp-cap-frame-meta strong {
  font-size: 12.5px;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.reapp-cap-frame-meta em {
  font-style: normal;
  font-size: 11px;
  color: rgba(226, 232, 240, 0.5);
}

.reapp-cap-frame-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  flex: 0 0 auto;
  font-size: 12.5px;
  font-weight: 800;
  color: #ffffff;
  white-space: nowrap;
}

.reapp-cap-frame-price em {
  font-style: normal;
  font-size: 10px;
  font-weight: 700;
  color: #00c2ff;
}

.reapp-cap-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 14px;
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 16px 36px -12px rgba(4, 7, 13, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  animation: reappCapFloat 5.2s ease-in-out infinite;
}

.reapp-cap-card--top {
  top: 2%;
  right: -6%;
  animation-delay: -1.5s;
}

.reapp-cap-card--bottom {
  bottom: 4%;
  left: -8%;
  animation-delay: -3s;
}

.reapp-cap-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 10px;
  background: rgba(0, 194, 255, 0.14);
  color: #00c2ff;
}

.reapp-cap-card-icon svg {
  width: 18px;
  height: 18px;
}

.reapp-cap-card-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(226, 232, 240, 0.6);
  white-space: nowrap;
}

.reapp-cap-card-value {
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: #ffffff;
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  .reapp-cap-glow,
  .reapp-cap-orbit,
  .reapp-cap-frame,
  .reapp-cap-card {
    animation: none;
  }
}

/* ---- Responsive ---- */

@media (max-width: 1180px) {
  .reapp-cap-card--top { right: 0; }
  .reapp-cap-card--bottom { left: 0; }
}

@media (max-width: 1024px) {
  .reapp-cap {
    padding: 96px 0 110px;
  }

  .reapp-cap-inner {
    grid-template-columns: 1fr;
    gap: 56px;
    text-align: center;
  }

  .reapp-cap-content {
    max-width: none;
    margin: 0 auto;
  }

  .reapp-cap-intro {
    margin-left: auto;
    margin-right: auto;
  }

  .reapp-cap-item {
    text-align: left;
  }

  .reapp-cap-trust-row {
    justify-content: center;
  }

  .reapp-cap-visual {
    min-height: 380px;
  }

  .reapp-cap-frame {
    width: min(360px, 78%);
  }
}

@media (max-width: 640px) {
  .reapp-cap-title {
    font-size: clamp(28px, 8vw, 34px);
  }

  .reapp-cap-item-text {
    font-size: 14px;
  }

  .reapp-cap-card {
    padding: 10px 12px;
  }

  .reapp-cap-card--top {
    top: -4%;
    right: 2%;
  }

  .reapp-cap-card--bottom {
    bottom: -2%;
    left: 2%;
  }

  .reapp-cap-frame-meta em {
    display: none;
  }
}

/* ==========================================================================
   Services — "Apps We Build" explorer. Dark heading band (same `#000000`
   the hero uses) bridging back down from the white Capabilities section,
   with a white elevated panel pulled UP into that dark band via negative
   margin so its rounded top corners visibly sit over the dark/light seam —
   the same layered-card composition the reference design uses.
   ========================================================================== */

.reapp-svc {
  position: relative;
  background: #000000;
  padding : 80px 0;
}

.reapp-svc-head {
  position: relative;
  background: #000000;
  margin-bottom: 50px;
}

.reapp-svc-head-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  align-items: start;
  gap: 48px;
}

.reapp-svc-title {
  margin: 0;
  font-weight: 800;
  letter-spacing: -0.01em;
  font-size: 42px;
  line-height: 56px;
  color: #ffffff;
  text-wrap: balance;
}

/* Same font-size cascade as `.reapp-cap-title` (Capabilities section), so
   the two headings scale identically at every breakpoint. */
@media (max-width: 1550px) {
  .reapp-svc-title { font-size: 38px; line-height: 48px; }
}

@media (max-width: 1440px) {
  .reapp-svc-title { font-size: 36px; }
}

@media (max-width: 1200px) {
  .reapp-svc-title { font-size: 40px; }
}

@media (max-width: 1024px) {
  .reapp-svc-title { font-size: 36px; }
}

@media (max-width: 912px) {
  .reapp-svc-title { font-size: 32px; }
}

@media (max-width: 820px) {
  .reapp-svc-title { font-size: 30px; line-height: 1.4; }
}

@media (max-width: 767px) {
  .reapp-svc-title { font-size: 27px; }
}

@media (max-width: 650px) {
  .reapp-svc-title { font-size: 22px; line-height: 26px; }
}

.reapp-svc-lede {
  margin: 6px 0 0;
  max-width: 460px;
  font-size: 14.5px;
  line-height: 1.75;
  color: #ffffff;
}

.reapp-svc-body {
  position: relative;
}

.reapp-svc-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, 350px) minmax(0, 1fr);
  gap: 0;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(4, 7, 13, 0.08);
  box-shadow: 0 40px 90px -30px rgba(4, 7, 13, 0.28);
  overflow: hidden;
}

/* ---- List column ---- */

.reapp-svc-list-col {
  position: relative;
  padding: 32px 28px;
  border-right: 1px solid rgba(4, 7, 13, 0.08);
}

.reapp-svc-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.reapp-svc-list-head h3 {
  margin: 0;
  font-size: 19px;
  font-weight: 800;
  color: #04070d;
}

.reapp-svc-list-cue {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  border: 1px solid rgba(4, 7, 13, 0.14);
  color: #04070d;
}

.reapp-svc-list-cue svg {
  width: 14px;
  height: 14px;
}

.reapp-svc-list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Positioned/sized by JS (real-estate-app-development.js `updateRail`) to
   track whichever `.reapp-svc-tab` is currently active — a moving indicator
   rather than a static one, so switching tabs reads as a single continuous
   motion instead of separate on/off states. */
.reapp-svc-list-rail {
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  border-radius: 2px;
  background: #00c2ff;
  box-shadow: 0 0 10px 1px rgba(0, 194, 255, 0.5);
  transition: transform 320ms cubic-bezier(0.65, 0, 0.35, 1), height 320ms cubic-bezier(0.65, 0, 0.35, 1);
}

.reapp-svc-tab {
  display: flex;
  align-items: baseline;
  gap: 12px;
  width: 100%;
  padding: 15px 0 15px 20px;
  border: 0;
  border-bottom: 1px solid rgba(4, 7, 13, 0.08);
  background: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
}

.reapp-svc-list li:last-child .reapp-svc-tab {
  border-bottom: 0;
}

.reapp-svc-tab-index {
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
  color: rgba(4, 7, 13, 0.35);
}

.reapp-svc-tab-label {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: rgba(4, 7, 13, 0.4);
  transition: color 200ms ease;
}

.reapp-svc-tab:hover .reapp-svc-tab-label {
  color: rgba(4, 7, 13, 0.7);
}

.reapp-svc-tab.is-active .reapp-svc-tab-index {
  color: #0284c7;
}

.reapp-svc-tab.is-active .reapp-svc-tab-label {
  color: #04070d;
  font-weight: 700;
}

/* ---- Detail column ---- */

.reapp-svc-detail-col {
  padding: 32px;
}

.reapp-svc-visual {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  height: 180px;
  border-radius: 20px;
  background: linear-gradient(180deg, #0a0e1a 0%, #04070d 100%);
}

.reapp-svc-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

/* ---- Slides: CSS-grid stack so the container's height always equals the
   TALLEST slide (every slide occupies the same grid cell), even though only
   `.is-active` is opaque/interactive — no JS height measuring needed. ---- */

.reapp-svc-slides {
  display: grid;
  margin-top: 20px;
}

.reapp-svc-slide {
  grid-area: 1 / 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 380ms ease, transform 380ms ease;
}

.reapp-svc-slide.is-active {
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.reapp-svc-feature {
  display: flex;
  flex-direction: column;
  min-height: 200px;
  padding: 26px;
  border-radius: 20px;
  background: linear-gradient(150deg, #2f5fe6 0%, #1a3696 100%);
  box-shadow: 0 20px 44px -18px rgba(47, 95, 230, 0.5);
}

.reapp-svc-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.reapp-svc-feature-icon svg {
  width: 20px;
  height: 20px;
}

.reapp-svc-feature-title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  color: #ffffff;
}

.reapp-svc-feature-desc {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.86);
}

.reapp-svc-checklist {
  min-height: 214px;
  padding: 22px 24px;
  border-radius: 20px;
  background: #f4f7fb;
  border: 1px solid rgba(4, 7, 13, 0.06);
}

.reapp-svc-checklist ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.reapp-svc-checklist li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(4, 7, 13, 0.06);
  font-size: 13.5px;
  line-height: 1.4;
  color: rgba(4, 7, 13, 0.76);
}

.reapp-svc-checklist li:last-child {
  border-bottom: 0;
}

.reapp-svc-checklist li svg {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  color: #0284c7;
}

/* ---- Prev/next + counter ---- */

.reapp-svc-nav {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
}

.reapp-svc-nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(4, 7, 13, 0.14);
  background: #ffffff;
  color: #04070d;
  cursor: pointer;
  transition: border-color 200ms ease, background-color 200ms ease, color 200ms ease, transform 200ms ease;
}

.reapp-svc-nav-btn:hover {
  border-color: rgba(0, 194, 255, 0.5);
  background: rgba(0, 194, 255, 0.08);
  color: #0284c7;
  transform: translateY(-1px);
}

.reapp-svc-nav-btn svg {
  width: 16px;
  height: 16px;
}

.reapp-svc-nav-count {
  font-size: 12px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
  color: rgba(4, 7, 13, 0.4);
}

@media (prefers-reduced-motion: reduce) {
  .reapp-svc-visual-scan {
    animation: none;
    opacity: 0;
  }

  .reapp-svc-list-rail {
    transition: none;
  }

  .reapp-svc-slide {
    transition: opacity 200ms ease;
    transform: none;
  }
}

/* ---- Responsive ---- */

@media (max-width: 1024px) {
  .reapp-svc-head {
    padding: 80px 0 140px;
  }

  .reapp-svc-head-inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .reapp-svc-lede {
    max-width: none;
  }

  .reapp-svc-body {
    margin-top: -104px;
  }

  .reapp-svc-panel {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  .reapp-svc-list-col {
    border-right: 0;
    border-bottom: 1px solid rgba(4, 7, 13, 0.08);
    padding: 24px 24px 8px;
  }

  /* The vertical rail only makes sense against a vertical list — the list
     itself becomes a horizontal scroll-snap row of pills below, and each
     pill's own `.is-active` background stands in as the active indicator
     instead. */
  .reapp-svc-list-rail {
    display: none;
  }

  .reapp-svc-list {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 16px;
    scrollbar-width: none;
  }

  .reapp-svc-list::-webkit-scrollbar {
    display: none;
  }

  .reapp-svc-tab {
    width: auto;
    flex: 0 0 auto;
    padding: 10px 16px;
    border: 1px solid rgba(4, 7, 13, 0.14);
    border-radius: 999px;
    white-space: nowrap;
  }

  .reapp-svc-tab-index {
    display: none;
  }

  .reapp-svc-tab.is-active {
    border-color: #00c2ff;
    background: rgba(0, 194, 255, 0.08);
  }

  .reapp-svc-detail-col {
    padding: 24px;
  }

  .reapp-svc-slide {
    grid-template-columns: 1fr;
  }

  .reapp-svc-feature,
  .reapp-svc-checklist {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .reapp-svc-head {
    padding: 64px 0 120px;
  }

  .reapp-svc-body {
    margin-top: -88px;
  }

  .reapp-svc-visual {
    height: 190px;
  }

  .reapp-svc-feature {
    padding: 22px;
  }

  .reapp-svc-checklist {
    padding: 18px 20px;
  }
}

/* ==========================================================================
   Closing CTA banner — two-panel: a blue gradient card (copy + CTA) beside
   the `banner-bg.png` product shot in its own rounded card. Black section
   background continues the alternating dark/light rhythm the page has kept
   since the hero (white Capabilities → dark Services head/white Services
   body → this).
   ========================================================================== */

.reapp-cta {
  position: relative;
  background: #000000;
  padding: 0 0 80px;
}

.reapp-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  align-items: stretch;
  gap: 24px;
}

.reapp-cta-panel {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
}

.reapp-cta-panel--copy {
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: 380px;
  padding: 56px 48px;
  background: linear-gradient(135deg, #3b6bf0 0%, #2f5fe6 48%, #1a3696 100%);
}

/* Ambient soft-light blob, drifting slowly — a living touch behind the
   copy rather than a flat gradient card. */
.reapp-cta-glow {
  position: absolute;
  top: -25%;
  left: -12%;
  z-index: 0;
  width: 70%;
  height: 90%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.12) 42%, transparent 72%);
  filter: blur(40px);
  animation: reappCtaGlowDrift 14s ease-in-out infinite;
  pointer-events: none;
}

@keyframes reappCtaGlowDrift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(6%, 8%) scale(1.08); }
}

.reapp-cta-content {
  position: relative;
  z-index: 2;
  max-width: 440px;
}

.reapp-cta-title {
  margin: 0;
  font-size: clamp(1.5rem, 2.5vw, 2.05rem);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: #ffffff;
  text-wrap: balance;
}

.reapp-cta-copy {
  margin: 18px 0 0;
  max-width: 400px;
  font-size: 14.5px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.86);
}

.reapp-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  background: #ffffff;
  color: #0b1220;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 18px 40px -16px rgba(4, 7, 13, 0.55);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.reapp-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 48px -16px rgba(4, 7, 13, 0.6);
}

.reapp-cta-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: #2f5fe6;
}

.reapp-cta-btn-icon svg {
  width: 18px;
  height: 18px;
}

.reapp-cta-panel--visual {
  position: relative;
  min-height: 380px;
  background: #0b1220;
}

.reapp-cta-panel--visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 600ms ease;
}

.reapp-cta-panel--visual:hover img {
  transform: scale(1.035);
}

@media (prefers-reduced-motion: reduce) {
  .reapp-cta-glow {
    animation: none;
  }

  .reapp-cta-panel--visual img {
    transition: none;
  }

  .reapp-cta-panel--visual:hover img {
    transform: none;
  }
}

/* ---- Responsive ---- */

@media (max-width: 1024px) {
  .reapp-cta {
    padding: 80px 0;
  }

  .reapp-cta-panel--copy {
    padding: 44px 36px;
  }
}

@media (max-width: 860px) {
  .reapp-cta-inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .reapp-cta-panel--copy {
    min-height: 0;
  }

  .reapp-cta-panel--visual {
    min-height: 280px;
  }
}

@media (max-width: 480px) {
  .reapp-cta {
    padding: 64px 0;
  }

  .reapp-cta-panel--copy {
    padding: 34px 24px;
  }

  .reapp-cta-content {
    max-width: none;
  }

  .reapp-cta-copy {
    max-width: none;
  }

  .reapp-cta-btn {
    width: 100%;
    justify-content: center;
  }

  .reapp-cta-panel--visual {
    min-height: 220px;
  }
}

/* ==========================================================================
   Horizontal scrolling process gallery — white section after the CTA
   banner. `.horiz-gallery-wrapper` / `.horiz-gallery-strip` are the GSAP
   pin/scrub hooks (see `initReappGallery` in real-estate-app-development.js);
   everything else here (`.reapp-gallery-*`) is presentational only.

   Default state (below) is a plain WRAPPING flex row — fully accessible,
   every card visible, no scroll/JS dependency. JS adds `.is-pinned` to the
   wrapper only when GSAP + ScrollTrigger are both available, motion is
   allowed, and the viewport is desktop-sized; only THAT state switches the
   strip to the single-row overflow the pin animation drives.
   ========================================================================== */

.reapp-gallery {
  position: relative;
  background: #ffffff;
  padding: 80px 0 80px;
}

.reapp-gallery-head {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.reapp-gallery-title {
  margin: 0;
  font-size: 42px;
  line-height: 56px;
  font-weight: 700;
  color: #04070d;
  text-wrap: balance;
}

/* Same font-size cascade as `.reapp-cap-title` / `.reapp-svc-title`, so all
   three section headings scale identically at every breakpoint. */
@media (max-width: 1550px) {
  .reapp-gallery-title { font-size: 38px; line-height: 48px; }
}

@media (max-width: 1440px) {
  .reapp-gallery-title { font-size: 36px; }
}

@media (max-width: 1200px) {
  .reapp-gallery-title { font-size: 40px; }
}

@media (max-width: 1024px) {
  .reapp-gallery-title { font-size: 36px; }
}

@media (max-width: 912px) {
  .reapp-gallery-title { font-size: 32px; }
}

@media (max-width: 820px) {
  .reapp-gallery-title { font-size: 30px; line-height: 1.4; }
}

@media (max-width: 767px) {
  .reapp-gallery-title { font-size: 27px; }
}

@media (max-width: 650px) {
  .reapp-gallery-title { font-size: 22px; line-height: 26px; }
}

.reapp-gallery-intro {
  margin: 16px 0 0;
  font-size: clamp(1rem, 1.15vw, 1.0625rem);
  line-height: 1.75;
  color: rgba(4, 7, 13, 0.66);
}

/* ---- Strip + cards ---- */

.reapp-gallery-wrapper {
  position: relative;
  margin-top: 48px;
}

.reapp-gallery-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 4px clamp(20px, 4vw, 64px) 8px;
}

/* Pinned/scrubbed state — added by JS only. Single row, wide enough to
   overflow the viewport, `x` driven by the GSAP tween. */
.reapp-gallery-wrapper.is-pinned {
  height: 80vh;
  height: 80svh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.reapp-gallery-wrapper.is-pinned .reapp-gallery-strip {
  flex-wrap: nowrap;
  width: max-content;
  padding: 4px clamp(20px, 6vw, 120px) 8px;
}

.reapp-gallery-card {
  position: relative;
  flex: 0 0 auto;
  width: clamp(280px, 30vw, 360px);
  min-height: 440px;
  display: flex;
  flex-direction: column;
  padding: 34px 30px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(4, 7, 13, 0.08);
  box-shadow: 0 24px 60px -32px rgba(4, 7, 13, 0.22);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease;
}

/* .reapp-gallery-card:hover {
  border-color: rgba(0, 194, 255, 1);
} */

.reapp-gallery-card-index {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: rgba(4, 7, 13, 0.28);
}

.reapp-gallery-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  margin-top: 18px;
  border-radius: 14px;
  background: rgba(0, 194, 255, 0.1);
  border: 1px solid rgba(0, 194, 255, 0.2);
  color: #0284c7;
  transition: background-color 280ms ease, color 280ms ease, transform 280ms ease;
}

.reapp-gallery-card-icon svg {
  width: 22px;
  height: 22px;
}

.reapp-gallery-card-title {
  margin: 20px 0 0;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.35;
  color: #04070d;
}

.reapp-gallery-card-desc {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(4, 7, 13, 0.62);
}

.reapp-gallery-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  /* Pushed to the bottom of the (flex-column) card via the auto top
     margin, so the tag row stays aligned across cards regardless of how
     long each card's description runs. */
  margin: auto 0 0;
  padding: 18px 0 0;
  list-style: none;
  border-top: 1px solid rgba(4, 7, 13, 0.07);
}

.reapp-gallery-card-tags li {
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(4, 7, 13, 0.04);
  color: rgba(4, 7, 13, 0.62);
  font-size: 11.5px;
  font-weight: 700;
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  .reapp-gallery-card {
    transition: none;
  }

  .reapp-gallery-card:hover {
    transform: none;
  }

  .reapp-gallery-card-icon {
    transition: none;
  }
}

/* ---- Responsive ---- */

@media (max-width: 640px) {
  .reapp-gallery {
    padding: 64px 0 72px;
  }

  .reapp-gallery-wrapper {
    margin-top: 36px;
  }

  .reapp-gallery-strip {
    gap: 16px;
    padding: 4px 20px 8px;
  }

  .reapp-gallery-card {
    width: min(84vw, 320px);
    min-height: 0;
    padding: 26px 22px;
  }
}

/* ==========================================================================
   Project List slider — dark section closing the page's alternating
   light/dark rhythm (white Gallery → this). One real Swiper instance
   (`.reapp-proj-swiper`, see `initReappProjects` in
   real-estate-app-development.js), one two-panel card per slide: dark copy
   panel + a real project screenshot filling the visual panel edge to edge.
   ========================================================================== */

.reapp-proj {
  position: relative;
  background: #000000;
  padding: 80px 0 80px;
  overflow: hidden;
}

.reapp-proj-head {
  max-width: 640px;
  text-align: center;
}

.reapp-proj-title {
  margin: 0;
  font-size: 42px;
  line-height: 56px;
  font-weight: 700;
  color: #ffffff;
  text-wrap: balance;
}

/* Same font-size cascade as the other section headings on this page, so
   they all scale identically at every breakpoint. */
@media (max-width: 1550px) {
  .reapp-proj-title { font-size: 38px; line-height: 48px; }
}

@media (max-width: 1440px) {
  .reapp-proj-title { font-size: 36px; }
}

@media (max-width: 1200px) {
  .reapp-proj-title { font-size: 40px; }
}

@media (max-width: 1024px) {
  .reapp-proj-title { font-size: 36px; }
}

@media (max-width: 912px) {
  .reapp-proj-title { font-size: 32px; }
}

@media (max-width: 820px) {
  .reapp-proj-title { font-size: 30px; line-height: 1.4; }
}

@media (max-width: 767px) {
  .reapp-proj-title { font-size: 27px; }
}

@media (max-width: 650px) {
  .reapp-proj-title { font-size: 22px; line-height: 26px; }
}

.reapp-proj-intro {
  margin: 16px 0 0;
  font-size: clamp(1rem, 1.15vw, 1.0625rem);
  line-height: 1.75;
  color: rgba(226, 232, 240, 0.7);
}

/* ---- Slider ---- */

.reapp-proj-slider-wrap {
  margin-top: 48px;
}

.reapp-proj-swiper {
  border-radius: 28px;
}

.reapp-proj-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 540px;
  border-radius: 28px;
  overflow: hidden;
  background: #0a0e14;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.reapp-proj-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 48px 46px;
  background: linear-gradient(160deg, #0d1119 0%, #04070d 100%);
}

.reapp-proj-badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(0, 194, 255, 0.1);
  border: 1px solid rgba(0, 194, 255, 0.25);
  color: #00c2ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.reapp-proj-name {
  margin: 20px 0 4px;
  font-size: clamp(1.6rem, 2.6vw, 2.15rem);
  font-weight: 800;
  line-height: 1.25;
  color: #ffffff;
  text-wrap: balance;
}

.reapp-proj-tagline {
  margin: 0;
  font-size: 13.5px;
  font-weight: 700;
  color: #00c2ff;
}

.reapp-proj-desc {
  margin: 18px 0 0;
  max-width: 460px;
  font-size: 14.5px;
  line-height: 1.72;
  color: rgba(226, 232, 240, 0.7);
}

.reapp-proj-chips {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.reapp-proj-chips li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(226, 232, 240, 0.86);
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.3;
}

.reapp-proj-chips li svg {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  color: #00c2ff;
}

.reapp-proj-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: auto;
  padding-top: 30px;
}

.reapp-proj-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  background: #00c2ff;
  color: #04070d;
  font-weight: 800;
  font-size: 13.5px;
  text-decoration: none;
  box-shadow: 0 16px 36px -16px rgba(0, 194, 255, 0.5);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.reapp-proj-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px -16px rgba(0, 194, 255, 0.6);
}

.reapp-proj-cta svg {
  width: 15px;
  height: 15px;
}

.reapp-proj-nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.reapp-proj-nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  cursor: pointer;
  transition: border-color 200ms ease, background-color 200ms ease, color 200ms ease, transform 200ms ease;
}

.reapp-proj-nav-btn:hover {
  border-color: rgba(0, 194, 255, 0.55);
  background: rgba(0, 194, 255, 0.12);
  color: #00c2ff;
}

.reapp-proj-nav-btn.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.reapp-proj-nav-btn svg {
  width: 15px;
  height: 15px;
}

.reapp-proj-count {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.05em;
  font-variant-numeric: tabular-nums;
  color: rgba(226, 232, 240, 0.5);
  white-space: nowrap;
}

.reapp-proj-visual {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  background: #0a0e14;
}

.reapp-proj-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 700ms ease;
}

.reapp-proj-card:hover .reapp-proj-visual img {
  transform: scale(1.045);
}

@media (prefers-reduced-motion: reduce) {
  .reapp-proj-visual img {
    transition: none;
  }

  .reapp-proj-card:hover .reapp-proj-visual img {
    transform: none;
  }

  .reapp-proj-cta:hover {
    transform: none;
  }
}

/* ---- Responsive ---- */

@media (max-width: 1024px) {
  .reapp-proj-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .reapp-proj-content {
    padding: 40px 34px;
  }

  .reapp-proj-visual {
    min-height: 280px;
  }
}

@media (max-width: 640px) {
  .reapp-proj {
    padding: 64px 0 72px;
  }

  .reapp-proj-slider-wrap {
    margin-top: 36px;
  }

  .reapp-proj-content {
    padding: 30px 22px;
  }

  .reapp-proj-desc {
    max-width: none;
  }

  .reapp-proj-chips {
    grid-template-columns: 1fr;
  }

  .reapp-proj-foot {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .reapp-proj-visual {
    min-height: 220px;
  }
}

/* ==========================================================================
   Sectors accordion — same `#000000` as the Project List section right
   above it (the reference this matches is dark); a top border keeps the
   two sections from visually fusing into one unbroken black zone despite
   sharing a background color.

   The first `.reapp-accordion-item` is server-rendered with `is-open` (see
   sectors.php) so the section is already correct with JS off. JS
   (`initReappSectors` in real-estate-app-development.js) only layers the
   progress-bar fill + 15s auto-advance on top of that starting state, and
   is what actually toggles `.is-open` afterwards — this stylesheet only
   ever reacts to that class, it never sets it.
   ========================================================================== */

.reapp-sectors {
  position: relative;
  background: #000000;
  padding: 0px 0 80px;
}

.reapp-sectors-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  align-items: start;
  gap: 64px;
}

.reapp-sectors-content {
  max-width: 480px;
}

.reapp-sectors-title {
  margin: 0;
  font-size: 42px;
  line-height: 56px;
  font-weight: 700;
  color: #ffffff;
  text-wrap: balance;
}

/* Same font-size cascade as the other section headings on this page. */
@media (max-width: 1550px) {
  .reapp-sectors-title { font-size: 38px; line-height: 48px; }
}

@media (max-width: 1440px) {
  .reapp-sectors-title { font-size: 36px; }
}

@media (max-width: 1200px) {
  .reapp-sectors-title { font-size: 40px; }
}

@media (max-width: 1024px) {
  .reapp-sectors-title { font-size: 36px; }
}

@media (max-width: 912px) {
  .reapp-sectors-title { font-size: 32px; }
}

@media (max-width: 820px) {
  .reapp-sectors-title { font-size: 30px; line-height: 1.4; }
}

@media (max-width: 767px) {
  .reapp-sectors-title { font-size: 27px; }
}

@media (max-width: 650px) {
  .reapp-sectors-title { font-size: 22px; line-height: 26px; }
}

.reapp-sectors-intro {
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 1.75;
  color: #ffffff;
}

/* ---- Accordion ---- */

.reapp-accordion {
  display: flex;
  flex-direction: column;
}

.reapp-accordion-item {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Track the header sits on doubles as the progress bar's "empty" state —
   the fill below is what actually animates. */
.reapp-accordion-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 0%;
  border-radius: 2px;
  background: linear-gradient(90deg, #00c2ff, #2f5fe6);
  box-shadow: 0 0 10px 1px rgba(0, 194, 255, 0.5);
}

.reapp-accordion-heading {
  margin: 0;
}

.reapp-accordion-header {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 16px;
  padding: 22px 2px;
  border: 0;
  background: none;
  color: #ffffff;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}

.reapp-accordion-index {
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.38);
}

.reapp-accordion-label {
  flex: 1 1 auto;
  font-size: 19px;
  font-weight: 800;
  color: #ffffff;
  transition: color 200ms ease;
}

.reapp-accordion-header:hover .reapp-accordion-label {
  color: #00c2ff;
}

.reapp-accordion-chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  transition: transform 320ms cubic-bezier(0.65, 0, 0.35, 1), background-color 220ms ease, border-color 220ms ease, color 220ms ease;
}

.reapp-accordion-chevron svg {
  width: 14px;
  height: 14px;
}

.reapp-accordion-item.is-open .reapp-accordion-chevron {
  transform: rotate(180deg);
  background: #00c2ff;
  border-color: #00c2ff;
  color: #04070d;
}

/* Modern collapsible: animating `grid-template-rows` (0fr → 1fr) instead of
   a guessed `max-height` — this sizes correctly regardless of how many
   chips a given sector has, no per-breakpoint magic numbers needed. */
.reapp-accordion-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 420ms cubic-bezier(0.65, 0, 0.35, 1);
}

.reapp-accordion-item.is-open .reapp-accordion-panel {
  grid-template-rows: 1fr;
}

.reapp-accordion-panel-inner {
  overflow: hidden;
  min-height: 0;
}

.reapp-accordion-chips {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 4px 0 24px;
  padding: 0;
  list-style: none;
}

.reapp-accordion-chips li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.3;
}

.reapp-accordion-chip-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 50%;
  background: #00c2ff;
  color: #04070d;
}

.reapp-accordion-chip-icon svg {
  width: 12px;
  height: 12px;
}

@media (prefers-reduced-motion: reduce) {
  .reapp-accordion-progress {
    transition: none !important;
  }

  .reapp-accordion-panel,
  .reapp-accordion-chevron {
    transition: none;
  }
}

/* ---- Responsive ---- */

@media (max-width: 1024px) {
  .reapp-sectors {
    padding: 80px 0 88px;
  }

  .reapp-sectors-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .reapp-sectors-content {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .reapp-sectors {
    padding: 64px 0 72px;
  }

  .reapp-accordion-header {
    gap: 12px;
    padding: 18px 2px;
  }

  .reapp-accordion-label {
    font-size: 16px;
  }

  .reapp-accordion-chips {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .reapp-accordion-chips li {
    padding: 12px 14px;
    font-size: 13px;
  }
}

/* ==========================================================================
   Compliance & Standards — full white section, left-aligned heading
   (deliberately NOT centered). Badge grid sits inside a bordered/shadowed
   panel for definition, using individual gapped cards rather than shared
   cell dividers — simpler to keep correct across breakpoints than a
   divided-table layout, and consistent with the bordered-card language
   already used for chips/cards elsewhere on this page (Gallery, Sectors).
   ========================================================================== */

.reapp-compliance {
  position: relative;
  background: #ffffff;
  padding: 80px 0 80px;
}

.reapp-compliance-head {
  max-width: 760px;
  text-align: left;
}

.reapp-compliance-title {
  margin: 0;
  font-size: 42px;
  line-height: 56px;
  font-weight: 700;
  color: #04070d;
  text-align: left;
  text-wrap: balance;
}

/* Same font-size cascade as the other section headings on this page. */
@media (max-width: 1550px) {
  .reapp-compliance-title { font-size: 38px; line-height: 48px; }
}

@media (max-width: 1440px) {
  .reapp-compliance-title { font-size: 36px; }
}

@media (max-width: 1200px) {
  .reapp-compliance-title { font-size: 40px; }
}

@media (max-width: 1024px) {
  .reapp-compliance-title { font-size: 36px; }
}

@media (max-width: 912px) {
  .reapp-compliance-title { font-size: 32px; }
}

@media (max-width: 820px) {
  .reapp-compliance-title { font-size: 30px; line-height: 1.4; }
}

@media (max-width: 767px) {
  .reapp-compliance-title { font-size: 27px; }
}

@media (max-width: 650px) {
  .reapp-compliance-title { font-size: 22px; line-height: 26px; }
}

.reapp-compliance-intro {
  margin: 16px 0 0;
  font-size: clamp(1rem, 1.15vw, 1.0625rem);
  line-height: 1.75;
  color: rgba(4, 7, 13, 0.66);
  text-align: left;
}

/* ---- Badge grid ---- */

.reapp-compliance-panel {
  margin-top: 48px;
  padding: clamp(20px, 3vw, 36px);
  border-radius: 28px;
  background: #f8fafc;
  border: 1px solid rgba(4, 7, 13, 0.08);
  box-shadow: 0 30px 80px -44px rgba(4, 7, 13, 0.18);
}

.reapp-compliance-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.reapp-compliance-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 28px 16px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(4, 7, 13, 0.08);
  text-align: center;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.reapp-compliance-badge:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 194, 255, 0.32);
  box-shadow: 0 18px 36px -22px rgba(4, 7, 13, 0.25);
}

.reapp-compliance-badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 50%;
  background: rgba(0, 194, 255, 0.08);
  border: 1px solid rgba(0, 194, 255, 0.2);
  color: #0284c7;
  transition: background-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.reapp-compliance-badge:hover .reapp-compliance-badge-icon {
  background: #00c2ff;
  color: #ffffff;
  transform: scale(1.06);
}

.reapp-compliance-badge-icon svg {
  width: 24px;
  height: 24px;
}

.reapp-compliance-badge-code {
  font-size: 14px;
  font-weight: 800;
  color: #04070d;
}

.reapp-compliance-badge-name {
  max-width: 160px;
  font-size: 11.5px;
  font-weight: 600;
  line-height: 1.4;
  color: rgba(4, 7, 13, 0.5);
}

@media (prefers-reduced-motion: reduce) {
  .reapp-compliance-badge,
  .reapp-compliance-badge-icon {
    transition: none;
  }

  .reapp-compliance-badge:hover {
    transform: none;
  }

  .reapp-compliance-badge:hover .reapp-compliance-badge-icon {
    transform: none;
  }
}

/* ---- Responsive ---- */

@media (max-width: 1024px) {
  .reapp-compliance {
    padding: 80px 0 88px;
  }

  .reapp-compliance-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .reapp-compliance {
    padding: 64px 0 72px;
  }

  .reapp-compliance-panel {
    margin-top: 36px;
  }

  .reapp-compliance-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .reapp-compliance-badge {
    padding: 20px 12px;
  }

  .reapp-compliance-badge-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
  }

  .reapp-compliance-badge-icon svg {
    width: 20px;
    height: 20px;
  }
}

/* ==========================================================================
   Why Choose Us — dark, centered header + a 5-card grid (3 over 2; the
   short last row is left to wrap naturally rather than being manually
   centered). Continues the page's alternating rhythm after the white
   Compliance section above it.
   ========================================================================== */

.reapp-why {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #000000;
  padding: 80px 0 80px;
}

.reapp-why-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.reapp-why-title {
  margin: 0 auto;
  max-width: 780px;
  font-size: 42px;
  line-height: 1.25;
  font-weight: 800;
  color: #ffffff;
  text-wrap: balance;
}

/* Same font-size cascade as the other section headings on this page. */
@media (max-width: 1550px) {
  .reapp-why-title { font-size: 38px; }
}

@media (max-width: 1440px) {
  .reapp-why-title { font-size: 36px; }
}

@media (max-width: 1200px) {
  .reapp-why-title { font-size: 40px; }
}

@media (max-width: 1024px) {
  .reapp-why-title { font-size: 36px; }
}

@media (max-width: 912px) {
  .reapp-why-title { font-size: 32px; }
}

@media (max-width: 820px) {
  .reapp-why-title { font-size: 30px; }
}

@media (max-width: 767px) {
  .reapp-why-title { font-size: 27px; }
}

@media (max-width: 650px) {
  .reapp-why-title { font-size: 22px; line-height: 1.35; }
}

.reapp-why-accent {
  color: #00c2ff;
}

.reapp-why-subtitle {
  margin: 18px auto 0;
  max-width: 640px;
  font-size: clamp(1rem, 1.1vw, 1.0625rem);
  line-height: 1.75;
  color: rgba(226, 232, 240, 0.7);
}

/* ---- Card grid ---- */

.reapp-why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 56px;
  text-align: left;
}

.reapp-why-card {
  padding: 32px 28px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 240ms ease, border-color 240ms ease, background-color 240ms ease;
}

.reapp-why-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 194, 255, 0.35);
  background: rgba(255, 255, 255, 0.05);
}

.reapp-why-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  margin-bottom: 20px;
  border-radius: 14px;
  background: linear-gradient(135deg, #00c2ff, #2f5fe6);
  color: #ffffff;
  transition: transform 240ms ease;
}

.reapp-why-card:hover .reapp-why-card-icon {
  transform: scale(1.08) rotate(-4deg);
}

.reapp-why-card-icon svg {
  width: 22px;
  height: 22px;
}

.reapp-why-card-title {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 800;
  color: #ffffff;
}

.reapp-why-card-desc {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.65;
  color: rgba(226, 232, 240, 0.66);
}

@media (prefers-reduced-motion: reduce) {
  .reapp-why-glow {
    animation: none;
  }

  .reapp-why-card,
  .reapp-why-card-icon {
    transition: none;
  }

  .reapp-why-card:hover {
    transform: none;
  }

  .reapp-why-card:hover .reapp-why-card-icon {
    transform: none;
  }
}

/* ---- Responsive ---- */

@media (max-width: 1024px) {
  .reapp-why {
    padding: 80px 0 88px;
  }

  .reapp-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .reapp-why {
    padding: 64px 0 72px;
  }

  .reapp-why-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 40px;
  }

  .reapp-why-card {
    padding: 26px 22px;
  }
}

/* ==========================================================================
   Awards & Recognitions — plain Swiper carousel
   (initReappAwards in real-estate-app-development.js). Same construction
   as the Project List slider above it: dark section continuing the page's
   alternating rhythm after the black Closing CTA, with its own
   `.reapp-awards-swiper` instance kept independent of every other slider
   on this page.
   ========================================================================== */

.reapp-awards {
  position: relative;
  background: #000000;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 80px 0 80px;
}

.reapp-awards-head {
  max-width: 720px;
  margin-bottom: 56px;
  text-align: center;
}

.reapp-awards-title {
  margin: 0;
  font-size: 42px;
  line-height: 56px;
  font-weight: 700;
  color: #ffffff;
  text-wrap: balance;
}

/* Same font-size cascade as the other section headings on this page. */
@media (max-width: 1550px) {
  .reapp-awards-title { font-size: 38px; line-height: 48px; }
}

@media (max-width: 1440px) {
  .reapp-awards-title { font-size: 36px; }
}

@media (max-width: 1200px) {
  .reapp-awards-title { font-size: 40px; }
}

@media (max-width: 1024px) {
  .reapp-awards-title { font-size: 36px; }
}

@media (max-width: 912px) {
  .reapp-awards-title { font-size: 32px; }
}

@media (max-width: 820px) {
  .reapp-awards-title { font-size: 30px; line-height: 1.4; }
}

@media (max-width: 767px) {
  .reapp-awards-title { font-size: 27px; }
}

@media (max-width: 650px) {
  .reapp-awards-title { font-size: 22px; line-height: 26px; }
}

.reapp-awards-intro {
  margin: 16px 0 0;
  font-size: clamp(1rem, 1.15vw, 1.0625rem);
  line-height: 1.75;
  color: rgba(226, 232, 240, 0.7);
}

/* ---- Slider ---- */

.reapp-awards-slider-wrap {
  position: relative;
}

.reapp-awards-swiper {
  padding: 4px 4px 8px;
}

.reapp-awards-swiper .swiper-slide {
  height: auto;
}

.reapp-awards-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  min-height: 260px;
  padding: 32px 26px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease;
}

.reapp-awards-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 194, 255, 0.3);
  background: rgba(255, 255, 255, 0.05);
}

.reapp-awards-card-eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #00c2ff;
}

.reapp-awards-card-media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  flex: 0 0 84px;
  margin: 18px 0;
}

.reapp-awards-card-media img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 12px;
}

.reapp-awards-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(135deg, #00c2ff, #2f5fe6);
  color: #ffffff;
}

.reapp-awards-card-icon svg {
  width: 34px;
  height: 34px;
}

.reapp-awards-card-title {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 800;
  color: #ffffff;
}

.reapp-awards-card-caption {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.6;
  color: rgba(226, 232, 240, 0.62);
}

/* ---- Prev/next nav ---- */

.reapp-awards-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}

.reapp-awards-nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  cursor: pointer;
  transition: border-color 200ms ease, background-color 200ms ease, color 200ms ease;
}

.reapp-awards-nav-btn:hover {
  border-color: rgba(0, 194, 255, 0.5);
  background: rgba(0, 194, 255, 0.12);
  color: #00c2ff;
}

.reapp-awards-nav-btn.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.reapp-awards-nav-btn svg {
  width: 18px;
  height: 18px;
}

@media (prefers-reduced-motion: reduce) {
  .reapp-awards-card {
    transition: none;
  }

  .reapp-awards-card:hover {
    transform: none;
  }
}

/* ---- Responsive ---- */

@media (max-width: 1024px) {
  .reapp-awards {
    padding-top: 80px;
  }

  .reapp-awards-head {
    margin-bottom: 44px;
  }
}

@media (max-width: 640px) {
  .reapp-awards {
    padding-top: 64px;
  }

  .reapp-awards-card {
    min-height: 0;
    padding: 26px 20px;
  }

  .reapp-awards-card-media {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
  }

  .reapp-awards-card-icon svg {
    width: 26px;
    height: 26px;
  }
}

/* ==========================================================================
   FAQ — full white section, centered heading. Left accordion + a right
   blue-gradient CTA card, the same gradient treatment already used for
   `.reapp-svc-feature` and `.reapp-cta-panel--copy` elsewhere on this page
   (both already sit on white backgrounds), so this isn't a new pattern.
   ========================================================================== */

.reapp-faq {
  position: relative;
  background: #ffffff;
  padding: 96px 0 104px;
}

.reapp-faq-title {
  margin: 0 auto;
  max-width: 700px;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  color: #04070d;
  text-align: center;
  text-wrap: balance;
}

/* Same font-size cascade as the other section headings on this page. */
@media (max-width: 1550px) {
  .reapp-faq-title { font-size: 38px; }
}

@media (max-width: 1440px) {
  .reapp-faq-title { font-size: 36px; }
}

@media (max-width: 1200px) {
  .reapp-faq-title { font-size: 40px; }
}

@media (max-width: 1024px) {
  .reapp-faq-title { font-size: 36px; }
}

@media (max-width: 912px) {
  .reapp-faq-title { font-size: 32px; }
}

@media (max-width: 820px) {
  .reapp-faq-title { font-size: 30px; }
}

@media (max-width: 767px) {
  .reapp-faq-title { font-size: 27px; }
}

@media (max-width: 650px) {
  .reapp-faq-title { font-size: 22px; }
}

.reapp-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  align-items: start;
  gap: 48px;
  margin-top: 56px;
}

/* ---- Accordion ---- */

.reapp-faq-accordion {
  display: flex;
  flex-direction: column;
}

.reapp-faq-item {
  border-bottom: 1px solid rgba(4, 7, 13, 0.1);
}

.reapp-faq-heading {
  margin: 0;
}

.reapp-faq-header {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 16px;
  padding: 22px 2px;
  border: 0;
  background: none;
  color: #04070d;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}

.reapp-faq-index {
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 800;
  color: rgba(4, 7, 13, 0.35);
}

.reapp-faq-question {
  flex: 1 1 auto;
  font-size: 16.5px;
  font-weight: 700;
  color: #04070d;
  transition: color 200ms ease;
}

.reapp-faq-header:hover .reapp-faq-question {
  color: #0284c7;
}

.reapp-faq-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  border: 1px solid rgba(4, 7, 13, 0.16);
  color: #04070d;
  transition: transform 320ms cubic-bezier(0.65, 0, 0.35, 1), background-color 220ms ease, border-color 220ms ease, color 220ms ease;
}

.reapp-faq-toggle svg {
  width: 14px;
  height: 14px;
}

/* Plus rotates 45° into a cross when open — one icon, no swap needed. */
.reapp-faq-item.is-open .reapp-faq-toggle {
  transform: rotate(45deg);
  background: #00c2ff;
  border-color: #00c2ff;
  color: #ffffff;
}

/* Same `grid-template-rows` collapsible technique as the Sectors accordion
   — sizes correctly regardless of answer length, no magic numbers. */
.reapp-faq-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 380ms cubic-bezier(0.65, 0, 0.35, 1);
}

.reapp-faq-item.is-open .reapp-faq-panel {
  grid-template-rows: 1fr;
}

.reapp-faq-panel-inner {
  overflow: hidden;
  min-height: 0;
}

.reapp-faq-answer {
  margin: 0 0 24px;
  padding-right: 40px;
  font-size: 14.5px;
  line-height: 1.75;
  color: rgba(4, 7, 13, 0.66);
}

.reapp-faq-answer a {
  color: #0284c7;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .reapp-faq-panel,
  .reapp-faq-toggle {
    transition: none;
  }
}

/* ---- "Still have questions" CTA card ---- */

.reapp-faq-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 460px;
  border-radius: 28px;
  padding: 40px 36px;
  background: linear-gradient(150deg, #2f5fe6 0%, #1a3696 100%);
  color: #ffffff;
}

.reapp-faq-cta-glow {
  position: absolute;
  top: -20%;
  right: -20%;
  z-index: 0;
  width: 70%;
  height: 70%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.35) 0%, transparent 70%);
  filter: blur(40px);
  pointer-events: none;
}

.reapp-faq-cta-mark {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 0 12px;
  font-size: 180px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  color: rgba(255, 255, 255, 0.14);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.4);
}

.reapp-faq-cta-content {
  position: relative;
  z-index: 2;
  margin-top: auto;
  text-align: center;
}

.reapp-faq-cta-title {
  margin: 0;
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
  font-weight: 800;
  line-height: 1.3;
  color: #ffffff;
  text-wrap: balance;
}

.reapp-faq-cta-copy {
  margin: 14px 0 0;
  /* max-width: 380px; */
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
}

.reapp-faq-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
  height: 50px;
  padding: 0 26px;
  border-radius: 999px;
  background: #ffffff;
  color: #0b1220;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 18px 40px -16px rgba(4, 7, 13, 0.4);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.reapp-faq-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 48px -16px rgba(4, 7, 13, 0.45);
}

@media (prefers-reduced-motion: reduce) {
  .reapp-faq-cta-btn:hover {
    transform: none;
  }
}

/* ---- Responsive ---- */

@media (max-width: 1024px) {
  .reapp-faq {
    padding: 80px 0 88px;
  }

  .reapp-faq-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .reapp-faq-cta {
    min-height: 0;
    padding: 36px 28px;
  }

  .reapp-faq-cta-mark {
    font-size: 120px;
  }
}

@media (max-width: 640px) {
  .reapp-faq {
    padding: 64px 0 72px;
  }

  .reapp-faq-header {
    gap: 12px;
    padding: 18px 2px;
  }

  .reapp-faq-question {
    font-size: 15px;
  }

  .reapp-faq-answer {
    padding-right: 0;
    font-size: 14px;
  }

  .reapp-faq-cta-mark {
    font-size: 96px;
  }
}
