.elementor-3632 .elementor-element.elementor-element-0c380b0{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-0c380b0 */<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>T-Shape 2 in Murrieta, CA | Non-Invasive Body Contouring | Naturalness Med Spa</title>
  <meta name="description" content="T-Shape 2 combines radiofrequency, laser therapy, vacuum massage, and lymphatic stimulation to tighten skin, reduce stubborn fat, and smooth cellulite with zero downtime. Now at Naturalness Med Spa in Murrieta." />
  <link rel="preconnect" href="https://fonts.googleapis.com" />
  <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&display=swap" rel="stylesheet" />
  <style>
    :root {
      --sage: #556259;
      --brown: #3D3028;
      --blush: #C4927A;
      --blush-light: #c3a08b;
      --cream: #FDFAF8;
      --muted-brown: #6B5548;
      --warm-tan: #a38c7a;
      --border: #ede9e3;
      --text-dark: #2e2e2e;
      --text-mid: #4a4a4a;
      --text-light: #7a6a5a;
      --bg-light: #faf8f5;
      --bg-linen: #f2f2ec;
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }

    body {
      font-family: 'Montserrat', Arial, sans-serif;
      background-color: var(--cream);
      color: var(--text-dark);
      line-height: 1.6;
    }

    /* ── HERO ── */
    .nms-hero {
      position: relative;
      background-color: var(--brown);
      overflow: hidden;
      min-height: 560px;
      display: flex;
      align-items: flex-end;
    }

    .nms-hero__img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top;
      opacity: 0.55;
    }

    .nms-hero__overlay {
      position: relative;
      z-index: 2;
      width: 100%;
      padding: 60px 48px 56px;
      background: linear-gradient(to top, rgba(61,48,40,0.85) 0%, transparent 100%);
    }

    .nms-hero__eyebrow {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--blush-light);
      margin-bottom: 10px;
    }

    .nms-hero__title {
      font-family: 'Cormorant Garamond', Georgia, serif;
      font-size: clamp(38px, 6vw, 64px);
      font-weight: 300;
      color: #ffffff;
      line-height: 1.05;
      letter-spacing: -0.02em;
      margin-bottom: 16px;
      max-width: 640px;
    }

    .nms-hero__sub {
      font-size: 15px;
      font-weight: 400;
      color: rgba(255,255,255,0.82);
      max-width: 520px;
      margin-bottom: 28px;
      line-height: 1.65;
    }

    .nms-btn {
      display: inline-block;
      background-color: var(--blush-light);
      color: #ffffff;
      font-family: 'Montserrat', Arial, sans-serif;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.02em;
      text-decoration: none;
      padding: 14px 32px;
      border-radius: 50px;
      transition: background 0.2s ease, transform 0.15s ease;
    }

    .nms-btn:hover {
      background-color: var(--warm-tan);
      transform: translateY(-1px);
    }

    .nms-btn--sage {
      background-color: var(--sage);
    }
    .nms-btn--sage:hover {
      background-color: #445048;
    }

    /* ── STATS BAR ── */
    .nms-stats {
      background-color: #ffffff;
      border-bottom: 1px solid var(--border);
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 0;
    }

    .nms-stats__item {
      flex: 1;
      min-width: 160px;
      padding: 28px 24px;
      text-align: center;
      border-right: 1px solid var(--border);
    }

    .nms-stats__item:last-child { border-right: none; }

    .nms-stats__label {
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--warm-tan);
      margin-bottom: 6px;
    }

    .nms-stats__value {
      font-family: 'Cormorant Garamond', Georgia, serif;
      font-size: 20px;
      font-weight: 400;
      color: var(--text-dark);
      line-height: 1.2;
    }

    /* ── SECTION WRAPPER ── */
    .nms-section {
      padding: 80px 24px;
      max-width: 1100px;
      margin: 0 auto;
    }

    .nms-section--full {
      max-width: none;
      padding: 0;
    }

    .nms-eyebrow {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--warm-tan);
      margin-bottom: 10px;
    }

    .nms-heading {
      font-family: 'Cormorant Garamond', Georgia, serif;
      font-size: clamp(28px, 4vw, 42px);
      font-weight: 300;
      color: var(--text-dark);
      line-height: 1.2;
      letter-spacing: -0.01em;
      margin-bottom: 16px;
    }

    .nms-subheading {
      font-family: 'Cormorant Garamond', Georgia, serif;
      font-size: 20px;
      font-weight: 400;
      color: var(--text-mid);
      line-height: 1.5;
      margin-bottom: 20px;
    }

    .nms-body {
      font-size: 15px;
      color: var(--text-mid);
      line-height: 1.75;
      margin-bottom: 16px;
    }

    /* ── INTRO SECTION ── */
    .nms-intro {
      background-color: #ffffff;
      padding: 72px 24px;
    }

    .nms-intro__inner {
      max-width: 760px;
      margin: 0 auto;
      text-align: center;
    }

    /* ── FOUR TECH GRID ── */
    .nms-tech {
      background-color: var(--bg-linen);
      padding: 80px 24px;
    }

    .nms-tech__inner {
      max-width: 1100px;
      margin: 0 auto;
    }

    .nms-tech__header {
      text-align: center;
      margin-bottom: 48px;
    }

    .nms-tech__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 20px;
    }

    .nms-tech__card {
      background-color: #ffffff;
      border: 1px solid var(--border);
      border-radius: 16px;
      padding: 32px 28px;
    }

    .nms-tech__num {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--blush-light);
      margin-bottom: 10px;
    }

    .nms-tech__card-title {
      font-family: 'Cormorant Garamond', Georgia, serif;
      font-size: 22px;
      font-weight: 400;
      color: var(--text-dark);
      margin-bottom: 10px;
      line-height: 1.2;
    }

    .nms-tech__card-body {
      font-size: 13px;
      color: var(--text-mid);
      line-height: 1.75;
    }

    /* ── SPLIT SECTION ── */
    .nms-split {
      background-color: #ffffff;
      padding: 80px 24px;
    }

    .nms-split__inner {
      max-width: 1100px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 64px;
      align-items: center;
    }

    .nms-split__inner--reverse { direction: rtl; }
    .nms-split__inner--reverse > * { direction: ltr; }

    .nms-split__img {
      width: 100%;
      border-radius: 16px;
      object-fit: cover;
      aspect-ratio: 4/5;
      display: block;
    }

    .nms-split__content {}

    /* ── AREAS LIST ── */
    .nms-areas {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 6px 24px;
      margin: 20px 0 28px;
    }

    .nms-areas__item {
      font-size: 14px;
      color: var(--text-mid);
      padding: 8px 0;
      border-bottom: 1px solid var(--border);
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .nms-areas__item::before {
      content: '';
      display: inline-block;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: var(--blush-light);
      flex-shrink: 0;
    }

    /* ── BADGES ── */
    .nms-badges {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: 20px 0 28px;
    }

    .nms-badge {
      background-color: var(--bg-linen);
      border: 1px solid var(--border);
      border-radius: 50px;
      padding: 9px 18px;
      font-size: 13px;
      font-weight: 600;
      color: var(--text-dark);
    }

    /* ── DARK BAND ── */
    .nms-band {
      background-color: var(--brown);
      padding: 80px 24px;
      text-align: center;
    }

    .nms-band__inner {
      max-width: 680px;
      margin: 0 auto;
    }

    .nms-band .nms-eyebrow { color: var(--blush-light); }
    .nms-band .nms-heading { color: #ffffff; }
    .nms-band .nms-body { color: rgba(255,255,255,0.75); }

    /* ── FAQ ── */
    .nms-faq {
      background-color: var(--bg-linen);
      padding: 80px 24px;
    }

    .nms-faq__inner {
      max-width: 800px;
      margin: 0 auto;
    }

    .nms-faq__header {
      text-align: center;
      margin-bottom: 48px;
    }

    .nms-faq__item {
      background-color: #ffffff;
      border: 1px solid var(--border);
      border-radius: 12px;
      margin-bottom: 12px;
      overflow: hidden;
    }

    .nms-faq__question {
      width: 100%;
      background: none;
      border: none;
      padding: 22px 24px;
      text-align: left;
      font-family: 'Cormorant Garamond', Georgia, serif;
      font-size: 19px;
      font-weight: 400;
      color: var(--text-dark);
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 16px;
    }

    .nms-faq__question:hover { color: var(--warm-tan); }

    .nms-faq__icon {
      font-size: 22px;
      color: var(--blush-light);
      flex-shrink: 0;
      transition: transform 0.25s ease;
      line-height: 1;
    }

    .nms-faq__answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.35s ease, padding 0.25s ease;
      padding: 0 24px;
    }

    .nms-faq__answer.open {
      max-height: 300px;
      padding: 0 24px 22px;
    }

    .nms-faq__answer p {
      font-size: 14px;
      color: var(--text-mid);
      line-height: 1.75;
    }

    /* ── CTA STRIP ── */
    .nms-cta {
      background-color: var(--warm-tan);
      padding: 64px 24px;
      text-align: center;
    }

    .nms-cta__inner { max-width: 640px; margin: 0 auto; }

    .nms-cta .nms-heading { color: #ffffff; margin-bottom: 12px; }
    .nms-cta .nms-body { color: rgba(255,255,255,0.85); margin-bottom: 28px; }

    .nms-btn--white {
      background-color: #ffffff;
      color: var(--brown);
    }
    .nms-btn--white:hover {
      background-color: var(--cream);
      transform: translateY(-1px);
    }

    /* ── CHERRY ── */
    .nms-cherry {
      background-color: #ffffff;
      border-top: 1px solid var(--border);
      padding: 56px 24px;
      text-align: center;
    }

    .nms-cherry__inner { max-width: 560px; margin: 0 auto; }

    .nms-cherry .nms-eyebrow { margin-bottom: 10px; }
    .nms-cherry .nms-heading { font-size: 28px; margin-bottom: 12px; }
    .nms-cherry .nms-body { margin-bottom: 24px; }

    /* ── RESPONSIVE ── */
    @media (max-width: 768px) {
      .nms-hero__overlay { padding: 40px 24px 48px; }
      .nms-stats__item { min-width: 130px; padding: 20px 16px; }
      .nms-split__inner { grid-template-columns: 1fr; gap: 36px; }
      .nms-split__inner--reverse { direction: ltr; }
      .nms-tech__grid { grid-template-columns: 1fr 1fr; }
    }

    @media (max-width: 520px) {
      .nms-tech__grid { grid-template-columns: 1fr; }
      .nms-areas { grid-template-columns: 1fr; }
      .nms-stats { flex-direction: column; }
      .nms-stats__item { border-right: none; border-bottom: 1px solid var(--border); }
      .nms-stats__item:last-child { border-bottom: none; }
    }
  </style>
</head>
<body>

  <!-- ══════════════════════════════
       HERO
  ══════════════════════════════ -->
  <section class="nms-hero">
    <img
      class="nms-hero__img"
      src="https://naturalnessmedspa.com/wp-content/uploads/2026/05/NMS-Tshape-1.png"
      alt="T-Shape 2 Body Contouring at Naturalness Med Spa Murrieta"
    />
    <div class="nms-hero__overlay">
      <p class="nms-hero__eyebrow">Body</p>
      <h1 class="nms-hero__title">T-Shape 2</h1>
      <p class="nms-hero__sub">Four technologies. One session. Real contouring results with zero downtime and zero needles.</p>
      <a href="https://www.joinblvd.com/b/naturalness/widget#/visit-type" class="nms-btn">Book Now</a>
    </div>
  </section>

  <!-- ══════════════════════════════
       STATS BAR
  ══════════════════════════════ -->
  <div class="nms-stats">
    <div class="nms-stats__item">
      <p class="nms-stats__label">Treatment Type</p>
      <p class="nms-stats__value">Body</p>
    </div>
    <div class="nms-stats__item">
      <p class="nms-stats__label">Treatment Duration</p>
      <p class="nms-stats__value">Thirty to Sixty Minutes</p>
    </div>
    <div class="nms-stats__item">
      <p class="nms-stats__label">Downtime</p>
      <p class="nms-stats__value">None</p>
    </div>
  </div>

  <!-- ══════════════════════════════
       INTRO
  ══════════════════════════════ -->
  <section class="nms-intro">
    <div class="nms-intro__inner">
      <p class="nms-eyebrow">Tighten, Smooth, Transform</p>
      <h2 class="nms-heading">T-Shape 2 to Contour Your Body</h2>
      <p class="nms-subheading">T-Shape 2 at Naturalness Med Spa is one of the most advanced non-invasive body contouring treatments available, combining four technologies in a single session to deliver results that go beyond what any single device can offer.</p>
      <p class="nms-body">Non-invasive body contouring has come a long way. Where most treatments do one thing well, the best ones now combine multiple technologies into a single session to deliver results that are faster, more visible, and more comprehensive. T-Shape 2 is exactly that. It's now part of our service menu for patients who want real, lasting improvements without surgery, needles, or downtime.</p>
      <a href="https://www.joinblvd.com/b/naturalness/widget#/visit-type" class="nms-btn">Book Now</a>
    </div>
  </section>

  <!-- ══════════════════════════════
       FOUR TECHNOLOGIES
  ══════════════════════════════ -->
  <section class="nms-tech">
    <div class="nms-tech__inner">
      <div class="nms-tech__header">
        <p class="nms-eyebrow">How It Works</p>
        <h2 class="nms-heading">Four Technologies. One Session.</h2>
        <p class="nms-body" style="max-width:600px; margin:0 auto;">Each technology targets a different layer of concern. Together they create a compounding effect that addresses fat, skin laxity, and texture simultaneously.</p>
      </div>
      <div class="nms-tech__grid">
        <div class="nms-tech__card">
          <p class="nms-tech__num">01</p>
          <h3 class="nms-tech__card-title">Radiofrequency Energy</h3>
          <p class="nms-tech__card-body">Heats deep skin tissue to stimulate collagen production and improve firmness from the inside out. Targets stubborn fat while tightening overlying skin at the same time.</p>
        </div>
        <div class="nms-tech__card">
          <p class="nms-tech__num">02</p>
          <h3 class="nms-tech__card-title">Low-Level Laser Therapy</h3>
          <p class="nms-tech__card-body">Supports collagen remodeling and cell renewal to smooth texture and reduce localized fat. Works at a cellular level to accelerate results over the course of your series.</p>
        </div>
        <div class="nms-tech__card">
          <p class="nms-tech__num">03</p>
          <h3 class="nms-tech__card-title">Vacuum Massage</h3>
          <p class="nms-tech__card-body">Enhances circulation and visibly reduces the appearance of cellulite. Most patients describe this step as feeling like a warm, relaxing massage. No discomfort, just results.</p>
        </div>
        <div class="nms-tech__card">
          <p class="nms-tech__num">04</p>
          <h3 class="nms-tech__card-title">Lymphatic Stimulation</h3>
          <p class="nms-tech__card-body">Promotes drainage and reduces puffiness for a smoother, more contoured result after every session. Supports the body's natural ability to process and eliminate fat cells.</p>
        </div>
      </div>
    </div>
  </section>

  <!-- ══════════════════════════════
       TREATMENT AREAS — SPLIT
  ══════════════════════════════ -->
  <section class="nms-split">
    <div class="nms-split__inner">
      <div>
        <img
          class="nms-split__img"
          src="https://naturalnessmedspa.com/wp-content/uploads/2026/05/4-819x1024.png"
          alt="T-Shape 2 Treatment Areas Naturalness Med Spa"
        />
      </div>
      <div class="nms-split__content">
        <p class="nms-eyebrow">Treatment Areas</p>
        <h2 class="nms-heading">Targets the spots that never seem to budge.</h2>
        <p class="nms-body">Diet and exercise can't always reach the areas that bother you most. T-Shape 2 treats localized concerns with clinical precision across multiple areas of the body, including the face and neck.</p>
        <div class="nms-areas">
          <div class="nms-areas__item">Abdomen</div>
          <div class="nms-areas__item">Arms</div>
          <div class="nms-areas__item">Flanks</div>
          <div class="nms-areas__item">Buttocks</div>
          <div class="nms-areas__item">Thighs</div>
          <div class="nms-areas__item">Face &amp; Neck</div>
        </div>
        <p class="nms-body">Each treatment plan is customized based on your goals and the specific areas you want to address. No two treatment plans look the same.</p>
        <a href="https://www.joinblvd.com/b/naturalness/widget#/visit-type" class="nms-btn">Book Now</a>
      </div>
    </div>
  </section>

  <!-- ══════════════════════════════
       WHY PATIENTS LOVE IT — SPLIT REVERSE
  ══════════════════════════════ -->
  <section class="nms-split" style="background-color: var(--bg-linen);">
    <div class="nms-split__inner nms-split__inner--reverse">
      <div>
        <img
          class="nms-split__img"
          src="https://naturalnessmedspa.com/wp-content/uploads/2026/05/5-819x1024.png"
          alt="T-Shape 2 Results Body Contouring Naturalness Med Spa Murrieta"
        />
      </div>
      <div class="nms-split__content">
        <p class="nms-eyebrow">Why Patients Love It</p>
        <h2 class="nms-heading">No surgery. No needles. Just your body doing the work at a higher level.</h2>
        <p class="nms-body">Most patients describe T-Shape 2 as feeling like a warm, relaxing massage. There is no pain, no needles, and no anesthesia required. Sessions typically last between 30 and 60 minutes depending on the treatment area.</p>
        <div class="nms-badges">
          <span class="nms-badge">Zero downtime</span>
          <span class="nms-badge">No surgery or anesthesia</span>
          <span class="nms-badge">Feels like a warm massage</span>
          <span class="nms-badge">Results build over time</span>
          <span class="nms-badge">Customized to your goals</span>
        </div>
        <a href="https://www.joinblvd.com/b/naturalness/widget#/visit-type" class="nms-btn">Book Now</a>
      </div>
    </div>
  </section>

  <!-- ══════════════════════════════
       RESULTS DARK BAND
  ══════════════════════════════ -->
  <section class="nms-band">
    <div class="nms-band__inner">
      <p class="nms-eyebrow">What to Expect</p>
      <h2 class="nms-heading">Real results that build over time.</h2>
      <p class="nms-body">Results develop gradually over the course of a full treatment series. Most patients benefit from six to ten sessions, typically spaced one week apart. Some notice improvements in skin texture and firmness within the first few sessions, with full results becoming more visible four to six weeks after completing the series as collagen continues to rebuild.</p>
      <p class="nms-body">T-Shape 2 works best for patients who are near their ideal weight but have specific concerns that have not responded to diet and exercise alone. It is a body refinement treatment, not a weight loss solution. The goal is contouring, smoothing, and tightening.</p>
      <a href="https://www.joinblvd.com/b/naturalness/widget#/visit-type" class="nms-btn" style="margin-top: 12px;">Book a Consultation</a>
    </div>
  </section>

  <!-- ══════════════════════════════
       NATURALNESS TOUCH — SPLIT
  ══════════════════════════════ -->
  <section class="nms-split">
    <div class="nms-split__inner">
      <div>
        <img
          class="nms-split__img"
          src="https://naturalnessmedspa.com/wp-content/uploads/2026/05/6-819x1024.png"
          alt="Naturalness Med Spa T-Shape 2 Personalized Body Contouring Murrieta"
        />
      </div>
      <div class="nms-split__content">
        <p class="nms-eyebrow">The Naturalness Touch</p>
        <h2 class="nms-heading">Experience The Naturalness Touch</h2>
        <p class="nms-body">T-Shape 2 is more than a body treatment. It's a personalized plan built around your specific goals, your lifestyle, and what results actually look realistic for your body.</p>
        <p class="nms-body">At Naturalness Med Spa, every T-Shape 2 treatment plan starts with an honest consultation to make sure it is the right fit for your body and goals. We believe in recommending what will actually work for you, not just what sounds good.</p>
        <p class="nms-body">Our team works closely with you throughout every session, monitoring progress and adjusting your plan as your body responds. The result is a natural, proportional contour that enhances the way you already look.</p>
        <a href="https://www.joinblvd.com/b/naturalness/widget#/visit-type" class="nms-btn">Book Now</a>
      </div>
    </div>
  </section>

  <!-- ══════════════════════════════
       FAQ
  ══════════════════════════════ -->
  <section class="nms-faq">
    <div class="nms-faq__inner">
      <div class="nms-faq__header">
        <p class="nms-eyebrow">FAQ</p>
        <h2 class="nms-heading">Frequently Asked Questions</h2>
      </div>

      <div class="nms-faq__item">
        <button class="nms-faq__question" onclick="toggleFaq(this)">
          Is there any downtime after T-Shape 2?
          <span class="nms-faq__icon">+</span>
        </button>
        <div class="nms-faq__answer">
          <p>None. You can return to your regular activities immediately after each session. Most patients find the treatment relaxing and come in during their lunch break or between errands.</p>
        </div>
      </div>

      <div class="nms-faq__item">
        <button class="nms-faq__question" onclick="toggleFaq(this)">
          How many sessions will I need?
          <span class="nms-faq__icon">+</span>
        </button>
        <div class="nms-faq__answer">
          <p>Most patients benefit from six to ten sessions spaced approximately one week apart. Your treatment plan will be customized based on your goals and the areas being treated. We'll walk you through a realistic timeline during your consultation.</p>
        </div>
      </div>

      <div class="nms-faq__item">
        <button class="nms-faq__question" onclick="toggleFaq(this)">
          What does T-Shape 2 feel like?
          <span class="nms-faq__icon">+</span>
        </button>
        <div class="nms-faq__answer">
          <p>Most patients describe it as a warm, relaxing massage. There are no needles, no anesthesia, and no discomfort. The vacuum massage component creates a gentle suction sensation that most people find comfortable throughout the full session.</p>
        </div>
      </div>

      <div class="nms-faq__item">
        <button class="nms-faq__question" onclick="toggleFaq(this)">
          Who is a good candidate for T-Shape 2?
          <span class="nms-faq__icon">+</span>
        </button>
        <div class="nms-faq__answer">
          <p>T-Shape 2 works best for patients who are near their ideal weight but have stubborn localized fat, mild to moderate skin laxity, cellulite, or loose skin following weight loss or pregnancy. It is a body refinement and contouring treatment, not a weight loss solution. A consultation helps us determine if it's the right fit for your goals.</p>
        </div>
      </div>

      <div class="nms-faq__item">
        <button class="nms-faq__question" onclick="toggleFaq(this)">
          When will I start seeing results?
          <span class="nms-faq__icon">+</span>
        </button>
        <div class="nms-faq__answer">
          <p>Some patients notice improvements in skin texture and firmness within the first few sessions. Full results become more visible four to six weeks after completing the series as collagen continues to rebuild. Results can be maintained with periodic touch-up sessions.</p>
        </div>
      </div>

      <div class="nms-faq__item">
        <button class="nms-faq__question" onclick="toggleFaq(this)">
          Can T-Shape 2 be combined with other treatments?
          <span class="nms-faq__icon">+</span>
        </button>
        <div class="nms-faq__answer">
          <p>Yes. T-Shape 2 pairs well with injectable contouring, EmSlim Neo for muscle definition, and other body treatments depending on your goals. We'll build a comprehensive plan during your consultation to get the most out of your investment.</p>
        </div>
      </div>

    </div>
  </section>

  <!-- ══════════════════════════════
       CTA STRIP
  ══════════════════════════════ -->
  <section class="nms-cta">
    <div class="nms-cta__inner">
      <h2 class="nms-heading">Your body goals are closer than you think.</h2>
      <p class="nms-body">Schedule a consultation and Aura Skin Analysis at Naturalness Med Spa. We'll build a customized T-Shape 2 treatment plan based on your goals, lifestyle, and budget.</p>
      <a href="https://www.joinblvd.com/b/naturalness/widget#/visit-type" class="nms-btn nms-btn--white">Book Your Consultation</a>
      <p style="margin-top: 16px; font-size: 13px; color: rgba(255,255,255,0.8);">Or call us at <a href="tel:9515211153" style="color:#ffffff; font-weight:700;">(951) 521-1153</a></p>
    </div>
  </section>

  <!-- ══════════════════════════════
       CHERRY FINANCING
  ══════════════════════════════ -->
  <section class="nms-cherry">
    <div class="nms-cherry__inner">
      <p class="nms-eyebrow">Financing at Naturalness Med Spa</p>
      <h2 class="nms-heading">Treat Now, Pay Later With Cherry</h2>
      <p class="nms-body">Your body goals shouldn't have to wait until the timing is perfect. We offer Cherry financing so you can start your T-Shape 2 plan now and pay over time with easy application and flexible plans.</p>
      <a href="https://naturalnessmedspa.com/financing/" class="nms-btn">Get Started</a>
    </div>
  </section>

  <script>
    function toggleFaq(btn) {
      const answer = btn.nextElementSibling;
      const icon = btn.querySelector('.nms-faq__icon');
      const isOpen = answer.classList.contains('open');
      // Close all
      document.querySelectorAll('.nms-faq__answer').forEach(a => a.classList.remove('open'));
      document.querySelectorAll('.nms-faq__icon').forEach(i => { i.textContent = '+'; i.style.transform = 'rotate(0deg)'; });
      // Toggle current
      if (!isOpen) {
        answer.classList.add('open');
        icon.textContent = '+';
        icon.style.transform = 'rotate(45deg)';
      }
    }
  </script>

</body>
</html>/* End custom CSS */