/* Add this at the very top of your CSS */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Merriweather:wght@400;700&display=swap');

/* =========================
RCHR Booking
========================= */

.rchr{
  /* Tokens */
  --rchr-teal:#37b0c9;
  --rchr-ink:#1b1f24;
  --rchr-muted:#5b6773;
  --rchr-bg:#ffffff;
  --rchr-card:#f0f9fb;
  --rchr-border:rgba(16, 24, 40, 0.10);
  --rchr-shadow:0 10px 30px rgba(16, 24, 40, 0.10);
  --rchr-radius:18px;
  --rchr-max:1120px;
  --rchr-gap:22px;

  color:var(--rchr-ink);
  background:var(--rchr-bg);

  /* Lato scoped to module */
  font-family:"Lato", Arial, Helvetica, sans-serif;
}

.rchr, .rchr *{
  font-family:"Lato", Arial, Helvetica, sans-serif;
}

/* Layout */
.rchr__container{
  width:min(100%, var(--rchr-max));
  margin:0 auto;
  padding: clamp(28px, 4vw, 56px) 20px;
}

/* sec1 */
.rchr__intro{
  display:grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(18px, 3vw, 40px);
/*   align-items:start; */
  align-items:stretch; /* added so hero image fills space */  
   margin-bottom: 40px;
}

.rchr__eyebrow{
  font-size:13px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--rchr-muted);
  margin:0 0 10px;
}

.rchr__h1{
  font-size: clamp(30px, 3.2vw, 46px);
  line-height:1.08;
  margin:0 0 14px;
}

.rchr__h2{
  font-size: clamp(22px, 2.3vw, 32px);
  line-height:1.15;
  margin:0 0 10px;
}

.rchr__h3{
  font-size:18px;
  line-height:1.2;
  margin:0;
}

.rchr__para{
  font-size:16px;
  line-height:1.65;
  color:var(--rchr-muted);
  margin:0 0 14px;
  max-width: 62ch;
}

.rchr__para--center{
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

/* Trust pills */
.rchr__trust{
/*   display:flex; */
/*   flex-wrap:wrap; */
/*   gap:12px 14px; */
/*   margin-top:18px; */
    display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
}

.rchr__trust-item{
/*   display:flex; */
/*   align-items:center; */
/*   gap:10px; */
/*   padding:10px 12px; */
/*   border:1px solid var(--rchr-border); */
/*   border-radius:999px; */
/*   background:#fff; */
/*   box-shadow: 0 6px 16px rgba(16, 24, 40, 0.06); */
/*   font-size:14px; */
/*   color:var(--rchr-ink); */
  display: flex;/* added so hero image fills space */  
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 10px 12px;
  border: 1px solid var(--rchr-border);
  border-radius: 999px;
  background: #fff;
/*   box-shadow: 0 6px 16px rgba(16, 24, 40, 0.06); */
  font-size: 14px;
  color: var(--rchr-ink);
  white-space: nowrap;
}


/* Trust pill icon container stays 28x28 */
.rchr__ico{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  flex:0 0 28px;
  border-radius:999px;
  background:transparent;
  color: var(--rchr-teal);
}

/* Make the heart fit the pill */
.rchr__ico svg{
  width:18px !important;
  height:18px !important;
  display:block;
    fill: none !important;
  stroke: currentColor !important;
  stroke-width: 9 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

/* Force HubSpot SVG strokes to use currentColor instead of hardcoded black */
.rchr__ico svg *{
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 9 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

/* Icon badge FIX (overrides inline svg width/height) */
/* .rchr__ico{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  flex:0 0 28px;
  border-radius:999px;
  background: transparent;
/*   border: 1px solid rgba(16,24,40,0.10); */
/*   color: var(--rchr-teal); */
/* } */ 

/* .rchr__ico svg{
  width:35px !important;
  height:35px !important;
  display:block;
}

.rchr__ico svg *{
  stroke-width:2.4 !important;
  stroke-linecap:round;
  stroke-linejoin:round;
}
 */
/* Media */
.rchr__media-card{
  position:relative;/* added so hero image fills space */  
  border-radius: var(--rchr-radius);/* added so hero image fills space */  
  overflow:hidden;/* added so hero image fills space */  
  box-shadow: var(--rchr-shadow);/* added so hero image fills space */  
  border:1px solid var(--rchr-border);/* added so hero image fills space */  
  background: linear-gradient(180deg, rgba(42,167,184,0.08), rgba(42,167,184,0));/* added so hero image fills space */  
  flex: 1;/* added so hero image fills space */  
  display: flex;/* added so hero image fills space */  
  flex-direction: column;/* added so hero image fills space */  
  min-height: 520px;/* added so hero image fills space */  
  
/*   position:relative; */
/*   border-radius: var(--rchr-radius); */
/*   overflow:hidden; */
/*   box-shadow: var(--rchr-shadow); */
/*   border:1px solid var(--rchr-border); */
/*   background: linear-gradient(180deg, rgba(42,167,184,0.08), rgba(42,167,184,0)); */
/*   flex: 1; /* added so hero image fills space */   */
/*   display: flex;/* added so hero image fills space */   */
/*   flex-direction: column;/* added so hero image fills space */   */
}

.rchr__img{
/*   width:100%; */
/*   height:auto; */
  display:block;
/*   aspect-ratio: 5 / 4; */
/*   object-fit: cover; */
  flex: 1; /* added so hero image fills space */  
  width: 100%; /* added so hero image fills space */  
  height: 100%; /* added so hero image fills space */  
  object-fit: cover; /* added so hero image fills space */  
}

.rchr__media-overlay{
  position:absolute;
  inset:auto 0 0 0;
  padding:16px 16px 18px;
  background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.55));
  color:#fff;
}

.rchr__media-title{ margin:0 0 2px; font-weight:700; font-size:16px; color: white;
  text-shadow: 0 10px 30px rgba(0,0,0,0.35);
}
.rchr__media-sub{ margin:0; font-size:14px; opacity:.95; 
color: white;    text-shadow: 0 10px 30px rgba(0,0,0,0.35);}

.rchr__quick-actions{
  display:flex;
  gap:10px;
  margin-top:14px;
  flex-wrap:wrap;
}

/* sec2 */
.rchr__paths{ padding-top: 0; }

.rchr__center{
  text-align:center;
  margin-bottom: 18px;
}

.rchr__grid3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--rchr-gap);
}

.rchr__card{
  border:1px solid var(--rchr-border);
  border-radius: var(--rchr-radius);
  background: var(--rchr-card);
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.06);
  padding:18px 18px 16px;
  position:relative;
  overflow:hidden;
}

.rchr__card::before{
  content:"";
  position:absolute;
  top:-80px;
  right:-80px;
  width:160px;
  height:160px;
  border-radius:999px;
  background: rgba(42,167,184,0.12);
  pointer-events:none;
}

.rchr__card-top{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom: 10px;
}

.rchr__icon-badge svg{
  width:18px;
  height:18px;
  color: var(--rchr-teal);
}

.rchr__icon-badge svg *{
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 8 !important;
}

.rchr__icon-badge{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border-radius:12px;
  color: var(--rchr-teal);
  background:#fff;
  border:1px solid var(--rchr-border);
}

.rchr__card-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top: 10px;
}

.rchr__callout{
  border-left:3px solid rgba(42,167,184,0.45);
  padding:10px 12px;
  background: rgba(255,255,255,0.7);
  border-radius:12px;
  margin: 10px 0 12px;
}

.rchr__small{
  margin:0 0 10px;
  font-size:14px;
  color:var(--rchr-muted);
  line-height:1.55;
}

/* Buttons */
.rchr__btn{
  appearance:none;
  border:none;
  text-decoration:none;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:11px 14px;
  border-radius: 12px;
  font-weight:600;
  font-size:14px;
  line-height:1;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
  will-change: transform;
}

.rchr__btn:focus{
  outline: 2px solid rgba(42,167,184,0.45);
  outline-offset: 2px;
}
/* PRIMARY BUTTON – DEFAULT */
.rchr__btn--primary{
  background-color: var(--rchr-teal);
  color: #ffffff;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  border-radius: 12px;
  border: 2px solid var(--rchr-teal);
  padding: 11px 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  box-shadow: none;
  transition:
    background-color 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease;
}
/* PRIMARY BUTTON – HOVER & FOCUS */
.rchr__btn--primary:hover,
.rchr__btn--primary:focus{
  background-color: #ffffff;
  color: var(--rchr-teal);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(55, 176, 201, 0.28);
}

.rchr__btn--ghost{
  background:#ffffff;
  color: var(--rchr-ink);
  border: 1.5px solid rgba(16, 24, 40, 0.18);
  border-radius: 12px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  padding: 11px 16px;
  box-shadow: none;
  transition:
    background-color 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease;
}
.rchr__btn--ghost:hover,
.rchr__btn--ghost:focus{
  background:#ffffff;
  color: var(--rchr-ink);
  border-color: var(--rchr-ink);
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(16, 24, 40, 0.10);
}
.rchr__btn,
.rchr__btn:hover,
.rchr__btn:focus,
.rchr__btn:active{
  text-decoration: none !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}

/* .rchr__btn--primary{
  background: var(--rchr-teal);
  color:#fff;
  box-shadow: 0 12px 22px rgba(42,167,184,0.22);
} */

/* .rchr__btn--primary:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(42,167,184,0.28);
} */

/* .rchr__btn--ghost{
  background:#fff;
  color: var(--rchr-ink);
  border:1px solid var(--rchr-border);
}

.rchr__btn--ghost:hover{
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(16, 24, 40, 0.08);
} */

.rchr__btn-ico{ display:inline-flex; }

/* Collapses */
.rchr__collapse{
  margin-top: 14px;
  background:#fff;
  border:1px solid var(--rchr-border);
  border-radius: 14px;
  padding:14px;
}

.rchr__divider{
  height:1px;
  background: var(--rchr-border);
  margin: 0 0 12px;
}

/* Forms */
.rchr__form{ display:grid; gap:10px; }

.rchr__label{
  display:grid;
  gap:6px;
  font-size:13px;
  color: var(--rchr-ink);
}

.rchr__input,
.rchr__textarea{
  width:100%;
  border:1px solid var(--rchr-border);
  border-radius:12px;
  padding:10px 12px;
  font-size:14px;
  color: var(--rchr-ink);
  background:#fff;
}

.rchr__input:focus,
.rchr__textarea:focus{
  outline: 2px solid rgba(42,167,184,0.35);
  border-color: rgba(42,167,184,0.45);
}

.rchr__fineprint{
  margin:10px 0 0;
  font-size:12px;
  line-height:1.5;
  color: var(--rchr-muted);
}

/* Embed */
.rchr__embed{
  min-height: 420px;
  border-radius: 14px;
  overflow:hidden;
  border:1px dashed rgba(16, 24, 40, 0.18);
  background: rgba(42,167,184,0.04);
}

.rchr__embed-placeholder{ padding:18px; }

/* sec3 */

.rchr__closing-card{
  border:1px solid var(--rchr-border);
  border-radius: var(--rchr-radius);
  background: linear-gradient(135deg, rgba(42,167,184,0.10), rgba(255,255,255,1));
  box-shadow: var(--rchr-shadow);
  padding:20px;
  display:flex;
  align-items:center;
  justify-content:center; /* changed from stretch */
  gap:16px;
}

/* Apply to accent elements */
.rchr__closing-quote{
  font-family: "Merriweather", Georgia, serif !important;
  font-weight: 400 !important; /* regular weight is softer */
  font-size: 18px !important; /* slightly larger for impact */
  line-height: 1.65 !important;
  color: var(--rchr-teal) !important;
  text-align: center !important;
  margin:0 !important;
  max-width: 100% !important; /* changed from 70ch */
  flex: 1 !important; /* added to take full width */
}


/* .rchr__h1{
  font-family: "Merriweather", Georgia, serif;
  font-weight: 700;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.15; /* slightly more open for serif */
/*   margin: 0 0 14px; */
/* } */

/* .rchr__h2{
  font-family: "Merriweather", Georgia, serif;
  font-weight: 700;
  font-size: clamp(22px, 2.3vw, 32px);
  line-height: 1.25; /* slightly more open */
/*   margin: 0 0 10px; */
/* } */



.rchr__closing{ padding-top: 10px; }

.rchr__closing-card{
  border:1px solid var(--rchr-border);
  border-radius: var(--rchr-radius);
  background: linear-gradient(135deg, rgba(42,167,184,0.10), rgba(255,255,255,1));
  box-shadow: var(--rchr-shadow);
  padding:20px;
  display:flex;
  align-items:center;
  justify-content:stretch;
  gap:16px;
/*   flex-wrap:wrap; */
}

.rchr__closing-quote{
  margin:0;
  font-size:16px;
  line-height:1.6;
  color: var(--rchr-ink);
  max-width: 70ch;
  text-align: center;
  
}

.rchr__closing-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.rchr__btn,
.rchr__btn:hover,
.rchr__btn:focus,
.rchr__btn:active{
  text-decoration: none !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}


/* Responsive */
@media (max-width: 980px){
  .rchr__intro{ grid-template-columns: 1fr; }
  .rchr__para{ max-width: 100%; }
  .rchr__grid3{ grid-template-columns: 1fr; }
 .rchr__trust{
    grid-template-columns: 1fr;
    gap: 10px;
}


  .rchr__trust-item{
    justify-content: flex-start;
  }
}



/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .rchr__btn{ transition:none; }
}

.rchr .rchr__ico svg{ width:18px !important; height:18px !important; }
.rchr .rchr__ico svg *{
  stroke: currentColor !important;
  fill: none !important;
  stroke-width: 9.0 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}
