.elementor-5102 .elementor-element.elementor-element-2fce996{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-e7edd60 */.res-page {
  --navy: #1C355E;
  --navy-mid: #2B4A7A;
  --blue-soft: #6A9BC3;
  --charcoal: #2D3748;
  --body-gray: #546478;
  --border-cool: #D0D9E4;
  --bg-light: #F8F9FA;
  --white: #FFFFFF;

  font-family: 'Open Sans', sans-serif;
  color: var(--charcoal);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

.res-page,
.res-page * {
  box-sizing: border-box;
}

.res-page .font-heading {
  font-family: 'Montserrat', sans-serif;
}

.res-page .font-body {
  font-family: 'Open Sans', sans-serif;
}

/* Layout containers */
.res-page .res-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 64px;
  padding-right: 64px;
}

.res-page .res-container--hero {
  padding-top: 120px;
  padding-bottom: 140px;
  position: relative;
  z-index: 1;
}

.res-page .res-container--trust {
  padding-top: 24px;
  padding-bottom: 24px;
}

.res-page .res-container--section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.res-page .res-container--compact {
  padding-top: 96px;
  padding-bottom: 96px;
}

.res-page .res-container--cta {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
  text-align: center;
}

/* Hero atmospheric layers */
.res-page .hero-wash {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 80%, rgba(106, 155, 195, 0.08) 0%, transparent 55%),
    radial-gradient(ellipse at 85% 20%, rgba(106, 155, 195, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.res-page .hero-lines {
  position: absolute;
  inset: 0;
  opacity: 0.018;
  background-image:
    linear-gradient(rgba(255,255,255,1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,1) 1px, transparent 1px);
  background-size: 72px 72px;
  pointer-events: none;
}

/* Animation */
@keyframes resGentleRise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.res-page .rise-1 { animation: resGentleRise 0.8s 0.15s both; }
.res-page .rise-2 { animation: resGentleRise 0.8s 0.3s both; }
.res-page .rise-3 { animation: resGentleRise 0.8s 0.45s both; }
.res-page .rise-4 { animation: resGentleRise 0.8s 0.6s both; }

/* Eyebrow system */
.res-page .res-eyebrow-row {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

.res-page .res-eyebrow-row--left {
  display: flex;
  justify-content: flex-start;
}

.res-page .res-eyebrow-row--center {
  display: flex;
  justify-content: center;
}

.res-page .res-eyebrow-row--light {
  display: inline-flex;
}

.res-page .res-eyebrow-line {
  width: 46px;
  height: 1px;
  background: rgba(106, 155, 195, 0.55);
  flex-shrink: 0;
}

.res-page .res-eyebrow-row--light .res-eyebrow-line {
  background: rgba(255,255,255,0.22);
}

.res-page .res-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--blue-soft);
}

.res-page .res-eyebrow--dark {
  color: var(--blue-soft);
}

/* Shared type */
.res-page .res-section-title {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.15;
  color: var(--navy);
  letter-spacing: -0.3px;
}

.res-page .res-body-copy {
  font-size: 16px;
  line-height: 1.9;
  color: var(--body-gray);
}

.res-page .res-card-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--navy);
  margin-bottom: 14px;
}

.res-page .res-card-copy {
  font-size: 15px;
  line-height: 1.8;
  color: var(--body-gray);
}

.res-page .res-card-copy--service {
  font-size: 14px;
  margin-bottom: 24px;
}

/* Buttons */
.res-page .btn-res {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 18px 40px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  background: #FFFFFF;
  color: var(--navy);
}

.res-page .btn-res:hover {
  background: var(--blue-soft);
  color: var(--white);
}

.res-page .btn-res svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  flex-shrink: 0;
}

/* Hero */
.res-page .res-hero {
  background: var(--navy);
  position: relative;
  overflow: hidden;
}

.res-page .res-hero__title {
  color: #FFFFFF;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.3px;
  max-width: 680px;
  margin-bottom: 24px;
}

.res-page .res-hero__text {
  color: rgba(255,255,255,0.58);
  font-size: 17px;
  line-height: 1.8;
  max-width: 560px;
  margin-bottom: 48px;
}

.res-page .res-hero__trust-band {
  border-top: 1px solid rgba(255,255,255,0.04);
  position: relative;
  z-index: 1;
}

.res-page .trust-row {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
}

.res-page .trust-item {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.res-page .trust-item svg {
  width: 16px;
  height: 16px;
  stroke: rgba(255,255,255,0.3);
  fill: none;
  stroke-width: 1.5;
}

.res-page .trust-item span {
  color: rgba(255,255,255,0.4);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
}

/* Empathy */
.res-page .res-empathy {
  background: #FFFFFF;
}

.res-page .res-empathy__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.res-page .res-empathy__stats-wrap {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid #EDF0F4;
}

.res-page .stat-row {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.res-page .res-stat__value {
  display: block;
  font-size: 28px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.05;
}

.res-page .res-stat__label {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--blue-soft);
}

/* Process section */
.res-page .res-process-section {
  background: #FFFFFF;
}

.res-page .res-process-section__intro {
  max-width: 760px;
  margin-bottom: 64px;
  position: relative;
}

.res-page .res-process-section__lead {
  max-width: 640px;
}

.res-page .res-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.res-page .res-process-card {
  background: var(--white);
  border: 1px solid var(--border-cool);
  padding: 40px 32px;
  transition: box-shadow 0.4s ease, transform 0.4s ease;
}

.res-page .res-process-card:hover {
  box-shadow: 0 12px 36px rgba(28,53,94,0.07);
  transform: translateY(-2px);
}

.res-page .res-process-step {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 24px;
}

/* Services */
.res-page .res-services {
  background: var(--bg-light);
}

.res-page .res-services__intro {
  text-align: center;
  margin-bottom: 64px;
  position: relative;
}

.res-page .res-services__intro .res-section-title {
  margin-bottom: 14px;
}

.res-page .res-services__lead {
  font-size: 15px;
  line-height: 1.7;
  color: var(--body-gray);
  max-width: 500px;
  margin: 0 auto;
}

.res-page .res-services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 960px;
  margin: 0 auto;
}

.res-page .res-card {
  background: var(--white);
  border: 1px solid var(--border-cool);
  transition: box-shadow 0.4s ease, transform 0.4s ease;
}

.res-page .res-card:hover {
  box-shadow: 0 12px 36px rgba(28,53,94,0.07);
  transform: translateY(-2px);
}

.res-page .res-card--service {
  padding: 48px 36px;
}

.res-page .res-service-icon {
  width: 48px;
  height: 48px;
  border: 1px solid var(--border-cool);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}

.res-page .res-service-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--navy);
  fill: none;
  stroke-width: 1.5;
}

.res-page .res-service-footer {
  padding-top: 20px;
  border-top: 1px solid #EDF0F4;
}

.res-page .res-service-link {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--navy-mid);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s ease;
}

.res-page .res-service-link:hover {
  gap: 12px;
}

.res-page .res-service-link svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

/* Success section */
.res-page .res-success-section {
  background: #FFFFFF;
}

.res-page .res-success-wrap {
  max-width: 860px;
  position: relative;
}

.res-page .res-success-copy {
  font-size: 22px;
  line-height: 1.75;
  color: var(--navy);
  font-weight: 400;
  letter-spacing: -0.2px;
}

/* Privacy */
.res-page .res-privacy {
  background: #FFFFFF;
}

.res-page .res-privacy__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.res-page .res-privacy__title {
  margin-bottom: 20px;
}

.res-page .res-privacy__lead {
  font-size: 15px;
  line-height: 1.8;
  color: var(--body-gray);
  max-width: 400px;
}

.res-page .std-row {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid #EDF0F4;
}

.res-page .std-row:last-child {
  border-bottom: none;
}

.res-page .std-icon-wrap {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border: 1px solid var(--border-cool);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.res-page .std-icon-wrap svg {
  width: 20px;
  height: 20px;
  stroke: var(--navy);
  fill: none;
  stroke-width: 1.5;
}

.res-page .res-standard-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--charcoal);
  margin-bottom: 6px;
}

.res-page .res-standard-copy {
  font-size: 14px;
  line-height: 1.7;
  color: var(--body-gray);
}

/* CTA */
.res-page .res-cta {
  background: var(--navy);
  position: relative;
  overflow: hidden;
}

.res-page .res-cta__eyebrow {
  margin-bottom: 26px;
}

.res-page .res-cta__title {
  font-size: 40px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -0.3px;
}

.res-page .res-cta__text {
  font-size: 17px;
  color: rgba(255,255,255,0.58);
  line-height: 1.8;
  max-width: 520px;
  margin: 0 auto 48px;
}

.res-page .res-cta__button {
  margin-bottom: 56px;
}

.res-page .res-cta__meta {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 40px;
}

.res-page .cta-stack {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.res-page .res-contact-divider {
  width: 1px;
  height: 32px;
  background: rgba(255,255,255,0.08);
}

.res-page .res-contact-link {
  display: flex;
  align-items: center;
  gap: 14px;
}

.res-page .res-contact-link--phone {
  text-decoration: none;
}

.res-page .res-contact-iconbox {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.res-page .res-contact-iconbox svg {
  width: 20px;
  height: 20px;
  stroke: rgba(255,255,255,0.45);
  fill: none;
  stroke-width: 1.5;
}

.res-page .res-contact-text--phone {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}

.res-page .res-contact-text--location {
  color: rgba(255,255,255,0.5);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Desktop centering */
@media (min-width: 1025px) {
  .res-page .res-process-section__intro {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .res-page .res-process-section__lead {
    margin-left: auto;
    margin-right: auto;
  }

  .res-page .res-success-wrap {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  .res-page .res-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .res-page .res-section-title {
    font-size: 34px;
  }

  .res-page .res-empathy__grid,
  .res-page .res-privacy__grid {
    grid-template-columns: 1fr;
  }

  .res-page .res-empathy__grid {
    gap: 36px;
    align-items: start;
    justify-items: center;
  }

  .res-page .res-empathy__intro,
  .res-page .res-empathy__content {
    width: 100%;
    max-width: 760px;
    text-align: center;
  }

  .res-page .res-empathy__intro .res-eyebrow-row {
    justify-content: center;
  }

  .res-page .res-empathy__content .res-body-copy {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .res-page .res-empathy__stats-wrap {
    text-align: center;
  }

  .res-page .stat-row {
    justify-content: center;
    gap: 44px;
  }

  .res-page .res-process-grid,
  .res-page .res-services__grid {
    grid-template-columns: 1fr;
  }

  .res-page .res-success-copy {
    font-size: 21px;
  }

  .res-page .btn-res {
    width: auto;
    max-width: 640px;
    min-width: 0;
    padding: 16px 28px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .res-page .res-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .res-page .res-container--hero {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .res-page .res-container--section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .res-page .res-container--compact {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .res-page .res-container--cta {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .res-page .res-section-title {
    font-size: 31px;
    line-height: 1.15;
  }

  .res-page .res-card-title {
    font-size: 20px;
  }

  .res-page .res-hero__title {
    font-size: 34px;
    line-height: 1.08;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .res-page .res-hero__text {
    font-size: 16px;
    line-height: 1.75;
    max-width: 100%;
    margin-bottom: 36px;
  }

  .res-page .trust-row {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    max-width: 100%;
  }

  .res-page .trust-item {
    width: 100%;
    justify-content: flex-start;
  }

  .res-page .btn-res {
    width: 100%;
    max-width: 100%;
    padding: 16px 20px;
    font-size: 12px;
    letter-spacing: 1.2px;
    justify-content: space-between;
  }

  .res-page .res-empathy__grid,
  .res-page .res-privacy__grid,
  .res-page .res-process-grid,
  .res-page .res-services__grid {
    grid-template-columns: 1fr;
  }

  .res-page .res-process-section__intro,
  .res-page .res-services__intro {
    margin-bottom: 48px;
  }

  .res-page .stat-row {
    flex-direction: column;
    gap: 24px;
  }

  .res-page .res-privacy__grid {
    gap: 36px;
    align-items: start;
  }

  .res-page .std-row {
    gap: 18px;
    padding: 24px 0;
  }

  .res-page .res-success-copy {
    font-size: 18px;
    line-height: 1.75;
  }

  .res-page .res-cta__button {
    margin-bottom: 40px;
  }

  .res-page .cta-stack {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-align: center;
  }

  .res-page .res-contact-divider {
    display: none;
  }

  .res-page .res-contact-link {
    width: min(280px, 100%);
    max-width: 100%;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-left: auto;
    margin-right: auto;
  }

  .res-page .res-contact-iconbox {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }

  .res-page .res-contact-text {
    margin: 0;
    text-align: left;
    line-height: 1.45;
  }

  .res-page .res-contact-text--phone {
    font-size: 15px;
    letter-spacing: 0.3px;
  }

  .res-page .res-contact-text--location {
    font-size: 14px;
  }

  .res-page .res-eyebrow-row {
    gap: 10px;
    margin-bottom: 18px;
  }

  .res-page .res-eyebrow-line {
    width: 38px;
  }

  .res-page .res-eyebrow {
    font-size: 11px;
    letter-spacing: 1.6px;
  }
}/* End custom CSS */