
/* ── VG shell / section backgrounds ── */
html,body{margin:0;padding:0}
*,*::before,*::after{box-sizing:border-box}
body{font-family:"Nunito Sans",Arial,sans-serif;color:var(--elb-ink,#111);background:#fff;overflow-x:hidden}
img{max-width:100%;display:block}
.elb-bg{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}
.elb-bg img{width:100%;height:100%;object-fit:cover;object-position:center}
.elb-overlay-blue{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(115deg,rgba(21,87,143,.88) 0%,rgba(26,109,175,.72) 48%,rgba(17,60,102,.58) 100%)}
.elb-overlay-blue-soft{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(120deg,rgba(21,87,143,.84) 0%,rgba(26,109,175,.68) 55%,rgba(21,87,143,.60) 100%)}
.elb-overlay-dark{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(160deg,rgba(10,40,70,.86) 0%,rgba(21,87,143,.76) 55%,rgba(17,60,102,.68) 100%)}
.elb-overlay-light{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,rgba(255,247,251,.82) 0%,rgba(255,255,255,.72) 100%)}
/* Hero: softer blue so villa photo reads clearly; white copy stays readable */
.ellebnb-home-hero > .elb-overlay-blue{background:linear-gradient(115deg,rgba(21,87,143,.55) 0%,rgba(26,109,175,.48) 48%,rgba(17,60,102,.40) 100%)}
.ellebnb-home-hero,.ellebnb-intro,.ellebnb-founder,.ellebnb-why,.ellebnb360,.ellebnb-strip,.ellebnb-model,.ellebnb-ota,.ellebnb-reviews,.ellebnb-faqx,.ellebnb-final{position:relative;isolation:isolate}
.ellebnb-home-hero > .ellebnb-container,
.ellebnb-intro > .ellebnb-intro-content,
.ellebnb-founder > .ellebnb-founder-container,
.ellebnb-why > .ellebnb-why-top,
.ellebnb-why > .ellebnb-why-grid,
.ellebnb360 > .ellebnb360-inner,
.ellebnb-strip > .ellebnb-strip-inner,
.ellebnb-model > .ellebnb-model-inner,
.ellebnb-ota > .ellebnb-ota-inner,
.ellebnb-reviews > .ellebnb-reviews-inner,
.ellebnb-faqx > .ellebnb-faqx-inner,
.ellebnb-final > .ellebnb-final-inner{position:relative;z-index:2}
.ellebnb360{background:transparent!important}
.ellebnb-founder{background:transparent!important}
.ellebnb-why{background:transparent!important}
.ellebnb-final::before{background:linear-gradient(160deg,rgba(10,40,70,.55) 0%,rgba(21,87,143,.42) 55%,rgba(17,60,102,.35) 100%)}
.ellebnb-final-bg{z-index:0}
.ellebnb-footer-legal{display:flex;flex-wrap:wrap;gap:12px 18px;align-items:center}
.ellebnb-footer-legal a,.ellebnb-footer-legal button{background:none;border:0;padding:0;color:rgba(255,255,255,.9);font:inherit;font-size:13px;cursor:pointer;text-decoration:none;min-height:44px;display:inline-flex;align-items:center}
.ellebnb-footer-legal a:hover,.ellebnb-footer-legal button:hover{color:var(--elb-gold,#FFDD59)}

/* Header */
.elb-header{position:sticky;top:0;z-index:50;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:rgba(255,255,255,.86);border-bottom:1px solid rgba(26,109,175,.10)}
.elb-header-inner{width:100%;max-width:1180px;margin:0 auto;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.elb-logo{font-family:"Manrope",sans-serif;font-weight:800;font-size:22px;letter-spacing:-.6px;color:#1A6DAF;text-decoration:none}
.elb-logo span{color:#FFDD59}
.elb-nav{display:flex;flex-wrap:wrap;gap:8px 18px;align-items:center}
.elb-nav a{font-family:"Manrope",sans-serif;font-size:13px;font-weight:700;color:#111;text-decoration:none;min-height:44px;display:inline-flex;align-items:center}
.elb-nav a:hover{color:#1A6DAF}
.elb-nav .elb-cta{padding:0 16px;border-radius:999px;background:#1A6DAF;color:#fff}
.elb-nav .elb-cta:hover{background:#15578f;color:#fff}
.elb-nav-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;min-width:44px;min-height:44px;padding:0;margin:0;border:1px solid rgba(26,109,175,.22);border-radius:12px;background:rgba(255,255,255,.92);color:#1A6DAF;cursor:pointer;flex-shrink:0}
.elb-nav-toggle:focus-visible{outline:2px solid #FFDD59;outline-offset:2px}
.elb-nav-toggle-bars{display:flex;flex-direction:column;justify-content:center;gap:5px;width:18px}
.elb-nav-toggle-bars span{display:block;height:2px;width:100%;border-radius:2px;background:currentColor;transition:transform .25s ease,opacity .2s ease}
.elb-nav-toggle[aria-expanded="true"] .elb-nav-toggle-bars span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.elb-nav-toggle[aria-expanded="true"] .elb-nav-toggle-bars span:nth-child(2){opacity:0}
.elb-nav-toggle[aria-expanded="true"] .elb-nav-toggle-bars span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.elb-nav-overlay{display:none}
@media(max-width:760px){
  .elb-nav-toggle{display:inline-flex}
  .elb-header--brand .elb-nav-toggle{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.28);color:#fff}
  .elb-header--brand .elb-nav-toggle:hover{background:rgba(255,255,255,.22);color:#FFDD59}
  .elb-nav{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    z-index:60;
    flex-direction:column;
    flex-wrap:nowrap;
    align-items:stretch;
    gap:0;
    padding:12px 20px 20px;
    background:#1A6DAF;
    border-bottom:1px solid rgba(255,255,255,.14);
    box-shadow:0 18px 40px rgba(17,60,102,.28);
  }
  .elb-header:not(.elb-header--brand) .elb-nav{background:#fff;border-bottom:1px solid rgba(26,109,175,.12);box-shadow:0 18px 40px rgba(17,60,102,.12)}
  .elb-nav.is-open{display:flex}
  .elb-nav a{
    width:100%;
    min-height:48px;
    padding:12px 4px;
    border-bottom:1px solid rgba(255,255,255,.12);
    font-size:15px;
  }
  .elb-header:not(.elb-header--brand) .elb-nav a{border-bottom-color:rgba(26,109,175,.10)}
  .elb-nav .elb-cta{
    width:100%;
    margin-top:12px;
    justify-content:center;
    border-bottom:0;
    min-height:48px;
  }
  .elb-nav-overlay{
    display:block;
    position:fixed;
    inset:0;
    z-index:40;
    background:rgba(10,40,70,.42);
  }
  .elb-nav-overlay[hidden]{display:none!important}
  body.elb-nav-open{overflow:hidden}
}

/* Cookie */
.vg-cookie{position:fixed;inset:auto 0 0 0;z-index:9999;pointer-events:none}
.vg-cookie[hidden]{display:none!important}
.vg-cookie__panel{pointer-events:auto;width:100%;border-top:1px solid rgba(26,109,175,.14);background:#fff7fb;color:#111;box-shadow:0 -12px 40px rgba(21,87,143,.14)}
.vg-cookie__inner{width:min(1180px,calc(100% - 2.5rem));margin-inline:auto;padding:1.25rem 0 1.35rem}
.vg-cookie__title{margin:0;font:800 1.15rem/1.3 Manrope,sans-serif;color:#1A6DAF}
.vg-cookie__text{margin:.65rem 0 0;color:#666;font-size:.92rem;line-height:1.55;max-width:75ch}
.vg-cookie__text a{color:#1A6DAF}
.vg-cookie__actions{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1rem}
.vg-cookie__btn{min-height:44px;padding:.45rem 1.1rem;border-radius:999px;border:1px solid transparent;font:inherit;font-weight:700;cursor:pointer;font-family:Manrope,sans-serif;font-size:13px}
.vg-cookie__btn--primary{background:#1A6DAF;color:#fff}
.vg-cookie__btn--ghost{background:transparent;border-color:rgba(26,109,175,.25);color:#111}

/* Side contact float (WA + phone) — replaces old .elb-wa */
.elb-wa{display:none!important}

.ellebnb-side-contact{
  position:fixed;
  left:10px;
  top:50%;
  transform:translateY(-50%);
  z-index:99999;
  width:52px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:8px 6px;
  gap:8px;
  background:rgba(26,109,175,.96);
  border-radius:18px;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 18px 48px rgba(26,109,175,.32);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}

.ellebnb-side-contact a{
  width:40px;
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:13px;
  text-decoration:none;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
  color:#FFDD59;
  transition:.3s ease;
}

.ellebnb-side-contact a:hover{
  background:#FFDD59;
  color:#15578f;
  transform:translateX(4px);
}

.ellebnb-side-contact svg{
  width:20px;
  height:20px;
  display:block;
}

.ellebnb-side-contact-pulse{
  animation:ellebnbSideIconPulse 2.8s ease-in-out infinite;
}

.ellebnb-side-contact-call{
  animation-delay:.35s;
}

@keyframes ellebnbSideIconPulse{
  0%,100%{
    box-shadow:0 0 0 0 rgba(255,221,89,.16);
  }
  50%{
    box-shadow:0 0 0 7px rgba(255,221,89,.04);
  }
}

@media screen and (max-width:768px){
  .ellebnb-side-contact{
    left:10px;
    width:50px;
    padding:7px 5px;
    gap:7px;
  }

  .ellebnb-side-contact a{
    width:38px;
    height:38px;
  }

  .ellebnb-side-contact a:hover{
    transform:none;
  }
}
.skip{position:absolute;left:-999px;top:0;background:#1A6DAF;color:#fff;padding:12px 16px;z-index:100}
.skip:focus{left:12px;top:12px}


:root{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-cream:#fff7fb;
  --elb-ink:#111111;
  --elb-muted:#666666;
  --elb-max:1180px;
}
body{font-family:"Nunito Sans",Arial,sans-serif}
.ellebnb-section,[class^="ellebnb"] *{box-sizing:border-box}
.ellebnb-container{width:100%;max-width:var(--elb-max);margin:0 auto}
.ellebnb-kicker{display:inline-block;margin-bottom:14px;font-size:11px;font-weight:800;letter-spacing:2px;text-transform:uppercase;background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));background-size:260% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:ellebnbShimmer 4s linear infinite}
.ellebnb-h2{margin:0;font-family:"Manrope",sans-serif;font-size:48px;line-height:1.02;letter-spacing:-2px;font-weight:700}
.ellebnb-h2-light{color:#fff}.ellebnb-h2-dark{color:var(--elb-ink)}
@keyframes ellebnbFadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
@keyframes ellebnbFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@keyframes ellebnbGlow{0%,100%{box-shadow:0 0 0 rgba(255,221,89,0)}50%{box-shadow:0 0 34px rgba(255,221,89,.38)}}
@keyframes ellebnbShimmer{0%{background-position:-180% center}100%{background-position:180% center}}
@media(prefers-reduced-motion:reduce){.ellebnb-kicker,[class^="ellebnb"]{animation:none!important;transition:none!important}}
@media screen and (max-width:768px){.ellebnb-h2{font-size:34px;line-height:1.06;letter-spacing:-1px}}

/* Uniformita padding mobile sezioni principali */
@media(max-width:640px){.ellebnb-home-hero,.ellebnb-home-intro,.ellebnb-home-services,.ellebnb-home-areas,.ellebnb-home-faq,.ellebnb-home-final,.ellebnb-footer{padding:58px 20px}}

.ellebnb-home-hero{
  width:100%;
  min-height:92vh;
  display:flex;
  align-items:center;
  padding:74px 20px;
  color:#fff;
  overflow:hidden;
}

.ellebnb-home-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(300px,.78fr);
  gap:46px;
  align-items:center;
}

.ellebnb-home-hero-kicker{
  display:inline-block;
  margin:0 0 14px;
  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));
  background-size:260% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  animation:ellebnbShimmer 4s linear infinite;
}

.ellebnb-home-hero-title{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:clamp(38px,5vw,64px);
  line-height:1;
  letter-spacing:-1.6px;
  font-weight:800;
  color:#fff;
}

.ellebnb-home-hero-title span{
  color:var(--elb-gold);
}

.ellebnb-home-hero-copy{
  max-width:690px;
  margin:22px 0 0;
  color:rgba(255,255,255,.76);
  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:18px;
  line-height:1.75;
}

.ellebnb-home-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px;
}

.ellebnb-home-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 22px;
  border-radius:999px;
  border:1px solid transparent;
  text-decoration:none;
  font-family:"Manrope",sans-serif;
  font-size:13px;
  font-weight:800;
}

.ellebnb-home-btn-primary{
  background:var(--elb-gold);
  color:var(--elb-dark-deep);
}

.ellebnb-home-btn-outline{
  border-color:rgba(255,255,255,.24);
  background:rgba(255,255,255,.10);
  color:#fff;
}

.ellebnb-home-card{
  padding:28px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:24px;
  background:rgba(255,255,255,.12);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:0 24px 70px rgba(7,50,86,.24);
}

.ellebnb-home-card-top{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding-bottom:18px;
  border-bottom:1px solid rgba(255,255,255,.14);
  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(255,255,255,.74);
}

.ellebnb-home-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--elb-gold);
  box-shadow:0 0 0 8px rgba(255,221,89,.16);
}

.ellebnb-home-stats{
  display:grid;
  gap:18px;
  margin-top:22px;
}

.ellebnb-home-stat strong{
  display:block;
  margin-bottom:6px;
  font-family:"Manrope",sans-serif;
  font-size:22px;
  color:#fff;
}

.ellebnb-home-stat p{
  margin:0;
  color:rgba(255,255,255,.68);
  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:14px;
  line-height:1.6;
}

@media(max-width:900px){
  .ellebnb-home-hero{
    min-height:auto;
    padding:58px 20px;
  }

  .ellebnb-home-hero-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:640px){
  .ellebnb-home-hero-title{
    font-size:38px;
  }

  .ellebnb-home-buttons{
    flex-direction:column;
  }

  .ellebnb-home-btn{
    width:100%;
  }
}

.ellebnb-intro{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-ink:#111111;
  --elb-muted:#666666;
  --elb-max:1180px;

  position:relative;
  width:100vw;
  left:50%;
  margin-left:-50vw;

  padding:20px;
  overflow:hidden;
  box-sizing:border-box;
}

.ellebnb-intro *{
  box-sizing:border-box;
}

.ellebnb-intro-content{
  position:relative;
  z-index:2;

  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;

  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);
  gap:40px;
  align-items:center;
}

.ellebnb-intro-left,
.ellebnb-intro-right{
  min-width:0;
}

.ellebnb-intro-kicker{
  display:inline-block;
  margin:0 0 14px;

  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;

  background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));
  background-size:260% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;

  animation:ellebnbIntroShimmer 4s linear infinite;
}

.ellebnb-intro-title{
  margin:0 0 20px;

  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;

  color:#fff;
}

.ellebnb-intro-title span{
  color:var(--elb-gold);
}

.ellebnb-intro-copy{
  max-width:620px;
  margin:0;

  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:15px;
  line-height:1.9;

  color:rgba(255,255,255,.78);
}

.ellebnb-intro-right{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.ellebnb-intro-item{
  display:flex;
  align-items:center;
  gap:16px;

  width:100%;

  padding:18px 20px;
  border-radius:20px;

  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.12);

  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);

  transition:.35s ease;
}

.ellebnb-intro-item:hover{
  transform:translateY(-5px);
  border-color:rgba(255,221,89,.45);
  background:rgba(255,255,255,.13);
}

.ellebnb-intro-icon{
  width:46px;
  height:46px;

  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;

  border-radius:16px;

  background:var(--elb-gold);
  color:var(--elb-dark-deep);
}

.ellebnb-intro-icon svg{
  width:22px;
  height:22px;
  display:block;

  stroke:currentColor;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
  fill:none;
}

.ellebnb-intro-item span{
  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:14px;
  line-height:1.6;
  color:#fff;
}

@keyframes ellebnbIntroShimmer{
  0%{background-position:0% 50%}
  100%{background-position:260% 50%}
}

@media screen and (max-width:900px){
  .ellebnb-intro-content{
    grid-template-columns:1fr;
    gap:28px;
  }
}

@media screen and (max-width:768px){
  .ellebnb-intro{
    padding:20px;
  }

  .ellebnb-intro-content{
    width:100%;
    max-width:100%;
  }

  .ellebnb-intro-title{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }

  .ellebnb-intro-copy{
    max-width:100%;
    font-size:14px;
    line-height:1.8;
  }

  .ellebnb-intro-item{
    padding:16px;
    border-radius:18px;
  }

  .ellebnb-intro-icon{
    width:42px;
    height:42px;
    border-radius:14px;
  }

  .ellebnb-intro-icon svg{
    width:20px;
    height:20px;
  }

  .ellebnb-intro-item span{
    font-size:13px;
  }
}

.ellebnb-founder{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-ink:#111111;
  --elb-muted:#666666;
  --elb-max:1180px;

  position:relative;
  width:100vw;
  left:50%;
  margin-left:-50vw;

  padding:20px;
  overflow:hidden;
  box-sizing:border-box;
}

.ellebnb-founder *{
  box-sizing:border-box;
}

.ellebnb-founder-container{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;

  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:46px;
  align-items:center;
}

.ellebnb-founder-image{
  position:relative;
  min-height:640px;

  border-radius:30px;
  overflow:hidden;

  box-shadow:0 2px 7px rgba(26,109,175,.14);
}

.ellebnb-founder-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;

  transition:.7s ease;
}

.ellebnb-founder-image:hover img{
  transform:scale(1.04);
}

.ellebnb-founder-overlay{
  position:absolute;
  left:22px;
  right:22px;
  bottom:22px;

  padding:20px 22px;
  border-radius:20px;

  background:rgba(255,255,255,.88);
  border:1px solid rgba(255,255,255,.58);

  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);

  box-shadow:0 16px 38px rgba(26,109,175,.16);
}

.ellebnb-founder-overlay strong{
  display:block;
  margin-bottom:6px;

  font-family:"Manrope",sans-serif;
  font-size:14px;
  line-height:1.4;

  color:var(--elb-dark);
}

.ellebnb-founder-overlay span{
  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:12px;
  color:var(--elb-muted);
}

.ellebnb-founder-content{
  min-width:0;
}

.ellebnb-founder-kicker{
  display:inline-block;
  margin:0 0 14px;

  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;

  background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));
  background-size:260% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;

  animation:ellebnbFounderShimmer 4s linear infinite;
}

.ellebnb-founder-title{
  margin:0 0 24px;

  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;

  color:var(--elb-ink);
}

.ellebnb-founder-title span{
  color:var(--elb-dark);
}

.ellebnb-founder-line{
  width:70px;
  height:3px;

  margin-bottom:26px;
  border-radius:999px;

  background:var(--elb-gold);
}

.ellebnb-founder-content p{
  margin:0 0 18px;

  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:15px;
  line-height:1.9;

  color:var(--elb-muted);
}

.ellebnb-founder-quote{
  margin-top:34px;
  padding:30px;

  border-radius:24px;

  background:transparent;
  border:1px solid rgba(26,109,175,.14);
  border-left:4px solid var(--elb-gold);
}

.ellebnb-founder-quote p{
  margin:0;

  font-family:"Manrope",sans-serif;
  font-size:19px;
  line-height:1.7;
  letter-spacing:-.3px;
  font-weight:800;

  color:var(--elb-ink);
}

@keyframes ellebnbFounderShimmer{
  0%{background-position:0% 50%}
  100%{background-position:260% 50%}
}

@media screen and (max-width:900px){
  .ellebnb-founder-container{
    grid-template-columns:1fr;
    gap:34px;
  }

  .ellebnb-founder-image{
    min-height:520px;
  }
}

@media screen and (max-width:768px){
  .ellebnb-founder{
    padding:20px;
  }

  .ellebnb-founder-container{
    width:100%;
    max-width:100%;
  }

  .ellebnb-founder-image{
    min-height:460px;
    border-radius:22px;
  }

  .ellebnb-founder-overlay{
    left:18px;
    right:18px;
    bottom:18px;

    border-radius:18px;
  }

  .ellebnb-founder-title{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }

  .ellebnb-founder-content p{
    font-size:14px;
    line-height:1.8;
  }

  .ellebnb-founder-quote{
    padding:24px;
    border-radius:22px;
  }

  .ellebnb-founder-quote p{
    font-size:16px;
  }
}

:root{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-cream:#fff7fb;
  --elb-ink:#111111;
  --elb-muted:#666666;
  --elb-max:1180px;
}

.ellebnb-why,
.ellebnb-why *{
  box-sizing:border-box;
}

.ellebnb-why{
  width:100%;
  padding:20px 20px;
  background:var(--elb-cream);
  overflow:hidden;
}

/* TOP */

.ellebnb-why-top{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto 34px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:34px;
  align-items:end;
}

.ellebnb-why-kicker{
  display:inline-block;
  margin:0 0 14px;
  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));
  background-size:260% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  animation:ellebnbWhyShimmer 4s linear infinite;
}

.ellebnb-why-title{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;
  color:var(--elb-ink);
}

.ellebnb-why-title span{
  color:var(--elb-dark);
}

.ellebnb-why-right{
  padding-bottom:4px;
}

.ellebnb-why-line{
  width:70px;
  height:3px;
  margin-bottom:20px;
  border-radius:999px;
  background:var(--elb-gold);
}

.ellebnb-why-right p{
  margin:0;
  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:15px;
  line-height:1.9;
  color:var(--elb-muted);
}

/* GRID */

.ellebnb-why-grid{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:20px;
}

/* BIG CARD */

.ellebnb-why-main{
  height:100%;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border-radius:26px;
  background:#fff;
  box-shadow:0 18px 50px rgba(26,109,175,.08);
  transition:.35s ease;
}

.ellebnb-why-main:hover{
  transform:translateY(-7px);
  box-shadow:0 28px 70px rgba(26,109,175,.14);
}

/* IMAGE */

.ellebnb-why-main-image{
  position:relative;
  height:520px;
  overflow:hidden;
}

.ellebnb-why-main-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.7s ease;
}

.ellebnb-why-main:hover img,
.ellebnb-why-small:hover img{
  transform:scale(1.045);
}

/* CONTENT */

.ellebnb-why-main-content{
  flex:1;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  padding:26px 28px 30px;
}

.ellebnb-why-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  margin-bottom:14px;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(26,109,175,.08);
  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:1px;
  text-transform:uppercase;
  color:var(--elb-dark);
}

.ellebnb-why-main-content h3{
  margin:0 0 14px;
  font-family:"Manrope",sans-serif;
  font-size:34px;
  line-height:1.04;
  letter-spacing:-1.5px;
  font-weight:800;
  color:var(--elb-ink);
}

.ellebnb-why-main-content p{
  margin:0;
  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:15px;
  line-height:1.75;
  color:var(--elb-muted);
}

/* SIDE */

.ellebnb-why-side{
  display:flex;
  flex-direction:column;
  gap:20px;
}

.ellebnb-why-small{
  overflow:hidden;
  border-radius:26px;
  background:#fff;
  box-shadow:0 16px 46px rgba(26,109,175,.08);
  transition:.35s ease;
}

.ellebnb-why-small:hover{
  transform:translateY(-7px);
  box-shadow:0 26px 64px rgba(26,109,175,.14);
}

.ellebnb-why-small-image{
  position:relative;
  height:220px;
  overflow:hidden;
}

.ellebnb-why-small-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.7s ease;
}

.ellebnb-why-small-content{
  padding:26px;
}

.ellebnb-why-small .ellebnb-why-badge{
  background:rgba(244,94,172,.08);
  color:#B0106A; /* a11y: pink brand darkened for contrast on soft pink */
  font-size:10px;
}

.ellebnb-why-small-content h4{
  margin:0 0 12px;
  font-family:"Manrope",sans-serif;
  font-size:28px;
  line-height:1.05;
  letter-spacing:-1.5px;
  font-weight:800;
  color:var(--elb-ink);
}

.ellebnb-why-small-content p{
  margin:0;
  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:14px;
  line-height:1.8;
  color:var(--elb-muted);
}

@keyframes ellebnbWhyShimmer{
  0%{background-position:0% 50%}
  100%{background-position:260% 50%}
}

/* MOBILE */

@media screen and (max-width:900px){
  .ellebnb-why-top,
  .ellebnb-why-grid{
    grid-template-columns:1fr;
  }

  .ellebnb-why-main-image{
    height:380px;
  }
}

@media screen and (max-width:768px){
  .ellebnb-why{
    padding:28px 20px;
  }

  .ellebnb-why-top{
    gap:24px;
    margin-bottom:28px;
  }

  .ellebnb-why-title{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }

  .ellebnb-why-right p{
    font-size:14px;
    line-height:1.8;
  }

  .ellebnb-why-main,
  .ellebnb-why-small{
    border-radius:22px;
  }

  .ellebnb-why-main-image{
    height:320px;
  }

  .ellebnb-why-main-content{
    padding:24px;
  }

  .ellebnb-why-main-content h3{
    font-size:30px;
    letter-spacing:-1px;
  }

  .ellebnb-why-main-content p{
    font-size:14px;
  }

  .ellebnb-why-small-image{
    height:200px;
  }

  .ellebnb-why-small-content{
    padding:22px;
  }

  .ellebnb-why-small-content h4{
    font-size:24px;
    letter-spacing:-1px;
  }

  .ellebnb-why-small-content p{
    font-size:13px;
  }
}

:root{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-cream:#fff7fb;
  --elb-ink:#111111;
  --elb-muted:#666666;
  --elb-max:1180px;
}

.ellebnb360,
.ellebnb360 *{
  box-sizing:border-box;
}

.ellebnb360{
  width:100%;
  padding:20px 20px;
  background:var(--elb-dark);
  overflow:hidden;
  color:#fff;
}

.ellebnb360-inner{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
}

.ellebnb360-top{
  max-width:760px;
  margin:0 0 40px;
}

.ellebnb360-kicker{
  display:inline-block;
  margin:0 0 14px;
  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));
  background-size:260% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  animation:ellebnb360Shimmer 4s linear infinite;
}

.ellebnb360-title{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;
  color:#fff;
}

.ellebnb360-title span{
  color:var(--elb-gold);
}

/* GRID */

.ellebnb360-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

/* CARD */

.ellebnb360-card{
  position:relative;
  min-height:330px;
  padding:26px;
  border-radius:24px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 18px 50px rgba(21,87,143,.18);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  overflow:hidden;
  transition:.35s ease;
}

.ellebnb360-card::before{
  content:"";
  position:absolute;
  width:150px;
  height:150px;
  right:-80px;
  top:-80px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,221,89,.28),transparent 70%);
  opacity:.85;
  pointer-events:none;
}

.ellebnb360-card:hover{
  transform:translateY(-7px);
  border-color:rgba(255,221,89,.48);
  background:rgba(255,255,255,.14);
  box-shadow:0 28px 68px rgba(21,87,143,.28);
}

.ellebnb360-icon{
  position:relative;
  z-index:2;
  width:48px;
  height:48px;
  margin-bottom:20px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--elb-gold);
  color:var(--elb-dark-deep);
  box-shadow:0 12px 26px rgba(255,221,89,.22);
}

.ellebnb360-icon svg{
  width:22px;
  height:22px;
  display:block;
  stroke:currentColor;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
  fill:none;
}

.ellebnb360-card h3{
  position:relative;
  z-index:2;
  margin:0 0 16px;
  font-family:"Manrope",sans-serif;
  font-size:24px;
  line-height:1.05;
  font-weight:800;
  color:#fff;
}

.ellebnb360-card ul{
  position:relative;
  z-index:2;
  margin:0;
  padding:0;
  list-style:none;
}

.ellebnb360-card li{
  position:relative;
  padding-left:18px;
  margin-bottom:12px;
  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:13px;
  line-height:1.7;
  color:rgba(255,255,255,.72);
}

.ellebnb360-card li::before{
  content:"";
  position:absolute;
  left:0;
  top:.72em;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--elb-gold);
}

@keyframes ellebnb360Shimmer{
  0%{background-position:0% 50%}
  100%{background-position:260% 50%}
}

/* MOBILE */

@media screen and (max-width:1024px){
  .ellebnb360-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .ellebnb360-card{
    min-height:300px;
  }
}

@media screen and (max-width:768px){
  .ellebnb360{
    padding:2px 20px;
  }

  .ellebnb360-title{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }

  .ellebnb360-grid{
    grid-template-columns:1fr;
  }

  .ellebnb360-card{
    min-height:auto;
    padding:24px;
    border-radius:22px;
  }
}

.ellebnb-territories{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-ink:#111111;
  --elb-muted:#666666;
  --elb-max:1180px;

  position:relative;
  width:100%;

  padding:20px;
  overflow:hidden;
  box-sizing:border-box;
}

.ellebnb-territories *{
  box-sizing:border-box;
}

/* TOP */

.ellebnb-territories-top{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto 34px;

  display:grid;
  grid-template-columns:1fr 1fr;
  gap:34px;
  align-items:end;
}

.ellebnb-territories-kicker{
  display:inline-block;
  margin:0 0 14px;

  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;

  background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));
  background-size:260% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;

  animation:ellebnbTerritoriesShimmer 4s linear infinite;
}

.ellebnb-territories-title{
  margin:0;

  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;

  color:var(--elb-ink);
}

.ellebnb-territories-title span{
  color:var(--elb-dark);
}

.ellebnb-territories-right{
  padding-bottom:4px;
}

.ellebnb-territories-line{
  width:70px;
  height:3px;

  margin-bottom:20px;
  border-radius:999px;

  background:var(--elb-gold);
}

.ellebnb-territories-right p{
  margin:0;

  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:15px;
  line-height:1.9;

  color:var(--elb-muted);
}

/* GRID */

.ellebnb-territories-grid{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;

  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}

.ellebnb-territory-main{
  position:relative;

  min-height:620px;

  display:flex;
  align-items:flex-end;

  padding:34px;
  border-radius:26px;

  overflow:hidden;
  isolation:isolate;

  transition:.45s ease;
}

.ellebnb-territory-main img{
  position:absolute;
  inset:0;
  z-index:-2;

  width:100%;
  height:100%;

  object-fit:cover;

  transition:.7s ease;
}

.ellebnb-territory-main::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;

  background:linear-gradient(180deg,rgba(21,87,143,.08) 0%,rgba(21,87,143,.82) 100%);
}

.ellebnb-territory-main:hover,
.ellebnb-territory-small:hover{
  transform:translateY(-5px);
}

.ellebnb-territory-main:hover img,
.ellebnb-territory-small:hover img{
  transform:scale(1.045);
}

.ellebnb-territory-content{
  position:relative;
  z-index:2;

  max-width:430px;
}

.ellebnb-territory-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  margin-bottom:16px;
  padding:10px 14px;

  border-radius:999px;

  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.18);

  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);

  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:1px;
  text-transform:uppercase;

  color:#fff;
}

.ellebnb-territory-content h3{
  margin:0 0 16px;

  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1;
  letter-spacing:-2px;
  font-weight:800;

  color:#fff;
}

.ellebnb-territory-content p{
  margin:0;

  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:14px;
  line-height:1.85;

  color:rgba(255,255,255,.82);
}

.ellebnb-territories-side{
  display:flex;
  flex-direction:column;
  gap:20px;
}

.ellebnb-territory-small{
  position:relative;

  flex:1;
  min-height:300px;

  display:flex;
  align-items:flex-end;

  padding:28px;
  border-radius:26px;

  overflow:hidden;
  isolation:isolate;

  transition:.45s ease;
}

.ellebnb-territory-small img{
  position:absolute;
  inset:0;
  z-index:-2;

  width:100%;
  height:100%;

  object-fit:cover;

  transition:.7s ease;
}

.ellebnb-territory-small::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;

  background:linear-gradient(180deg,rgba(21,87,143,.08) 0%,rgba(21,87,143,.84) 100%);
}

.ellebnb-territory-small-content{
  position:relative;
  z-index:2;
}

.ellebnb-territory-small-content h4{
  margin:0 0 10px;

  font-family:"Manrope",sans-serif;
  font-size:34px;
  line-height:1;
  letter-spacing:-1.5px;
  font-weight:800;

  color:#fff;
}

.ellebnb-territory-small-content p{
  margin:0;

  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:13px;
  line-height:1.8;

  color:rgba(255,255,255,.80);
}

@keyframes ellebnbTerritoriesShimmer{
  0%{background-position:0% 50%}
  100%{background-position:260% 50%}
}

@media screen and (max-width:900px){
  .ellebnb-territories-top,
  .ellebnb-territories-grid{
    grid-template-columns:1fr;
  }
}

@media screen and (max-width:768px){
  .ellebnb-territories{
    padding:20px;
  }

  .ellebnb-territories-top{
    gap:24px;
    margin-bottom:28px;
  }

  .ellebnb-territories-title{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }

  .ellebnb-territories-right p{
    font-size:14px;
    line-height:1.8;
  }

  .ellebnb-territory-main{
    min-height:480px;
    padding:28px;
    border-radius:22px;
  }

  .ellebnb-territory-content h3{
    font-size:38px;
    letter-spacing:-1px;
  }

  .ellebnb-territory-small{
    min-height:250px;
    padding:24px;
    border-radius:22px;
  }

  .ellebnb-territory-small-content h4{
    font-size:28px;
    letter-spacing:-1px;
  }
}

.ellebnb-strip{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-ink:#111111;
  --elb-muted:#666666;
  --elb-max:1180px;

  position:relative;
  width:100vw;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;

  padding:74px 20px;
  overflow:hidden;
  color:#fff;
  box-sizing:border-box;
}

.ellebnb-strip *{
  box-sizing:border-box;
}

.ellebnb-strip::before{
  content:"";
  position:absolute;
  width:360px;
  height:360px;
  top:-190px;
  right:8%;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,221,89,.24),transparent 70%);
  pointer-events:none;
  animation:ellebnbStripGlow 6s ease-in-out infinite;
}

.ellebnb-strip::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,transparent,rgba(255,255,255,.08),transparent);
  transform:translateX(-120%);
  animation:ellebnbStripSweep 7s ease-in-out infinite;
  pointer-events:none;
}

.ellebnb-strip-inner{
  position:relative;
  z-index:2;

  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
}

.ellebnb-strip-top{
  max-width:790px;
  margin:0 0 40px;
}

.ellebnb-strip-kicker{
  display:inline-block;
  margin:0 0 14px;

  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;

  background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));
  background-size:260% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;

  animation:ellebnbStripShimmer 4s linear infinite;
}

.ellebnb-strip-title{
  margin:0 0 18px;

  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;

  color:#fff;
}

.ellebnb-strip-title span{
  color:var(--elb-gold);
}

.ellebnb-strip-copy{
  margin:0;
  max-width:700px;

  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:15px;
  line-height:1.9;

  color:rgba(255,255,255,.78);
}

/* GRID */

.ellebnb-strip-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.ellebnb-strip-item{
  display:flex;
  align-items:center;
  gap:14px;

  min-height:88px;
  min-width:0;

  padding:18px;
  border-radius:20px;

  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);

  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);

  transition:.35s ease;
}

.ellebnb-strip-item:hover{
  transform:translateY(-6px);
  border-color:rgba(255,221,89,.48);
  background:rgba(255,255,255,.14);
}

.ellebnb-strip-icon{
  width:44px;
  height:44px;

  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;

  border-radius:15px;

  background:var(--elb-gold);
  color:var(--elb-dark-deep);
}

.ellebnb-strip-icon svg{
  width:21px;
  height:21px;
  display:block;

  stroke:currentColor;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
  fill:none;
}

.ellebnb-strip-item span{
  min-width:0;

  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:14px;
  font-weight:700;
  line-height:1.45;

  color:#fff;
}

/* BOTTOM */

.ellebnb-strip-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;

  margin-top:42px;
  padding-top:30px;

  border-top:1px solid rgba(255,255,255,.14);
}

.ellebnb-strip-bottom p{
  margin:0;
  max-width:650px;

  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:14px;
  line-height:1.8;

  color:rgba(255,255,255,.76);
}

.ellebnb-strip-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  min-height:52px;
  padding:0 28px;

  border-radius:999px;

  background:var(--elb-gold);
  color:var(--elb-dark-deep);

  text-decoration:none;

  font-family:"Manrope",sans-serif;
  font-size:13px;
  font-weight:900;

  white-space:nowrap;

  box-shadow:0 14px 34px rgba(255,221,89,.22);

  transition:.35s ease;
}

.ellebnb-strip-btn:hover{
  transform:translateY(-4px);
  background:#ffe983;
  box-shadow:0 20px 46px rgba(255,221,89,.30);
}

@keyframes ellebnbStripShimmer{
  0%{background-position:0% 50%}
  100%{background-position:260% 50%}
}

@keyframes ellebnbStripGlow{
  0%,100%{transform:scale(1);opacity:.72}
  50%{transform:scale(1.12);opacity:1}
}

@keyframes ellebnbStripSweep{
  0%,62%{transform:translateX(-120%)}
  100%{transform:translateX(120%)}
}

@media screen and (max-width:1024px){
  .ellebnb-strip-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media screen and (max-width:768px){
  .ellebnb-strip{
    padding:20px 28px;
  }

  .ellebnb-strip-inner{
    width:100%;
    max-width:100%;
  }

  .ellebnb-strip-top{
    margin-bottom:28px;
  }

  .ellebnb-strip-title{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }

  .ellebnb-strip-copy{
    font-size:14px;
    line-height:1.8;
  }

  .ellebnb-strip-grid{
    grid-template-columns:1fr;
  }

  .ellebnb-strip-item{
    min-height:auto;
    padding:16px;
    border-radius:18px;
  }

  .ellebnb-strip-icon{
    width:42px;
    height:42px;
    border-radius:14px;
  }

  .ellebnb-strip-icon svg{
    width:20px;
    height:20px;
  }

  .ellebnb-strip-item span{
    font-size:13px;
  }

  .ellebnb-strip-bottom{
    flex-direction:column;
    align-items:flex-start;
    gap:22px;
  }

  .ellebnb-strip-btn{
    width:100%;
  }

  .ellebnb-strip::before{
    width:220px;
    height:220px;
    top:-120px;
    right:-80px;
  }
}

:root{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-cream:#fff7fb;
  --elb-ink:#111111;
  --elb-muted:#666666;
  --elb-max:1180px;
}

.ellebnb-model,
.ellebnb-model *{
  box-sizing:border-box;
}

.ellebnb-model{
  width:100%;
  padding:20px 20px;
  overflow:hidden;
}

.ellebnb-model-inner{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) 420px;
  gap:44px;
  align-items:start;
}

/* LEFT */

.ellebnb-model-kicker{
  display:inline-block;
  margin:0 0 14px;
  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));
  background-size:260% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  animation:ellebnbModelShimmer 4s linear infinite;
}

.ellebnb-model-title{
  max-width:680px;
  margin:0 0 24px;
  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;
  color:var(--elb-ink);
}

.ellebnb-model-title span{
  color:var(--elb-dark);
}

.ellebnb-model-line{
  width:70px;
  height:3px;
  margin-bottom:26px;
  border-radius:999px;
  background:var(--elb-gold);
}

.ellebnb-model-left p{
  max-width:660px;
  margin:0 0 18px;
  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:15px;
  line-height:1.9;
  color:var(--elb-muted);
}

/* NUMBERS */

.ellebnb-model-numbers{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-top:38px;
}

.ellebnb-model-number{
  padding:22px;
  border-radius:22px;
  background:var(--elb-cream);
  border:1px solid rgba(26,109,175,.08);
  box-shadow:0 16px 42px rgba(26,109,175,.07);
  transition:.35s ease;
}

.ellebnb-model-number:hover{
  transform:translateY(-6px);
  border-color:rgba(255,221,89,.55);
  box-shadow:0 24px 58px rgba(26,109,175,.12);
}

.ellebnb-model-number h3{
  margin:0 0 8px;
  font-family:"Manrope",sans-serif;
  font-size:38px;
  line-height:1;
  letter-spacing:-1.5px;
  font-weight:900;
  color:var(--elb-dark);
}

.ellebnb-model-number p{
  margin:0;
  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:12px;
  line-height:1.65;
  color:var(--elb-muted);
}

/* RIGHT */

.ellebnb-model-side{
  position:relative;
  padding:34px;
  border-radius:26px;
  background:linear-gradient(135deg,var(--elb-dark),var(--elb-dark-deep));
  color:#fff;
  overflow:hidden;
  box-shadow:0 24px 70px rgba(26,109,175,.18);
}

.ellebnb-model-side::before{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  right:-100px;
  top:-100px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,221,89,.30),transparent 70%);
  pointer-events:none;
}

.ellebnb-model-side h3{
  position:relative;
  z-index:2;
  margin:0 0 26px;
  font-family:"Manrope",sans-serif;
  font-size:30px;
  line-height:1.05;
  letter-spacing:-1px;
  font-weight:800;
  color:#fff;
}

.ellebnb-check{
  position:relative;
  z-index:2;
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding:17px 0;
  border-bottom:1px solid rgba(255,255,255,.14);
}

.ellebnb-check:last-child{
  border-bottom:none;
  padding-bottom:0;
}

.ellebnb-check span{
  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:14px;
  line-height:1.7;
  color:rgba(255,255,255,.76);
}

.ellebnb-check strong{
  font-family:"Manrope",sans-serif;
  font-size:14px;
  font-weight:900;
  color:var(--elb-gold);
  text-align:right;
  white-space:nowrap;
}

@keyframes ellebnbModelShimmer{
  0%{background-position:0% 50%}
  100%{background-position:260% 50%}
}

/* MOBILE */

@media screen and (max-width:1024px){
  .ellebnb-model-inner{
    grid-template-columns:1fr;
  }

  .ellebnb-model-numbers{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media screen and (max-width:768px){
  .ellebnb-model{
    padding:1px 20px;
  }

  .ellebnb-model-title{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }

  .ellebnb-model-left p{
    font-size:14px;
    line-height:1.8;
  }

  .ellebnb-model-number{
    padding:20px;
    border-radius:20px;
  }

  .ellebnb-model-number h3{
    font-size:32px;
  }

  .ellebnb-model-side{
    padding:24px;
    border-radius:22px;
  }

  .ellebnb-model-side h3{
    font-size:24px;
  }

  .ellebnb-check{
    gap:12px;
  }

  .ellebnb-check span,
  .ellebnb-check strong{
    font-size:13px;
  }
}

.ellebnb-ota{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-cream:#fff7fb;
  --elb-ink:#111111;
  --elb-muted:#666666;
  --elb-max:1180px;

  position:relative;
  width:100vw;
  left:50%;
  margin-left:-50vw;

  padding:20px;
  overflow:hidden;
  box-sizing:border-box;
}

.ellebnb-ota *{
  box-sizing:border-box;
}

.ellebnb-ota-inner{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
  text-align:center;
}

.ellebnb-ota-kicker{
  display:inline-block;
  margin:0 0 14px;

  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;

  background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));
  background-size:260% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;

  animation:ellebnbOtaShimmer 4s linear infinite;
}

.ellebnb-ota-title{
  max-width:980px;
  margin:0 auto 24px;

  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;

  color:var(--elb-ink);
}

.ellebnb-ota-title span{
  color:var(--elb-dark);
}

.ellebnb-ota-line{
  width:70px;
  height:3px;

  margin:0 auto 26px;
  border-radius:999px;

  background:var(--elb-gold);
}

.ellebnb-ota-copy{
  max-width:660px;
  margin:0 auto 42px;

  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:15px;
  line-height:1.9;

  color:var(--elb-muted);
}

/* LOGHI */

.ellebnb-ota-logos{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;

  width:100%;
  margin:0 auto 34px;
}

.ellebnb-ota-logo{
  min-height:112px;

  display:flex;
  align-items:center;
  justify-content:center;

  padding:24px;
  border-radius:22px;

  background:rgba(255,255,255,.78);
  border:1px solid rgba(26,109,175,.10);

  box-shadow:0 16px 42px rgba(26,109,175,.07);

  transition:.35s ease;
}

.ellebnb-ota-logo:hover{
  transform:translateY(-6px);
  border-color:rgba(255,221,89,.55);
  box-shadow:0 24px 58px rgba(26,109,175,.12);
}

.ellebnb-ota-logo img{
  display:block;

  width:100%;
  max-width:150px;
  max-height:44px;

  object-fit:contain;
}

.ellebnb-ota-logo-airbnb img{
  max-width:128px;
}

.ellebnb-ota-logo-expedia img{
  max-width:138px;
}

.ellebnb-vrbo-logo{
  display:block;
  width:138px;
  height:auto;
}

/* TERRITORI */

.ellebnb-ota-territories{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
}

.ellebnb-ota-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  min-height:44px;
  padding:0 18px;

  border-radius:999px;

  background:rgba(255,255,255,.82);
  border:1px solid rgba(26,109,175,.10);

  font-family:"Manrope",sans-serif;
  font-size:12px;
  font-weight:800;
  letter-spacing:.2px;

  color:var(--elb-dark);

  box-shadow:0 10px 28px rgba(26,109,175,.06);
}

@keyframes ellebnbOtaShimmer{
  0%{background-position:0% 50%}
  100%{background-position:260% 50%}
}

@media screen and (max-width:900px){
  .ellebnb-ota-logos{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media screen and (max-width:768px){
  .ellebnb-ota{
    padding:20px;
  }

  .ellebnb-ota-title{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }

  .ellebnb-ota-copy{
    font-size:14px;
    line-height:1.8;
    margin-bottom:34px;
  }

  .ellebnb-ota-logo{
    min-height:96px;
    padding:20px;
    border-radius:20px;
  }

  .ellebnb-ota-logo img{
    max-height:38px;
  }

  .ellebnb-vrbo-logo{
    width:126px;
  }

  .ellebnb-ota-pill{
    width:100%;
  }
}

@media screen and (max-width:520px){
  .ellebnb-ota-logos{
    grid-template-columns:1fr;
  }
}

.ellebnb-reviews{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-cream:#fff7fb;
  --elb-ink:#111111;
  --elb-muted:#666666;
  --elb-max:1180px;

  position:relative;
  width:100%;

  padding:20px;
  overflow:hidden;
  color:#fff;
  box-sizing:border-box;
}

.ellebnb-reviews *{
  box-sizing:border-box;
}

.ellebnb-reviews-inner{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
}

/* TOP */

.ellebnb-reviews-top{
  max-width:820px;
  margin:0 auto 44px;
  text-align:center;
}

.ellebnb-reviews-kicker{
  display:inline-block;
  margin:0 0 14px;

  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;

  background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));
  background-size:260% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;

  animation:ellebnbReviewsShimmer 4s linear infinite;
}

.ellebnb-reviews-title{
  margin:0 auto 22px;

  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;

  color:#fff;
}

.ellebnb-reviews-title span{
  color:var(--elb-gold);
}

.ellebnb-reviews-line{
  width:70px;
  height:3px;

  margin:0 auto 24px;
  border-radius:999px;

  background:var(--elb-gold);
}

.ellebnb-reviews-copy{
  max-width:650px;
  margin:0 auto;

  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:15px;
  line-height:1.9;

  color:rgba(255,255,255,.76);
}

/* METRICS */

.ellebnb-reviews-metrics{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;

  margin:0 auto 22px;
}

.ellebnb-reviews-metric{
  padding:18px 20px;
  border-radius:22px;

  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);

  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);

  text-align:center;

  animation:ellebnbReviewsFloat 5.5s ease-in-out infinite;
}

.ellebnb-reviews-metric:nth-child(2){
  animation-delay:.4s;
}

.ellebnb-reviews-metric:nth-child(3){
  animation-delay:.8s;
}

.ellebnb-reviews-metric strong{
  display:block;
  margin-bottom:6px;

  font-family:"Manrope",sans-serif;
  font-size:30px;
  line-height:1;
  letter-spacing:-1px;
  font-weight:900;

  color:var(--elb-gold);
}

.ellebnb-reviews-metric span{
  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:12px;
  line-height:1.5;

  color:rgba(255,255,255,.74);
}

/* GRID */

.ellebnb-reviews-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

/* CARD */

.ellebnb-review{
  position:relative;

  padding:38px;
  border-radius:26px;

  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.16);

  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);

  overflow:hidden;

  transition:.4s ease;
}

.ellebnb-review::after{
  content:"";
  position:absolute;

  left:0;
  top:0;
  bottom:0;

  width:4px;

  background:var(--elb-gold);

  transform:scaleY(.28);
  transform-origin:top;

  transition:.4s ease;
}

.ellebnb-review:hover{
  transform:translateY(-8px) scale(1.012);
  border-color:rgba(255,221,89,.48);
  background:rgba(255,255,255,.16);
}

.ellebnb-review:hover::after{
  transform:scaleY(1);
}

/* QUOTE */

.ellebnb-review-quote{
  position:relative;
  z-index:2;

  margin-bottom:18px;

  font-family:"Manrope",sans-serif;
  font-size:76px;
  line-height:.7;
  font-weight:900;

  color:var(--elb-gold);
  opacity:.42;
}

/* TEXT */

.ellebnb-review-text{
  position:relative;
  z-index:2;

  margin:0 0 34px;

  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:18px;
  line-height:1.85;
  letter-spacing:-.2px;

  color:rgba(255,255,255,.86);
}

/* FOOTER */

.ellebnb-review-footer{
  position:relative;
  z-index:2;

  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;

  padding-top:20px;

  border-top:1px solid rgba(255,255,255,.14);
}

.ellebnb-review-user{
  display:flex;
  align-items:center;
  gap:12px;
}

.ellebnb-review-avatar{
  width:44px;
  height:44px;

  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;

  border-radius:50%;

  background:var(--elb-gold);
  color:var(--elb-dark-deep);

  font-family:"Manrope",sans-serif;
  font-size:13px;
  font-weight:900;
}

.ellebnb-review-user strong{
  display:block;
  margin-bottom:5px;

  font-family:"Manrope",sans-serif;
  font-size:15px;
  font-weight:900;

  color:#fff;
}

.ellebnb-review-user span{
  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:13px;

  color:rgba(255,255,255,.62);
}

.ellebnb-review-stars{
  flex-shrink:0;

  font-family:"Manrope",sans-serif;
  font-size:13px;
  letter-spacing:2px;

  color:var(--elb-gold);
}

@keyframes ellebnbReviewsShimmer{
  0%{background-position:0% 50%}
  100%{background-position:260% 50%}
}

@keyframes ellebnbReviewsFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-6px)}
}

/* MOBILE */

@media screen and (max-width:900px){
  .ellebnb-reviews-metrics,
  .ellebnb-reviews-grid{
    grid-template-columns:1fr;
  }
}

@media screen and (max-width:768px){
  .ellebnb-reviews{
    padding:20px;
  }

  .ellebnb-reviews-top{
    margin-bottom:34px;
  }

  .ellebnb-reviews-title{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }

  .ellebnb-reviews-copy{
    font-size:14px;
    line-height:1.8;
  }

  .ellebnb-review{
    padding:28px;
    border-radius:22px;
  }

  .ellebnb-review-text{
    font-size:16px;
    line-height:1.75;
  }

  .ellebnb-review-footer{
    flex-direction:column;
    align-items:flex-start;
  }
}

.ellebnb-faqx{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-cream:#fff7fb;
  --elb-ink:#111111;
  --elb-muted:#666666;
  --elb-max:1180px;

  position:relative;
  width:100vw;
  left:50%;
  margin-left:-50vw;

  padding:20px;
  overflow:hidden;
  color:var(--elb-ink);
  box-sizing:border-box;
}

.ellebnb-faqx *{
  box-sizing:border-box;
}

.ellebnb-faqx-inner{
  position:relative;
  z-index:2;

  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
}

.ellebnb-faqx-head{
  max-width:820px;
  margin:0 auto 42px;
  text-align:center;
}

.ellebnb-faqx-kicker{
  display:inline-block;
  margin:0 0 14px;

  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;

  background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));
  background-size:260% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;

  animation:ellebnbFaqShimmer 4s linear infinite;
}

.ellebnb-faqx-title{
  margin:0;

  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;

  color:var(--elb-ink);
}

.ellebnb-faqx-title span{
  color:var(--elb-dark);
}

.ellebnb-faqx-layout{
  display:grid;
  grid-template-columns:300px minmax(0,1fr);
  gap:22px;
  align-items:start;
}

/* LEFT PANEL */

.ellebnb-faqx-panel{
  position:sticky;
  top:24px;

  padding:26px;
  border-radius:26px;

  background:linear-gradient(135deg,var(--elb-dark),var(--elb-dark-deep));
  color:#fff;

  box-shadow:0 24px 70px rgba(26,109,175,.18);

  overflow:hidden;
}

.ellebnb-faqx-panel::before{
  content:"";
  position:absolute;

  width:160px;
  height:160px;

  right:-80px;
  top:-80px;

  border-radius:50%;

  background:radial-gradient(circle,rgba(255,221,89,.30),transparent 70%);

  pointer-events:none;
}

.ellebnb-faqx-count{
  position:relative;
  z-index:2;

  display:flex;
  align-items:flex-end;
  gap:8px;

  margin-bottom:18px;

  font-family:"Manrope",sans-serif;
}

.ellebnb-faqx-count strong{
  font-size:54px;
  line-height:.9;
  letter-spacing:-2px;

  color:var(--elb-gold);
}

.ellebnb-faqx-count span{
  padding-bottom:6px;

  font-size:13px;
  font-weight:800;

  color:rgba(255,255,255,.70);
}

.ellebnb-faqx-panel p{
  position:relative;
  z-index:2;

  margin:0 0 22px;

  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:14px;
  line-height:1.75;

  color:rgba(255,255,255,.74);
}

.ellebnb-faqx-progress{
  position:relative;
  z-index:2;

  width:100%;
  height:8px;

  border-radius:999px;

  background:rgba(255,255,255,.16);

  overflow:hidden;
}

.ellebnb-faqx-progress-bar{
  display:block;

  width:0%;
  height:100%;

  border-radius:999px;

  background:linear-gradient(90deg,var(--elb-gold),var(--elb-pink));

  transition:width .45s ease;
}

.ellebnb-faqx-cta{
  position:relative;
  z-index:2;

  display:inline-flex;
  align-items:center;
  justify-content:center;

  width:100%;
  min-height:50px;

  margin-top:24px;
  padding:0 20px;

  border-radius:999px;

  background:var(--elb-gold);
  color:var(--elb-dark-deep);

  text-decoration:none;

  font-family:"Manrope",sans-serif;
  font-size:13px;
  font-weight:900;

  box-shadow:0 14px 34px rgba(255,221,89,.24);

  transition:.35s ease;
}

.ellebnb-faqx-cta:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 46px rgba(255,221,89,.32);
}

/* LIST */

.ellebnb-faqx-list{
  display:grid;
  gap:12px;
}

.ellebnb-faqx-item{
  position:relative;

  overflow:hidden;
  border-radius:22px;

  background:rgba(255,255,255,.86);
  border:1px solid rgba(26,109,175,.10);

  box-shadow:0 16px 46px rgba(26,109,175,.08);

  transition:.35s ease;
}

.ellebnb-faqx-item::before{
  content:"";
  position:absolute;

  left:0;
  top:0;
  bottom:0;

  width:4px;

  background:var(--elb-gold);

  transform:scaleY(.24);
  transform-origin:center;

  transition:.35s ease;
}

.ellebnb-faqx-item::after{
  content:"";
  position:absolute;

  width:160px;
  height:160px;

  right:-90px;
  top:-90px;

  border-radius:50%;

  background:radial-gradient(circle,rgba(255,221,89,.18),transparent 70%);

  opacity:0;
  transition:.35s ease;
  pointer-events:none;
}

.ellebnb-faqx-item.is-open,
.ellebnb-faqx-item:hover{
  transform:translateY(-5px);
  border-color:rgba(255,221,89,.55);
  box-shadow:0 26px 70px rgba(26,109,175,.16);
}

.ellebnb-faqx-item.is-open::before,
.ellebnb-faqx-item:hover::before{
  transform:scaleY(1);
}

.ellebnb-faqx-item.is-open::after,
.ellebnb-faqx-item:hover::after{
  opacity:1;
}

.ellebnb-faqx-question{
  position:relative;
  z-index:2;

  width:100%;

  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;

  padding:22px;

  border:0;
  background:transparent;

  cursor:pointer;
  text-align:left;

  color:var(--elb-ink);
}

.ellebnb-faqx-question span{
  font-family:"Manrope",sans-serif;
  font-size:18px;
  font-weight:900;
  line-height:1.35;
}

.ellebnb-faqx-icon{
  width:34px;
  height:34px;

  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;

  border-radius:50%;

  background:var(--elb-dark);
  color:var(--elb-gold);

  font-family:"Manrope",sans-serif;
  font-size:24px;
  font-weight:900;

  transition:.35s ease;
}

.ellebnb-faqx-item.is-open .ellebnb-faqx-icon{
  transform:rotate(45deg);
  background:var(--elb-gold);
  color:var(--elb-dark);
  box-shadow:0 0 22px rgba(255,221,89,.46);
}

.ellebnb-faqx-answer{
  position:relative;
  z-index:2;

  height:0;
  overflow:hidden;

  transition:height .42s ease;
}

.ellebnb-faqx-answer-inner{
  padding:0 22px 22px;
}

.ellebnb-faqx-answer-inner p{
  margin:0;

  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:14px;
  line-height:1.75;

  color:var(--elb-muted);
}

.ellebnb-faqx-chip{
  display:inline-flex;
  align-items:center;

  min-height:34px;
  margin-top:18px;
  padding:0 13px;

  border-radius:999px;

  background:rgba(26,109,175,.08);
  border:1px solid rgba(26,109,175,.10);

  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:900;
  letter-spacing:.9px;
  text-transform:uppercase;

  color:var(--elb-dark);
}

@keyframes ellebnbFaqShimmer{
  0%{background-position:0% 50%}
  100%{background-position:260% 50%}
}

@media screen and (max-width:900px){
  .ellebnb-faqx-layout{
    grid-template-columns:1fr;
  }

  .ellebnb-faqx-panel{
    position:relative;
    top:auto;
  }
}

@media screen and (max-width:768px){
  .ellebnb-faqx{
    padding:20px;
  }

  .ellebnb-faqx-head{
    margin-bottom:32px;
  }

  .ellebnb-faqx-title{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }

  .ellebnb-faqx-panel{
    padding:24px;
    border-radius:22px;
  }

  .ellebnb-faqx-count strong{
    font-size:44px;
  }

  .ellebnb-faqx-question{
    padding:20px;
  }

  .ellebnb-faqx-question span{
    font-size:16px;
  }

  .ellebnb-faqx-answer-inner{
    padding:0 20px 20px;
  }
}

:root{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-cream:#fff7fb;
  --elb-ink:#111111;
  --elb-muted:#666666;
  --elb-max:1180px;
}

.ellebnb-final,
.ellebnb-final *{
  box-sizing:border-box;
}

.ellebnb-final{
  position:relative;
  width:100%;
  padding:20px 20px;
  overflow:hidden;
  color:#fff;
  isolation:isolate;
}

.ellebnb-final-bg{
  position:absolute;
  inset:0;
  z-index:-3;
}

.ellebnb-final-bg img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.ellebnb-final::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
}

.ellebnb-final::after{
  content:"";
  position:absolute;
  width:440px;
  height:440px;
  right:-190px;
  bottom:-220px;
  z-index:-1;
  border-radius:50%;
  animation:ellebnbFinalGlow 6s ease-in-out infinite;
  pointer-events:none;
}

.ellebnb-final-inner{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
  display:flex;
  justify-content:center;
}

.ellebnb-final-content{
  position:relative;
  width:100%;
  max-width:840px;
  padding:44px;
  border-radius:28px;
  text-align:center;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:0 28px 80px rgba(21,87,143,.28);
  overflow:hidden;
}

.ellebnb-final-content::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,transparent,rgba(255,255,255,.12),transparent);
  transform:translateX(-120%);
  animation:ellebnbFinalSweep 7s ease-in-out infinite;
  pointer-events:none;
}

.ellebnb-final-kicker{
  position:relative;
  display:inline-block;
  margin:0 0 14px;
  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));
  background-size:260% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  animation:ellebnbFinalShimmer 4s linear infinite;
}

.ellebnb-final-title{
  position:relative;
  margin:0 0 22px;
  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;
  color:#fff;
}

.ellebnb-final-title span{
  color:var(--elb-gold);
}

.ellebnb-final-line{
  position:relative;
  width:70px;
  height:3px;
  margin:0 auto 26px;
  border-radius:999px;
  background:var(--elb-gold);
  box-shadow:0 0 24px rgba(255,221,89,.42);
}

.ellebnb-final-copy{
  position:relative;
  max-width:640px;
  margin:0 auto 34px;
  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:15px;
  line-height:1.9;
  color:rgba(255,255,255,.78);
}

.ellebnb-final-buttons{
  position:relative;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:14px;
}

.ellebnb-final-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:54px;
  min-width:240px;
  padding:0 28px;
  border-radius:999px;
  text-decoration:none;
  font-family:"Manrope",sans-serif;
  font-size:13px;
  font-weight:900;
  transition:.35s ease;
}

.ellebnb-final-btn-primary{
  background:var(--elb-gold);
  color:var(--elb-dark-deep);
  box-shadow:0 16px 38px rgba(255,221,89,.28);
}

.ellebnb-final-btn-secondary{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

.ellebnb-final-btn:hover{
  transform:translateY(-5px);
}

.ellebnb-final-btn-primary:hover{
  box-shadow:0 22px 48px rgba(255,221,89,.36);
}

.ellebnb-final-btn svg{
  width:17px;
  height:17px;
  display:block;
  fill:currentColor;
}

@keyframes ellebnbFinalShimmer{
  0%{background-position:0% 50%}
  100%{background-position:260% 50%}
}

@keyframes ellebnbFinalSweep{
  0%,62%{transform:translateX(-120%)}
  100%{transform:translateX(120%)}
}

@keyframes ellebnbFinalGlow{
  0%,100%{transform:scale(1);opacity:.72}
  50%{transform:scale(1.16);opacity:1}
}

@media screen and (max-width:768px){
  .ellebnb-final{
    padding:58px 20px;
  }

  .ellebnb-final-content{
    padding:28px 20px;
    border-radius:22px;
  }

  .ellebnb-final-title{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }

  .ellebnb-final-copy{
    font-size:14px;
    line-height:1.8;
  }

  .ellebnb-final-buttons{
    flex-direction:column;
  }

  .ellebnb-final-btn{
    width:100%;
    min-width:0;
  }
}

:root{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-gold:#FFDD59;
  --elb-max:1180px;
}

.ellebnb-footer,
.ellebnb-footer *{
  box-sizing:border-box;
}

.ellebnb-footer{
  width:100%;
  padding:56px 20px 28px;
  background:var(--elb-dark);
  color:#fff;
}

.ellebnb-footer-inner{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
}

/* TOP */

.ellebnb-footer-top{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:30px;
  padding-bottom:30px;
  border-bottom:1px solid rgba(255,255,255,.14);
}

.ellebnb-footer-brand h3{
  margin:0 0 10px;
  font-family:"Manrope",sans-serif;
  font-size:28px;
  line-height:1;
  letter-spacing:-1px;
  font-weight:800;
  color:#fff;
}

.ellebnb-footer-brand h3 span{
  color:var(--elb-gold);
}

.ellebnb-footer-brand p{
  max-width:420px;
  margin:0;
  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:14px;
  line-height:1.7;
  color:rgba(255,255,255,.88);
}

/* LINKS */

.ellebnb-footer-nav{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.ellebnb-footer-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 16px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  text-decoration:none;
  font-family:"Manrope",sans-serif;
  font-size:12px;
  font-weight:700;
  color:#fff;
  transition:background .25s ease, color .25s ease;
}

.ellebnb-footer-link:hover{
  background:var(--elb-gold);
  color:var(--elb-dark-deep);
}

/* BOTTOM */

.ellebnb-footer-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  padding-top:22px;
  flex-wrap:wrap;
  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:12px;
  line-height:1.7;
  color:rgba(255,255,255,.95);
}

.ellebnb-footer-bottom a{
  color:#fff;
  text-decoration:none;
  font-weight:600;
}

.ellebnb-footer-bottom a:hover{
  color:var(--elb-gold);
}

/* MOBILE */

@media screen and (max-width:760px){
  .ellebnb-footer{
    padding:44px 20px 24px;
  }

  .ellebnb-footer-top{
    flex-direction:column;
  }

  .ellebnb-footer-nav{
    width:100%;
  }

  .ellebnb-footer-link{
    flex:1 1 auto;
    text-align:center;
  }

  .ellebnb-footer-bottom{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media (prefers-reduced-motion: reduce){
  .ellebnb-footer-link{
    transition:none !important;
  }
}

/* ===== ELLEBNB OWNER PAGE ===== */
.ellebnb-owner-hero,
.ellebnb-owner-funnel,
.ellebnb-owner-eval,
.ellebnb-owner-why,
.ellebnb-owner-steps,
.ellebnb-owner-send,
.ellebnb-owner-faq,
.ellebnb-owner-reviews,
.ellebnb-owner-benefits{
  position:relative;
  isolation:isolate;
  padding-top:64px;
  padding-bottom:64px;
}
.ellebnb-owner-hero{padding-top:74px;padding-bottom:74px}
.ellebnb-owner-hero > .ellebnb-owner-hero-inner,
.ellebnb-owner-funnel > .ellebnb-owner-funnel-inner,
.ellebnb-owner-eval > .ellebnb-owner-eval-inner,
.ellebnb-owner-why > .ellebnb-owner-why-inner,
.ellebnb-owner-steps > .ellebnb-owner-steps-inner,
.ellebnb-owner-send > .ellebnb-owner-send-inner,
.ellebnb-owner-faq > .ellebnb-owner-faq-inner,
.ellebnb-owner-reviews > .ellebnb-owner-reviews-inner,
.ellebnb-owner-benefits > .ellebnb-owner-benefits-inner{
  position:relative;
  z-index:2;
}
.ellebnb-owner-benefits-inner{width:100%;max-width:1180px;margin:0 auto;padding:0 20px}
.ellebnb-owner-benefits-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:18px;
  align-items:start;
}
.ellebnb-owner-benefit{margin:0;text-align:center}
.ellebnb-owner-benefit img{
  width:88px;height:88px;object-fit:contain;margin:0 auto 12px;border-radius:18px;background:rgba(255,255,255,.7)
}
.ellebnb-owner-benefit figcaption{
  font-family:"Manrope",sans-serif;font-size:13px;font-weight:800;color:var(--elb-ink,#111);line-height:1.35
}
@media(max-width:900px){
  .ellebnb-owner-benefits-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:560px){
  .ellebnb-owner-benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ellebnb-owner-hero,.ellebnb-owner-funnel,.ellebnb-owner-eval,.ellebnb-owner-why,.ellebnb-owner-steps,.ellebnb-owner-send,.ellebnb-owner-faq,.ellebnb-owner-reviews,.ellebnb-owner-benefits{padding-top:58px;padding-bottom:58px}
}

/* ===== ellebnb-owner-hero ===== */
.ellebnb-owner-hero{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-ink:#111111;
  --elb-muted:#666666;
  --elb-max:1180px;

  width:100%;
  min-height:86vh;
  display:flex;
  align-items:center;
  padding:20px;
  color:#fff;
  overflow:hidden;
  box-sizing:border-box;
  font-family:"Nunito Sans",Arial,sans-serif;
}

.ellebnb-owner-hero *,
.ellebnb-owner-hero *::before,
.ellebnb-owner-hero *::after{
  box-sizing:border-box;
}

.ellebnb-owner-hero-inner{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);
  gap:46px;
  align-items:center;
  animation:ellebnbOwnerHeroFade .75s ease both;
}

.ellebnb-owner-hero-kicker{
  display:inline-block;
  margin:0 0 14px;
  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));
  background-size:260% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  animation:ellebnbOwnerHeroShimmer 4s linear infinite;
}

.ellebnb-owner-hero-title{
  margin:0;
  max-width:880px;
  font-family:"Manrope",sans-serif;
  font-size:clamp(38px,5vw,64px);
  line-height:1;
  letter-spacing:-1.6px;
  font-weight:800;
  color:#fff;
}

.ellebnb-owner-hero-title span{
  color:var(--elb-gold);
}

.ellebnb-owner-hero-copy{
  max-width:690px;
  margin:22px 0 0;
  font-size:18px;
  line-height:1.75;
  color:rgba(255,255,255,.78);
}

.ellebnb-owner-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px;
}

.ellebnb-owner-hero-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 24px;
  border-radius:999px;
  text-decoration:none;
  font-family:"Manrope",sans-serif;
  font-size:13px;
  font-weight:800;
  transition:.3s ease;
}

.ellebnb-owner-hero-btn:hover{
  transform:translateY(-3px);
}

.ellebnb-owner-hero-btn-primary{
  background:var(--elb-gold);
  color:var(--elb-dark-deep);
  box-shadow:0 16px 36px rgba(255,221,89,.26);
}

.ellebnb-owner-hero-btn-outline{
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.22);
  color:#fff;
}

.ellebnb-owner-hero-card{
  padding:28px;
  border-radius:26px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 24px 70px rgba(7,50,86,.24);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  animation:ellebnbOwnerHeroFloat 5.8s ease-in-out infinite;
}

.ellebnb-owner-hero-card-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  padding-bottom:18px;
  border-bottom:1px solid rgba(255,255,255,.14);
  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(255,255,255,.74);
}

.ellebnb-owner-hero-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--elb-gold);
  box-shadow:0 0 0 8px rgba(255,221,89,.16);
}

.ellebnb-owner-hero-list{
  display:grid;
  gap:18px;
  margin-top:22px;
}

.ellebnb-owner-hero-item strong{
  display:block;
  margin-bottom:6px;
  font-family:"Manrope",sans-serif;
  font-size:22px;
  color:#fff;
}

.ellebnb-owner-hero-item p{
  margin:0;
  font-size:14px;
  line-height:1.6;
  color:rgba(255,255,255,.68);
}

@keyframes ellebnbOwnerHeroShimmer{
  0%{background-position:0% 50%}
  100%{background-position:260% 50%}
}

@keyframes ellebnbOwnerHeroFade{
  from{opacity:0;transform:translateY(24px)}
  to{opacity:1;transform:translateY(0)}
}

@keyframes ellebnbOwnerHeroFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-10px)}
}

@media screen and (max-width:900px){
  .ellebnb-owner-hero{
    min-height:auto;
  }

  .ellebnb-owner-hero-inner{
    grid-template-columns:1fr;
    gap:28px;
  }
}

@media screen and (max-width:768px){
  .ellebnb-owner-hero{
    padding:20px;
  }

  .ellebnb-owner-hero-title{
    font-size:38px;
    line-height:1.04;
    letter-spacing:-1px;
  }

  .ellebnb-owner-hero-copy{
    font-size:15px;
  }

  .ellebnb-owner-hero-actions{
    flex-direction:column;
  }

  .ellebnb-owner-hero-btn{
    width:100%;
  }
}

/* ===== ellebnb-owner-funnel ===== */
.ellebnb-owner-funnel{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-cream:#fff7fb;
  --elb-ink:#111111;
  --elb-muted:#666666;
  --elb-max:1180px;

  width:100%;
  padding:20px;
  overflow:hidden;
  box-sizing:border-box;
  font-family:"Nunito Sans",Arial,sans-serif;
  color:var(--elb-ink);
}

.ellebnb-owner-funnel *,
.ellebnb-owner-funnel *::before,
.ellebnb-owner-funnel *::after{
  box-sizing:border-box;
}

.ellebnb-owner-funnel-inner{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
}

.ellebnb-owner-funnel-head{
  max-width:840px;
  margin:0 auto 34px;
  text-align:center;
}

.ellebnb-owner-funnel-kicker{
  display:inline-block;
  margin:0 0 14px;
  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));
  background-size:260% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  animation:ellebnbOwnerFunnelShimmer 4s linear infinite;
}

.ellebnb-owner-funnel-title{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;
  color:var(--elb-ink);
}

.ellebnb-owner-funnel-text{
  max-width:680px;
  margin:18px auto 0;
  font-size:16px;
  line-height:1.75;
  color:var(--elb-muted);
}

.ellebnb-owner-funnel-panel{
  max-width:980px;
  margin:0 auto;
  padding:28px;
  border-radius:30px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(26,109,175,.10);
  box-shadow:0 22px 64px rgba(26,109,175,.11);
}

.ellebnb-owner-funnel-step{
  margin-bottom:26px;
}

.ellebnb-owner-funnel-step:last-child{
  margin-bottom:0;
}

.ellebnb-owner-funnel-label{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 14px;
  font-family:"Manrope",sans-serif;
  font-size:15px;
  font-weight:900;
  color:var(--elb-ink);
}

.ellebnb-owner-funnel-label span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  border-radius:50%;
  background:var(--elb-gold);
  color:var(--elb-dark-deep);
  font-size:11px;
  font-weight:900;
}

.ellebnb-owner-funnel-options{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}

.ellebnb-owner-funnel-option{
  position:relative;
}

.ellebnb-owner-funnel-option input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.ellebnb-owner-funnel-option span{
  min-height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:12px 14px;
  border-radius:18px;
  background:#fff;
  border:1px solid rgba(26,109,175,.12);
  color:var(--elb-ink);
  font-family:"Manrope",sans-serif;
  font-size:13px;
  font-weight:800;
  text-align:center;
  cursor:pointer;
  transition:.28s ease;
}

.ellebnb-owner-funnel-option span:hover{
  transform:translateY(-3px);
  border-color:rgba(255,221,89,.75);
  box-shadow:0 14px 30px rgba(26,109,175,.10);
}

.ellebnb-owner-funnel-option input:checked + span{
  background:var(--elb-dark);
  color:#fff;
  border-color:var(--elb-dark);
  box-shadow:0 16px 38px rgba(26,109,175,.18);
}

.ellebnb-owner-funnel-summary{
  display:grid;
  grid-template-columns:1fr auto;
  gap:18px;
  align-items:center;
  margin-top:30px;
  padding:22px;
  border-radius:24px;
  background:linear-gradient(135deg,rgba(26,109,175,.10),rgba(255,221,89,.16));
  border:1px solid rgba(26,109,175,.10);
}

.ellebnb-owner-funnel-preview small{
  display:block;
  margin-bottom:6px;
  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:900;
  letter-spacing:1.4px;
  text-transform:uppercase;
  color:var(--elb-pink);
}

.ellebnb-owner-funnel-preview strong{
  display:block;
  font-family:"Manrope",sans-serif;
  font-size:20px;
  line-height:1.25;
  color:var(--elb-ink);
}

.ellebnb-owner-funnel-preview p{
  margin:8px 0 0;
  font-size:14px;
  line-height:1.6;
  color:var(--elb-muted);
}

.ellebnb-owner-funnel-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 24px;
  border-radius:999px;
  background:var(--elb-gold);
  color:var(--elb-dark-deep);
  text-decoration:none;
  font-family:"Manrope",sans-serif;
  font-size:13px;
  font-weight:900;
  white-space:nowrap;
  box-shadow:0 16px 36px rgba(255,221,89,.28);
  transition:.3s ease;
}

.ellebnb-owner-funnel-btn:hover{
  transform:translateY(-3px);
}

@keyframes ellebnbOwnerFunnelShimmer{
  0%{background-position:0% 50%}
  100%{background-position:260% 50%}
}

@media screen and (max-width:900px){
  .ellebnb-owner-funnel-options{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .ellebnb-owner-funnel-summary{
    grid-template-columns:1fr;
  }

  .ellebnb-owner-funnel-btn{
    width:100%;
  }
}

@media screen and (max-width:640px){
  .ellebnb-owner-funnel{
    padding:20px;
  }

  .ellebnb-owner-funnel-title{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }

  .ellebnb-owner-funnel-panel{
    padding:20px;
    border-radius:24px;
  }

  .ellebnb-owner-funnel-options{
    grid-template-columns:1fr;
  }
}

/* ===== ellebnb-owner-eval ===== */
.ellebnb-owner-eval{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-cream:#fff7fb;
  --elb-ink:#111111;
  --elb-muted:#666666;
  --elb-max:1180px;

  width:100%;
  padding:20px;
  overflow:hidden;
  box-sizing:border-box;
  font-family:"Nunito Sans",Arial,sans-serif;
  color:var(--elb-ink);
}

.ellebnb-owner-eval *,
.ellebnb-owner-eval *::before,
.ellebnb-owner-eval *::after{
  box-sizing:border-box;
}

.ellebnb-owner-eval-inner{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
}

.ellebnb-owner-eval-head{
  max-width:820px;
  margin:0 auto 34px;
  text-align:center;
}

.ellebnb-owner-eval-kicker{
  display:inline-block;
  margin:0 0 14px;
  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));
  background-size:260% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  animation:ellebnbOwnerEvalShimmer 4s linear infinite;
}

.ellebnb-owner-eval-title{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;
  color:var(--elb-ink);
}

.ellebnb-owner-eval-text{
  max-width:700px;
  margin:18px auto 0;
  font-size:16px;
  line-height:1.75;
  color:var(--elb-muted);
}

.ellebnb-owner-eval-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:18px;
  align-items:stretch;
}

.ellebnb-owner-eval-main{
  position:relative;
  min-height:420px;
  padding:34px;
  border-radius:30px;
  background:#fff;
  border:1px solid rgba(26,109,175,.10);
  box-shadow:0 22px 64px rgba(26,109,175,.10);
  overflow:hidden;
}

.ellebnb-owner-eval-main::before{
  content:"";
  position:absolute;
  width:240px;
  height:240px;
  right:-120px;
  top:-120px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,221,89,.32),transparent 70%);
}

.ellebnb-owner-eval-main-content{
  position:relative;
  z-index:2;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.ellebnb-owner-eval-main-top span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  background:var(--elb-cream);
  color:var(--elb-dark);
  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:900;
  letter-spacing:1px;
  text-transform:uppercase;
}

.ellebnb-owner-eval-main h3{
  max-width:620px;
  margin:22px 0 0;
  font-family:"Manrope",sans-serif;
  font-size:38px;
  line-height:1.02;
  letter-spacing:-1.4px;
  font-weight:800;
  color:var(--elb-ink);
}

.ellebnb-owner-eval-main p{
  max-width:620px;
  margin:22px 0 0;
  font-size:16px;
  line-height:1.75;
  color:var(--elb-muted);
}

.ellebnb-owner-eval-mini{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.ellebnb-owner-eval-card{
  min-height:203px;
  padding:24px;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(26,109,175,.10);
  box-shadow:0 16px 42px rgba(26,109,175,.08);
  transition:.35s ease;
}

.ellebnb-owner-eval-card:hover{
  transform:translateY(-6px);
  border-color:rgba(255,221,89,.70);
  box-shadow:0 24px 58px rgba(26,109,175,.14);
}

.ellebnb-owner-eval-icon{
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
  border-radius:15px;
  background:var(--elb-gold);
  color:var(--elb-dark-deep);
  font-size:20px;
}

.ellebnb-owner-eval-card h4{
  margin:0 0 9px;
  font-family:"Manrope",sans-serif;
  font-size:18px;
  line-height:1.15;
  color:var(--elb-ink);
}

.ellebnb-owner-eval-card p{
  margin:0;
  font-size:14px;
  line-height:1.6;
  color:var(--elb-muted);
}

.ellebnb-owner-eval-bottom{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:28px;
}

.ellebnb-owner-eval-pill{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:0 13px;
  border-radius:999px;
  background:rgba(26,109,175,.08);
  color:var(--elb-dark);
  font-family:"Manrope",sans-serif;
  font-size:12px;
  font-weight:900;
}

@keyframes ellebnbOwnerEvalShimmer{
  0%{background-position:0% 50%}
  100%{background-position:260% 50%}
}

@media screen and (max-width:980px){
  .ellebnb-owner-eval-grid{
    grid-template-columns:1fr;
  }

  .ellebnb-owner-eval-main{
    min-height:auto;
  }
}

@media screen and (max-width:640px){
  .ellebnb-owner-eval{
    padding:20px;
  }

  .ellebnb-owner-eval-title{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }

  .ellebnb-owner-eval-main{
    padding:26px;
    border-radius:24px;
  }

  .ellebnb-owner-eval-main h3{
    font-size:30px;
    line-height:1.06;
    letter-spacing:-1px;
  }

  .ellebnb-owner-eval-mini{
    grid-template-columns:1fr;
  }

  .ellebnb-owner-eval-card{
    min-height:auto;
  }
}

/* ===== ellebnb-owner-why ===== */
.ellebnb-owner-why{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-cream:#fff7fb;
  --elb-ink:#111111;
  --elb-muted:#666666;
  --elb-max:1180px;

  width:100%;
  padding:20px;
  overflow:hidden;
  box-sizing:border-box;
  font-family:"Nunito Sans",Arial,sans-serif;
  color:#fff;
}

.ellebnb-owner-why *,
.ellebnb-owner-why *::before,
.ellebnb-owner-why *::after{
  box-sizing:border-box;
}

.ellebnb-owner-why-inner{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
}

.ellebnb-owner-why-head{
  max-width:820px;
  margin:0 auto 34px;
  text-align:center;
}

.ellebnb-owner-why-kicker{
  display:inline-block;
  margin:0 0 14px;
  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));
  background-size:260% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  animation:ellebnbOwnerWhyShimmer 4s linear infinite;
}

.ellebnb-owner-why-title{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;
  color:#fff;
}

.ellebnb-owner-why-text{
  max-width:700px;
  margin:18px auto 0;
  font-size:16px;
  line-height:1.75;
  color:rgba(255,255,255,.74);
}

.ellebnb-owner-why-wrap{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:18px;
  align-items:stretch;
}

.ellebnb-owner-why-proof{
  position:relative;
  min-height:430px;
  padding:32px;
  border-radius:30px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 24px 70px rgba(7,50,86,.22);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  overflow:hidden;
}

.ellebnb-owner-why-proof::before{
  content:"";
  position:absolute;
  width:240px;
  height:240px;
  right:-120px;
  top:-120px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,221,89,.32),transparent 70%);
}

.ellebnb-owner-why-proof-content{
  position:relative;
  z-index:2;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.ellebnb-owner-why-proof small{
  display:inline-flex;
  width:max-content;
  align-items:center;
  min-height:36px;
  padding:0 13px;
  border-radius:999px;
  background:rgba(255,221,89,.16);
  color:var(--elb-gold);
  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:900;
  letter-spacing:1px;
  text-transform:uppercase;
}

.ellebnb-owner-why-proof h3{
  margin:24px 0 0;
  font-family:"Manrope",sans-serif;
  font-size:36px;
  line-height:1.04;
  letter-spacing:-1.2px;
  font-weight:800;
  color:#fff;
}

.ellebnb-owner-why-proof p{
  margin:22px 0 0;
  font-size:15px;
  line-height:1.75;
  color:rgba(255,255,255,.74);
}

.ellebnb-owner-why-proof-bottom{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:28px;
}

.ellebnb-owner-why-proof-stat{
  padding:16px;
  border-radius:18px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.12);
}

.ellebnb-owner-why-proof-stat strong{
  display:block;
  margin-bottom:5px;
  font-family:"Manrope",sans-serif;
  font-size:22px;
  color:var(--elb-gold);
}

.ellebnb-owner-why-proof-stat span{
  display:block;
  font-size:12px;
  line-height:1.5;
  color:rgba(255,255,255,.70);
}

.ellebnb-owner-why-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.ellebnb-owner-why-card{
  min-height:208px;
  padding:24px;
  border-radius:24px;
  background:rgba(255,255,255,.11);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 16px 42px rgba(7,50,86,.16);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  transition:.35s ease;
}

.ellebnb-owner-why-card:hover{
  transform:translateY(-7px);
  border-color:rgba(255,221,89,.60);
  background:rgba(255,255,255,.16);
}

.ellebnb-owner-why-icon{
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
  border-radius:15px;
  background:var(--elb-gold);
  color:var(--elb-dark-deep);
  font-size:20px;
}

.ellebnb-owner-why-card h3{
  margin:0 0 9px;
  font-family:"Manrope",sans-serif;
  font-size:20px;
  line-height:1.15;
  color:#fff;
}

.ellebnb-owner-why-card p{
  margin:0;
  font-size:14px;
  line-height:1.6;
  color:rgba(255,255,255,.72);
}

@keyframes ellebnbOwnerWhyShimmer{
  0%{background-position:0% 50%}
  100%{background-position:260% 50%}
}

@media screen and (max-width:980px){
  .ellebnb-owner-why-wrap{
    grid-template-columns:1fr;
  }

  .ellebnb-owner-why-proof{
    min-height:auto;
  }
}

@media screen and (max-width:640px){
  .ellebnb-owner-why{
    padding:20px;
  }

  .ellebnb-owner-why-title{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }

  .ellebnb-owner-why-proof{
    padding:26px;
    border-radius:24px;
  }

  .ellebnb-owner-why-proof h3{
    font-size:30px;
    line-height:1.06;
    letter-spacing:-1px;
  }

  .ellebnb-owner-why-grid,
  .ellebnb-owner-why-proof-bottom{
    grid-template-columns:1fr;
  }

  .ellebnb-owner-why-card{
    min-height:auto;
  }
}

/* ===== ellebnb-owner-steps ===== */
.ellebnb-owner-steps{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-cream:#fff7fb;
  --elb-ink:#111111;
  --elb-muted:#666666;
  --elb-max:1180px;

  width:100%;
  padding:20px;
  overflow:hidden;
  box-sizing:border-box;
  font-family:"Nunito Sans",Arial,sans-serif;
  color:var(--elb-ink);
}

.ellebnb-owner-steps *,
.ellebnb-owner-steps *::before,
.ellebnb-owner-steps *::after{
  box-sizing:border-box;
}

.ellebnb-owner-steps-inner{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
}

.ellebnb-owner-steps-head{
  max-width:820px;
  margin:0 auto 34px;
  text-align:center;
}

.ellebnb-owner-steps-kicker{
  display:inline-block;
  margin:0 0 14px;
  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));
  background-size:260% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  animation:ellebnbOwnerStepsShimmer 4s linear infinite;
}

.ellebnb-owner-steps-title{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;
  color:var(--elb-ink);
}

.ellebnb-owner-steps-text{
  max-width:690px;
  margin:18px auto 0;
  font-size:16px;
  line-height:1.75;
  color:var(--elb-muted);
}

.ellebnb-owner-steps-flow{
  position:relative;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.ellebnb-owner-step{
  position:relative;
  min-height:250px;
  padding:26px;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(26,109,175,.10);
  box-shadow:0 16px 42px rgba(26,109,175,.08);
  transition:.35s ease;
  overflow:hidden;
}

.ellebnb-owner-step::before{
  content:"";
  position:absolute;
  width:130px;
  height:130px;
  right:-72px;
  top:-72px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,221,89,.34),transparent 70%);
  transition:.35s ease;
}

.ellebnb-owner-step:hover{
  transform:translateY(-7px);
  border-color:rgba(255,221,89,.70);
  box-shadow:0 26px 62px rgba(26,109,175,.14);
}

.ellebnb-owner-step:hover::before{
  transform:scale(1.25);
}

.ellebnb-owner-step-number{
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  margin-bottom:22px;
  border-radius:50%;
  background:var(--elb-gold);
  color:var(--elb-dark-deep);
  font-family:"Manrope",sans-serif;
  font-size:12px;
  font-weight:900;
}

.ellebnb-owner-step h3{
  position:relative;
  z-index:2;
  margin:0 0 10px;
  font-family:"Manrope",sans-serif;
  font-size:21px;
  line-height:1.12;
  color:var(--elb-ink);
}

.ellebnb-owner-step p{
  position:relative;
  z-index:2;
  margin:0;
  font-size:14px;
  line-height:1.65;
  color:var(--elb-muted);
}

.ellebnb-owner-steps-note{
  max-width:760px;
  margin:24px auto 0;
  padding:18px 22px;
  border-radius:22px;
  background:rgba(26,109,175,.08);
  border:1px solid rgba(26,109,175,.10);
  text-align:center;
}

.ellebnb-owner-steps-note strong{
  font-family:"Manrope",sans-serif;
  color:var(--elb-dark);
}

.ellebnb-owner-steps-note span{
  color:var(--elb-muted);
  font-size:14px;
  line-height:1.65;
}

@keyframes ellebnbOwnerStepsShimmer{
  0%{background-position:0% 50%}
  100%{background-position:260% 50%}
}

@media screen and (max-width:1024px){
  .ellebnb-owner-steps-flow{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media screen and (max-width:640px){
  .ellebnb-owner-steps{
    padding:20px;
  }

  .ellebnb-owner-steps-title{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }

  .ellebnb-owner-steps-flow{
    grid-template-columns:1fr;
  }

  .ellebnb-owner-step{
    min-height:auto;
  }
}

/* ===== ellebnb-owner-send ===== */
.ellebnb-owner-send{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-cream:#fff7fb;
  --elb-ink:#111111;
  --elb-muted:#666666;
  --elb-max:1180px;

  width:100%;
  padding:20px;
  overflow:hidden;
  box-sizing:border-box;
  font-family:"Nunito Sans",Arial,sans-serif;
  color:var(--elb-ink);
}

.ellebnb-owner-send *,
.ellebnb-owner-send *::before,
.ellebnb-owner-send *::after{
  box-sizing:border-box;
}

.ellebnb-owner-send-inner{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
}

.ellebnb-owner-send-wrap{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:18px;
  align-items:stretch;
}

.ellebnb-owner-send-left{
  min-height:430px;
  padding:34px;
  border-radius:30px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(26,109,175,.10);
  box-shadow:0 22px 64px rgba(26,109,175,.11);
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.ellebnb-owner-send-kicker{
  display:inline-block;
  width:max-content;
  margin:0 0 14px;
  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));
  background-size:260% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  animation:ellebnbOwnerSendShimmer 4s linear infinite;
}

.ellebnb-owner-send-title{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;
  color:var(--elb-ink);
}

.ellebnb-owner-send-text{
  margin:20px 0 0;
  font-size:16px;
  line-height:1.75;
  color:var(--elb-muted);
}

.ellebnb-owner-send-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  min-height:52px;
  margin-top:28px;
  padding:0 24px;
  border-radius:999px;
  background:var(--elb-gold);
  color:var(--elb-dark-deep);
  text-decoration:none;
  font-family:"Manrope",sans-serif;
  font-size:13px;
  font-weight:900;
  box-shadow:0 16px 36px rgba(255,221,89,.26);
  transition:.3s ease;
}

.ellebnb-owner-send-btn:hover{
  transform:translateY(-3px);
}

.ellebnb-owner-send-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.ellebnb-owner-send-card{
  min-height:208px;
  padding:24px;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(26,109,175,.10);
  box-shadow:0 16px 42px rgba(26,109,175,.08);
  transition:.35s ease;
}

.ellebnb-owner-send-card:hover{
  transform:translateY(-7px);
  border-color:rgba(255,221,89,.60);
  box-shadow:0 22px 54px rgba(26,109,175,.12);
}

.ellebnb-owner-send-icon{
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
  border-radius:15px;
  background:var(--elb-gold);
  color:var(--elb-dark-deep);
  font-size:20px;
}

.ellebnb-owner-send-card h3{
  margin:0 0 9px;
  font-family:"Manrope",sans-serif;
  font-size:20px;
  line-height:1.15;
  color:var(--elb-ink);
}

.ellebnb-owner-send-card p{
  margin:0;
  font-size:14px;
  line-height:1.6;
  color:var(--elb-muted);
}

@keyframes ellebnbOwnerSendShimmer{
  0%{background-position:0% 50%}
  100%{background-position:260% 50%}
}

@media screen and (max-width:980px){
  .ellebnb-owner-send-wrap{
    grid-template-columns:1fr;
  }

  .ellebnb-owner-send-left{
    min-height:auto;
  }
}

@media screen and (max-width:640px){
  .ellebnb-owner-send{
    padding:20px;
  }

  .ellebnb-owner-send-left{
    padding:26px;
    border-radius:24px;
  }

  .ellebnb-owner-send-title{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }

  .ellebnb-owner-send-grid{
    grid-template-columns:1fr;
  }

  .ellebnb-owner-send-card{
    min-height:auto;
  }

  .ellebnb-owner-send-btn{
    width:100%;
  }
}

/* ===== ellebnb-owner-faq ===== */
.ellebnb-owner-faq{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-cream:#fff7fb;
  --elb-ink:#111111;
  --elb-muted:#666666;
  --elb-max:1180px;

  width:100%;
  padding:20px;
  overflow:hidden;
  box-sizing:border-box;
  font-family:"Nunito Sans",Arial,sans-serif;
  color:var(--elb-ink);
}

.ellebnb-owner-faq *,
.ellebnb-owner-faq *::before,
.ellebnb-owner-faq *::after{
  box-sizing:border-box;
}

.ellebnb-owner-faq-inner{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
}

.ellebnb-owner-faq-head{
  max-width:820px;
  margin:0 auto 34px;
  text-align:center;
}

.ellebnb-owner-faq-kicker{
  display:inline-block;
  margin:0 0 14px;
  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));
  background-size:260% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  animation:ellebnbOwnerFaqShimmer 4s linear infinite;
}

.ellebnb-owner-faq-title{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;
  color:var(--elb-ink);
}

.ellebnb-owner-faq-text{
  max-width:680px;
  margin:18px auto 0;
  font-size:16px;
  line-height:1.75;
  color:var(--elb-muted);
}

.ellebnb-owner-faq-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 340px;
  gap:18px;
  align-items:start;
}

.ellebnb-owner-faq-list{
  display:grid;
  gap:12px;
}

.ellebnb-owner-faq-item{
  position:relative;
  overflow:hidden;
  border-radius:20px;
  background:#fff;
  border:1px solid rgba(26,109,175,.10);
  box-shadow:0 14px 36px rgba(26,109,175,.07);
  transition:.35s ease;
}

.ellebnb-owner-faq-item:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  background:var(--elb-gold);
  transform:scaleY(.25);
  transform-origin:center;
  transition:.35s ease;
}

.ellebnb-owner-faq-item:hover,
.ellebnb-owner-faq-item[open]{
  transform:translateY(-5px);
  border-color:rgba(255,221,89,.65);
  box-shadow:0 24px 56px rgba(26,109,175,.14);
}

.ellebnb-owner-faq-item:hover:before,
.ellebnb-owner-faq-item[open]:before{
  transform:scaleY(1);
}

.ellebnb-owner-faq-item summary{
  position:relative;
  list-style:none;
  cursor:pointer;
  padding:22px 62px 22px 22px;
  font-family:"Manrope",sans-serif;
  font-size:18px;
  font-weight:800;
  color:var(--elb-ink);
}

.ellebnb-owner-faq-item summary::-webkit-details-marker{
  display:none;
}

.ellebnb-owner-faq-item summary:after{
  content:"+";
  position:absolute;
  right:22px;
  top:50%;
  transform:translateY(-50%);
  width:30px;
  height:30px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--elb-dark);
  color:var(--elb-gold);
  font-family:"Manrope",sans-serif;
  font-size:21px;
  font-weight:800;
  transition:.35s ease;
}

.ellebnb-owner-faq-item[open] summary:after{
  content:"\00d7";
  background:var(--elb-gold);
  color:var(--elb-dark);
}

.ellebnb-owner-faq-answer{
  display:grid;
  grid-template-rows:0fr;
  transition:grid-template-rows .35s ease;
}

.ellebnb-owner-faq-item[open] .ellebnb-owner-faq-answer{
  grid-template-rows:1fr;
}

.ellebnb-owner-faq-content{
  overflow:hidden;
}

.ellebnb-owner-faq-content p{
  margin:0;
  padding:0 22px 22px;
  font-size:14px;
  line-height:1.7;
  color:var(--elb-muted);
}

.ellebnb-owner-faq-cta{
  position:sticky;
  top:20px;
  padding:28px;
  border-radius:26px;
  background:var(--elb-dark);
  color:#fff;
  box-shadow:0 22px 60px rgba(26,109,175,.22);
  overflow:hidden;
}

.ellebnb-owner-faq-cta::before{
  content:"";
  position:absolute;
  width:170px;
  height:170px;
  right:-86px;
  top:-86px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,221,89,.30),transparent 70%);
}

.ellebnb-owner-faq-cta-content{
  position:relative;
  z-index:2;
}

.ellebnb-owner-faq-cta small{
  display:inline-flex;
  margin-bottom:16px;
  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:900;
  letter-spacing:1.5px;
  text-transform:uppercase;
  color:var(--elb-gold);
}

.ellebnb-owner-faq-cta h3{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:28px;
  line-height:1.05;
  letter-spacing:-1px;
  color:#fff;
}

.ellebnb-owner-faq-cta p{
  margin:16px 0 24px;
  font-size:14px;
  line-height:1.7;
  color:rgba(255,255,255,.76);
}

.ellebnb-owner-faq-btn{
  display:inline-flex;
  width:100%;
  min-height:52px;
  align-items:center;
  justify-content:center;
  padding:0 18px;
  border-radius:999px;
  background:var(--elb-gold);
  color:var(--elb-dark-deep);
  text-decoration:none;
  font-family:"Manrope",sans-serif;
  font-size:13px;
  font-weight:900;
  transition:.3s ease;
}

.ellebnb-owner-faq-btn:hover{
  transform:translateY(-3px);
}

@keyframes ellebnbOwnerFaqShimmer{
  0%{background-position:0% 50%}
  100%{background-position:260% 50%}
}

@media screen and (max-width:980px){
  .ellebnb-owner-faq-layout{
    grid-template-columns:1fr;
  }

  .ellebnb-owner-faq-cta{
    position:relative;
    top:auto;
  }
}

@media screen and (max-width:640px){
  .ellebnb-owner-faq{
    padding:20px;
  }

  .ellebnb-owner-faq-title{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }

  .ellebnb-owner-faq-item summary{
    font-size:16px;
  }

  .ellebnb-owner-faq-cta h3{
    font-size:25px;
  }
}

/* ===== ellebnb-owner-reviews ===== */
.ellebnb-owner-reviews{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-cream:#fff7fb;
  --elb-ink:#111111;
  --elb-muted:#666666;
  --elb-max:1180px;

  width:100%;
  padding:20px;
  overflow:hidden;
  box-sizing:border-box;
  font-family:"Nunito Sans",Arial,sans-serif;
  color:#fff;
}

.ellebnb-owner-reviews *,
.ellebnb-owner-reviews *::before,
.ellebnb-owner-reviews *::after{
  box-sizing:border-box;
}

.ellebnb-owner-reviews-inner{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
}

.ellebnb-owner-reviews-head{
  max-width:820px;
  margin:0 auto 34px;
  text-align:center;
}

.ellebnb-owner-reviews-kicker{
  display:inline-block;
  margin:0 0 14px;
  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));
  background-size:260% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  animation:ellebnbOwnerReviewsShimmer 4s linear infinite;
}

.ellebnb-owner-reviews-title{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;
  color:#fff;
}

.ellebnb-owner-reviews-text{
  max-width:680px;
  margin:18px auto 0;
  font-size:16px;
  line-height:1.75;
  color:rgba(255,255,255,.74);
}

.ellebnb-owner-reviews-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.ellebnb-owner-review{
  position:relative;
  min-height:330px;
  padding:28px;
  border-radius:26px;
  background:rgba(255,255,255,.11);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 20px 60px rgba(7,50,86,.20);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  overflow:hidden;
  transition:.35s ease;
}

.ellebnb-owner-review:hover{
  transform:translateY(-7px);
  border-color:rgba(255,221,89,.58);
  background:rgba(255,255,255,.15);
}

.ellebnb-owner-review::before{
  content:"“";
  position:absolute;
  top:12px;
  right:24px;
  font-family:"Manrope",sans-serif;
  font-size:96px;
  line-height:1;
  color:rgba(255,221,89,.20);
  font-weight:900;
}

.ellebnb-owner-review-stars{
  position:relative;
  z-index:2;
  margin-bottom:22px;
  color:var(--elb-gold);
  font-size:13px;
  letter-spacing:2px;
}

.ellebnb-owner-review-text{
  position:relative;
  z-index:2;
  margin:0;
  font-size:17px;
  line-height:1.8;
  color:rgba(255,255,255,.86);
}

.ellebnb-owner-review-footer{
  position:relative;
  z-index:2;
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:18px;
  margin-top:30px;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.14);
}

.ellebnb-owner-review-user strong{
  display:block;
  margin-bottom:5px;
  font-family:"Manrope",sans-serif;
  font-size:15px;
  color:#fff;
}

.ellebnb-owner-review-user span{
  display:block;
  font-size:13px;
  color:rgba(255,255,255,.60);
}

.ellebnb-owner-review-badge{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255,221,89,.16);
  color:var(--elb-gold);
  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:900;
  white-space:nowrap;
}

.ellebnb-owner-reviews-bottom{
  display:flex;
  justify-content:center;
  margin-top:28px;
}

.ellebnb-owner-reviews-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 24px;
  border-radius:999px;
  background:var(--elb-gold);
  color:var(--elb-dark-deep);
  text-decoration:none;
  font-family:"Manrope",sans-serif;
  font-size:13px;
  font-weight:900;
  box-shadow:0 16px 36px rgba(255,221,89,.26);
  transition:.3s ease;
}

.ellebnb-owner-reviews-btn:hover{
  transform:translateY(-3px);
}

@keyframes ellebnbOwnerReviewsShimmer{
  0%{background-position:0% 50%}
  100%{background-position:260% 50%}
}

@media screen and (max-width:980px){
  .ellebnb-owner-reviews-grid{
    grid-template-columns:1fr;
  }

  .ellebnb-owner-review{
    min-height:auto;
  }
}

@media screen and (max-width:640px){
  .ellebnb-owner-reviews{
    padding:20px;
  }

  .ellebnb-owner-reviews-title{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }

  .ellebnb-owner-review{
    padding:24px;
    border-radius:24px;
  }

  .ellebnb-owner-review-footer{
    flex-direction:column;
    align-items:flex-start;
  }

  .ellebnb-owner-reviews-btn{
    width:100%;
  }
}


/* ===== ELLEBNB BOOK PAGE ===== */
.ellebnb-book-hero,
.ellebnb-book-intro,
.ellebnb-book-stays,
.ellebnb-book-benefits,
.ellebnb-book-process,
.ellebnb-book-faq,
.ellebnb-book-final{
  position:relative;
  isolation:isolate;
  padding-top:64px;
  padding-bottom:64px;
}
.ellebnb-book-hero{padding-top:74px;padding-bottom:74px}
.ellebnb-book-hero > .ellebnb-book-hero-inner,
.ellebnb-book-intro > .ellebnb-book-intro-inner,
.ellebnb-book-stays > .ellebnb-book-stays-inner,
.ellebnb-book-benefits > .ellebnb-book-benefits-inner,
.ellebnb-book-process > .ellebnb-book-process-inner,
.ellebnb-book-faq > .ellebnb-book-faq-inner,
.ellebnb-book-faq > .ellebnb-book-faq-inner-wrap,
.ellebnb-book-final > .ellebnb-book-final-inner{
  position:relative;
  z-index:2;
}
@media(max-width:560px){
  .ellebnb-book-hero,.ellebnb-book-intro,.ellebnb-book-stays,.ellebnb-book-benefits,.ellebnb-book-process,.ellebnb-book-faq,.ellebnb-book-final{padding-top:58px;padding-bottom:58px}
}

/* ===== ellebnb-book-hero ===== */
.ellebnb-book-hero{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-ink:#111111;
  --elb-muted:#666666;
  --elb-max:1180px;

  width:100%;
  min-height:86vh;
  display:flex;
  align-items:center;
  padding:20px;
  color:#fff;
  overflow:hidden;
  box-sizing:border-box;
  font-family:"Nunito Sans",Arial,sans-serif;
}

.ellebnb-book-hero *,
.ellebnb-book-hero *::before,
.ellebnb-book-hero *::after{
  box-sizing:border-box;
}

.ellebnb-book-hero-inner{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);
  gap:46px;
  align-items:center;
  animation:ellebnbBookHeroFade .75s ease both;
}

.ellebnb-book-hero-kicker{
  display:inline-block;
  margin:0 0 14px;
  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));
  background-size:260% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  animation:ellebnbBookHeroShimmer 4s linear infinite;
}

.ellebnb-book-hero-title{
  margin:0;
  max-width:850px;
  font-family:"Manrope",sans-serif;
  font-size:clamp(38px,5vw,64px);
  line-height:1;
  letter-spacing:-1.6px;
  font-weight:800;
  color:#fff;
}

.ellebnb-book-hero-title span{
  color:var(--elb-gold);
}

.ellebnb-book-hero-copy{
  max-width:680px;
  margin:22px 0 0;
  font-size:18px;
  line-height:1.75;
  color:rgba(255,255,255,.78);
}

.ellebnb-book-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px;
}

.ellebnb-book-hero-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 24px;
  border-radius:999px;
  text-decoration:none;
  font-family:"Manrope",sans-serif;
  font-size:13px;
  font-weight:800;
  transition:.3s ease;
}

.ellebnb-book-hero-btn:hover{
  transform:translateY(-3px);
}

.ellebnb-book-hero-btn-primary{
  background:var(--elb-gold);
  color:var(--elb-dark-deep);
  box-shadow:0 16px 36px rgba(255,221,89,.26);
}

.ellebnb-book-hero-btn-outline{
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.22);
  color:#fff;
}

.ellebnb-book-hero-card{
  padding:28px;
  border-radius:26px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 24px 70px rgba(7,50,86,.24);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  animation:ellebnbBookHeroFloat 5.8s ease-in-out infinite;
}

.ellebnb-book-hero-card-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  padding-bottom:18px;
  border-bottom:1px solid rgba(255,255,255,.14);
  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(255,255,255,.74);
}

.ellebnb-book-hero-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--elb-gold);
  box-shadow:0 0 0 8px rgba(255,221,89,.16);
}

.ellebnb-book-hero-list{
  display:grid;
  gap:18px;
  margin-top:22px;
}

.ellebnb-book-hero-item strong{
  display:block;
  margin-bottom:6px;
  font-family:"Manrope",sans-serif;
  font-size:22px;
  color:#fff;
}

.ellebnb-book-hero-item p{
  margin:0;
  font-size:14px;
  line-height:1.6;
  color:rgba(255,255,255,.68);
}

@keyframes ellebnbBookHeroShimmer{
  0%{background-position:0% 50%}
  100%{background-position:260% 50%}
}

@keyframes ellebnbBookHeroFade{
  from{opacity:0;transform:translateY(24px)}
  to{opacity:1;transform:translateY(0)}
}

@keyframes ellebnbBookHeroFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-10px)}
}

@media screen and (max-width:900px){
  .ellebnb-book-hero{
    min-height:auto;
  }

  .ellebnb-book-hero-inner{
    grid-template-columns:1fr;
    gap:28px;
  }
}

@media screen and (max-width:768px){
  .ellebnb-book-hero{
    padding:20px;
  }

  .ellebnb-book-hero-title{
    font-size:38px;
    line-height:1.04;
    letter-spacing:-1px;
  }

  .ellebnb-book-hero-copy{
    font-size:15px;
  }

  .ellebnb-book-hero-actions{
    flex-direction:column;
  }

  .ellebnb-book-hero-btn{
    width:100%;
  }
}

/* ===== ellebnb-book-intro ===== */
.ellebnb-book-intro{
  --elb-dark:#1A6DAF;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-ink:#111111;
  --elb-muted:#666666;
  --elb-max:1180px;

  width:100%;
  padding:20px;
  overflow:hidden;
  box-sizing:border-box;
  font-family:"Nunito Sans",Arial,sans-serif;
  color:var(--elb-ink);
}

.ellebnb-book-intro *,
.ellebnb-book-intro *::before,
.ellebnb-book-intro *::after{
  box-sizing:border-box;
}

.ellebnb-book-intro-inner{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
  text-align:center;
}

.ellebnb-book-intro-box{
  max-width:920px;
  margin:0 auto;
  padding:46px 34px;
  border-radius:30px;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(26,109,175,.10);
  box-shadow:0 20px 56px rgba(26,109,175,.10);
}

.ellebnb-book-intro-kicker{
  display:inline-block;
  margin:0 0 14px;
  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));
  background-size:260% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  animation:ellebnbBookIntroShimmer 4s linear infinite;
}

.ellebnb-book-intro-title{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;
  color:var(--elb-ink);
}

.ellebnb-book-intro-text{
  max-width:720px;
  margin:18px auto 0;
  font-size:16px;
  line-height:1.75;
  color:var(--elb-muted);
}

@keyframes ellebnbBookIntroShimmer{
  0%{background-position:0% 50%}
  100%{background-position:260% 50%}
}

@media screen and (max-width:768px){
  .ellebnb-book-intro{
    padding:20px;
  }

  .ellebnb-book-intro-box{
    padding:30px 22px;
    border-radius:24px;
  }

  .ellebnb-book-intro-title{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }

  .ellebnb-book-intro-text{
    font-size:15px;
  }
}

/* ===== ellebnb-book-stays ===== */
.ellebnb-book-stays{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-cream:#fff7fb;
  --elb-ink:#111111;
  --elb-muted:#666666;
  --elb-max:1180px;

  width:100%;
  padding:20px;
  overflow:hidden;
  box-sizing:border-box;
  font-family:"Nunito Sans",Arial,sans-serif;
  color:var(--elb-ink);
}

.ellebnb-book-stays *,
.ellebnb-book-stays *::before,
.ellebnb-book-stays *::after{
  box-sizing:border-box;
}

.ellebnb-book-stays-inner{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
}

.ellebnb-book-stays-head{
  max-width:790px;
  margin:0 auto 34px;
  text-align:center;
}

.ellebnb-book-stays-kicker{
  display:inline-block !important;
  margin:0 0 14px !important;
  padding:0 !important;
  font-family:"Manrope",sans-serif !important;
  font-size:11px !important;
  line-height:1.2 !important;
  font-weight:800 !important;
  letter-spacing:2px !important;
  text-transform:uppercase !important;
  color:var(--elb-pink) !important;
  background-image:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink)) !important;
  background-size:260% 100% !important;
  background-position:0% 50% !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  -webkit-text-fill-color:transparent !important;
  animation:ellebnbBookStaysShimmer 4s linear infinite !important;
}

.ellebnb-book-stays-title{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;
  color:var(--elb-ink);
}

.ellebnb-book-stays-title span{
  color:var(--elb-dark);
}

.ellebnb-book-stays-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.ellebnb-book-stay{
  overflow:hidden;
  border-radius:22px;
  background:#fff;
  border:1px solid rgba(26,109,175,.10);
  box-shadow:0 18px 48px rgba(26,109,175,.09);
  transition:.35s ease;
}

.ellebnb-book-stay:hover{
  transform:translateY(-7px);
  box-shadow:0 28px 70px rgba(26,109,175,.16);
}

.ellebnb-book-stay-image{
  height:230px;
  overflow:hidden;
  background:#f4f4f4;
}

.ellebnb-book-stay-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:.7s ease;
}

.ellebnb-book-stay:hover img{
  transform:scale(1.07);
}

.ellebnb-book-stay-body{
  padding:22px;
}

.ellebnb-book-stay-tag{
  display:inline-flex;
  margin-bottom:12px;
  padding:8px 12px;
  border-radius:999px;
  background:var(--elb-cream);
  color:var(--elb-dark);
  font-family:"Manrope",sans-serif;
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:1px;
}

.ellebnb-book-stay h3{
  margin:0 0 10px;
  font-family:"Manrope",sans-serif;
  font-size:22px;
  line-height:1.1;
  color:var(--elb-ink);
}

.ellebnb-book-stay p{
  margin:0 0 18px;
  font-size:14px;
  line-height:1.6;
  color:var(--elb-muted);
}

.ellebnb-book-stay-features{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin:0 0 18px;
}

.ellebnb-book-stay-feature{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(26,109,175,.08);
  color:var(--elb-dark);
  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
}

.ellebnb-book-stay-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 17px;
  border-radius:999px;
  background:var(--elb-dark);
  color:#fff;
  font-family:"Manrope",sans-serif;
  font-size:13px;
  font-weight:800;
  text-decoration:none;
  transition:.3s ease;
}

.ellebnb-book-stay-link:hover{
  transform:translateY(-2px);
  background:var(--elb-gold);
  color:var(--elb-dark-deep);
}

@keyframes ellebnbBookStaysShimmer{
  0%{background-position:0% 50%}
  100%{background-position:260% 50%}
}

@media screen and (max-width:1100px){
  .ellebnb-book-stays-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media screen and (max-width:640px){
  .ellebnb-book-stays{
    padding:20px;
  }

  .ellebnb-book-stays-title{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }

  .ellebnb-book-stays-grid{
    grid-template-columns:1fr;
  }

  .ellebnb-book-stay-image{
    height:230px;
  }
}

/* ===== ellebnb-book-benefits ===== */
.ellebnb-book-benefits{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-ink:#111111;
  --elb-muted:#666666;
  --elb-max:1180px;

  width:100%;
  padding:20px;
  overflow:hidden;
  box-sizing:border-box;
  font-family:"Nunito Sans",Arial,sans-serif;
  color:var(--elb-ink);
}

.ellebnb-book-benefits *,
.ellebnb-book-benefits *::before,
.ellebnb-book-benefits *::after{
  box-sizing:border-box;
}

.ellebnb-book-benefits-inner{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
}

.ellebnb-book-benefits-head{
  max-width:790px;
  margin:0 auto 34px;
  text-align:center;
}

.ellebnb-book-benefits-kicker{
  display:inline-block;
  margin:0 0 14px;
  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));
  background-size:260% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  animation:ellebnbBookBenefitsShimmer 4s linear infinite;
}

.ellebnb-book-benefits-title{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;
  color:var(--elb-ink);
}

.ellebnb-book-benefits-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.ellebnb-book-benefit{
  min-height:190px;
  padding:24px;
  border-radius:22px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(26,109,175,.10);
  box-shadow:0 16px 42px rgba(26,109,175,.08);
  transition:.35s ease;
}

.ellebnb-book-benefit:hover{
  transform:translateY(-6px);
  border-color:rgba(255,221,89,.70);
}

.ellebnb-book-benefit-icon{
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
  border-radius:15px;
  background:var(--elb-gold);
  color:var(--elb-dark-deep);
  font-size:20px;
}

.ellebnb-book-benefit h3{
  margin:0 0 9px;
  font-family:"Manrope",sans-serif;
  font-size:19px;
  color:var(--elb-ink);
}

.ellebnb-book-benefit p{
  margin:0;
  font-size:14px;
  line-height:1.6;
  color:var(--elb-muted);
}

@keyframes ellebnbBookBenefitsShimmer{
  0%{background-position:0% 50%}
  100%{background-position:260% 50%}
}

@media screen and (max-width:900px){
  .ellebnb-book-benefits-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media screen and (max-width:640px){
  .ellebnb-book-benefits{
    padding:20px;
  }

  .ellebnb-book-benefits-title{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }

  .ellebnb-book-benefits-grid{
    grid-template-columns:1fr;
  }

  .ellebnb-book-benefit{
    min-height:auto;
  }
}

/* ===== ellebnb-book-process ===== */
.ellebnb-book-process{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-max:1180px;

  width:100%;
  padding:20px;
  overflow:hidden;
  box-sizing:border-box;
  font-family:"Nunito Sans",Arial,sans-serif;
  color:#fff;
}

.ellebnb-book-process *,
.ellebnb-book-process *::before,
.ellebnb-book-process *::after{
  box-sizing:border-box;
}

.ellebnb-book-process-inner{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
}

.ellebnb-book-process-head{
  max-width:790px;
  margin:0 auto 34px;
  text-align:center;
}

.ellebnb-book-process-kicker{
  display:inline-block;
  margin:0 0 14px;
  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));
  background-size:260% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  animation:ellebnbBookProcessShimmer 4s linear infinite;
}

.ellebnb-book-process-title{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;
  color:#fff;
}

.ellebnb-book-process-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.ellebnb-book-process-card{
  min-height:210px;
  padding:26px;
  border-radius:24px;
  background:rgba(255,255,255,.11);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  transition:.35s ease;
}

.ellebnb-book-process-card:hover{
  transform:translateY(-7px);
  border-color:rgba(255,221,89,.55);
  background:rgba(255,255,255,.15);
}

.ellebnb-book-process-card span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  margin-bottom:22px;
  border-radius:50%;
  background:var(--elb-gold);
  color:var(--elb-dark-deep);
  font-family:"Manrope",sans-serif;
  font-size:12px;
  font-weight:900;
}

.ellebnb-book-process-card h3{
  margin:0 0 10px;
  font-family:"Manrope",sans-serif;
  font-size:21px;
  color:#fff;
}

.ellebnb-book-process-card p{
  margin:0;
  font-size:14px;
  line-height:1.65;
  color:rgba(255,255,255,.74);
}

@keyframes ellebnbBookProcessShimmer{
  0%{background-position:0% 50%}
  100%{background-position:260% 50%}
}

@media screen and (max-width:900px){
  .ellebnb-book-process-grid{
    grid-template-columns:1fr;
  }

  .ellebnb-book-process-card{
    min-height:auto;
  }
}

@media screen and (max-width:768px){
  .ellebnb-book-process{
    padding:20px;
  }

  .ellebnb-book-process-title{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }
}

/* ===== ellebnb-book-faq ===== */
.ellebnb-book-faq{
  --elb-dark:#1A6DAF;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-ink:#111111;
  --elb-muted:#666666;
  --elb-max:1180px;

  width:100%;
  padding:20px;
  overflow:hidden;
  box-sizing:border-box;
  font-family:"Nunito Sans",Arial,sans-serif;
  color:var(--elb-ink);
}

.ellebnb-book-faq *,
.ellebnb-book-faq *::before,
.ellebnb-book-faq *::after{
  box-sizing:border-box;
}

.ellebnb-book-faq-inner-wrap{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
}

.ellebnb-book-faq-head{
  max-width:790px;
  margin:0 auto 34px;
  text-align:center;
}

.ellebnb-book-faq-kicker{
  display:inline-block;
  margin:0 0 14px;
  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));
  background-size:260% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  animation:ellebnbBookFaqShimmer 4s linear infinite;
}

.ellebnb-book-faq-title{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;
  color:var(--elb-ink);
}

.ellebnb-book-faq-list{
  max-width:940px;
  margin:0 auto;
  display:grid;
  gap:12px;
}

.ellebnb-book-faq-item{
  position:relative;
  overflow:hidden;
  border-radius:20px;
  background:#fff;
  border:1px solid rgba(26,109,175,.10);
  box-shadow:0 14px 36px rgba(26,109,175,.07);
  transition:.35s ease;
}

.ellebnb-book-faq-item:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  background:var(--elb-gold);
  transform:scaleY(.25);
  transform-origin:center;
  transition:.35s ease;
}

.ellebnb-book-faq-item:hover,
.ellebnb-book-faq-item[open]{
  transform:translateY(-5px);
  border-color:rgba(255,221,89,.65);
  box-shadow:0 24px 56px rgba(26,109,175,.14);
}

.ellebnb-book-faq-item:hover:before,
.ellebnb-book-faq-item[open]:before{
  transform:scaleY(1);
}

.ellebnb-book-faq-item summary{
  position:relative;
  list-style:none;
  cursor:pointer;
  padding:22px 62px 22px 22px;
  font-family:"Manrope",sans-serif;
  font-size:18px;
  font-weight:800;
  color:var(--elb-ink);
}

.ellebnb-book-faq-item summary::-webkit-details-marker{
  display:none;
}

.ellebnb-book-faq-item summary:after{
  content:"+";
  position:absolute;
  right:22px;
  top:50%;
  transform:translateY(-50%);
  width:30px;
  height:30px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--elb-dark);
  color:var(--elb-gold);
  font-family:"Manrope",sans-serif;
  font-size:21px;
  font-weight:800;
  transition:.35s ease;
}

.ellebnb-book-faq-item[open] summary:after{
  content:"\00d7";
  background:var(--elb-gold);
  color:var(--elb-dark);
}

.ellebnb-book-faq-answer{
  display:grid;
  grid-template-rows:0fr;
  transition:grid-template-rows .35s ease;
}

.ellebnb-book-faq-item[open] .ellebnb-book-faq-answer{
  grid-template-rows:1fr;
}

.ellebnb-book-faq-inner{
  overflow:hidden;
}

.ellebnb-book-faq-inner p{
  margin:0;
  padding:0 22px 22px;
  font-size:14px;
  line-height:1.7;
  color:var(--elb-muted);
}

@keyframes ellebnbBookFaqShimmer{
  0%{background-position:0% 50%}
  100%{background-position:260% 50%}
}

@media screen and (max-width:768px){
  .ellebnb-book-faq{
    padding:20px;
  }

  .ellebnb-book-faq-title{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }

  .ellebnb-book-faq-item summary{
    font-size:16px;
  }
}

/* ===== ellebnb-book-final ===== */
.ellebnb-book-final{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-max:1180px;

  width:100%;
  padding:20px;
  overflow:hidden;
  box-sizing:border-box;
  font-family:"Nunito Sans",Arial,sans-serif;
  color:#fff;
}

.ellebnb-book-final *,
.ellebnb-book-final *::before,
.ellebnb-book-final *::after{
  box-sizing:border-box;
}

.ellebnb-book-final-inner{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
}

.ellebnb-book-final-card{
  max-width:880px;
  margin:0 auto;
  padding:44px 34px;
  border-radius:30px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.16);
  text-align:center;
  box-shadow:0 26px 74px rgba(21,87,143,.24);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}

.ellebnb-book-final-kicker{
  display:inline-block;
  margin:0 0 14px;
  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));
  background-size:260% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  animation:ellebnbBookFinalShimmer 4s linear infinite;
}

.ellebnb-book-final-title{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;
  color:#fff;
}

.ellebnb-book-final-line{
  width:70px;
  height:3px;
  margin:24px auto;
  border-radius:999px;
  background:var(--elb-gold);
  box-shadow:0 0 24px rgba(255,221,89,.42);
}

.ellebnb-book-final-text{
  max-width:660px;
  margin:0 auto 28px;
  font-size:16px;
  line-height:1.75;
  color:rgba(255,255,255,.76);
}

.ellebnb-book-final-actions{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px;
}

.ellebnb-book-final-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 24px;
  border-radius:999px;
  text-decoration:none;
  font-family:"Manrope",sans-serif;
  font-size:13px;
  font-weight:800;
  transition:.3s ease;
}

.ellebnb-book-final-btn:hover{
  transform:translateY(-3px);
}

.ellebnb-book-final-btn-primary{
  background:var(--elb-gold);
  color:var(--elb-dark-deep);
  box-shadow:0 16px 36px rgba(255,221,89,.26);
}

.ellebnb-book-final-btn-outline{
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.22);
  color:#fff;
}

@keyframes ellebnbBookFinalShimmer{
  0%{background-position:0% 50%}
  100%{background-position:260% 50%}
}

@media screen and (max-width:768px){
  .ellebnb-book-final{
    padding:20px;
  }

  .ellebnb-book-final-card{
    padding:30px 22px;
    border-radius:24px;
  }

  .ellebnb-book-final-title{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }

  .ellebnb-book-final-actions{
    flex-direction:column;
  }

  .ellebnb-book-final-btn{
    width:100%;
  }
}

/* ===== ELLEBNB CONTACT + ABOUT ===== */

/* ===== LOGO / BRAND HEADER ===== */
/* Brand blue bar. Logo keeps a black plate: on blue we drop screen-blend
   (it muddies the mark) and use a soft white lift so the plate reads cleanly. */
.elb-header--brand{
  background:#1A6DAF;
  border-bottom:1px solid rgba(255,255,255,.14);
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
}
.elb-header--brand .elb-nav a{color:#fff}
.elb-header--brand .elb-nav a:hover{color:var(--elb-gold,#FFDD59)}
.elb-header--brand .elb-nav .elb-cta{background:var(--elb-gold,#FFDD59);color:#111}
.elb-header--brand .elb-nav .elb-cta:hover{background:#fff;color:#111}
.elb-logo--img{display:inline-flex;align-items:center;line-height:0;text-decoration:none}
.elb-logo--img img{
  display:block;
  height:68px;
  width:auto;
  object-fit:contain;
  filter:drop-shadow(0 1px 0 rgba(255,255,255,.22));
}
.ellebnb-footer-logo{display:inline-flex;margin-bottom:14px;line-height:0}
.ellebnb-footer-logo img{
  display:block;
  height:88px;
  width:auto;
  object-fit:contain;
}
.ellebnb-footer-brand h3{display:none}
@media(max-width:760px){
  .elb-logo--img img{height:56px}
  .ellebnb-footer-logo img{height:72px}
}
@media (prefers-reduced-motion: reduce){
  .elb-logo--img img{filter:none}
}

/* contact/about section shells */
.ellebnb-contact-simple-hero,
.ellebnb-contact-page,
.ellebnb-contact-faq,
.ellebnb-about-hero,
.ellebnb-about-method,
.ellebnb-about-story,
.ellebnb-about-values,
.ellebnb-about-proof,
.ellebnb-about-areas,
.ellebnb-about-faq,
.ellebnb-about-numbers,
.ellebnb-about-final{
  position:relative;
  isolation:isolate;
  padding-top:64px;
  padding-bottom:64px;
}
.ellebnb-contact-simple-hero,
.ellebnb-about-hero{padding-top:74px;padding-bottom:74px}
.ellebnb-contact-simple-hero > *:not(.elb-bg):not([class*="overlay"]),
.ellebnb-contact-page > *:not(.elb-bg):not([class*="overlay"]),
.ellebnb-contact-faq > *:not(.elb-bg):not([class*="overlay"]),
.ellebnb-about-hero > *:not(.elb-bg):not([class*="overlay"]),
.ellebnb-about-method > *:not(.elb-bg):not([class*="overlay"]),
.ellebnb-about-story > *:not(.elb-bg):not([class*="overlay"]),
.ellebnb-about-values > *:not(.elb-bg):not([class*="overlay"]),
.ellebnb-about-proof > *:not(.elb-bg):not([class*="overlay"]),
.ellebnb-about-areas > *:not(.elb-bg):not([class*="overlay"]),
.ellebnb-about-faq > *:not(.elb-bg):not([class*="overlay"]),
.ellebnb-about-numbers > *:not(.elb-bg):not([class*="overlay"]),
.ellebnb-about-final > *:not(.elb-bg):not([class*="overlay"]){
  position:relative;
  z-index:2;
}
@media(max-width:560px){
  .ellebnb-contact-simple-hero,.ellebnb-contact-page,.ellebnb-contact-faq,
  .ellebnb-about-hero,.ellebnb-about-method,.ellebnb-about-story,.ellebnb-about-values,
  .ellebnb-about-proof,.ellebnb-about-areas,.ellebnb-about-faq,.ellebnb-about-numbers,
  .ellebnb-about-final{padding-top:58px;padding-bottom:58px}
}

/* ===== ellebnb-contact-simple-hero ===== */
.ellebnb-contact-simple-hero{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-cream:#fff7fb;
  --elb-ink:#111111;
  --elb-muted:#666666;
  --elb-max:1180px;

  width:100%;
  padding:20px;
  color:#fff;
  overflow:hidden;
  box-sizing:border-box;
  font-family:"Nunito Sans", Arial, sans-serif;
}

.ellebnb-contact-simple-hero *,
.ellebnb-contact-simple-hero *::before,
.ellebnb-contact-simple-hero *::after{
  box-sizing:border-box;
}

.ellebnb-contact-simple-inner{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
  padding:22px 0;
  text-align:center;
}

.ellebnb-contact-simple-kicker{
  display:inline-block;
  margin:0 0 16px;
  font-family:"Manrope", sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));
  background-size:260% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  animation:ellebnbContactSimpleShimmer 4s linear infinite;
}

.ellebnb-contact-simple-title{
  max-width:920px;
  margin:0 auto;
  font-family:"Manrope", sans-serif;
  font-size:clamp(38px,5vw,64px);
  line-height:1;
  letter-spacing:-1.6px;
  font-weight:800;
  color:#fff;
}

.ellebnb-contact-simple-title span{
  color:var(--elb-gold);
}

.ellebnb-contact-simple-copy{
  max-width:720px;
  margin:24px auto 0;
  font-size:18px;
  line-height:1.75;
  color:rgba(255,255,255,.78);
}

.ellebnb-contact-simple-actions{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px;
  margin-top:34px;
}

.ellebnb-contact-simple-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 24px;
  border-radius:999px;
  text-decoration:none;
  font-family:"Manrope", sans-serif;
  font-size:13px;
  font-weight:800;
  transition:transform .3s ease, box-shadow .3s ease, background .3s ease;
}

.ellebnb-contact-simple-btn:hover{
  transform:translateY(-3px);
}

.ellebnb-contact-simple-btn-primary{
  background:var(--elb-gold);
  color:var(--elb-dark-deep);
  box-shadow:0 16px 36px rgba(255,221,89,.26);
}

.ellebnb-contact-simple-btn-outline{
  border:1px solid rgba(255,255,255,.24);
  background:rgba(255,255,255,.10);
  color:#fff;
}

.ellebnb-contact-simple-info{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px;
  max-width:820px;
  margin:36px auto 0;
}

.ellebnb-contact-simple-pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:48px;
  padding:0 18px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
  color:rgba(255,255,255,.86);
  font-size:13px;
  font-weight:700;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.ellebnb-contact-simple-pill strong{
  color:#fff;
  font-family:"Manrope", sans-serif;
}

@keyframes ellebnbContactSimpleShimmer{
  0%{background-position:0% 50%}
  100%{background-position:260% 50%}
}

@media screen and (max-width:768px){
  .ellebnb-contact-simple-hero{
    padding:20px;
  }

  .ellebnb-contact-simple-inner{
    padding:58px 0;
  }

  .ellebnb-contact-simple-title{
    font-size:38px;
    line-height:1.04;
    letter-spacing:-1px;
  }

  .ellebnb-contact-simple-copy{
    font-size:15px;
    line-height:1.75;
  }

  .ellebnb-contact-simple-actions{
    flex-direction:column;
  }

  .ellebnb-contact-simple-btn{
    width:100%;
  }

  .ellebnb-contact-simple-info{
    flex-direction:column;
  }

  .ellebnb-contact-simple-pill{
    width:100%;
    justify-content:center;
  }
}

/* ===== ellebnb-contact-page ===== */
.ellebnb-contact-page{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-cream:#fff7fb;
  --elb-ink:#111111;
  --elb-muted:#666666;
  --elb-max:1180px;

  width:100%;
  padding:20px;
  overflow:hidden;
  color:#fff;
  box-sizing:border-box;
}

.ellebnb-contact-page *{
  box-sizing:border-box;
}

.ellebnb-contact-inner{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
}

.ellebnb-contact-kicker{
  display:inline-block;
  margin:0 0 14px;

  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  line-height:1.2;
  text-transform:uppercase;

  background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));
  background-size:260% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;

  animation:ellebnbContactShimmer 4s linear infinite;
}

.ellebnb-contact-title{
  margin:0;

  font-family:"Manrope",sans-serif;
  font-size:56px;
  line-height:1;
  letter-spacing:-2px;
  font-weight:900;

  color:#fff;
}

.ellebnb-contact-title span{
  color:var(--elb-gold);
}

.ellebnb-contact-copy{
  max-width:700px;
  margin:22px 0 0;

  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:16px;
  line-height:1.85;

  color:rgba(255,255,255,.76);
}

.ellebnb-contact-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;

  min-height:52px;
  padding:0 24px;

  border-radius:999px;

  text-decoration:none;

  font-family:"Manrope",sans-serif;
  font-size:13px;
  font-weight:900;

  transition:.32s ease;
}

.ellebnb-contact-btn:hover{
  transform:translateY(-4px);
}

.ellebnb-contact-btn-primary{
  background:var(--elb-gold);
  color:var(--elb-dark-deep);
}

.ellebnb-contact-btn-outline{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.28);
  color:#fff;
}

/* HERO */

.ellebnb-contact-hero{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);
  gap:20px;
  align-items:stretch;
  margin-bottom:20px;
}

.ellebnb-contact-hero-left{
  display:flex;
  flex-direction:column;
  justify-content:center;

  min-width:0;
  padding:34px;

  border-radius:28px;

  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

.ellebnb-contact-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;

  margin-top:30px;
}

/* CONTACT CARD */

.ellebnb-contact-card{
  position:relative;

  min-width:0;
  padding:28px;

  border-radius:28px;

  background:linear-gradient(135deg,var(--elb-dark),var(--elb-dark-deep));
  color:#fff;

  overflow:hidden;
}

.ellebnb-contact-card::before{
  content:"";
  position:absolute;

  width:170px;
  height:170px;

  right:-80px;
  top:-80px;

  border-radius:50%;

  background:radial-gradient(circle,rgba(255,221,89,.32),transparent 70%);

  pointer-events:none;
}

.ellebnb-contact-card-top{
  position:relative;
  z-index:2;

  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;

  margin-bottom:28px;
}

.ellebnb-contact-card-top span{
  font-family:"Manrope",sans-serif;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.4px;
  text-transform:uppercase;

  color:rgba(255,255,255,.72);
}

.ellebnb-contact-dot{
  width:10px;
  height:10px;

  border-radius:50%;

  background:var(--elb-gold);
  box-shadow:0 0 0 8px rgba(255,221,89,.14);
}

.ellebnb-contact-info-list{
  position:relative;
  z-index:2;

  display:grid;
  gap:12px;
}

.ellebnb-contact-info{
  display:flex;
  align-items:center;
  gap:14px;

  min-height:76px;
  padding:16px;

  border-radius:20px;

  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.13);

  text-decoration:none;
  color:#fff;

  transition:.32s ease;
}

.ellebnb-contact-info:hover{
  transform:translateY(-4px);
  border-color:rgba(255,221,89,.48);
  background:rgba(255,255,255,.14);
}

.ellebnb-contact-info-icon{
  width:42px;
  height:42px;

  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;

  border-radius:14px;

  background:var(--elb-gold);
  color:var(--elb-dark-deep);
}

.ellebnb-contact-info-icon svg{
  width:20px;
  height:20px;
  display:block;
}

.ellebnb-contact-info strong{
  display:block;
  margin-bottom:4px;

  font-family:"Manrope",sans-serif;
  font-size:15px;
  font-weight:900;

  color:#fff;
}

.ellebnb-contact-info small{
  display:block;

  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:13px;
  line-height:1.45;

  color:rgba(255,255,255,.68);
}

/* INFO */

.ellebnb-contact-info-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-bottom:20px;
}

.ellebnb-contact-mini{
  padding:24px;

  border-radius:24px;

  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);

  transition:.32s ease;
}

.ellebnb-contact-mini:hover{
  transform:translateY(-5px);
  border-color:rgba(255,221,89,.55);
}

.ellebnb-contact-mini span{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  width:38px;
  height:38px;

  margin-bottom:16px;

  border-radius:14px;

  background:var(--elb-gold);
  color:var(--elb-dark-deep);

  font-family:"Manrope",sans-serif;
  font-size:12px;
  font-weight:900;
}

.ellebnb-contact-mini h3{
  margin:0 0 10px;

  font-family:"Manrope",sans-serif;
  font-size:22px;
  line-height:1.1;
  font-weight:900;

  color:#fff;
}

.ellebnb-contact-mini p{
  margin:0;

  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:14px;
  line-height:1.75;

  color:rgba(255,255,255,.76);
}

/* CTA STRIP */

.ellebnb-contact-strip{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:20px;
  align-items:center;

  padding:28px;

  border-radius:28px;

  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

.ellebnb-contact-strip h2{
  margin:0 0 10px;

  font-family:"Manrope",sans-serif;
  font-size:34px;
  line-height:1.05;
  letter-spacing:-1px;
  font-weight:900;

  color:#fff;
}

.ellebnb-contact-strip h2 span{
  color:var(--elb-gold);
}

.ellebnb-contact-strip p{
  margin:0;

  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:14px;
  line-height:1.75;

  color:rgba(255,255,255,.76);
}

.ellebnb-contact-strip-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:flex-end;
}

@keyframes ellebnbContactShimmer{
  0%{background-position:0% 50%}
  100%{background-position:260% 50%}
}

@media(max-width:960px){
  .ellebnb-contact-hero,
  .ellebnb-contact-info-grid,
  .ellebnb-contact-strip{
    grid-template-columns:1fr;
  }

  .ellebnb-contact-strip-actions{
    justify-content:flex-start;
  }
}

@media(max-width:768px){
  .ellebnb-contact-page{
    padding:20px;
  }

  .ellebnb-contact-hero-left,
  .ellebnb-contact-card,
  .ellebnb-contact-strip{
    padding:24px;
    border-radius:22px;
  }

  .ellebnb-contact-title{
    font-size:38px;
    line-height:1.02;
    letter-spacing:-1px;
  }

  .ellebnb-contact-copy{
    font-size:14px;
    line-height:1.75;
  }

  .ellebnb-contact-actions,
  .ellebnb-contact-strip-actions{
    flex-direction:column;
  }

  .ellebnb-contact-btn{
    width:100%;
  }

  .ellebnb-contact-strip h2{
    font-size:28px;
  }
}

/* ===== ellebnb-contact-faq ===== */
.ellebnb-contact-faq{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-ink:#111111;
  --elb-muted:#666666;
  --elb-max:980px;

  width:100%;
  padding:20px;
  overflow:hidden;
  color:var(--elb-ink);
  box-sizing:border-box;
}

.ellebnb-contact-faq *{
  box-sizing:border-box;
}

.ellebnb-contact-faq-inner{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
}

.ellebnb-contact-faq-head{
  max-width:760px;
  margin:0 auto 34px;
  text-align:center;
}

.ellebnb-contact-faq-kicker{
  display:inline-block;
  margin:0 0 14px;

  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;

  background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));
  background-size:260% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;

  animation:ellebnbContactFaqShimmer 4s linear infinite;
}

.ellebnb-contact-faq-title{
  margin:0;

  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:900;

  color:var(--elb-ink);
}

.ellebnb-contact-faq-title span{
  color:var(--elb-dark);
}

.ellebnb-contact-faq-list{
  display:grid;
  gap:12px;
}

.ellebnb-contact-faq-item{
  position:relative;

  overflow:hidden;
  border-radius:22px;

  background:rgba(255,255,255,.78);
  border:1px solid rgba(26,109,175,.10);

  transition:.35s ease;
}

.ellebnb-contact-faq-item::before{
  content:"";
  position:absolute;

  left:0;
  top:0;
  bottom:0;

  width:4px;

  background:var(--elb-gold);

  transform:scaleY(.24);
  transform-origin:center;

  transition:.35s ease;
}

.ellebnb-contact-faq-item.is-open,
.ellebnb-contact-faq-item:hover{
  transform:translateY(-5px);
  border-color:rgba(255,221,89,.55);
  background:rgba(255,255,255,.92);
}

.ellebnb-contact-faq-item.is-open::before,
.ellebnb-contact-faq-item:hover::before{
  transform:scaleY(1);
}

.ellebnb-contact-faq-question{
  position:relative;
  z-index:2;

  width:100%;

  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;

  padding:22px;

  border:0;
  background:transparent;

  cursor:pointer;
  text-align:left;

  color:var(--elb-ink);
}

.ellebnb-contact-faq-question span{
  font-family:"Manrope",sans-serif;
  font-size:18px;
  line-height:1.35;
  font-weight:900;
}

.ellebnb-contact-faq-icon{
  width:34px;
  height:34px;

  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;

  border-radius:50%;

  background:var(--elb-dark);
  color:var(--elb-gold);

  font-family:"Manrope",sans-serif;
  font-size:24px;
  font-weight:900;

  transition:.35s ease;
}

.ellebnb-contact-faq-item.is-open .ellebnb-contact-faq-icon{
  transform:rotate(45deg);
  background:var(--elb-gold);
  color:var(--elb-dark);
}

.ellebnb-contact-faq-answer{
  height:0;
  overflow:hidden;
  transition:height .42s ease;
}

.ellebnb-contact-faq-answer-inner{
  padding:0 22px 22px;
}

.ellebnb-contact-faq-answer-inner p{
  margin:0;

  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:14px;
  line-height:1.75;

  color:var(--elb-muted);
}

@keyframes ellebnbContactFaqShimmer{
  0%{background-position:0% 50%}
  100%{background-position:260% 50%}
}

@media(max-width:768px){
  .ellebnb-contact-faq{
    padding:20px;
  }

  .ellebnb-contact-faq-title{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }

  .ellebnb-contact-faq-question{
    padding:20px;
  }

  .ellebnb-contact-faq-question span{
    font-size:16px;
  }

  .ellebnb-contact-faq-answer-inner{
    padding:0 20px 20px;
  }
}

/* ===== ellebnb-about-hero ===== */
:root{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-cream:#fff7fb;
  --elb-ink:#111111;
  --elb-muted:#666666;
  --elb-max:1180px;
}

.ellebnb-section,
[class^="ellebnb"] *{
  box-sizing:border-box;
}

.ellebnb-container{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
}

@keyframes ellebnbFadeUp{
  from{opacity:0;transform:translateY(24px)}
  to{opacity:1;transform:translateY(0)}
}

@keyframes ellebnbFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-8px)}
}

@keyframes ellebnbGlow{
  0%,100%{box-shadow:0 0 0 rgba(255,221,89,0)}
  50%{box-shadow:0 0 34px rgba(255,221,89,.38)}
}

@keyframes ellebnbShimmer{
  0%{background-position:-180% center}
  100%{background-position:180% center}
}

.ellebnb-about-hero{
  width:100%;
  min-height:92vh;
  display:flex;
  align-items:center;
  padding:74px 20px;
  color:#fff;
  overflow:hidden;
}

.ellebnb-about-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(300px,.78fr);
  gap:46px;
  align-items:center;
  animation:ellebnbFadeUp .75s ease both;
}

.ellebnb-about-hero-kicker{
  display:inline-block;
  margin:0 0 14px;
  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));
  background-size:260% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  animation:ellebnbShimmer 4s linear infinite;
}

.ellebnb-about-title{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:clamp(38px,5vw,64px);
  line-height:1;
  letter-spacing:-1.6px;
  font-weight:800;
  color:#fff;
}

.ellebnb-about-title span{
  color:var(--elb-gold);
}

.ellebnb-about-copy{
  max-width:690px;
  margin:22px 0 0;
  color:rgba(255,255,255,.76);
  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:18px;
  line-height:1.75;
}

.ellebnb-about-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px;
}

.ellebnb-about-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 22px;
  border-radius:999px;
  border:1px solid transparent;
  text-decoration:none;
  font-family:"Manrope",sans-serif;
  font-size:13px;
  font-weight:800;
  transition:.3s ease;
}

.ellebnb-about-btn:hover{
  transform:translateY(-3px);
}

.ellebnb-about-btn-primary{
  background:var(--elb-gold);
  color:var(--elb-dark-deep);
  animation:ellebnbGlow 2.8s ease-in-out infinite;
}

.ellebnb-about-btn-outline{
  border-color:rgba(255,255,255,.24);
  background:rgba(255,255,255,.10);
  color:#fff;
}

.ellebnb-about-card{
  padding:28px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:24px;
  background:rgba(255,255,255,.12);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:0 24px 70px rgba(7,50,86,.24);
  animation:ellebnbFloat 5s ease-in-out infinite;
}

.ellebnb-about-card-top{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding-bottom:18px;
  border-bottom:1px solid rgba(255,255,255,.14);
  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(255,255,255,.74);
}

.ellebnb-about-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--elb-gold);
  box-shadow:0 0 0 8px rgba(255,221,89,.16);
}

.ellebnb-about-list{
  display:grid;
  gap:18px;
  margin-top:22px;
}

.ellebnb-about-item{
  padding-bottom:18px;
  border-bottom:1px solid rgba(255,255,255,.12);
}

.ellebnb-about-item:last-child{
  padding-bottom:0;
  border-bottom:0;
}

.ellebnb-about-item strong{
  display:block;
  margin-bottom:7px;
  color:#fff;
  font-family:"Manrope",sans-serif;
  font-size:17px;
}

.ellebnb-about-item p{
  margin:0;
  color:rgba(255,255,255,.68);
  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:14px;
  line-height:1.65;
}

@media(max-width:900px){
  .ellebnb-about-hero{
    min-height:auto;
    padding:58px 20px;
  }

  .ellebnb-about-hero-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:640px){
  .ellebnb-about-title{
    font-size:38px;
  }

  .ellebnb-about-buttons{
    flex-direction:column;
  }

  .ellebnb-about-btn{
    width:100%;
  }
}

/* ===== ellebnb-about-method ===== */
.ellebnb-about-method{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-cream:#fff7fb;
  --elb-ink:#111111;
  --elb-muted:#666666;
  --elb-max:1180px;

  position:relative;
  width:100%;

  padding:20px;
  overflow:hidden;
  color:var(--elb-ink);
  box-sizing:border-box;
}

.ellebnb-about-method *{
  box-sizing:border-box;
}

.ellebnb-about-method-inner{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
}

.ellebnb-about-method-head{
  max-width:780px;
  margin:0 auto 38px;
  text-align:center;
}

.ellebnb-about-method-kicker{
  display:inline-block;
  margin:0 0 14px;
  padding:0;
  border:0;
  box-shadow:none;

  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  line-height:1.2;
  text-transform:uppercase;

  background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));
  background-size:260% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;

  animation:ellebnbMethodShimmer 4s linear infinite;
}

.ellebnb-about-method-title{
  margin:0;

  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;

  color:var(--elb-ink);
}

.ellebnb-about-method-title span{
  color:var(--elb-dark);
}

.ellebnb-about-method-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.ellebnb-about-step{
  position:relative;

  min-height:196px;
  padding:24px;

  border:1px solid rgba(26,109,175,.10);
  border-radius:20px;

  background:rgba(255,255,255,.86);

  overflow:hidden;

  transition:.35s ease;
  animation:ellebnbMethodFadeUp .65s ease both;
}

.ellebnb-about-step:hover{
  transform:translateY(-7px) scale(1.015);
  border-color:rgba(255,221,89,.55);
}

.ellebnb-about-step-number{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  width:38px;
  height:38px;

  margin-bottom:20px;

  border-radius:50%;

  background:var(--elb-gold);
  color:var(--elb-dark-deep);

  font-family:"Manrope",sans-serif;
  font-size:12px;
  font-weight:900;
}

.ellebnb-about-step h3{
  margin:0 0 8px;

  font-family:"Manrope",sans-serif;
  font-size:18px;
  line-height:1.2;
  font-weight:900;

  color:var(--elb-ink);
}

.ellebnb-about-step p{
  margin:0;

  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:13px;
  line-height:1.6;

  color:var(--elb-muted);
}

@keyframes ellebnbMethodShimmer{
  0%{background-position:0% 50%}
  100%{background-position:260% 50%}
}

@keyframes ellebnbMethodFadeUp{
  from{
    opacity:0;
    transform:translateY(14px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@media(max-width:900px){
  .ellebnb-about-method-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:768px){
  .ellebnb-about-method{
    padding:20px;
  }

  .ellebnb-about-method-title{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }
}

@media(max-width:640px){
  .ellebnb-about-method-grid{
    grid-template-columns:1fr;
  }

  .ellebnb-about-step{
    min-height:auto;
  }
}

/* ===== ellebnb-about-story ===== */
.ellebnb-about-story{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-ink:#111111;
  --elb-muted:#666666;
  --elb-max:1180px;
  position:relative;
  width:100%;
  padding:24px 20px;
  overflow:visible;
  color:#fff;
}

.ellebnb-about-story-grid{
  position:relative;
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  gap:54px;
  align-items:center;
}

.ellebnb-about-photo{
  position:relative;
  min-height:520px;
  border-radius:26px;
  overflow:hidden;
  background:transparent;
  box-shadow:none;
}

.ellebnb-about-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.7s ease;
}

.ellebnb-about-photo:hover img{
  transform:scale(1.04);
}

.ellebnb-about-note{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  padding:20px;
  border-radius:18px;
  background:rgba(255,255,255,.12);
  color:#fff;
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:none;
}

.ellebnb-about-note strong{
  display:block;
  margin-bottom:8px;
  font-family:"Manrope",sans-serif;
  font-size:19px;
  line-height:1.25;
  font-weight:900;
  color:#fff;
}

.ellebnb-about-note span{
  display:block;
  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:14px;
  line-height:1.6;
  color:rgba(255,255,255,.78);
}

.ellebnb-about-story-kicker{
  display:inline-block;
  margin:0 0 14px;
  padding:0;
  border:0;
  border-radius:0;
  box-shadow:none;
  background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));
  background-size:260% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  line-height:1.2;
  text-transform:uppercase;
  animation:ellebnbShimmer 4s linear infinite;
}

.ellebnb-about-story-title{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;
  color:#fff;
}

.ellebnb-about-story-title span{
  color:var(--elb-gold);
}

.ellebnb-about-line{
  width:70px;
  height:3px;
  margin:26px 0;
  border-radius:999px;
  background:var(--elb-gold);
  box-shadow:none;
}

.ellebnb-about-text p{
  margin:0 0 16px;
  color:rgba(255,255,255,.76);
  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:16px;
  line-height:1.78;
}

.ellebnb-about-text strong{
  color:#fff;
  font-weight:900;
}

.ellebnb-about-quote{
  position:relative;
  margin-top:24px;
  padding:24px 24px 24px 28px;
  border-radius:20px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.14);
  border-left:4px solid var(--elb-gold);
  box-shadow:none;
  font-family:"Manrope",sans-serif;
  font-size:19px;
  line-height:1.55;
  font-weight:800;
  color:#fff;
  overflow:hidden;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

.ellebnb-about-quote::before{
  content:"";
  position:absolute;
  width:140px;
  height:140px;
  right:-70px;
  top:-70px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,221,89,.22),transparent 70%);
  pointer-events:none;
}

@media(max-width:900px){
  .ellebnb-about-story-grid{
    grid-template-columns:1fr;
  }

  .ellebnb-about-photo{
    min-height:420px;
  }
}

@media(max-width:768px){
  .ellebnb-about-story{
    padding:28px 20px;
  }

  .ellebnb-about-story-title{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }

  .ellebnb-about-text p{
    font-size:14px;
    line-height:1.8;
  }

  .ellebnb-about-quote{
    font-size:16px;
    padding:22px;
  }
}

/* ===== ellebnb-about-values ===== */
.ellebnb-about-values{
  position:relative;
  width:100%;
  padding:24px 20px;
  color:var(--elb-ink,#111);
  overflow:visible;
}

.ellebnb-about-values-head{
  position:relative;
  z-index:2;
  max-width:780px;
  margin:0 auto 36px;
  text-align:center;
}

.ellebnb-about-values-kicker{
  display:inline-block;
  margin:0 0 14px;
  padding:0;
  border:0;
  border-radius:0;
  box-shadow:none;
  background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));
  background-size:260% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  line-height:1.2;
  text-transform:uppercase;
  animation:ellebnbValuesShimmer 4s linear infinite;
}

.ellebnb-about-values-title{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;
  color:var(--elb-ink,#111);
}

.ellebnb-about-values-title span{
  color:var(--elb-dark,#1A6DAF);
}

.ellebnb-about-values-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.ellebnb-about-value{
  position:relative;
  min-height:245px;
  padding:28px;
  border-radius:22px;
  background:rgba(255,255,255,.90);
  border:1px solid rgba(26,109,175,.10);
  box-shadow:0 16px 42px rgba(26,109,175,.08);
  overflow:hidden;
  transition:.35s ease;
  animation:ellebnbValuesUp .65s ease both;
}

.ellebnb-about-value::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,transparent,rgba(255,255,255,.45),transparent);
  transform:translateX(-120%);
  transition:.55s ease;
  pointer-events:none;
}

.ellebnb-about-value::after{
  content:"";
  position:absolute;
  width:150px;
  height:150px;
  right:-80px;
  top:-80px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,221,89,.24),transparent 70%);
  pointer-events:none;
}

.ellebnb-about-value:hover{
  transform:translateY(-8px);
  border-color:rgba(255,221,89,.52);
  box-shadow:0 24px 58px rgba(26,109,175,.12);
}

.ellebnb-about-value:hover::before{
  transform:translateX(120%);
}

.ellebnb-about-value-icon{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  margin-bottom:24px;
  border-radius:16px;
  background:var(--elb-gold);
  color:var(--elb-dark-deep);
}

.ellebnb-about-value-icon svg{
  width:22px;
  height:22px;
  display:block;
  stroke:currentColor;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
  fill:none;
}

.ellebnb-about-value h3{
  position:relative;
  z-index:2;
  margin:0 0 12px;
  font-family:"Manrope",sans-serif;
  font-size:22px;
  line-height:1.1;
  font-weight:900;
  color:var(--elb-ink,#111);
}

.ellebnb-about-value p{
  position:relative;
  z-index:2;
  margin:0;
  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:14px;
  line-height:1.7;
  color:var(--elb-muted,#666);
}

@keyframes ellebnbValuesShimmer{
  0%{background-position:-180% center}
  100%{background-position:180% center}
}

@keyframes ellebnbValuesUp{
  from{opacity:0;transform:translateY(24px)}
  to{opacity:1;transform:translateY(0)}
}

@media(max-width:900px){
  .ellebnb-about-values-grid{
    grid-template-columns:1fr;
  }

  .ellebnb-about-value{
    min-height:auto;
  }
}

@media(max-width:768px){
  .ellebnb-about-values{
    padding:28px 20px;
  }

  .ellebnb-about-values-title{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }

  .ellebnb-about-value{
    padding:24px;
    border-radius:20px;
  }
}

/* ===== ellebnb-about-proof ===== */
.ellebnb-about-proof{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-ink:#111111;
  --elb-muted:#666666;
  --elb-max:1180px;

  position:relative;
  width:100%;

  padding:20px;
  overflow:visible;
  color:#fff;
  box-sizing:border-box;
}

.ellebnb-about-proof *{
  box-sizing:border-box;
}

.ellebnb-about-proof-wrap{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;

  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:54px;
  align-items:start;
}

.ellebnb-about-proof-head{
  position:sticky;
  top:28px;
}

.ellebnb-about-proof-kicker{
  display:inline-block;
  margin:0 0 14px;
  padding:0;
  border:0;
  box-shadow:none;

  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  line-height:1.2;
  text-transform:uppercase;

  background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));
  background-size:260% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;

  animation:ellebnbProofShimmer 4s linear infinite;
}

.ellebnb-about-proof-title{
  margin:0;

  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;

  color:#fff;
}

.ellebnb-about-proof-title span{
  color:var(--elb-gold);
}

.ellebnb-about-proof-copy{
  max-width:430px;
  margin:22px 0 0;

  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:15px;
  line-height:1.85;

  color:rgba(255,255,255,.78);
}

.ellebnb-about-proof-mini{
  max-width:360px;

  margin-top:28px;
  padding:20px;

  border-radius:22px;

  background:rgba(255,255,255,.90);
  border:1px solid rgba(255,255,255,.20);
  color:var(--elb-ink);
}

.ellebnb-about-proof-mini strong{
  display:block;
  margin-bottom:8px;

  font-family:"Manrope",sans-serif;
  font-size:16px;
  font-weight:900;

  color:var(--elb-dark);
}

.ellebnb-about-proof-mini span{
  display:block;

  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:13px;
  line-height:1.65;

  color:var(--elb-muted);
}

/* TIMELINE */

.ellebnb-about-proof-path{
  position:relative;

  display:grid;
  gap:22px;

  padding-left:34px;
}

.ellebnb-about-proof-path::before{
  content:"";
  position:absolute;

  left:12px;
  top:18px;
  bottom:18px;

  width:2px;
  border-radius:999px;

  background:linear-gradient(to bottom,var(--elb-gold),rgba(26,109,175,.20),var(--elb-pink));
}

.ellebnb-about-proof-item{
  position:relative;

  display:grid;
  grid-template-columns:72px minmax(0,1fr);
  gap:18px;
  align-items:stretch;

  transition:.35s ease;
}

.ellebnb-about-proof-item:nth-child(2){
  transform:translateX(34px);
}

.ellebnb-about-proof-item:nth-child(3){
  transform:translateX(68px);
}

.ellebnb-about-proof-item:hover{
  transform:translateX(12px) translateY(-6px);
}

.ellebnb-about-proof-item:nth-child(2):hover{
  transform:translateX(46px) translateY(-6px);
}

.ellebnb-about-proof-item:nth-child(3):hover{
  transform:translateX(80px) translateY(-6px);
}

.ellebnb-about-proof-dot{
  position:absolute;

  left:-29px;
  top:28px;

  width:16px;
  height:16px;

  border-radius:50%;

  background:var(--elb-gold);
  box-shadow:0 0 0 8px rgba(255,221,89,.18);
}

.ellebnb-about-proof-number{
  min-height:124px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:24px;

  background:var(--elb-gold);
  color:var(--elb-dark-deep);

  font-family:"Manrope",sans-serif;
  font-size:22px;
  line-height:1;
  font-weight:900;
}

.ellebnb-about-proof-card{
  position:relative;

  min-height:190px;
  padding:26px;

  border-radius:24px;

  background:rgba(255,255,255,.68);
  border:1px solid rgba(26,109,175,.10);

  overflow:hidden;

  transition:.35s ease;
}

.ellebnb-about-proof-card::before{
  content:"";
  position:absolute;
  inset:0;

  background:linear-gradient(120deg,transparent,rgba(255,255,255,.50),transparent);

  transform:translateX(-120%);
  transition:.55s ease;
  pointer-events:none;
}

.ellebnb-about-proof-item:hover .ellebnb-about-proof-card{
  border-color:rgba(255,221,89,.55);
  background:rgba(255,255,255,.92);
}

.ellebnb-about-proof-item:hover .ellebnb-about-proof-card::before{
  transform:translateX(120%);
}

.ellebnb-about-proof-card h3{
  position:relative;
  z-index:2;

  margin:0 0 12px;

  font-family:"Manrope",sans-serif;
  font-size:24px;
  line-height:1.08;
  font-weight:900;

  color:var(--elb-ink);
}

.ellebnb-about-proof-card p{
  position:relative;
  z-index:2;

  margin:0;

  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:14px;
  line-height:1.75;

  color:var(--elb-muted);
}

@keyframes ellebnbProofShimmer{
  0%{background-position:-180% center}
  100%{background-position:180% center}
}

@media(max-width:1024px){
  .ellebnb-about-proof-wrap{
    grid-template-columns:1fr;
    gap:34px;
  }

  .ellebnb-about-proof-head{
    position:relative;
    top:auto;
    text-align:center;
  }

  .ellebnb-about-proof-copy,
  .ellebnb-about-proof-mini{
    margin-left:auto;
    margin-right:auto;
  }
}

@media(max-width:768px){
  .ellebnb-about-proof{
    padding:20px;
  }

  .ellebnb-about-proof-title{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }

  .ellebnb-about-proof-path{
    padding-left:28px;
  }

  .ellebnb-about-proof-item,
  .ellebnb-about-proof-item:nth-child(2),
  .ellebnb-about-proof-item:nth-child(3),
  .ellebnb-about-proof-item:hover,
  .ellebnb-about-proof-item:nth-child(2):hover,
  .ellebnb-about-proof-item:nth-child(3):hover{
    transform:none;
  }

  .ellebnb-about-proof-item{
    grid-template-columns:54px minmax(0,1fr);
    gap:12px;
  }

  .ellebnb-about-proof-number{
    min-height:110px;
    border-radius:18px;
    font-size:17px;
  }

  .ellebnb-about-proof-card{
    min-height:auto;
    padding:22px;
    border-radius:20px;
  }

  .ellebnb-about-proof-card h3{
    font-size:20px;
  }
}

/* ===== ellebnb-about-areas ===== */
.ellebnb-about-areas{
  position:relative;
  width:100%;
  padding:24px 20px;
  color:var(--elb-ink,#111);
  overflow:visible;
}

.ellebnb-about-areas-head{
  max-width:820px;
  margin:0 auto 38px;
  text-align:center;
}

.ellebnb-about-areas-kicker{
  display:inline-block;
  margin:0 0 14px;
  padding:0;
  border:0;
  border-radius:0;
  box-shadow:none;
  background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));
  background-size:260% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  line-height:1.2;
  text-transform:uppercase;
  animation:ellebnbAreasShimmer 4s linear infinite;
}

.ellebnb-about-areas-title{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;
  color:var(--elb-ink,#111);
}

.ellebnb-about-areas-title span{
  color:var(--elb-dark,#1A6DAF);
}

.ellebnb-about-areas-grid{
  display:grid;
  grid-template-columns:1.15fr .92fr .92fr;
  gap:14px;
  align-items:stretch;
}

.ellebnb-about-area{
  position:relative;
  min-height:360px;
  border-radius:24px;
  overflow:hidden;
  isolation:isolate;
  transition:.4s ease;
}

.ellebnb-about-area:first-child{
  min-height:430px;
}

.ellebnb-about-area img{
  position:absolute;
  inset:0;
  z-index:-2;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.7s ease;
}

.ellebnb-about-area::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(to top,rgba(21,87,143,.92),rgba(21,87,143,.18));
}

.ellebnb-about-area::after{
  content:"";
  position:absolute;
  inset:auto 18px 18px 18px;
  height:1px;
  background:rgba(255,255,255,.20);
  transform:scaleX(.35);
  transform-origin:left;
  transition:.4s ease;
}

.ellebnb-about-area:hover{
  transform:translateY(-7px) scale(1.012);
}

.ellebnb-about-area:hover img{
  transform:scale(1.06);
}

.ellebnb-about-area:hover::after{
  transform:scaleX(1);
  background:var(--elb-gold);
}

.ellebnb-about-area-content{
  position:absolute;
  left:22px;
  right:22px;
  bottom:24px;
  z-index:2;
}

.ellebnb-about-area-tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  margin-bottom:12px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.16);
  color:rgba(255,255,255,.82);
  font-family:"Manrope",sans-serif;
  font-size:10px;
  font-weight:900;
  letter-spacing:1px;
  text-transform:uppercase;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.ellebnb-about-area h3{
  margin:0 0 10px;
  font-family:"Manrope",sans-serif;
  font-size:32px;
  line-height:1;
  letter-spacing:-1px;
  font-weight:900;
  color:#fff;
}

.ellebnb-about-area p{
  max-width:360px;
  margin:0;
  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:13px;
  line-height:1.7;
  color:rgba(255,255,255,.78);
}

@keyframes ellebnbAreasShimmer{
  0%{background-position:-180% center}
  100%{background-position:180% center}
}

@media(max-width:900px){
  .ellebnb-about-areas-grid{
    grid-template-columns:1fr;
  }

  .ellebnb-about-area,
  .ellebnb-about-area:first-child{
    min-height:300px;
  }
}

@media(max-width:768px){
  .ellebnb-about-areas{
    padding:28px 20px;
  }

  .ellebnb-about-areas-title{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }

  .ellebnb-about-area{
    border-radius:22px;
  }

  .ellebnb-about-area h3{
    font-size:28px;
  }
}

/* ===== ellebnb-about-faq ===== */
.ellebnb-about-faq{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-ink:#111111;
  --elb-muted:#666666;
  --elb-max:1180px;

  position:relative;
  width:100%;

  padding:20px;
  overflow:visible;
  color:var(--elb-ink);
  box-sizing:border-box;
}

.ellebnb-about-faq *{
  box-sizing:border-box;
}

.ellebnb-about-faq-layout{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;

  display:grid;
  grid-template-columns:320px minmax(0,1fr);
  gap:24px;
  align-items:start;
}

.ellebnb-about-faq-panel{
  position:sticky;
  top:28px;

  padding:26px;
  border-radius:26px;

  background:rgba(255,255,255,.78);
  border:1px solid rgba(26,109,175,.10);

  overflow:hidden;
}

.ellebnb-about-faq-kicker{
  display:inline-block;
  margin:0 0 14px;
  padding:0;
  border:0;
  box-shadow:none;

  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  line-height:1.2;
  text-transform:uppercase;

  background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));
  background-size:260% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;

  animation:ellebnbFaqAboutShimmer 4s linear infinite;
}

.ellebnb-about-faq-title{
  margin:0;

  font-family:"Manrope",sans-serif;
  font-size:42px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:900;

  color:var(--elb-ink);
}

.ellebnb-about-faq-title span{
  color:var(--elb-dark);
}

.ellebnb-about-faq-panel p{
  margin:18px 0 22px;

  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:14px;
  line-height:1.75;

  color:var(--elb-muted);
}

.ellebnb-about-faq-status{
  display:flex;
  align-items:flex-end;
  gap:8px;

  margin-bottom:14px;

  font-family:"Manrope",sans-serif;
}

.ellebnb-about-faq-status strong{
  font-size:44px;
  line-height:.9;
  letter-spacing:-1.5px;
  font-weight:900;

  color:var(--elb-dark);
}

.ellebnb-about-faq-status span{
  padding-bottom:5px;

  font-size:12px;
  font-weight:900;

  color:var(--elb-muted);
}

.ellebnb-about-faq-progress{
  width:100%;
  height:8px;

  border-radius:999px;

  background:rgba(26,109,175,.10);

  overflow:hidden;
}

.ellebnb-about-faq-progress span{
  display:block;

  width:0%;
  height:100%;

  border-radius:999px;

  background:linear-gradient(90deg,var(--elb-gold),var(--elb-pink));

  transition:width .42s ease;
}

.ellebnb-about-faq-list{
  display:grid;
  gap:12px;
}

.ellebnb-about-faq-item{
  position:relative;

  overflow:hidden;
  border-radius:22px;

  background:rgba(255,255,255,.72);
  border:1px solid rgba(26,109,175,.10);

  transition:.35s ease;
}

.ellebnb-about-faq-item::before{
  content:"";
  position:absolute;

  left:0;
  top:0;
  bottom:0;

  width:4px;

  background:var(--elb-gold);

  transform:scaleY(.25);
  transform-origin:center;

  transition:.35s ease;
}

.ellebnb-about-faq-item.is-open,
.ellebnb-about-faq-item:hover{
  transform:translateY(-5px);
  border-color:rgba(255,221,89,.55);
  background:rgba(255,255,255,.92);
}

.ellebnb-about-faq-item.is-open::before,
.ellebnb-about-faq-item:hover::before{
  transform:scaleY(1);
}

.ellebnb-about-faq-question{
  position:relative;
  z-index:2;

  width:100%;

  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;

  padding:22px;

  border:0;
  background:transparent;

  cursor:pointer;
  text-align:left;

  color:var(--elb-ink);
}

.ellebnb-about-faq-question span{
  font-family:"Manrope",sans-serif;
  font-size:18px;
  font-weight:900;
  line-height:1.35;
}

.ellebnb-about-faq-icon{
  width:34px;
  height:34px;

  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;

  border-radius:50%;

  background:var(--elb-dark);
  color:var(--elb-gold);

  font-family:"Manrope",sans-serif;
  font-size:24px;
  font-weight:900;

  transition:.35s ease;
}

.ellebnb-about-faq-item.is-open .ellebnb-about-faq-icon{
  transform:rotate(45deg);
  background:var(--elb-gold);
  color:var(--elb-dark);
}

.ellebnb-about-faq-answer{
  position:relative;
  z-index:2;

  height:0;
  overflow:hidden;

  transition:height .42s ease;
}

.ellebnb-about-faq-answer-inner{
  padding:0 22px 22px;
}

.ellebnb-about-faq-answer-inner p{
  margin:0;

  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:14px;
  line-height:1.75;

  color:var(--elb-muted);
}

.ellebnb-about-faq-chip{
  display:inline-flex;
  align-items:center;

  min-height:32px;
  margin-top:16px;
  padding:0 12px;

  border-radius:999px;

  background:rgba(26,109,175,.08);
  border:1px solid rgba(26,109,175,.10);

  font-family:"Manrope",sans-serif;
  font-size:10px;
  font-weight:900;
  letter-spacing:.9px;
  text-transform:uppercase;

  color:var(--elb-dark);
}

@keyframes ellebnbFaqAboutShimmer{
  0%{background-position:-180% center}
  100%{background-position:180% center}
}

@media(max-width:960px){
  .ellebnb-about-faq-layout{
    grid-template-columns:1fr;
  }

  .ellebnb-about-faq-panel{
    position:relative;
    top:auto;
    text-align:center;
  }
}

@media(max-width:768px){
  .ellebnb-about-faq{
    padding:20px;
  }

  .ellebnb-about-faq-title{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }

  .ellebnb-about-faq-panel{
    padding:24px;
    border-radius:22px;
  }

  .ellebnb-about-faq-question{
    padding:20px;
  }

  .ellebnb-about-faq-question span{
    font-size:16px;
  }

  .ellebnb-about-faq-answer-inner{
    padding:0 20px 20px;
  }
}

/* ===== ellebnb-about-numbers ===== */
.ellebnb-about-numbers{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-ink:#111111;
  --elb-muted:#666666;
  --elb-max:1180px;

  position:relative;
  width:100%;

  padding:20px;
  overflow:hidden;
  color:#fff;
  box-sizing:border-box;
}

.ellebnb-about-numbers *{
  box-sizing:border-box;
}

.ellebnb-about-numbers-inner{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
}

.ellebnb-about-numbers-head{
  max-width:820px;
  margin:0 auto 38px;
  text-align:center;
}

.ellebnb-about-numbers-kicker{
  display:inline-block;
  margin:0 0 14px;
  padding:0;
  border:0;
  box-shadow:none;

  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  line-height:1.2;
  text-transform:uppercase;

  background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));
  background-size:260% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;

  animation:ellebnbNumbersShimmer 4s linear infinite;
}

.ellebnb-about-numbers-title{
  margin:0;

  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;

  color:#fff;
}

.ellebnb-about-numbers-title span{
  color:var(--elb-gold);
}

.ellebnb-about-numbers-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr .8fr;
  gap:14px;
}

.ellebnb-about-number{
  position:relative;

  min-height:230px;
  padding:28px;

  border-radius:24px;

  background:rgba(255,255,255,.86);
  border:1px solid rgba(26,109,175,.10);

  overflow:hidden;

  transition:.35s ease;
}

.ellebnb-about-number:first-child{
  background:linear-gradient(135deg,var(--elb-dark),var(--elb-dark-deep));
  color:#fff;
}

.ellebnb-about-number:hover{
  transform:translateY(-7px);
  border-color:rgba(255,221,89,.55);
  background:rgba(255,255,255,.94);
}

.ellebnb-about-number:first-child:hover{
  background:linear-gradient(135deg,var(--elb-dark),var(--elb-dark-deep));
}

.ellebnb-about-number-value{
  display:block;
  margin-bottom:18px;

  font-family:"Manrope",sans-serif;
  font-size:58px;
  line-height:.9;
  letter-spacing:-2px;
  font-weight:900;

  color:var(--elb-dark);
}

.ellebnb-about-number:first-child .ellebnb-about-number-value{
  color:var(--elb-gold);
}

.ellebnb-about-number h3{
  margin:0 0 10px;

  font-family:"Manrope",sans-serif;
  font-size:22px;
  line-height:1.1;
  font-weight:900;

  color:var(--elb-ink);
}

.ellebnb-about-number:first-child h3{
  color:#fff;
}

.ellebnb-about-number p{
  margin:0;

  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:14px;
  line-height:1.7;

  color:var(--elb-muted);
}

.ellebnb-about-number:first-child p{
  color:rgba(255,255,255,.74);
}

.ellebnb-about-numbers-note{
  max-width:760px;

  margin:24px auto 0;

  text-align:center;

  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:13px;
  line-height:1.7;

  color:rgba(255,255,255,.72);
}

@keyframes ellebnbNumbersShimmer{
  0%{background-position:-180% center}
  100%{background-position:180% center}
}

@media(max-width:900px){
  .ellebnb-about-numbers-grid{
    grid-template-columns:1fr;
  }

  .ellebnb-about-number{
    min-height:auto;
  }
}

@media(max-width:768px){
  .ellebnb-about-numbers{
    padding:20px;
  }

  .ellebnb-about-numbers-title{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }

  .ellebnb-about-number-value{
    font-size:46px;
  }
}

/* ===== ellebnb-about-final ===== */
.ellebnb-about-final{
  position:relative;
  width:100%;
  padding:24px 20px;
  color:#fff;
  overflow:visible;
}

.ellebnb-about-final-card{
  position:relative;
  max-width:920px;
  margin:0 auto;
  padding:44px;
  border-radius:28px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.16);
  text-align:center;
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  overflow:hidden;
}

.ellebnb-about-final-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,transparent,rgba(255,255,255,.12),transparent);
  transform:translateX(-120%);
  animation:ellebnbAboutFinalSweep 7s ease-in-out infinite;
  pointer-events:none;
}

.ellebnb-about-final-card::after{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  right:-110px;
  top:-110px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,221,89,.26),transparent 70%);
  pointer-events:none;
}

.ellebnb-about-final-kicker{
  position:relative;
  z-index:2;
  display:inline-block;
  margin:0 0 14px;
  padding:0;
  border:0;
  border-radius:0;
  box-shadow:none;
  background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));
  background-size:260% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  line-height:1.2;
  text-transform:uppercase;
  animation:ellebnbAboutFinalShimmer 4s linear infinite;
}

.ellebnb-about-final-title{
  position:relative;
  z-index:2;
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;
  color:#fff;
}

.ellebnb-about-final-title span{
  color:var(--elb-gold);
}

.ellebnb-about-line-center{
  position:relative;
  z-index:2;
  width:70px;
  height:3px;
  margin:26px auto;
  border-radius:999px;
  background:var(--elb-gold);
}

.ellebnb-about-final-card p{
  position:relative;
  z-index:2;
  max-width:650px;
  margin:0 auto 28px;
  color:rgba(255,255,255,.76);
  font-family:"Nunito Sans",Arial,sans-serif;
  font-size:16px;
  line-height:1.75;
}

.ellebnb-about-final-icons{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  max-width:720px;
  margin:0 auto 30px;
}

.ellebnb-about-final-icon-item{
  min-height:86px;
  padding:14px 12px;
  border-radius:18px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:9px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
  transition:.35s ease;
}

.ellebnb-about-final-icon-item:hover{
  transform:translateY(-5px);
  border-color:rgba(255,221,89,.50);
  background:rgba(255,255,255,.15);
}

.ellebnb-about-final-icon{
  width:38px;
  height:38px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--elb-gold);
  color:var(--elb-dark-deep);
}

.ellebnb-about-final-icon svg{
  width:19px;
  height:19px;
  display:block;
  stroke:currentColor;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
  fill:none;
}

.ellebnb-about-final-icon-item strong{
  font-family:"Manrope",sans-serif;
  font-size:12px;
  line-height:1.25;
  font-weight:900;
  color:#fff;
}

.ellebnb-about-final-buttons{
  position:relative;
  z-index:2;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px;
}

.ellebnb-about-final-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:52px;
  min-width:240px;
  padding:0 24px;
  border-radius:999px;
  border:1px solid transparent;
  text-decoration:none;
  font-family:"Manrope",sans-serif;
  font-size:13px;
  font-weight:900;
  transition:.35s ease;
}

.ellebnb-about-final-btn-primary{
  background:var(--elb-gold);
  color:var(--elb-dark-deep);
}

.ellebnb-about-final-btn-outline{
  border-color:rgba(255,255,255,.24);
  background:rgba(255,255,255,.10);
  color:#fff;
}

.ellebnb-about-final-btn:hover{
  transform:translateY(-4px);
}

.ellebnb-about-final-btn svg{
  width:17px;
  height:17px;
  display:block;
  fill:currentColor;
}

@keyframes ellebnbAboutFinalShimmer{
  0%{background-position:-180% center}
  100%{background-position:180% center}
}

@keyframes ellebnbAboutFinalSweep{
  0%,62%{transform:translateX(-120%)}
  100%{transform:translateX(120%)}
}

@media(max-width:768px){
  .ellebnb-about-final{
    padding:28px 20px;
  }

  .ellebnb-about-final-card{
    padding:28px 20px;
    border-radius:22px;
  }

  .ellebnb-about-final-title{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }

  .ellebnb-about-final-card p{
    font-size:14px;
    line-height:1.8;
  }

  .ellebnb-about-final-icons{
    grid-template-columns:1fr;
  }

  .ellebnb-about-final-buttons{
    flex-direction:column;
  }

  .ellebnb-about-final-btn{
    width:100%;
    min-width:0;
  }
}
/* ===== ELLEBNB SERVIZI PER PROPRIETARI ===== */
/* layer: servizi sections */
.ellebnb-owner-shift,
.ellebnb-owner-shift-cta,
.ellebnb-owner-services,
.ellebnb-owner-method,
.ellebnb-owner-method-cta,
.ellebnb-owner-trust,
.ellebnb-owner-control,
.ellebnb-owner-final{
  position:relative;
  isolation:isolate;
  padding-top:64px;
  padding-bottom:64px;
}
.ellebnb-owner-shift > .ellebnb-owner-shift-inner,
.ellebnb-owner-shift-cta > .ellebnb-owner-shift-cta-inner,
.ellebnb-owner-services > .ellebnb-owner-services-inner,
.ellebnb-owner-method > .ellebnb-owner-method-inner,
.ellebnb-owner-method-cta > .ellebnb-owner-method-cta-inner,
.ellebnb-owner-trust > .ellebnb-owner-trust-inner,
.ellebnb-owner-control > .ellebnb-owner-control-inner,
.ellebnb-owner-final > .ellebnb-owner-final-inner{
  position:relative;
  z-index:2;
}
@media(max-width:560px){
  .ellebnb-owner-shift,.ellebnb-owner-shift-cta,.ellebnb-owner-services,.ellebnb-owner-method,.ellebnb-owner-method-cta,.ellebnb-owner-trust,.ellebnb-owner-control,.ellebnb-owner-final{padding-top:58px;padding-bottom:58px}
}

/* ===== servizi hero list (additive, no proponi break) ===== */
.ellebnb-owner-hero-list > div:not(.ellebnb-owner-hero-item){
  display:flex;
  justify-content:space-between;
  gap:14px;
  padding:13px 0;
  border-bottom:1px solid rgba(255,255,255,.10);
}
.ellebnb-owner-hero-list > div:not(.ellebnb-owner-hero-item) strong{
  font-family:"Manrope",sans-serif;
  color:#fff;
  font-size:14px;
}
.ellebnb-owner-hero-list > div:not(.ellebnb-owner-hero-item) span{
  font-size:14px;
  color:rgba(255,255,255,.70);
  text-align:right;
}
.elb-page-servizi .ellebnb-owner-hero-list{
  gap:14px;
  margin-top:20px;
}

/* ===== ellebnb-owner-shift ===== */
.ellebnb-owner-shift{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-cream:#fff7fb;
  --elb-ink:#111;
  --elb-muted:#666;
  --elb-max:1180px;

  width:100%;
  padding:20px;
  box-sizing:border-box;
  font-family:"Nunito Sans",Arial,sans-serif;
  color:var(--elb-ink);
  overflow:hidden;
}

.ellebnb-owner-shift *,
.ellebnb-owner-shift *::before,
.ellebnb-owner-shift *::after{
  box-sizing:border-box;
}

.ellebnb-owner-shift-inner{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
}

.ellebnb-owner-shift-head{
  max-width:900px;
  margin:0 auto 34px;
  text-align:center;
}

.ellebnb-owner-shift-kicker{
  display:inline-block !important;
  margin:0 0 14px !important;
  padding:0 !important;
  font-family:"Manrope",sans-serif !important;
  font-size:11px !important;
  line-height:1.2 !important;
  font-weight:800 !important;
  letter-spacing:2px !important;
  text-transform:uppercase !important;
  background-image:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink)) !important;
  background-size:260% 100% !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  -webkit-text-fill-color:transparent !important;
  animation:ownerShiftShimmer 4s linear infinite !important;
}

.ellebnb-owner-shift-title{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;
  color:var(--elb-ink);
}

.ellebnb-owner-shift-title span{
  color:var(--elb-dark);
}

.ellebnb-owner-shift-board{
  display:grid;
  grid-template-columns:1fr 78px 1fr;
  gap:18px;
  align-items:stretch;
}

.ellebnb-owner-shift-panel{
  position:relative;
  min-height:420px;
  padding:30px;
  border-radius:30px;
  overflow:hidden;
}

.ellebnb-owner-shift-panel-before{
  background:#fff;
  border:1px solid rgba(26,109,175,.10);
  box-shadow:0 18px 48px rgba(26,109,175,.08);
}

.ellebnb-owner-shift-panel-after{
  background:linear-gradient(135deg,var(--elb-dark),var(--elb-dark-deep));
  color:#fff;
  box-shadow:0 28px 74px rgba(26,109,175,.24);
}

.ellebnb-owner-shift-panel-after::before{
  content:"";
  position:absolute;
  width:320px;
  height:320px;
  right:-150px;
  top:-150px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,221,89,.32),transparent 68%);
  pointer-events:none;
  animation:ownerShiftPulse 5s ease-in-out infinite;
}

.ellebnb-owner-shift-label{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 13px;
  margin-bottom:22px;
  border-radius:999px;
  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:900;
  letter-spacing:1px;
  text-transform:uppercase;
}

.ellebnb-owner-shift-panel-before .ellebnb-owner-shift-label{
  background:rgba(244,94,172,.10);
  color:var(--elb-pink);
}

.ellebnb-owner-shift-panel-after .ellebnb-owner-shift-label{
  background:var(--elb-gold);
  color:var(--elb-dark-deep);
}

.ellebnb-owner-shift-panel h3{
  position:relative;
  z-index:2;
  margin:0 0 22px;
  font-family:"Manrope",sans-serif;
  font-size:32px;
  line-height:1;
  letter-spacing:-1px;
}

.ellebnb-owner-shift-panel-before h3{
  color:var(--elb-ink);
}

.ellebnb-owner-shift-panel-after h3{
  color:#fff;
}

.ellebnb-owner-shift-list{
  position:relative;
  z-index:2;
  display:grid;
  gap:12px;
  margin:0;
  padding:0;
  list-style:none;
}

.ellebnb-owner-shift-list li{
  position:relative;
  padding:16px 16px 16px 46px;
  border-radius:18px;
  font-size:14px;
  line-height:1.55;
}

.ellebnb-owner-shift-panel-before li{
  background:rgba(26,109,175,.06);
  color:var(--elb-muted);
}

.ellebnb-owner-shift-panel-after li{
  background:rgba(255,255,255,.12);
  color:rgba(255,255,255,.78);
  border:1px solid rgba(255,255,255,.10);
}

.ellebnb-owner-shift-list li::before{
  position:absolute;
  left:16px;
  top:16px;
  width:20px;
  height:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  font-family:"Manrope",sans-serif;
  font-size:13px;
  font-weight:900;
}

.ellebnb-owner-shift-panel-before li::before{
  content:"!";
  background:rgba(244,94,172,.14);
  color:var(--elb-pink);
}

.ellebnb-owner-shift-panel-after li::before{
  content:"✓";
  background:var(--elb-gold);
  color:var(--elb-dark-deep);
}

.ellebnb-owner-shift-center{
  display:flex;
  align-items:center;
  justify-content:center;
}

.ellebnb-owner-shift-circle{
  width:78px;
  height:78px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--elb-gold);
  color:var(--elb-dark-deep);
  font-family:"Manrope",sans-serif;
  font-size:28px;
  font-weight:900;
  box-shadow:0 18px 42px rgba(255,221,89,.28);
  animation:ownerShiftNudge 2.8s ease-in-out infinite;
}

.ellebnb-owner-shift-foot{
  max-width:780px;
  margin:26px auto 0;
  text-align:center;
}

.ellebnb-owner-shift-foot p{
  margin:0;
  font-size:16px;
  line-height:1.75;
  color:var(--elb-muted);
}

.ellebnb-owner-shift-foot strong{
  color:var(--elb-ink);
}

@keyframes ownerShiftShimmer{
  0%{background-position:0% 50%}
  100%{background-position:260% 50%}
}

@keyframes ownerShiftPulse{
  0%,100%{transform:scale(1);opacity:.86}
  50%{transform:scale(1.08);opacity:1}
}

@keyframes ownerShiftNudge{
  0%,100%{transform:translateX(0)}
  50%{transform:translateX(6px)}
}

@media(max-width:900px){
  .ellebnb-owner-shift-title{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }

  .ellebnb-owner-shift-board{
    grid-template-columns:1fr;
  }

  .ellebnb-owner-shift-center{
    display:none;
  }

  .ellebnb-owner-shift-panel{
    min-height:auto;
  }
}

@media(max-width:640px){
  .ellebnb-owner-shift{
    padding:20px;
  }

  .ellebnb-owner-shift-panel{
    padding:24px;
    border-radius:26px;
  }

  .ellebnb-owner-shift-panel h3{
    font-size:28px;
  }

  .ellebnb-owner-shift-foot p{
    font-size:14px;
  }
}

@media(prefers-reduced-motion:reduce){
  .ellebnb-owner-shift-kicker,
  .ellebnb-owner-shift-circle,
  .ellebnb-owner-shift-panel-after::before{
    animation:none !important;
  }
}

/* ===== ellebnb-owner-shift-cta ===== */
.ellebnb-owner-shift-cta{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-gold:#FFDD59;
  --elb-ink:#111;
  --elb-muted:#666;
  --elb-max:1180px;

  width:100%;
  padding:20px;
  box-sizing:border-box;
  font-family:"Nunito Sans",Arial,sans-serif;
  overflow:hidden;
}

.ellebnb-owner-shift-cta *,
.ellebnb-owner-shift-cta *::before,
.ellebnb-owner-shift-cta *::after{
  box-sizing:border-box;
}

.ellebnb-owner-shift-cta-inner{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
}

.ellebnb-owner-shift-cta-box{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:24px 26px;
  border-radius:26px;
  background:var(--elb-dark);
  color:#fff;
  box-shadow:0 20px 54px rgba(26,109,175,.20);
}

.ellebnb-owner-shift-cta-text strong{
  display:block;
  margin-bottom:6px;
  font-family:"Manrope",sans-serif;
  font-size:24px;
  line-height:1.1;
  letter-spacing:-.5px;
  color:#fff;
}

.ellebnb-owner-shift-cta-text span{
  display:block;
  font-size:14px;
  line-height:1.6;
  color:rgba(255,255,255,.72);
}

.ellebnb-owner-shift-cta-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  flex-shrink:0;
}

.ellebnb-owner-shift-cta-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 20px;
  border-radius:999px;
  text-decoration:none;
  font-family:"Manrope",sans-serif;
  font-size:13px;
  font-weight:900;
  transition:.3s ease;
}

.ellebnb-owner-shift-cta-btn:hover{
  transform:translateY(-3px);
}

.ellebnb-owner-shift-cta-btn-primary{
  background:var(--elb-gold);
  color:var(--elb-dark-deep);
}

.ellebnb-owner-shift-cta-btn-outline{
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.20);
  color:#fff;
}

@media(max-width:760px){
  .ellebnb-owner-shift-cta{
    padding:20px;
  }

  .ellebnb-owner-shift-cta-box{
    flex-direction:column;
    align-items:flex-start;
    padding:24px;
    border-radius:24px;
  }

  .ellebnb-owner-shift-cta-actions{
    width:100%;
    flex-direction:column;
  }

  .ellebnb-owner-shift-cta-btn{
    width:100%;
  }

  .ellebnb-owner-shift-cta-text strong{
    font-size:22px;
  }
}

/* ===== ellebnb-owner-services ===== */
.ellebnb-owner-services{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-cream:#fff7fb;
  --elb-ink:#111;
  --elb-muted:#666;
  --elb-max:1180px;

  width:100%;
  padding:20px;
  box-sizing:border-box;
  font-family:"Nunito Sans",Arial,sans-serif;
  color:var(--elb-ink);
  overflow:hidden;
}

.ellebnb-owner-services *,
.ellebnb-owner-services *::before,
.ellebnb-owner-services *::after{
  box-sizing:border-box;
}

.ellebnb-owner-services-inner{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
  display:grid;
  grid-template-columns:.86fr 1.14fr;
  gap:34px;
  align-items:start;
}

.ellebnb-owner-services-head{
  position:sticky;
  top:30px;
}

.ellebnb-owner-services-kicker{
  display:inline-block !important;
  margin:0 0 14px !important;
  padding:0 !important;
  font-family:"Manrope",sans-serif !important;
  font-size:11px !important;
  line-height:1.2 !important;
  font-weight:800 !important;
  letter-spacing:2px !important;
  text-transform:uppercase !important;
  background-image:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink)) !important;
  background-size:260% 100% !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  -webkit-text-fill-color:transparent !important;
  animation:ownerServicesShimmer 4s linear infinite !important;
}

.ellebnb-owner-services-title{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;
  color:var(--elb-ink);
}

.ellebnb-owner-services-title span{
  color:var(--elb-dark);
}

.ellebnb-owner-services-copy{
  margin:22px 0 0;
  max-width:430px;
  font-size:16px;
  line-height:1.78;
  color:var(--elb-muted);
}

.ellebnb-owner-services-smallcta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  margin-top:22px;
  padding:0 17px;
  border-radius:999px;
  background:var(--elb-dark);
  color:#fff;
  text-decoration:none;
  font-family:"Manrope",sans-serif;
  font-size:12px;
  font-weight:900;
  transition:.3s ease;
  box-shadow:0 14px 32px rgba(26,109,175,.18);
}

.ellebnb-owner-services-smallcta:hover{
  transform:translateY(-3px);
  background:var(--elb-gold);
  color:var(--elb-dark-deep);
}

.ellebnb-owner-services-list{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.ellebnb-owner-service{
  position:relative;
  display:grid;
  grid-template-columns:70px 1fr;
  gap:18px;
  align-items:center;
  padding:20px 22px;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(26,109,175,.10);
  box-shadow:0 16px 42px rgba(26,109,175,.08);
  overflow:hidden;
  transition:.35s ease;
}

.ellebnb-owner-service:hover{
  transform:translateX(8px);
  border-color:rgba(255,221,89,.70);
  box-shadow:0 24px 58px rgba(26,109,175,.14);
}

.ellebnb-owner-service::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:4px;
  background:linear-gradient(to bottom,var(--elb-pink),var(--elb-gold));
  transform:scaleY(.35);
  transform-origin:center;
  transition:.35s ease;
}

.ellebnb-owner-service:hover::before{
  transform:scaleY(1);
}

.ellebnb-owner-service-num{
  width:54px;
  height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  background:var(--elb-gold);
  color:var(--elb-dark-deep);
  font-family:"Manrope",sans-serif;
  font-size:13px;
  font-weight:900;
}

.ellebnb-owner-service h3{
  margin:0 0 5px;
  font-family:"Manrope",sans-serif;
  font-size:20px;
  line-height:1.15;
  color:var(--elb-ink);
}

.ellebnb-owner-service p{
  margin:0;
  font-size:14px;
  line-height:1.6;
  color:var(--elb-muted);
}

@keyframes ownerServicesShimmer{
  0%{background-position:0% 50%}
  100%{background-position:260% 50%}
}

@media(max-width:900px){
  .ellebnb-owner-services-inner{
    grid-template-columns:1fr;
  }

  .ellebnb-owner-services-head{
    position:relative;
    top:auto;
  }

  .ellebnb-owner-services-title{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }
}

@media(max-width:640px){
  .ellebnb-owner-services{
    padding:20px;
  }

  .ellebnb-owner-service{
    grid-template-columns:1fr;
    gap:14px;
  }

  .ellebnb-owner-service:hover{
    transform:translateY(-4px);
  }

  .ellebnb-owner-services-smallcta{
    width:100%;
  }
}

/* ===== ellebnb-owner-method ===== */
.ellebnb-owner-method{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-cream:#fff7fb;
  --elb-ink:#111;
  --elb-muted:#666;
  --elb-max:1180px;

  width:100%;
  padding:20px;
  box-sizing:border-box;
  font-family:"Nunito Sans",Arial,sans-serif;
  color:var(--elb-ink);
  overflow:hidden;
}

.ellebnb-owner-method *,
.ellebnb-owner-method *::before,
.ellebnb-owner-method *::after{
  box-sizing:border-box;
}

.ellebnb-owner-method-inner{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
}

.ellebnb-owner-method-head{
  max-width:820px;
  margin:0 auto 34px;
  text-align:center;
}

.ellebnb-owner-method-kicker{
  display:inline-block !important;
  margin:0 0 14px !important;
  padding:0 !important;
  font-family:"Manrope",sans-serif !important;
  font-size:11px !important;
  line-height:1.2 !important;
  font-weight:800 !important;
  letter-spacing:2px !important;
  text-transform:uppercase !important;
  color:var(--elb-pink) !important;
  background-image:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink)) !important;
  background-size:260% 100% !important;
  background-position:0% 50% !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  -webkit-text-fill-color:transparent !important;
  animation:ownerMethodShimmer 4s linear infinite !important;
}

.ellebnb-owner-method-title{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;
  color:var(--elb-ink);
}

.ellebnb-owner-method-title span{
  color:var(--elb-dark);
}

.ellebnb-owner-method-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.ellebnb-owner-method-step{
  position:relative;
  min-height:190px;
  padding:24px;
  border-radius:22px;
  background:#fff;
  border:1px solid rgba(26,109,175,.10);
  box-shadow:0 16px 42px rgba(26,109,175,.08);
  overflow:hidden;
  transition:.35s ease;
}

.ellebnb-owner-method-step::before{
  content:"";
  position:absolute;
  width:120px;
  height:120px;
  right:-68px;
  top:-68px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,221,89,.32),transparent 70%);
  pointer-events:none;
}

.ellebnb-owner-method-step:hover{
  transform:translateY(-6px);
  border-color:rgba(255,221,89,.70);
  box-shadow:0 26px 62px rgba(26,109,175,.14);
}

.ellebnb-owner-method-num{
  position:relative;
  display:inline-flex;
  width:40px;
  height:40px;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
  border-radius:14px;
  background:var(--elb-gold);
  color:var(--elb-dark-deep);
  font-family:"Manrope",sans-serif;
  font-size:12px;
  font-weight:900;
}

.ellebnb-owner-method-step h3{
  position:relative;
  margin:0 0 9px;
  font-family:"Manrope",sans-serif;
  font-size:19px;
  line-height:1.15;
  color:var(--elb-ink);
}

.ellebnb-owner-method-step p{
  position:relative;
  margin:0;
  font-size:14px;
  line-height:1.6;
  color:var(--elb-muted);
}

@keyframes ownerMethodShimmer{
  0%{background-position:0% 50%}
  100%{background-position:260% 50%}
}

@media(max-width:980px){
  .ellebnb-owner-method-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:640px){
  .ellebnb-owner-method{
    padding:20px;
  }

  .ellebnb-owner-method-title{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }

  .ellebnb-owner-method-grid{
    grid-template-columns:1fr;
  }

  .ellebnb-owner-method-step{
    min-height:auto;
  }
}

/* ===== ellebnb-owner-method-cta ===== */
.ellebnb-owner-method-cta{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-gold:#FFDD59;
  --elb-ink:#111;
  --elb-muted:#666;
  --elb-max:1180px;

  width:100%;
  padding:20px;
  box-sizing:border-box;
  font-family:"Nunito Sans",Arial,sans-serif;
  overflow:hidden;
}

.ellebnb-owner-method-cta *,
.ellebnb-owner-method-cta *::before,
.ellebnb-owner-method-cta *::after{
  box-sizing:border-box;
}

.ellebnb-owner-method-cta-inner{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
}

.ellebnb-owner-method-cta-box{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:26px 28px;
  border-radius:28px;
  background:#fff;
  border:1px solid rgba(26,109,175,.10);
  box-shadow:0 18px 48px rgba(26,109,175,.09);
  overflow:hidden;
}

.ellebnb-owner-method-cta-box::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:6px;
  background:linear-gradient(to bottom,var(--elb-pink),var(--elb-gold));
}

.ellebnb-owner-method-cta-text{
  position:relative;
  z-index:2;
}

.ellebnb-owner-method-cta-text strong{
  display:block;
  margin-bottom:6px;
  font-family:"Manrope",sans-serif;
  font-size:24px;
  line-height:1.1;
  letter-spacing:-.5px;
  color:var(--elb-ink);
}

.ellebnb-owner-method-cta-text span{
  display:block;
  max-width:640px;
  font-size:14px;
  line-height:1.65;
  color:var(--elb-muted);
}

.ellebnb-owner-method-cta-actions{
  position:relative;
  z-index:2;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  flex-shrink:0;
}

.ellebnb-owner-method-cta-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 20px;
  border-radius:999px;
  text-decoration:none;
  font-family:"Manrope",sans-serif;
  font-size:13px;
  font-weight:900;
  transition:.3s ease;
}

.ellebnb-owner-method-cta-btn:hover{
  transform:translateY(-3px);
}

.ellebnb-owner-method-cta-btn-primary{
  background:var(--elb-gold);
  color:var(--elb-dark-deep);
  box-shadow:0 14px 30px rgba(255,221,89,.22);
}

.ellebnb-owner-method-cta-btn-outline{
  background:rgba(26,109,175,.08);
  color:var(--elb-dark);
  border:1px solid rgba(26,109,175,.12);
}

@media(max-width:760px){
  .ellebnb-owner-method-cta{
    padding:20px;
  }

  .ellebnb-owner-method-cta-box{
    flex-direction:column;
    align-items:flex-start;
    padding:24px;
    border-radius:24px;
  }

  .ellebnb-owner-method-cta-actions{
    width:100%;
    flex-direction:column;
  }

  .ellebnb-owner-method-cta-btn{
    width:100%;
  }

  .ellebnb-owner-method-cta-text strong{
    font-size:22px;
  }
}

/* ===== ellebnb-owner-trust ===== */
.ellebnb-owner-trust{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-cream:#fff7fb;
  --elb-ink:#111;
  --elb-muted:#666;
  --elb-max:1180px;

  width:100%;
  padding:20px;
  box-sizing:border-box;
  font-family:"Nunito Sans",Arial,sans-serif;
  color:#fff;
  overflow:hidden;
}

.ellebnb-owner-trust *,
.ellebnb-owner-trust *::before,
.ellebnb-owner-trust *::after{
  box-sizing:border-box;
}

.ellebnb-owner-trust-inner{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:18px;
  align-items:stretch;
}

.ellebnb-owner-trust-main{
  position:relative;
  min-height:430px;
  padding:38px;
  border-radius:30px;
  background:linear-gradient(135deg,rgba(26,109,175,.96),rgba(21,87,143,.96));
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 26px 70px rgba(26,109,175,.26);
  overflow:hidden;
}

.ellebnb-owner-trust-main::before{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  right:-190px;
  top:-190px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,221,89,.30),transparent 68%);
  pointer-events:none;
}

.ellebnb-owner-trust-main::after{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  left:-120px;
  bottom:-130px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(244,94,172,.28),transparent 70%);
  pointer-events:none;
}

.ellebnb-owner-trust-kicker{
  position:relative;
  z-index:2;
  display:inline-block !important;
  margin:0 0 14px !important;
  padding:0 !important;
  font-family:"Manrope",sans-serif !important;
  font-size:11px !important;
  line-height:1.2 !important;
  font-weight:800 !important;
  letter-spacing:2px !important;
  text-transform:uppercase !important;
  color:var(--elb-pink) !important;
  background-image:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink)) !important;
  background-size:260% 100% !important;
  background-position:0% 50% !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  -webkit-text-fill-color:transparent !important;
  animation:ownerTrustShimmer 4s linear infinite !important;
}

.ellebnb-owner-trust-title{
  position:relative;
  z-index:2;
  max-width:680px;
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;
  color:#fff;
}

.ellebnb-owner-trust-title span{
  color:var(--elb-gold);
}

.ellebnb-owner-trust-copy{
  position:relative;
  z-index:2;
  max-width:650px;
  margin:22px 0 0;
  font-size:16px;
  line-height:1.8;
  color:rgba(255,255,255,.76);
}

.ellebnb-owner-trust-highlight{
  position:absolute;
  left:38px;
  right:38px;
  bottom:38px;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}

.ellebnb-owner-trust-highlight div{
  padding:16px;
  border-radius:18px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

.ellebnb-owner-trust-highlight strong{
  display:block;
  margin-bottom:5px;
  font-family:"Manrope",sans-serif;
  font-size:20px;
  line-height:1;
  color:var(--elb-gold);
}

.ellebnb-owner-trust-highlight span{
  display:block;
  font-size:12px;
  line-height:1.45;
  color:rgba(255,255,255,.70);
}

.ellebnb-owner-trust-side{
  display:grid;
  gap:14px;
}

.ellebnb-owner-trust-card{
  position:relative;
  padding:26px;
  border-radius:26px;
  background:#fff;
  border:1px solid rgba(26,109,175,.10);
  box-shadow:0 18px 48px rgba(26,109,175,.08);
  overflow:hidden;
  transition:.35s ease;
}

.ellebnb-owner-trust-card::before{
  content:"";
  position:absolute;
  inset:auto 24px 0 24px;
  height:4px;
  border-radius:999px 999px 0 0;
  background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold));
  opacity:.75;
}

.ellebnb-owner-trust-card:hover{
  transform:translateY(-6px);
  border-color:rgba(255,221,89,.70);
  box-shadow:0 26px 64px rgba(26,109,175,.14);
}

.ellebnb-owner-trust-card span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  margin-bottom:16px;
  border-radius:14px;
  background:var(--elb-gold);
  color:var(--elb-dark-deep);
  font-family:"Manrope",sans-serif;
  font-size:12px;
  font-weight:900;
}

.ellebnb-owner-trust-card h3{
  margin:0 0 9px;
  font-family:"Manrope",sans-serif;
  font-size:21px;
  line-height:1.12;
  color:var(--elb-ink);
}

.ellebnb-owner-trust-card p{
  margin:0;
  font-size:14px;
  line-height:1.65;
  color:var(--elb-muted);
}

@keyframes ownerTrustShimmer{
  0%{background-position:0% 50%}
  100%{background-position:260% 50%}
}

@media(max-width:980px){
  .ellebnb-owner-trust-inner{
    grid-template-columns:1fr;
  }

  .ellebnb-owner-trust-main{
    min-height:auto;
  }

  .ellebnb-owner-trust-highlight{
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    margin-top:28px;
  }
}

@media(max-width:640px){
  .ellebnb-owner-trust{
    padding:20px;
  }

  .ellebnb-owner-trust-main{
    padding:26px;
    border-radius:26px;
  }

  .ellebnb-owner-trust-title{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }

  .ellebnb-owner-trust-copy{
    font-size:14px;
  }

  .ellebnb-owner-trust-highlight{
    grid-template-columns:1fr;
  }

  .ellebnb-owner-trust-card{
    padding:24px;
    border-radius:24px;
  }
}

/* ===== ellebnb-owner-control ===== */
.ellebnb-owner-control{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-cream:#fff7fb;
  --elb-ink:#111;
  --elb-muted:#666;
  --elb-max:1180px;

  width:100%;
  padding:20px;
  box-sizing:border-box;
  font-family:"Nunito Sans",Arial,sans-serif;
  color:var(--elb-ink);
  overflow:hidden;
}

.ellebnb-owner-control *,
.ellebnb-owner-control *::before,
.ellebnb-owner-control *::after{
  box-sizing:border-box;
}

.ellebnb-owner-control-inner{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
}

.ellebnb-owner-control-layout{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:28px;
  align-items:stretch;
}

.ellebnb-owner-control-content{
  min-width:0;
}

.ellebnb-owner-control-kicker{
  display:inline-block !important;
  margin:0 0 14px !important;
  padding:0 !important;
  font-family:"Manrope",sans-serif !important;
  font-size:11px !important;
  line-height:1.2 !important;
  font-weight:800 !important;
  letter-spacing:2px !important;
  text-transform:uppercase !important;
  color:var(--elb-pink) !important;
  background-image:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink)) !important;
  background-size:260% 100% !important;
  background-position:0% 50% !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  -webkit-text-fill-color:transparent !important;
  animation:ownerControlShimmer 4s linear infinite !important;
}

.ellebnb-owner-control-title{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;
  color:var(--elb-ink);
}

.ellebnb-owner-control-title span{
  color:var(--elb-dark);
}

.ellebnb-owner-control-lead{
  margin:22px 0 0;
  max-width:620px;
  font-size:16px;
  line-height:1.78;
  color:var(--elb-muted);
}

.ellebnb-owner-control-lead strong{
  color:var(--elb-ink);
}

.ellebnb-owner-control-steps{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:28px;
}

.ellebnb-owner-control-card{
  position:relative;
  padding:24px;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(26,109,175,.10);
  box-shadow:0 18px 48px rgba(26,109,175,.09);
  overflow:hidden;
  transition:.35s ease;
}

.ellebnb-owner-control-card:hover{
  transform:translateY(-6px);
  border-color:rgba(255,221,89,.70);
  box-shadow:0 28px 68px rgba(26,109,175,.16);
}

.ellebnb-owner-control-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:4px;
  background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold));
}

.ellebnb-owner-control-card small{
  display:flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  margin-bottom:16px;
  border-radius:14px;
  background:var(--elb-gold);
  color:var(--elb-dark-deep);
  font-family:"Manrope",sans-serif;
  font-size:12px;
  font-weight:900;
}

.ellebnb-owner-control-card h3{
  margin:0 0 8px;
  font-family:"Manrope",sans-serif;
  font-size:20px;
  line-height:1.12;
  color:var(--elb-ink);
}

.ellebnb-owner-control-card p{
  margin:0;
  font-size:14px;
  line-height:1.62;
  color:var(--elb-muted);
}

.ellebnb-owner-control-note{
  margin-top:14px;
  padding:20px 22px;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(26,109,175,.10);
  box-shadow:0 14px 38px rgba(26,109,175,.08);
}

.ellebnb-owner-control-note p{
  margin:0;
  font-size:13px;
  line-height:1.65;
  color:var(--elb-muted);
}

.ellebnb-owner-control-note strong{
  color:var(--elb-ink);
}

.ellebnb-owner-control-visual{
  position:relative;
  min-height:640px;
  border-radius:34px;
  overflow:hidden;
  box-shadow:0 28px 76px rgba(26,109,175,.18);
}

.ellebnb-owner-control-visual img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.ellebnb-owner-control-visual::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(21,87,143,.58),rgba(26,109,175,.04));
  pointer-events:none;
}

.ellebnb-owner-control-badge{
  position:absolute;
  left:24px;
  right:24px;
  bottom:24px;
  z-index:2;
  padding:22px;
  border-radius:24px;
  background:rgba(255,255,255,.90);
  border:1px solid rgba(255,255,255,.55);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  box-shadow:0 18px 46px rgba(0,0,0,.12);
}

.ellebnb-owner-control-badge strong{
  display:block;
  margin-bottom:6px;
  font-family:"Manrope",sans-serif;
  font-size:20px;
  line-height:1.1;
  color:var(--elb-ink);
}

.ellebnb-owner-control-badge span{
  display:block;
  font-size:14px;
  line-height:1.55;
  color:var(--elb-muted);
}

@keyframes ownerControlShimmer{
  0%{background-position:0% 50%}
  100%{background-position:260% 50%}
}

@media(max-width:980px){
  .ellebnb-owner-control-layout{
    grid-template-columns:1fr;
  }

  .ellebnb-owner-control-visual{
    min-height:420px;
  }
}

@media(max-width:640px){
  .ellebnb-owner-control{
    padding:20px;
  }

  .ellebnb-owner-control-title{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }

  .ellebnb-owner-control-lead{
    font-size:14px;
  }

  .ellebnb-owner-control-steps{
    grid-template-columns:1fr;
  }

  .ellebnb-owner-control-visual{
    min-height:360px;
    border-radius:26px;
  }

  .ellebnb-owner-control-badge{
    left:18px;
    right:18px;
    bottom:18px;
    padding:18px;
    border-radius:20px;
  }
}

@media(prefers-reduced-motion:reduce){
  .ellebnb-owner-control-kicker{
    animation:none !important;
  }
}

/* ===== ellebnb-owner-final ===== */
.ellebnb-owner-final{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-max:1180px;

  width:100%;
  padding:20px;
  overflow:hidden;
  box-sizing:border-box;
  font-family:"Nunito Sans",Arial,sans-serif;
  color:#fff;
}

.ellebnb-owner-final *,
.ellebnb-owner-final *::before,
.ellebnb-owner-final *::after{
  box-sizing:border-box;
}

.ellebnb-owner-final-inner{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
}

.ellebnb-owner-final-card{
  max-width:880px;
  margin:0 auto;
  padding:44px 34px;
  border-radius:30px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.16);
  text-align:center;
  box-shadow:0 26px 74px rgba(21,87,143,.24);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}

.ellebnb-owner-final-kicker{
  display:inline-block !important;
  margin:0 0 14px !important;
  padding:0 !important;
  font-family:"Manrope",sans-serif !important;
  font-size:11px !important;
  line-height:1.2 !important;
  font-weight:800 !important;
  letter-spacing:2px !important;
  text-transform:uppercase !important;
  color:var(--elb-pink) !important;
  background-image:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink)) !important;
  background-size:260% 100% !important;
  background-position:0% 50% !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  -webkit-text-fill-color:transparent !important;
  animation:ellebnbOwnerFinalShimmer 4s linear infinite !important;
}

.ellebnb-owner-final-title{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;
  color:#fff;
}

.ellebnb-owner-final-title span{
  color:var(--elb-gold);
}

.ellebnb-owner-final-line{
  width:70px;
  height:3px;
  margin:24px auto;
  border-radius:999px;
  background:var(--elb-gold);
  box-shadow:0 0 24px rgba(255,221,89,.42);
}

.ellebnb-owner-final-text{
  max-width:660px;
  margin:0 auto 28px;
  font-size:16px;
  line-height:1.75;
  color:rgba(255,255,255,.76);
}

.ellebnb-owner-final-actions{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px;
}

.ellebnb-owner-final-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 24px;
  border-radius:999px;
  text-decoration:none;
  font-family:"Manrope",sans-serif;
  font-size:13px;
  font-weight:800;
  transition:.3s ease;
}

.ellebnb-owner-final-btn:hover{
  transform:translateY(-3px);
}

.ellebnb-owner-final-btn-primary{
  background:var(--elb-gold);
  color:var(--elb-dark-deep);
  box-shadow:0 16px 36px rgba(255,221,89,.26);
}

.ellebnb-owner-final-btn-outline{
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.22);
  color:#fff;
}

@keyframes ellebnbOwnerFinalShimmer{
  0%{background-position:0% 50%}
  100%{background-position:260% 50%}
}

@media screen and (max-width:768px){
  .ellebnb-owner-final{
    padding:20px;
  }

  .ellebnb-owner-final-card{
    padding:30px 22px;
    border-radius:24px;
  }

  .ellebnb-owner-final-title{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }

  .ellebnb-owner-final-actions{
    flex-direction:column;
  }

  .ellebnb-owner-final-btn{
    width:100%;
  }
}

@media(prefers-reduced-motion:reduce){
  .ellebnb-owner-final-kicker{
    animation:none !important;
  }
}

/* ===== ellebnb-owner-faq (servizi layout, scoped) ===== */
.elb-page-servizi .ellebnb-owner-faq{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-cream:#fff7fb;
  --elb-ink:#111;
  --elb-muted:#666;
  --elb-max:1180px;

  width:100%;
  padding:20px;
  box-sizing:border-box;
  font-family:"Nunito Sans",Arial,sans-serif;
  color:var(--elb-ink);
  overflow:hidden;
}

.elb-page-servizi .ellebnb-owner-faq *,
.elb-page-servizi .ellebnb-owner-faq *::before,
.elb-page-servizi .ellebnb-owner-faq *::after{
  box-sizing:border-box;
}

.elb-page-servizi .ellebnb-owner-faq-inner{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
  display:flex;
  gap:48px;
  align-items:flex-start;
}

.elb-page-servizi .ellebnb-owner-faq-head{
  flex:0 0 38%;
  position:sticky;
  top:30px;
}

.elb-page-servizi .ellebnb-owner-faq-kicker{
  display:inline-block !important;
  margin:0 0 14px !important;
  padding:0 !important;
  font-family:"Manrope",sans-serif !important;
  font-size:11px !important;
  line-height:1.2 !important;
  font-weight:800 !important;
  letter-spacing:2px !important;
  text-transform:uppercase !important;
  color:var(--elb-pink) !important;
  background-image:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink)) !important;
  background-size:260% 100% !important;
  background-position:0% 50% !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  -webkit-text-fill-color:transparent !important;
  animation:ownerFaqShimmer 4s linear infinite !important;
}

.elb-page-servizi .ellebnb-owner-faq-title{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;
  color:var(--elb-ink);
}

.elb-page-servizi .ellebnb-owner-faq-title span{
  color:var(--elb-dark);
}

.elb-page-servizi .ellebnb-owner-faq-copy{
  margin:22px 0 0;
  max-width:390px;
  font-size:16px;
  line-height:1.75;
  color:var(--elb-muted);
}

.elb-page-servizi .ellebnb-owner-faq-list{
  flex:1;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.elb-page-servizi .ellebnb-owner-faq-item{
  position:relative;
  border-radius:22px;
  background:#fff;
  border:1px solid rgba(26,109,175,.10);
  box-shadow:0 14px 36px rgba(26,109,175,.07);
  overflow:hidden;
  transition:.35s ease;
}

.elb-page-servizi .ellebnb-owner-faq-item::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  background:linear-gradient(to bottom,var(--elb-pink),var(--elb-gold));
  transform:scaleY(.24);
  transform-origin:center;
  transition:.35s ease;
}

.elb-page-servizi .ellebnb-owner-faq-item:hover,
.elb-page-servizi .ellebnb-owner-faq-item[open]{
  transform:translateY(-4px);
  border-color:rgba(255,221,89,.62);
  box-shadow:0 24px 56px rgba(26,109,175,.14);
}

.elb-page-servizi .ellebnb-owner-faq-item:hover::before,
.elb-page-servizi .ellebnb-owner-faq-item[open]::before{
  transform:scaleY(1);
}

.elb-page-servizi .ellebnb-owner-faq-item summary{
  position:relative;
  list-style:none;
  cursor:pointer;
  padding:24px 66px 24px 24px;
  font-family:"Manrope",sans-serif;
  font-size:18px;
  line-height:1.25;
  font-weight:800;
  color:var(--elb-ink);
}

.elb-page-servizi .ellebnb-owner-faq-item summary::-webkit-details-marker{
  display:none;
}

.elb-page-servizi .ellebnb-owner-faq-item summary::after{
  content:"+";
  position:absolute;
  right:24px;
  top:50%;
  transform:translateY(-50%);
  width:32px;
  height:32px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--elb-dark);
  color:var(--elb-gold);
  font-family:"Manrope",sans-serif;
  font-size:22px;
  font-weight:900;
  transition:.3s ease;
}

.elb-page-servizi .ellebnb-owner-faq-item[open] summary{
  color:var(--elb-dark);
}

.elb-page-servizi .ellebnb-owner-faq-item[open] summary::after{
  content:"\00d7";
  background:var(--elb-gold);
  color:var(--elb-dark-deep);
}

.elb-page-servizi .ellebnb-owner-faq-answer{
  display:grid;
  grid-template-rows:0fr;
  transition:grid-template-rows .35s ease;
}

.elb-page-servizi .ellebnb-owner-faq-item[open] .ellebnb-owner-faq-answer{
  grid-template-rows:1fr;
}

.elb-page-servizi .ellebnb-owner-faq-answer-inner{
  overflow:hidden;
}

.elb-page-servizi .ellebnb-owner-faq-answer-inner p{
  margin:0;
  padding:0 24px 24px;
  font-size:14px;
  line-height:1.75;
  color:var(--elb-muted);
}

.elb-page-servizi .ellebnb-owner-faq-cta{
  margin-top:18px;
  padding:26px;
  border-radius:26px;
  background:var(--elb-dark);
  color:#fff;
  box-shadow:0 20px 54px rgba(26,109,175,.18);
}

.elb-page-servizi .ellebnb-owner-faq-cta strong{
  display:block;
  margin-bottom:8px;
  font-family:"Manrope",sans-serif;
  font-size:24px;
  line-height:1.1;
  color:#fff;
}

.elb-page-servizi .ellebnb-owner-faq-cta p{
  margin:0 0 18px;
  font-size:14px;
  line-height:1.65;
  color:rgba(255,255,255,.74);
}

.elb-page-servizi .ellebnb-owner-faq-cta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 20px;
  border-radius:999px;
  background:var(--elb-gold);
  color:var(--elb-dark-deep);
  text-decoration:none;
  font-family:"Manrope",sans-serif;
  font-size:13px;
  font-weight:900;
  transition:.3s ease;
}

.elb-page-servizi .ellebnb-owner-faq-cta a:hover{
  transform:translateY(-3px);
}

@keyframes ownerFaqShimmer{
  0%{background-position:0% 50%}
  100%{background-position:260% 50%}
}

@media(max-width:900px){
  .elb-page-servizi .ellebnb-owner-faq-inner{
    flex-direction:column;
    gap:30px;
  }

  .elb-page-servizi .ellebnb-owner-faq-head{
    position:relative;
    top:auto;
    flex:none;
  }

  .elb-page-servizi .ellebnb-owner-faq-title{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }

  .elb-page-servizi .ellebnb-owner-faq-copy{
    max-width:100%;
  }
}

@media(max-width:640px){
  .elb-page-servizi .ellebnb-owner-faq{
    padding:20px;
  }

  .elb-page-servizi .ellebnb-owner-faq-item summary{
    padding:22px 58px 22px 22px;
    font-size:16px;
  }

  .elb-page-servizi .ellebnb-owner-faq-item summary::after{
    right:20px;
  }

  .elb-page-servizi .ellebnb-owner-faq-cta a{
    width:100%;
  }
}

/* ===== ELLEBNB MXP APARTMENT ===== */
.ellebnb-apt-hero,
.ellebnb-apt-desc,
.ellebnb-apt-gallery,
.ellebnb-apt-comfort,
.ellebnb-mxp-location,
.ellebnb-lambrate-location,
.ellebnb-saronno-hero,
.ellebnb-saronno-desc,
.ellebnb-saronno-comfort,
.ellebnb-saronno-location,
.ellebnb-saronno-fit,
.ellebnb-saronno-faq,
.ellebnb-apt-fit,
.ellebnb-apt-faq{
  position:relative;
  isolation:isolate;
}
.ellebnb-apt-hero > .ellebnb-apt-hero-inner,
.ellebnb-apt-desc > .ellebnb-apt-desc-inner,
.ellebnb-apt-gallery > .ellebnb-apt-gallery-inner,
.ellebnb-apt-comfort > .ellebnb-apt-comfort-inner,
.ellebnb-mxp-location > .ellebnb-mxp-location-inner,
.ellebnb-lambrate-location > .ellebnb-lambrate-location-inner,
.ellebnb-saronno-hero > .ellebnb-saronno-hero-inner,
.ellebnb-saronno-desc > .ellebnb-saronno-desc-inner,
.ellebnb-saronno-comfort > .ellebnb-saronno-comfort-inner,
.ellebnb-saronno-location > .ellebnb-saronno-location-inner,
.ellebnb-saronno-fit > .ellebnb-saronno-fit-inner,
.ellebnb-saronno-faq > .ellebnb-saronno-faq-inner,
.ellebnb-apt-fit > .ellebnb-apt-fit-inner,
.ellebnb-apt-faq > .ellebnb-apt-faq-inner{
  position:relative;
  z-index:2;
}
.ellebnb-apt-desc,
.ellebnb-apt-comfort,
.ellebnb-mxp-location,
.ellebnb-lambrate-location,
.ellebnb-saronno-desc,
.ellebnb-saronno-comfort,
.ellebnb-saronno-location,
.ellebnb-saronno-fit,
.ellebnb-saronno-faq,
.ellebnb-apt-fit,
.ellebnb-apt-faq{
  padding-top:64px !important;
  padding-bottom:64px !important;
}
@media(max-width:560px){
  .ellebnb-apt-desc,
  .ellebnb-apt-comfort,
  .ellebnb-mxp-location,
  .ellebnb-lambrate-location,
  .ellebnb-saronno-desc,
  .ellebnb-saronno-comfort,
  .ellebnb-saronno-location,
  .ellebnb-saronno-fit,
  .ellebnb-saronno-faq,
  .ellebnb-apt-fit,
  .ellebnb-apt-faq{
    padding-top:58px !important;
    padding-bottom:58px !important;
  }
}

/* ===== ellebnb-apt-hero ===== */
.ellebnb-apt-hero{
  --elb-dark:#1A6DAF;--elb-dark-deep:#15578f;--elb-pink:#F45EAC;--elb-orange:#FF8C00;--elb-gold:#FFDD59;--elb-ink:#111;--elb-muted:#666;--elb-max:1180px;
  width:100%;min-height:86vh;display:flex;align-items:center;padding:20px;color:#fff;overflow:hidden;box-sizing:border-box;font-family:"Nunito Sans",Arial,sans-serif;
}
.ellebnb-apt-hero *{box-sizing:border-box}
.ellebnb-apt-hero-inner{width:100%;max-width:var(--elb-max);margin:0 auto;display:grid;grid-template-columns:1.08fr .92fr;gap:46px;align-items:center}
.ellebnb-apt-kicker{display:inline-block;margin:0 0 14px;font-family:"Manrope",sans-serif;font-size:11px;font-weight:800;letter-spacing:2px;text-transform:uppercase;background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));background-size:260% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:aptShimmer 4s linear infinite}
.ellebnb-apt-title{margin:0;font-family:"Manrope",sans-serif;font-size:clamp(38px,5vw,64px);line-height:1;letter-spacing:-1.6px;font-weight:800;color:#fff}
.ellebnb-apt-title span{color:var(--elb-gold)}
.ellebnb-apt-copy{max-width:690px;margin:22px 0 0;font-size:18px;line-height:1.75;color:rgba(255,255,255,.78)}
.ellebnb-apt-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.ellebnb-apt-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:999px;text-decoration:none;font-family:"Manrope",sans-serif;font-size:13px;font-weight:800;transition:.3s ease}
.ellebnb-apt-btn:hover{transform:translateY(-3px)}
.ellebnb-apt-btn-primary{background:var(--elb-gold);color:var(--elb-dark-deep)}
.ellebnb-apt-btn-outline{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.22);color:#fff}
.ellebnb-apt-card{padding:28px;border-radius:26px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);box-shadow:0 24px 70px rgba(7,50,86,.24);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.ellebnb-apt-card-top{padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.14);font-family:"Manrope",sans-serif;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.74)}
.ellebnb-apt-list{display:grid;gap:14px;margin-top:20px}
.ellebnb-apt-list div{display:flex;justify-content:space-between;gap:14px;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.10)}
.ellebnb-apt-list strong{font-family:"Manrope",sans-serif;color:#fff;font-size:14px}
.ellebnb-apt-list span{font-size:14px;color:rgba(255,255,255,.70);text-align:right}
@keyframes aptShimmer{0%{background-position:0% 50%}100%{background-position:260% 50%}}
@media(max-width:900px){.ellebnb-apt-hero{min-height:auto}.ellebnb-apt-hero-inner{grid-template-columns:1fr;gap:28px}}
@media(max-width:768px){.ellebnb-apt-title{font-size:38px;line-height:1.04;letter-spacing:-1px}.ellebnb-apt-copy{font-size:15px}.ellebnb-apt-actions{flex-direction:column}.ellebnb-apt-btn{width:100%}}

/* ===== ellebnb-apt-desc ===== */
.ellebnb-apt-desc{--elb-dark:#1A6DAF;--elb-pink:#F45EAC;--elb-orange:#FF8C00;--elb-gold:#FFDD59;--elb-ink:#111;--elb-muted:#666;--elb-max:1180px;width:100%;padding:20px;box-sizing:border-box;font-family:"Nunito Sans",Arial,sans-serif;color:var(--elb-ink);overflow:hidden}
.ellebnb-apt-desc *{box-sizing:border-box}
.ellebnb-apt-desc-inner{width:100%;max-width:var(--elb-max);margin:0 auto;display:grid;grid-template-columns:.85fr 1.15fr;gap:28px;align-items:start}
.ellebnb-apt-desc-kicker{display:inline-block;margin:0 0 14px;font-family:"Manrope",sans-serif;font-size:11px;font-weight:800;letter-spacing:2px;text-transform:uppercase;background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));background-size:260% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:descShim 4s linear infinite}
.ellebnb-apt-desc h2{margin:0;font-family:"Manrope",sans-serif;font-size:48px;line-height:1.02;letter-spacing:-2px;font-weight:800;color:var(--elb-ink)}
.ellebnb-apt-desc-copy{padding:34px;border-radius:28px;background:#fff;border:1px solid rgba(26,109,175,.10);box-shadow:0 20px 56px rgba(26,109,175,.10)}
.ellebnb-apt-desc-copy p{margin:0 0 16px;font-size:16px;line-height:1.85;color:var(--elb-muted)}
.ellebnb-apt-desc-copy p:last-child{margin-bottom:0}
@keyframes descShim{0%{background-position:0% 50%}100%{background-position:260% 50%}}
@media(max-width:900px){.ellebnb-apt-desc-inner{grid-template-columns:1fr}.ellebnb-apt-desc h2{font-size:34px;line-height:1.06;letter-spacing:-1px}.ellebnb-apt-desc-copy{padding:26px;border-radius:24px}}

/* ===== ellebnb-apt-comfort ===== */
.ellebnb-apt-comfort{--elb-dark:#1A6DAF;--elb-dark-deep:#15578f;--elb-pink:#F45EAC;--elb-orange:#FF8C00;--elb-gold:#FFDD59;--elb-ink:#111;--elb-muted:#666;--elb-max:1180px;width:100%;padding:20px;box-sizing:border-box;font-family:"Nunito Sans",Arial,sans-serif;color:var(--elb-ink);overflow:hidden}
.ellebnb-apt-comfort *{box-sizing:border-box}
.ellebnb-apt-comfort-inner{width:100%;max-width:var(--elb-max);margin:0 auto}
.ellebnb-apt-comfort-head{text-align:center;max-width:820px;margin:0 auto 34px}
.ellebnb-apt-comfort-kicker{display:inline-block;margin:0 0 14px;font-family:"Manrope",sans-serif;font-size:11px;font-weight:800;letter-spacing:2px;text-transform:uppercase;background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));background-size:260% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:comfortShim 4s linear infinite}
.ellebnb-apt-comfort h2{margin:0;font-family:"Manrope",sans-serif;font-size:48px;line-height:1.02;letter-spacing:-2px;font-weight:800;color:var(--elb-ink)}
.ellebnb-apt-comfort-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.ellebnb-apt-comfort-card{min-height:170px;padding:24px;border-radius:22px;background:#fff;border:1px solid rgba(26,109,175,.10);box-shadow:0 16px 42px rgba(26,109,175,.08);transition:.35s ease}
.ellebnb-apt-comfort-card:hover{transform:translateY(-6px);border-color:rgba(255,221,89,.70)}
.ellebnb-apt-comfort-num{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;margin-bottom:16px;border-radius:14px;background:var(--elb-gold);color:var(--elb-dark-deep);font-family:"Manrope",sans-serif;font-size:12px;font-weight:900}
.ellebnb-apt-comfort-card h3{margin:0 0 8px;font-family:"Manrope",sans-serif;font-size:18px;color:var(--elb-ink)}
.ellebnb-apt-comfort-card p{margin:0;font-size:14px;line-height:1.6;color:var(--elb-muted)}
@keyframes comfortShim{0%{background-position:0% 50%}100%{background-position:260% 50%}}
@media(max-width:980px){.ellebnb-apt-comfort-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.ellebnb-apt-comfort h2{font-size:34px;line-height:1.06;letter-spacing:-1px}.ellebnb-apt-comfort-grid{grid-template-columns:1fr}.ellebnb-apt-comfort-card{min-height:auto}}

/* ===== ellebnb-mxp-location ===== */
.ellebnb-mxp-location{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-ink:#111111;
  --elb-muted:#666666;
  --elb-max:1180px;

  width:100%;
  padding:20px;
  box-sizing:border-box;
  font-family:"Nunito Sans",Arial,sans-serif;
  color:#fff;
  overflow:hidden;
}

.ellebnb-mxp-location *,
.ellebnb-mxp-location *::before,
.ellebnb-mxp-location *::after{
  box-sizing:border-box;
}

.ellebnb-mxp-location-inner{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
}

.ellebnb-mxp-location-head{
  max-width:860px;
  margin:0 auto 34px;
  text-align:center;
}

.ellebnb-mxp-location-kicker{
  display:inline-block !important;
  margin:0 0 14px !important;
  padding:0 !important;
  font-family:"Manrope",sans-serif !important;
  font-size:11px !important;
  line-height:1.2 !important;
  font-weight:800 !important;
  letter-spacing:2px !important;
  text-transform:uppercase !important;
  color:var(--elb-pink) !important;
  background-image:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink)) !important;
  background-size:260% 100% !important;
  background-position:0% 50% !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  -webkit-text-fill-color:transparent !important;
  animation:ellebnbMxpLocKicker 4s linear infinite !important;
}

.ellebnb-mxp-location-title{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;
  color:#fff;
}

.ellebnb-mxp-location-title span{
  color:var(--elb-gold);
}

.ellebnb-mxp-location-copy{
  max-width:720px;
  margin:18px auto 0;
  font-size:16px;
  line-height:1.75;
  color:rgba(255,255,255,.76);
}

.ellebnb-mxp-location-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.ellebnb-mxp-place{
  position:relative;
  min-height:150px;
  padding:24px;
  border-radius:24px;
  background:rgba(255,255,255,.11);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  overflow:hidden;
  transition:transform .35s ease, border-color .35s ease, background .35s ease, box-shadow .35s ease;
}

.ellebnb-mxp-place::before{
  content:"";
  position:absolute;
  width:120px;
  height:120px;
  right:-64px;
  top:-64px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,221,89,.28),transparent 70%);
  pointer-events:none;
}

.ellebnb-mxp-place:hover{
  transform:translateY(-6px);
  border-color:rgba(255,221,89,.62);
  background:rgba(255,255,255,.16);
  box-shadow:0 24px 58px rgba(21,87,143,.24);
}

.ellebnb-mxp-place strong{
  position:relative;
  display:block;
  margin-bottom:8px;
  font-family:"Manrope",sans-serif;
  font-size:20px;
  line-height:1.15;
  color:#fff;
}

.ellebnb-mxp-place span{
  position:relative;
  display:block;
  font-size:14px;
  line-height:1.65;
  color:rgba(255,255,255,.74);
}

.ellebnb-mxp-location-bottom{
  margin-top:14px;
  padding:24px;
  border-radius:24px;
  background:rgba(255,221,89,.13);
  border:1px solid rgba(255,221,89,.26);
  text-align:center;
}

.ellebnb-mxp-location-bottom p{
  max-width:820px;
  margin:0 auto;
  font-size:15px;
  line-height:1.75;
  color:rgba(255,255,255,.82);
}

@keyframes ellebnbMxpLocKicker{
  0%{background-position:0% 50%}
  100%{background-position:260% 50%}
}

@media screen and (max-width:900px){
  .ellebnb-mxp-location-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .ellebnb-mxp-location-title{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }
}

@media screen and (max-width:640px){
  .ellebnb-mxp-location{
    padding:20px;
  }

  .ellebnb-mxp-location-head{
    margin-bottom:28px;
  }

  .ellebnb-mxp-location-grid{
    grid-template-columns:1fr;
  }

  .ellebnb-mxp-place{
    min-height:auto;
    padding:22px;
  }

  .ellebnb-mxp-location-copy{
    font-size:14px;
  }

  .ellebnb-mxp-location-bottom{
    padding:22px;
  }
}

/* ===== ellebnb-apt-fit ===== */
.ellebnb-apt-fit{--elb-dark:#1A6DAF;--elb-pink:#F45EAC;--elb-orange:#FF8C00;--elb-gold:#FFDD59;--elb-ink:#111;--elb-muted:#666;--elb-max:1180px;width:100%;padding:20px;box-sizing:border-box;font-family:"Nunito Sans",Arial,sans-serif;color:var(--elb-ink);overflow:hidden}
.ellebnb-apt-fit *{box-sizing:border-box}
.ellebnb-apt-fit-inner{width:100%;max-width:var(--elb-max);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:18px}
.ellebnb-apt-fit-box{padding:34px;border-radius:28px;background:#fff;border:1px solid rgba(26,109,175,.10);box-shadow:0 20px 56px rgba(26,109,175,.10)}
.ellebnb-apt-fit-kicker{display:inline-block;margin:0 0 14px;font-family:"Manrope",sans-serif;font-size:11px;font-weight:800;letter-spacing:2px;text-transform:uppercase;background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));background-size:260% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:fitShim 4s linear infinite}
.ellebnb-apt-fit h2{margin:0 0 22px;font-family:"Manrope",sans-serif;font-size:34px;line-height:1.05;letter-spacing:-1.2px;color:var(--elb-ink)}
.ellebnb-apt-fit-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}
.ellebnb-apt-fit-list li{padding:13px 15px;border-radius:16px;background:rgba(26,109,175,.07);font-size:14px;line-height:1.55;color:var(--elb-muted)}
@keyframes fitShim{0%{background-position:0% 50%}100%{background-position:260% 50%}}
@media(max-width:900px){.ellebnb-apt-fit-inner{grid-template-columns:1fr}.ellebnb-apt-fit-box{padding:26px;border-radius:24px}.ellebnb-apt-fit h2{font-size:30px}}

/* ===== ellebnb-apt-faq ===== */
.ellebnb-apt-faq{--elb-dark:#1A6DAF;--elb-dark-deep:#15578f;--elb-pink:#F45EAC;--elb-orange:#FF8C00;--elb-gold:#FFDD59;--elb-ink:#111;--elb-muted:#666;--elb-max:1180px;width:100%;padding:20px;box-sizing:border-box;font-family:"Nunito Sans",Arial,sans-serif;color:var(--elb-ink);overflow:hidden}
.ellebnb-apt-faq *{box-sizing:border-box}
.ellebnb-apt-faq-inner{width:100%;max-width:var(--elb-max);margin:0 auto}
.ellebnb-apt-faq-head{text-align:center;max-width:820px;margin:0 auto 34px}
.ellebnb-apt-faq-kicker{display:inline-block;margin:0 0 14px;font-family:"Manrope",sans-serif;font-size:11px;font-weight:800;letter-spacing:2px;text-transform:uppercase;background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));background-size:260% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:faqShim 4s linear infinite}
.ellebnb-apt-faq h2{margin:0;font-family:"Manrope",sans-serif;font-size:48px;line-height:1.02;letter-spacing:-2px;font-weight:800;color:var(--elb-ink)}
.ellebnb-apt-faq-list{max-width:940px;margin:0 auto;display:grid;gap:12px}
.ellebnb-apt-faq-item{border-radius:20px;background:#fff;border:1px solid rgba(26,109,175,.10);box-shadow:0 14px 36px rgba(26,109,175,.07);overflow:hidden}
.ellebnb-apt-faq-item summary{position:relative;list-style:none;cursor:pointer;padding:22px 62px 22px 22px;font-family:"Manrope",sans-serif;font-size:18px;font-weight:800;color:var(--elb-ink)}
.ellebnb-apt-faq-item summary::-webkit-details-marker{display:none}
.ellebnb-apt-faq-item summary:after{content:"+";position:absolute;right:22px;top:50%;transform:translateY(-50%);width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--elb-dark);color:var(--elb-gold);font-family:"Manrope",sans-serif;font-size:21px;font-weight:800}
.ellebnb-apt-faq-item[open] summary:after{content:"\00d7";background:var(--elb-gold);color:var(--elb-dark)}
.ellebnb-apt-faq-content p{margin:0;padding:0 22px 22px;font-size:14px;line-height:1.7;color:var(--elb-muted)}
.ellebnb-apt-final{max-width:860px;margin:28px auto 0;padding:34px;border-radius:28px;background:var(--elb-dark);color:#fff;text-align:center}
.ellebnb-apt-final h3{margin:0;font-family:"Manrope",sans-serif;font-size:34px;line-height:1.05;letter-spacing:-1px;color:#fff}
.ellebnb-apt-final p{max-width:620px;margin:16px auto 24px;font-size:15px;line-height:1.7;color:rgba(255,255,255,.76)}
.ellebnb-apt-final a{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:999px;background:var(--elb-gold);color:var(--elb-dark-deep);text-decoration:none;font-family:"Manrope",sans-serif;font-size:13px;font-weight:900}
@keyframes faqShim{0%{background-position:0% 50%}100%{background-position:260% 50%}}
@media(max-width:768px){.ellebnb-apt-faq h2{font-size:34px;line-height:1.06;letter-spacing:-1px}.ellebnb-apt-faq-item summary{font-size:16px}.ellebnb-apt-final{padding:26px;border-radius:24px}.ellebnb-apt-final h3{font-size:28px}.ellebnb-apt-final a{width:100%}}

/* ===== ellebnb-apt-gallery (vanilla) ===== */
.ellebnb-apt-gallery{
  position:relative;
  padding:64px 20px;
  background:#f7f4ef;
  overflow:hidden;
}
.ellebnb-apt-gallery-inner{
  position:relative;
  z-index:1;
  max-width:1200px;
  margin:0 auto;
}
.ellebnb-apt-gallery-title{
  margin:0 0 28px;
  font-family:Manrope,system-ui,sans-serif;
  font-size:clamp(28px,4vw,42px);
  font-weight:600;
  line-height:1.15;
  letter-spacing:-.02em;
  color:#16324a;
}
.ellebnb-apt-gallery-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
@media (min-width:720px){
  .ellebnb-apt-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px;}
}
@media (min-width:1024px){
  .ellebnb-apt-gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px;}
}
.ellebnb-apt-gallery-item{
  display:block;
  position:relative;
  aspect-ratio:4/3;
  overflow:hidden;
  border-radius:14px;
  background:#ddd;
  cursor:zoom-in;
  border:0;
  padding:0;
}
.ellebnb-apt-gallery-item img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .45s ease;
}
.ellebnb-apt-gallery-item:hover img,
.ellebnb-apt-gallery-item:focus-visible img{
  transform:scale(1.04);
}
.ellebnb-apt-gallery-item:focus-visible{
  outline:2px solid #1A6DAF;
  outline-offset:3px;
}
.ellebnb-apt-lightbox[hidden]{display:none !important;}
.ellebnb-apt-lightbox{
  position:fixed;
  inset:0;
  z-index:9999;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(10,22,36,.92);
  padding:20px;
}
.ellebnb-apt-lightbox-inner{
  position:relative;
  max-width:min(1100px,100%);
  max-height:min(86vh,100%);
}
.ellebnb-apt-lightbox-inner img{
  display:block;
  max-width:100%;
  max-height:86vh;
  width:auto;
  height:auto;
  margin:0 auto;
  border-radius:10px;
}
.ellebnb-apt-lightbox-close,
.ellebnb-apt-lightbox-prev,
.ellebnb-apt-lightbox-next{
  position:absolute;
  border:0;
  background:rgba(255,255,255,.12);
  color:#fff;
  width:48px;
  height:48px;
  border-radius:999px;
  cursor:pointer;
  font-size:22px;
  line-height:1;
  display:grid;
  place-items:center;
}
.ellebnb-apt-lightbox-close{top:16px; right:16px;}
.ellebnb-apt-lightbox-prev{left:12px; top:50%; transform:translateY(-50%);}
.ellebnb-apt-lightbox-next{right:12px; top:50%; transform:translateY(-50%);}
.ellebnb-apt-lightbox-close:hover,
.ellebnb-apt-lightbox-prev:hover,
.ellebnb-apt-lightbox-next:hover{
  background:rgba(255,255,255,.22);
}
.ellebnb-apt-lightbox-count{
  position:absolute;
  left:50%;
  bottom:14px;
  transform:translateX(-50%);
  color:rgba(255,255,255,.85);
  font:600 13px/1 Manrope,system-ui,sans-serif;
  letter-spacing:.04em;
}



/* ===== ellebnb-lambrate-location ===== */
.ellebnb-lambrate-location{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-ink:#111111;
  --elb-muted:#666666;
  --elb-max:1180px;

  width:100%;
  padding:20px;
  box-sizing:border-box;
  font-family:"Nunito Sans",Arial,sans-serif;
  color:#fff;
  overflow:hidden;
}

.ellebnb-lambrate-location *,
.ellebnb-lambrate-location *::before,
.ellebnb-lambrate-location *::after{
  box-sizing:border-box;
}

.ellebnb-lambrate-location-inner{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
}

.ellebnb-lambrate-location-head{
  max-width:860px;
  margin:0 auto 34px;
  text-align:center;
}

.ellebnb-lambrate-location-kicker{
  display:inline-block !important;
  margin:0 0 14px !important;
  padding:0 !important;
  font-family:"Manrope",sans-serif !important;
  font-size:11px !important;
  line-height:1.2 !important;
  font-weight:800 !important;
  letter-spacing:2px !important;
  text-transform:uppercase !important;
  color:var(--elb-pink) !important;
  background-image:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink)) !important;
  background-size:260% 100% !important;
  background-position:0% 50% !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  -webkit-text-fill-color:transparent !important;
  animation:ellebnbLambrateLocKicker 4s linear infinite !important;
}

.ellebnb-lambrate-location-title{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;
  color:#fff;
}

.ellebnb-lambrate-location-title span{
  color:var(--elb-gold);
}

.ellebnb-lambrate-location-copy{
  max-width:720px;
  margin:18px auto 0;
  font-size:16px;
  line-height:1.75;
  color:rgba(255,255,255,.76);
}

.ellebnb-lambrate-location-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.ellebnb-lambrate-place{
  position:relative;
  min-height:150px;
  padding:24px;
  border-radius:24px;
  background:rgba(255,255,255,.11);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  overflow:hidden;
  transition:transform .35s ease, border-color .35s ease, background .35s ease, box-shadow .35s ease;
}

.ellebnb-lambrate-place::before{
  content:"";
  position:absolute;
  width:120px;
  height:120px;
  right:-64px;
  top:-64px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,221,89,.28),transparent 70%);
  pointer-events:none;
}

.ellebnb-lambrate-place:hover{
  transform:translateY(-6px);
  border-color:rgba(255,221,89,.62);
  background:rgba(255,255,255,.16);
  box-shadow:0 24px 58px rgba(21,87,143,.24);
}

.ellebnb-lambrate-place strong{
  position:relative;
  display:block;
  margin-bottom:8px;
  font-family:"Manrope",sans-serif;
  font-size:20px;
  line-height:1.15;
  color:#fff;
}

.ellebnb-lambrate-place span{
  position:relative;
  display:block;
  font-size:14px;
  line-height:1.65;
  color:rgba(255,255,255,.74);
}

.ellebnb-lambrate-location-bottom{
  margin-top:14px;
  padding:24px;
  border-radius:24px;
  background:rgba(255,221,89,.13);
  border:1px solid rgba(255,221,89,.26);
  text-align:center;
}

.ellebnb-lambrate-location-bottom p{
  max-width:820px;
  margin:0 auto;
  font-size:15px;
  line-height:1.75;
  color:rgba(255,255,255,.82);
}

@keyframes ellebnbLambrateLocKicker{
  0%{background-position:0% 50%}
  100%{background-position:260% 50%}
}

@media screen and (max-width:900px){
  .ellebnb-lambrate-location-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .ellebnb-lambrate-location-title{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }
}

@media screen and (max-width:640px){
  .ellebnb-lambrate-location{
    padding:20px;
  }

  .ellebnb-lambrate-location-head{
    margin-bottom:28px;
  }

  .ellebnb-lambrate-location-grid{
    grid-template-columns:1fr;
  }

  .ellebnb-lambrate-place{
    min-height:auto;
    padding:22px;
  }

  .ellebnb-lambrate-location-copy{
    font-size:14px;
  }

  .ellebnb-lambrate-location-bottom{
    padding:22px;
  }
}


/* ===== ellebnb apt span helpers (lambrate + shared) ===== */
.ellebnb-apt-desc h2 span{color:var(--elb-dark,#1A6DAF)}
.ellebnb-apt-desc-copy strong{color:var(--elb-ink,#111);font-weight:800}
.ellebnb-apt-comfort h2 span{color:var(--elb-dark,#1A6DAF)}
.ellebnb-apt-fit h2 span{color:var(--elb-dark,#1A6DAF)}
.ellebnb-apt-faq h2 span{color:var(--elb-dark,#1A6DAF)}



/* ===== ellebnb-saronno-hero ===== */
.ellebnb-saronno-hero{
  --elb-dark:#1A6DAF;--elb-dark-deep:#15578f;--elb-pink:#F45EAC;--elb-orange:#FF8C00;--elb-gold:#FFDD59;--elb-ink:#111;--elb-muted:#666;--elb-max:1180px;
  width:100%;min-height:86vh;display:flex;align-items:center;padding:20px;color:#fff;overflow:hidden;box-sizing:border-box;font-family:"Nunito Sans",Arial,sans-serif;
}
.ellebnb-saronno-hero *{box-sizing:border-box}
.ellebnb-saronno-hero-inner{width:100%;max-width:var(--elb-max);margin:0 auto;display:grid;grid-template-columns:1.08fr .92fr;gap:46px;align-items:center}
.ellebnb-saronno-kicker{display:inline-block;margin:0 0 14px;font-family:"Manrope",sans-serif;font-size:11px;font-weight:800;letter-spacing:2px;text-transform:uppercase;background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));background-size:260% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:saronnoShim 4s linear infinite}
.ellebnb-saronno-title{margin:0;font-family:"Manrope",sans-serif;font-size:clamp(38px,5vw,64px);line-height:1;letter-spacing:-1.6px;font-weight:800;color:#fff}
.ellebnb-saronno-title span{color:var(--elb-gold)}
.ellebnb-saronno-copy{max-width:690px;margin:22px 0 0;font-size:18px;line-height:1.75;color:rgba(255,255,255,.78)}
.ellebnb-saronno-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.ellebnb-saronno-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:999px;text-decoration:none;font-family:"Manrope",sans-serif;font-size:13px;font-weight:800;transition:.3s ease}
.ellebnb-saronno-btn:hover{transform:translateY(-3px)}
.ellebnb-saronno-btn-primary{background:var(--elb-gold);color:var(--elb-dark-deep)}
.ellebnb-saronno-btn-outline{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.22);color:#fff}
.ellebnb-saronno-card{padding:28px;border-radius:26px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);box-shadow:0 24px 70px rgba(7,50,86,.24);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.ellebnb-saronno-card-top{padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.14);font-family:"Manrope",sans-serif;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.74)}
.ellebnb-saronno-list{display:grid;gap:14px;margin-top:20px}
.ellebnb-saronno-list div{display:flex;justify-content:space-between;gap:14px;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.10)}
.ellebnb-saronno-list strong{font-family:"Manrope",sans-serif;color:#fff;font-size:14px}
.ellebnb-saronno-list span{font-size:14px;color:rgba(255,255,255,.70);text-align:right}
@keyframes saronnoShim{0%{background-position:0% 50%}100%{background-position:260% 50%}}
@media(max-width:900px){.ellebnb-saronno-hero{min-height:auto}.ellebnb-saronno-hero-inner{grid-template-columns:1fr;gap:28px}}
@media(max-width:768px){.ellebnb-saronno-title{font-size:38px;line-height:1.04;letter-spacing:-1px}.ellebnb-saronno-copy{font-size:15px}.ellebnb-saronno-actions{flex-direction:column}.ellebnb-saronno-btn{width:100%}}


/* ===== ellebnb-saronno-desc ===== */
.ellebnb-saronno-desc{--elb-dark:#1A6DAF;--elb-pink:#F45EAC;--elb-orange:#FF8C00;--elb-gold:#FFDD59;--elb-ink:#111;--elb-muted:#666;--elb-max:1180px;width:100%;padding:20px;box-sizing:border-box;font-family:"Nunito Sans",Arial,sans-serif;color:var(--elb-ink);overflow:hidden}
.ellebnb-saronno-desc *{box-sizing:border-box}
.ellebnb-saronno-desc-inner{width:100%;max-width:var(--elb-max);margin:0 auto;display:grid;grid-template-columns:.85fr 1.15fr;gap:28px;align-items:start}
.ellebnb-saronno-desc-kicker{display:inline-block;margin:0 0 14px;font-family:"Manrope",sans-serif;font-size:11px;font-weight:800;letter-spacing:2px;text-transform:uppercase;background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));background-size:260% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:saronnoDescShim 4s linear infinite}
.ellebnb-saronno-desc h2{margin:0;font-family:"Manrope",sans-serif;font-size:48px;line-height:1.02;letter-spacing:-2px;font-weight:800;color:var(--elb-ink)}
.ellebnb-saronno-desc-copy{padding:34px;border-radius:28px;background:#fff;border:1px solid rgba(26,109,175,.10);box-shadow:0 20px 56px rgba(26,109,175,.10)}
.ellebnb-saronno-desc-copy p{margin:0 0 16px;font-size:16px;line-height:1.85;color:var(--elb-muted)}
.ellebnb-saronno-desc-copy p:last-child{margin-bottom:0}
@keyframes saronnoDescShim{0%{background-position:0% 50%}100%{background-position:260% 50%}}
@media(max-width:900px){.ellebnb-saronno-desc-inner{grid-template-columns:1fr}.ellebnb-saronno-desc h2{font-size:34px;line-height:1.06;letter-spacing:-1px}.ellebnb-saronno-desc-copy{padding:26px;border-radius:24px}}


/* ===== ellebnb-saronno-comfort ===== */
.ellebnb-saronno-comfort{--elb-dark:#1A6DAF;--elb-dark-deep:#15578f;--elb-pink:#F45EAC;--elb-orange:#FF8C00;--elb-gold:#FFDD59;--elb-ink:#111;--elb-muted:#666;--elb-max:1180px;width:100%;padding:20px;box-sizing:border-box;font-family:"Nunito Sans",Arial,sans-serif;color:var(--elb-ink);overflow:hidden}
.ellebnb-saronno-comfort *{box-sizing:border-box}
.ellebnb-saronno-comfort-inner{width:100%;max-width:var(--elb-max);margin:0 auto}
.ellebnb-saronno-comfort-head{text-align:center;max-width:820px;margin:0 auto 34px}
.ellebnb-saronno-comfort-kicker{display:inline-block;margin:0 0 14px;font-family:"Manrope",sans-serif;font-size:11px;font-weight:800;letter-spacing:2px;text-transform:uppercase;background:linear-gradient(90deg,var(--elb-pink),var(--elb-gold),var(--elb-orange),var(--elb-pink));background-size:260% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:saronnoComfortShim 4s linear infinite}
.ellebnb-saronno-comfort h2{margin:0;font-family:"Manrope",sans-serif;font-size:48px;line-height:1.02;letter-spacing:-2px;font-weight:800;color:var(--elb-ink)}
.ellebnb-saronno-comfort-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.ellebnb-saronno-comfort-card{min-height:170px;padding:24px;border-radius:22px;background:#fff;border:1px solid rgba(26,109,175,.10);box-shadow:0 16px 42px rgba(26,109,175,.08);transition:.35s ease}
.ellebnb-saronno-comfort-card:hover{transform:translateY(-6px);border-color:rgba(255,221,89,.70)}
.ellebnb-saronno-comfort-num{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;margin-bottom:16px;border-radius:14px;background:var(--elb-gold);color:var(--elb-dark-deep);font-family:"Manrope",sans-serif;font-size:12px;font-weight:900}
.ellebnb-saronno-comfort-card h3{margin:0 0 8px;font-family:"Manrope",sans-serif;font-size:18px;color:var(--elb-ink)}
.ellebnb-saronno-comfort-card p{margin:0;font-size:14px;line-height:1.6;color:var(--elb-muted)}
@keyframes saronnoComfortShim{0%{background-position:0% 50%}100%{background-position:260% 50%}}
@media(max-width:980px){.ellebnb-saronno-comfort-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.ellebnb-saronno-comfort h2{font-size:34px;line-height:1.06;letter-spacing:-1px}.ellebnb-saronno-comfort-grid{grid-template-columns:1fr}.ellebnb-saronno-comfort-card{min-height:auto}}


/* ===== ellebnb-saronno-location ===== */
.ellebnb-saronno-location{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-max:1180px;

  width:100%;
  padding:20px;
  box-sizing:border-box;
  font-family:"Nunito Sans",Arial,sans-serif;
  color:#fff;
  overflow:hidden;
}

.ellebnb-saronno-location *,
.ellebnb-saronno-location *::before,
.ellebnb-saronno-location *::after{
  box-sizing:border-box;
}

.ellebnb-saronno-location-inner{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
}

.ellebnb-saronno-location-head{
  max-width:840px;
  margin:0 auto 34px;
  text-align:center;
}

/* KICKER */

.ellebnb-saronno-location-kicker{
  display:inline-block !important;
  margin:0 0 14px !important;
  padding:0 !important;
  font-family:"Manrope",sans-serif !important;
  font-size:11px !important;
  line-height:1.2 !important;
  font-weight:800 !important;
  letter-spacing:2px !important;
  text-transform:uppercase !important;
  color:var(--elb-pink) !important;
  background-image:linear-gradient(
    90deg,
    var(--elb-pink),
    var(--elb-gold),
    var(--elb-orange),
    var(--elb-pink)
  ) !important;
  background-size:260% 100% !important;
  background-position:0% 50% !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  -webkit-text-fill-color:transparent !important;
  animation:ellebnbSaronnoLocationShimmer 4s linear infinite !important;
}
  
.ellebnb-saronno-location h2{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;
  color:#fff;
}

.ellebnb-saronno-location p{
  max-width:700px;
  margin:18px auto 0;
  font-size:16px;
  line-height:1.75;
  color:rgba(255,255,255,.74);
}

.ellebnb-saronno-location-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.ellebnb-saronno-place{
  padding:24px;
  border-radius:24px;
  background:rgba(255,255,255,.11);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  transition:.35s ease;
}

.ellebnb-saronno-place:hover{
  transform:translateY(-6px);
  border-color:rgba(255,221,89,.60);
  background:rgba(255,255,255,.16);
}

.ellebnb-saronno-place strong{
  display:block;
  margin-bottom:8px;
  font-family:"Manrope",sans-serif;
  font-size:20px;
  color:#fff;
}

.ellebnb-saronno-place span{
  font-size:14px;
  line-height:1.65;
  color:rgba(255,255,255,.72);
}

@keyframes ellebnbSaronnoLocationShimmer{
  0%{
    background-position:0% 50%;
  }
  100%{
    background-position:260% 50%;
  }
}

@media screen and (max-width:900px){
  .ellebnb-saronno-location-grid{
    grid-template-columns:1fr;
  }

  .ellebnb-saronno-location h2{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }
}


/* ===== ellebnb-saronno-fit ===== */
.ellebnb-saronno-fit{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-ink:#111111;
  --elb-muted:#666666;
  --elb-max:1180px;

  width:100%;
  padding:20px;
  box-sizing:border-box;
  font-family:"Nunito Sans",Arial,sans-serif;
  color:var(--elb-ink);
  overflow:hidden;
}

.ellebnb-saronno-fit *,
.ellebnb-saronno-fit *::before,
.ellebnb-saronno-fit *::after{
  box-sizing:border-box;
}

.ellebnb-saronno-fit-inner{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

/* BOX */

.ellebnb-saronno-fit-box{
  padding:34px;
  border-radius:28px;
  background:#fff;
  border:1px solid rgba(26,109,175,.10);
  box-shadow:0 20px 56px rgba(26,109,175,.10);
}

/* KICKER BLINDATO */

.ellebnb-saronno-fit-kicker{
  display:inline-block;
  margin:0 0 14px;
  font-family:"Manrope",sans-serif;
  font-size:11px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  color:var(--elb-pink);
  background-image:linear-gradient(
    90deg,
    var(--elb-pink),
    var(--elb-gold),
    var(--elb-orange),
    var(--elb-pink)
  );
  background-size:260% 100%;
  background-position:0% 50%;
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  animation:ellebnbSaronnoFitShimmer 4s linear infinite;
}

.ellebnb-saronno-fit h2{
  margin:0 0 22px;
  font-family:"Manrope",sans-serif;
  font-size:34px;
  line-height:1.05;
  letter-spacing:-1.2px;
  font-weight:800;
  color:var(--elb-ink);
}

.ellebnb-saronno-fit-list{
  display:grid;
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
}

.ellebnb-saronno-fit-list li{
  padding:13px 15px;
  border-radius:16px;
  background:rgba(26,109,175,.07);
  font-size:14px;
  line-height:1.55;
  color:var(--elb-muted);
}

@keyframes ellebnbSaronnoFitShimmer{
  0%{
    background-position:0% 50%;
  }
  100%{
    background-position:260% 50%;
  }
}

@media screen and (max-width:900px){
  .ellebnb-saronno-fit-inner{
    grid-template-columns:1fr;
  }

  .ellebnb-saronno-fit-box{
    padding:26px;
    border-radius:24px;
  }

  .ellebnb-saronno-fit h2{
    font-size:30px;
  }
}


/* ===== ellebnb-saronno-faq ===== */
.ellebnb-saronno-faq{
  --elb-dark:#1A6DAF;
  --elb-dark-deep:#15578f;
  --elb-pink:#F45EAC;
  --elb-orange:#FF8C00;
  --elb-gold:#FFDD59;
  --elb-ink:#111111;
  --elb-muted:#666666;
  --elb-max:1180px;

  width:100%;
  padding:20px;
  box-sizing:border-box;
  font-family:"Nunito Sans",Arial,sans-serif;
  color:var(--elb-ink);
  overflow:hidden;
}

.ellebnb-saronno-faq *,
.ellebnb-saronno-faq *::before,
.ellebnb-saronno-faq *::after{
  box-sizing:border-box;
}

.ellebnb-saronno-faq-inner{
  width:100%;
  max-width:var(--elb-max);
  margin:0 auto;
}

.ellebnb-saronno-faq-head{
  max-width:820px;
  margin:0 auto 34px;
  text-align:center;
}

/* KICKER BLINDATO */

.ellebnb-saronno-faq-kicker{
  display:inline-block !important;
  margin:0 0 14px !important;
  padding:0 !important;
  font-family:"Manrope",sans-serif !important;
  font-size:11px !important;
  line-height:1.2 !important;
  font-weight:800 !important;
  letter-spacing:2px !important;
  text-transform:uppercase !important;
  color:var(--elb-pink) !important;
  background-image:linear-gradient(
    90deg,
    var(--elb-pink),
    var(--elb-gold),
    var(--elb-orange),
    var(--elb-pink)
  ) !important;
  background-size:260% 100% !important;
  background-position:0% 50% !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  -webkit-text-fill-color:transparent !important;
  animation:ellebnbSaronnoFaqShimmer 4s linear infinite !important;
}

.ellebnb-saronno-faq h2{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;
  color:var(--elb-ink);
}

.ellebnb-saronno-faq-list{
  max-width:940px;
  margin:0 auto;
  display:grid;
  gap:12px;
}

.ellebnb-saronno-faq-item{
  border-radius:20px;
  background:#fff;
  border:1px solid rgba(26,109,175,.10);
  box-shadow:0 14px 36px rgba(26,109,175,.07);
  overflow:hidden;
  transition:.35s ease;
}

.ellebnb-saronno-faq-item:hover,
.ellebnb-saronno-faq-item[open]{
  transform:translateY(-5px);
  border-color:rgba(255,221,89,.65);
  box-shadow:0 24px 56px rgba(26,109,175,.14);
}

.ellebnb-saronno-faq-item summary{
  position:relative;
  list-style:none;
  cursor:pointer;
  padding:22px 62px 22px 22px;
  font-family:"Manrope",sans-serif;
  font-size:18px;
  font-weight:800;
  color:var(--elb-ink);
}

.ellebnb-saronno-faq-item summary::-webkit-details-marker{
  display:none;
}

.ellebnb-saronno-faq-item summary:after{
  content:"+";
  position:absolute;
  right:22px;
  top:50%;
  transform:translateY(-50%);
  width:30px;
  height:30px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--elb-dark);
  color:var(--elb-gold);
  font-family:"Manrope",sans-serif;
  font-size:21px;
  font-weight:800;
}

.ellebnb-saronno-faq-item[open] summary:after{
  content:"\00d7";
  background:var(--elb-gold);
  color:var(--elb-dark);
}

.ellebnb-saronno-faq-content p{
  margin:0;
  padding:0 22px 22px;
  font-size:14px;
  line-height:1.7;
  color:var(--elb-muted);
}

/* CTA */

.ellebnb-saronno-final{
  max-width:860px;
  margin:28px auto 0;
  padding:34px;
  border-radius:28px;
  background:var(--elb-dark);
  color:#fff;
  text-align:center;
}

.ellebnb-saronno-final h3{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:34px;
  line-height:1.05;
  letter-spacing:-1px;
  color:#fff;
}

.ellebnb-saronno-final p{
  max-width:620px;
  margin:16px auto 24px;
  font-size:15px;
  line-height:1.7;
  color:rgba(255,255,255,.76);
}

.ellebnb-saronno-final a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 24px;
  border-radius:999px;
  background:var(--elb-gold);
  color:var(--elb-dark-deep);
  text-decoration:none;
  font-family:"Manrope",sans-serif;
  font-size:13px;
  font-weight:900;
  transition:.3s ease;
}

.ellebnb-saronno-final a:hover{
  transform:translateY(-3px);
}

@keyframes ellebnbSaronnoFaqShimmer{
  0%{
    background-position:0% 50%;
  }
  100%{
    background-position:260% 50%;
  }
}

@media screen and (max-width:768px){
  .ellebnb-saronno-faq h2{
    font-size:34px;
    line-height:1.06;
    letter-spacing:-1px;
  }

  .ellebnb-saronno-faq-item summary{
    font-size:16px;
  }

  .ellebnb-saronno-final{
    padding:26px;
    border-radius:24px;
  }

  .ellebnb-saronno-final h3{
    font-size:28px;
  }

  .ellebnb-saronno-final a{
    width:100%;
  }
}

/* ===== ellebnb saronno reduced-motion ===== */
@media (prefers-reduced-motion: reduce) {
  .ellebnb-saronno-kicker,
  .ellebnb-saronno-desc-kicker,
  .ellebnb-saronno-comfort-kicker,
  .ellebnb-saronno-location-kicker,
  .ellebnb-saronno-fit-kicker,
  .ellebnb-saronno-faq-kicker {
    animation: none !important;
  }
}
