.elementor-233 .elementor-element.elementor-element-41cfb13{--display:flex;}.elementor-233 .elementor-element.elementor-element-41cfb13:not(.elementor-motion-effects-element-type-background), .elementor-233 .elementor-element.elementor-element-41cfb13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-233 .elementor-element.elementor-element-520110e{--display:flex;}.elementor-233 .elementor-element.elementor-element-47d2b39{--display:flex;}.elementor-233 .elementor-element.elementor-element-52e82bb{--display:flex;}.elementor-233 .elementor-element.elementor-element-52e82bb:not(.elementor-motion-effects-element-type-background), .elementor-233 .elementor-element.elementor-element-52e82bb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d200b3d *//* =========================================
   ORIGIN HRT — PRICES HERO
   Works with:
   - Elementor container class: trtpriceshero-section
   - Elementor HTML widget class: trtpriceshero-widget
   - HTML wrapper: <section class="trtpriceshero-page">
========================================= */

/* Elementor FIT FIX */
.trtpriceshero-section.e-con{
  padding:0 !important;
}

.trtpriceshero-widget.elementor-widget{
  width:100% !important;
  max-width:100% !important;
  flex:0 0 100% !important;
  align-self:stretch !important;
  margin:0 !important;
}

.trtpriceshero-widget .elementor-widget-container{
  width:100% !important;
  max-width:100% !important;
  padding:0 !important;
  margin:0 !important;
}

/* Font safety */
.trtpriceshero-page,
.trtpriceshero-page *{
  font-family:"Montserrat", sans-serif !important;
  box-sizing:border-box;
  font-synthesis:none;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
}

.trtpriceshero-page{
  background:#ffffff;
}

/* Wrap */
.trtpriceshero-page .trtpriceshero-wrap{
  width:min(1100px, calc(100% - 44px));
  margin:0 auto;
}

/* HERO */
.trtpriceshero-page .trtpriceshero-hero{
  background:#F27F93;
  padding:38px 0;
  color:#ffffff;
}

/* H1 */
.trtpriceshero-page .trtpriceshero-hero__title{
  margin:0;
  text-align:center;
  color:#ffffff;
  font-size:clamp(24px,3vw,36px);
  font-weight:900;
  letter-spacing:-0.03em;
  line-height:1.12;
  text-shadow:0 10px 30px rgba(0,0,0,.12);
}

/* Gold underline */
.trtpriceshero-page .trtpriceshero-hero__title::after{
  content:"";
  display:block;
  width:90px;
  height:3px;
  margin:14px auto 0;
  border-radius:999px;
  background:#C99D3E;
}

/* Mobile */
@media (max-width:680px){
  .trtpriceshero-page .trtpriceshero-wrap{
    width:min(1100px, calc(100% - 28px));
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-373a42c *//* =========================
   ORIGIN HRT PRICING + PLAN DETAILS
   Palette: #F27F93 (pink) | #C99D3E (gold)
   Font: Montserrat
   ========================= */

.hrt-pricing,
.hrt-pricing *,
.hrt-plan-details,
.hrt-plan-details *{
  font-family:"Montserrat", sans-serif !important;
  box-sizing:border-box;
}

/* ---------- PRICING WRAPPER ---------- */
.hrt-pricing{
  max-width:1100px;
  margin:56px auto 28px;
  padding:0 16px;
}

/* Kicker */
.hrt-pricing-kicker{
  text-align:center;
  color:#C99D3E;
  font-weight:750;
  letter-spacing:.02em;
  margin:0 0 6px;
}

/* Title */
.hrt-pricing-title{
  text-align:center;
  color:#F27F93;
  font-weight:900;
  letter-spacing:-0.03em;
  margin:0 0 22px;
  font-size:clamp(26px, 2.5vw, 36px);
}

.hrt-pricing-title::after{
  content:"";
  display:block;
  width:90px;
  height:3px;
  margin:14px auto 0;
  border-radius:999px;
  background:#C99D3E;
}

/* Intro block */
.hrt-pricing-intro{
  max-width:980px;
  margin:0 auto 32px;
  text-align:left;
}

.hrt-pricing-intro p{
  margin:0 0 16px;
  color:rgba(0,0,0,.82);
  font-size:16px;
  line-height:1.9;
}

.hrt-pricing-intro p:last-child{
  margin-bottom:0;
}

/* ---------- GRID ---------- */
.hrt-pricing-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px;
  align-items:stretch;
}

/* ---------- CARD ---------- */
.hrt-price-card{
  background:#fff;
  border-radius:22px;
  border:1px solid rgba(201,157,62,0.26);
  overflow:hidden;
  box-shadow:
    0 22px 56px rgba(201,157,62,0.05),
    0 6px 18px rgba(16,24,40,0.04);
  display:flex;
  flex-direction:column;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.hrt-price-card:hover{
  transform:translateY(-4px);
  box-shadow:
    0 28px 70px rgba(16,24,40,0.08),
    0 10px 22px rgba(16,24,40,0.05);
  border-color:rgba(201,157,62,0.34);
}

/* Featured top card */
.hrt-price-card--featured{
  grid-column:1 / -1;
}

.hrt-price-card--gold{
  border-color:rgba(201,157,62,0.38);
  box-shadow:
    0 26px 64px rgba(201,157,62,0.09),
    0 10px 24px rgba(16,24,40,0.06);
}

/* ---------- CARD BANNER ---------- */
.hrt-card-banner{
  background:#F27F93;
  padding:20px 18px 16px;
  text-align:center;
  position:relative;
}

.hrt-card-banner__year{
  color:#fff;
  font-weight:700;
  font-size:20px;
  letter-spacing:-0.02em;
  text-transform:uppercase;
}

.hrt-card-banner__sub{
  margin-top:6px;
  color:#AAD9D4;
  font-weight:700;
  font-size:14px;
  line-height:1.55;
}

/* Accent underline */
.hrt-card-banner::after{
  content:"";
  display:block;
  width:64px;
  height:2px;
  border-radius:999px;
  background:rgba(201,157,62,0.95);
  margin:12px auto 0;
  opacity:.95;
}

/* ---------- BODY ---------- */
.hrt-price-card__body{
  padding:26px 26px 24px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  flex:1;
}

/* ---------- PRICE ---------- */
.hrt-price{
  margin:4px 0 18px;
}

.hrt-price__value{
  font-size:clamp(40px, 4vw, 54px);
  line-height:1.03;
  font-weight:900;
  letter-spacing:-0.035em;
  color:#F27F93;
}

.hrt-price__currency{
  font-size:20px;
  vertical-align:super;
  margin-right:2px;
  opacity:.95;
}

.hrt-price__period{
  margin-top:6px;
  font-size:13px;
  color:#C99D3E;
  font-weight:850;
  letter-spacing:.02em;
}

.hrt-price__includes-note{
  margin-top:10px;
  font-size:13px;
  font-weight:600;
  line-height:1.5;
  color:rgba(0,0,0,0.66);
  max-width:320px;
}

/* ---------- INCLUDES LIST ---------- */
.hrt-includes{
  list-style:none;
  padding:0;
  margin:10px 0 22px;
  width:100%;
  max-width:360px;
}

.hrt-includes li{
  display:grid;
  grid-template-columns:28px 1fr;
  align-items:center;
  column-gap:12px;
  padding:13px 16px;
  margin-bottom:12px;
  background:rgba(242,127,147,0.035);
  border:1px solid rgba(201,157,62,0.10);
  border-radius:12px;
  font-size:14.5px;
  font-weight:500;
  line-height:1.6;
  color:rgba(0,0,0,0.82);
  text-align:left;
  transition:background .18s ease, border-color .18s ease, transform .18s ease;
}

.hrt-includes li:hover{
  background:rgba(201,157,62,0.06);
  border-color:rgba(201,157,62,0.18);
  transform:translateY(-1px);
}

.hrt-includes li:last-child{
  margin-bottom:0;
}

.hrt-includes li::before{
  content:"✓";
  width:22px;
  height:22px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-weight:900;
  color:#fff;
  background:#AAD9D4;
  box-shadow:0 0 0 3px rgba(242,127,147,0.12);
}

/* ---------- CTA BUTTON ---------- */
.hrt-price-card__cta{
  margin-top:auto;
  width:100%;
  display:flex;
  justify-content:center;
}

.hrt-btn{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  padding:12px 24px;
  border-radius:12px;
  font-size:14px;
  font-weight:750;
  border:1.8px solid rgba(201,157,62,0.55);
  background:#fff !important;
  color:#F27F93 !important;
  text-decoration:none !important;
  min-width:180px;
  max-width:260px;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, color .18s ease, background .18s ease;
}

.hrt-btn:hover{
  border-color:#C99D3E;
  background:#C99D3E !important;
  color:#fff !important;
  transform:translateY(-2px);
  box-shadow:0 12px 26px rgba(16,24,40,0.09);
}

/* ---------- NOTE ---------- */
.hrt-pricing-note{
  text-align:center;
  margin:18px auto 0;
  font-size:14px;
  font-weight:500;
  color:#C99D3E;
  max-width:900px;
}

/* =========================
   PLAN DETAILS
   ========================= */

.hrt-plan-details{
  max-width:1100px;
  margin:30px auto 64px;
  padding:0 16px;
}

.hrt-plan-details__wrap{
  background:#fff;
  border:1px solid rgba(201,157,62,0.18);
  border-radius:22px;
  overflow:hidden;
  box-shadow:
    0 22px 56px rgba(16,24,40,0.06),
    0 6px 18px rgba(16,24,40,0.04);
}

/* Banner header */
.hrt-plan-details__banner{
  background:#F27F93;
  color:#fff;
  text-align:center;
  padding:18px 18px;
  font-weight:700;
  letter-spacing:-0.02em;
  font-size:20px;
  position:relative;
}

.hrt-plan-details__banner::after{
  content:"";
  display:block;
  width:64px;
  height:2px;
  border-radius:999px;
  background:rgba(201,157,62,0.95);
  margin:10px auto 0;
}

/* Grid */
.hrt-plan-details__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  padding:28px;
  align-items:start;
}

.hrt-plan-details__col h3{
  margin:0 0 12px;
  color:#F27F93;
  font-weight:700;
  letter-spacing:-0.03em;
  font-size:clamp(20px, 1.8vw, 24px);
  line-height:1.15;
}

.hrt-plan-details__col ul{
  margin:0;
  padding-left:18px;
  color:rgba(0,0,0,0.82);
  line-height:1.8;
  font-size:14.5px;
  font-weight:480;
}

.hrt-plan-details__col li{
  margin:0 0 10px;
}

/* Notice box */
.hrt-mini-badge{
  margin-top:18px;
  padding:16px 18px;
  border-radius:16px;
  border:1px solid rgba(201,157,62,0.35);
  background:linear-gradient(
    135deg,
    rgba(242,127,147,0.10),
    rgba(201,157,62,0.08)
  );
  color:#F27F93;
  font-size:14px;
  line-height:1.6;
  font-weight:600;
  box-shadow:
    0 16px 34px rgba(201,157,62,0.10),
    0 4px 10px rgba(16,24,40,0.05);
  position:relative;
}

.hrt-mini-badge::before{
  content:"";
  position:absolute;
  left:0;
  top:16px;
  bottom:16px;
  width:4px;
  border-radius:999px;
  background:#C99D3E;
}

/* ---------- MOBILE ---------- */
@media (max-width:768px){
  .hrt-pricing-row{
    grid-template-columns:1fr;
  }

  .hrt-price-card--featured{
    grid-column:auto;
  }

  .hrt-pricing-intro p{
    font-size:15px;
  }

  .hrt-price-card__body{
    padding:22px 18px 20px;
  }

  .hrt-includes{
    max-width:100%;
  }

  .hrt-btn{
    min-width:160px;
    max-width:230px;
  }

  .hrt-plan-details__grid{
    grid-template-columns:1fr;
    padding:20px;
  }

  .hrt-plan-details__banner{
    font-size:18px;
  }
}

/* ---------- REDUCED MOTION ---------- */
@media (prefers-reduced-motion: reduce){
  .hrt-price-card,
  .hrt-btn,
  .hrt-includes li{
    transition:none !important;
  }

  .hrt-price-card:hover,
  .hrt-btn:hover,
  .hrt-includes li:hover{
    transform:none !important;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-47d2b39 *//* =========================
   ORIGIN HRT PRICING + PLAN DETAILS
   Palette: #F27F93 (pink) | #C99D3E (gold)
   Font: Montserrat
   ========================= */

.trt-pricing,
.trt-pricing *,
.trt-plan-details,
.trt-plan-details *{
  font-family:"Montserrat", sans-serif !important;
  box-sizing:border-box;
}

/* ---------- PRICING WRAPPER ---------- */
.trt-pricing{
  max-width:1100px;
  margin:56px auto 28px;
  padding:0 16px;
}

/* Kicker */
.trt-pricing-kicker{
  text-align:center;
  color:#C99D3E;
  font-weight:750;
  letter-spacing:.02em;
  margin:0 0 6px;
}

/* Title */
.trt-pricing-title{
  text-align:center;
  color:#F27F93;
  font-weight:900;
  letter-spacing:-0.03em;
  margin:0 0 22px;
  font-size:clamp(26px, 2.5vw, 36px);
}

.trt-pricing-title::after{
  content:"";
  display:block;
  width:90px;
  height:3px;
  margin:14px auto 0;
  border-radius:999px;
  background:#C99D3E;
}

/* Intro block */
.trt-pricing-intro{
  max-width:980px;
  margin:0 auto 32px;
  text-align:left;
}

.trt-pricing-intro p{
  margin:0 0 16px;
  color:rgba(0,0,0,.82);
  font-size:16px;
  line-height:1.9;
}

.trt-pricing-intro p:last-child{
  margin-bottom:0;
}

/* ---------- GRID ---------- */
.trt-pricing-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px;
  align-items:stretch;
}

/* ---------- CARD ---------- */
.trt-price-card{
  background:#fff;
  border-radius:22px;
  border:1px solid rgba(201,157,62,0.26);
  overflow:hidden;
  box-shadow:
    0 22px 56px rgba(201,157,62,0.05),
    0 6px 18px rgba(16,24,40,0.04);
  display:flex;
  flex-direction:column;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.trt-price-card:hover{
  transform:translateY(-4px);
  box-shadow:
    0 28px 70px rgba(16,24,40,0.08),
    0 10px 22px rgba(16,24,40,0.05);
  border-color:rgba(201,157,62,0.34);
}

/* Featured */
.trt-price-card--featured{
  border-color:rgba(201,157,62,0.26);
  box-shadow:
    0 22px 56px rgba(201,157,62,0.05),
    0 6px 18px rgba(16,24,40,0.04);
}

/* ---------- CARD BANNER ---------- */
.trt-card-banner{
  background:#F27F93;
  padding:20px 18px 16px;
  text-align:center;
  position:relative;
}

.trt-card-banner__year{
  color:#fff;
  font-weight:700;
  font-size:20px;
  letter-spacing:-0.02em;
}

.trt-card-banner__sub{
  margin-top:6px;
  color:#C99D3E;
  font-weight:700;
  font-size:14px;
  line-height:1.55;
}

/* Accent underline */
.trt-card-banner::after{
  content:"";
  display:block;
  width:64px;
  height:2px;
  border-radius:999px;
  background:rgba(201,157,62,0.95);
  margin:12px auto 0;
  opacity:.95;
}

/* ---------- BODY ---------- */
.trt-price-card__body{
  padding:26px 26px 24px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  flex:1;
}

/* ---------- PRICE ---------- */
.trt-price{
  margin:4px 0 18px;
}

.trt-price__value{
  font-size:clamp(40px, 4vw, 54px);
  line-height:1.03;
  font-weight:900;
  letter-spacing:-0.035em;
  color:#F27F93;
}

.trt-price__currency{
  font-size:20px;
  vertical-align:super;
  margin-right:2px;
  opacity:.95;
}

.trt-price__period{
  margin-top:6px;
  font-size:13px;
  color:#C99D3E;
  font-weight:850;
  letter-spacing:.02em;
}

.trt-price__includes-note{
  margin-top:10px;
  font-size:13px;
  font-weight:600;
  line-height:1.5;
  color:rgba(0,0,0,0.66);
  max-width:320px;
}

/* ---------- INCLUDES LIST ---------- */
.trt-includes{
  list-style:none;
  padding:0;
  margin:10px 0 22px;
  width:100%;
  max-width:360px;
}

.trt-includes li{
  display:grid;
  grid-template-columns:28px 1fr;
  align-items:center;
  column-gap:12px;
  padding:13px 16px;
  margin-bottom:12px;
  background:rgba(242,127,147,0.035);
  border:1px solid rgba(201,157,62,0.10);
  border-radius:12px;
  font-size:14.5px;
  font-weight:500;
  line-height:1.6;
  color:rgba(0,0,0,0.82);
  text-align:left;
  transition:background .18s ease, border-color .18s ease, transform .18s ease;
}

.trt-includes li:hover{
  background:rgba(201,157,62,0.06);
  border-color:rgba(201,157,62,0.18);
  transform:translateY(-1px);
}

.trt-includes li:last-child{
  margin-bottom:0;
}

.trt-includes li::before{
  content:"✓";
  width:22px;
  height:22px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-weight:900;
  color:#fff;
  background:#F27F93;
  box-shadow:0 0 0 3px rgba(242,127,147,0.12);
}

/* ---------- CTA BUTTON ---------- */
.trt-price-card__cta{
  margin-top:auto;
  width:100%;
  display:flex;
  justify-content:center;
}

.trt-btn{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  padding:12px 24px;
  border-radius:12px;
  font-size:14px;
  font-weight:750;
  border:1.8px solid rgba(201,157,62,0.55);
  background:#fff !important;
  color:#F27F93 !important;
  text-decoration:none !important;
  min-width:180px;
  max-width:260px;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, color .18s ease, background .18s ease;
}

.trt-btn:hover{
  border-color:#C99D3E;
  background:#C99D3E !important;
  color:#fff !important;
  transform:translateY(-2px);
  box-shadow:0 12px 26px rgba(16,24,40,0.09);
}

/* ---------- NOTE ---------- */
.trt-pricing-note{
  text-align:center;
  margin:18px auto 0;
  font-size:14px;
  font-weight:500;
  color:#C99D3E;
  max-width:900px;
}

/* =========================
   PLAN DETAILS
   ========================= */

.trt-plan-details{
  max-width:1100px;
  margin:30px auto 64px;
  padding:0 16px;
}

.trt-plan-details__wrap{
  background:#fff;
  border:1px solid rgba(201,157,62,0.18);
  border-radius:22px;
  overflow:hidden;
  box-shadow:
    0 22px 56px rgba(16,24,40,0.06),
    0 6px 18px rgba(16,24,40,0.04);
}

/* Banner header */
.trt-plan-details__banner{
  background:#F27F93;
  color:#fff;
  text-align:center;
  padding:18px 18px;
  font-weight:700;
  letter-spacing:-0.02em;
  font-size:20px;
  position:relative;
}

.trt-plan-details__banner::after{
  content:"";
  display:block;
  width:64px;
  height:2px;
  border-radius:999px;
  background:rgba(201,157,62,0.95);
  margin:10px auto 0;
}

/* Grid */
.trt-plan-details__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  padding:28px;
  align-items:start;
}

.trt-plan-details__col h3{
  margin:0 0 12px;
  color:#F27F93;
  font-weight:700;
  letter-spacing:-0.03em;
  font-size:clamp(20px, 1.8vw, 24px);
  line-height:1.15;
}

.trt-plan-details__col ul{
  margin:0;
  padding-left:18px;
  color:rgba(0,0,0,0.82);
  line-height:1.8;
  font-size:14.5px;
  font-weight:480;
}

.trt-plan-details__col li{
  margin:0 0 10px;
}

/* Notice box */
.trt-mini-badge{
  margin-top:18px;
  padding:16px 18px;
  border-radius:16px;
  border:1px solid rgba(201,157,62,0.35);
  background:linear-gradient(
    135deg,
    rgba(242,127,147,0.10),
    rgba(201,157,62,0.08)
  );
  color:#F27F93;
  font-size:14px;
  line-height:1.6;
  font-weight:600;
  box-shadow:
    0 16px 34px rgba(201,157,62,0.10),
    0 4px 10px rgba(16,24,40,0.05);
  position:relative;
}

.trt-mini-badge::before{
  content:"";
  position:absolute;
  left:0;
  top:16px;
  bottom:16px;
  width:4px;
  border-radius:999px;
  background:#C99D3E;
}

/* ---------- MOBILE ---------- */
@media (max-width:768px){
  .trt-pricing-row{
    grid-template-columns:1fr;
  }

  .trt-pricing-intro p{
    font-size:15px;
  }

  .trt-price-card__body{
    padding:22px 18px 20px;
  }

  .trt-includes{
    max-width:100%;
  }

  .trt-btn{
    min-width:160px;
    max-width:230px;
  }

  .trt-plan-details__grid{
    grid-template-columns:1fr;
    padding:20px;
  }

  .trt-plan-details__banner{
    font-size:18px;
  }
}

/* ---------- REDUCED MOTION ---------- */
@media (prefers-reduced-motion: reduce){
  .trt-price-card,
  .trt-btn,
  .trt-includes li{
    transition:none !important;
  }

  .trt-price-card:hover,
  .trt-btn:hover,
  .trt-includes li:hover{
    transform:none !important;
  }
}/* End custom CSS */