.elementor-105 .elementor-element.elementor-element-6df80c9{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:100px;--padding-right:100px;}.elementor-105 .elementor-element.elementor-element-6df80c9:not(.elementor-motion-effects-element-type-background), .elementor-105 .elementor-element.elementor-element-6df80c9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-105 .elementor-element.elementor-element-6df80c9.e-con{--align-self:center;}.elementor-105 .elementor-element.elementor-element-fb569b9{--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;--justify-content:center;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-105 .elementor-element.elementor-element-cbf9deb.elementor-element{--align-self:flex-start;}.elementor-105 .elementor-element.elementor-element-cbf9deb{text-align:start;font-family:"Darker Grotesque", Sans-serif;font-size:20px;font-weight:600;color:#1E90A4;}.elementor-105 .elementor-element.elementor-element-cbf9deb p{margin-block-end:0px;}.elementor-105 .elementor-element.elementor-element-2675d93{--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;--justify-content:center;}.elementor-105 .elementor-element.elementor-element-7c1bd72{--grid-template-columns:repeat(3, auto);text-align:right;--icon-size:15px;--grid-column-gap:5px;--grid-row-gap:0px;}.elementor-105 .elementor-element.elementor-element-7c1bd72 .elementor-social-icon{background-color:#3D384A;}.elementor-105 .elementor-element.elementor-element-7c1bd72 .elementor-social-icon i{color:#FFFFFF;}.elementor-105 .elementor-element.elementor-element-7c1bd72 .elementor-social-icon svg{fill:#FFFFFF;}.elementor-105 .elementor-element.elementor-element-7c1bd72 .elementor-social-icon:hover{background-color:#D2188A;}.elementor-105 .elementor-element.elementor-element-728d6c4{--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-105 .elementor-element.elementor-element-728d6c4:not(.elementor-motion-effects-element-type-background), .elementor-105 .elementor-element.elementor-element-728d6c4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#333333;}.elementor-105 .elementor-element.elementor-element-9ee3b93{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-105 .elementor-element.elementor-element-fb569b9{--width:50%;}.elementor-105 .elementor-element.elementor-element-2675d93{--width:50%;}.elementor-105 .elementor-element.elementor-element-728d6c4{--width:100vw;}}/* Start custom CSS for html, class: .elementor-element-9ee3b93 */a.ram {
    color: #4B5563 !important;
}
a.ram:hover{
    color: #e0395a !important;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --pink:        #E0395A;
  --pink-light:  #FEE8ED;
  --navy:        #1C3A5E;
  --charcoal:    #1C1C1C;
  --cream:       #F7F5F0;
  --off-white:   #ECEAE4;
  --muted:       #5A5A5A;
  --light-text:  #9CA3AF;
  --border:      #E5E0D8;
}



body {
  font-family: 'DM Sans', sans-serif;
  background: var(--cream);
  color: var(--charcoal);
  -webkit-font-smoothing: antialiased;
}

/* ── DEV BANNER ─────────────────────────────────── */
.dev-banner {
  background: #1C1C1C;
  color: #F7C948;
  font-family: monospace;
  font-size: 12px;
  padding: 8px 20px;
  text-align: center;
  letter-spacing: 0.04em;
}


/* ── FOOTER ──────────────────────────────────────── */
.site-footer {
  background: var(--charcoal);
}

/* Top footer */
.footer-top {
  padding: 56px 40px 40px;
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 48px;
  max-width: 1350px;
  margin: 0 auto;
}

.footer-brand {}
.footer-logo-text {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  display: block;
}
.footer-logo-text span { color: var(--pink); }
.footer-tagline {
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
  color: #6B7280;
  margin-bottom: 20px;
  line-height: 1.5;
}
.footer-desc {
  font-size: 13px;
  font-weight: 300;
  color: #6B7280;
  line-height: 1.75;
  margin-bottom: 24px;
}
.footer-socials {
  display: flex;
  gap: 10px;
}
.footer-socials a {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, border-color 0.2s;
  text-decoration: none;
}
.footer-socials a:hover {
  background: var(--pink);
  border-color: var(--pink);
}
.footer-socials svg {
  width: 15px;
  height: 15px;
  stroke: #fff;
  fill: none;
}

/* Footer columns */
.footer-col h4 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 18px;
}
.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-col ul li a {
  font-size: 13px;
  font-weight: 300;
  color: #6B7280;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-col ul li a:hover { color: #D2188A; }
.dk :hover { color: #D2188A; }
.dk : { color: #4B5563; }
/* Footer contact details */
.footer-col .contact-item {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  align-items: flex-start;
}
.footer-col .contact-item svg {
  width: 14px;
  height: 14px;
  stroke: var(--pink);
  fill: none;
  flex-shrink: 0;
  margin-top: 2px;
}
.footer-col .contact-item span {
  font-size: 13px;
  font-weight: 300;
  color: #6B7280;
  line-height: 1.5;
}
.footer-col .contact-item a {
  color: #6B7280;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-col .contact-item a:hover { color: #D2188A; }

/* Footer divider */
.footer-divider {
  max-width: 1350px;
  margin: 0 auto;
  border: none;
  border-top: 1px solid rgba(255,255,255,0.06);
}

/* Footer bottom */
.footer-bottom {
  max-width: 1350px;
  margin: 0 auto;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-copy {
  font-size: 12px;
  color: #4B5563;
}
.footer-legal-links {
  display: flex;
  gap: 20px;
}
.footer-legal-links a {
  font-size: 12px;
  color: #4B5563;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-legal-links a:hover { color: #D2188A; }


/* ── WHATSAPP STICKY ─────────────────────────────── */
.wa-sticky {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 999;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,0.4);
  text-decoration: none;
  transition: transform 0.2s;
}
.wa-sticky:hover { transform: scale(1.1); }
.wa-sticky svg { width: 26px; height: 26px; }

/* ── RESPONSIVE ──────────────────────────────────── */
@media (max-width: 900px) {
  nav { padding: 0 20px; }
  .nav-links { display: none; }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    padding: 40px 20px 32px;
    gap: 32px;
  }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { padding: 16px 20px; flex-direction: column; text-align: center; }
  .legal-hero { padding: 40px 20px 36px; }
  .legal-body { padding: 40px 20px 60px; }
  .switcher { padding: 10px 20px; }
}

@media (max-width: 520px) {
  .footer-top { grid-template-columns: 1fr; }
  .footer-legal-links { gap: 12px; flex-wrap: wrap; justify-content: center; }
}
</style>/* End custom CSS */