.elementor-432 .elementor-element.elementor-element-9530c6b{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-432 .elementor-element.elementor-element-ad2bb10{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-432 .elementor-element.elementor-element-f19d393{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-432 .elementor-element.elementor-element-b9e3b2e{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2fa42e3 *//* ===== Neréa Anthi – Care Guide Styling (same as Privacy/Terms) ===== */
/* Paste this CSS in the same place you pasted your Privacy Policy CSS */

/* Base section */
.na-privacy{
  --cream:#F8F5F0;
  --warm:#FDFCFA;
  --text:#3D3D3D;
  --text-mid:#5A5A5A;
  --gold:#C9A961;

  --heading:"Cormorant Garamond", serif;
  --body:"Montserrat", sans-serif;
  --script:"Tangerine", cursive;

  background: var(--cream);
  padding: 120px 20px;
  font-family: var(--body);
  color: var(--text);
}

/* Header */
.na-privacy__header{
  text-align:center;
  max-width: 900px;
  margin: 0 auto 70px;
}

.na-privacy__label{
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 18px;
  margin-bottom: 18px;
}

.na-privacy__label-text{
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}

.na-privacy__line{
  width: 42px;
  height: 1px;
  background: var(--gold);
}

.na-privacy__title{
  font-family: var(--heading);
  font-size: 56px;
  font-weight: 300;
  margin: 0 0 16px;
}

.na-privacy__subtitle{
  font-size: 16px;
  color: var(--text-mid);
  margin: 0;
}

/* Content grid */
.na-privacy__content{
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  gap: 28px;
}

/* Cards */
.na-privacy__card{
  background: var(--warm);
  border-radius: 18px;
  padding: 36px 40px;
  transition: transform .25s ease, box-shadow .25s ease;
}

.na-privacy__card:hover{
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(0,0,0,0.06);
}

.na-privacy__card h2{
  font-family: var(--heading);
  font-size: 26px;
  font-weight: 400;
  margin: 0 0 14px;
}

.na-privacy__card p,
.na-privacy__card li{
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-mid);
}

.na-privacy__card ul{
  padding-left: 20px;
  margin: 12px 0;
}

.na-privacy__card a{
  color: var(--gold);
  text-decoration: none;
}

.na-privacy__card a:hover{
  opacity: 0.85;
}

/* ===== Care Guide image placeholders (1–2 image spaces) ===== */
/* Use these on cards that should act like image blocks:
   <div class="na-privacy__card na-care-image"> ... </div>
*/
.na-care-image{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  border: 1px dashed rgba(201,169,97,0.55);
  background: rgba(253,252,250,0.65);
  overflow: hidden;
}

.na-care-image__text{
  font-size: 14px;
  color: var(--gold);
  text-align: center;
  font-style: italic;
  padding: 10px 18px;
}

/* Optional: if you decide to set a background image via inline style:
   <div class="na-privacy__card na-care-image" style="background-image:url('...')"></div>
*/
.na-care-image{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* If a real <img> is placed inside the image card */
.na-care-image img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
}

/* Responsive */
@media (max-width: 768px){
  .na-privacy{ padding: 90px 16px; }
  .na-privacy__title{ font-size: 42px; }
  .na-privacy__card{ padding: 26px 24px; }
  .na-care-image{ min-height: 210px; }
}/* End custom CSS */