.elementor-402 .elementor-element.elementor-element-14862f2{--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;}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

/* ==========================================================================
   1. RESET & VARIABLES
   ========================================================================== */
:root{
  --lp-gold:#C9A227;
  --lp-gold-light:#E0C158;
  --lp-bg:#111111;
  --lp-bg-secondary:#1A1A1A;
  --lp-bg-tertiary:#222222;
  --lp-footer-bg:#0D0D0D;
  --lp-text:#F5F5F5;
  --lp-text-secondary:#999999;
  --lp-border:rgba(255,255,255,0.06);
  --lp-border-gold:rgba(201,162,39,0.3);
  --lp-ease:cubic-bezier(0.4,0,0.2,1);
  --lp-container:1200px;
}

.lp-root *{margin:0;padding:0;box-sizing:border-box;}
.lp-root{
  font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;
  background:var(--lp-bg);
  color:var(--lp-text);
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  scroll-behavior:smooth;
}
.lp-root img{max-width:100%;display:block;}
.lp-root a{color:inherit;text-decoration:none;}
.lp-root ul{list-style:none;}
.lp-root button{font-family:inherit;cursor:pointer;background:none;border:none;color:inherit;}
.lp-root ::selection{background:var(--lp-gold);color:#111;}

.lp-root *{
  scrollbar-color:var(--lp-gold) var(--lp-bg-secondary);
}
.lp-root *::-webkit-scrollbar{width:8px;height:8px;}
.lp-root *::-webkit-scrollbar-track{background:var(--lp-bg-secondary);}
.lp-root *::-webkit-scrollbar-thumb{background:var(--lp-gold);border-radius:4px;}

@media (prefers-reduced-motion: reduce){
  .lp-root *{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important;scroll-behavior:auto !important;}
}

/* ==========================================================================
   2. LAYOUT UTILITIES
   ========================================================================== */
.lp-container{
  max-width:var(--lp-container);
  margin:0 auto;
  padding:0 24px;
}
.lp-section{padding:60px 0;scroll-margin-top:76px;}
@media (min-width:768px){
  .lp-section{padding:100px 0;scroll-margin-top:88px;}
}
.lp-section__title{
  font-size:2rem;
  font-weight:800;
  letter-spacing:-0.02em;
  text-align:center;
  margin-bottom:16px;
}
.lp-section__subtitle{
  font-size:1.05rem;
  color:var(--lp-text-secondary);
  text-align:center;
  max-width:640px;
  margin:0 auto 56px;
}
@media (min-width:768px){
  .lp-section__title{font-size:2.75rem;}
}

.lp-glass{
  background:rgba(255,255,255,0.03);
  backdrop-filter:blur(12px);
  border:1px solid var(--lp-border);
}

.lp-badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  background:rgba(201,162,39,0.1);
  border:1px solid var(--lp-border-gold);
  color:var(--lp-gold);
  border-radius:100px;
  font-size:12px;
  font-weight:600;
  padding:8px 16px;
  letter-spacing:0.02em;
}

.lp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:48px;
  padding:14px 28px;
  border-radius:8px;
  font-weight:600;
  font-size:16px;
  transition:all 0.3s var(--lp-ease);
  white-space:nowrap;
}
.lp-btn--primary{
  background:var(--lp-gold);
  color:#111111;
}
.lp-btn--primary:hover{
  filter:brightness(1.1);
  transform:scale(1.03);
}
.lp-btn--secondary{
  background:transparent;
  color:var(--lp-text);
  border:1px solid rgba(255,255,255,0.2);
}
.lp-btn--secondary:hover{
  border-color:var(--lp-gold);
  color:var(--lp-gold);
}

/* ==========================================================================
   3. SCROLL REVEAL
   ========================================================================== */
.lp-reveal{
  opacity:0;
  transition:opacity 0.8s var(--lp-ease), transform 0.8s var(--lp-ease);
  will-change:opacity, transform;
}
.lp-reveal[data-reveal="fade-up"]{transform:translateY(32px);}
.lp-reveal[data-reveal="fade-left"]{transform:translateX(-40px);}
.lp-reveal[data-reveal="fade-right"]{transform:translateX(40px);}
.lp-reveal[data-reveal="scale"]{transform:scale(0.92);}
.lp-reveal.is-visible{
  opacity:1;
  transform:none;
}

/* ==========================================================================
   4. PROGRESS BAR
   ========================================================================== */
.lp-progress{
  position:fixed;
  top:0;
  left:0;
  height:3px;
  width:0%;
  background:linear-gradient(90deg, var(--lp-gold), var(--lp-gold-light));
  z-index:1100;
  transition:width 0.1s linear;
}

/* ==========================================================================
   5. HEADER
   ========================================================================== */
.lp-header{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:1000;
  padding:18px 0;
  transition:all 0.3s var(--lp-ease);
  background:transparent;
  border-bottom:1px solid transparent;
}
.lp-header.is-scrolled{
  background:rgba(17,17,17,0.7);
  backdrop-filter:blur(12px);
  border-bottom:1px solid var(--lp-border-gold);
  padding:14px 0;
}
.lp-header__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.lp-header__logo img{
  height:38px;
  width:122px;
  object-fit:contain;
  object-position:left center;
}
@media (min-width:768px){
  .lp-header__logo img{height:45px;width:144px;}
}
.lp-header__nav{
  display:none;
  align-items:center;
  gap:32px;
}
.lp-header__nav-link{
  font-size:14px;
  font-weight:500;
  color:var(--lp-text);
  transition:color 0.3s var(--lp-ease);
}
.lp-header__nav-link:hover{color:var(--lp-gold);}
.lp-header__actions{
  display:flex;
  align-items:center;
  gap:20px;
}
.lp-header__cta{display:none;}
.lp-header__lang{
  display:flex;
  align-items:center;
  gap:4px;
  font-size:13px;
  font-weight:600;
  color:var(--lp-text-secondary);
}
.lp-header__lang a{padding:4px 6px;border-radius:4px;}
.lp-header__lang a.is-active{color:var(--lp-gold);}
.lp-header__lang a:hover{color:var(--lp-gold);}
.lp-header__hamburger{
  display:flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
}
.lp-header__hamburger svg{width:26px;height:26px;}

@media (min-width:768px){
  .lp-header__nav{display:flex;}
  .lp-header__cta{display:inline-flex;}
  .lp-header__hamburger{display:none;}
}

.lp-mobile-menu{
  position:fixed;
  inset:0;
  background:#0D0D0D;
  z-index:1050;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:32px;
  opacity:0;
  visibility:hidden;
  transition:opacity 0.3s var(--lp-ease), visibility 0.3s var(--lp-ease);
}
.lp-mobile-menu.is-open{opacity:1;visibility:visible;}
.lp-mobile-menu__close{
  position:absolute;
  top:24px;
  right:24px;
  width:48px;
  height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.lp-mobile-menu__close svg{width:28px;height:28px;}
.lp-mobile-menu a{
  font-size:22px;
  font-weight:600;
  color:var(--lp-text);
}
.lp-mobile-menu a:hover{color:var(--lp-gold);}

/* ==========================================================================
   6. HERO
   ========================================================================== */
.lp-hero{
  position:relative;
  overflow:hidden;
  padding:140px 0 80px;
  background:radial-gradient(circle at 50% 0%, #161616 0%, #111111 60%);
}
@media (min-width:768px){
  .lp-hero{padding:180px 0 120px;}
}
.lp-hero__bg{
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:0;
}
.lp-hero__grid{
  position:absolute;
  inset:0;
  background-image:radial-gradient(rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size:32px 32px;
}
.lp-hero__orb{
  position:absolute;
  border-radius:50%;
  filter:blur(20px);
}
.lp-hero__orb--1{
  width:600px;
  height:600px;
  top:-200px;
  right:-150px;
  background:rgba(201,162,39,0.15);
  animation:lp-float-1 14s ease-in-out infinite;
}
.lp-hero__orb--2{
  width:400px;
  height:400px;
  bottom:-150px;
  left:-100px;
  background:rgba(201,162,39,0.08);
  animation:lp-float-2 18s ease-in-out infinite;
}
@keyframes lp-float-1{
  0%,100%{transform:translate(0,0);}
  50%{transform:translate(-40px,40px);}
}
@keyframes lp-float-2{
  0%,100%{transform:translate(0,0);}
  50%{transform:translate(40px,-30px);}
}
.lp-hero__content{
  position:relative;
  z-index:1;
  text-align:center;
  max-width:880px;
  margin:0 auto;
}
.lp-hero__title{
  font-size:2.25rem;
  font-weight:800;
  letter-spacing:-0.02em;
  line-height:1.15;
  margin-bottom:24px;
}
@media (min-width:768px){
  .lp-hero__title{font-size:3.5rem;}
}
@media (min-width:1200px){
  .lp-hero__title{font-size:4.25rem;}
}
.lp-hero__title .lp-gradient-text{
  background:linear-gradient(90deg, var(--lp-gold), #fff, var(--lp-gold));
  background-size:200% auto;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  animation:lp-gradient-move 6s linear infinite;
}
@keyframes lp-gradient-move{
  0%{background-position:0% center;}
  100%{background-position:200% center;}
}
.lp-hero__subtitle{
  font-size:1.05rem;
  color:var(--lp-text-secondary);
  margin-bottom:40px;
}
@media (min-width:768px){
  .lp-hero__subtitle{font-size:1.2rem;}
}
.lp-hero__buttons{
  display:flex;
  flex-direction:column;
  gap:16px;
  align-items:center;
  margin-bottom:40px;
}
@media (min-width:768px){
  .lp-hero__buttons{flex-direction:row;justify-content:center;}
}
.lp-hero__buttons .lp-btn{width:100%;}
@media (min-width:768px){
  .lp-hero__buttons .lp-btn{width:auto;}
}
.lp-hero__proof{
  font-size:14px;
  color:var(--lp-text-secondary);
  margin-bottom:32px;
}
.lp-hero__certs-label{
  font-size:12px;
  font-weight:600;
  color:var(--lp-gold);
  text-transform:uppercase;
  letter-spacing:0.05em;
  margin-bottom:16px;
}
.lp-hero__certs{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:32px;
}
.lp-hero__certs img{
  height:120px;
  width:120px;
  object-fit:contain;
  filter:brightness(0.9);
  transition:filter 0.3s var(--lp-ease);
}
.lp-hero__certs img:hover{filter:brightness(1.1);}

/* ==========================================================================
   7. STATS STRIP
   ========================================================================== */
.lp-stats{
  background:var(--lp-bg-secondary);
  border-top:1px solid var(--lp-border-gold);
  border-bottom:1px solid var(--lp-border-gold);
  padding:48px 0;
}
.lp-stats__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:32px;
  text-align:center;
}
@media (min-width:768px){
  .lp-stats__grid{grid-template-columns:repeat(4,1fr);position:relative;}
}
.lp-stats__item{position:relative;}
.lp-stats__item:not(:last-child)::after{
  content:"";
  display:none;
}
@media (min-width:768px){
  .lp-stats__item:not(:last-child)::after{
    content:"";
    display:block;
    position:absolute;
    right:-16px;
    top:50%;
    transform:translateY(-50%);
    width:1px;
    height:48px;
    background:var(--lp-border-gold);
  }
}
.lp-stats__number{
  font-size:2.25rem;
  font-weight:800;
  color:var(--lp-gold);
  letter-spacing:-0.02em;
}
.lp-stats__label{
  font-size:13px;
  color:var(--lp-text-secondary);
  margin-top:4px;
}

/* ==========================================================================
   8. PROBLEM SECTION
   ========================================================================== */
.lp-problem__intro{
  text-align:center;
  max-width:680px;
  margin:0 auto 56px;
  color:var(--lp-text-secondary);
  font-size:1.05rem;
}
.lp-problem__grid{
  display:grid;
  grid-template-columns:1fr;
  gap:24px;
}
@media (min-width:768px){
  .lp-problem__grid{grid-template-columns:repeat(3,1fr);}
}
.lp-card{
  background:var(--lp-bg-secondary);
  border:1px solid rgba(201,162,39,0.15);
  border-radius:16px;
  padding:32px;
  transition:all 0.3s var(--lp-ease);
}
.lp-card:hover{
  transform:translateY(-6px);
  border-color:var(--lp-border-gold);
}
.lp-card__icon{
  width:52px;
  height:52px;
  border-radius:12px;
  background:rgba(201,162,39,0.1);
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:20px;
}
.lp-card__icon svg{width:26px;height:26px;color:var(--lp-gold);}
.lp-card__title{
  font-size:1.15rem;
  font-weight:700;
  margin-bottom:12px;
}
.lp-card__text{
  color:var(--lp-text-secondary);
  font-size:0.95rem;
}

/* ==========================================================================
   9. AI/CRM BLOCKS
   ========================================================================== */
.lp-ai__block{
  display:grid;
  grid-template-columns:1fr;
  gap:32px;
  align-items:center;
  padding:48px 0;
  border-bottom:1px solid var(--lp-border);
}
.lp-ai__block:last-child{border-bottom:none;}
@media (min-width:768px){
  .lp-ai__block{grid-template-columns:1fr 1fr;gap:64px;}
  .lp-ai__block--reverse .lp-ai__visual{order:2;}
  .lp-ai__block--reverse .lp-ai__content{order:1;}
}
.lp-ai__visual{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:48px;
  background:var(--lp-bg-secondary);
  border:1px solid var(--lp-border);
  border-radius:20px;
}
.lp-ai__visual svg{width:64px;height:64px;color:var(--lp-gold);}
.lp-ai__title{
  font-size:1.5rem;
  font-weight:700;
  letter-spacing:-0.02em;
  margin-bottom:16px;
}
.lp-ai__text{
  color:var(--lp-text-secondary);
  margin-bottom:24px;
}
.lp-ai__list{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-bottom:20px;
}
.lp-ai__list li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-size:0.95rem;
}
.lp-ai__list svg{width:18px;height:18px;color:var(--lp-gold);flex-shrink:0;margin-top:2px;}

/* ==========================================================================
   10. SERVICES GRID
   ========================================================================== */
.lp-services__grid{
  display:grid;
  grid-template-columns:1fr;
  gap:24px;
}
@media (min-width:768px){
  .lp-services__grid{grid-template-columns:repeat(2,1fr);}
}
@media (min-width:1200px){
  .lp-services__grid{grid-template-columns:repeat(4,1fr);}
}
.lp-service-card{
  background:rgba(255,255,255,0.03);
  backdrop-filter:blur(12px);
  border:1px solid var(--lp-border);
  border-radius:16px;
  padding:28px;
  transition:all 0.3s var(--lp-ease);
  transform-style:preserve-3d;
  perspective:1000px;
}
.lp-service-card:hover{
  border-color:var(--lp-border-gold);
  transform:translateY(-4px);
}
.lp-service-card__icon{
  width:48px;
  height:48px;
  border-radius:10px;
  background:rgba(201,162,39,0.1);
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:16px;
}
.lp-service-card__icon svg{width:24px;height:24px;color:var(--lp-gold);}
.lp-service-card__title{
  font-size:1.05rem;
  font-weight:700;
  margin-bottom:8px;
}
.lp-service-card__text{
  font-size:0.9rem;
  color:var(--lp-text-secondary);
}

/* ==========================================================================
   11. HOW IT WORKS
   ========================================================================== */
.lp-how__steps{
  display:grid;
  grid-template-columns:1fr;
  gap:48px;
  position:relative;
}
@media (min-width:768px){
  .lp-how__steps{grid-template-columns:repeat(3,1fr);}
}
.lp-how__step{
  position:relative;
  text-align:center;
}
.lp-how__step::after{
  content:"";
  display:none;
}
@media (min-width:768px){
  .lp-how__step:not(:last-child)::after{
    content:"";
    display:block;
    position:absolute;
    top:32px;
    left:100%;
    width:100%;
    height:1px;
    background:linear-gradient(90deg, var(--lp-gold), transparent);
  }
}
.lp-how__number{
  width:64px;
  height:64px;
  border-radius:50%;
  background:var(--lp-bg-secondary);
  border:1px solid var(--lp-border-gold);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.5rem;
  font-weight:800;
  color:var(--lp-gold);
  margin:0 auto 20px;
  position:relative;
  z-index:1;
}
.lp-how__icon{margin-bottom:16px;}
.lp-how__icon svg{width:28px;height:28px;color:var(--lp-gold);}
.lp-how__title{
  font-size:1.15rem;
  font-weight:700;
  margin-bottom:10px;
}
.lp-how__text{
  color:var(--lp-text-secondary);
  font-size:0.95rem;
}

/* ==========================================================================
   12. MID CTA
   ========================================================================== */
.lp-cta-mid{
  background:linear-gradient(135deg, #1A1A1A 0%, #222222 100%);
  border:1px solid var(--lp-border-gold);
  border-radius:24px;
  padding:48px 24px;
  text-align:center;
  margin:0 24px;
}
@media (min-width:768px){
  .lp-cta-mid{padding:64px;margin:0 auto;max-width:var(--lp-container);}
}
.lp-cta-mid__title{
  font-size:1.5rem;
  font-weight:700;
  letter-spacing:-0.02em;
  max-width:560px;
  margin:0 auto 12px;
}
@media (min-width:768px){
  .lp-cta-mid__title{font-size:2rem;}
}
.lp-cta-mid__subtext{
  color:var(--lp-text-secondary);
  margin-bottom:32px;
}

/* ==========================================================================
   13. RESULTS / MAP / CERTS
   ========================================================================== */
.lp-results__map{
  text-align:center;
  margin-bottom:64px;
}
.lp-worldmap{
  max-width:800px;
  width:100%;
  margin:0 auto;
  display:block;
  background:var(--lp-bg-secondary);
  border:1px solid var(--lp-border);
  border-radius:16px;
  box-shadow:0 20px 60px rgba(201,162,39,0.12);
}
.lp-worldmap__land{
  fill:#252525;
  stroke:rgba(201,162,39,0.45);
  stroke-width:1;
}
.lp-worldmap__pin-glow{
  fill:none;
  stroke:var(--lp-gold);
  stroke-width:1.5;
  opacity:0.6;
  animation:lp-pin-pulse 2.4s ease-out infinite;
}
.lp-worldmap__pin-dot{
  fill:var(--lp-gold);
}
.lp-worldmap__pin-label{
  fill:#F5F5F5;
  font-family:'Inter',sans-serif;
  font-size:15px;
  font-weight:600;
  text-anchor:middle;
}
@keyframes lp-pin-pulse{
  0%{r:5px;opacity:0.7;}
  100%{r:16px;opacity:0;}
}
.lp-results__map-caption{
  margin-top:16px;
  color:var(--lp-text-secondary);
  font-size:0.95rem;
}
.lp-results__certs-title{
  text-align:center;
  font-size:1.15rem;
  font-weight:700;
  margin-bottom:32px;
}
.lp-results__badges{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:24px;
}
.lp-results__badges img{
  height:180px;
  width:180px;
  object-fit:contain;
  padding:20px;
  background:var(--lp-bg-secondary);
  border-radius:12px;
  transition:transform 0.3s var(--lp-ease);
}
.lp-results__badges img:hover{transform:scale(1.06);}

/* ==========================================================================
   14. FAQ
   ========================================================================== */
.lp-faq__list{
  max-width:760px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:16px;
}
.lp-faq__item{
  background:var(--lp-bg-secondary);
  border:1px solid var(--lp-border);
  border-radius:12px;
  overflow:hidden;
}
.lp-faq__question{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:20px 24px;
  text-align:left;
  font-size:1rem;
  font-weight:600;
  min-height:48px;
}
.lp-faq__question svg{
  width:20px;
  height:20px;
  color:var(--lp-gold);
  flex-shrink:0;
  transition:transform 0.3s var(--lp-ease);
}
.lp-faq__item.is-open .lp-faq__question svg{transform:rotate(180deg);}
.lp-faq__answer{
  max-height:0;
  overflow:hidden;
  transition:max-height 0.35s var(--lp-ease);
}
.lp-faq__answer-inner{
  padding:0 24px 20px;
  color:var(--lp-text-secondary);
  font-size:0.95rem;
}

/* ==========================================================================
   15. FINAL CTA
   ========================================================================== */
.lp-final-cta{text-align:center;}
.lp-final-cta__title{
  font-size:1.75rem;
  font-weight:800;
  letter-spacing:-0.02em;
  margin-bottom:16px;
}
@media (min-width:768px){
  .lp-final-cta__title{font-size:2.5rem;}
}
.lp-final-cta__subtext{
  color:var(--lp-text-secondary);
  max-width:560px;
  margin:0 auto 40px;
}
.lp-final-cta__btn{
  font-size:1.1rem;
  padding:18px 40px;
}
.lp-final-cta__contact{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:24px;
  margin-top:48px;
}
.lp-final-cta__contact-item{
  display:flex;
  align-items:center;
  gap:8px;
  color:var(--lp-text-secondary);
  font-size:0.95rem;
}
.lp-final-cta__contact-item svg{width:18px;height:18px;color:var(--lp-gold);}
.lp-final-cta__contact-item:hover{color:var(--lp-gold);}

/* ==========================================================================
   16. FOOTER
   ========================================================================== */
.lp-footer{
  background:var(--lp-footer-bg);
  padding:48px 0 24px;
}
.lp-footer__top{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:16px;
  text-align:center;
  margin-bottom:32px;
}
@media (min-width:768px){
  .lp-footer__top{flex-direction:row;justify-content:space-between;text-align:left;}
}
.lp-footer__logo img{
  height:40px;
  width:128px;
  object-fit:contain;
  object-position:left center;
  filter:brightness(1.1);
}
.lp-footer__slogan{
  color:var(--lp-text-secondary);
  font-size:0.9rem;
  max-width:320px;
}
.lp-footer__social a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  border-radius:50%;
  border:1px solid var(--lp-border);
  transition:all 0.3s var(--lp-ease);
}
.lp-footer__social a:hover{border-color:var(--lp-gold);color:var(--lp-gold);}
.lp-footer__social svg{width:18px;height:18px;}
.lp-footer__social img{width:18px;height:18px;object-fit:contain;filter:invert(1);}
.lp-footer__divider{
  border-top:1px solid rgba(201,162,39,0.15);
  margin-bottom:24px;
}
.lp-footer__bottom{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
  text-align:center;
  font-size:0.85rem;
  color:var(--lp-text-secondary);
}
@media (min-width:768px){
  .lp-footer__bottom{flex-direction:row;justify-content:space-between;}
}
.lp-footer__legal{display:flex;gap:16px;}
.lp-footer__legal a:hover{color:var(--lp-gold);}

/* ==========================================================================
   17. WHATSAPP FLOATING BUTTON
   ========================================================================== */
.lp-whatsapp-float{
  position:fixed;
  bottom:24px;
  right:24px;
  z-index:1000;
  width:60px;
  height:60px;
  border-radius:50%;
  background:#25D366;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 4px 24px rgba(37,211,102,0.4);
  animation:lp-pulse 2s ease-in-out infinite;
}
.lp-whatsapp-float svg{width:32px;height:32px;}
@keyframes lp-pulse{
  0%,100%{transform:scale(1);}
  50%{transform:scale(1.08);}
}
.lp-whatsapp-float__tooltip{
  position:absolute;
  right:72px;
  top:50%;
  transform:translateY(-50%) translateX(8px);
  background:#1A1A1A;
  color:#F5F5F5;
  padding:8px 14px;
  border-radius:8px;
  font-size:13px;
  white-space:nowrap;
  opacity:0;
  pointer-events:none;
  transition:all 0.3s var(--lp-ease);
}
.lp-whatsapp-float:hover .lp-whatsapp-float__tooltip{
  opacity:1;
  transform:translateY(-50%) translateX(0);
}/* End custom CSS */