@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700;800;900&family=Caveat:wght@500;700&display=swap");
#ll-summer-bp-landing, #ll-summer-bp-landing *, #ll-summer-bp-landing *::before, #ll-summer-bp-landing *::after{ box-sizing: border-box; }#ll-summer-bp-landing{ --ll-darkblue:        #00244A;
--ll-darkblue-80:     #13375C;
--ll-darkblue-60:     #416487;
--ll-darkblue-deep:   #001a36;
--ll-cyan:            #00AAD4;
--ll-cyan-bright:     #29C5EC;
--ll-cyan-deep:       #007FA0;
--ll-orange:          #FF7800;
--ll-orange-deep:     #E66B00;
--ll-orange-hover:    #FF9333;
--ll-violet:          #C374BC;
--ll-violet-deep:     #7664A5;
--ll-pink:            #EE3164;
--ll-pink-bright:     #FF4C7C;
--ll-pink-deep:       #B5005C;
--ll-green:           #9DC443;
--ll-green-bright:    #B6DF55;
--ll-green-deep:      #77A652;
--ll-yellow:          #FFBE2B;
--ll-yellow-deep:     #E6AD19;
--ll-fg-light:    #FFFFFF;
--ll-fg-light-2:  rgba(255,255,255,.82);
--ll-fg-light-3:  rgba(255,255,255,.55);
--ll-fg-dark:     #00244A;
--ll-fg-dark-2:   #416487;
--ll-fg-dark-3:   #90AAC2; --ll-accent:       var(--ll-cyan);
--ll-accent-deep:  var(--ll-cyan-deep);
--ll-accent-bright:var(--ll-cyan-bright);
--ll-font:        'Rubik', system-ui, -apple-system, Arial, sans-serif;
--ll-font-hand:   'Caveat', 'Rubik', cursive;
--ll-container:   1280px;
font-family: var(--ll-font);
color: var(--ll-fg-dark);
background: #ffffff;
font-size: 16px;
line-height: 1.55;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}#ll-summer-bp-landing img{ max-width: 100%; display: block; }#ll-summer-bp-landing button{ font-family: inherit; cursor: pointer; }#ll-summer-bp-landing input, #ll-summer-bp-landing textarea, #ll-summer-bp-landing select{ font-family: inherit; }#ll-summer-bp-landing a{ color: inherit; text-decoration: none; }#ll-summer-bp-landing h1, #ll-summer-bp-landing h2, #ll-summer-bp-landing h3, #ll-summer-bp-landing h4, #ll-summer-bp-landing h5{
margin: 0; font-family: var(--ll-font);
font-weight: 800; line-height: 1.05; letter-spacing: -0.01em;
}#ll-summer-bp-landing p{ margin: 0; }#ll-summer-bp-landing ul, #ll-summer-bp-landing ol{ margin: 0; padding: 0; list-style: none; }#ll-summer-bp-landing .llbd__container{
max-width: var(--ll-container);
margin: 0 auto;
padding: 0 32px;
position: relative;
}
@media (max-width: 720px) {#ll-summer-bp-landing .llbd__container{ padding: 0 16px; } }#ll-summer-bp-landing .llbd__h1{ font-size: clamp(38px, 6.4vw, 96px); font-weight: 900; line-height: .92; text-transform: uppercase; letter-spacing: -0.015em; }#ll-summer-bp-landing .llbd__h2{ font-size: clamp(28px, 4vw, 52px); font-weight: 900; line-height: 1.0; text-transform: uppercase; letter-spacing: -0.012em; }#ll-summer-bp-landing .llbd__h3{ font-size: clamp(20px, 1.6vw, 26px); line-height: 1.2; font-weight: 800; }#ll-summer-bp-landing .llbd__lede{ font-size: 17px; line-height: 1.55; color: var(--ll-fg-dark-2); max-width: 640px; }#ll-summer-bp-landing .llbd__lede--light{ color: var(--ll-fg-light-2); }#ll-summer-bp-landing .llbd__eyebrow{
display: inline-flex; align-items: center; gap: 10px;
font-size: 13px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase;
color: var(--ll-pink);
}#ll-summer-bp-landing .llbd__eyebrow::before{ content: '///'; letter-spacing: -.06em; color: currentColor; }#ll-summer-bp-landing .llbd__eyebrow--cyan{ color: var(--ll-cyan); }#ll-summer-bp-landing .llbd__eyebrow--violet{ color: var(--ll-violet-deep); }#ll-summer-bp-landing .llbd__eyebrow--orange{ color: var(--ll-orange); }#ll-summer-bp-landing .llbd__eyebrow--white{ color: #fff; }#ll-summer-bp-landing .llbd__plate{
display: inline-flex; align-items: center; gap: 12px;
background: var(--plate-bg, var(--ll-pink));
color: #fff;
font-weight: 900;
font-size: clamp(15px, 1.4vw, 18px);
letter-spacing: 0.02em;
text-transform: uppercase;
padding: 12px 24px;
border-radius: 999px;
position: relative;
}#ll-summer-bp-landing .llbd__plate--lg{ font-size: clamp(18px, 1.8vw, 22px); padding: 14px 28px; }#ll-summer-bp-landing .llbd__plate--sm{ font-size: 13px; padding: 8px 16px; }#ll-summer-bp-landing .llbd__plate--cyan{ background: var(--ll-cyan); }#ll-summer-bp-landing .llbd__plate--pink{ background: var(--ll-pink); }#ll-summer-bp-landing .llbd__plate--violet{ background: var(--ll-violet-deep); }#ll-summer-bp-landing .llbd__plate--orange{ background: var(--ll-orange); }#ll-summer-bp-landing .llbd__plate--green{ background: var(--ll-green); }#ll-summer-bp-landing .llbd__plate--yellow{ background: var(--ll-yellow); color: var(--ll-darkblue); }#ll-summer-bp-landing .llbd__plate--dark{ background: var(--ll-darkblue); color: #fff; }#ll-summer-bp-landing .llbd__plate--white{ background: #fff; color: var(--ll-darkblue); }#ll-summer-bp-landing .llbd__plate-squiggle{
width: 36px; height: 24px;
margin-left: -6px;
color: #fff;
flex-shrink: 0;
}#ll-summer-bp-landing .llbd__btn{
display: inline-flex; align-items: center; justify-content: center; gap: 10px;
font-weight: 800; font-size: 16px; padding: 16px 32px;
border: 0; border-radius: 999px;
background: var(--ll-orange); color: #fff;
transition: background .15s, transform .08s, box-shadow .2s;
white-space: nowrap;
text-transform: uppercase;
letter-spacing: 0.02em;
box-shadow: 0 6px 0 var(--ll-orange-deep), 0 12px 20px rgba(255,120,0,.25);
}#ll-summer-bp-landing .llbd__btn:hover{ background: var(--ll-orange-hover); }#ll-summer-bp-landing .llbd__btn:active{ transform: translateY(3px); box-shadow: 0 2px 0 var(--ll-orange-deep), 0 4px 8px rgba(255,120,0,.2); }#ll-summer-bp-landing .llbd__btn--lg{ font-size: 17px; padding: 18px 38px; }#ll-summer-bp-landing .llbd__btn--ghost{
background: transparent; color: var(--ll-darkblue);
border: 2px solid var(--ll-darkblue);
box-shadow: none;
}#ll-summer-bp-landing .llbd__btn--ghost:hover{ background: var(--ll-darkblue); color: #fff; }#ll-summer-bp-landing .llbd__btn--ghost-light{
background: rgba(0,36,74,.35);
-webkit-backdrop-filter: blur(6px);
backdrop-filter: blur(6px);
color: #fff;
border: 2px solid rgba(255,255,255,.55);
box-shadow: 0 4px 14px rgba(0,0,0,.18);
}#ll-summer-bp-landing .llbd__btn--ghost-light:hover{ background: rgba(0,36,74,.55); border-color: #fff; }#ll-summer-bp-landing .llbd__btn--cyan{
background: var(--ll-cyan);
box-shadow: 0 6px 0 var(--ll-cyan-deep), 0 12px 20px rgba(0,170,212,.25);
}#ll-summer-bp-landing .llbd__btn--cyan:hover{ background: var(--ll-cyan-bright); }#ll-summer-bp-landing .llbd__btn--cyan:active{ box-shadow: 0 2px 0 var(--ll-cyan-deep), 0 4px 8px rgba(0,170,212,.2); }#ll-summer-bp-landing .llbd__btn--pink{
background: var(--ll-pink);
box-shadow: 0 6px 0 var(--ll-pink-deep), 0 12px 20px rgba(238,49,100,.25);
}#ll-summer-bp-landing .llbd__btn--pink:hover{ background: var(--ll-pink-bright); }#ll-summer-bp-landing .llbd__btn--pink:active{ box-shadow: 0 2px 0 var(--ll-pink-deep), 0 4px 8px rgba(238,49,100,.2); }#ll-summer-bp-landing .llbd__header{
background: #fff;
color: var(--ll-darkblue);
position: sticky;
top: 0;
z-index: 50;
border-bottom: 1px solid rgba(0,36,74,.08);
}#ll-summer-bp-landing .llbd__header-inner{
display: flex; align-items: center; gap: 24px;
padding: 14px 0;
}#ll-summer-bp-landing .llbd__logo{ display: flex; align-items: center; gap: 0; flex-shrink: 0; }#ll-summer-bp-landing .llbd__logo svg{ width: 162px; height: auto; display: block; }#ll-summer-bp-landing .llbd__nav{
display: flex; align-items: center; gap: 26px;
margin-left: 32px;
flex: 1;
}#ll-summer-bp-landing .llbd__nav a{
font-size: 15px; font-weight: 600; color: var(--ll-darkblue);
display: inline-flex; align-items: center; gap: 4px;
padding: 6px 0;
position: relative;
transition: color .15s;
}#ll-summer-bp-landing .llbd__nav a:hover{ color: var(--ll-cyan); }#ll-summer-bp-landing .llbd__nav a[aria-current="page"]{ color: var(--ll-pink); }#ll-summer-bp-landing .llbd__nav a[aria-current="page"]::after{
content: ''; position: absolute; left: 0; right: 0; bottom: -2px;
height: 3px; background: var(--ll-pink); border-radius: 2px;
}#ll-summer-bp-landing .llbd__nav-arrow{
width: 8px; height: 8px;
border-right: 1.5px solid currentColor;
border-bottom: 1.5px solid currentColor;
transform: rotate(45deg) translate(-2px,-2px);
display: inline-block;
}#ll-summer-bp-landing .llbd__header-phone{ margin-left: auto; font-weight: 700; font-size: 15px; color: var(--ll-darkblue); }#ll-summer-bp-landing .llbd__header-cta{ }#ll-summer-bp-landing .llbd__burger{ display: none; background: transparent; border: 0; color: var(--ll-darkblue); padding: 8px; margin-left: auto; }
@media (max-width: 1080px) {#ll-summer-bp-landing .llbd__nav{ display: none; }#ll-summer-bp-landing .llbd__header-phone{ display: none; }#ll-summer-bp-landing .llbd__burger{ display: block; }#ll-summer-bp-landing .llbd__header-cta{ display: none; }
}#ll-summer-bp-landing .llbd__hero{
position: relative;
background: var(--ll-cyan);
color: #fff;
overflow: hidden;
padding: 56px 0 140px;
isolation: isolate;
z-index: 0;
}
@media (max-width: 980px) {#ll-summer-bp-landing .llbd__hero{ padding: 32px 0 80px; } }
@media (max-width: 560px) {#ll-summer-bp-landing .llbd__hero{ padding: 28px 0 60px; } }#ll-summer-bp-landing .llbd__hero::before{
content: ''; position: absolute;
top: 0; left: 0; right: 0; height: 60px;
background: var(--ll-cyan);
z-index: 1;
}#ll-summer-bp-landing .llbd__hero::after{
content: ''; position: absolute;
left: -10%; right: -10%; bottom: -1px;
height: 140px;
background: #fff;
border-radius: 50% 50% 0 0 / 55% 55% 0 0;
z-index: 5;
}
@media (max-width: 980px) {#ll-summer-bp-landing .llbd__hero::after{ height: 80px; }
}
@media (max-width: 560px) {#ll-summer-bp-landing .llbd__hero::after{ height: 55px; }
}#ll-summer-bp-landing .llbd__hero-decor{
position: absolute; inset: 0;
z-index: 1; pointer-events: none;
overflow: hidden;
}#ll-summer-bp-landing .llbd__hero-decor img{
position: absolute;
display: block;
user-select: none;
}#ll-summer-bp-landing .llbd__hero-decor .d-palm-l{ top: 8%; left: -40px; width: 240px; transform: rotate(-12deg); opacity: .85; }#ll-summer-bp-landing .llbd__hero-decor .d-palm-r{ bottom: -20px; right: -60px; width: 280px; transform: scaleX(-1) rotate(-6deg); opacity: .9; }#ll-summer-bp-landing .llbd__hero-decor .d-flower-yl{ top: 6%; right: 42%; width: 130px; transform: rotate(-12deg); }#ll-summer-bp-landing .llbd__hero-decor .d-flower-yl2{ bottom: 14%; left: 36%; width: 90px; transform: rotate(20deg); }#ll-summer-bp-landing .llbd__hero-decor .d-flower-gn{ top: 26%; right: 8%; width: 150px; transform: rotate(14deg); }#ll-summer-bp-landing .llbd__hero-decor .d-flower-gn2{ bottom: 8%; left: 4%; width: 110px; transform: rotate(-22deg); }#ll-summer-bp-landing .llbd__hero-decor .d-bubble-yl{ top: 16%; left: 44%; width: 140px; }#ll-summer-bp-landing .llbd__hero-decor .d-bubble-pk{ top: 6%; right: 6%; width: 150px; transform: rotate(8deg); }#ll-summer-bp-landing .llbd__hero-decor .d-eyes{ bottom: 30%; right: 36%; width: 110px; transform: rotate(-10deg); }#ll-summer-bp-landing .llbd__hero-decor .d-marker{ top: 0; left: 0; width: 380px; }
@media (max-width: 980px) {#ll-summer-bp-landing .llbd__hero-decor .d-palm-l{ width: 160px; opacity: .7; }#ll-summer-bp-landing .llbd__hero-decor .d-palm-r{ width: 180px; opacity: .7; }#ll-summer-bp-landing .llbd__hero-decor .d-flower-yl{ width: 90px; top: 4%; right: 6%; }#ll-summer-bp-landing .llbd__hero-decor .d-flower-yl2{ display: none; }#ll-summer-bp-landing .llbd__hero-decor .d-flower-gn{ width: 100px; top: 14%; right: 4%; }#ll-summer-bp-landing .llbd__hero-decor .d-flower-gn2{ width: 80px; }#ll-summer-bp-landing .llbd__hero-decor .d-bubble-yl{ width: 100px; top: 10%; left: 4%; }#ll-summer-bp-landing .llbd__hero-decor .d-bubble-pk{ width: 100px; top: 4%; right: 4%; }#ll-summer-bp-landing .llbd__hero-decor .d-eyes{ width: 80px; bottom: 40%; right: 10%; }
}#ll-summer-bp-landing .llbd__hero-age-png{
width: 92px; height: auto;
flex-shrink: 0;
transform: rotate(-6deg);
filter: drop-shadow(0 6px 12px rgba(0,0,0,.15));
}
@media (max-width: 720px) {#ll-summer-bp-landing .llbd__hero-age-png{ width: 72px; } }#ll-summer-bp-landing .llbd__hero-inner{
position: relative; z-index: 5;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
align-items: center;
min-height: 480px;
}
@media (max-width: 980px) {#ll-summer-bp-landing .llbd__hero-inner{ grid-template-columns: 1fr; min-height: 0; gap: 24px; text-align: center; }
}#ll-summer-bp-landing .llbd__hero-copy{ position: relative; z-index: 6; }#ll-summer-bp-landing .llbd__hero-copy .llbd__hero-eyebrow{
display: inline-flex; align-items: center; gap: 14px;
margin-bottom: 22px;
}#ll-summer-bp-landing .llbd__hero-age{
display: inline-flex; align-items: center; justify-content: center;
width: 84px; height: 84px;
background: var(--ll-pink);
color: #fff;
font-weight: 900;
font-size: 28px; clip-path: polygon(
50% 0%, 63% 12%, 88% 12%, 88% 37%, 100% 50%,
88% 63%, 88% 88%, 63% 88%, 50% 100%, 37% 88%,
12% 88%, 12% 63%, 0% 50%, 12% 37%, 12% 12%, 37% 12%
);
flex-shrink: 0;
transform: rotate(-8deg);
}#ll-summer-bp-landing .llbd__hero-eyebrow-text{
font-size: 14px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase;
color: rgba(255,255,255,.85);
}#ll-summer-bp-landing .llbd__hero-copy h1{
font-size: clamp(40px, 6.4vw, 92px);
font-weight: 900;
line-height: .9;
letter-spacing: -0.02em;
text-transform: uppercase;
color: #fff;
margin-bottom: 22px;
text-shadow: 0 4px 0 rgba(0,127,160,.18);
}#ll-summer-bp-landing .llbd__hero-copy h1 .llbd__hero-h1-tail{
display: inline-block;
margin-top: 8px;
font-size: clamp(18px, 2vw, 28px);
font-weight: 800;
letter-spacing: 0.02em;
text-transform: uppercase;
color: var(--ll-yellow);
text-shadow: none;
line-height: 1.1;
}#ll-summer-bp-landing .llbd__hero-tagline{
display: inline-block;
position: relative;
font-family: var(--ll-font);
font-size: clamp(15px, 1.6vw, 19px);
font-weight: 700;
color: #fff;
background: var(--ll-pink);
padding: 10px 22px;
border-radius: 999px;
margin-bottom: 18px;
text-transform: uppercase;
letter-spacing: 0.03em;
}#ll-summer-bp-landing .llbd__hero-tagline::after{ content: '';
position: absolute;
inset: 4px 60px 4px auto;
width: 200px;
border: 3px solid var(--ll-green);
border-radius: 999px;
pointer-events: none;
opacity: 0;
}#ll-summer-bp-landing .llbd__hero-lede{
font-size: 17px; line-height: 1.55; color: rgba(255,255,255,.92);
max-width: 540px; margin-bottom: 28px;
}
@media (max-width: 980px) {#ll-summer-bp-landing .llbd__hero-lede{ margin-left: auto; margin-right: auto; } }#ll-summer-bp-landing .llbd__hero-actions{ display: flex; gap: 14px; flex-wrap: wrap; }
@media (max-width: 980px) {#ll-summer-bp-landing .llbd__hero-actions{ justify-content: center; } }#ll-summer-bp-landing .llbd__hero-meta{
display: flex; flex-wrap: wrap; gap: 18px 28px;
margin: 28px 0 0;
font-size: 14px; font-weight: 700;
color: rgba(255,255,255,.85);
text-transform: uppercase; letter-spacing: 0.06em;
}#ll-summer-bp-landing .llbd__hero-meta-item{ display: inline-flex; align-items: center; gap: 8px; }#ll-summer-bp-landing .llbd__hero-meta-item svg{ color: var(--ll-yellow); }#ll-summer-bp-landing .llbd__hero-vis{ position: static; min-height: 540px; }#ll-summer-bp-landing .llbd__hero-figure{
position: absolute;
filter: drop-shadow(0 18px 24px rgba(0,0,0,.18));
pointer-events: none;
}#ll-summer-bp-landing .llbd__hero-figure--host{
left: 56%; width: 36%; max-width: 520px; bottom: -100px; z-index: 2;
}#ll-summer-bp-landing .llbd__hero-figure--girl{
left: 32%; width: 36%; max-width: 520px; bottom: -110px; z-index: 1;
}
@media (max-width: 980px) {#ll-summer-bp-landing .llbd__hero-vis{ min-height: 260px; }#ll-summer-bp-landing .llbd__hero-figure--host{ left: auto; right: 2%; width: 48%; max-width: 320px; bottom: -50px; }#ll-summer-bp-landing .llbd__hero-figure--girl{ left: 2%;  right: auto; width: 48%; max-width: 320px; bottom: -55px; }
}
@media (max-width: 560px) {#ll-summer-bp-landing .llbd__hero-vis{ min-height: 180px; }#ll-summer-bp-landing .llbd__hero-figure--host{ right: -2%; width: 54%; max-width: 240px; bottom: -30px; }#ll-summer-bp-landing .llbd__hero-figure--girl{ left: -2%;  width: 54%; max-width: 240px; bottom: -35px; }
}#ll-summer-bp-landing[data-llbd-hero="classic"] .llbd__hero{
background: var(--ll-darkblue);
background-image:
radial-gradient(ellipse 60% 50% at 80% 30%, rgba(0,170,212,.32) 0%, transparent 60%),
radial-gradient(ellipse 50% 50% at 15% 80%, rgba(238,49,100,.28) 0%, transparent 60%);
}#ll-summer-bp-landing[data-llbd-hero="classic"] .llbd__hero-vis{ display: none; }#ll-summer-bp-landing[data-llbd-hero="classic"] .llbd__hero-decor{ opacity: .4; }#ll-summer-bp-landing[data-llbd-hero="classic"] .llbd__hero-inner{ grid-template-columns: 1fr; max-width: 920px; margin: 0 auto; text-align: center; min-height: 0; }#ll-summer-bp-landing[data-llbd-hero="classic"] .llbd__hero-copy{ max-width: none; }#ll-summer-bp-landing[data-llbd-hero="classic"] .llbd__hero-lede{ margin-left: auto; margin-right: auto; max-width: 620px; }#ll-summer-bp-landing[data-llbd-hero="classic"] .llbd__hero-actions{ justify-content: center; }#ll-summer-bp-landing[data-llbd-hero="classic"] .llbd__hero-meta{ justify-content: center; }#ll-summer-bp-landing[data-llbd-hero="classic"] .llbd__hero-blobs{ opacity: .35; }#ll-summer-bp-landing[data-llbd-hero="classic"] .llbd__hero-copy .llbd__hero-eyebrow{ justify-content: center; }#ll-summer-bp-landing[data-llbd-hero="classic"] .llbd__hero::before{ background: var(--ll-darkblue); }#ll-summer-bp-landing .llbd__section{ padding: 90px 0; position: relative; overflow: hidden; }#ll-summer-bp-landing .llbd__section--tight{ padding: 24px 0 90px; }
@media (max-width: 720px) {#ll-summer-bp-landing .llbd__section{ padding: 60px 0; }#ll-summer-bp-landing .llbd__section--tight{ padding: 30px 0 60px; }
}#ll-summer-bp-landing .llbd__section--soft{ background: #FBFAF7; }#ll-summer-bp-landing .llbd__section--dark{
background: var(--ll-darkblue);
color: #fff;
}#ll-summer-bp-landing .llbd__section--dark .llbd__lede{ color: var(--ll-fg-light-2); }#ll-summer-bp-landing .llbd__section--cyan{ background: var(--ll-cyan); color: #fff; }#ll-summer-bp-landing .llbd__section--cyan .llbd__lede{ color: rgba(255,255,255,.92); }#ll-summer-bp-landing .llbd__section-head{
display: flex; flex-direction: column; gap: 14px;
margin-bottom: 48px;
max-width: 760px;
}#ll-summer-bp-landing .llbd__section-head h2{ color: inherit; }#ll-summer-bp-landing .llbd__section-head--center{
text-align: center; align-items: center;
margin-left: auto; margin-right: auto;
}#ll-summer-bp-landing .llbd__section-head--center .llbd__lede{ margin: 0 auto; }#ll-summer-bp-landing .llbd__section-head--row{
display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px;
max-width: none; align-items: end; margin-bottom: 56px;
}
@media (max-width: 900px) {#ll-summer-bp-landing .llbd__section-head--row{ grid-template-columns: 1fr; gap: 18px; } }#ll-summer-bp-landing .llbd__hand{
font-family: var(--ll-font-hand);
font-size: clamp(28px, 3vw, 40px);
color: var(--ll-pink);
transform: rotate(-3deg);
font-weight: 700;
display: inline-block;
}#ll-summer-bp-landing .llbd__packages{
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 22px;
align-items: stretch;
position: relative;
z-index: 2;
}
@media (max-width: 900px) {#ll-summer-bp-landing .llbd__packages, #ll-summer-bp-landing .llbd__packages--scroll{
display: flex;
grid-template-columns: none;
max-width: none;
overflow-x: auto;
overflow-y: hidden;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
gap: 16px;
padding: 6px 16px 22px;
margin: 0 -16px;
scrollbar-width: thin;
}#ll-summer-bp-landing .llbd__packages > .llbd__package{
flex: 0 0 88%;
max-width: 380px;
scroll-snap-align: center;
}
}#ll-summer-bp-landing .llbd__package{
position: relative;
background: #fff;
border-radius: 22px;
padding: 28px 26px 26px;
display: flex; flex-direction: column; gap: 14px;
border: 2px solid rgba(0,36,74,.08);
transition: transform .2s, box-shadow .2s, border-color .2s;
overflow: hidden;
}#ll-summer-bp-landing .llbd__package--popular{ overflow: visible; }#ll-summer-bp-landing .llbd__package:hover{
transform: translateY(-6px);
box-shadow: 0 24px 50px rgba(0,36,74,.16);
border-color: var(--pkg-color, var(--ll-pink));
}#ll-summer-bp-landing .llbd__package::before{
content: ''; position: absolute;
top: -30px; right: -40px;
width: 200px; height: 140px;
background: color-mix(in oklab, var(--pkg-color, var(--ll-pink)) 22%, transparent);
border-radius: 50% 60% 40% 50% / 60% 50% 50% 40%;
z-index: 0;
}#ll-summer-bp-landing .llbd__package > *{ position: relative; z-index: 1; }#ll-summer-bp-landing .llbd__package-plate{
display: inline-flex; align-self: flex-start;
background: var(--pkg-color, var(--ll-pink));
color: #fff;
font-weight: 900;
font-size: 15px;
letter-spacing: 0.04em;
text-transform: uppercase;
padding: 10px 18px;
border-radius: 999px;
margin-bottom: 4px;
}#ll-summer-bp-landing .llbd__package--yellow .llbd__package-plate{ color: var(--ll-darkblue); }#ll-summer-bp-landing .llbd__package-suit{
font-size: 13px; color: var(--ll-fg-dark-2);
text-transform: uppercase; letter-spacing: 0.1em; font-weight: 700;
}#ll-summer-bp-landing .llbd__package-meta{
display: flex; flex-wrap: wrap; gap: 14px;
font-size: 13px; color: var(--ll-fg-dark-2);
border-top: 1px dashed rgba(0,36,74,.15);
border-bottom: 1px dashed rgba(0,36,74,.15);
padding: 12px 0;
}#ll-summer-bp-landing .llbd__package-meta-item{ display: flex; flex-direction: column; gap: 2px; }#ll-summer-bp-landing .llbd__package-meta-label{ font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; opacity: .7; }#ll-summer-bp-landing .llbd__package-meta-value{ font-size: 14px; font-weight: 700; color: var(--ll-darkblue); }#ll-summer-bp-landing .llbd__package-features{
display: flex; flex-direction: column; gap: 7px;
margin-top: 4px;
}#ll-summer-bp-landing .llbd__package-features li{
display: flex; gap: 8px; align-items: flex-start;
font-size: 14px; line-height: 1.4; color: var(--ll-fg-dark);
}#ll-summer-bp-landing .llbd__package-features li::before{
content: ''; flex-shrink: 0; margin-top: 6px;
width: 8px; height: 8px; border-radius: 50%;
background: var(--pkg-color, var(--ll-pink));
}#ll-summer-bp-landing .llbd__feature-gift{
display: inline-flex; align-items: center; justify-content: center;
width: 22px; height: 22px;
border-radius: 50%;
background: color-mix(in oklab, var(--pkg-color, var(--ll-pink)) 18%, white);
margin-right: 4px;
font-size: 13px;
line-height: 1;
flex-shrink: 0;
}#ll-summer-bp-landing .llbd__package-price{
margin-top: auto;
display: flex; flex-direction: column; gap: 2px;
padding-top: 6px;
}#ll-summer-bp-landing .llbd__package-price-old{
font-size: 14px; color: var(--ll-fg-dark-3);
text-decoration: line-through;
font-weight: 600;
}#ll-summer-bp-landing .llbd__package-price-discount{
display: inline-block;
font-size: 11px; font-weight: 800;
background: var(--ll-pink); color: #fff;
padding: 3px 8px; border-radius: 4px;
letter-spacing: 0.04em;
align-self: flex-start;
margin-left: 8px;
}#ll-summer-bp-landing .llbd__package-price-row{
display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap;
}#ll-summer-bp-landing .llbd__package-price-now{
font-size: 26px; font-weight: 900;
color: var(--ll-darkblue);
line-height: 1;
}#ll-summer-bp-landing .llbd__package-price-now small{ font-size: 13px; font-weight: 600; color: var(--ll-fg-dark-2); }#ll-summer-bp-landing .llbd__package-price-note{
font-size: 11px; color: var(--ll-fg-dark-3);
line-height: 1.3;
margin-top: 4px;
}#ll-summer-bp-landing .llbd__package-cta{
display: inline-flex; align-items: center; justify-content: center; gap: 8px;
padding: 12px 18px;
font-size: 14px; font-weight: 800;
text-transform: uppercase; letter-spacing: 0.04em;
background: var(--ll-darkblue); color: #fff;
border: 0; border-radius: 999px;
margin-top: 4px;
transition: background .15s;
}#ll-summer-bp-landing .llbd__package-cta:hover{ background: var(--pkg-color, var(--ll-pink)); }#ll-summer-bp-landing .llbd__package--popular{
background: linear-gradient(180deg, #FFF7E5 0%, #FFFFFF 60%);
border-color: var(--ll-orange);
transform: translateY(-14px) scale(1.03);
box-shadow: 0 36px 70px rgba(255,120,0,.32), 0 8px 20px rgba(255,120,0,.18);
z-index: 3;
}#ll-summer-bp-landing .llbd__package--popular::after{
content: ''; position: absolute;
inset: 0;
border-radius: 22px;
border: 3px solid var(--ll-orange);
pointer-events: none;
}#ll-summer-bp-landing .llbd__package--popular .llbd__package-cta{
background: var(--ll-orange);
box-shadow: 0 4px 0 var(--ll-orange-deep);
}#ll-summer-bp-landing .llbd__package--popular .llbd__package-cta:hover{ background: var(--ll-orange-hover); }#ll-summer-bp-landing .llbd__package-badge{
position: absolute;
top: -18px; right: -14px;
transform: rotate(6deg);
background: var(--ll-pink);
color: #fff;
font-size: 13px; font-weight: 900;
text-transform: uppercase; letter-spacing: 0.06em;
padding: 10px 18px;
border-radius: 999px;
white-space: nowrap;
box-shadow: 0 8px 20px rgba(238,49,100,.4);
border: 3px solid #fff;
z-index: 10;
}
@media (max-width: 1100px) {#ll-summer-bp-landing .llbd__package-badge{ top: -16px; right: 12px; transform: rotate(4deg); }
}
@media (max-width: 1100px) {#ll-summer-bp-landing .llbd__package--popular{ transform: none; }
}#ll-summer-bp-landing .llbd__choose{
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 22px;
position: relative;
z-index: 2;
}
@media (max-width: 900px) {#ll-summer-bp-landing .llbd__choose{ grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) {#ll-summer-bp-landing .llbd__choose{ grid-template-columns: 1fr; } }#ll-summer-bp-landing .llbd__choose-card{
background: #fff;
border-radius: 18px;
padding: 24px;
position: relative;
overflow: hidden;
display: flex; flex-direction: column; gap: 12px;
min-height: 200px;
}#ll-summer-bp-landing .llbd__choose-card::before{
content: ''; position: absolute;
inset: -30% 50% auto -20%;
width: 180px; height: 180px;
background: color-mix(in oklab, var(--card-color, var(--ll-pink)) 28%, transparent);
border-radius: 60% 40% 50% 60% / 50% 60% 40% 50%;
z-index: 0;
}#ll-summer-bp-landing .llbd__choose-card > *{ position: relative; z-index: 1; }#ll-summer-bp-landing .llbd__choose-question{
font-size: 15px; font-weight: 700;
color: var(--ll-darkblue);
line-height: 1.35;
}#ll-summer-bp-landing .llbd__choose-arrow{
font-family: var(--ll-font-hand);
font-size: 32px;
color: var(--card-color, var(--ll-pink));
font-weight: 700;
transform: rotate(-4deg);
}#ll-summer-bp-landing .llbd__choose-answer{
font-size: 16px; font-weight: 900;
text-transform: uppercase; letter-spacing: 0.02em;
color: var(--card-color, var(--ll-pink));
margin-top: auto;
}#ll-summer-bp-landing .llbd__tabs-bar{
display: flex; gap: 8px; flex-wrap: wrap;
margin-bottom: 36px;
}
@media (max-width: 980px) {#ll-summer-bp-landing .llbd__tabs-bar{
position: sticky; top: 0; z-index: 8;
margin: 0 -16px 24px; padding: 10px 16px;
background: rgba(255,255,255,.92);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none;
}#ll-summer-bp-landing .llbd__tabs-bar::-webkit-scrollbar{ display: none; }#ll-summer-bp-landing .llbd__tab{ flex-shrink: 0; }
}#ll-summer-bp-landing .llbd__tab{
background: #fff;
border: 2px solid rgba(0,36,74,.1);
border-radius: 999px;
padding: 12px 22px;
font-size: 14px;
font-weight: 800;
color: var(--ll-darkblue);
text-transform: uppercase;
letter-spacing: 0.04em;
transition: all .15s;
white-space: nowrap;
}#ll-summer-bp-landing .llbd__tab:hover{ border-color: var(--ll-cyan); color: var(--ll-cyan); }#ll-summer-bp-landing .llbd__tab[aria-selected="true"]{
background: var(--tab-color, var(--ll-pink));
border-color: var(--tab-color, var(--ll-pink));
color: #fff;
}#ll-summer-bp-landing .llbd__tab-panel{
display: none;
grid-template-columns: 380px 1fr;
gap: 56px;
align-items: start;
}#ll-summer-bp-landing .llbd__tab-panel[data-active="true"]{ display: grid; }
@media (max-width: 900px) {#ll-summer-bp-landing .llbd__tab-panel{ grid-template-columns: 1fr; gap: 24px; }
}#ll-summer-bp-landing .llbd__tab-art{
position: relative;
background: #F4F6FA;
border-radius: 22px;
overflow: hidden;
padding: 14px;
}#ll-summer-bp-landing .llbd__tab-art img{ width: 100%; height: auto; display: block; border-radius: 14px; }#ll-summer-bp-landing .llbd__tab-body{
display: flex; flex-direction: column; gap: 14px;
}#ll-summer-bp-landing .llbd__tab-body h3{
font-size: clamp(24px, 3vw, 34px);
text-transform: uppercase;
color: var(--ll-darkblue);
font-weight: 900;
line-height: 1.05;
}#ll-summer-bp-landing .llbd__incl-block{
background: #FFFDF5;
border-left: 4px solid var(--ll-yellow);
border-radius: 0 12px 12px 0;
padding: 16px 20px;
}#ll-summer-bp-landing .llbd__incl-block h4{
font-size: 13px;
text-transform: uppercase;
letter-spacing: 0.12em;
font-weight: 800;
color: var(--ll-darkblue);
margin-bottom: 10px;
}#ll-summer-bp-landing .llbd__incl-list{ display: flex; flex-direction: column; gap: 8px; }#ll-summer-bp-landing .llbd__incl-list li{
display: flex; gap: 10px; align-items: flex-start;
font-size: 15px;
color: var(--ll-fg-dark);
line-height: 1.45;
}#ll-summer-bp-landing .llbd__incl-list li::before{
content: ''; flex-shrink: 0; margin-top: 8px;
width: 6px; height: 6px; border-radius: 50%;
background: var(--ll-yellow-deep);
}#ll-summer-bp-landing .llbd__incl-list ul{
margin-left: 20px;
padding-left: 14px;
border-left: 1px dashed rgba(0,36,74,.2);
display: flex; flex-direction: column; gap: 4px;
margin-top: 4px;
}#ll-summer-bp-landing .llbd__incl-list ul li{ font-size: 14px; color: var(--ll-fg-dark-2); }#ll-summer-bp-landing .llbd__incl-list ul li::before{ background: var(--ll-yellow); }#ll-summer-bp-landing .llbd__gift{
display: inline-flex; align-items: center; gap: 10px;
background: var(--ll-pink);
color: #fff;
padding: 10px 18px;
border-radius: 999px;
font-size: 14px; font-weight: 700;
margin-top: 8px;
}#ll-summer-bp-landing .llbd__params{
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px;
background: #F4F6FA;
border-radius: 14px;
padding: 18px 20px;
}#ll-summer-bp-landing .llbd__params-item{ display: flex; flex-direction: column; gap: 2px; }#ll-summer-bp-landing .llbd__params-label{ font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ll-fg-dark-2); font-weight: 700; }#ll-summer-bp-landing .llbd__params-value{ font-size: 16px; font-weight: 800; color: var(--ll-darkblue); }#ll-summer-bp-landing .llbd__price-block{
display: flex; flex-direction: column; gap: 6px;
background: var(--pb-color, var(--ll-cyan));
color: #fff;
border-radius: 18px;
padding: 20px 24px;
}#ll-summer-bp-landing .llbd__price-block--pink{ --pb-color: var(--ll-pink); }#ll-summer-bp-landing .llbd__price-block--orange{ --pb-color: var(--ll-orange); }#ll-summer-bp-landing .llbd__price-block--cyan{ --pb-color: var(--ll-cyan); }#ll-summer-bp-landing .llbd__price-block--violet{ --pb-color: var(--ll-violet-deep); }#ll-summer-bp-landing .llbd__price-block-row{
display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap;
}#ll-summer-bp-landing .llbd__price-block-old{
font-size: 17px; font-weight: 600;
text-decoration: line-through;
opacity: .8;
}#ll-summer-bp-landing .llbd__price-block-discount{
display: inline-block;
background: rgba(255,255,255,.2);
border: 1px solid rgba(255,255,255,.4);
padding: 4px 10px;
border-radius: 4px;
font-size: 12px; font-weight: 800;
letter-spacing: 0.04em;
}#ll-summer-bp-landing .llbd__price-block-now{
font-size: clamp(28px, 3vw, 38px);
font-weight: 900;
line-height: 1;
}#ll-summer-bp-landing .llbd__price-block-note{
font-size: 12px; opacity: .85;
line-height: 1.4;
}#ll-summer-bp-landing .llbd__tab-actions{
display: flex; gap: 12px; flex-wrap: wrap; margin-top: 4px;
}#ll-summer-bp-landing .llbd__notes{
display: grid; grid-template-columns: 1fr 1fr; gap: 18px;
margin-top: 14px;
}
@media (max-width: 700px) {#ll-summer-bp-landing .llbd__notes{ grid-template-columns: 1fr; } }#ll-summer-bp-landing .llbd__notes-card{
background: #fff;
border: 1px solid rgba(0,36,74,.1);
border-radius: 12px;
padding: 18px 20px;
}#ll-summer-bp-landing .llbd__notes-card h5{
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.12em;
color: var(--ll-pink);
margin-bottom: 10px;
font-weight: 800;
}#ll-summer-bp-landing .llbd__notes-card p{
font-size: 13px; color: var(--ll-fg-dark-2);
line-height: 1.5;
margin-bottom: 8px;
}#ll-summer-bp-landing .llbd__notes-card p:last-child{ margin-bottom: 0; }#ll-summer-bp-landing .llbd__timing-list{ display: flex; flex-direction: column; gap: 8px; }#ll-summer-bp-landing .llbd__timing-list li{
display: grid;
grid-template-columns: 90px 1fr;
gap: 12px;
font-size: 13px;
line-height: 1.45;
}#ll-summer-bp-landing .llbd__timing-list li b{
font-family: var(--ll-font);
font-weight: 800;
color: var(--ll-cyan);
letter-spacing: 0.02em;
}#ll-summer-bp-landing .llbd__themes{
position: relative;
}#ll-summer-bp-landing .llbd__themes-viewport{
overflow: hidden;
margin: 0 -8px;
}#ll-summer-bp-landing .llbd__themes-track{
display: flex;
gap: 18px;
padding: 0 8px;
transition: transform .35s cubic-bezier(.2,.7,.2,1);
}#ll-summer-bp-landing .llbd__theme-card{
flex: 0 0 calc(25% - 14px);
aspect-ratio: 9 / 16;
position: relative;
overflow: hidden;
background: var(--ll-darkblue);
border-radius: 18px;
}
@media (max-width: 1100px) {#ll-summer-bp-landing .llbd__theme-card{ flex: 0 0 calc(33.33% - 12px); } }
@media (max-width: 760px)  {#ll-summer-bp-landing .llbd__theme-card{ flex: 0 0 calc(50% - 9px); } }
@media (max-width: 480px)  {#ll-summer-bp-landing .llbd__theme-card{ flex: 0 0 70%; } }#ll-summer-bp-landing .llbd__theme-card img{ width: 100%; height: 100%; object-fit: cover; }#ll-summer-bp-landing .llbd__theme-card::after{
content: ''; position: absolute; inset: 0;
background: linear-gradient(180deg, transparent 40%, rgba(0,36,74,.85) 100%);
pointer-events: none;
}#ll-summer-bp-landing .llbd__theme-card-label{
position: absolute;
bottom: 16px; left: 16px; right: 16px;
color: #fff;
font-size: 16px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 0.02em;
line-height: 1.15;
z-index: 2;
}#ll-summer-bp-landing .llbd__theme-card--placeholder{
display: flex; align-items: center; justify-content: center;
text-align: center;
background: linear-gradient(135deg, var(--ph-color1, var(--ll-pink)) 0%, var(--ph-color2, var(--ll-violet-deep)) 100%);
}#ll-summer-bp-landing .llbd__theme-card--placeholder::before{
content: ''; position: absolute; inset: 0;
background-image:
radial-gradient(circle at 25% 30%, rgba(255,255,255,.18) 0%, transparent 30%),
radial-gradient(circle at 80% 70%, rgba(255,255,255,.14) 0%, transparent 30%);
pointer-events: none;
}#ll-summer-bp-landing .llbd__theme-card--placeholder::after{ display: none; }#ll-summer-bp-landing .llbd__theme-card--placeholder .llbd__theme-card-label{
position: static;
font-size: 22px; line-height: 1.15;
padding: 24px;
z-index: 2;
}#ll-summer-bp-landing .llbd__theme-card--placeholder .llbd__theme-tag{
position: absolute; top: 14px; left: 14px;
background: rgba(0,0,0,.3); color: #fff;
font-size: 10px; font-weight: 800;
padding: 4px 8px; border-radius: 4px;
letter-spacing: 0.1em; text-transform: uppercase;
z-index: 3;
}#ll-summer-bp-landing .llbd__themes-nav{
display: flex; align-items: center; gap: 14px;
margin-top: 28px;
justify-content: center;
}#ll-summer-bp-landing .llbd__round-btn{
width: 48px; height: 48px;
border: 2px solid var(--ll-darkblue);
background: #fff;
color: var(--ll-darkblue);
border-radius: 50%;
display: inline-flex; align-items: center; justify-content: center;
transition: background .15s, color .15s;
}#ll-summer-bp-landing .llbd__round-btn:hover:not(:disabled){ background: var(--ll-pink); color: #fff; border-color: var(--ll-pink); }#ll-summer-bp-landing .llbd__round-btn:disabled{ opacity: .35; cursor: not-allowed; }#ll-summer-bp-landing .llbd__section--dark .llbd__round-btn{ background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }#ll-summer-bp-landing .llbd__themes-counter{
font-weight: 800; font-size: 18px;
min-width: 80px; text-align: center;
color: var(--ll-darkblue);
}#ll-summer-bp-landing .llbd__section--dark .llbd__themes-counter{ color: #fff; }#ll-summer-bp-landing .llbd__themes-dots{
display: flex; gap: 8px;
}#ll-summer-bp-landing .llbd__themes-dot{
width: 10px; height: 10px; border-radius: 50%;
background: rgba(0,36,74,.2);
border: 0;
padding: 0;
transition: background .15s, transform .15s;
}#ll-summer-bp-landing .llbd__themes-dot[aria-current="true"]{ background: var(--ll-pink); transform: scale(1.3); }#ll-summer-bp-landing .llbd__section--dark .llbd__themes-dot{ background: rgba(255,255,255,.25); }#ll-summer-bp-landing .llbd__section--dark .llbd__themes-dot[aria-current="true"]{ background: var(--ll-pink); }#ll-summer-bp-landing .llbd__gallery{ position: relative; }#ll-summer-bp-landing .llbd__gallery-viewport{
overflow: hidden;
margin: 0 -8px;
border-radius: 18px;
}#ll-summer-bp-landing .llbd__gallery-track{
display: flex;
gap: 16px;
padding: 0 8px;
transition: transform .35s cubic-bezier(.2,.7,.2,1);
}#ll-summer-bp-landing .llbd__gallery-card{
flex: 0 0 calc(33.333% - 11px);
aspect-ratio: 4 / 3;
position: relative;
overflow: hidden;
background: #1a2a44;
border-radius: 14px;
}
@media (max-width: 900px) {#ll-summer-bp-landing .llbd__gallery-card{ flex: 0 0 calc(50% - 8px); } }
@media (max-width: 540px) {#ll-summer-bp-landing .llbd__gallery-card{ flex: 0 0 86%; } }#ll-summer-bp-landing .llbd__gallery-card img{ width: 100%; height: 100%; object-fit: cover; }#ll-summer-bp-landing .llbd__gallery-nav{
display: flex; align-items: center; gap: 14px;
margin-top: 28px; justify-content: center;
}#ll-summer-bp-landing .llbd__gallery-dots{ display: flex; gap: 8px; }#ll-summer-bp-landing .llbd__gallery-dot{
width: 10px; height: 10px; border-radius: 50%;
background: rgba(0,36,74,.2);
border: 0; padding: 0;
transition: background .15s, transform .15s;
}#ll-summer-bp-landing .llbd__gallery-dot[aria-current="true"]{ background: var(--ll-pink); transform: scale(1.3); }#ll-summer-bp-landing .llbd__perks{
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 18px;
}
@media (max-width: 900px) {#ll-summer-bp-landing .llbd__perks{ grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) {#ll-summer-bp-landing .llbd__perks{ grid-template-columns: 1fr; } }#ll-summer-bp-landing .llbd__perk{
background: #fff;
border-radius: 18px;
padding: 26px 24px;
display: flex; gap: 16px; align-items: flex-start;
border: 1px solid rgba(0,36,74,.08);
transition: transform .15s, box-shadow .15s;
}#ll-summer-bp-landing .llbd__perk:hover{ transform: translateY(-3px); box-shadow: 0 12px 30px rgba(0,36,74,.1); }#ll-summer-bp-landing .llbd__perk-icon{
width: 52px; height: 52px;
flex-shrink: 0;
border-radius: 12px;
background: color-mix(in oklab, var(--icon-color, var(--ll-pink)) 18%, transparent);
color: var(--icon-color, var(--ll-pink));
display: flex; align-items: center; justify-content: center;
}#ll-summer-bp-landing .llbd__perk-text{
font-size: 15px;
line-height: 1.45;
color: var(--ll-fg-dark);
}#ll-summer-bp-landing .llbd__trust{ position: relative; }#ll-summer-bp-landing .llbd__trust-track{
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}
@media (min-width: 1100px) {#ll-summer-bp-landing .llbd__trust-track{ grid-template-columns: repeat(6, 1fr); gap: 16px; }
}
@media (max-width: 900px) {#ll-summer-bp-landing .llbd__trust-track{
display: flex; grid-template-columns: none;
gap: 14px;
overflow-x: auto; overflow-y: hidden;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
padding-bottom: 4px;
}#ll-summer-bp-landing .llbd__trust-track::-webkit-scrollbar{ display: none; }
}#ll-summer-bp-landing .llbd__trust-card{
position: relative;
border-radius: 22px;
overflow: hidden;
aspect-ratio: 1 / 1;
background: #FBFAF7;
display: flex; align-items: center; justify-content: center;
}
@media (max-width: 900px) {#ll-summer-bp-landing .llbd__trust-card{ flex: 0 0 70%; max-width: 320px; scroll-snap-align: center; }
}
@media (max-width: 480px) {#ll-summer-bp-landing .llbd__trust-card{ flex: 0 0 78%; }
}#ll-summer-bp-landing .llbd__trust-card img{
width: 100%; height: 100%;
object-fit: contain;
display: block;
}#ll-summer-bp-landing .llbd__cta{
position: relative;
background: var(--ll-pink);
color: #fff;
overflow: hidden;
padding: 64px 0 80px;
}#ll-summer-bp-landing .llbd__cta::before{
content: ''; position: absolute; inset: 0;
background-image:
radial-gradient(ellipse 60% 50% at 80% 20%, rgba(255,190,43,.3) 0%, transparent 60%),
radial-gradient(ellipse 50% 50% at 15% 90%, rgba(0,170,212,.3) 0%, transparent 60%);
pointer-events: none;
}#ll-summer-bp-landing .llbd__cta-inner{
position: relative; z-index: 2;
display: grid;
grid-template-columns: 1.4fr 1fr;
gap: 40px;
align-items: center;
}
@media (max-width: 900px) {#ll-summer-bp-landing .llbd__cta-inner{ grid-template-columns: 1fr; text-align: center; } }#ll-summer-bp-landing .llbd__cta h2{ color: #fff; }#ll-summer-bp-landing .llbd__cta p{ color: rgba(255,255,255,.92); font-size: 17px; }#ll-summer-bp-landing .llbd__cta-actions{ display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
@media (max-width: 900px) {#ll-summer-bp-landing .llbd__cta-actions{ justify-content: center; } }#ll-summer-bp-landing .llbd__cta-actions .llbd__btn{ background: #fff; color: var(--ll-pink); box-shadow: 0 6px 0 #C2185B; }#ll-summer-bp-landing .llbd__cta-actions .llbd__btn:hover{ background: var(--ll-darkblue); color: #fff; }#ll-summer-bp-landing .llbd__cta-actions .llbd__btn--ghost-light{ background: transparent; color: #fff; }#ll-summer-bp-landing .llbd__cta-actions .llbd__btn--ghost-light:hover{ background: rgba(255,255,255,.12); }#ll-summer-bp-landing .llbd__cta-art{
position: relative;
height: 100%;
min-height: 320px;
}#ll-summer-bp-landing .llbd__cta-art-figure{
position: absolute;
bottom: -80px;
filter: drop-shadow(0 14px 22px rgba(0,0,0,.18));
pointer-events: none;
}#ll-summer-bp-landing .llbd__cta-art-figure--host{
left: 0;
width: 56%;
max-width: 280px;
z-index: 2;
}#ll-summer-bp-landing .llbd__cta-art-figure--girl{
right: 0;
width: 58%;
max-width: 300px;
z-index: 1;
}#ll-summer-bp-landing .llbd__cta-art-decor{
position: absolute;
pointer-events: none;
}
@media (max-width: 900px) {#ll-summer-bp-landing .llbd__cta{ padding: 40px 0 0; }#ll-summer-bp-landing .llbd__cta-inner{ gap: 4px; align-items: stretch; }#ll-summer-bp-landing .llbd__cta-actions{ margin-top: 14px; margin-bottom: 0; }#ll-summer-bp-landing .llbd__cta-art{
min-height: 240px;
overflow: visible;
margin: 0;
}#ll-summer-bp-landing .llbd__cta-art-figure{
bottom: -70px;
filter: drop-shadow(0 -2px 18px rgba(0,0,0,.20));
}#ll-summer-bp-landing .llbd__cta-art-figure--host{ width: 56%; max-width: 260px; left: -2%; }#ll-summer-bp-landing .llbd__cta-art-figure--girl{ width: 56%; max-width: 260px; right: -2%; }
}
@media (max-width: 480px) {#ll-summer-bp-landing .llbd__cta-art{ min-height: 200px; }#ll-summer-bp-landing .llbd__cta-art-figure{ bottom: -55px; }#ll-summer-bp-landing .llbd__cta-art-figure--host{ width: 58%; max-width: 220px; }#ll-summer-bp-landing .llbd__cta-art-figure--girl{ width: 58%; max-width: 220px; }
}#ll-summer-bp-landing .llbd__footer{
background: var(--ll-darkblue-deep);
color: #fff;
padding: 56px 0 28px;
}#ll-summer-bp-landing .llbd__footer-grid{
display: grid;
grid-template-columns: 1.2fr 1fr 1fr;
gap: 40px;
margin-bottom: 40px;
}
@media (max-width: 800px) {#ll-summer-bp-landing .llbd__footer-grid{ grid-template-columns: 1fr; gap: 28px; } }#ll-summer-bp-landing .llbd__footer h4{
font-size: 14px;
text-transform: uppercase;
letter-spacing: 0.12em;
margin-bottom: 14px;
color: rgba(255,255,255,.6);
font-weight: 700;
}#ll-summer-bp-landing .llbd__footer-col ul{ display: flex; flex-direction: column; gap: 8px; }#ll-summer-bp-landing .llbd__footer-col li a{ color: rgba(255,255,255,.85); font-size: 15px; }#ll-summer-bp-landing .llbd__footer-col li a:hover{ color: var(--ll-cyan); }#ll-summer-bp-landing .llbd__footer-bottom{
border-top: 1px solid rgba(255,255,255,.1);
padding-top: 20px;
display: flex; flex-wrap: wrap; gap: 18px; justify-content: space-between;
font-size: 13px;
color: rgba(255,255,255,.5);
}#ll-summer-bp-landing .llbd__sticky-cta{
display: none;
position: fixed;
left: 12px; right: 12px;
bottom: 12px;
z-index: 90;
background: var(--ll-orange);
color: #fff;
border: 0;
border-radius: 999px;
padding: 16px 22px;
font-size: 16px; font-weight: 800;
text-transform: uppercase; letter-spacing: 0.02em;
box-shadow: 0 12px 30px rgba(0,0,0,.25);
}#ll-summer-bp-landing[data-llbd-sticky="on"] .llbd__sticky-cta{ display: block; }
@media (min-width: 720px) {#ll-summer-bp-landing[data-llbd-sticky="on"] .llbd__sticky-cta{ display: none; } }#ll-summer-bp-landing .llbd__modal{
position: fixed; inset: 0; z-index: 200;
display: none;
align-items: center; justify-content: center;
padding: 24px;
}#ll-summer-bp-landing .llbd__modal[aria-hidden="false"]{ display: flex; }#ll-summer-bp-landing .llbd__modal-backdrop{ position: absolute; inset: 0; background: rgba(0,18,40,.78); backdrop-filter: blur(4px); }#ll-summer-bp-landing .llbd__modal-shell{
position: relative; background: #fff; width: 100%; max-width: 540px;
border-radius: 20px; padding: 36px 32px 32px;
z-index: 1; max-height: 92vh; overflow-y: auto;
}#ll-summer-bp-landing .llbd__modal-close{
position: absolute; top: 14px; right: 14px;
width: 36px; height: 36px;
background: transparent; border: 0;
color: var(--ll-darkblue);
display: flex; align-items: center; justify-content: center;
}#ll-summer-bp-landing .llbd__modal-close:hover{ color: var(--ll-pink); }#ll-summer-bp-landing .llbd__modal h2{ color: var(--ll-darkblue); font-size: 26px; text-transform: uppercase; margin-bottom: 8px; }#ll-summer-bp-landing .llbd__modal p{ color: var(--ll-fg-dark-2); margin-bottom: 22px; font-size: 15px; }#ll-summer-bp-landing .llbd__form{ display: flex; flex-direction: column; gap: 14px; }#ll-summer-bp-landing .llbd__field{ display: flex; flex-direction: column; gap: 6px; }#ll-summer-bp-landing .llbd__field label{ font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ll-fg-dark-2); }#ll-summer-bp-landing .llbd__field input, #ll-summer-bp-landing .llbd__field select, #ll-summer-bp-landing .llbd__field textarea{
background: #F4F6FA;
border: 1.5px solid rgba(0,36,74,.1);
border-radius: 10px;
padding: 12px 14px;
font-size: 15px;
color: var(--ll-darkblue);
outline: 0;
transition: border-color .15s;
}#ll-summer-bp-landing .llbd__field input:focus, #ll-summer-bp-landing .llbd__field select:focus{ border-color: var(--ll-cyan); background: #fff; }#ll-summer-bp-landing .llbd__form-row{ display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 480px) {#ll-summer-bp-landing .llbd__form-row{ grid-template-columns: 1fr; } }#ll-summer-bp-landing .llbd__check{ display: flex; gap: 8px; align-items: flex-start; font-size: 13px; color: var(--ll-fg-dark-2); }#ll-summer-bp-landing .llbd__reveal{ opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }#ll-summer-bp-landing .llbd__reveal.is-in{ opacity: 1; transform: none; }#ll-summer-bp-landing .llbd__tweaks-toggle{ }#ll-summer-bp-landing .llbd__tweaks{
position: fixed;
right: 16px; bottom: 16px;
width: 320px;
max-height: 84vh; overflow-y: auto;
background: #fff;
border: 1px solid rgba(0,36,74,.15);
border-radius: 16px;
box-shadow: 0 24px 60px rgba(0,18,40,.25);
padding: 18px 18px 20px;
z-index: 120;
display: none;
font-family: var(--ll-font);
}#ll-summer-bp-landing .llbd__tweaks[data-open="true"]{ display: block; }#ll-summer-bp-landing .llbd__tweaks h4{ font-size: 14px; margin-bottom: 4px; color: var(--ll-darkblue); font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; }#ll-summer-bp-landing .llbd__tweaks-row{
display: flex; flex-direction: column; gap: 6px;
margin-top: 16px;
}#ll-summer-bp-landing .llbd__tweaks-label{ font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; color: var(--ll-fg-dark-2); }#ll-summer-bp-landing .llbd__tweaks-seg{
display: flex; gap: 4px;
background: #F4F6FA;
border-radius: 8px;
padding: 4px;
}#ll-summer-bp-landing .llbd__tweaks-seg button{
flex: 1;
padding: 8px 10px;
font-size: 12px; font-weight: 700;
background: transparent; border: 0;
border-radius: 6px;
color: var(--ll-fg-dark-2);
}#ll-summer-bp-landing .llbd__tweaks-seg button[aria-pressed="true"]{
background: var(--ll-darkblue); color: #fff;
}#ll-summer-bp-landing .llbd__tweaks-swatches{
display: flex; gap: 8px;
flex-wrap: wrap;
}#ll-summer-bp-landing .llbd__tweaks-swatches button{
width: 36px; height: 36px;
border-radius: 50%;
border: 3px solid transparent;
background: var(--sw-color, #000);
cursor: pointer;
padding: 0;
}#ll-summer-bp-landing .llbd__tweaks-swatches button[aria-pressed="true"]{ border-color: var(--ll-darkblue); transform: scale(1.05); }#ll-summer-bp-landing .llbd__tweaks input[type="text"]{
width: 100%;
background: #F4F6FA;
border: 1.5px solid rgba(0,36,74,.12);
border-radius: 8px;
padding: 10px 12px;
font-size: 13px;
font-weight: 600;
color: var(--ll-darkblue);
outline: 0;
}#ll-summer-bp-landing .llbd__tweaks input[type="text"]:focus{ border-color: var(--ll-cyan); background: #fff; }#ll-summer-bp-landing .llbd__tweaks-close{
position: absolute; top: 8px; right: 8px;
width: 28px; height: 28px;
background: transparent; border: 0;
color: var(--ll-fg-dark-2);
font-size: 16px;
}#ll-summer-bp-landing[data-llbd-accent="cyan"] .llbd__hero{ background: var(--ll-cyan); }#ll-summer-bp-landing[data-llbd-accent="cyan"] .llbd__hero::before{ background: var(--ll-cyan); }#ll-summer-bp-landing[data-llbd-accent="cyan"] .llbd__hero-age{ background: var(--ll-pink); }#ll-summer-bp-landing[data-llbd-accent="cyan"] .llbd__hero-tagline{ background: var(--ll-pink); }#ll-summer-bp-landing[data-llbd-accent="cyan"] .llbd__cta{ background: var(--ll-pink); }#ll-summer-bp-landing[data-llbd-accent="cyan"] .llbd__cta-actions .llbd__btn{ color: var(--ll-pink); box-shadow: 0 6px 0 var(--ll-pink-deep); }#ll-summer-bp-landing[data-llbd-accent="orange"] .llbd__hero{ background: var(--ll-orange); }#ll-summer-bp-landing[data-llbd-accent="orange"] .llbd__hero::before{ background: var(--ll-orange); }#ll-summer-bp-landing[data-llbd-accent="orange"] .llbd__hero-age{ background: var(--ll-cyan); }#ll-summer-bp-landing[data-llbd-accent="orange"] .llbd__hero-tagline{ background: var(--ll-cyan); }#ll-summer-bp-landing[data-llbd-accent="orange"] .llbd__cta{ background: var(--ll-orange); }#ll-summer-bp-landing[data-llbd-accent="orange"] .llbd__cta-actions .llbd__btn{ color: var(--ll-orange); box-shadow: 0 6px 0 var(--ll-orange-deep); }#ll-summer-bp-landing[data-llbd-accent="pink"] .llbd__hero{ background: var(--ll-pink); }#ll-summer-bp-landing[data-llbd-accent="pink"] .llbd__hero::before{ background: var(--ll-pink); }#ll-summer-bp-landing[data-llbd-accent="pink"] .llbd__hero-age{ background: var(--ll-yellow); color: var(--ll-darkblue); }#ll-summer-bp-landing[data-llbd-accent="pink"] .llbd__hero-tagline{ background: var(--ll-yellow); color: var(--ll-darkblue); }#ll-summer-bp-landing[data-llbd-accent="pink"] .llbd__cta{ background: var(--ll-cyan); }#ll-summer-bp-landing[data-llbd-accent="pink"] .llbd__cta-actions .llbd__btn{ color: var(--ll-cyan); box-shadow: 0 6px 0 var(--ll-cyan-deep); }#ll-summer-bp-landing .llbd__section--gallery{
background:
radial-gradient(ellipse 80% 60% at 100% 0%, rgba(255,120,0,.15) 0%, transparent 55%),
radial-gradient(ellipse 60% 50% at 0% 100%, rgba(238,49,100,.18) 0%, transparent 55%),
var(--ll-darkblue);
color: #fff;
}#ll-summer-bp-landing .llbd__section--gallery .llbd__h2{ color: #fff; }#ll-summer-bp-landing .llbd__section--gallery .llbd__lede{ color: var(--ll-fg-light-2); }#ll-summer-bp-landing .llbd__section--gallery .llbd__round-btn{
background: rgba(255,255,255,.1); color: #fff;
border-color: rgba(255,255,255,.35);
}#ll-summer-bp-landing .llbd__section--gallery .llbd__round-btn:hover{ background: rgba(255,255,255,.2); }#ll-summer-bp-landing .llbd__section--gallery .llbd__gallery-dot{ background: rgba(255,255,255,.25); }#ll-summer-bp-landing .llbd__section--gallery .llbd__gallery-dot[aria-current="true"]{ background: var(--ll-orange); }#ll-summer-bp-landing .llbd__gallery{ position: relative; }#ll-summer-bp-landing .llbd__gallery-viewport{ overflow: hidden; border-radius: 22px; }#ll-summer-bp-landing .llbd__gallery-track{
display: flex; gap: 18px;
transition: transform .45s cubic-bezier(.4,0,.2,1);
will-change: transform;
}#ll-summer-bp-landing .llbd__gallery-card{
flex: 0 0 calc((100% - 36px) / 3);
aspect-ratio: 4 / 3;
border-radius: 18px;
overflow: hidden;
background: rgba(255,255,255,.06);
}#ll-summer-bp-landing .llbd__gallery-card img{ width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 900px) {#ll-summer-bp-landing .llbd__gallery-card{ flex: 0 0 100%; }
}#ll-summer-bp-landing .llbd__gallery-nav{ display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 22px; }#ll-summer-bp-landing .llbd__gallery-dots{ display: flex; gap: 8px; align-items: center; }#ll-summer-bp-landing .llbd__gallery-dot{
width: 8px; height: 8px; border-radius: 50%;
background: var(--ll-fg-dark-3); border: 0; cursor: pointer;
transition: transform .15s, background .15s;
}#ll-summer-bp-landing .llbd__gallery-dot[aria-current="true"]{ background: var(--ll-orange); transform: scale(1.4); }#ll-summer-bp-landing .llbd__gallery-dot-counter, #ll-summer-bp-landing .llbd__themes-dot-counter{
display: inline-flex; align-items: center; justify-content: center;
min-width: 70px;
padding: 6px 14px;
border-radius: 999px;
background: rgba(255,255,255,.12);
color: #fff;
font-size: 13px; font-weight: 800;
letter-spacing: 0.04em;
font-variant-numeric: tabular-nums;
}#ll-summer-bp-landing .llbd__themes-dot-counter{ background: rgba(255,255,255,.12); color: #fff; }#ll-summer-bp-landing .llbd__centers-grid{
display: grid; gap: 28px;
grid-template-columns: 1.4fr 1fr;
align-items: stretch;
}
@media (max-width: 900px) {#ll-summer-bp-landing .llbd__centers-grid{ grid-template-columns: 1fr; }
}#ll-summer-bp-landing .llbd__centers-map{
border-radius: 22px; overflow: hidden;
background: #eef2f5;
min-height: 420px;
}#ll-summer-bp-landing .llbd__centers-map iframe{ display: block; width: 100%; height: 100%; min-height: 420px; border: 0; }#ll-summer-bp-landing .llbd__centers-list{ display: flex; flex-direction: column; gap: 10px; padding: 0; margin: 0; list-style: none; }#ll-summer-bp-landing .llbd__centers-list li{ display: block; }#ll-summer-bp-landing .llbd__centers-list-link{
display: flex; flex-direction: column; gap: 4px;
padding: 14px 18px;
background: #FBFAF7;
border-radius: 14px;
border: 1px solid rgba(0,36,74,.06);
text-decoration: none;
cursor: pointer;
transition: background .15s, border-color .15s, transform .12s, box-shadow .15s;
}#ll-summer-bp-landing .llbd__centers-list-link:hover{
background: #fff;
border-color: var(--ll-orange);
transform: translateY(-2px);
box-shadow: 0 8px 22px rgba(0,36,74,.08);
}#ll-summer-bp-landing .llbd__centers-list-name{ font-size: 16px; font-weight: 800; color: var(--ll-darkblue); }#ll-summer-bp-landing .llbd__centers-list-addr{ font-size: 13px; color: var(--ll-fg-dark-2); }#ll-summer-bp-landing .llbd__centers-list-cta{
font-size: 12px; font-weight: 800;
letter-spacing: 0.08em; text-transform: uppercase;
color: var(--ll-orange);
margin-top: 4px;
transition: color .15s;
}#ll-summer-bp-landing .llbd__centers-list-link:hover .llbd__centers-list-cta{ color: var(--ll-pink); }
@media (max-width: 900px) {#ll-summer-bp-landing .llbd__centers-list{
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
}#ll-summer-bp-landing .llbd__centers-list-link{ padding: 12px 14px; min-height: 100%; }#ll-summer-bp-landing .llbd__centers-list-name{ font-size: 14px; }#ll-summer-bp-landing .llbd__centers-list-addr{ font-size: 12px; }#ll-summer-bp-landing .llbd__centers-list-cta{ font-size: 11px; margin-top: auto; }
}#ll-summer-bp-landing .llbd__seo-block{ max-width: 920px; margin: 0 auto; }#ll-summer-bp-landing .llbd__seo-block h2, #ll-summer-bp-landing .llbd__seo-block h3{
font-size: clamp(20px, 2vw, 28px);
color: var(--ll-darkblue);
margin: 24px 0 10px;
letter-spacing: -0.005em;
}#ll-summer-bp-landing .llbd__seo-block h2:first-child{ margin-top: 0; }#ll-summer-bp-landing .llbd__seo-block p{
font-size: 15px; line-height: 1.65;
color: var(--ll-fg-dark-2);
margin: 0 0 14px;
}#ll-summer-bp-landing .llbd__seo-block a{ color: var(--ll-cyan-deep); text-decoration: underline; }#ll-summer-bp-landing .llbd__seo-block a:hover{ color: var(--ll-pink); }#ll-summer-bp-landing .llbd__hero-lede{
text-shadow: 0 2px 10px rgba(0,40,80,.85), 0 1px 2px rgba(0,0,0,.55);
}#ll-summer-bp-landing .llbd__hero-meta, #ll-summer-bp-landing .llbd__hero-meta-item{
text-shadow: 0 2px 8px rgba(0,40,80,.75), 0 1px 2px rgba(0,0,0,.5);
}#ll-summer-bp-landing .llbd__hero-eyebrow-text, #ll-summer-bp-landing .llbd__hero-eyebrow > div > div{
text-shadow: 0 2px 8px rgba(0,40,80,.75);
}#ll-summer-bp-landing .llbd__section--outdoor{
position: relative;
background: var(--ll-cyan);
color: #fff;
overflow: hidden;
isolation: isolate;
padding: 36px 0;
}
@media (max-width: 900px) {#ll-summer-bp-landing .llbd__section--outdoor{ padding: 28px 0; } }
@media (max-width: 560px) {#ll-summer-bp-landing .llbd__section--outdoor{ padding: 24px 0; } }#ll-summer-bp-landing .llbd__section--outdoor::before{
content: ''; position: absolute; inset: 0;
background-image:
radial-gradient(ellipse 60% 50% at 80% 10%, rgba(255,190,43,.28) 0%, transparent 60%),
radial-gradient(ellipse 50% 55% at 10% 90%, rgba(238,49,100,.25) 0%, transparent 60%),
radial-gradient(ellipse 50% 50% at 50% 100%, rgba(0,127,160,.35) 0%, transparent 60%);
pointer-events: none; z-index: 0;
}#ll-summer-bp-landing .llbd__outdoor-decor{ position: absolute; inset: 0; pointer-events: none; z-index: 1; overflow: hidden; }#ll-summer-bp-landing .llbd__outdoor-decor img{ position: absolute; }#ll-summer-bp-landing .llbd__outdoor-decor .od-palm-l{ top: 10%; left: -50px; width: 200px; transform: rotate(-15deg); opacity: .8; }#ll-summer-bp-landing .llbd__outdoor-decor .od-palm-r{ bottom: -30px; right: -50px; width: 220px; transform: scaleX(-1) rotate(-8deg); opacity: .85; }#ll-summer-bp-landing .llbd__outdoor-decor .od-flower{ top: 14%; right: 8%; width: 110px; transform: rotate(12deg); }#ll-summer-bp-landing .llbd__outdoor-decor .od-bubble{ bottom: 16%; left: 12%; width: 100px; }#ll-summer-bp-landing .llbd__outdoor-inner{
position: relative; z-index: 2;
display: grid;
grid-template-columns: 1.1fr 1fr;
gap: 40px;
align-items: center;
}#ll-summer-bp-landing .llbd__outdoor-copy{ min-width: 0; }#ll-summer-bp-landing .llbd__outdoor-photo{
position: relative;
display: flex;
align-items: flex-end;
justify-content: center;
}#ll-summer-bp-landing .llbd__outdoor-photo img{
width: 100%;
max-width: 360px;
max-height: 320px;
object-fit: contain;
object-position: center bottom;
height: auto;
display: block;
filter: drop-shadow(0 18px 30px rgba(0,30,60,.30));
pointer-events: none;
user-select: none;
}
@media (max-width: 900px) {#ll-summer-bp-landing .llbd__outdoor-inner{ grid-template-columns: 1fr; text-align: center; gap: 16px; }#ll-summer-bp-landing .llbd__outdoor-photo img{ max-width: 320px; margin: 0 auto; }#ll-summer-bp-landing .llbd__outdoor-decor .od-palm-l{ width: 130px; }#ll-summer-bp-landing .llbd__outdoor-decor .od-palm-r{ width: 150px; }
}#ll-summer-bp-landing .llbd__outdoor h2{
color: #fff;
text-shadow: 0 4px 0 rgba(0,127,160,.18);
font-size: clamp(28px, 3.6vw, 48px);
word-wrap: break-word;
overflow-wrap: break-word;
hyphens: auto;
}#ll-summer-bp-landing .llbd__outdoor h2 .llbd__hero-h1-tail{
font-size: clamp(15px, 1.6vw, 22px);
}#ll-summer-bp-landing .llbd__outdoor p{
color: rgba(255,255,255,.95);
font-size: 17px;
line-height: 1.55;
text-shadow: 0 2px 10px rgba(0,40,80,.7);
margin-top: 12px;
}
@media (max-width: 560px) {#ll-summer-bp-landing .llbd__outdoor p{ font-size: 15px; }
}#ll-summer-bp-landing .llbd__outdoor-actions{ display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
@media (max-width: 900px) {#ll-summer-bp-landing .llbd__outdoor-actions{ justify-content: center; } }#ll-summer-bp-landing .llbd__outdoor-actions .llbd__btn{ background: #fff; color: var(--ll-cyan-deep); box-shadow: 0 6px 0 rgba(0,0,0,.18); }#ll-summer-bp-landing .llbd__outdoor-actions .llbd__btn:hover{ background: var(--ll-darkblue); color: #fff; }
@media (max-width: 560px) {#ll-summer-bp-landing .llbd__outdoor-actions .llbd__btn{ font-size: 14px; padding: 14px 22px; white-space: normal; }
}#ll-summer-bp-landing .llbd__seo-facts{
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 18px;
margin: 14px 0 22px;
}#ll-summer-bp-landing .llbd__seo-facts > div{
background: #fff;
padding: 16px 18px;
border-radius: 14px;
font-size: 15px;
line-height: 1.55;
color: var(--ll-fg-dark);
border: 1px solid rgba(0,36,74,.06);
}#ll-summer-bp-landing .llbd__seo-facts strong{ color: var(--ll-darkblue); }#ll-summer-bp-landing .llbd__seo-text{
background: #fff;
padding: 22px 26px;
border-left: 4px solid var(--ll-orange);
border-radius: 0 14px 14px 0;
margin: 22px 0;
}#ll-summer-bp-landing .llbd__seo-text p{ margin: 0 0 14px; font-size: 15px; line-height: 1.65; color: var(--ll-fg-dark); }#ll-summer-bp-landing .llbd__seo-text p:last-child{ margin-bottom: 0; }#ll-summer-bp-landing .llbd__timing-total{
margin: 12px 0 0;
font-size: 14px;
font-weight: 800;
color: var(--ll-darkblue);
}#ll-summer-bp-landing .llbd__timing-note{
margin: 10px 0 0;
font-size: 12.5px;
line-height: 1.4;
color: var(--ll-fg-dark-2);
font-style: italic;
} #ll-summer-bp-landing h1, #ll-summer-bp-landing h2, #ll-summer-bp-landing h3, #ll-summer-bp-landing h4, #ll-summer-bp-landing h5 {
color: var(--ll-darkblue);
}
#ll-summer-bp-landing .llbd__hero h1,
#ll-summer-bp-landing .llbd__hero h2,
#ll-summer-bp-landing .llbd__hero h3,
#ll-summer-bp-landing .llbd__section--dark h2,
#ll-summer-bp-landing .llbd__section--dark h3,
#ll-summer-bp-landing .llbd__section--gallery h2,
#ll-summer-bp-landing .llbd__section--gallery h3,
#ll-summer-bp-landing .llbd__section--outdoor h2,
#ll-summer-bp-landing .llbd__section--outdoor h3,
#ll-summer-bp-landing .llbd__cta h2 {
color: #fff;
} #ll-summer-bp-landing .llbd__package--popular .llbd__package-cta { color: #fff; }  #ll-summer-bp-landing{ --ll-darkblue:        #0A1F4E;
--ll-darkblue-80:     #17336B;
--ll-darkblue-60:     #4A5F92;
--ll-darkblue-deep:   #050D24;
--ll-pink:            #FF2D9E;
--ll-pink-bright:     #FF5FB5;
--ll-pink-deep:       #C4157A;
--ll-violet:          #A96BFF;
--ll-violet-deep:     #7B2FE0;
--ll-cyan:            #33C6FF;
--ll-cyan-bright:     #6FDDFF;
--ll-cyan-deep:       #0A8FD1; --ll-orange:          #FF2D9E;
--ll-orange-deep:     #C4157A;
--ll-orange-hover:    #FF5FB5;
--ll-green:           #7B61FF;
--ll-green-bright:    #9C86FF;
--ll-green-deep:      #5A3FE0;
--ll-yellow:          #6FDDFF;
--ll-yellow-deep:     #0A8FD1;
--ll-fg-dark:         #0A1F4E;
--ll-fg-dark-2:       #4A5F92;
--ll-fg-dark-3:       #8E9CBE; --ll-grad:            linear-gradient(96deg, #FF2D9E 0%, #C24BE8 48%, #7B3FE8 100%);
--ll-grad-soft:       linear-gradient(96deg, rgba(255,45,158,.14), rgba(123,63,232,.14));
--ll-space:           #0B0A2B;
--ll-space-2:         #1A0B47;
--ll-soft:            #F5F3FF;
--ll-line:            rgba(10,31,78,.10);
--ll-shadow:          0 18px 40px -18px rgba(10,31,78,.30);
--ll-shadow-glow:     0 22px 48px -20px rgba(160,45,200,.55);
background: #fff; overflow-x: clip;
} #ll-summer-bp-landing .llbd__h1,
#ll-summer-bp-landing .llbd__h2{ letter-spacing: -.02em; } #ll-summer-bp-landing .llbd__hand{
font-family: var(--ll-font);
font-weight: 900;
font-size: clamp(20px, 2.2vw, 30px);
text-transform: uppercase;
letter-spacing: -.01em;
transform: none;
background: var(--ll-grad);
-webkit-background-clip: text; background-clip: text;
color: transparent;
} #ll-summer-bp-landing .llbd__eyebrow{ letter-spacing: .18em; }
#ll-summer-bp-landing .llbd__eyebrow::before{
content: '';
width: 54px; height: 11px;
flex-shrink: 0;
background: var(--ll-grad);
-webkit-mask: repeating-linear-gradient(72deg, #000 0 5px, transparent 5px 9px);
mask: repeating-linear-gradient(72deg, #000 0 5px, transparent 5px 9px);
}
#ll-summer-bp-landing .llbd__eyebrow--cyan{ color: var(--ll-violet-deep); }
#ll-summer-bp-landing .llbd__eyebrow--orange{ color: var(--ll-pink); }
#ll-summer-bp-landing .llbd__eyebrow--white{ color: #fff; }
#ll-summer-bp-landing .llbd__eyebrow--white::before{ background: #fff; } #ll-summer-bp-landing .llbd__btn{
background: var(--ll-grad);
box-shadow: 0 14px 30px -12px rgba(255,45,158,.75);
border-radius: 999px;
letter-spacing: .03em;
transition: transform .14s ease, box-shadow .2s ease, filter .2s ease;
}
#ll-summer-bp-landing .llbd__btn:hover{
background: var(--ll-grad);
filter: brightness(1.07);
transform: translateY(-2px);
box-shadow: 0 20px 38px -12px rgba(255,45,158,.85);
}
#ll-summer-bp-landing .llbd__btn:active{
transform: translateY(1px);
box-shadow: 0 8px 18px -10px rgba(255,45,158,.8);
}
#ll-summer-bp-landing .llbd__btn--cyan{
background: linear-gradient(96deg, #33C6FF, #7B3FE8);
box-shadow: 0 14px 30px -12px rgba(51,198,255,.7);
}
#ll-summer-bp-landing .llbd__btn--pink{
background: var(--ll-grad);
box-shadow: 0 14px 30px -12px rgba(255,45,158,.75);
}
#ll-summer-bp-landing .llbd__btn--ghost{
background: #fff; color: var(--ll-darkblue);
border: 2px solid rgba(10,31,78,.16);
box-shadow: none;
}
#ll-summer-bp-landing .llbd__btn--ghost:hover{
background: #fff; color: var(--ll-violet-deep);
border-color: var(--ll-violet); filter: none;
}
#ll-summer-bp-landing .llbd__btn--ghost-light{
background: rgba(255,255,255,.72);
color: var(--ll-darkblue);
border: 2px solid rgba(10,31,78,.18);
box-shadow: 0 10px 26px -14px rgba(10,31,78,.5);
}
#ll-summer-bp-landing .llbd__btn--ghost-light:hover{
background: #fff; border-color: var(--ll-violet); color: var(--ll-violet-deep);
}
#ll-summer-bp-landing .llbd__round-btn{
border: 2px solid rgba(10,31,78,.14);
color: var(--ll-darkblue);
background: #fff;
}
#ll-summer-bp-landing .llbd__round-btn:hover{
background: var(--ll-grad); color: #fff; border-color: transparent;
} #ll-summer-bp-landing .llbd__hero{
background: #DCD3F6 url(/wp-content/uploads/laserland-autumn-bp/img/hero-bg.jpg) center 42% / cover no-repeat;
color: var(--ll-darkblue);
padding: 64px 0 150px;
}
#ll-summer-bp-landing .llbd__hero::before{ inset: 0; height: auto; bottom: 0;
background: linear-gradient(100deg,
rgba(255,255,255,.96) 0%,
rgba(255,255,255,.92) 30%,
rgba(248,245,255,.72) 46%,
rgba(244,240,255,.24) 60%,
rgba(244,240,255,0) 72%);
z-index: 1;
}
#ll-summer-bp-landing .llbd__hero::after{
height: 150px;
border-radius: 50% 50% 0 0 / 62% 62% 0 0;
left: -14%; right: -14%;
}
@media (max-width: 980px){
#ll-summer-bp-landing .llbd__hero{
background-image: url(/wp-content/uploads/laserland-autumn-bp/img/hero-bg-mobile.jpg);
background-position: center 28%;
padding: 36px 0 96px;
}
#ll-summer-bp-landing .llbd__hero::before{
background: linear-gradient(180deg,
rgba(255,255,255,.90) 0%,
rgba(255,255,255,.78) 42%,
rgba(240,236,255,.30) 74%,
rgba(240,236,255,0) 100%);
}
#ll-summer-bp-landing .llbd__hero::after{ height: 90px; }
}
#ll-summer-bp-landing .llbd__hero-eyebrow-text{
color: var(--ll-violet-deep);
letter-spacing: .18em;
}
#ll-summer-bp-landing .llbd__hero-copy .llbd__hero-eyebrow > div > div:last-child{
color: var(--ll-darkblue-60);
}
#ll-summer-bp-landing .llbd__hero-copy h1{
color: var(--ll-darkblue);
text-shadow: none;
line-height: .88;
}
#ll-summer-bp-landing .llbd__hero-copy h1 .llbd__hero-h1-tail{
font-size: clamp(22px, 2.6vw, 40px);
font-weight: 900;
letter-spacing: -.01em;
background: var(--ll-grad);
-webkit-background-clip: text; background-clip: text;
color: transparent;
}
#ll-summer-bp-landing .llbd__hero-lede{ color: var(--ll-darkblue-80); }
#ll-summer-bp-landing .llbd__hero-meta{ color: var(--ll-darkblue-60); }
#ll-summer-bp-landing .llbd__hero-meta-item svg{ color: var(--ll-pink); }
#ll-summer-bp-landing .llbd__hero-figure{
filter: drop-shadow(0 26px 40px rgba(40,10,80,.35));
} #ll-summer-bp-landing .llbd__hero-figure--host{
left: 70%; width: 29%; max-width: 400px; bottom: -80px; z-index: 3;
}
#ll-summer-bp-landing .llbd__hero-figure--girl{
left: 45%; width: 29%; max-width: 400px; bottom: -80px; z-index: 2;
}
@media (max-width: 980px){
#ll-summer-bp-landing .llbd__hero-vis{ min-height: 330px; }
#ll-summer-bp-landing .llbd__hero-figure--host{ left: auto; right: -3%; width: 46%; max-width: 235px; bottom: -30px; }
#ll-summer-bp-landing .llbd__hero-figure--girl{ left: -3%; right: auto; width: 46%; max-width: 235px; bottom: -30px; }
}
@media (max-width: 560px){
#ll-summer-bp-landing .llbd__hero-vis{ min-height: 300px; }
#ll-summer-bp-landing .llbd__hero-figure--host{ right: -5%; width: 50%; max-width: 190px; bottom: -18px; }
#ll-summer-bp-landing .llbd__hero-figure--girl{ left: -5%; width: 50%; max-width: 190px; bottom: -22px; }
}  #ll-summer-bp-landing .llbd__hero-decor{ z-index: 0; }
#ll-summer-bp-landing .llbd__hero-decor .d-palm-l{
top: -50px; left: -90px; width: 200px; transform: rotate(0deg); opacity: 1;
filter: drop-shadow(0 20px 30px rgba(30,10,70,.35));
}
#ll-summer-bp-landing .llbd__hero-decor .d-palm-r{
bottom: 4%; right: -50px; width: 240px; transform: none; opacity: .95;
filter: drop-shadow(0 20px 30px rgba(30,10,70,.35));
}
#ll-summer-bp-landing .llbd__hero-decor .d-flower-yl{ top: 9%; right: 40%; width: 42px; transform: none; }
#ll-summer-bp-landing .llbd__hero-decor .d-flower-yl2{ bottom: 30%; left: 2%; width: 30px; transform: none; }
#ll-summer-bp-landing .llbd__hero-decor .d-flower-gn{ top: 34%; right: 4%; width: 58px; transform: none; }
#ll-summer-bp-landing .llbd__hero-decor .d-flower-gn2{ bottom: 20%; left: 5%; width: 40px; transform: none; }
#ll-summer-bp-landing .llbd__hero-decor .d-bubble-yl{
top: 6%; left: 41%; width: 140px; transform: rotate(-6deg);
filter: drop-shadow(0 14px 22px rgba(30,10,70,.35));
}
#ll-summer-bp-landing .llbd__hero-decor .d-bubble-pk{
top: 56%; right: 2%; width: 150px; transform: rotate(6deg) scaleX(-1);
filter: drop-shadow(0 14px 22px rgba(30,10,70,.35));
}
#ll-summer-bp-landing .llbd__hero-decor .d-eyes{
bottom: auto; top: 4%; right: 26%; width: 150px; transform: none;
} @media (max-width: 980px){
#ll-summer-bp-landing .llbd__hero-decor .d-palm-l{ width: 118px; left: -54px; top: -44px; }
#ll-summer-bp-landing .llbd__hero-decor .d-palm-r{ width: 118px; right: -42px; bottom: 34%; }
#ll-summer-bp-landing .llbd__hero-decor .d-bubble-yl{ width: 78px; left: -30px; top: 46%; }
#ll-summer-bp-landing .llbd__hero-decor .d-bubble-pk{ width: 92px; right: -28px; top: -18px; }
#ll-summer-bp-landing .llbd__hero-decor .d-eyes{ width: 84px; right: 4%; top: auto; bottom: 42%; }
#ll-summer-bp-landing .llbd__hero-decor .d-flower-yl{ width: 22px; right: 5%; top: 24%; }
#ll-summer-bp-landing .llbd__hero-decor .d-flower-yl2{ width: 18px; left: 6%; top: 28%; bottom: auto; }
#ll-summer-bp-landing .llbd__hero-decor .d-flower-gn{ width: 28px; right: 2%; top: 32%; }
#ll-summer-bp-landing .llbd__hero-decor .d-flower-gn2{ width: 22px; left: 3%; bottom: 38%; }
} #ll-summer-bp-landing .llbd__section--soft{
background:
radial-gradient(ellipse 55% 60% at 100% 0%, rgba(255,45,158,.07) 0%, transparent 60%),
radial-gradient(ellipse 50% 55% at 0% 100%, rgba(123,63,232,.08) 0%, transparent 60%),
var(--ll-soft);
}
#ll-summer-bp-landing .llbd__section--dark,
#ll-summer-bp-landing .llbd__section--gallery{
background:
radial-gradient(ellipse 60% 55% at 82% 8%, rgba(255,45,158,.30) 0%, transparent 58%),
radial-gradient(ellipse 55% 55% at 8% 92%, rgba(51,198,255,.22) 0%, transparent 58%),
linear-gradient(160deg, var(--ll-space-2) 0%, var(--ll-space) 62%, #05041A 100%);
color: #fff;
}
#ll-summer-bp-landing .llbd__section--gallery::before,
#ll-summer-bp-landing .llbd__section--dark::before{
content: '';
position: absolute; inset: 0;
background-image:
linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
background-size: 56px 56px;
-webkit-mask-image: radial-gradient(ellipse 70% 80% at 50% 40%, #000 0%, transparent 78%);
mask-image: radial-gradient(ellipse 70% 80% at 50% 40%, #000 0%, transparent 78%);
pointer-events: none;
} #ll-summer-bp-landing .llbd__trust-card{
border-radius: 26px;
background: #150C3C; border: 1px solid rgba(10,31,78,.08);
box-shadow: var(--ll-shadow);
}  #ll-summer-bp-landing .llbd__package{
border-radius: 28px;
border: 1px solid var(--ll-line);
box-shadow: var(--ll-shadow);
background:
radial-gradient(ellipse 120% 60% at 50% 0%, rgba(123,63,232,.06) 0%, transparent 70%),
#fff;
}
#ll-summer-bp-landing .llbd__package:hover{
transform: translateY(-6px);
border-color: rgba(160,45,200,.35);
box-shadow: var(--ll-shadow-glow);
}
#ll-summer-bp-landing .llbd__package--popular{
border-color: transparent;
background:
linear-gradient(#fff, #fff) padding-box,
var(--ll-grad) border-box;
border: 2px solid transparent;
box-shadow: var(--ll-shadow-glow);
}
#ll-summer-bp-landing .llbd__package-plate{
background: var(--pkg-color, var(--ll-grad));
border-radius: 12px;
letter-spacing: .06em;
}
#ll-summer-bp-landing .llbd__package-badge{
background: var(--ll-grad);
border-radius: 12px;
box-shadow: 0 12px 26px -12px rgba(255,45,158,.9);
}
#ll-summer-bp-landing .llbd__package-price-now{ color: var(--ll-darkblue); }
#ll-summer-bp-landing .llbd__package-price-discount{
background: var(--ll-grad); color: #fff; border-radius: 6px;
}
#ll-summer-bp-landing .llbd__feature-gift{ filter: saturate(1.1); } #ll-summer-bp-landing .llbd__tab .llbd__plate{ border-radius: 12px; } #ll-summer-bp-landing .llbd__tab-art{
background: #150C3C;
border: 1px solid rgba(10,31,78,.08);
box-shadow: var(--ll-shadow);
}
#ll-summer-bp-landing .llbd__price-block{
border-radius: 22px;
background: var(--pb-color, var(--ll-grad));
box-shadow: 0 16px 34px -18px rgba(10,31,78,.6);
}
#ll-summer-bp-landing .llbd__price-block--cyan{ background: linear-gradient(96deg,#33C6FF,#7B3FE8); }
#ll-summer-bp-landing .llbd__price-block--pink{ background: var(--ll-grad); }
#ll-summer-bp-landing .llbd__price-block--violet{ background: linear-gradient(96deg,#7B3FE8,#3B2ABF); }
#ll-summer-bp-landing .llbd__price-block--orange{ background: linear-gradient(96deg,#FF2D9E,#9B2FE8); }
#ll-summer-bp-landing .llbd__incl-block{
background: linear-gradient(96deg, rgba(255,45,158,.07), rgba(123,63,232,.07));
border-left: 4px solid var(--ll-violet);
border-radius: 0 14px 14px 0;
}
#ll-summer-bp-landing .llbd__gift{
background: var(--ll-grad);
box-shadow: 0 12px 26px -14px rgba(255,45,158,.9);
}
#ll-summer-bp-landing .llbd__notes-card{
border-radius: 16px;
border-color: var(--ll-line);
background: linear-gradient(170deg,#fff, var(--ll-soft));
} #ll-summer-bp-landing .llbd__section--outdoor{
background:
radial-gradient(ellipse 60% 80% at 88% 50%, rgba(255,45,158,.34) 0%, transparent 60%),
linear-gradient(100deg, var(--ll-space-2) 0%, #2A1170 55%, #4B1BA8 100%);
color: #fff;
}
#ll-summer-bp-landing .llbd__outdoor-actions .llbd__btn{
background: #fff;
color: var(--ll-violet-deep);
box-shadow: 0 14px 30px -14px rgba(0,0,0,.6);
}
#ll-summer-bp-landing .llbd__outdoor-actions .llbd__btn:hover{
background: #fff; color: var(--ll-pink); filter: none;
} #ll-summer-bp-landing .llbd__outdoor-photo img{
filter: drop-shadow(0 22px 34px rgba(20,5,50,.55));
} #ll-summer-bp-landing .llbd__perk{
border-radius: 22px;
border: 1px solid var(--ll-line);
background: #fff;
box-shadow: 0 10px 26px -18px rgba(10,31,78,.45);
}
#ll-summer-bp-landing .llbd__perk:hover{
transform: translateY(-4px);
box-shadow: var(--ll-shadow-glow);
}
#ll-summer-bp-landing .llbd__perk-icon{ border-radius: 14px; } #ll-summer-bp-landing .llbd__gallery-card{
border-radius: 20px;
background: #150C3C;
box-shadow: 0 22px 46px -26px rgba(0,0,0,.9);
}
#ll-summer-bp-landing .llbd__section--gallery .llbd__round-btn{
background: rgba(255,255,255,.08);
border-color: rgba(255,255,255,.32);
color: #fff;
}
#ll-summer-bp-landing .llbd__section--gallery .llbd__round-btn:hover{
background: var(--ll-grad); border-color: transparent;
} #ll-summer-bp-landing .llbd__choose-card{
border-radius: 22px;
border: 1px solid var(--ll-line);
box-shadow: 0 12px 30px -20px rgba(10,31,78,.5);
}
#ll-summer-bp-landing .llbd__choose-arrow{
color: var(--ll-violet-deep);
transition: transform .18s ease;
} #ll-summer-bp-landing a.llbd__choose-card{
display: flex !important;
text-decoration: none !important;
color: inherit;
cursor: pointer;
transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
#ll-summer-bp-landing a.llbd__choose-card:hover,
#ll-summer-bp-landing a.llbd__choose-card:focus-visible{
transform: translateY(-4px);
box-shadow: 0 20px 38px -20px rgba(10,31,78,.6);
border-color: color-mix(in oklab, var(--card-color, var(--ll-pink)) 55%, transparent);
}
#ll-summer-bp-landing a.llbd__choose-card:hover .llbd__choose-arrow,
#ll-summer-bp-landing a.llbd__choose-card:focus-visible .llbd__choose-arrow{
transform: rotate(-4deg) translateX(8px);
} #ll-summer-bp-landing .llbd__cta{
background:
radial-gradient(ellipse 50% 90% at 12% 20%, rgba(51,198,255,.35) 0%, transparent 60%),
var(--ll-grad);
}
#ll-summer-bp-landing .llbd__cta .llbd__btn{
background: #fff; color: var(--ll-violet-deep);
box-shadow: 0 14px 30px -14px rgba(0,0,0,.55);
}
#ll-summer-bp-landing .llbd__cta .llbd__btn:hover{ background: #fff; filter: brightness(1); }
#ll-summer-bp-landing .llbd__cta .llbd__btn--ghost-light{
background: rgba(255,255,255,.14);
color: #fff;
border-color: rgba(255,255,255,.65);
} @media (max-width: 900px){
#ll-summer-bp-landing .llbd__cta-inner > div:first-child{
position: relative;
z-index: 3;
}
#ll-summer-bp-landing .llbd__cta-actions{
position: relative;
z-index: 4;
margin-top: 20px;
}
#ll-summer-bp-landing .llbd__cta-actions .llbd__btn{
box-shadow: 0 14px 30px -12px rgba(0,0,0,.55);
}
#ll-summer-bp-landing .llbd__cta-art{
min-height: 0;
height: 260px;
margin-top: 20px;
overflow: hidden;
z-index: 1;
}
#ll-summer-bp-landing .llbd__cta-art-figure{
top: 0;
bottom: auto;
height: 340px;
width: auto;
max-width: none;
filter: drop-shadow(0 14px 22px rgba(0,0,0,.28));
}
#ll-summer-bp-landing .llbd__cta-art-figure--host{ left: -4%; right: auto; }
#ll-summer-bp-landing .llbd__cta-art-figure--girl{ right: -4%; left: auto; }
}
@media (max-width: 480px){
#ll-summer-bp-landing .llbd__cta-art{ height: 220px; }
#ll-summer-bp-landing .llbd__cta-art-figure{ height: 290px; }
} #ll-summer-bp-landing .llbd__centers-map{ border-radius: 26px; border: 1px solid var(--ll-line); }
#ll-summer-bp-landing .llbd__centers-list-link{
background: var(--ll-soft);
border-radius: 16px;
border-color: var(--ll-line);
}
#ll-summer-bp-landing .llbd__centers-list-link:hover{
background: #fff;
border-color: rgba(160,45,200,.35);
box-shadow: 0 12px 26px -16px rgba(160,45,200,.6);
} #ll-summer-bp-landing .llbd__seo-facts{ border-radius: 18px; }
#ll-summer-bp-landing .llbd__seo-text a{ color: var(--ll-violet-deep); text-decoration: underline; } .llth-section, .llqs-section{
--llth-darkblue: #0A1F4E; --llth-cyan: #A96BFF; --llth-orange: #FF2D9E;
--llqs-dark:     #0A1F4E; --llqs-cyan: #7B2FE0; --llqs-orange: #FF2D9E;
--llqs-orange-h: #FF5FB5; --llqs-pink: #FF2D9E; --llqs-muted: #4A5F92;
--llqs-muted2:   #8E9CBE; --llth-radius: 20px; --llqs-radius: 20px;
}
.llth-title::after, .llqs-title::after{
width: 84px; height: 8px; border-radius: 4px;
background: var(--ll-grad, linear-gradient(96deg,#FF2D9E,#7B3FE8));
}
.llth-section[data-llth-theme="dark"]{
background:
radial-gradient(ellipse 60% 55% at 82% 8%, rgba(255,45,158,.28) 0%, transparent 58%),
radial-gradient(ellipse 55% 55% at 8% 92%, rgba(51,198,255,.20) 0%, transparent 58%),
linear-gradient(160deg, #1A0B47 0%, #0B0A2B 62%, #05041A 100%) !important;
}
.llth-card__title, .llqs-card__title{ letter-spacing: -.01em; }
.llth-arrow:hover, .llqs-arrow:hover{
background: linear-gradient(96deg,#FF2D9E,#7B3FE8) !important;
border-color: transparent !important;
color: #fff !important;
}
.llqs-section[data-llqs-theme="light"]{
background:
radial-gradient(ellipse 55% 60% at 100% 0%, rgba(255,45,158,.07) 0%, transparent 60%),
radial-gradient(ellipse 50% 55% at 0% 100%, rgba(123,63,232,.08) 0%, transparent 60%),
#F5F3FF !important;
}
.llqs-card{ border-radius: 22px !important; }