/* Start custom CSS for html, class: .elementor-element-a956f03 */body{
    overflow: hidden;
}
/* =========================================================
   ALICIA BEAUTY
   RADIOFREQUENCY (RF) FACIAL REJUVENATION
   Prefix: ab-rff-
========================================================= */

.ab-rff-page {
  --ab-rff-bg: #FFFDF8;
  --ab-rff-soft: #FCFAF8;
  --ab-rff-text: #2D2D2D;
  --ab-rff-muted: #666666;
  --ab-rff-accent: #BB8B65;
  --ab-rff-border: rgba(187, 139, 101, 0.22);
  --ab-rff-dark: #2F2926;

  background: var(--ab-rff-bg);
  color: var(--ab-rff-text);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  overflow-x: clip;
}

.ab-rff-page *,
.ab-rff-page *::before,
.ab-rff-page *::after {
  box-sizing: border-box;
}

.ab-rff-page img {
  display: block;
  width: 100%;
}

.ab-rff-page h1,
.ab-rff-page h2,
.ab-rff-page h3,
.ab-rff-page p {
  margin-top: 0;
}

.ab-rff-page h1,
.ab-rff-page h2,
.ab-rff-page h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--ab-rff-text);
  font-weight: 500;
}

.ab-rff-page h1 em,
.ab-rff-page h2 em {
  color: var(--ab-rff-accent);
  font-weight: 500;
}

.ab-rff-container {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}


/* =========================================================
   SHARED
========================================================= */

.ab-rff-section {
  padding: 110px 0;
}

.ab-rff-section-soft {
  background: var(--ab-rff-soft);
}

.ab-rff-kicker {
  display: block;
  margin-bottom: 17px;
  color: var(--ab-rff-accent);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ab-rff-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
  color: var(--ab-rff-accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.ab-rff-eyebrow i {
  font-size: 14px;
}

.ab-rff-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  min-height: 56px;
  padding: 14px 28px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.3px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    opacity 0.25s ease;
}

.ab-rff-btn:hover {
  transform: translateY(-2px);
}

.ab-rff-btn-primary {
  color: #fff !important;
  background: linear-gradient(
    135deg,
    #9C6048 0%,
    #E6C1AA 50%,
    #B77A5F 100%
  ) !important;
  box-shadow: 0 12px 30px rgba(156, 96, 72, 0.18);
}

.ab-rff-btn-primary:hover {
  color: #fff !important;
  box-shadow: 0 17px 36px rgba(156, 96, 72, 0.25);
}


/* =========================================================
   HERO
========================================================= */

.ab-rff-hero {
  position: relative;
  padding: 95px 0 80px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 88% 18%,
      rgba(187, 139, 101, 0.10),
      transparent 28%
    ),
    var(--ab-rff-bg);
}

.ab-rff-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 7%;
  width: 1px;
  height: 170px;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(187, 139, 101, 0.35)
  );
}

.ab-rff-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  gap: 80px;
  align-items: center;
}

.ab-rff-hero-content h1 {
  max-width: 720px;
  margin-bottom: 28px;
  font-size: clamp(54px, 5vw, 78px);
  line-height: 0.98;
  letter-spacing: -1.7px;
}

.ab-rff-hero-lead {
  max-width: 670px;
  margin-bottom: 34px;
  color: var(--ab-rff-muted);
  font-size: 19px;
  line-height: 1.8;
}

.ab-rff-hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 52px;
}

.ab-rff-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ab-rff-text) !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.ab-rff-text-link i {
  color: var(--ab-rff-accent);
  transition: transform 0.2s ease;
}

.ab-rff-text-link:hover i {
  transform: translateY(3px);
}

.ab-rff-hero-trust {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.ab-rff-trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ab-rff-trust-icon {
  display: flex;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ab-rff-border);
  border-radius: 50%;
  color: var(--ab-rff-accent);
  background: #fff;
  font-size: 14px;
}

.ab-rff-trust-item strong,
.ab-rff-trust-item span {
  display: block;
}

.ab-rff-trust-item strong {
  margin-bottom: 2px;
  color: var(--ab-rff-text);
  font-size: 13px;
  line-height: 1.4;
}

.ab-rff-trust-item div > span {
  color: var(--ab-rff-muted);
  font-size: 11px;
  line-height: 1.4;
}


/* Hero Image */

.ab-rff-hero-visual {
  position: relative;
  padding: 0 25px 34px 0;
}

.ab-rff-hero-visual::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 78%;
  height: 82%;
  border: 1px solid rgba(187, 139, 101, 0.27);
}

.ab-rff-image-frame {
  position: relative;
  z-index: 2;
  overflow: hidden;
  min-height: 610px;
  background: #eee9e5;
}

.ab-rff-image-frame img {
  height: 610px;
  object-fit: cover;
  object-position: center;
}

.ab-rff-floating-card {
  position: absolute;
  z-index: 4;
  left: -45px;
  bottom: 5px;
  display: flex;
  width: 265px;
  align-items: center;
  gap: 14px;
  padding: 18px;
  background: rgba(255, 253, 248, 0.97);
  border: 1px solid var(--ab-rff-border);
  box-shadow: 0 18px 45px rgba(45, 45, 45, 0.10);
}

.ab-rff-floating-icon {
  display: flex;
  width: 45px;
  height: 45px;
  flex: 0 0 45px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--ab-rff-accent);
  font-size: 15px;
}

.ab-rff-floating-card strong,
.ab-rff-floating-card div span {
  display: block;
}

.ab-rff-floating-card strong {
  margin-bottom: 2px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 18px;
  line-height: 1.3;
}

.ab-rff-floating-card div span {
  color: var(--ab-rff-muted);
  font-size: 11px;
  line-height: 1.5;
}


/* =========================================================
   FEATURE STRIP
========================================================= */

.ab-rff-feature-strip {
  border-top: 1px solid var(--ab-rff-border);
  border-bottom: 1px solid var(--ab-rff-border);
  background: var(--ab-rff-soft);
}

.ab-rff-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.ab-rff-feature {
  display: flex;
  min-height: 150px;
  align-items: center;
  gap: 20px;
  padding: 30px 36px;
  border-right: 1px solid var(--ab-rff-border);
}

.ab-rff-feature:last-child {
  border-right: 0;
}

.ab-rff-feature > span {
  color: rgba(187, 139, 101, 0.48);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
  line-height: 1;
}

.ab-rff-feature strong {
  display: block;
  margin-bottom: 5px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 600;
}

.ab-rff-feature p {
  margin: 0;
  color: var(--ab-rff-muted);
  font-size: 13px;
  line-height: 1.6;
}


/* =========================================================
   INTRO
========================================================= */

.ab-rff-intro-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 100px;
}

.ab-rff-section-heading h2,
.ab-rff-split-content h2,
.ab-rff-concerns-heading h2,
.ab-rff-suitability-content h2,
.ab-rff-faq-heading h2 {
  margin-bottom: 25px;
  font-size: clamp(42px, 4vw, 60px);
  line-height: 1.08;
  letter-spacing: -0.8px;
}

.ab-rff-intro-copy p {
  color: var(--ab-rff-muted);
}

.ab-rff-intro-copy .ab-rff-large-copy {
  margin-bottom: 24px;
  color: var(--ab-rff-text);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 27px;
  line-height: 1.55;
}


/* =========================================================
   SPLIT SECTION
========================================================= */

.ab-rff-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: 90px;
  align-items: center;
}

.ab-rff-treatment-image {
  position: relative;
  padding: 0 0 34px 34px;
}

.ab-rff-treatment-image::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72%;
  height: 75%;
  border: 1px solid var(--ab-rff-border);
}

.ab-rff-treatment-image > img {
  position: relative;
  z-index: 2;
  height: 590px;
  object-fit: cover;
}

.ab-rff-image-caption {
  position: absolute;
  z-index: 4;
  right: -20px;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 17px 22px;
  background: var(--ab-rff-bg);
  border: 1px solid var(--ab-rff-border);
  box-shadow: 0 14px 35px rgba(45, 45, 45, 0.08);
}

.ab-rff-image-caption i {
  color: var(--ab-rff-accent);
  font-size: 23px;
}

.ab-rff-image-caption span {
  color: var(--ab-rff-muted);
  font-size: 11px;
  line-height: 1.5;
}

.ab-rff-image-caption strong {
  display: block;
  color: var(--ab-rff-text);
  font-size: 13px;
}

.ab-rff-split-content > p {
  color: var(--ab-rff-muted);
}

.ab-rff-mini-points {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.ab-rff-mini-points div {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ab-rff-text);
  font-size: 15px;
  font-weight: 600;
}

.ab-rff-mini-points i {
  display: flex;
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ab-rff-border);
  border-radius: 50%;
  color: var(--ab-rff-accent);
  font-size: 10px;
}


/* =========================================================
   CENTER HEADING
========================================================= */

.ab-rff-centered-heading {
  max-width: 780px;
  margin: 0 auto 58px;
  text-align: center;
}

.ab-rff-centered-heading h2 {
  margin-bottom: 20px;
  font-size: clamp(43px, 4.2vw, 62px);
  line-height: 1.08;
}

.ab-rff-centered-heading p {
  max-width: 680px;
  margin: 0 auto;
  color: var(--ab-rff-muted);
}


/* =========================================================
   BENEFITS
========================================================= */

.ab-rff-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ab-rff-border);
  border-left: 1px solid var(--ab-rff-border);
}

.ab-rff-benefit-card {
  position: relative;
  min-height: 330px;
  padding: 42px 35px;
  border-right: 1px solid var(--ab-rff-border);
  border-bottom: 1px solid var(--ab-rff-border);
  background: var(--ab-rff-bg);
  transition:
    background 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.ab-rff-benefit-card:hover {
  z-index: 2;
  background: var(--ab-rff-soft);
  box-shadow: 0 18px 40px rgba(45, 45, 45, 0.06);
  transform: translateY(-4px);
}

.ab-rff-card-number {
  position: absolute;
  top: 24px;
  right: 26px;
  color: rgba(187, 139, 101, 0.35);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
}

.ab-rff-card-icon {
  display: flex;
  width: 55px;
  height: 55px;
  margin-bottom: 28px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ab-rff-border);
  border-radius: 50%;
  color: var(--ab-rff-accent);
  font-size: 18px;
}

.ab-rff-benefit-card h3 {
  margin-bottom: 13px;
  font-size: 27px;
  line-height: 1.2;
}

.ab-rff-benefit-card p {
  margin-bottom: 0;
  color: var(--ab-rff-muted);
  font-size: 15px;
  line-height: 1.75;
}


/* =========================================================
   DARK CONCERNS
========================================================= */

.ab-rff-section-dark {
  position: relative;
  overflow: hidden;
  background: var(--ab-rff-dark);
  color: rgba(255, 255, 255, 0.74);
}

.ab-rff-section-dark::after {
  content: "";
  position: absolute;
  top: -180px;
  right: -180px;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(187, 139, 101, 0.13);
  border-radius: 50%;
}

.ab-rff-kicker-light {
  color: #D9B79D;
}

.ab-rff-concerns-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 110px;
  align-items: start;
}

.ab-rff-concerns-heading h2 {
  color: #fff;
}

.ab-rff-concerns-heading h2 em {
  color: #D9B79D;
}

.ab-rff-concerns-heading p {
  color: rgba(255, 255, 255, 0.67);
}

.ab-rff-concern-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.ab-rff-concern {
  min-height: 135px;
  padding: 27px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ab-rff-concern span {
  display: block;
  margin-bottom: 15px;
  color: #D9B79D;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
}

.ab-rff-concern p {
  margin: 0;
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  line-height: 1.3;
}


/* =========================================================
   PROCESS
========================================================= */

.ab-rff-process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.ab-rff-process-grid::before {
  content: "";
  position: absolute;
  top: 31px;
  left: 8%;
  right: 8%;
  height: 1px;
  background: var(--ab-rff-border);
}

.ab-rff-process-card {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  text-align: center;
}

.ab-rff-process-number {
  display: flex;
  width: 62px;
  height: 62px;
  margin: 0 auto 26px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ab-rff-border);
  border-radius: 50%;
  color: var(--ab-rff-accent);
  background: var(--ab-rff-bg);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 21px;
}

.ab-rff-process-card h3 {
  margin-bottom: 12px;
  font-size: 28px;
}

.ab-rff-process-card p {
  margin-bottom: 0;
  color: var(--ab-rff-muted);
  font-size: 14px;
  line-height: 1.7;
}

.ab-rff-duration-note {
  display: flex;
  max-width: 750px;
  margin: 65px auto 0;
  align-items: center;
  gap: 20px;
  padding: 24px 30px;
  border: 1px solid var(--ab-rff-border);
  background: var(--ab-rff-soft);
}

.ab-rff-duration-note > i {
  color: var(--ab-rff-accent);
  font-size: 28px;
}

.ab-rff-duration-note strong {
  display: block;
  margin-bottom: 3px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 21px;
}

.ab-rff-duration-note p {
  margin: 0;
  color: var(--ab-rff-muted);
  font-size: 13px;
  line-height: 1.6;
}


/* =========================================================
   SUITABILITY
========================================================= */

.ab-rff-suitability {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 100px;
  align-items: center;
}

.ab-rff-suitability-content p {
  color: var(--ab-rff-muted);
}

.ab-rff-suitability-content .ab-rff-btn {
  margin-top: 15px;
}

.ab-rff-suitability-card {
  position: relative;
  padding: 45px;
  border: 1px solid var(--ab-rff-border);
  background: var(--ab-rff-bg);
  box-shadow: 20px 20px 0 rgba(187, 139, 101, 0.07);
}

.ab-rff-small-label {
  display: block;
  margin-bottom: 15px;
  color: var(--ab-rff-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.ab-rff-suitability-card h3 {
  margin-bottom: 25px;
  font-size: 32px;
}

.ab-rff-suitability-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ab-rff-suitability-card li {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px 0;
  border-bottom: 1px solid var(--ab-rff-border);
  color: var(--ab-rff-muted);
  font-size: 15px;
}

.ab-rff-suitability-card li:last-child {
  border-bottom: 0;
}

.ab-rff-suitability-card li i {
  color: var(--ab-rff-accent);
  font-size: 11px;
}


/* =========================================================
   FAQ
========================================================= */

.ab-rff-faq-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 100px;
  align-items: start;
}

.ab-rff-faq-heading {
  position: sticky;
  top: 40px;
}

.ab-rff-faq-heading p {
  color: var(--ab-rff-muted);
}

.ab-rff-accordion {
  border-top: 1px solid var(--ab-rff-border);
}

.ab-rff-faq-item {
  border-bottom: 1px solid var(--ab-rff-border);
}

.ab-rff-faq-item summary {
  position: relative;
  display: flex;
  min-height: 80px;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 22px 48px 22px 0;
  color: var(--ab-rff-text);
  cursor: pointer;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.35;
  list-style: none;
}

.ab-rff-faq-item summary::-webkit-details-marker {
  display: none;
}

.ab-rff-faq-item summary span {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
}

.ab-rff-faq-item summary span::before,
.ab-rff-faq-item summary span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--ab-rff-accent);
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease;
}

.ab-rff-faq-item summary span::before {
  width: 16px;
  height: 1px;
}

.ab-rff-faq-item summary span::after {
  width: 1px;
  height: 16px;
}

.ab-rff-faq-item[open] summary span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.ab-rff-faq-answer {
  padding: 0 55px 25px 0;
}

.ab-rff-faq-answer p {
  margin: 0;
  color: var(--ab-rff-muted);
  font-size: 15px;
  line-height: 1.8;
}


/* =========================================================
   FINAL CTA
========================================================= */

.ab-rff-final {
  position: relative;
  overflow: hidden;
  padding: 105px 0;
  background: var(--ab-rff-dark);
  text-align: center;
}

.ab-rff-final::before,
.ab-rff-final::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(187, 139, 101, 0.12);
  border-radius: 50%;
}

.ab-rff-final::before {
  top: -230px;
  left: -160px;
  width: 500px;
  height: 500px;
}

.ab-rff-final::after {
  right: -150px;
  bottom: -280px;
  width: 550px;
  height: 550px;
}

.ab-rff-final-inner {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0 auto;
}

.ab-rff-final h2 {
  margin-bottom: 23px;
  color: #fff;
  font-size: clamp(45px, 4.7vw, 67px);
  line-height: 1.05;
}

.ab-rff-final h2 em {
  color: #D9B79D;
}

.ab-rff-final p {
  max-width: 660px;
  margin: 0 auto 32px;
  color: rgba(255, 255, 255, 0.69);
}

.ab-rff-btn-light {
  color: var(--ab-rff-text) !important;
  background: #FFFDF8;
}

.ab-rff-btn-light:hover {
  color: var(--ab-rff-text) !important;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

  .ab-rff-section {
    padding: 85px 0;
  }

  .ab-rff-hero-grid {
    grid-template-columns: 1fr 0.85fr;
    gap: 50px;
  }

  .ab-rff-hero-content h1 {
    font-size: 56px;
  }

  .ab-rff-hero-trust {
    gap: 20px;
  }

  .ab-rff-image-frame,
  .ab-rff-image-frame img {
    height: 530px;
    min-height: 530px;
  }

  .ab-rff-floating-card {
    left: -25px;
  }

  .ab-rff-intro-grid,
  .ab-rff-split,
  .ab-rff-concerns-grid,
  .ab-rff-suitability,
  .ab-rff-faq-grid {
    gap: 60px;
  }

  .ab-rff-benefit-card {
    padding: 35px 27px;
  }

  .ab-rff-process-card {
    padding: 0 8px;
  }

}


/* =========================================================
   TABLET / SMALL LAPTOP
========================================================= */

@media (max-width: 900px) {

  .ab-rff-hero {
    padding-top: 75px;
  }

  .ab-rff-hero-grid {
    grid-template-columns: 1fr;
  }

  .ab-rff-hero-content {
    max-width: 760px;
  }

  .ab-rff-hero-visual {
    max-width: 650px;
    margin: 15px auto 0;
  }

  .ab-rff-feature-grid {
    grid-template-columns: 1fr;
  }

  .ab-rff-feature {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--ab-rff-border);
  }

  .ab-rff-feature:last-child {
    border-bottom: 0;
  }

  .ab-rff-intro-grid,
  .ab-rff-split,
  .ab-rff-concerns-grid,
  .ab-rff-suitability,
  .ab-rff-faq-grid {
    grid-template-columns: 1fr;
  }

  .ab-rff-benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ab-rff-process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 25px;
  }

  .ab-rff-process-grid::before {
    display: none;
  }

  .ab-rff-faq-heading {
    position: static;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .ab-rff-page {
    font-size: 17px;
    line-height: 1.78;
  }

  .ab-rff-container {
    width: min(100% - 34px, 1240px);
  }

  .ab-rff-section {
    padding: 70px 0;
  }

  .ab-rff-hero {
    padding: 60px 0 65px;
  }

  .ab-rff-eyebrow {
    margin-bottom: 20px;
    font-size: 11px;
    letter-spacing: 1.4px;
  }

  .ab-rff-hero-content h1 {
    margin-bottom: 22px;
    font-size: clamp(43px, 13vw, 57px);
    line-height: 1;
    letter-spacing: -1px;
  }

  .ab-rff-hero-lead {
    font-size: 17px;
    line-height: 1.75;
  }

  .ab-rff-hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 42px;
  }

  .ab-rff-btn {
    width: 100%;
    min-height: 57px;
  }

  .ab-rff-hero-trust {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ab-rff-hero-visual {
    padding: 0 13px 24px 0;
  }

  .ab-rff-image-frame,
  .ab-rff-image-frame img {
    height: 440px;
    min-height: 440px;
  }

  .ab-rff-floating-card {
    position: relative;
    left: 0;
    bottom: auto;
    width: calc(100% - 25px);
    margin: -35px 0 0 13px;
  }

  .ab-rff-feature {
    padding: 25px 10px;
  }

  .ab-rff-intro-grid,
  .ab-rff-split,
  .ab-rff-concerns-grid,
  .ab-rff-suitability,
  .ab-rff-faq-grid {
    gap: 45px;
  }

  .ab-rff-section-heading h2,
  .ab-rff-split-content h2,
  .ab-rff-concerns-heading h2,
  .ab-rff-suitability-content h2,
  .ab-rff-faq-heading h2,
  .ab-rff-centered-heading h2 {
    font-size: 42px;
    line-height: 1.06;
  }

  .ab-rff-intro-copy .ab-rff-large-copy {
    font-size: 24px;
  }

  .ab-rff-treatment-image {
    padding: 0 0 20px 18px;
  }

  .ab-rff-treatment-image > img {
    height: 440px;
  }

  .ab-rff-image-caption {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 20px);
    margin: -30px 0 0 20px;
  }

  .ab-rff-centered-heading {
    margin-bottom: 42px;
    text-align: left;
  }

  .ab-rff-centered-heading p {
    margin: 0;
  }

  .ab-rff-benefit-grid {
    grid-template-columns: 1fr;
  }

  .ab-rff-benefit-card {
    min-height: auto;
    padding: 35px 28px;
  }

  .ab-rff-concern-list {
    grid-template-columns: 1fr;
  }

  .ab-rff-concern {
    min-height: auto;
  }

  .ab-rff-process-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .ab-rff-process-card {
    padding: 0;
    text-align: left;
  }

  .ab-rff-process-number {
    margin: 0 0 20px;
  }

  .ab-rff-process-card p {
    font-size: 15px;
  }

  .ab-rff-duration-note {
    align-items: flex-start;
    margin-top: 45px;
    padding: 22px;
  }

  .ab-rff-suitability-card {
    padding: 32px 25px;
    box-shadow: 10px 10px 0 rgba(187, 139, 101, 0.07);
  }

  .ab-rff-faq-item summary {
    min-height: 74px;
    padding-right: 40px;
    font-size: 20px;
  }

  .ab-rff-faq-answer {
    padding-right: 20px;
  }

  .ab-rff-final {
    padding: 75px 0;
  }

  .ab-rff-final h2 {
    font-size: 43px;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

  .ab-rff-container {
    width: calc(100% - 28px);
  }

  .ab-rff-hero-content h1 {
    font-size: 41px;
  }

  .ab-rff-section-heading h2,
  .ab-rff-split-content h2,
  .ab-rff-concerns-heading h2,
  .ab-rff-suitability-content h2,
  .ab-rff-faq-heading h2,
  .ab-rff-centered-heading h2,
  .ab-rff-final h2 {
    font-size: 38px;
  }

  .ab-rff-image-frame,
  .ab-rff-image-frame img,
  .ab-rff-treatment-image > img {
    height: 390px;
    min-height: 390px;
  }

}/* End custom CSS */