.elementor-11779 .elementor-element.elementor-element-0c4d94c{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-11779 .elementor-element.elementor-element-fb28f38{--display:flex;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for html, class: .elementor-element-ce63a33 *//* Royal Care — clean “normal landing” look (dark-friendly) */
.royal-care{
  max-width: 980px;
  margin: 0 auto;
  padding: 18px 14px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  color: #f2f2f2;
}

.royal-hero{
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 14px;
  align-items: stretch;
  margin-bottom: 16px;
}

@media (max-width: 900px){
  .royal-hero{ grid-template-columns: 1fr; }
}

.royal-hero__text,
.royal-hero__price{
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.03);
  padding: 14px;
}

.royal-title{
  margin: 0 0 6px 0;
  font-size: 32px;
  font-weight: 700;
}

.royal-subtitle{
  margin: 0 0 10px 0;
  font-weight: 700;
  color: rgba(242,242,242,.85);
}

.royal-lead{
  margin: 0 0 12px 0;
  color: rgba(242,242,242,.85);
}

.royal-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.royal-btn{
  display: inline-block;
  padding: 10px 14px;
  border-radius: 6px;
  text-decoration: none !important;
  font-weight: 700;
}

.royal-btn--primary{
  background: #A78F72;
  color: #1a1a1a !important;
}

.royal-btn--ghost{
  background: transparent;
  border: 1px solid rgba(167,143,114,.65);
  color: #f2f2f2 !important;
}

.royal-price__label{
  font-size: 12px;
  color: rgba(242,242,242,.70);
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.royal-price__value{
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 6px;
}

.royal-price__unit{
  font-size: .9em;
  font-weight: 700;
  color: rgba(242,242,242,.80);
}

.royal-price__note{
  color: rgba(242,242,242,.85);
  font-size: 14px;
}

.royal-h2{
  margin: 18px 0 10px 0;
  font-size: 22px;
  font-weight: 700;
}

.royal-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

@media (max-width: 700px){
  .royal-grid{ grid-template-columns: 1fr; }
}

.royal-card{
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.02);
  padding: 12px;
}

.royal-card__title{
  font-weight: 800;
  margin-bottom: 6px;
}

.royal-card__text{
  color: rgba(242,242,242,.85);
  font-size: 14px;
}

.royal-footer{
  margin-top: 14px;
  border: 1px solid rgba(167,143,114,.45);
  border-radius: 8px;
  background: rgba(167,143,114,.08);
  padding: 14px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 700px){
  .royal-footer{ flex-direction: column; align-items: flex-start; }
}

.royal-footer__text{
  color: rgba(242,242,242,.85);
}/* End custom CSS */